Update from kfreebsd-9 to kfreebsd-10
This commit is contained in:
parent
7a819f9120
commit
17af9c76a1
|
@ -18,6 +18,9 @@ debian-cd (3.1.15) UNRELEASED; urgency=low
|
|||
[ Helge Deller ]
|
||||
* Fixes for booting on hppa architecture. Closes: #743879
|
||||
|
||||
[ Robert Millan ]
|
||||
* Update from kfreebsd-9 to kfreebsd-10
|
||||
|
||||
-- Steve McIntyre <93sam@debian.org> Tue, 11 Feb 2014 01:57:01 +0000
|
||||
|
||||
debian-cd (3.1.14) unstable; urgency=medium
|
||||
|
|
|
@ -46,7 +46,7 @@ if [ $N != 1 ]; then
|
|||
fi
|
||||
|
||||
# Download boot images.
|
||||
BOOT_IMAGES="cdrom/debian-cd_info.tar.gz cdrom/kfreebsd-9.gz cdrom/initrd.gz"
|
||||
BOOT_IMAGES="cdrom/debian-cd_info.tar.gz cdrom/kfreebsd-10.gz cdrom/initrd.gz"
|
||||
|
||||
if [ "$ARCH" = kfreebsd-amd64 ]; then
|
||||
BOOT_IMAGES="$BOOT_IMAGES cdrom/gtk/initrd.gz"
|
||||
|
@ -69,8 +69,8 @@ done
|
|||
|
||||
# Install kernel and initrd
|
||||
mkdir -p $CDDIR/boot/kernel/
|
||||
if [ -f cdrom/kfreebsd-9.gz ] ; then
|
||||
cp "cdrom/kfreebsd-9.gz" "$CDDIR/boot/kernel/kfreebsd-9.gz"
|
||||
if [ -f cdrom/kfreebsd-10.gz ] ; then
|
||||
cp "cdrom/kfreebsd-10.gz" "$CDDIR/boot/kernel/kfreebsd-10.gz"
|
||||
fi
|
||||
cp "cdrom/initrd.gz" "$CDDIR/boot/mfsroot.gz"
|
||||
|
||||
|
|
|
@ -230,18 +230,13 @@ aboot
|
|||
#endif
|
||||
|
||||
#ifdef ARCH_kfreebsd_amd64
|
||||
kfreebsd-image-8-amd64
|
||||
kfreebsd-image-9-amd64
|
||||
kfreebsd-image-10-amd64
|
||||
grub-pc
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_kfreebsd_i386
|
||||
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
|
||||
kfreebsd-image-10-486
|
||||
kfreebsd-image-10-686
|
||||
grub-pc
|
||||
libc0.1-i686
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue