This commit is contained in:
WeeXnes 2025-06-30 20:12:12 +02:00
parent b95e2c190d
commit 372a563b0d
3 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,3 @@
[daemon]
AutomaticLoginEnable=true
AutomaticLogin=liveuser

View file

@ -0,0 +1,5 @@
useradd -m -G wheel,video,audio,optical,storage -s /bin/bash liveuser
echo 'liveuser:live' | chpasswd
systemctl enable gdm.service
systemctl enable NetworkManager.service

1
clean.sh Normal file
View file

@ -0,0 +1 @@
sudo rm -rf work/ out/