summaryrefslogtreecommitdiff
path: root/configs/releng/syslinux/parabolaiso_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-09-02 20:03:35 -0300
commit1c8166b16352a8bfa561500d891dbbbc91f225bd (patch)
tree07605376d9655cba2c10783e52caf0d9a8e35607 /configs/releng/syslinux/parabolaiso_pxe32.cfg
parentbd8659602a4144a73bfbf093f13df6d66cb0436e (diff)
Replace: LABEL arch -> LABEL parabola
Diffstat (limited to 'configs/releng/syslinux/parabolaiso_pxe32.cfg')
-rw-r--r--configs/releng/syslinux/parabolaiso_pxe32.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/releng/syslinux/parabolaiso_pxe32.cfg b/configs/releng/syslinux/parabolaiso_pxe32.cfg
index 4211fe4..f61664e 100644
--- a/configs/releng/syslinux/parabolaiso_pxe32.cfg
+++ b/configs/releng/syslinux/parabolaiso_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.