This commit is contained in:
j3d1 2020-01-29 00:16:59 +01:00
parent 4929e8b64a
commit 8292892021

View file

@ -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
}