]> git.ipfire.org Git - thirdparty/dracut.git/commit - modules.d/99base/init
Move actually mounting the root filesystem into its own series of hooks.
authorVictor Lowther <victor.lowther-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Thu, 26 Feb 2009 02:32:36 +0000 (18:32 -0800)
committerHarald Hoyer <harald@redhat.com>
Wed, 4 Mar 2009 15:54:24 +0000 (16:54 +0100)
commita08c1f452a988faa919ee04e6456641fad53f2cd
tree27b03bfe00669028f36629a5d362e67ec74d42fb
parent19e9dd9303085d3186d86999805d1a862c61aaeb
Move actually mounting the root filesystem into its own series of hooks.

We now have mount hooks.  They are sourced in an infinite loop until one of
them actually mounts the real root filesystem.

This makes it easier to add support for arbitrarily complex schemes to find
the root filesystem without having to patch the init script.

This patch series is also avaialble ass the hookify-finding-root branch at
http://git.fnordovax.org/dracut
hooks/mount-partition.sh [new file with mode: 0755]
init
modules/90crypt.sh
modules/99base.sh