fix: kernel-headers in bootstrap instead of fresh

master
phga 3 years ago
parent 1dee1f81be
commit 66a588d30f
Signed by: phga
GPG Key ID: 5249548AA705F019

@ -136,7 +136,7 @@ cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak
sed -i '/.*\.de\/.*/!d' /etc/pacman.d/mirrorlist sed -i '/.*\.de\/.*/!d' /etc/pacman.d/mirrorlist
# for server dhcpcd and other programs are not required -> see good2know # for server dhcpcd and other programs are not required -> see good2know
pacstrap /mnt base base-devel "$KERNEL" linux-firmware vi dhcpcd wpa_supplicant dialog git netctl curl pacstrap /mnt base base-devel "$KERNEL" "$KERNEL"-headers linux-firmware vi dhcpcd wpa_supplicant dialog git netctl curl
genfstab -p /mnt > /mnt/etc/fstab genfstab -p /mnt > /mnt/etc/fstab
cat <<EOF > /mnt/root/bootstrap2.sh cat <<EOF > /mnt/root/bootstrap2.sh

@ -19,7 +19,7 @@ A,P,openssh,Premier connectivity tool for remote login with the SSH protocol
A,P,gnupg,Complete and free implementation of the OpenPGP standard A,P,gnupg,Complete and free implementation of the OpenPGP standard
A,P,oath-toolkit,library to use OATH-pam auth with yubikeys A,P,oath-toolkit,library to use OATH-pam auth with yubikeys
A,P,yubico-pam,Authentication with yubikeys A,P,yubico-pam,Authentication with yubikeys
D,P,nvidia-dkms,Graphics driver D,P,nvidia,Graphics driver
A,P,expac,Pacman Database Extraction Tool (Get Install-Date) A,P,expac,Pacman Database Extraction Tool (Get Install-Date)
A,P,qt5ct,Tool to change themes for qt apps A,P,qt5ct,Tool to change themes for qt apps
A,P,papirus-icon-theme,icons A,P,papirus-icon-theme,icons
@ -27,9 +27,6 @@ A,P,papirus-icon-theme,icons
# libraries # libraries
# A,M,pyorgmode,lib to create and modify orgmode files used in quteb script # A,M,pyorgmode,lib to create and modify orgmode files used in quteb script
# Driver related stuff
A,P,linux-zen-headers,linux kernel headers
# Tablet related # Tablet related
A,P,xf86-input-wacom,xsetwacom A,P,xf86-input-wacom,xsetwacom
A,A,digimend-kernel-drivers-dkms-git,drivers for the huion tablet A,A,digimend-kernel-drivers-dkms-git,drivers for the huion tablet

1 # First column: A = All, L = Laptop, D = Desktop
19 A,P,oath-toolkit,library to use OATH-pam auth with yubikeys
20 A,P,yubico-pam,Authentication with yubikeys
21 D,P,nvidia-dkms,Graphics driver D,P,nvidia,Graphics driver
22 A,P,expac,Pacman Database Extraction Tool (Get Install-Date)
23 A,P,qt5ct,Tool to change themes for qt apps
24 A,P,papirus-icon-theme,icons
25 # libraries
27 # Driver related stuff # Tablet related
28 A,P,linux-zen-headers,linux kernel headers A,P,xf86-input-wacom,xsetwacom
29 # Tablet related A,A,digimend-kernel-drivers-dkms-git,drivers for the huion tablet
A,P,xf86-input-wacom,xsetwacom
A,A,digimend-kernel-drivers-dkms-git,drivers for the huion tablet
A,P,at,used to run the set button script after udev trigger
30 # Package management A,P,at,used to run the set button script after udev trigger
31 A,P,reflector,A script to retrieve and filter the latest Pacman mirror list. # Package management
32 # Fonts A,P,reflector,A script to retrieve and filter the latest Pacman mirror list.
Loading…
Cancel
Save