[scripts] add the "games" group back for every remastered ISO image, fixes bug 3134
This commit is contained in:
parent
3cccf93baf
commit
c32634b6a2
@ -33,6 +33,12 @@ basic_environment_setup() {
|
|||||||
|
|
||||||
# Always startup this
|
# Always startup this
|
||||||
rc-update add virtualbox-guest-additions boot
|
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() {
|
remove_desktop_files() {
|
||||||
|
Loading…
Reference in New Issue
Block a user