diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-12-06 00:14:11 +0100 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-12-06 00:14:11 +0100 |
| commit | ad900a84709bb6c2b751f9d5bed2ce7280c7dc04 (patch) | |
| tree | 89b121dbbbf08fc6dc5b91e867f203012075957a /liveusb/syslinux/archiso_pxe64.cfg | |
| parent | 1aca4d1a3d7a1a444cc555f81ad488ce1ab67522 (diff) | |
Soup up the config, use the releng profile
Diffstat (limited to 'liveusb/syslinux/archiso_pxe64.cfg')
| -rw-r--r-- | liveusb/syslinux/archiso_pxe64.cfg | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/liveusb/syslinux/archiso_pxe64.cfg b/liveusb/syslinux/archiso_pxe64.cfg new file mode 100644 index 0000000..2598916 --- /dev/null +++ b/liveusb/syslinux/archiso_pxe64.cfg @@ -0,0 +1,32 @@ +LABEL arch64_nbd +TEXT HELP +Boot the Arch Linux (x86_64) live medium (Using NBD). +It allows you to install Arch Linux or perform system maintenance. +ENDTEXT +MENU LABEL Boot Arch Linux (x86_64) (NBD) +LINUX boot/x86_64/vmlinuz +INITRD boot/intel_ucode.img,boot/x86_64/archiso.img +APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} +SYSAPPEND 3 + +LABEL arch64_nfs +TEXT HELP +Boot the Arch Linux (x86_64) live medium (Using NFS). +It allows you to install Arch Linux or perform system maintenance. +ENDTEXT +MENU LABEL Boot Arch Linux (x86_64) (NFS) +LINUX boot/x86_64/vmlinuz +INITRD boot/intel_ucode.img,boot/x86_64/archiso.img +APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt +SYSAPPEND 3 + +LABEL arch64_http +TEXT HELP +Boot the Arch Linux (x86_64) live medium (Using HTTP). +It allows you to install Arch Linux or perform system maintenance. +ENDTEXT +MENU LABEL Boot Arch Linux (x86_64) (HTTP) +LINUX boot/x86_64/vmlinuz +INITRD boot/intel_ucode.img,boot/x86_64/archiso.img +APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ +SYSAPPEND 3 |
