From c32634b6a2fea66009ea5725af5e75f25140b916 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Fri, 7 Sep 2012 20:40:41 +0200 Subject: [PATCH] [scripts] add the "games" group back for every remastered ISO image, fixes bug 3134 --- scripts/remaster_generic_inner_chroot_script_after.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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() {