summaryrefslogtreecommitdiff
path: root/configs/releng/syslinux/archiso_pxe32.cfg
diff options
context:
space:
mode:
authorEsteban Carnevale <alfplayer@mailoo.org>2013-03-13 19:59:47 -0300
committerEsteban Carnevale <alfplayer@mailoo.org>2013-03-13 19:59:47 -0300
commit5549d58291a294931ca1f8c75bcf1787e8a63210 (patch)
tree8bca714238eec0fe31c09ba56331ec8cb2ddf7b4 /configs/releng/syslinux/archiso_pxe32.cfg
parentf5612dd6acc5d71fee7aa1889eb7d1b829fa0659 (diff)
Replace: LABEL arch -> LABEL parabola
Diffstat (limited to 'configs/releng/syslinux/archiso_pxe32.cfg')
-rw-r--r--configs/releng/syslinux/archiso_pxe32.cfg6
1 files changed, 3 insertions, 3 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.