Add extra arm kernels and more utilities into the task lists.
Closes: #373225
This commit is contained in:
parent
cb36cebc21
commit
49c338922d
|
@ -56,6 +56,10 @@ debian-cd (2.2.25) UNRELEASED; urgency=low
|
|||
for appropriate m68k subarches, and also emile, amiboot, atari-bootstrap,
|
||||
and initramfs-tools for m68k.
|
||||
|
||||
[ Steve McIntyre ]
|
||||
* Add extra arm kernels and more utilities into the task lists.
|
||||
Closes: #373225
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Tue, 13 Jun 2006 17:16:30 -0400
|
||||
|
||||
debian-cd (2.2.24) unstable; urgency=low
|
||||
|
|
|
@ -247,6 +247,9 @@ cat >> debian-installer+kernel-$DI_CODENAME << EOF
|
|||
#ifdef ARCH_arm
|
||||
initramfs-tools
|
||||
discover1
|
||||
nwutil
|
||||
slugimage
|
||||
nslu2-utils
|
||||
EOF
|
||||
|
||||
zcat $MIRROR/dists/$CODENAME/main/binary-arm/Packages.gz | \
|
||||
|
@ -255,7 +258,10 @@ zcat $MIRROR/dists/$CODENAME/main/binary-arm/Packages.gz | \
|
|||
>> debian-installer+kernel-$DI_CODENAME
|
||||
|
||||
cat >> debian-installer+kernel-$DI_CODENAME << EOF
|
||||
linux-image-2.6-s3c2410
|
||||
linux-image-2.6-footbridge
|
||||
linux-image-2.6-ixp4xx
|
||||
linux-image-2.6-nslu2
|
||||
linux-image-2.6-rpc
|
||||
linux-image-2.6-s3c2410
|
||||
#endif
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue