2011/12/4 Robert Millan <r...@debian.org>: > Kernel of FreeBSD 9 is already available in unstable and supported by D-I. > > Please, could you include kfreebsd-image-9 packages in CD builds?
Sorry, I didn't notice that this change will only work when both kfreebsd-9 and my changes in D-I propagate to Wheezy. In addition, the patch I sent is incomplete. kfreebsd-9 support also requires that kfreebsd-9.gz is copied over from cdrom/ directory. I'm sending a new patch. -- Robert Millan
Index: tools/generate_di+k_list =================================================================== --- tools/generate_di+k_list (revision 2288) +++ tools/generate_di+k_list (working copy) @@ -204,6 +204,7 @@ #ifdef ARCH_kfreebsd_amd64 kfreebsd-image-8-amd64 +kfreebsd-image-9-amd64 grub-pc #endif @@ -211,6 +212,9 @@ kfreebsd-image-8-486 kfreebsd-image-8-686 kfreebsd-image-8-686-smp +kfreebsd-image-9-486 +kfreebsd-image-9-686 +kfreebsd-image-9-686-smp grub-pc libc0.1-i686 #endif Index: tools/boot/wheezy/boot-kfreebsd =================================================================== --- tools/boot/wheezy/boot-kfreebsd (revision 2288) +++ tools/boot/wheezy/boot-kfreebsd (working copy) @@ -40,7 +40,7 @@ fi # Download boot images. -BOOT_IMAGES="cdrom/debian-cd_info.tar.gz cdrom/kfreebsd.gz cdrom/initrd.gz" +BOOT_IMAGES="cdrom/debian-cd_info.tar.gz cdrom/kfreebsd.gz cdrom/kfreebsd-9.gz cdrom/initrd.gz" for image in $BOOT_IMAGES; do if [ ! -e "$image" ]; then @@ -60,6 +60,7 @@ # Install kernel and initrd mkdir -p $CDDIR/boot/kernel/ cp "cdrom/kfreebsd.gz" "$CDDIR/boot/kernel/kfreebsd.gz" +cp "cdrom/kfreebsd-9.gz" "$CDDIR/boot/kernel/kfreebsd-9.gz" cp "cdrom/initrd.gz" "$CDDIR/boot/mfsroot.gz" # Install bootloader