diff options
author | Thomas Bächler <thomas@archlinux.org> | 2010-12-02 21:41:07 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-12-07 23:48:24 -0300 |
commit | 1a5209bef51abe3032a59fafa1ac45e4a4fcd620 (patch) | |
tree | b0b8da8d5b05b6a73451e5406d5088a6638f5e10 /archiso2dual/syslinux_arch64.cfg | |
parent | 85d2ddd7629a7124ee7b34af6a54ef793a844d8e (diff) |
[archiso2dual] Autodetect whether we can boot x86_64
Edited from original commit to adapt them to install_dir scheme.
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'archiso2dual/syslinux_arch64.cfg')
-rw-r--r-- | archiso2dual/syslinux_arch64.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archiso2dual/syslinux_arch64.cfg b/archiso2dual/syslinux_arch64.cfg new file mode 100644 index 0000000..10786cd --- /dev/null +++ b/archiso2dual/syslinux_arch64.cfg @@ -0,0 +1,10 @@ +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 /%INSTALL_DIR%/boot/x86_64/vmlinuz26 +APPEND initrd=/%INSTALL_DIR%/boot/x86_64/archiso.img archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% rw_branch_size=75% locale=en_US.UTF-8 +# Next line should be uncommented when prepare enviroment to boot from PXE. +#IPAPPEND 3 |