From 1a5209bef51abe3032a59fafa1ac45e4a4fcd620 Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Thu, 2 Dec 2010 21:41:07 -0300 Subject: [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 --- archiso2dual/syslinux_arch32.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 archiso2dual/syslinux_arch32.cfg (limited to 'archiso2dual/syslinux_arch32.cfg') diff --git a/archiso2dual/syslinux_arch32.cfg b/archiso2dual/syslinux_arch32.cfg new file mode 100644 index 0000000..f912874 --- /dev/null +++ b/archiso2dual/syslinux_arch32.cfg @@ -0,0 +1,10 @@ +LABEL arch32 +TEXT HELP +Boot the Arch Linux (i686) live medium. It allows you to install Arch Linux or +perform system maintenance. +ENDTEXT +MENU LABEL Boot Arch Linux (i686) +LINUX /%INSTALL_DIR%/boot/i686/vmlinuz26 +APPEND initrd=/%INSTALL_DIR%/boot/i686/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 -- cgit v1.2.3-54-g00ecf