Skip to content

Commit 7c22e23

Browse files
committed
populate
1 parent 5b61404 commit 7c22e23

4 files changed

Lines changed: 24 additions & 8 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!/bin/bash
2+
echo "#################################"
3+
echo "Start alg-pacman-populate"
4+
echo "#################################"
5+
6+
echo "Populate Core Team keys"
7+
echo "#################################"
8+
pacman-key --init
9+
pacman-key --populate archlinux
10+
pacman-key --populate chaotic
11+
12+
echo "#################################"
13+
echo "End alg-pacman-populate"
14+
echo "#################################"
15+
rm /usr/local/bin/alg-pacman-populate

packages.x86_64

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ dmraid
1919
dnsmasq
2020
dosfstools
2121
edk2-shell
22-
efibootmgr
2322
espeakup
2423
ethtool
2524
exfatprogs
@@ -99,28 +98,29 @@ xfsprogs
9998
xl2tpd
10099
zsh
101100

102-
#Arch Linux GUI KDE Plasma
103-
plasma
101+
#Arch Linux GUI Zen Core
104102
xorg
105103
sddm
106104
zsh-completions
107105
zsh-syntax-highlighting
106+
xf86-input-libinput
108107
networkmanager
108+
xdg-user-dirs
109+
neofetch
109110

110-
#System Utilities for ALG
111+
#Zen ISO Live CD
112+
plasma-desktop
111113
konsole
112114
kate
113115
dolphin
114-
xdg-user-dirs
115-
spectacle
116-
neofetch
117116

118117
#Software Center
119118
pamac-aur
120119
archlinux-appstream-data-pamac
121120

122121
#Installer
123122
grub
123+
efibootmgr
124124
calamares
125125
alg-zen-cala-config
126126
os-prober

profiledef.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ file_permissions=(
2121
["/usr/local/bin/livecd-sound"]="0:0:755"
2222
["/usr/local/bin/alg-remove-nvidia"]="0:0:755"
2323
["/usr/local/bin/alg-preset"]="0:0:755"
24+
["/usr/local/bin/alg-pacman-populate"]="0:0:755"
2425
["/usr/local/bin/alg-finalisation"]="0:0:755"
2526
)

syslinux/archiso_sys-linux.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TEXT HELP
66
Boot the Arch Linux installer on BIOS, FOSS GPU drivers
77
It allows you to install Arch Linux with Zen Kernel.
88
ENDTEXT
9-
MENU LABEL Arch Linux installer(x86_64, BIOS, Zen) FOSS GPU DRIVERS
9+
MENU LABEL Arch Linux installer (x86_64, BIOS, Zen) FOSS GPU DRIVERS
1010
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-zen
1111
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
1212
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% cow_spacesize=4G driver=free nouveau.modeset=1 radeon.modeset=1 i915.modeset=1

0 commit comments

Comments
 (0)