dracut the event driven initramfs infrastructure
Go to file
2013-05-28 14:25:49 +02:00
dracut.conf.d use systemd*dir variables everywhere 2013-03-26 16:19:00 +01:00
install dracut-install: make use of _cleanup_* macros 2013-04-29 11:35:23 +02:00
modules.d systemd: set environment vars DRACUT_SYSTEMD, NEWROOT in service file 2013-05-28 12:50:57 +02:00
test test: use grep option "-F" and install /etc/os-release 2013-04-30 18:54:33 +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 dracut.sh: Add --noimageifnotneeded parameter 2013-03-13 14:49:20 +01: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-04-12 15:27:27 +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-bash-completion.sh: file filename completion 2013-04-16 11:32:32 +02:00
dracut-catimages.8.asc replace xml documentation with asciidoc 2012-03-14 15:48:33 +01:00
dracut-catimages.sh Renamed all shell scripts to *.sh 2012-02-22 15:15:21 +01:00
dracut-functions.sh dracut-functions.sh: clarify instmods() error message 2013-05-28 14:25:49 +02:00
dracut-initramfs-restore.sh dracut-initramfs-restore.sh: also look for image in boot loader spec dir 2013-03-13 13:09:13 +01:00
dracut-logger.sh consistently lowercase "dracut" 2012-10-10 14:15:11 +02:00
dracut-shutdown.service dracut-shutdown.service: s/reboot.service/systemd-reboot.service/ 2012-07-11 10:00:10 +02:00
dracut.8.asc Add missing options to manpage and --help output 2013-04-05 09:01:48 +02:00
dracut.asc add dracut.bootup.7 man page 2013-03-19 12:26:06 +01:00
dracut.bootup.7.asc add dracut.bootup.7 man page 2013-03-19 12:26:06 +01:00
dracut.cmdline.7.asc Let user specify the action after fail 2013-04-09 11:14:08 +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 don't add volatile swap partitions to host_devs 2013-05-28 13:36:37 +02:00
dracut.spec lsinitrd: drop use of "file" 2013-04-16 13:04:21 +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 lsinitrd.sh: do not output filename for a single file 2013-04-16 13:36:04 +02:00
Makefile Makefile: remove dracut-version.sh on clean 2013-04-16 13:41:19 +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 version 027 2013-03-26 16:55:03 +01: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 don't add volatile swap partitions to host_devs 2013-05-28 13:36:37 +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