From a955c29e10bb6b5cacc0532028c212b55e0e8bde Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 9 Mar 2008 13:34:41 +0100 Subject: [PATCH] Fixing wrong debian-installer auto target configuration. --- helpers/lh_binary_syslinux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux index 75f055e11..535fb8f1f 100755 --- a/helpers/lh_binary_syslinux +++ b/helpers/lh_binary_syslinux @@ -158,7 +158,7 @@ Syslinux_install_entry () ;; Auto) - TAPPEND="rescue/enable=true ${APPEND} ${QAPPEND}" + TAPPEND="auto=true priority=critical ${APPEND} ${QAPPEND}" ;; esac