1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: mkvmlinuz
Section: utils
Priority: optional
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Uploaders: Milan Kupcevic <milan@physics.harvard.edu>
Build-Depends: docbook-to-man, debhelper (>= 8.0.0), po-debconf, gcc-multilib [ppc64]
Standards-Version: 3.9.3
Vcs-Svn: svn://svn.debian.org/svn/kernel/dists/trunk/utils/mkvmlinuz/
Vcs-Browser: http://svn.debian.org/wsvn/kernel/dists/trunk/utils/mkvmlinuz/
Package: mkvmlinuz
Architecture: powerpc ppc64
Depends: bash (>= 3), binutils, debconf | debconf-2.0, ${shlibs:Depends}, ${misc:Depends}
Description: create a kernel to boot a PowerPC machine from Open Firmware
This little program takes a PowerPC Linux kernel as an uncompressed
ELF image file (usually called vmlinux or such) and adds boot code
and possibly a ramdisk to create a compressed kernel image that
can be booted directly from Open Firmware, thus eliminating the
need for a second-stage bootloader such as yaboot or quik. This is
especially useful on PowerPC sub-architectures which do not have a
bootloader at all, but may also come in handy for install kernels,
netboot systems, and the like.
|