fix: make sure /mnt exists
This commit is contained in:
parent
c3a0fdac00
commit
1aea2f8ca7
@ -17,6 +17,7 @@ drive=$(losetup -P -f --show ${file})
|
|||||||
mkfs.vfat -F32 ${drive}p1
|
mkfs.vfat -F32 ${drive}p1
|
||||||
mkfs.ext3 ${drive}p2
|
mkfs.ext3 ${drive}p2
|
||||||
|
|
||||||
|
mkdir -p /mnt
|
||||||
mount ${drive}p2 /mnt
|
mount ${drive}p2 /mnt
|
||||||
mkdir /mnt/boot
|
mkdir /mnt/boot
|
||||||
mount ${drive}p1 /mnt/boot
|
mount ${drive}p1 /mnt/boot
|
||||||
|
Loading…
Reference in New Issue
Block a user