From 7ad96bd64418951ab48e6e1c522c501e57b6b9d9 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Mon, 4 May 2020 17:38:53 +0100 Subject: 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 --- scripts/build/source_debian | 2 -- 1 file changed, 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 -- cgit v1.2.3