From 59117feb80e6411129292de56843e0998629c2b5 Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Mon, 12 Aug 2013 15:46:43 -0400 Subject: [PATCH] Switch min uid to 1002 --- live-build/ubuntu-touch/hooks/01-setup_user.chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/ubuntu-touch/hooks/01-setup_user.chroot b/live-build/ubuntu-touch/hooks/01-setup_user.chroot index dd62f494..72d14214 100755 --- a/live-build/ubuntu-touch/hooks/01-setup_user.chroot +++ b/live-build/ubuntu-touch/hooks/01-setup_user.chroot @@ -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