mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
ensure loop is loaded
This commit is contained in:
parent
aa022dfd44
commit
2f2392f5c7
2 changed files with 2 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -192,6 +192,7 @@ test-iso:
|
|||
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y squashfs-tools
|
||||
sudo modprobe loop
|
||||
sudo mkdir /mnt/{iso,install}
|
||||
sudo mount -o loop $iso /mnt/iso
|
||||
sudo mount -t squashfs -o loop /mnt/iso/images/install.img /mnt/install
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env -S ansible-playbook -i ansible_inventory
|
||||
#!/usr/bin/env -S ansible-playbook -i ./ansible_inventory
|
||||
---
|
||||
- name: Test for flatpaks
|
||||
hosts: vm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue