Switch min uid to 1002

This commit is contained in:
Michael Terry 2013-08-12 15:46:43 -04:00
parent e6cd959f4c
commit 59117feb80

View File

@ -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
# 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/Pictures