blob: 36b0b74e0d284b7b27bf37018f291ff2cc8adfcd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>ctibor@brancik.cz</email>
<name>Ctibor Brančík</name>
</maintainer>
<longdescription>
This package contains tools to create a bootable initramfs for Linux kernel packages. The initramfs is a compressed 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 MD, LVM2, LUKS or NFS is also supported. Any boot loader with initrd support is able to load an initramfs archive.
</longdescription>
<upstream>
<maintainer status="active">
<email>maks@debian.org</email>
<name>Maximilian Attems</name>
</maintainer>
<changelog>https://anonscm.debian.org/gitweb/?p=kernel/initramfs-tools.git</changelog>
</upstream>
</pkgmetadata>
|