slitaz-boot-scripts rev 366

Add user to disk group... we never know!
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 05 22:02:43 2014 +0200 (2014-05-05)
parents b14f03e7493f
children 0555df1782e6
files etc/init.d/bootopts.sh
line diff
     1.1 --- a/etc/init.d/bootopts.sh	Mon May 05 18:58:33 2014 +0200
     1.2 +++ b/etc/init.d/bootopts.sh	Mon May 05 22:02:43 2014 +0200
     1.3 @@ -43,7 +43,7 @@
     1.4  	echo -n "Configuring user and group: $USER..."
     1.5  	adduser -D -s /bin/sh -g "SliTaz User" -G users -h /home/$USER $USER
     1.6  	passwd -d $USER >/dev/null
     1.7 -	for group in audio cdrom video tty plugdev
     1.8 +	for group in audio cdrom video tty plugdev disk
     1.9  	do
    1.10  		addgroup $USER ${group}
    1.11  	done