1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
#include "base"
#include "kernel"
# Include all standard priority udebs and all kernel modules matching the
# kernel onto the miniiso. The idea is that here we have a very simple form
# of d-i that does not need a Packages file anywhere, so it much easier to
# build. These lists are produced during build.
#include "standard-udebs"
#include "kernel-module-udebs"
# Other udebs that are not standard priority, but are still needed.
# Note that some of these are due to broken dependencies of standard
# priority udebs.
localechooser
rescue-mode
# Need to choose a mirror for debootstrap to download Debian from.
choose-mirror
# Network setup stuff.
ethdetect
netcfg
preseed-common
initrd-preseed
file-preseed
libfribidi0-udeb
cdebconf-newt-udeb
cdebconf-newt-terminal ?
|