1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

create parent

This commit is contained in:
Jason N. 2024-03-30 11:54:38 -04:00
parent f33f4c3c39
commit 685bdf866a

View file

@ -10,7 +10,7 @@ $(ISO_TESTS): mnt/iso
mnt/iso:
sudo modprobe loop
sudo mkdir mnt/iso mnt/install
sudo mkdir -p mnt/iso mnt/install
sudo mount -o loop ../../$(ISO_NAME) mnt/iso
sudo mount -t squashfs -o loop mnt/iso/images/install.img mnt/install