improve boot menu
This commit is contained in:
15
Jenkinsfile
vendored
15
Jenkinsfile
vendored
@@ -17,7 +17,7 @@ pipeline {
|
||||
'''
|
||||
}
|
||||
}
|
||||
stage('Convert images')
|
||||
stage('Convert splash images')
|
||||
{
|
||||
agent {
|
||||
docker {
|
||||
@@ -69,7 +69,6 @@ pipeline {
|
||||
filename 'Dockerfile'
|
||||
dir '.'
|
||||
label 'pyDABFActory-CIAgent'
|
||||
// additionalBuildArgs '--no-cache-filter fetcher'
|
||||
args '--privileged --security-opt seccomp=unconfined --security-opt apparmor=unconfined -u root:root'
|
||||
reuseNode true
|
||||
}
|
||||
@@ -126,9 +125,15 @@ pipeline {
|
||||
cp -R /usr/share/live-helper/templates/* config/templates/
|
||||
|
||||
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|' \
|
||||
-e 's|^menu vshift.*|menu vshift 0|' \
|
||||
-e 's|^menu hshift.*|menu hshift 0|' \
|
||||
-e 's|^menu width.*|menu width 60|' \
|
||||
-e 's|^menu color sel.*|menu color sel * #ff82c059 #c01f1f1f none|' \
|
||||
-e 's|^menu color unsel.*|menu color unsel * #8082c059 #c01f1f1f none|' \
|
||||
-e 's|^menu color hotkey.*|menu color hotkey * #fff01e1e #c01f1f1f none|' \
|
||||
-e 's|^menu color tabmsg.*|menu color tabmsg * #ffB0B0B0 #00000000 none|' \
|
||||
-e 's|^menu color timeout_msg.*|menu color timeout_msg * #ffB0B0B0 #00000000 none|' \
|
||||
-e 's|^menu color timeout.*|menu color timeout * #ffff0000 #00000000 none|' \
|
||||
config/templates/syslinux/menu/header.cfg
|
||||
|
||||
chmod +x /root/update-initramfs.sh
|
||||
|
||||
Reference in New Issue
Block a user