updating pkglist and workflow script
This commit is contained in:
parent
9b556dfb41
commit
b7c4fbb7c3
2 changed files with 8 additions and 18 deletions
17
.github/workflows/main.yml
vendored
17
.github/workflows/main.yml
vendored
|
@ -1,5 +1,5 @@
|
||||||
# This workflow will build an Arch Linux rootfs file with the commit on it
|
# This workflow will build an Arch Linux rootfs file with the commit on it
|
||||||
name: build parch-rootfs per release
|
name: build parchlinux-bootstrap-x86_64 per release
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types:
|
types:
|
||||||
|
@ -27,13 +27,12 @@ jobs:
|
||||||
- name: Change Arch docker mirror
|
- name: Change Arch docker mirror
|
||||||
run: reflector -c "US" -f 12 -l 10 -n 12 --save /etc/pacman.d/mirrorlist
|
run: reflector -c "US" -f 12 -l 10 -n 12 --save /etc/pacman.d/mirrorlist
|
||||||
- name: making new dir for rootfs
|
- name: making new dir for rootfs
|
||||||
run: mkdir /parch-rootfs
|
run: mkdir /parchlinux-bootstrap-x86_64
|
||||||
- name: install packages via pacstrap to rootfs
|
- name: install packages via pacstrap to rootfs
|
||||||
run: pacstrap -K /parch-rootfs $(cat pkglist.txt | tr '\n' ' ')
|
run: pacstrap -K /parchlinux-bootstrap-x86_64 $(cat pkglist.txt | tr '\n' ' ')
|
||||||
- name: commpress and upload rootfs to the release
|
- name: commpress and upload pacstrap to the release
|
||||||
run: |
|
run: |
|
||||||
mkdir /parch-rootfs-output
|
mkdir /parchlinux-bootstrap-x86_64-output
|
||||||
cd /parch-rootfs-output
|
cd /parchlinux-bootstrap-x86_64-output
|
||||||
export GZIP=-9
|
tar --use-compress-program='xz -9e' -cvf parchlinux-bootstrap-x86_64.tar.xz /parchlinux-bootstrap-x86_64 > /tmp/log.txt
|
||||||
tar --use-compress-program='xz -3e' -cvf parch-rootfs.tar.xz /parch-rootfs > /tmp/log.txt
|
gh release upload ${{ github.event.release.tag_name }} /parchlinux-bootstrap-x86_64-output/* -R ${{ github.repository }}
|
||||||
gh release upload ${{ github.event.release.tag_name }} /parch-rootfs-output/* -R ${{ github.repository }}
|
|
||||||
|
|
|
@ -1,12 +1,5 @@
|
||||||
alsa-utils
|
|
||||||
amd-ucode
|
amd-ucode
|
||||||
arch-install-scripts
|
arch-install-scripts
|
||||||
bluez
|
|
||||||
bluez-utils
|
|
||||||
pipewire
|
|
||||||
pipewire-pulse
|
|
||||||
wireplumber
|
|
||||||
gst-plugin-pipewire
|
|
||||||
archinstall
|
archinstall
|
||||||
b43-fwcutter
|
b43-fwcutter
|
||||||
base
|
base
|
||||||
|
@ -34,7 +27,6 @@ ethtool
|
||||||
exfatprogs
|
exfatprogs
|
||||||
f2fs-tools
|
f2fs-tools
|
||||||
fatresize
|
fatresize
|
||||||
firefox
|
|
||||||
fsarchiver
|
fsarchiver
|
||||||
git
|
git
|
||||||
gnu-netcat
|
gnu-netcat
|
||||||
|
@ -144,7 +136,6 @@ networkmanager
|
||||||
|
|
||||||
btop
|
btop
|
||||||
neofetch-git
|
neofetch-git
|
||||||
ark
|
|
||||||
unzip
|
unzip
|
||||||
unrar
|
unrar
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue