forked from 0x2620/pandora
work around bug #1037607 in ubuntu 14.04
This commit is contained in:
parent
ada3bbe346
commit
9ebedeb664
1 changed files with 1 additions and 1 deletions
|
@ -18,13 +18,13 @@ base=$(pwd)
|
|||
sudo vmbuilder $hypervisor ubuntu --suite=trusty \
|
||||
--verbose --debug \
|
||||
--arch $arch \
|
||||
--flavour generic \
|
||||
--dest $base/pandora \
|
||||
--hostname pandora \
|
||||
--swapsize 512 \
|
||||
--rootsize $size \
|
||||
--user pandora \
|
||||
--pass $password \
|
||||
--addpkg linux-image-generic \
|
||||
--components main,universe,multiverse \
|
||||
--firstboot=$base/firstboot.sh \
|
||||
$extra
|
||||
|
|
Loading…
Reference in a new issue