xbps-casper: add default live user to video group.

--HG--
branch : gnome3
This commit is contained in:
Juan RP 2011-03-02 16:56:10 +01:00
parent b649f85158
commit 72d469c5ba
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ log_begin_msg "$DESCRIPTION"
# U6aMy0wojraho is just a blank password # U6aMy0wojraho is just a blank password
chroot ${rootmnt} useradd -c "$USERFULLNAME" -m $USERNAME \ chroot ${rootmnt} useradd -c "$USERFULLNAME" -m $USERNAME \
-G audio -p U6aMy0wojraho -G audio,video,wheel -p U6aMy0wojraho
if [ -f ${rootmnt}/etc/sudoers ]; then if [ -f ${rootmnt}/etc/sudoers ]; then
echo "${USERNAME} ALL=(ALL) NOPASSWD: ALL" >> ${rootmnt}/etc/sudoers echo "${USERNAME} ALL=(ALL) NOPASSWD: ALL" >> ${rootmnt}/etc/sudoers
fi fi

View file

@ -1,6 +1,6 @@
# Template file for 'xbps-casper' # Template file for 'xbps-casper'
pkgname=xbps-casper pkgname=xbps-casper
_localver=0.8 # XBPS package version _localver=0.9 # XBPS package version
_distver=1.236 # This should match the upstream (Ubuntu) version _distver=1.236 # This should match the upstream (Ubuntu) version
version=${_localver}.${_distver} version=${_localver}.${_distver}
build_style=custom-install build_style=custom-install