diff options
author | Daniel Baumann <daniel@debian.org> | 2008-03-09 13:34:41 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:01:47 +0100 |
commit | bacd270f71658b5f60936e763740bee2117866cb (patch) | |
tree | 01a9d636192897fa7b1dfe8e1501d4d7f1b8a3cb | |
parent | fdbe2aad1482f5bcebbef6afe9c76736f4b829c6 (diff) | |
download | vyos-live-build-bacd270f71658b5f60936e763740bee2117866cb.tar.gz vyos-live-build-bacd270f71658b5f60936e763740bee2117866cb.zip |
Fixing wrong debian-installer auto target configuration.
-rwxr-xr-x | helpers/lh_binary_syslinux | 2 |
1 files changed, 1 insertions, 1 deletions
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 |