slitaz-boot-scripts rev 223 3.4.3

Add USER tux to video group in bootopts.sh file.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Dec 27 10:00:01 2010 +0000 (2010-12-27)
parents 47555b783790
children a33361bbfe52
files etc/init.d/bootopts.sh
line diff
     1.1 --- a/etc/init.d/bootopts.sh	Thu Dec 23 10:57:45 2010 +0100
     1.2 +++ b/etc/init.d/bootopts.sh	Mon Dec 27 10:00:01 2010 +0000
     1.3 @@ -36,6 +36,7 @@
     1.4  	# Audio and cdrom group.
     1.5  	addgroup $USER audio
     1.6  	addgroup $USER cdrom
     1.7 +	addgroup $USER video
     1.8  	# /home/$USER files from /etc/skel.
     1.9  	if [ -d /etc/skel ]; then
    1.10  		cp -a /etc/skel /home/$USER