[-] Remove sddm
This commit is contained in:
parent
2bedf3087c
commit
6dd53df35a
2 changed files with 0 additions and 8 deletions
|
@ -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
|
ln -s /usr/share/X11/xorg.conf.d/40-libinput.conf /etc/X11/xorg.conf.d/40-libinput.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! grep 'setxkbmap' /usr/share/sddm/scripts/Xsetup; then
|
|
||||||
echo "setxkbmap de" >> /usr/share/sddm/scripts/Xsetup
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "${archisoinstall}" == "y" ]; then
|
if [ "${archisoinstall}" == "y" ]; then
|
||||||
links
|
links
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1590,10 +1590,6 @@ touch ${mountpoint}/home/"${user}"/.bash_profile
|
||||||
|
|
||||||
mkdir -p ${mountpoint}/etc/X11/xinit/
|
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/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/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
|
if [ -f "/etc/locale.gen" ]; then cp /etc/locale.gen ${mountpoint}/etc/locale.gen; fi
|
||||||
|
|
Loading…
Reference in a new issue