diff --git a/molecules/gaming.common b/molecules/gaming.common index 05d5871..71f4d41 100644 --- a/molecules/gaming.common +++ b/molecules/gaming.common @@ -24,7 +24,7 @@ inner_chroot_script_after: /sabayon/scripts/remaster_gaming_inner_chroot_script_ # Outer chroot script command, to be executed outside destination chroot before # before entering it (and AFTER inner_chroot_script) -outer_chroot_script_after: /sabayon/scripts/remaster_post.sh +outer_chroot_script_after: /sabayon/scripts/gaming_remaster_post.sh # Extra mkisofs parameters, perhaps something to include/use your bootloader # IMPORTANT NOTE: -allow-limited-size is only supported by cdrkit provided mkisofs. diff --git a/remaster/gaming-xmas/sabayonlinux.jpg b/remaster/gaming-xmas/sabayonlinux.jpg new file mode 100644 index 0000000..eee10c4 Binary files /dev/null and b/remaster/gaming-xmas/sabayonlinux.jpg differ diff --git a/remaster/gaming-xmas/sabayonlinux.png b/remaster/gaming-xmas/sabayonlinux.png new file mode 100644 index 0000000..62f7c6a Binary files /dev/null and b/remaster/gaming-xmas/sabayonlinux.png differ diff --git a/scripts/gaming_remaster_post.sh b/scripts/gaming_remaster_post.sh new file mode 100755 index 0000000..7b4811c --- /dev/null +++ b/scripts/gaming_remaster_post.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +# execute parent script +/sabayon/scripts/remaster_post.sh $@ + +# Christmas TIME ! +GAMING_XMAS_DIR="/sabayon/remaster/gaming-xmas" +cp "${GAMING_XMAS_DIR}"/sabayonlinux.png "${CHROOT_DIR}/usr/share/backgrounds/sabayonlinux.png" +cp "${GAMING_XMAS_DIR}"/sabayonlinux.jpg "${CHROOT_DIR}/usr/share/backgrounds/sabayonlinux.jpg" +cp "${GAMING_XMAS_DIR}"/sabayonlinux.jpg "${CHROOT_DIR}/usr/share/backgrounds/kgdm.jpg"