Make sure quik is on the powerpc netinst CD; debootstrap no longer installs
it.
This commit is contained in:
parent
c455552224
commit
12372c34d6
|
@ -136,6 +136,8 @@ debian-cd (2.2.18) UNRELEASED; urgency=low
|
||||||
- Add bootable CD support for arm, following Vince Sanders' advice.
|
- Add bootable CD support for arm, following Vince Sanders' advice.
|
||||||
- Include kernel-image-2.4-* metapackages for ia64.
|
- Include kernel-image-2.4-* metapackages for ia64.
|
||||||
- Unexclude zlib1g-udeb, needed for ssh support in d-i.
|
- Unexclude zlib1g-udeb, needed for ssh support in d-i.
|
||||||
|
- Make sure quik is on the powerpc netinst CD; debootstrap no longer
|
||||||
|
installs it.
|
||||||
|
|
||||||
-- Raphael Hertzog <hertzog@debian.org> Thu, 25 Mar 2004 07:33:23 +0100
|
-- Raphael Hertzog <hertzog@debian.org> Thu, 25 Mar 2004 07:33:23 +0100
|
||||||
|
|
||||||
|
|
|
@ -120,6 +120,7 @@ cat >> debian-installer+kernel << EOF
|
||||||
#endif
|
#endif
|
||||||
#ifdef ARCH_powerpc
|
#ifdef ARCH_powerpc
|
||||||
discover1
|
discover1
|
||||||
|
quik
|
||||||
yaboot
|
yaboot
|
||||||
mkvmlinuz
|
mkvmlinuz
|
||||||
module-init-tools
|
module-init-tools
|
||||||
|
|
Loading…
Reference in New Issue