Under test, vmdebootstrap-etc-extlinux.patch produces a traceback:
EEEK! Something bad happened...
'module' object has no attribute 'join'
Cleaning up
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/cliapp/app.py", line 190, in _run
self.process_args(args)
File "./vmdebootstrap", line 153, in process_args
self.install_extlinux(rootdev, rootdir)
File "./vmdebootstrap", line 427, in install_extlinux
conflink = os.join('etc', 'extlinux.conf')
AttributeError: 'module' object has no attribute 'join'
Simple tweak to os.path.join('etc', 'extlinux.conf') would seem in order.
Testing continuing and I'll then merge this upstream.
--
Neil Williams
=============
http://www.linux.codehelp.co.uk/
signature.asc
Description: PGP signature

