Remove mention/support of old kfreebsd 8 kernels - they are not
created any more, and this is causing build failures.
This commit is contained in:
parent
46f91f861d
commit
700eb1571f
|
@ -11,6 +11,8 @@ debian-cd (3.1.14) UNRELEASED; urgency=low
|
|||
now instead of in Index, apparently.
|
||||
* Remove mention/support of the s390(x) tape options; not created by d-i
|
||||
any more, and this is causing build failures.
|
||||
* Remove mention/support of old kfreebsd 8 kernels - they are not
|
||||
created any more, and this is causing build failures.
|
||||
|
||||
[ Robert Spencer ]
|
||||
* Build without isolinux/desktop. Closes: #706150
|
||||
|
|
|
@ -40,7 +40,7 @@ if [ $N != 1 ]; then
|
|||
fi
|
||||
|
||||
# Download boot images.
|
||||
BOOT_IMAGES="cdrom/debian-cd_info.tar.gz cdrom/kfreebsd.gz cdrom/kfreebsd-9.gz cdrom/initrd.gz"
|
||||
BOOT_IMAGES="cdrom/debian-cd_info.tar.gz cdrom/kfreebsd-9.gz cdrom/initrd.gz"
|
||||
|
||||
if [ "$ARCH" = kfreebsd-amd64 ]; then
|
||||
BOOT_IMAGES="$BOOT_IMAGES cdrom/gtk/initrd.gz"
|
||||
|
@ -63,7 +63,6 @@ done
|
|||
|
||||
# Install kernel and initrd
|
||||
mkdir -p $CDDIR/boot/kernel/
|
||||
cp "cdrom/kfreebsd.gz" "$CDDIR/boot/kernel/kfreebsd.gz"
|
||||
if [ -f cdrom/kfreebsd-9.gz ] ; then
|
||||
cp "cdrom/kfreebsd-9.gz" "$CDDIR/boot/kernel/kfreebsd-9.gz"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue