1
0
Fork 0

remove autologin since I switched away from SDDM

This commit is contained in:
Pratham Patel 2023-01-09 19:26:26 +05:30
parent 3b36ee7112
commit 88c35eac30
1 changed files with 0 additions and 21 deletions

View File

@ -220,27 +220,6 @@ fi
cp scripts/pratham-setup.sh /mnt/home/pratham/pratham-setup.sh
arch-chroot /mnt chown -v pratham:pratham /home/pratham/pratham-setup.sh
# enable auto-login if Arch Linux is installed inside a VM
if [[ $(dmidecode -s system-manufacturer) == "QEMU" ]]; then
cat <<EOF > /mnt/etc/sddm.conf.d/kde_settings.conf
[Autologin]
Relogin=false
Session=plasmawayland
User=pratham
[General]
HaltCommand=/usr/bin/systemctl poweroff
RebootCommand=/usr/bin/systemctl reboot
[Theme]
Current=
[Users]
MaximumUid=60513
MinimumUid=1000
EOF
fi
################################################################################
# POST-INSTALL PROCEDURE