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_sys64.cfg | |
| parent | 1aca4d1a3d7a1a444cc555f81ad488ce1ab67522 (diff) | |
Soup up the config, use the releng profile
Diffstat (limited to 'liveusb/syslinux/archiso_sys64.cfg')
| -rw-r--r-- | liveusb/syslinux/archiso_sys64.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/liveusb/syslinux/archiso_sys64.cfg b/liveusb/syslinux/archiso_sys64.cfg new file mode 100644 index 0000000..2694968 --- /dev/null +++ b/liveusb/syslinux/archiso_sys64.cfg @@ -0,0 +1,9 @@ +LABEL arch64 +TEXT HELP +Boot the Arch Linux (x86_64) live medium. +It allows you to install Arch Linux or perform system maintenance. +ENDTEXT +MENU LABEL Boot Arch Linux (x86_64) +LINUX boot/x86_64/vmlinuz +INITRD boot/intel_ucode.img,boot/x86_64/archiso.img +APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% |
