From 6dd53df35a0864fe709d9a3a88763c32b58559d6 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Tue, 4 Oct 2022 19:43:38 +0200 Subject: [PATCH] [-] Remove sddm --- arch-graphical-install-auto.sh | 4 ---- arch-install.sh | 4 ---- 2 files changed, 8 deletions(-) diff --git a/arch-graphical-install-auto.sh b/arch-graphical-install-auto.sh index a7c1887..71563cc 100755 --- a/arch-graphical-install-auto.sh +++ b/arch-graphical-install-auto.sh @@ -635,10 +635,6 @@ if ! [ -f "/etc/X11/xorg.conf.d/40-libinput.conf" ]; then ln -s /usr/share/X11/xorg.conf.d/40-libinput.conf /etc/X11/xorg.conf.d/40-libinput.conf fi -if ! grep 'setxkbmap' /usr/share/sddm/scripts/Xsetup; then - echo "setxkbmap de" >> /usr/share/sddm/scripts/Xsetup -fi - if [ "${archisoinstall}" == "y" ]; then links fi diff --git a/arch-install.sh b/arch-install.sh index 0e932e1..7a14b1d 100755 --- a/arch-install.sh +++ b/arch-install.sh @@ -1590,10 +1590,6 @@ touch ${mountpoint}/home/"${user}"/.bash_profile mkdir -p ${mountpoint}/etc/X11/xinit/ -if ! grep 'setxkbmap' /usr/share/sddm/scripts/Xsetup; then - echo "setxkbmap de" >> /usr/share/sddm/scripts/Xsetup -fi - if [ -f "/etc/locale.conf" ]; then cp /etc/locale.conf ${mountpoint}/etc/locale.conf; fi if [ -f "/etc/vconsole.conf" ]; then cp /etc/vconsole.conf ${mountpoint}/etc/vconsole.conf; fi if [ -f "/etc/locale.gen" ]; then cp /etc/locale.gen ${mountpoint}/etc/locale.gen; fi