xbps-casper: add default live user to video group.
--HG-- branch : gnome3
This commit is contained in:
parent
b649f85158
commit
72d469c5ba
|
@ -22,7 +22,7 @@ log_begin_msg "$DESCRIPTION"
|
|||
|
||||
# U6aMy0wojraho is just a blank password
|
||||
chroot ${rootmnt} useradd -c "$USERFULLNAME" -m $USERNAME \
|
||||
-G audio -p U6aMy0wojraho
|
||||
-G audio,video,wheel -p U6aMy0wojraho
|
||||
if [ -f ${rootmnt}/etc/sudoers ]; then
|
||||
echo "${USERNAME} ALL=(ALL) NOPASSWD: ALL" >> ${rootmnt}/etc/sudoers
|
||||
fi
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for '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
|
||||
version=${_localver}.${_distver}
|
||||
build_style=custom-install
|
||||
|
|
Loading…
Reference in New Issue