Use 7z instead of xorriso to extract the ISO file

This commit is contained in:
Khue Doan 2021-06-26 21:18:12 +07:00
parent 0cbea5ecf1
commit cb5acb199a
No known key found for this signature in database
GPG Key ID: 4C1A90A461B3C27B
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -11,7 +11,6 @@ RUN yes | pacman --sync --refresh \
docker-compose \
git \
kubectl \
libisoburn \
make \
p7zip \
python \