This commit is contained in:
2026-03-21 21:07:03 +01:00
parent 9a13152935
commit 9f9cc904c3
2 changed files with 551 additions and 548 deletions

8
Jenkinsfile vendored
View File

@@ -75,8 +75,16 @@ pipeline {
--syslinux-splash config/binary_syslinux/splash.jpg \
--union-filesystem unionfs \
--username bob \
templates config/templates
-k retrodebian1
cp -R /usr/share/live-helper/templates/* config/templates/
sed -i 's|^menu color sel.*|menu color sel * #ff82c059 #c0000000 none|' \
-i 's|^menu color unsel.*|menu color unsel * #8082c059 #00000000 none|' \
-i 's|^menu color hotkey.*|menu color hotkey * #fff01e1e #00000000 none|' \
config/templates/templates/syslinux/menu/header.cfg
chmod +x /root/update-initramfs.sh
chmod +x /root/zzz-config-live.sh
cp /root/update-initramfs.sh config/chroot_local-hooks