mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-23 16:11:30 +00:00
Switch min uid to 1002
This commit is contained in:
parent
e6cd959f4c
commit
59117feb80
@ -13,7 +13,7 @@ adduser --gecos system --no-create-home --disabled-login --disabled-password sys
|
|||||||
adduser --gecos radio --no-create-home --disabled-login --disabled-password radio --uid 1001
|
adduser --gecos radio --no-create-home --disabled-login --disabled-password radio --uid 1001
|
||||||
|
|
||||||
# Prevent the system user from being presented in the greeter by bumping MIN_UID
|
# Prevent the system user from being presented in the greeter by bumping MIN_UID
|
||||||
sed -i 's/^\(UID_MIN\s\+\).*/\11001/g' /etc/login.defs
|
sed -i 's/^\(UID_MIN\s\+\).*/\11002/g' /etc/login.defs
|
||||||
|
|
||||||
mkdir -p /home/$USER/Music
|
mkdir -p /home/$USER/Music
|
||||||
mkdir -p /home/$USER/Pictures
|
mkdir -p /home/$USER/Pictures
|
||||||
|
Loading…
x
Reference in New Issue
Block a user