diff options
Diffstat (limited to 'configs/releng/syslinux/syslinux.cfg')
-rw-r--r-- | configs/releng/syslinux/syslinux.cfg | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/configs/releng/syslinux/syslinux.cfg b/configs/releng/syslinux/syslinux.cfg index 7762278..14f48e6 100644 --- a/configs/releng/syslinux/syslinux.cfg +++ b/configs/releng/syslinux/syslinux.cfg @@ -1,7 +1,7 @@ SERIAL 0 38400 DEFAULT vesamenu.c32 PROMPT 0 -MENU TITLE Arch Linux +MENU TITLE Parabola GNU/Linux-libre MENU BACKGROUND splash.png TIMEOUT 3000 @@ -27,14 +27,14 @@ MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std MENU COLOR msg07 37;40 #90ffffff #a0000000 std MENU COLOR tabmsg 31;40 #30ffffff #00000000 std -LABEL arch +LABEL libre TEXT HELP -Boot the Arch Linux live medium. It allows you to install Arch Linux or -perform system maintenance. +Boot the Parabola live medium. It allows you to install a fully libre +Arch Linux or perform system maintenance. ENDTEXT -MENU LABEL Boot Arch Linux +MENU LABEL Boot Parabola GNU/Linux-libre LINUX /%INSTALL_DIR%/boot/%ARCH%/vmlinuz -INITRD /%INSTALL_DIR%/boot/%ARCH%/archiso.img +INITRD /%INSTALL_DIR%/boot/%ARCH%/libreiso.img APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% # Next line should be uncommented when prepare enviroment to boot from PXE. #IPAPPEND 3 @@ -67,4 +67,4 @@ LABEL poweroff MENU LABEL Power Off COMBOOT poweroff.com -ONTIMEOUT arch +ONTIMEOUT libre |