diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2014-07-22 20:26:06 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2014-07-22 20:26:06 +0200 |
commit | dd473587007d3d0be0fe411e49fc43f9df850879 (patch) | |
tree | 62842dd46303d2286d69c27207064a0c73cc0142 /scripts | |
parent | 1606ed3c5a1629f73b77cc8c655a1a73829bf913 (diff) | |
download | vyos-live-build-dd473587007d3d0be0fe411e49fc43f9df850879.tar.gz vyos-live-build-dd473587007d3d0be0fe411e49fc43f9df850879.zip |
Unconditionally replacing bootloader symlinks with syslinux 6 from jessie, this will break building wheezy images (so we have to come up with something better than that prior upload).
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/binary_syslinux | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/binary_syslinux b/scripts/build/binary_syslinux index 1de51d279..f928de405 100755 --- a/scripts/build/binary_syslinux +++ b/scripts/build/binary_syslinux @@ -138,6 +138,7 @@ case "${LB_BUILD_WITH_CHROOT}" in *) Check_package chroot/share/$(echo ${_BOOTLOADER} | tr [a-z] [A-Z]) ${_BOOTLOADER} + Check_package chroot/usr/lib/syslinux syslinux-common ;; esac |