This commit is contained in:
2026-03-21 21:07:56 +01:00
parent 9f9cc904c3
commit f55d0194fc

7
Jenkinsfile vendored
View File

@@ -80,9 +80,10 @@ pipeline {
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|' \
sed -i
-e 's|^menu color sel.*|menu color sel * #ff82c059 #c0000000 none|' \
-e 's|^menu color unsel.*|menu color unsel * #8082c059 #00000000 none|' \
-e 's|^menu color hotkey.*|menu color hotkey * #fff01e1e #00000000 none|' \
config/templates/templates/syslinux/menu/header.cfg
chmod +x /root/update-initramfs.sh