[remaster/gaming] make Joost stop yelling, change Gaming Edition background for XMAS!
This commit is contained in:
parent
cf84686a0e
commit
4fdf38ae5a
@ -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.
|
||||
|
BIN
remaster/gaming-xmas/sabayonlinux.jpg
Normal file
BIN
remaster/gaming-xmas/sabayonlinux.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
BIN
remaster/gaming-xmas/sabayonlinux.png
Normal file
BIN
remaster/gaming-xmas/sabayonlinux.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 382 KiB |
10
scripts/gaming_remaster_post.sh
Executable file
10
scripts/gaming_remaster_post.sh
Executable 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"
|
Loading…
Reference in New Issue
Block a user