[remaster/gaming] make Joost stop yelling, change Gaming Edition background for XMAS!

This commit is contained in:
Fabio Erculiani 2010-12-20 23:07:42 +01:00
parent cf84686a0e
commit 4fdf38ae5a
4 changed files with 11 additions and 1 deletions

View File

@ -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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 KiB

10
scripts/gaming_remaster_post.sh Executable file
View File

@ -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"