diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2016-12-02 15:42:59 +0100 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2016-12-02 15:42:59 +0100 |
commit | 9c974b26bf532ba76f6d66423310f6d95b1ff1f7 (patch) | |
tree | 642167867262a1fd95a682545c93d07b6ebefab9 /scripts/build/binary_iso | |
parent | b8f7f19015055fc4c7ef30e3787721ac2218ed3b (diff) | |
download | vyos-live-build-9c974b26bf532ba76f6d66423310f6d95b1ff1f7.tar.gz vyos-live-build-9c974b26bf532ba76f6d66423310f6d95b1ff1f7.zip |
Instead of renaming kernel for syslinux, create hardlinks
Diffstat (limited to 'scripts/build/binary_iso')
-rwxr-xr-x | scripts/build/binary_iso | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_iso b/scripts/build/binary_iso index 2b381622a..99cae59a8 100755 --- a/scripts/build/binary_iso +++ b/scripts/build/binary_iso @@ -151,7 +151,7 @@ do ;; esac - XORRISO_OPTIONS="${XORRISO_OPTIONS} -no-emul-boot -boot-load-size 4 -boot-info-table" + XORRISO_OPTIONS="${XORRISO_OPTIONS} -no-emul-boot -boot-load-size 4 -boot-info-table --hardlinks" ;; grub-efi) |