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 \
|
sudo vmbuilder $hypervisor ubuntu --suite=trusty \
|
||||||
--verbose --debug \
|
--verbose --debug \
|
||||||
--arch $arch \
|
--arch $arch \
|
||||||
--flavour generic \
|
|
||||||
--dest $base/pandora \
|
--dest $base/pandora \
|
||||||
--hostname pandora \
|
--hostname pandora \
|
||||||
--swapsize 512 \
|
--swapsize 512 \
|
||||||
--rootsize $size \
|
--rootsize $size \
|
||||||
--user pandora \
|
--user pandora \
|
||||||
--pass $password \
|
--pass $password \
|
||||||
|
--addpkg linux-image-generic \
|
||||||
--components main,universe,multiverse \
|
--components main,universe,multiverse \
|
||||||
--firstboot=$base/firstboot.sh \
|
--firstboot=$base/firstboot.sh \
|
||||||
$extra
|
$extra
|
||||||
|
|
Loading…
Reference in a new issue