fix: kernel-headers in bootstrap instead of fresh
This commit is contained in:
parent
1dee1f81be
commit
66a588d30f
@ -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
|
||||||
|
5
pack.csv
5
pack.csv
@ -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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user