diff options
author | makefu <github@syntax-fehler.de> | 2014-04-02 11:15:54 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-04-02 11:15:54 +0200 |
commit | 732876299f4dccb4caa3a915879d2b5945bbdd42 (patch) | |
tree | 779db4d8f7cfb6223b6d47bd2f157143a48760f8 /elchos/syslinux/archiso_pxe32.cfg | |
parent | eb83b606a5baadcf35353b5461d2a0e520ecba6c (diff) |
filehooker is now elchOS
Diffstat (limited to 'elchos/syslinux/archiso_pxe32.cfg')
-rw-r--r-- | elchos/syslinux/archiso_pxe32.cfg | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/elchos/syslinux/archiso_pxe32.cfg b/elchos/syslinux/archiso_pxe32.cfg new file mode 100644 index 00000000..14f4aa37 --- /dev/null +++ b/elchos/syslinux/archiso_pxe32.cfg @@ -0,0 +1,32 @@ +LABEL arch32_nbd +TEXT HELP +Boot the Arch Linux (i686) live medium (Using NBD). +It allows you to install Arch Linux or perform system maintenance. +ENDTEXT +MENU LABEL Boot Arch Linux (i686) (NBD) +LINUX boot/i686/vmlinuz +INITRD boot/i686/archiso.img +APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} +SYSAPPEND 3 + +LABEL arch32_nfs +TEXT HELP +Boot the Arch Linux (i686) live medium (Using NFS). +It allows you to install Arch Linux or perform system maintenance. +ENDTEXT +MENU LABEL Boot Arch Linux (i686) (NFS) +LINUX boot/i686/vmlinuz +INITRD boot/i686/archiso.img +APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt +SYSAPPEND 3 + +LABEL arch32_http +TEXT HELP +Boot the Arch Linux (i686) live medium (Using HTTP). +It allows you to install Arch Linux or perform system maintenance. +ENDTEXT +MENU LABEL Boot Arch Linux (i686) (HTTP) +LINUX boot/i686/vmlinuz +INITRD boot/i686/archiso.img +APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ +SYSAPPEND 3 |