[remaster/mcs] add MCS backgrounds and splash themes

This commit is contained in:
Fabio Erculiani
2010-11-04 20:50:52 +01:00
parent 41a29a7570
commit ab79906343
38 changed files with 392 additions and 0 deletions

3
scripts/3rdparty/mcs_pre_iso_script.sh vendored Normal file → Executable file
View File

@@ -5,3 +5,6 @@ cp /sabayon/remaster/mcs/isolinux/back.jpg "${CDROOT_DIR}/isolinux/back.jpg" ||
# execute parent script
/sabayon/scripts/generic_pre_iso_script.sh MCS || exit 1
# Setup default splash theme
sed -i "s/theme:sabayon/theme:babel/g" "${CDROOT_DIR}/isolinux/isolinux.cfg" || exit 1