1
0

Fixed linux kerner bad names.

This commit is contained in:
CronyAkatsuki 2022-10-13 18:52:13 +02:00
parent 60913233f5
commit e433dc6f11

View File

@ -83,9 +83,10 @@ if [[ ! -z ${swappartition+x} ]]; then
fi fi
echo "Installing basic system packages" echo "Installing basic system packages"
pacstrap /mnt base base-devel linux linux-firmware linux-header \ pacstrap /mnt base base-devel linux linux-firmware linux-headers \
linux-zen linux-zen-headers linux-zen-firmware\ linux-zen linux-zen-headers \
linux-lts linux-lts-headers linux-lts-firmware btrfs-progs amd-ucode linux-lts linux-lts-headers \
btrfs-progs amd-ucode
echo "Generating fstab" echo "Generating fstab"
genfstab -U /mnt >> /mnt/etc/fstab genfstab -U /mnt >> /mnt/etc/fstab
@ -267,7 +268,7 @@ pacman -S --noconfirm zsh p7zip unzip xclip pacman-contrib wireless_tools man pc
pipewire pipewire-pulse pipewire-alsa rtkit alsa-plugins alsa-tools alsa-utils pulsemixer pamixer \ pipewire pipewire-pulse pipewire-alsa rtkit alsa-plugins alsa-tools alsa-utils pulsemixer pamixer \
firefox playerctl lxsession bluez bluez-utils syncthing \ firefox playerctl lxsession bluez bluez-utils syncthing \
keepassxc mpv thunderbird maim xdotool bat acpid \ keepassxc mpv thunderbird maim xdotool bat acpid \
ufw hugo python-pygments python-gitpython ccache \ ufw hugo python-pygments python-gitpython ccache
ufw enable ufw enable
ufw logging off ufw logging off