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:
parent
80ec9c9198
commit
b08293c62d
|
@ -79,7 +79,11 @@ debian-cd (3.0.4) UNRELEASED; urgency=low
|
|||
[ Steve McIntyre ]
|
||||
* 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
|
||||
|
||||
|
|
|
@ -83,6 +83,11 @@ sudo
|
|||
* 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 */
|
||||
bpalogin
|
||||
|
||||
|
@ -93,6 +98,7 @@ discover
|
|||
discover1
|
||||
libdiscover1
|
||||
grub
|
||||
laptop-detect
|
||||
lilo
|
||||
elilo
|
||||
libc6-i686
|
||||
|
@ -114,6 +120,7 @@ discover
|
|||
discover1
|
||||
libdiscover1
|
||||
grub
|
||||
laptop-detect
|
||||
lilo
|
||||
linux-image-2.6-amd64
|
||||
linux-headers-2.6-amd64
|
||||
|
@ -214,6 +221,7 @@ initramfs-tools
|
|||
busybox
|
||||
discover1
|
||||
libdiscover1
|
||||
laptop-detect
|
||||
quik
|
||||
yaboot
|
||||
powerpc-utils
|
||||
|
|
Loading…
Reference in New Issue