diff --git a/airootfs/etc/gdm/custom.conf b/airootfs/etc/gdm/custom.conf new file mode 100644 index 0000000..0e2731a --- /dev/null +++ b/airootfs/etc/gdm/custom.conf @@ -0,0 +1,3 @@ +[daemon] +AutomaticLoginEnable=true +AutomaticLogin=liveuser diff --git a/airootfs/root/customize_airootfs.sh b/airootfs/root/customize_airootfs.sh new file mode 100755 index 0000000..2c466b1 --- /dev/null +++ b/airootfs/root/customize_airootfs.sh @@ -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 diff --git a/clean.sh b/clean.sh new file mode 100644 index 0000000..6dc8e8b --- /dev/null +++ b/clean.sh @@ -0,0 +1 @@ +sudo rm -rf work/ out/