Compare commits

...

7 commits

3 changed files with 35 additions and 17 deletions

View file

@ -18,9 +18,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install Packages via Pacman - name: Install Packages via Pacman
run: pacman -Sy; pacman --noconfirm -S git archiso python python-pip run: pacman -Sy; pacman --noconfirm -S git archiso python python-pygithub reflector
- name: Install Python packages via pip - name: Change Arch docker mirror
run: pip install -U pip pyGithub run: reflector -c "US" -f 12 -l 10 -n 12 --save /etc/pacman.d/mirrorlist
- name: Build image - name: Build image
run: mkarchiso -v iso/ run: mkarchiso -v iso/
- name: Upload iso to the release - name: Upload iso to the release

View file

@ -7,7 +7,7 @@ base
base-devel base-devel
bind bind
brltty brltty
broadcom-wl #broadcom-wl
btrfs-progs btrfs-progs
clonezilla clonezilla
cloud-init cloud-init
@ -136,10 +136,27 @@ openssl
#Desktop #Desktop
lxqt lxqt
engrampa ark
unzip unzip
unrar unrar
sddm
openbox-arc-git
arc-gtk-theme
papirus-icon-theme
nm-tray
firefox
parch-firefox-config
ttf-ms-fonts
motrix-bin
geany
gvfs
udisks2
ntfs-3g
android-file-transfer
gvfs-mtp
broadcom-wl-dkms
base-devel
linux-headers
#systemutils #systemutils
btop btop
xdg-user-dirs xdg-user-dirs
@ -148,6 +165,7 @@ neofetch
keepassxc keepassxc
vazirmatn-fonts vazirmatn-fonts
hack-nerd-fonts hack-nerd-fonts
parch-lxqt-config
#parchlinuxstuff #parchlinuxstuff
calamares calamares
@ -157,4 +175,4 @@ paru
parch-branding parch-branding
parch-pacman parch-pacman
parch-emoji-ios parch-emoji-ios
nm-tray

View file

@ -30,12 +30,12 @@ Architecture = auto
# Misc options # Misc options
#UseSyslog #UseSyslog
Color #Color
#NoProgressBar #NoProgressBar
CheckSpace CheckSpace
#VerbosePkgLists #VerbosePkgLists
ParallelDownloads = 5 ParallelDownloads = 5
ILoveCandy
# By default, pacman accepts packages signed by keys that its local keyring # By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages. # trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel = Required DatabaseOptional SigLevel = Required DatabaseOptional
@ -69,19 +69,16 @@ LocalFileSigLevel = Optional
# repo name header and Include lines. You can add preferred servers immediately # repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors. # after the header, and they will be used before the default mirrors.
#[testing] #[core-testing]
#Include = /etc/pacman.d/mirrorlist #Include = /etc/pacman.d/mirrorlist
[core] [core]
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
[extra] #[extra-testing]
Include = /etc/pacman.d/mirrorlist
#[community-testing]
#Include = /etc/pacman.d/mirrorlist #Include = /etc/pacman.d/mirrorlist
[community] [extra]
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
# If you want to run 32 bit applications on your x86_64 system, # If you want to run 32 bit applications on your x86_64 system,
@ -90,13 +87,16 @@ Include = /etc/pacman.d/mirrorlist
#[multilib-testing] #[multilib-testing]
#Include = /etc/pacman.d/mirrorlist #Include = /etc/pacman.d/mirrorlist
[multilib] #[multilib]
Include = /etc/pacman.d/mirrorlist #Include = /etc/pacman.d/mirrorlist
[ppr] [ppr]
SigLevel = Optional TrustedOnly SigLevel = Optional TrustedOnly
Server = https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/ Server = https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/
[pcp]
SigLevel = Optional TrustedOnly
Server = https://raw.githubusercontent.com/parchlinux/pcp/main/x86_64/
# An example of a custom package repository. See the pacman manpage for # An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories. # tips on creating your own repositories.