* Add more udebs to excludes trying to trim the netinst size down.
This commit is contained in:
parent
d007076ebf
commit
00be9ca47e
|
@ -1,4 +1,4 @@
|
||||||
# These udebs build the d-i cdrom initrd. As such, there is no reason
|
# tHEse udebs build the d-i cdrom initrd. As such, there is no reason
|
||||||
# to keep another copy of them on the CD in udeb form.
|
# to keep another copy of them on the CD in udeb form.
|
||||||
#
|
#
|
||||||
# This duplicates data found in the file build/pkg-lists/kernel, in d-i svn
|
# This duplicates data found in the file build/pkg-lists/kernel, in d-i svn
|
||||||
|
@ -40,6 +40,8 @@ floppy-retriever
|
||||||
libfribidi0-udeb
|
libfribidi0-udeb
|
||||||
# Already on the initrd, thanks to library reduction.
|
# Already on the initrd, thanks to library reduction.
|
||||||
libdebconfclient0-udeb
|
libdebconfclient0-udeb
|
||||||
|
libdebian-installer-extra4-udeb
|
||||||
|
libdebian-installer-udeb
|
||||||
# A reduced version is on the initrd. Nothing currently needs the full
|
# A reduced version is on the initrd. Nothing currently needs the full
|
||||||
# version.
|
# version.
|
||||||
slang1a-utf8-udeb
|
slang1a-utf8-udeb
|
||||||
|
@ -48,8 +50,7 @@ busybox-cvs-floppy-udeb
|
||||||
busybox-floppy-udeb
|
busybox-floppy-udeb
|
||||||
di-utils-bootfloppy
|
di-utils-bootfloppy
|
||||||
rootskel-bootfloppy
|
rootskel-bootfloppy
|
||||||
# Until someone gets the gtk cdebconf frontend going, all this is not worth
|
# gtk stuff
|
||||||
# including.
|
|
||||||
cdebconf-gtk-udeb
|
cdebconf-gtk-udeb
|
||||||
fontconfig-udeb
|
fontconfig-udeb
|
||||||
libatk1.0-udeb
|
libatk1.0-udeb
|
||||||
|
@ -61,11 +62,17 @@ libgtk+2.0-directfb0-udeb
|
||||||
libpango1.0-udeb
|
libpango1.0-udeb
|
||||||
libpng12-0-udeb
|
libpng12-0-udeb
|
||||||
ttf-freefont-udeb
|
ttf-freefont-udeb
|
||||||
|
libdirectfb-0.9-22-udeb
|
||||||
|
fbset-udeb
|
||||||
# This udeb is not in good shape and is largely supersceded by
|
# This udeb is not in good shape and is largely supersceded by
|
||||||
# cdebconf-newt-udeb
|
# cdebconf-newt-udeb
|
||||||
cdebconf-slang-udeb
|
cdebconf-slang-udeb
|
||||||
# We're currently using busybox's own shell, and do not need this one.
|
# We're currently using busybox's own shell, and do not need this one.
|
||||||
dash-udeb
|
dash-udeb
|
||||||
|
# Not currently used
|
||||||
|
cdebootstrap-udeb
|
||||||
|
hdparm-udeb
|
||||||
|
laptop-detect-udeb
|
||||||
# These dhcp clients are not the currently preferred one.
|
# These dhcp clients are not the currently preferred one.
|
||||||
dhcp3-client-udeb
|
dhcp3-client-udeb
|
||||||
pump-udeb
|
pump-udeb
|
||||||
|
@ -89,8 +96,15 @@ netcfg-dhcp
|
||||||
# skolelinux stuff, not for the stock CDs
|
# skolelinux stuff, not for the stock CDs
|
||||||
debian-edu-install-udeb
|
debian-edu-install-udeb
|
||||||
debian-edu-profile-udeb
|
debian-edu-profile-udeb
|
||||||
|
ltsp-client-builder
|
||||||
|
autopartkit
|
||||||
|
lvm10-udeb
|
||||||
# If needed, will be on the initrd already.
|
# If needed, will be on the initrd already.
|
||||||
module-init-tools-udeb
|
module-init-tools-udeb
|
||||||
rescue-check
|
rescue-check
|
||||||
|
rootskel-gtk
|
||||||
|
cdebconf-text-udeb
|
||||||
# Obsolete
|
# Obsolete
|
||||||
hw-detect-full
|
hw-detect-full
|
||||||
|
# Eh?
|
||||||
|
gnumach-udeb
|
||||||
|
|
|
@ -27,3 +27,5 @@ userdevfs
|
||||||
*-speakup-di
|
*-speakup-di
|
||||||
# These udebs are not used yet.
|
# These udebs are not used yet.
|
||||||
mouse-modules-*
|
mouse-modules-*
|
||||||
|
# Only needed on arches that use partconf or autopartkit.
|
||||||
|
partconf-mkfstab
|
||||||
|
|
|
@ -53,6 +53,7 @@ debian-cd (2.2.24) UNRELEASED; urgency=low
|
||||||
* Order task-essential-etch using task.list, and regen to match current
|
* Order task-essential-etch using task.list, and regen to match current
|
||||||
tasksel.
|
tasksel.
|
||||||
* Add acpid to generate_di+k_list so it's on the netinst.
|
* Add acpid to generate_di+k_list so it's on the netinst.
|
||||||
|
* Add more udebs to excludes trying to trim the netinst size down.
|
||||||
|
|
||||||
[ Colin Watson ]
|
[ Colin Watson ]
|
||||||
* generate_di+k_list: Add hfsutils for powerpc; it's no longer in base but
|
* generate_di+k_list: Add hfsutils for powerpc; it's no longer in base but
|
||||||
|
@ -62,7 +63,7 @@ debian-cd (2.2.24) UNRELEASED; urgency=low
|
||||||
* For full CD/DVD builds, check that we have an "extra" override
|
* For full CD/DVD builds, check that we have an "extra" override
|
||||||
containing task info. If not, use the sid override instead.
|
containing task info. If not, use the sid override instead.
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Fri, 11 Nov 2005 13:25:07 -0500
|
-- Joey Hess <joeyh@debian.org> Fri, 11 Nov 2005 14:25:43 -0500
|
||||||
|
|
||||||
debian-cd (2.2.23) unstable; urgency=low
|
debian-cd (2.2.23) unstable; urgency=low
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue