Added masking of tumblerd user service.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user