diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/base/base.installfile | 6 | ||||
-rw-r--r-- | configs/base/live-base.installfile | 2 | ||||
-rw-r--r-- | configs/base/live-user.installfile | 5 |
3 files changed, 7 insertions, 6 deletions
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 |