No initramfs generator needed for mips, mipsel and m68k
This commit is contained in:
parent
325d409eea
commit
7a307f7706
|
@ -86,15 +86,16 @@ debian-cd (2.2.25) UNRELEASED; urgency=low
|
||||||
* No need to include yaird for m68k.
|
* No need to include yaird for m68k.
|
||||||
* Drop initrd-tools for ia64, powerpc and sparc.
|
* Drop initrd-tools for ia64, powerpc and sparc.
|
||||||
* Include initramfs-tools instead of yaird for ia64 and sparc.
|
* Include initramfs-tools instead of yaird for ia64 and sparc.
|
||||||
|
* No initramfs generator needed for mips, mipsel and m68k.
|
||||||
|
|
||||||
[ Steve McIntyre ]
|
[ Steve McIntyre ]
|
||||||
* Switch from 2.4 to 2.6 kernels for arm, mips and mipsel
|
* Switch from 2.4 to 2.6 kernels for arm, mips and mipsel.
|
||||||
* Switch from yaird over to initramfs-tools (same arches)
|
* Switch from yaird over to initramfs-tools for arm.
|
||||||
* Much simplified generate_di+k_list - mips and mipsel don't need script
|
* Much simplified generate_di+k_list - mips and mipsel don't need script
|
||||||
fragments any more
|
fragments any more.
|
||||||
* Added elilo for i386
|
* Added elilo for i386.
|
||||||
|
|
||||||
-- Frans Pop <fjp@debian.org> Fri, 28 Jul 2006 01:45:13 +0200
|
-- Frans Pop <fjp@debian.org> Fri, 28 Jul 2006 02:13:13 +0200
|
||||||
|
|
||||||
debian-cd (2.2.24) unstable; urgency=low
|
debian-cd (2.2.24) unstable; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -132,7 +132,6 @@ elilo
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ARCH_mips
|
#ifdef ARCH_mips
|
||||||
initramfs-tools
|
|
||||||
arcboot
|
arcboot
|
||||||
sibyl
|
sibyl
|
||||||
linux-image-2.6-r4k-ip22
|
linux-image-2.6-r4k-ip22
|
||||||
|
@ -142,7 +141,6 @@ linux-image-2.6-sb1a-bcm91480b
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ARCH_mipsel
|
#ifdef ARCH_mipsel
|
||||||
initramfs-tools
|
|
||||||
sibyl
|
sibyl
|
||||||
colo
|
colo
|
||||||
delo
|
delo
|
||||||
|
@ -206,7 +204,6 @@ cat >> debian-installer+kernel-$DI_CODENAME << EOF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ARCH_m68k
|
#ifdef ARCH_m68k
|
||||||
initramfs-tools
|
|
||||||
fileutils
|
fileutils
|
||||||
amiboot
|
amiboot
|
||||||
atari-bootstrap
|
atari-bootstrap
|
||||||
|
@ -238,4 +235,3 @@ cat >> debian-installer+kernel-$DI_CODENAME << EOF
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue