diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-05-04 17:38:53 +0100 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-05-04 17:38:53 +0100 |
commit | 7ad96bd64418951ab48e6e1c522c501e57b6b9d9 (patch) | |
tree | ab969ff954bce7ed3c0e1809996e80cfbc40b597 /scripts | |
parent | cb2d9a0fe467dbf7a4de691e52c1f412007c098c (diff) | |
download | vyos-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
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/source_debian | 2 |
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 |