This commit is contained in:
Tyler McGurrin 2025-11-04 23:29:09 -05:00
parent 26d578bc1a
commit 4e4ee2b76d
2 changed files with 1 additions and 6 deletions

View File

@ -9,11 +9,6 @@ git clone https://aur.archlinux.org/archlinux32-keyring.git
cd archlinux32-keyring cd archlinux32-keyring
makepkg -si --skippgpcheck --noconfirm makepkg -si --skippgpcheck --noconfirm
cd .. cd ..
#sudo mv ./archlinux32-keyring/src/archlinux32-keyring-*/archlinux32.pgp ./archlinux32-keyring/pubring.pgp
#sudo pacman-key --import ./archlinux32-keyring/pubring.pgp
#sudo pacman-key --init
#sudo pacman-key --populate
echo Making ISO... echo Making ISO...
mkdir -p out/ mkdir -p out/

View File

@ -35,7 +35,7 @@ Color
# We cannot check disk space from within a chroot environment # We cannot check disk space from within a chroot environment
#CheckSpace #CheckSpace
#VerbosePkgLists #VerbosePkgLists
ParallelDownloads = 1 ParallelDownloads = 10
ILoveCandy 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