update
This commit is contained in:
parent
b95e2c190d
commit
372a563b0d
3 changed files with 9 additions and 0 deletions
3
airootfs/etc/gdm/custom.conf
Normal file
3
airootfs/etc/gdm/custom.conf
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[daemon]
|
||||||
|
AutomaticLoginEnable=true
|
||||||
|
AutomaticLogin=liveuser
|
5
airootfs/root/customize_airootfs.sh
Executable file
5
airootfs/root/customize_airootfs.sh
Executable 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
1
clean.sh
Normal file
|
@ -0,0 +1 @@
|
||||||
|
sudo rm -rf work/ out/
|
Loading…
Add table
Reference in a new issue