summaryrefslogtreecommitdiff
path: root/configs/talkingparabola/syslinux/parabolaiso_pxe64.cfg
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-09-28 14:39:20 -0300
committerDavid P <megver83@parabola.nu>2020-09-28 14:49:39 -0300
commitf3e077a21cf87e3acbc692081a59f422f9d3ca9e (patch)
treec1e6c4757b32f2416b968ce64c9a291cc1d9212e /configs/talkingparabola/syslinux/parabolaiso_pxe64.cfg
parentacd25c913bface483531140e363923f49c5fef8d (diff)
sync with archiso
Imported changes: f34c957 (HEAD -> master, origin/master, origin/HEAD) Calculate required efiboot.img size instead of hardcoding it 8c04704 Split SYSLINUX configuration into per-kernel configuration files 8276616 archiso/mkarchiso: do not hardcode the kernel and initramfs file names 83e4cb9 Use the same file paths in both ISO 9660 and FAT 136152e Do not rename the initramfs image Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'configs/talkingparabola/syslinux/parabolaiso_pxe64.cfg')
-rw-r--r--configs/talkingparabola/syslinux/parabolaiso_pxe64.cfg35
1 files changed, 0 insertions, 35 deletions
diff --git a/configs/talkingparabola/syslinux/parabolaiso_pxe64.cfg b/configs/talkingparabola/syslinux/parabolaiso_pxe64.cfg
deleted file mode 100644
index 1d3d67e..0000000
--- a/configs/talkingparabola/syslinux/parabolaiso_pxe64.cfg
+++ /dev/null
@@ -1,35 +0,0 @@
-#
-# SPDX-License-Identifier: GPL-3.0-or-later
-
-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-linux-libre
-INITRD boot/x86_64/parabolaiso.img
-APPEND parabolaisobasedir=%INSTALL_DIR% parabolaisolabel=%PARABOLAISO_LABEL% parabolaiso_nbd_srv=${pxeserver} checksum verify
-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-linux-libre
-INITRD boot/x86_64/parabolaiso.img
-APPEND parabolaisobasedir=%INSTALL_DIR% parabolaiso_nfs_srv=${pxeserver}:/run/parabolaiso/bootmnt checksum verify
-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-linux-libre
-INITRD boot/x86_64/parabolaiso.img
-APPEND parabolaisobasedir=%INSTALL_DIR% parabolaiso_http_srv=http://${pxeserver}/ checksum verify
-SYSAPPEND 3