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
This commit is contained in:
parent
cb2d9a0fe4
commit
7ad96bd644
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue