diff options
author | Eric Hameleers <alien@slackware.com> | 2016-07-20 13:17:57 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-07-20 13:17:57 +0200 |
commit | de0a890a454196769954ff36a28357e2c12d1c0a (patch) | |
tree | 9323857043e1b30bb6775be65dc0dc3eb28d0b7d /make_slackware_live.conf | |
parent | bcf736b5a991a22a4ea2690774873aa6237a3a02 (diff) | |
download | liveslak-de0a890a454196769954ff36a28357e2c12d1c0a.tar.gz liveslak-de0a890a454196769954ff36a28357e2c12d1c0a.tar.xz |
Add variable LIVEUID to define the name of the 'live' user account.
In 'make_slackware_live.conf' you can give that variable "LIVEUID" another
value than the default "live" if you want to create a Live Edition where
the Live user account is not called "live".
Diffstat (limited to 'make_slackware_live.conf')
-rw-r--r-- | make_slackware_live.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make_slackware_live.conf b/make_slackware_live.conf index 3fe172e..53f3834 100644 --- a/make_slackware_live.conf +++ b/make_slackware_live.conf @@ -25,6 +25,9 @@ # What runlevel to use if adding a DE like: XFCE, KDE4, PLASMA5 etc... #RUNLEVEL=4 +# Name of the 'live' user account in the Live image: +#LIVEUID="live" + # Passwords for the user accounts in the Live image: #ROOTPW="root" #LIVEPW="live" |