summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2012-10-05 11:51:38 +0200
committerPierre Schmitz <pierre@archlinux.de>2012-10-05 11:51:38 +0200
commit99ae5779460a23f5d2751777dd13dc009f63cfbe (patch)
tree897dac80a98a5783e503fb7533a9091f64acdf21 /configs
parent41def4c27d8eb859ace91c00eefa915dbb4c38fc (diff)
Place the x86_64 boot before i686
This is a very minor change, but let's most people just press enter on bootup. Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/releng/syslinux.dual/archiso_pxe_both_inc.cfg2
-rw-r--r--configs/releng/syslinux.dual/archiso_sys_both_inc.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/releng/syslinux.dual/archiso_pxe_both_inc.cfg b/configs/releng/syslinux.dual/archiso_pxe_both_inc.cfg
index 324523e..1593303 100644
--- a/configs/releng/syslinux.dual/archiso_pxe_both_inc.cfg
+++ b/configs/releng/syslinux.dual/archiso_pxe_both_inc.cfg
@@ -1,4 +1,4 @@
INCLUDE boot/syslinux/archiso_head.cfg
-INCLUDE boot/syslinux/archiso_pxe32.cfg
INCLUDE boot/syslinux/archiso_pxe64.cfg
+INCLUDE boot/syslinux/archiso_pxe32.cfg
INCLUDE boot/syslinux/archiso_tail.cfg
diff --git a/configs/releng/syslinux.dual/archiso_sys_both_inc.cfg b/configs/releng/syslinux.dual/archiso_sys_both_inc.cfg
index 4ed6b39..e885c40 100644
--- a/configs/releng/syslinux.dual/archiso_sys_both_inc.cfg
+++ b/configs/releng/syslinux.dual/archiso_sys_both_inc.cfg
@@ -1,4 +1,4 @@
INCLUDE boot/syslinux/archiso_head.cfg
-INCLUDE boot/syslinux/archiso_sys32.cfg
INCLUDE boot/syslinux/archiso_sys64.cfg
+INCLUDE boot/syslinux/archiso_sys32.cfg
INCLUDE boot/syslinux/archiso_tail.cfg