force including of laptop-detect on first CD

Make sure we include laptop-detect on arches that are know to have
laptops. This is currently done for i386, amd64 and powerpc.
This commit is contained in:
Otavio Salvador 2008-02-11 12:58:46 +00:00
parent 80ec9c9198
commit b08293c62d
2 changed files with 13 additions and 1 deletions

6
debian/changelog vendored
View File

@ -79,7 +79,11 @@ debian-cd (3.0.4) UNRELEASED; urgency=low
[ Steve McIntyre ] [ Steve McIntyre ]
* Significant cleanup of list2cds. Closes: #451237 * Significant cleanup of list2cds. Closes: #451237
-- Frans Pop <fjp@debian.org> Sat, 19 Jan 2008 11:14:36 +0100 [ Otavio Salvador ]
* Make sure we include laptop-detect on arches that are know to have
laptops (i386, amd64 and powerpc).
-- Otavio Salvador <otavio@ossystems.com.br> Sat, 09 Feb 2008 02:22:17 -0200
debian-cd (3.0.3) unstable; urgency=low debian-cd (3.0.3) unstable; urgency=low

View File

@ -83,6 +83,11 @@ sudo
* deb gets included on the first CD too for arches that get discover1 * deb gets included on the first CD too for arches that get discover1
*/ */
/* laptop-detect is used by tasksel when checking if the system is a
* laptop so we have to make sure to get it included on first CD for
* arches that are know to have laptops
*/
/* #231583: Make life easier for Australian ISP users */ /* #231583: Make life easier for Australian ISP users */
bpalogin bpalogin
@ -93,6 +98,7 @@ discover
discover1 discover1
libdiscover1 libdiscover1
grub grub
laptop-detect
lilo lilo
elilo elilo
libc6-i686 libc6-i686
@ -114,6 +120,7 @@ discover
discover1 discover1
libdiscover1 libdiscover1
grub grub
laptop-detect
lilo lilo
linux-image-2.6-amd64 linux-image-2.6-amd64
linux-headers-2.6-amd64 linux-headers-2.6-amd64
@ -214,6 +221,7 @@ initramfs-tools
busybox busybox
discover1 discover1
libdiscover1 libdiscover1
laptop-detect
quik quik
yaboot yaboot
powerpc-utils powerpc-utils