From 2741b33b47e2f49930395b318341896e2a512380 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 3 Jun 2016 15:04:48 +0200 Subject: Add the 'live' user account to additonal groups "dialout,games,disk". The "dialout" group is required for working with 3G USB modems and ppp connections. If the user wants to play UNIX games, then the "games" group membership is needed. And "disk" group was added for good measure. --- make_slackware_live.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make_slackware_live.sh') diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 89b2217..c9aab05 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1042,7 +1042,7 @@ EOL echo "root:${ROOTPW}" | chpasswd --root ${LIVE_ROOTDIR} # Create a nonprivileged user account "live": -chroot ${LIVE_ROOTDIR} /usr/sbin/useradd -c "Slackware Live User" -g users -G wheel,audio,cdrom,floppy,plugdev,video,power,netdev,lp,scanner,kmem -u 1000 -d /home/live -m -s /bin/bash live +chroot ${LIVE_ROOTDIR} /usr/sbin/useradd -c "Slackware Live User" -g users -G wheel,audio,cdrom,floppy,plugdev,video,power,netdev,lp,scanner,kmem,dialout,games,disk -u 1000 -d /home/live -m -s /bin/bash live echo "live:${LIVEPW}" | chpasswd --root ${LIVE_ROOTDIR} # Configure suauth: -- cgit v1.2.3