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
|
Source: flash-kernel
Section: utils
Priority: optional
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Uploaders: Loïc Minier <lool@debian.org>,
Hector Oron <zumbi@debian.org>,
Wouter Verhelst <wouter@debian.org>,
Christian Perrier <bubulle@debian.org>
Build-Depends: debhelper (>= 7.3.10), devio
Standards-Version: 3.9.3
Vcs-Browser: http://git.debian.org/?p=d-i/flash-kernel.git
Vcs-Git: git://git.debian.org/d-i/flash-kernel.git
Package: flash-kernel
Architecture: armel armhf
Depends: ${misc:Depends},
devio,
initramfs-tools (>= 0.92f),
linux-base (>= 3.2)
Suggests: u-boot-tools
Description: utility to make certain embedded devices bootable
flash-kernel is a script which will put the kernel and initramfs in
the boot location of embedded devices that don't load the kernel and
initramfs directly from /boot. flash-kernel supports devices that
boot from flash memory (hence the name) as well as some devices that
require a special boot image on the disk.
Package: flash-kernel-installer
Section: debian-installer
Priority: standard
Package-Type: udeb
Architecture: armel armhf
XB-Subarchitecture: iop32x ixp4xx kirkwood orion5x s3c24xx mx5
Provides: bootable-system
Depends: cdebconf-udeb, installed-base
XB-Installer-Menu-Item: 7300
Description: Make the system bootable
|