OSDN Git Service

Updating README.md
[rebornos/cnchi-gnome-osdn.git] / syslinux / archiso_pxe.cfg
1 INCLUDE boot/syslinux/archiso_head.cfg
2
3 LABEL arch64_nbd
4 TEXT HELP
5 Boot the RebornOS Live to install (Using NBD).
6 It allows you to install Arch Linux or perform system maintenance.
7 ENDTEXT
8 MENU LABEL Boot RebornOS (after install) (NBD)
9 LINUX boot/x86_64/vmlinuz
10 INITRD boot/intel_ucode.img,boot/x86_64/archiso.img
11 APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver}
12 SYSAPPEND 3
13
14 LABEL arch64_nfs
15 TEXT HELP
16 Boot the Arch Linux (x86_64) live medium (Using NFS).
17 It allows you to install Arch Linux or perform system maintenance.
18 ENDTEXT
19 MENU LABEL Boot RebornOS Live to install (NFS)
20 LINUX boot/x86_64/vmlinuz
21 INITRD boot/intel_ucode.img,boot/x86_64/archiso.img
22 APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt
23 SYSAPPEND 3
24
25 LABEL arch64_http
26 TEXT HELP
27 Boot the Arch Linux (x86_64) live medium (Using HTTP).
28 It allows you to install Arch Linux or perform system maintenance.
29 ENDTEXT
30 MENU LABEL Boot RebornOS Live to install (HTTP)
31 LINUX boot/x86_64/vmlinuz
32 INITRD boot/intel_ucode.img,boot/x86_64/archiso.img
33 APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
34 SYSAPPEND 3
35
36 INCLUDE boot/syslinux/archiso_tail.cfg