From e4434c5d51f307655afb154573fba6f184cc9884 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 2 Aug 2014 07:48:18 +0200 Subject: dracut/adduser.sh: do not add user to the systemd-journal group. --- dracut/adduser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dracut/adduser.sh') diff --git a/dracut/adduser.sh b/dracut/adduser.sh index 9c7ce04..bc30a98 100644 --- a/dracut/adduser.sh +++ b/dracut/adduser.sh @@ -14,7 +14,7 @@ echo "USERNAME=$USERNAME" >> ${NEWROOT}/etc/default/live.conf chmod 644 ${NEWROOT}/etc/default/live.conf # Create new user and remove password. We'll use autologin by default. -chroot ${NEWROOT} useradd -c $USERNAME -m $USERNAME -G systemd-journal,wheel -s /bin/bash +chroot ${NEWROOT} useradd -c $USERNAME -m $USERNAME -G wheel -s /bin/bash chroot ${NEWROOT} passwd -d $USERNAME >/dev/null 2>&1 # Setup default root password (voidlinux). -- cgit 1.4.1