Skip to content

Commit

Permalink
Comment out broken GDM configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Oct 23, 2024
1 parent 22d9ef9 commit 4b5e102
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ rpm-ostree install libreoffice nextcloud-client nextcloud-client-nautilus
systemctl set-default graphical.target
systemd-firstboot --locale="en_US.UTF-8" --timezone=America/Los_Angeles --hostname seagl-unconfigured --root-password=password

sed -i 's/\[daemon\]/[daemon]\nAutomaticLoginEnable=true\nAutomaticLogin=seagloperator/' /etc/gdm/custom.conf
# TODO reenable - temporary hack for ublue rebase
#sed -i 's/\[daemon\]/[daemon]\nAutomaticLoginEnable=true\nAutomaticLogin=seagloperator/' /etc/gdm/custom.conf
systemctl enable seagl-reset-users.service

ln -s /usr/share/applications/room-setup.desktop /etc/xdg/autostart
Expand Down

0 comments on commit 4b5e102

Please sign in to comment.