From dd93b6ca50b08fed61ae4486b7d16953ff834f51 Mon Sep 17 00:00:00 2001 From: 0x221E Date: Tue, 10 Feb 2026 17:43:38 +0100 Subject: [PATCH] Fix vconsole.conf error and add makeswap. --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 46bdd29..abcdede 100755 --- a/install.sh +++ b/install.sh @@ -18,6 +18,7 @@ echo -n "$LUKS_PASS" | cryptsetup open "${PART}3" roothome mkfs.fat -F 32 "${PART}1" mkfs.ext4 /dev/mapper/roothome +mkswap "${PART}2" mount /dev/mapper/roothome /mnt mkdir -p /mnt/boot @@ -32,10 +33,11 @@ arch-chroot /mnt /bin/bash <> /etc/hostname +echo "KEYMAP=trq" >> /etc/vconsole.conf pacman -S --noconfirm base-devel # base programs pacman -S --noconfirm alsa-utils bluez bluez-utils bridge-utils networkmanager nvidia-open nvidia-utils pantum-universal-driver pavucontrol pipewire pipewire-alsa pipewire-jack pipewire-pulse polykit-gnome usbutils # drivers and its utils -pacman -S alacritty firefox eog flameshot keepassxc ly sway swaybg zip unzip # daily tools +pacman -S --noconfirm alacritty firefox eog flameshot keepassxc ly sway swaybg zip unzip # daily tools pacman -S --noconfirm ufw clamav # security