Fix Syslinux background

This commit is contained in:
2Shirt 2023-10-27 22:39:39 -07:00
parent 1ce6fddbaf
commit d80de4ac65
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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