summaryrefslogtreecommitdiff
path: root/configs/lxde-multi/syslinux/parabolaiso_pxe64.cfg
diff options
context:
space:
mode:
authorJorginho <jorginho@lavabit.com>2013-04-28 16:08:32 +0200
committerJorginho <jorginho@lavabit.com>2013-04-28 16:08:32 +0200
commitdc7c29f70fa83682a8db5d8f45fbed11a24bafc1 (patch)
tree16e1795e26a9dae7f21ce5b4103d70bc6a29627a /configs/lxde-multi/syslinux/parabolaiso_pxe64.cfg
parentae961e812c333ea71c1192169843bd0cfe3f021f (diff)
put lxde-multi
Diffstat (limited to 'configs/lxde-multi/syslinux/parabolaiso_pxe64.cfg')
-rw-r--r--configs/lxde-multi/syslinux/parabolaiso_pxe64.cfg32
1 files changed, 32 insertions, 0 deletions
diff --git a/configs/lxde-multi/syslinux/parabolaiso_pxe64.cfg b/configs/lxde-multi/syslinux/parabolaiso_pxe64.cfg
new file mode 100644
index 0000000..db7a58a
--- /dev/null
+++ b/configs/lxde-multi/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}
+IPAPPEND 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
+IPAPPEND 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}/
+IPAPPEND 3