[scripts] add the "games" group back for every remastered ISO image, fixes bug 3134

This commit is contained in:
Fabio Erculiani 2012-09-07 20:40:41 +02:00
parent 3cccf93baf
commit c32634b6a2
1 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,12 @@ basic_environment_setup() {
# Always startup this
rc-update add virtualbox-guest-additions boot
# Create a default "games" group so that
# the default user will be added to it during
# live boot, and thus, after install.
# See bug 3134
groupadd -f games
}
remove_desktop_files() {