1
0
Fork 0

switch to LTS kernels because of NVIDIA and ZFS

This commit is contained in:
Pratham Patel 2022-12-16 23:43:59 +05:30
parent c9066c2bc1
commit 700087d943
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ pacman --sync --refresh --refresh
# absolutely necessary for _MY_ experience
PKGS_TO_INSTALL=(base bash cron curl dhcpcd dnsutils doas efibootmgr findutils grub iputils less libdrm linux linux-firmware lsb-release lsof man man-db man-pages nano neovim openssh openssl os-prober pacman-contrib reflector rsync tmux wireguard-tools zsh zsh-completions zsh-syntax-highlighting)
PKGS_TO_INSTALL=(base bash cron curl dhcpcd dnsutils doas efibootmgr findutils grub iputils less libdrm linux-lts linux-firmware lsb-release lsof man man-db man-pages nano neovim openssh openssl os-prober pacman-contrib reflector rsync tmux wireguard-tools zsh zsh-completions zsh-syntax-highlighting)
# power management
PKGS_TO_INSTALL+=(acpi_call iasl)
@ -43,7 +43,7 @@ PKGS_TO_INSTALL+=(tar unrar unzip xz zip)
PKGS_TO_INSTALL+=(rustup)
# kernel devel
PKGS_TO_INSTALL+=(base-devel bc cpio gcc git inetutils kmod libelf linux-headers make perl tar xmlto xz)
PKGS_TO_INSTALL+=(base-devel bc cpio gcc git inetutils kmod libelf linux-lts-headers make perl tar xmlto xz)
# virtualisation