From 5549d58291a294931ca1f8c75bcf1787e8a63210 Mon Sep 17 00:00:00 2001 From: Esteban Carnevale Date: Wed, 13 Mar 2013 19:59:47 -0300 Subject: Replace: LABEL arch -> LABEL parabola --- configs/baseline/syslinux/syslinux.cfg | 2 +- configs/releng/syslinux/archiso_pxe32.cfg | 6 +++--- configs/releng/syslinux/archiso_pxe64.cfg | 6 +++--- configs/releng/syslinux/archiso_sys32.cfg | 2 +- configs/releng/syslinux/archiso_sys64.cfg | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) (limited to 'configs') diff --git a/configs/baseline/syslinux/syslinux.cfg b/configs/baseline/syslinux/syslinux.cfg index bbb3a84..4761da9 100644 --- a/configs/baseline/syslinux/syslinux.cfg +++ b/configs/baseline/syslinux/syslinux.cfg @@ -1,7 +1,7 @@ UI boot/syslinux/menu.c32 MENU TITLE Parabola GNU/Linux-libre -LABEL arch +LABEL parabola MENU LABEL Parabola GNU/Linux-libre LINUX boot/%ARCH%/vmlinuz INITRD boot/%ARCH%/parabolaiso.img diff --git a/configs/releng/syslinux/archiso_pxe32.cfg b/configs/releng/syslinux/archiso_pxe32.cfg index 4211fe4..f61664e 100644 --- a/configs/releng/syslinux/archiso_pxe32.cfg +++ b/configs/releng/syslinux/archiso_pxe32.cfg @@ -1,4 +1,4 @@ -LABEL arch32_nbd +LABEL parabola32_nbd TEXT HELP Boot the Parabola GNU/Linux-libre (i686) live medium (Using NBD). It allows you to install Parabola GNU/Linux-libre or perform system maintenance. @@ -9,7 +9,7 @@ INITRD boot/i686/parabolaiso.img APPEND parabolaisobasedir=%INSTALL_DIR% parabolaisolabel=%PARABOLAISO_LABEL% parabolaiso_nbd_srv=${pxeserver} IPAPPEND 3 -LABEL arch32_nfs +LABEL parabola32_nfs TEXT HELP Boot the Parabola GNU/Linux-libre (i686) live medium (Using NFS). It allows you to install Parabola GNU/Linux-libre or perform system maintenance. @@ -20,7 +20,7 @@ INITRD boot/i686/parabolaiso.img APPEND parabolaisobasedir=%INSTALL_DIR% parabolaiso_nfs_srv=${pxeserver}:/run/parabolaiso/bootmnt IPAPPEND 3 -LABEL arch32_http +LABEL parabola32_http TEXT HELP Boot the Parabola GNU/Linux-libre (i686) live medium (Using HTTP). It allows you to install Parabola GNU/Linux-libre or perform system maintenance. diff --git a/configs/releng/syslinux/archiso_pxe64.cfg b/configs/releng/syslinux/archiso_pxe64.cfg index fedbe45..db7a58a 100644 --- a/configs/releng/syslinux/archiso_pxe64.cfg +++ b/configs/releng/syslinux/archiso_pxe64.cfg @@ -1,4 +1,4 @@ -LABEL arch64_nbd +LABEL parabola64_nbd TEXT HELP Boot the Parabola GNU/Linux-libre (x86_64) live medium (Using NBD). It allows you to install Parabola GNU/Linux-libre or perform system maintenance. @@ -9,7 +9,7 @@ INITRD boot/x86_64/parabolaiso.img APPEND parabolaisobasedir=%INSTALL_DIR% parabolaisolabel=%PARABOLAISO_LABEL% parabolaiso_nbd_srv=${pxeserver} IPAPPEND 3 -LABEL arch64_nfs +LABEL parabola64_nfs TEXT HELP Boot the Parabola GNU/Linux-libre (x86_64) live medium (Using NFS). It allows you to install Parabola GNU/Linux-libre or perform system maintenance. @@ -20,7 +20,7 @@ INITRD boot/x86_64/parabolaiso.img APPEND parabolaisobasedir=%INSTALL_DIR% parabolaiso_nfs_srv=${pxeserver}:/run/parabolaiso/bootmnt IPAPPEND 3 -LABEL arch64_http +LABEL parabola64_http TEXT HELP Boot the Parabola GNU/Linux-libre (x86_64) live medium (Using HTTP). It allows you to install Parabola GNU/Linux-libre or perform system maintenance. diff --git a/configs/releng/syslinux/archiso_sys32.cfg b/configs/releng/syslinux/archiso_sys32.cfg index a88f796..6aeeb69 100644 --- a/configs/releng/syslinux/archiso_sys32.cfg +++ b/configs/releng/syslinux/archiso_sys32.cfg @@ -1,4 +1,4 @@ -LABEL arch32 +LABEL parabola32 TEXT HELP Boot the Parabola GNU/Linux-libre (i686) live medium. It allows you to install Parabola GNU/Linux-libre or perform system maintenance. diff --git a/configs/releng/syslinux/archiso_sys64.cfg b/configs/releng/syslinux/archiso_sys64.cfg index 9d87c0e..7c256bb 100644 --- a/configs/releng/syslinux/archiso_sys64.cfg +++ b/configs/releng/syslinux/archiso_sys64.cfg @@ -1,4 +1,4 @@ -LABEL arch64 +LABEL parabola64 TEXT HELP Boot the Parabola GNU/Linux-libre (x86_64) live medium. It allows you to install Parabola GNU/Linux-libre or perform system maintenance. -- cgit v1.2.2