lunora/airootfs/root/customize_airootfs.sh
2025-06-30 20:12:12 +02:00

5 lines
172 B
Bash
Executable file

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