Update hooks/1-add-autologin.chroot
This commit is contained in:
parent
4c65516f33
commit
0a64039cda
@ -2,5 +2,6 @@
|
|||||||
|
|
||||||
mkdir -p /etc/gdm3 || true
|
mkdir -p /etc/gdm3 || true
|
||||||
mkdir -p /etc/sddm.conf.d/ || true
|
mkdir -p /etc/sddm.conf.d/ || true
|
||||||
echo -e '[daemon]\nAutomaticLogin=pikaos\nAutomaticLoginEnable=True' >> /etc/gdm3/custom.conf || true
|
echo -e '[daemon]\nAutomaticLogin=pikaos\nAutomaticLoginEnable=True' >> /etc/gdm3/daemon.conf || true
|
||||||
|
ln -sf /etc/gdm3/daemon.conf /etc/gdm3/custom.conf
|
||||||
echo -e '[Autologin]\nUser=pikaos\nSession=plasma' > /etc/sddm.conf.d/zautologin.conf || true
|
echo -e '[Autologin]\nUser=pikaos\nSession=plasma' > /etc/sddm.conf.d/zautologin.conf || true
|
||||||
|
Loading…
Reference in New Issue
Block a user