dracut the event driven initramfs infrastructure
Go to file
2013-07-30 15:28:47 +02:00
dracut.conf.d base: hard depend on systemd, if system was started by systemd 2013-07-30 15:28:47 +02:00
install dracut-install: install libs also from one dir above 2013-06-06 11:06:55 +02:00
modules.d base: hard depend on systemd, if system was started by systemd 2013-07-30 15:28:47 +02:00
test beautified shell code 2013-07-04 12:31:15 +02:00
.gitignore .gitignore: ignore more files 2013-04-16 13:38:16 +02:00
.mailmap AUTHORS: update 2013-04-12 15:27:27 +02:00
50-dracut.install use "rm --" to guard against filenames beginning with "-" 2013-06-28 10:31:18 +02:00
51-dracut-rescue-postinst.sh 51-dracut-rescue-postinst.sh,51-dracut-rescue.install: use systemd-machine-id-setup 2013-03-20 07:08:29 +01:00
51-dracut-rescue.install 51-dracut-rescue-postinst.sh,51-dracut-rescue.install: use systemd-machine-id-setup 2013-03-20 07:08:29 +01:00
AUTHORS AUTHORS: update 2013-07-17 14:58:44 +02:00
configure dracut.spec: use configure 2013-03-20 08:01:29 +01:00
COPYING COPYING: updated to recent version of http://www.gnu.org/licenses/gpl-2.0.txt 2012-08-01 15:53:25 +02:00
dracut-bash-completion.sh dracut: do not enable early microcode inclusion by default 2013-07-17 14:36:34 +02:00
dracut-catimages.8.asc replace xml documentation with asciidoc 2012-03-14 15:48:33 +01:00
dracut-catimages.sh beautified shell code 2013-07-04 12:31:15 +02:00
dracut-functions.sh dracut-functions.sh:get_fs_env() fallback to blkid for ID_FS_TYPE not found 2013-07-24 13:38:57 +02:00
dracut-initramfs-restore.sh use "rm --" to guard against filenames beginning with "-" 2013-06-28 10:31:18 +02:00
dracut-logger.sh dracut: use sysloglvl for systemd-cat logging 2013-07-19 09:46:00 +02:00
dracut.8.asc rename sosreport to rdsosreport 2013-07-17 14:31:59 +02:00
dracut.asc rename sosreport to rdsosreport 2013-07-17 14:31:59 +02:00
dracut.bootup.7.asc add dracut.bootup.7 man page 2013-03-19 12:26:06 +01:00
dracut.cmdline.7.asc rename sosreport to rdsosreport 2013-07-17 14:31:59 +02:00
dracut.conf dracut.conf: move default settings to distro example 2013-03-07 11:44:16 +01:00
dracut.conf.5.asc dracut.conf.5.asc: remove duplicated install_items 2013-03-15 16:54:38 +01:00
dracut.logrotate dracut.logrotate: remove "yearly" 2011-07-20 17:21:02 +02:00
dracut.png added dracut logo 2010-12-02 17:13:04 +01:00
dracut.sh dracut.sh: check for /sbin /bin /lib 2013-07-24 13:43:32 +02:00
dracut.spec dracut.spec: fix typo 2013-07-30 15:28:46 +02:00
dracut.svg added dracut logo 2010-12-02 17:13:04 +01:00
git2spec.pl Makefile,git2spec.pl: use "git describe" 2013-04-12 15:27:27 +02:00
HACKING removed trailing whitespaces 2011-05-10 11:56:09 +02:00
lsinitrd-bash-completion.sh lsinitrd: add bash completion 2013-04-16 11:32:31 +02:00
lsinitrd.1.asc lsinitrd: switch to getopt and add "-f" and "-k" parameter 2013-04-16 11:32:31 +02:00
lsinitrd.sh beautified shell code 2013-07-04 12:31:15 +02:00
Makefile use "rm --" to guard against filenames beginning with "-" 2013-06-28 10:31:18 +02:00
mkinitrd-dracut.sh mkinitrd: Mention the --nocompress option in help output 2012-01-09 13:23:47 +01:00
mkinitrd.8.asc mkinitrd.8.asc: mark paragraph as important 2012-07-06 12:42:06 +02:00
NEWS NEWS: update 2013-07-17 14:58:35 +02:00
PKGBUILD PKGBUILD, debian/*: changed URLs to kernel.org 2011-03-31 18:48:27 +02:00
profile.py profile.py: do not count negative timestamp differences 2012-06-29 12:41:25 +02:00
README consistently lowercase "dracut" 2012-10-10 14:15:11 +02:00
README.generic removed trailing whitespaces 2011-05-10 11:56:09 +02:00
README.kernel Version 006 2010-06-17 10:58:27 +02:00
README.modules consistently lowercase "dracut" 2012-10-10 14:15:11 +02:00
README.testsuite add package name for openSUSE 2012-08-01 14:40:28 +02:00
TODO TODO: update 2013-06-07 12:39:46 +02:00

dracut
------
dracut is a new initramfs infrastructure.

Information about the initial goals and aims can be found at
https://fedoraproject.org/wiki/Initrdrewrite

Unlike existing initramfs's, this is an attempt at having as little as
possible hard-coded into the initramfs as possible.  The initramfs has
(basically) one purpose in life -- getting the rootfs mounted so that
we can transition to the real rootfs.  This is all driven off of
device availability.  Therefore, instead of scripts hard-coded to do
various things, we depend on udev to create device nodes for us and
then when we have the rootfs's device node, we mount and carry on.
This helps to keep the time required in the initramfs as little as
possible so that things like a 5 second boot aren't made impossible as
a result of the very existence of an initramfs.  It's likely that
we'll grow some hooks for running arbitrary commands in the flow of
the script, but it's worth trying to resist the urge as much as we can
as hooks are guaranteed to be the path to slow-down.

Most of the initramfs generation functionality in dracut is provided by a bunch
of generator modules that are sourced by the main dracut script to install
specific functionality into the initramfs.  They live in the modules.d
subdirectory, and use functionality provided by dracut-functions to do their
work.

Some general rules for writing modules:
 * Use one of the inst family of functions to actually install files
   on to the initramfs.  They handle mangling the pathnames and (for binaries,
   scripts, and kernel modules) installing dependencies as appropriate so
   you do not have to.
 * Scripts that end up on the initramfs should be POSIX compliant. dracut
   will try to use /bin/dash as /bin/sh for the initramfs if it is available,
   so you should install it on your system -- dash aims for strict POSIX
   compliance to the extent possible.
 * Hooks MUST be POSIX compliant -- they are sourced by the init script,
   and having a bashism break your user's ability to boot really sucks.
 * Generator modules should have a two digit numeric prefix -- they run in
   ascending sort order. Anything in the 90-99 range is stuff that dracut
   relies on, so try not to break those hooks.
 * Hooks must have a .sh extension.
 * Generator modules are described in more detail in README.modules.
 * We have some breakpoints for debugging your hooks.  If you pass 'rdbreak'
   as a kernel parameter, the initramfs will drop to a shell just before
   switching to a new root. You can pass 'rdbreak=hookpoint', and the initramfs
   will break just before hooks in that hookpoint run.

Also, there is an attempt to keep things as distribution-agnostic as
possible.  Every distribution has their own tool here and it's not
something which is really interesting to have separate across them.
So contributions to help decrease the distro-dependencies are welcome.

Currently dracut lives on kernel.org.

The tarballs can be found here:
	http://www.kernel.org/pub/linux/utils/boot/dracut/
	ftp://ftp.kernel.org/pub/linux/utils/boot/dracut/

Git:
	git://git.kernel.org/pub/scm/boot/dracut/dracut.git
	http://git.kernel.org/pub/scm/boot/dracut/dracut.git
	https://git.kernel.org/pub/scm/boot/dracut/dracut.git

	git://github.com/haraldh/dracut.git

	git://dracut.git.sourceforge.net/gitroot/dracut/dracut

Git Web:
	http://git.kernel.org/?p=boot/dracut/dracut.git

	https://haraldh@github.com/haraldh/dracut.git

	http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut

Git Web RSS Feed:
	http://git.kernel.org/?p=boot/dracut/dracut.git;a=rss

Project Page:
	http://www.kernel.org/pub/linux/utils/boot/dracut/dracut.html

Project Wiki:
	http://dracut.wiki.kernel.org

See the TODO file for things which still need to be done and HACKING for
some instructions on how to get started.  There is also a mailing list
that is being used for the discussion -- initramfs@vger.kernel.org.
It is a typical vger list, send mail to majordomo@vger.kernel.org with body
of 'subscribe initramfs email@host.com'


Licensed under the GPLv2