mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 11:30:55 +00:00
Update ISO-Builder.yml
This commit is contained in:
parent
69af230c9d
commit
8bf4b58e85
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ISO-Builder.yml
vendored
3
.github/workflows/ISO-Builder.yml
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
# This workflow will build an Arch Linux ISO file with the commit on it
|
# This workflow will build an Arch Linux ISO file with the commit on it
|
||||||
|
|
||||||
name: Build Arch ISO with ArchInstall Commit
|
name: Build Arch ISO with easy-arch.
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
@ -29,7 +29,6 @@ jobs:
|
||||||
- run: cat /etc/os-release
|
- run: cat /etc/os-release
|
||||||
- run: ls -lah
|
- 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: cat /tmp/archlive/airootfs/root/.zprofile
|
|
||||||
- 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: find /tmp/archlive
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue