about summary refs log tree commit diff
path: root/dracut
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-08-02 07:48:18 +0200
committerJuan RP <xtraeme@gmail.com>2014-08-02 07:48:18 +0200
commite4434c5d51f307655afb154573fba6f184cc9884 (patch)
tree019e68739c86bf5e5d69d098538bb9be43003511 /dracut
parentf898ef96e39685e6d0cb3f39c082d0af0602c5df (diff)
downloadhrmpf-e4434c5d51f307655afb154573fba6f184cc9884.tar.gz
hrmpf-e4434c5d51f307655afb154573fba6f184cc9884.tar.xz
hrmpf-e4434c5d51f307655afb154573fba6f184cc9884.zip
dracut/adduser.sh: do not add user to the systemd-journal group.
Diffstat (limited to 'dracut')
-rw-r--r--dracut/adduser.sh2
1 files changed, 1 insertions, 1 deletions
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).