]> git.ipfire.org Git - thirdparty/dracut.git/commit - modules.d/99base/init
[PATCH 33/50] We now have a simple hook structure and 3 defined hook points.
authorVictor Lowther <victor.lowther@gmail.com>
Fri, 13 Feb 2009 12:42:50 +0000 (04:42 -0800)
committerDave Jones <davej@redhat.com>
Mon, 16 Feb 2009 18:56:42 +0000 (13:56 -0500)
commitec1ad3347c423f27dd546858032a73edccbcc806
tree93aaa4e0c1232b83c6de20c1a840cf31f1f4376d
parentcd20f1f6ebed3c50d69db35d22519d57ae846ecc
[PATCH 33/50] We now have a simple hook structure and 3 defined hook points.

Any script placed in /pre-udev will be sourced just before udev starts
device scanning and loading.

Any script placed in /pre-mount will be sourced just before we try to
mount a root filesystem.

Any script placed in /pre-pivot will be sourced just before we switch to the
new root filesystem.

These hooks should be the minimum needed to add back plymouth and deal with
more advanced filesysem mounting needs (multipath, iscsi, nfs, nbd, etc.)
Makefile
dracut
init
pre-mount/50cryptroot [changed mode: 0644->0755]
pre-mount/99resume [changed mode: 0644->0755]
pre-pivot/50selinux-loadpolicy [new file with mode: 0755]