[Bug 1037607] Re: vmbuilder completely fails on Quantal due to kernel pae detection failure
Richard Hansen
1037607 at bugs.launchpad.net
Thu Aug 21 04:52:21 UTC 2014
> However I'd suggest that rather than patching dapper.py, it would be
> better to do modify the quantal.py subclass (if that's the first
> release which requires /proc to be mounted). Otherwise you're going
> to change the build behaviour for all previous releases too.
Thanks for the patch; it works like a charm.
Question: Wouldn't it be better to do this:
self.run_in_target('umount', '/proc')
instead of this:
run_cmd('umount', '%s/proc' % self.context.chroot_dir)
Then you wouldn't have to import VMBuilder.util.run_cmd. (I haven't
tried it; just an observation.)
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in Ubuntu.
https://bugs.launchpad.net/bugs/1037607
Title:
vmbuilder completely fails on Quantal due to kernel pae detection
failure
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1037607/+subscriptions
More information about the Ubuntu-server-bugs
mailing list