[arch-releng] [PATCH] Place the x86_64 boot before i686

Pierre Schmitz pierre at archlinux.de
Fri Oct 5 06:01:52 EDT 2012


This is a very minor change, but let's most people just press enter on bootup.

Signed-off-by: Pierre Schmitz <pierre at archlinux.de>
---
 configs/releng/syslinux.dual/archiso_pxe_both_inc.cfg | 2 +-
 configs/releng/syslinux.dual/archiso_sys_both_inc.cfg | 2 +-
 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
-- 
1.7.12.2


More information about the arch-releng mailing list