summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLyndon Brown <jnqnfe@gmail.com>2020-05-04 17:38:53 +0100
committerLyndon Brown <jnqnfe@gmail.com>2020-05-04 17:38:53 +0100
commit7ad96bd64418951ab48e6e1c522c501e57b6b9d9 (patch)
treeab969ff954bce7ed3c0e1809996e80cfbc40b597
parentcb2d9a0fe467dbf7a4de691e52c1f412007c098c (diff)
downloadvyos-live-build-7ad96bd64418951ab48e6e1c522c501e57b6b9d9.tar.gz
vyos-live-build-7ad96bd64418951ab48e6e1c522c501e57b6b9d9.zip
fix redundant and incorrect source selections
"grub" presumably was what is now called "grub-legacy" removed both because there is already a proper piece of code adding bootloader packages. Gbp-Dch: Ignore
-rwxr-xr-xscripts/build/source_debian2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/build/source_debian b/scripts/build/source_debian
index 54e24f5c1..2eed78861 100755
--- a/scripts/build/source_debian
+++ b/scripts/build/source_debian
@@ -89,8 +89,6 @@ esac
case "${LB_ARCHITECTURE}" in
amd64|i386)
echo "mtools" >> source-selection.txt
- echo "syslinux" >> source-selection.txt
- echo "grub" >> source-selection.txt
if [ "${LB_MEMTEST}" != "none" ]; then
echo "${LB_MEMTEST}" >> source-selection.txt