mirror of
https://salsa.debian.org/kernel-team/initramfs-tools.git
synced 2026-01-26 15:39:08 +00:00
* kick mdrun script * update control for lenny + ubuntu * add _all_ ide, block and drivers * use MODPROBE_OPTIONS and kill any modprobed arg * small doc + whitespace fixes
21 lines
1009 B
Plaintext
21 lines
1009 B
Plaintext
Source: initramfs-tools
|
|
Section: utils
|
|
Priority: optional
|
|
Uploaders: Jeff Bailey <jbailey@ubuntu.com>, maximilian attems <maks@debian.org>
|
|
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
|
|
Build-Depends: debhelper (>= 4.1.0), cdbs
|
|
Standards-Version: 3.7.2.0
|
|
|
|
Package: initramfs-tools
|
|
Architecture: all
|
|
Depends: klibc-utils (>= 1.4.19-2), busybox (>= 1:1.01-3) | busybox-initramfs, cpio, module-init-tools, udev (>= 0.086-1)
|
|
Provides: linux-initramfs-tool
|
|
Description: tools for generating an initramfs
|
|
This package contains tools to create and boot an initramfs for packaged 2.6
|
|
Linux kernel. The initramfs is a gzipped cpio archive. At boot time, the
|
|
kernel unpacks that archive into RAM, mounts and uses it as initial root file
|
|
system. The mounting of the real root file system occurs in early user space.
|
|
klibc provides utilities to setup root. Having the root on EVMS, MD, LVM2,
|
|
LUKS or NFS is also supported.
|
|
Any boot loader with initrd support is able to load an initramfs archive.
|