Personal tools
You are here: Home Documentation Debian Kernel Toolkit Config Item config

Item config

The configuration file which each dkt capable image provides

Section: package

Necessary if provided by a Debian package.

Section: image

Necessary if it includes an image.

Section: initramfs

For Linux images only.

Section: xen

For Linux images with Xen support and Xen images.

Examples

A standard powerpc Linux image:

[package]
name: linux-image-2.6.24-1-vserver-powerpc
version: 2.6.24-5

[image]
file: /boot/vmlinux-2.6.24-1-vserver-powerpc
type: linux
abi: 2.6.24-1-vserver-powerpc
architecture: powerpc
version: 2.6.24-1
features: vserver

[initramfs]

[modules]
abi: 2.6.24-1-vserver-powerpc

A Xen image:

[package]
name: xen-hypervisor-3.1-1-i386

[image]
file: /boot/xen-3.1-1-i386
type: xen
architecture: i386
version: 3.1-1

[xen]
architecture: x86_32p
interfaces: 3.1

A Linux image with Xen(-paravirt_ops) support:

[package]
name: linux-image-2.6.24-1-686

[image]
file: /boot/vmlinuz-2.6.24-1-686
type: linux
abi: 2.6.24-1-686
architecture: i386
version: 2.6.24-1
features: xen

[modules]
abi: 2.6.24-1-686

[xen]
architecture: x86_32
interfaces: 3.1
Document Actions