mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
use iso name
This commit is contained in:
parent
2f2392f5c7
commit
ea1d6d62f0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -194,7 +194,7 @@ test-iso:
|
|||
sudo apt-get install -y squashfs-tools
|
||||
sudo modprobe loop
|
||||
sudo mkdir /mnt/{iso,install}
|
||||
sudo mount -o loop $iso /mnt/iso
|
||||
sudo mount -o loop deploy.iso /mnt/iso
|
||||
sudo mount -t squashfs -o loop /mnt/iso/images/install.img /mnt/install
|
||||
|
||||
$(foreach test,$(_TESTS),chmod +x tests/iso/$(test))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue