Differences between revisions 2 and 3
Revision 2 as of 2005-11-16 17:33:36
Size: 477
Editor: PeMac
Comment:
Revision 3 as of 2007-07-04 09:09:31
Size: 851
Editor: ?maximilianattems
Comment: add hints about repo + structure
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= quick Description =
Line 2: Line 4:


= Development =

== Git repository ==

[http://git.debian.org/?p=kernel/initramfs-tools.git initramfs-tools git web interface]

Git checkout (anonymous):
{{{
git clone git://git.debian.org/git/kernel/initramfs-tools.git
}}}

Developer SVN access:
{{{
git clone git+ssh://<user>@git.debian.org/git/kernel/initramfs-tools.git
}}}

quick Description

This package contains tools to create and ["boot"] an ["initramfs"] for prepackaged 2.6 ["Linux"] ["kernel"]. The initramfs is an cpio archive. At boot time, the kernel unpacks that archive into ram, mounts and uses it as initial root file system. From there on the mounting of the real root file system occurs in user space. klibc handles the boot-time networking setup. Supports nfs root system. Any boot loader with ["initrd"] support is able to load an initramfs archive.

Development

Git repository

[http://git.debian.org/?p=kernel/initramfs-tools.git initramfs-tools git web interface]

Git checkout (anonymous):

git clone git://git.debian.org/git/kernel/initramfs-tools.git

Developer SVN access:

git clone git+ssh://<user>@git.debian.org/git/kernel/initramfs-tools.git