From 7aa97473dea3a40de18e155eae90f71cf12ee062 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 8 Dec 2023 22:47:34 -0600 Subject: Base configuration: Only use live user in live CDs This removes the empty-password 'live' user from tarballs and Horizon installation media. --- configs/base/base.installfile | 6 ------ configs/base/live-base.installfile | 2 ++ configs/base/live-user.installfile | 5 +++++ 3 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 configs/base/live-user.installfile diff --git a/configs/base/base.installfile b/configs/base/base.installfile index 6ba032f..4a0cafd 100644 --- a/configs/base/base.installfile +++ b/configs/base/base.installfile @@ -32,9 +32,3 @@ rootshell /bin/zsh repository https://distfiles.adelielinux.org/adelie/current/system repository https://distfiles.adelielinux.org/adelie/current/user - -# Live User -username live -useralias live Live User -usergroups live disk,users,audio,video,cdrom,games,floppy,cdrw,ping,usb -pkginstall livecd-support diff --git a/configs/base/live-base.installfile b/configs/base/live-base.installfile index 4eaf658..a883819 100644 --- a/configs/base/live-base.installfile +++ b/configs/base/live-base.installfile @@ -16,3 +16,5 @@ svcenable NetworkManager svcenable bluetooth graphical svcenable chronyd graphical svcenable sddm graphical + +inherit live-user.installfile diff --git a/configs/base/live-user.installfile b/configs/base/live-user.installfile new file mode 100644 index 0000000..2ad7337 --- /dev/null +++ b/configs/base/live-user.installfile @@ -0,0 +1,5 @@ +# Live User +username live +useralias live Live User +usergroups live disk,users,audio,video,cdrom,games,floppy,cdrw,ping,usb +pkginstall livecd-support -- cgit v1.2.3-60-g2f50