Added masking of tumblerd user service.

This commit is contained in:
2025-04-27 11:33:44 -04:00
parent d870cd01e1
commit c3669974bf

View File

@@ -281,7 +281,6 @@ install_base_xfce() {
arch-chroot /mnt systemctl enable lightdm.service arch-chroot /mnt systemctl enable lightdm.service
cp -r ./default-home-directory-config /mnt/home/$username/.config cp -r ./default-home-directory-config /mnt/home/$username/.config
chown -R 1000:1000 /mnt/home/$username/.config
arch-chroot /mnt sh -c "cat > /etc/lightdm/lightdm-gtk-greeter.conf" <<EOF arch-chroot /mnt sh -c "cat > /etc/lightdm/lightdm-gtk-greeter.conf" <<EOF
[greeter] [greeter]
@@ -296,6 +295,11 @@ background = #77767b
indicators = ~host;~spacer;~clock;~spacer;~power indicators = ~host;~spacer;~clock;~spacer;~power
EOF EOF
mkdir -p /home/$username/.config/systemd/user
ln -s /dev/null /home/$username/.config/systemd/user/tumblerd.service
chown -R 1000:1000 /mnt/home/$username/.config
print "Would you like to install graphics drivers? Type 'intel' exactly for Intel graphics drivers, 'nvidia' for NVIDIA graphics drivers, or anything else to skip" print "Would you like to install graphics drivers? Type 'intel' exactly for Intel graphics drivers, 'nvidia' for NVIDIA graphics drivers, or anything else to skip"
read driver read driver