From de0a890a454196769954ff36a28357e2c12d1c0a Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 20 Jul 2016 13:17:57 +0200 Subject: 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". --- make_slackware_live.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'make_slackware_live.conf') 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" -- cgit v1.2.3