commit | c0a6739f7e941c114b7e29e780c3850dc55cca75 | [log] [tgz] |
---|---|---|
author | Dean Troyer <dtroyer@gmail.com> | Mon Oct 03 16:31:36 2011 -0500 |
committer | Dean Troyer <dtroyer@gmail.com> | Mon Oct 03 21:03:03 2011 -0500 |
tree | 386c641ed65de8e35adb846fb5f0a79fd054c677 | |
parent | cf9db8da3354946b7b9c606b5e8673d9d076c4f5 [diff] [blame] |
Fix two typos
diff --git a/make_image.sh b/make_image.sh index 81dd97c..0d5074b 100755 --- a/make_image.sh +++ b/make_image.sh
@@ -144,7 +144,7 @@ if [ -n "$IMAGEONLY" ]; then # Build image from chroot sudo vmbuilder $HYPER ubuntu $ARGS \ - --existing-chroot=$CHR \ + --existing-chroot=$CHROOTDIR \ --overwrite \ --rootsize=$ROOTSIZE \ --swapsize=$SWAPSIZE \