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"
|
label="${KIT_NAME_SHORT}_LINUX"
|
||||||
|
|
||||||
# Boot config
|
# 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
|
# MOTD
|
||||||
sed -i -r "s/KIT_NAME_SHORT/$KIT_NAME_SHORT/" "$PROFILE_DIR/profiledef.sh"
|
sed -i -r "s/KIT_NAME_SHORT/$KIT_NAME_SHORT/" "$PROFILE_DIR/profiledef.sh"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
SERIAL 0 115200
|
SERIAL 0 115200
|
||||||
UI vesamenu.c32
|
UI vesamenu.c32
|
||||||
MENU TITLE Arch Linux
|
MENU TITLE Arch Linux
|
||||||
MENU BACKGROUND splash.png
|
MENU BACKGROUND splash.jpg
|
||||||
|
|
||||||
MENU WIDTH 78
|
MENU WIDTH 78
|
||||||
MENU MARGIN 4
|
MENU MARGIN 4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue