From 3217807ae10ec6d62284764811be651dfe7e4049 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 31 Mar 2020 13:06:00 +0200 Subject: Allow cusomization of the UidNumber for the live user account By default the UidNumber which is used to create the live account is: 1000. The variable LIVEUIDNR can be set to another unused value if you want. Remember, customizations go into 'make_slackware_live.conf' so that you do not have to edit 'make_slackware_live.sh'. --- 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 beb0480..69f7e1a 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 +# Number of the 'live' user account in the Live image: +#LIVEUIDNR="1000" + # Name of the 'live' user account in the Live image: #LIVEUID="live" -- cgit v1.2.3