2011-12-02 04:44:02 +01:00
|
|
|
LABEL arch64_nbd
|
|
|
|
TEXT HELP
|
2013-05-31 00:38:41 +02:00
|
|
|
Boot the Arch Linux (x86_64) live medium (Using NBD).
|
|
|
|
It allows you to install Arch Linux or perform system maintenance.
|
2011-12-02 04:44:02 +01:00
|
|
|
ENDTEXT
|
|
|
|
MENU LABEL Boot Arch Linux (x86_64) (NBD)
|
|
|
|
LINUX boot/x86_64/vmlinuz
|
|
|
|
INITRD boot/x86_64/archiso.img
|
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver}
|
|
|
|
IPAPPEND 3
|
|
|
|
|
|
|
|
LABEL arch64_nfs
|
|
|
|
TEXT HELP
|
2013-05-31 00:38:41 +02:00
|
|
|
Boot the Arch Linux (x86_64) live medium (Using NFS).
|
|
|
|
It allows you to install Arch Linux or perform system maintenance.
|
2011-12-02 04:44:02 +01:00
|
|
|
ENDTEXT
|
|
|
|
MENU LABEL Boot Arch Linux (x86_64) (NFS)
|
|
|
|
LINUX boot/x86_64/vmlinuz
|
|
|
|
INITRD boot/x86_64/archiso.img
|
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt
|
|
|
|
IPAPPEND 3
|
|
|
|
|
|
|
|
LABEL arch64_http
|
|
|
|
TEXT HELP
|
2013-05-31 00:38:41 +02:00
|
|
|
Boot the Arch Linux (x86_64) live medium (Using HTTP).
|
|
|
|
It allows you to install Arch Linux or perform system maintenance.
|
2011-12-02 04:44:02 +01:00
|
|
|
ENDTEXT
|
|
|
|
MENU LABEL Boot Arch Linux (x86_64) (HTTP)
|
|
|
|
LINUX boot/x86_64/vmlinuz
|
|
|
|
INITRD boot/x86_64/archiso.img
|
2011-12-03 22:20:43 +01:00
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
|
2011-12-02 04:44:02 +01:00
|
|
|
IPAPPEND 3
|