diff options
author | Matthijs Kooijman <matthijs@stdin.nl> | 2019-03-22 23:22:17 +0100 |
---|---|---|
committer | Matthijs Kooijman <matthijs@stdin.nl> | 2019-05-30 16:14:51 +0200 |
commit | f62a6f9dea23a1a8f1ea082ac7f748f97119924b (patch) | |
tree | 3f9025d31dcba397d4ca9a4480d9b9e5006dc491 /share/bootloaders | |
parent | 39038173a890ed4e19e8ce181383e95ce6d3e1ce (diff) | |
download | vyos-live-build-f62a6f9dea23a1a8f1ea082ac7f748f97119924b.tar.gz vyos-live-build-f62a6f9dea23a1a8f1ea082ac7f748f97119924b.zip |
Remove ldlinux.c32 for extlinux and syslinux
Since syslinux 5.00, this file is installed into the disk root by the
extlinux and syslinux installer commands. For pxelinux and isolinux,
these files still need to be added manually. This is documented at:
https://wiki.syslinux.org/wiki/index.php?title=Library_modules#All_Syslinux_variants_need_an_additional_ldlinux_module
Keeping these unused files around is probably only confusing, so better
to remove them.
Diffstat (limited to 'share/bootloaders')
l--------- | share/bootloaders/extlinux/ldlinux.c32 | 1 | ||||
l--------- | share/bootloaders/syslinux/ldlinux.c32 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/share/bootloaders/extlinux/ldlinux.c32 b/share/bootloaders/extlinux/ldlinux.c32 deleted file mode 120000 index df554c7e5..000000000 --- a/share/bootloaders/extlinux/ldlinux.c32 +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/syslinux/modules/bios/ldlinux.c32
\ No newline at end of file diff --git a/share/bootloaders/syslinux/ldlinux.c32 b/share/bootloaders/syslinux/ldlinux.c32 deleted file mode 120000 index df554c7e5..000000000 --- a/share/bootloaders/syslinux/ldlinux.c32 +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/syslinux/modules/bios/ldlinux.c32
\ No newline at end of file |