commit | fa4b5eba2077889c4217df69dfdc15a2a123bb0a | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Wed Oct 19 11:27:02 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Wed Oct 19 11:27:02 2011 -0700 |
tree | 0c91349f9c1884ec332bf6de21ec423573eaad39 | |
parent | f6f52270a9cae23760875adf24f31ab969e35b26 [diff] [blame] |
more progress on build_kvm
diff --git a/tools/make_image.sh b/tools/make_image.sh index 0d5074b..32d59bd 100755 --- a/tools/make_image.sh +++ b/tools/make_image.sh
@@ -110,7 +110,7 @@ # Install stuff if necessary if [ -z `which vmbuilder` ]; then - sudo apt-get install ubuntu-vm-builder + sudo apt-get install -y ubuntu-vm-builder fi if [ -n "$CHROOTONLY" ]; then