From 82928920219619d38ac654f785ea91ad7c9e69c5 Mon Sep 17 00:00:00 2001 From: jedi Date: Wed, 29 Jan 2020 00:16:59 +0100 Subject: [PATCH] wip --- entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }