summaryrefslogtreecommitdiff
path: root/configs/mate/syslinux/parabolaiso_pxe64.cfg
diff options
context:
space:
mode:
authorJorginho <jorginho@lavabit.com>2015-09-09 20:51:01 +0200
committerJorginho <jorginho@lavabit.com>2015-09-09 20:51:01 +0200
commit8d140ce60ae05caa0d0c262fc33a4e26540abbc9 (patch)
treedba88688162ae2df0a2d4d780007c8d12833762c /configs/mate/syslinux/parabolaiso_pxe64.cfg
parentb4e9cd552ddb482a24bc817da6581b8ff74200f0 (diff)
Change X11/icewm for Mate desktop
Diffstat (limited to 'configs/mate/syslinux/parabolaiso_pxe64.cfg')
-rw-r--r--configs/mate/syslinux/parabolaiso_pxe64.cfg32
1 files changed, 32 insertions, 0 deletions
diff --git a/configs/mate/syslinux/parabolaiso_pxe64.cfg b/configs/mate/syslinux/parabolaiso_pxe64.cfg
new file mode 100644
index 0000000..be3e3de
--- /dev/null
+++ b/configs/mate/syslinux/parabolaiso_pxe64.cfg
@@ -0,0 +1,32 @@
+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.
+ENDTEXT
+MENU LABEL Boot Parabola GNU/Linux-libre (x86_64) (NBD)
+LINUX boot/x86_64/vmlinuz
+INITRD boot/x86_64/parabolaiso.img
+APPEND parabolaisobasedir=%INSTALL_DIR% parabolaisolabel=%PARABOLAISO_LABEL% parabolaiso_nbd_srv=${pxeserver}
+SYSAPPEND 3
+
+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.
+ENDTEXT
+MENU LABEL Boot Parabola GNU/Linux-libre (x86_64) (NFS)
+LINUX boot/x86_64/vmlinuz
+INITRD boot/x86_64/parabolaiso.img
+APPEND parabolaisobasedir=%INSTALL_DIR% parabolaiso_nfs_srv=${pxeserver}:/run/parabolaiso/bootmnt
+SYSAPPEND 3
+
+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.
+ENDTEXT
+MENU LABEL Boot Parabola GNU/Linux-libre (x86_64) (HTTP)
+LINUX boot/x86_64/vmlinuz
+INITRD boot/x86_64/parabolaiso.img
+APPEND parabolaisobasedir=%INSTALL_DIR% parabolaiso_http_srv=http://${pxeserver}/
+SYSAPPEND 3