diff options
author | Esteban Carnevale <alfplayer@mailoo.org> | 2013-03-13 19:59:47 -0300 |
---|---|---|
committer | Esteban Carnevale <alfplayer@mailoo.org> | 2013-03-13 19:59:47 -0300 |
commit | 5549d58291a294931ca1f8c75bcf1787e8a63210 (patch) | |
tree | 8bca714238eec0fe31c09ba56331ec8cb2ddf7b4 /configs/releng/syslinux | |
parent | f5612dd6acc5d71fee7aa1889eb7d1b829fa0659 (diff) |
Replace: LABEL arch -> LABEL parabola
Diffstat (limited to 'configs/releng/syslinux')
-rw-r--r-- | configs/releng/syslinux/archiso_pxe32.cfg | 6 | ||||
-rw-r--r-- | configs/releng/syslinux/archiso_pxe64.cfg | 6 | ||||
-rw-r--r-- | configs/releng/syslinux/archiso_sys32.cfg | 2 | ||||
-rw-r--r-- | configs/releng/syslinux/archiso_sys64.cfg | 2 |
4 files changed, 8 insertions, 8 deletions
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. |