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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
Template: base-installer/kernel/image
Type: string
Default: kernel-image
Description: for internal use only (?)
Default kernel image if nothing better is found
Template: base-installer/kernel/image-2.6
Type: string
Default: linux-image
Description: for internal use only (?)
Default kernel image if nothing better is found (2.6)
Template: base-installer/kernel/linux/initrd
Type: boolean
Default: true
Default[s390]: false
Default[hppa]: false
Default[mips]: false
Default[mipsel]: false
Default[powerpc]: false
Default[m68k]: false
Default[sparc]: true
Description: for internal use only
Kernel needs an initrd (linux only)
Template: base-installer/kernel/linux/initrd-2.6
Type: boolean
Default: true
Default[hppa]: true
Default[mips]: false
Default[mipsel]: false
Default[m68k]: false
Default[sparc]: true
Description: for internal use only
Kernel needs an initrd (linux 2.6 only)
Template: base-installer/kernel/linux/initramfs-2.6
Type: boolean
Default: true
# This only indicates whether to use an initramfs or not (and will be
# ignored unless the appropriate base-installer/kernel/linux/initrd*
# is true).
Description: for internal use only
Use an initramfs (linux 2.6 only)
Template: base-installer/kernel/linux/initramfs-generators
Type: string
Default: initramfs-tools yaird
Default[s390]: initramfs-tools
# Space separated list of initrd generator packages to use. If you list more
# than one for an architecture, the user will be asked to select one
# (depending on priority). The generator listed first will be the default.
# Note: if you add a new one, don't forget to support it in the postinst.
Description: for internal use; can be preseeded
Package to use to generate initramfs
Template: base-installer/kernel/linux/extra-packages
Type: string
Default:
Description: for internal use; can be preseeded
Extra packages to install with init*-tools (linux only)
Template: base-installer/kernel/linux/extra-packages-2.6
Type: string
Default:
Description: for internal use; can be preseeded
Extra packages to install with init*-tools (linux 2.6 only)
Template: base-installer/kernel/linux/link_in_boot
Type: boolean
Default: true
Default[alpha]: false
Default[i386]: false
Default[amd64]: false
Default[ia64]: false
Default[mips]: false
Default[mipsel]: false
Default[m68k]: false
Default[hppa]: true
Description: for internal use only
Kernel needs a link in /boot/ (linux only)
|