mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
don't use shortcuts
This commit is contained in:
parent
ea1d6d62f0
commit
1744eadda3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -193,7 +193,7 @@ test-iso:
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y squashfs-tools
|
sudo apt-get install -y squashfs-tools
|
||||||
sudo modprobe loop
|
sudo modprobe loop
|
||||||
sudo mkdir /mnt/{iso,install}
|
sudo mkdir /mnt/iso /mnt/install
|
||||||
sudo mount -o loop deploy.iso /mnt/iso
|
sudo mount -o loop deploy.iso /mnt/iso
|
||||||
sudo mount -t squashfs -o loop /mnt/iso/images/install.img /mnt/install
|
sudo mount -t squashfs -o loop /mnt/iso/images/install.img /mnt/install
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue