(sending on to the contributor of the patch) 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 .... but I've also found a problem with the
vmlinuz-nonversioned patch. A default run of vmdebootstrap results in
vmlinuz not being found and the image is not bootable. Is this because
you've been testing with separate kernel installation methods?
--
Neil Williams
=============
http://www.linux.codehelp.co.uk/
signature.asc
Description: PGP signature

