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 ]
|
[ 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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue