diff options
author | Daniel Baumann <daniel@debian.org> | 2008-03-09 13:34:41 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-03-09 13:34:41 +0100 |
commit | a955c29e10bb6b5cacc0532028c212b55e0e8bde (patch) | |
tree | 01a9d636192897fa7b1dfe8e1501d4d7f1b8a3cb /helpers/lh_binary_syslinux | |
parent | 4e21be314879bdf31a24197564bfe8d715e5d662 (diff) | |
download | vyos-live-build-a955c29e10bb6b5cacc0532028c212b55e0e8bde.tar.gz vyos-live-build-a955c29e10bb6b5cacc0532028c212b55e0e8bde.zip |
Fixing wrong debian-installer auto target configuration.
Diffstat (limited to 'helpers/lh_binary_syslinux')
-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 |