mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
Update ISO-Builder.yml
This commit is contained in:
parent
8bf4b58e85
commit
4783d3a2f8
1 changed files with 0 additions and 5 deletions
5
.github/workflows/ISO-Builder.yml
vendored
5
.github/workflows/ISO-Builder.yml
vendored
|
|
@ -24,14 +24,9 @@ jobs:
|
||||||
options: --privileged
|
options: --privileged
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: pwd
|
|
||||||
- run: find .
|
|
||||||
- run: cat /etc/os-release
|
|
||||||
- run: ls -lah
|
|
||||||
- run: mkdir -p /tmp/archlive/airootfs/root/ && cp easy-arch.sh /tmp/archlive/airootfs/root/
|
- run: mkdir -p /tmp/archlive/airootfs/root/ && cp easy-arch.sh /tmp/archlive/airootfs/root/
|
||||||
- run: pacman -Sy; pacman --noconfirm -S git archiso
|
- run: pacman -Sy; pacman --noconfirm -S git archiso
|
||||||
- run: cp -r /usr/share/archiso/configs/releng/* /tmp/archlive
|
- run: cp -r /usr/share/archiso/configs/releng/* /tmp/archlive
|
||||||
- run: find /tmp/archlive
|
|
||||||
- run: cd /tmp/archlive; mkarchiso -v -w work/ -o out/ ./
|
- run: cd /tmp/archlive; mkarchiso -v -w work/ -o out/ ./
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue