diff --git a/entry.sh b/entry.sh index dac7091..943810d 100755 --- a/entry.sh +++ b/entry.sh @@ -17,7 +17,7 @@ function first_stage(){ losetup -d ${LODEV} LODEV=$(losetup --show -fP /root/disk.img) lsblk - using device $LODEV + echo using device $LODEV echo mount divice to $TARGET }