Fix Syslinux background
This commit is contained in:
parent
1ce6fddbaf
commit
d80de4ac65
2 changed files with 2 additions and 2 deletions
|
|
@ -117,7 +117,7 @@ function update_live_env() {
|
|||
label="${KIT_NAME_SHORT}_LINUX"
|
||||
|
||||
# Boot config
|
||||
cp "$ROOT_DIR/images/Syslinux.png" "$PROFILE_DIR/syslinux/splash.png"
|
||||
cp "$ROOT_DIR/images/Syslinux.jpg" "$PROFILE_DIR/syslinux/splash.jpg"
|
||||
|
||||
# MOTD
|
||||
sed -i -r "s/KIT_NAME_SHORT/$KIT_NAME_SHORT/" "$PROFILE_DIR/profiledef.sh"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
SERIAL 0 115200
|
||||
UI vesamenu.c32
|
||||
MENU TITLE Arch Linux
|
||||
MENU BACKGROUND splash.png
|
||||
MENU BACKGROUND splash.jpg
|
||||
|
||||
MENU WIDTH 78
|
||||
MENU MARGIN 4
|
||||
|
|
|
|||
Loading…
Reference in a new issue