diff --git a/entry.sh b/entry.sh index af59ac5..9fb867a 100755 --- a/entry.sh +++ b/entry.sh @@ -2,7 +2,7 @@ function first_stage(){ echo foo first_stage - creating image file + echo creating image file dd if=/dev/zero of=/root/disk.img bs=1M count=512 losetup -f /root/disk.img (