# HG changeset patch # User Christopher Rogers # Date 1293444001 0 # Node ID 7b4ec4c07778c11e184232870af9596b3cbe29f7 # Parent 47555b78379034b9daf9d40c5eef8537a74cf0e3 Add USER tux to video group in bootopts.sh file. diff -r 47555b783790 -r 7b4ec4c07778 etc/init.d/bootopts.sh --- a/etc/init.d/bootopts.sh Thu Dec 23 10:57:45 2010 +0100 +++ b/etc/init.d/bootopts.sh Mon Dec 27 10:00:01 2010 +0000 @@ -36,6 +36,7 @@ # Audio and cdrom group. addgroup $USER audio addgroup $USER cdrom + addgroup $USER video # /home/$USER files from /etc/skel. if [ -d /etc/skel ]; then cp -a /etc/skel /home/$USER