From 372a563b0dfd4aee7782023280b90d2014d68919 Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Mon, 30 Jun 2025 20:12:12 +0200 Subject: [PATCH] update --- airootfs/etc/gdm/custom.conf | 3 +++ airootfs/root/customize_airootfs.sh | 5 +++++ clean.sh | 1 + 3 files changed, 9 insertions(+) create mode 100644 airootfs/etc/gdm/custom.conf create mode 100755 airootfs/root/customize_airootfs.sh create mode 100644 clean.sh 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/