commit b5731c85d5c5b46caeb223b2ae0d51df65eca71e
parent 1bb2aca31f80365a219c2e9b8e01a51acd8dcf3e
Author: awy <awy@awy.one>
Date: Sun, 27 Jul 2025 00:30:39 +0300
decrease number of tty
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/post_chroot.sh b/post_chroot.sh
@@ -163,6 +163,8 @@ ln -sf /etc/dinit.d/seatd /etc/dinit.d/boot.d/
pacman -S nvidia-open-dkms nvidia-utils --noconfirm
pacman -S libva-nvidia-driver --noconfirm
+sed -i 's|ACTIVE_CONSOLES="/dev/tty\[1-6\]"|ACTIVE_CONSOLES="/dev/tty[1-2]"|' /etc/dinit.d/config/console.conf
+
rm -rf /home/"$username"/.bash*
rm /post_chroot.sh