aboutsummaryrefslogtreecommitdiffstats
path: root/make_slackware_live.conf
diff options
context:
space:
mode:
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
commitde0a890a454196769954ff36a28357e2c12d1c0a (patch)
tree9323857043e1b30bb6775be65dc0dc3eb28d0b7d /make_slackware_live.conf
parentbcf736b5a991a22a4ea2690774873aa6237a3a02 (diff)
downloadliveslak-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 '')
-rw-r--r--make_slackware_live.conf3
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"