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
|
Source: flash-kernel
Section: utils
Priority: optional
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Uploaders: Vagrant Cascadian <vagrant@debian.org>,
Karsten Merker <merker@debian.org>
Build-Depends: debhelper-compat (= 13), devio, linux-base (>= 3.2), dash
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/installer-team/flash-kernel
Vcs-Git: https://salsa.debian.org/installer-team/flash-kernel.git
Rules-Requires-Root: no
Package: flash-kernel
Architecture: arm64 armel armhf
Depends: ${misc:Depends},
devio,
initramfs-tools (>= 0.92f),
linux-base (>= 3.2),
mtd-utils,
ucf
Recommends: 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: arm64 armel armhf
XB-Subarchitecture: kirkwood orion5x s3c24xx mx5 generic
Provides: bootable-system
Depends: cdebconf-udeb, installed-base
XB-Installer-Menu-Item: 7300
Description: Make the system bootable
|