Drop brltty from the netinst CDs
brltty has started pulling in libicu, which has a size of 5MB. An overhead of 5MB is just too big for netinst CD images for a package that is only needed by a very small group of users and that will normally also be available from a mirror (brltty gets installed during finish-install). For full CDs and DVDs the package will still get included as it's listed in forcd1.
This commit is contained in:
parent
aae8e698dc
commit
e59ad475b0
|
@ -1,3 +1,13 @@
|
|||
debian-cd (3.0.6) UNRELEASED; urgency=low
|
||||
|
||||
* Don't include brltty on netinst images as it pulls in libicu which causes
|
||||
a 5MB size increase of the image, which is out of proportion given its use.
|
||||
This should not affect users as netinst installs should normally use a
|
||||
mirror and thus the package will be installed from there if needed.
|
||||
brltty will still get included on full CDs and DVDs through forcd1.
|
||||
|
||||
-- Frans Pop <fjp@debian.org> Wed, 29 Oct 2008 14:58:02 +0100
|
||||
|
||||
debian-cd (3.0.5) unstable; urgency=low
|
||||
|
||||
[ Steve McIntyre ]
|
||||
|
|
|
@ -68,7 +68,6 @@ installation-report
|
|||
openssh-server
|
||||
cryptsetup
|
||||
loop-aes-utils
|
||||
brltty
|
||||
dmraid
|
||||
|
||||
/* In etch, libsysfs2-udeb provides libsysfs2 so use this to
|
||||
|
|
Loading…
Reference in New Issue