mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-06 17:18:51 +07:00
Use 7z instead of xorriso to extract the ISO file
This commit is contained in:
parent
0cbea5ecf1
commit
cb5acb199a
@ -21,7 +21,7 @@
|
||||
|
||||
- name: Extract the ISO
|
||||
command:
|
||||
cmd: "xorriso -osirrox on -indev {{ iso.dest }} -extract / {{ role_path }}/build/mnt"
|
||||
cmd: "7z x {{ iso.dest }} -o{{ role_path }}/build/mnt"
|
||||
creates: "{{ role_path }}/build/mnt/.treeinfo"
|
||||
|
||||
- name: Extract bootloader
|
||||
|
@ -11,7 +11,6 @@ RUN yes | pacman --sync --refresh \
|
||||
docker-compose \
|
||||
git \
|
||||
kubectl \
|
||||
libisoburn \
|
||||
make \
|
||||
p7zip \
|
||||
python \
|
||||
|
Loading…
Reference in New Issue
Block a user