diff --git a/scripts/remaster_generic_inner_chroot_script_after.sh b/scripts/remaster_generic_inner_chroot_script_after.sh index a5aa684..faf56b4 100755 --- a/scripts/remaster_generic_inner_chroot_script_after.sh +++ b/scripts/remaster_generic_inner_chroot_script_after.sh @@ -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() {