install generic kernel in vm, that way it can boot of sata controller in virtualbox

This commit is contained in:
j 2012-03-23 21:57:43 +01:00
commit f3c08436b1
4 changed files with 34 additions and 34 deletions

View file

@ -3,6 +3,7 @@ base=$(pwd)
sudo vmbuilder vbox ubuntu --suite=oneiric \
--verbose --debug \
--arch i386 \
--flavour generic \
--dest $base/pandora \
--hostname pandora \
--swapsize 512 \