1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-08-10 03:12:53 +00:00

hopefully fix issues in mount_image

This commit is contained in:
Kyle Glaws
2022-04-02 14:31:51 -04:00
parent f032a12d92
commit 240a20be28

View File

@ -310,6 +310,9 @@ EOF
}
function mount_image {
# make sure everything is unmounted first
unmount_image
# attach loop device
LOOP=$(losetup -f)
LOOP_P1=${LOOP}p1