[-] Remove sddm

This commit is contained in:
Simon Rieger 2022-10-04 19:43:38 +02:00
parent 2bedf3087c
commit 6dd53df35a
2 changed files with 0 additions and 8 deletions

View file

@ -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

View file

@ -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