]> git.ipfire.org Git - thirdparty/dracut.git/commit - dracut.sh
dracut: export host_fs_types host_devs
authorHarald Hoyer <harald@redhat.com>
Thu, 8 Dec 2011 09:25:58 +0000 (10:25 +0100)
committerHarald Hoyer <harald@redhat.com>
Thu, 15 Dec 2011 09:33:26 +0000 (10:33 +0100)
commit7ae5d9d11d1a0ccd31dced528e2792f1c1d5aeca
treec821587d182ca00cfce0f1f5962bd353dbe16b4a
parentef8b121e2c88a782748353276df4b5e3a13c0145
dracut: export host_fs_types host_devs

Determine devices and filesystems to be included in the host-only
initramfs image.

To get a minimal initramfs, which can mount
 /
 /etc
 /usr
 /usr/bin
 /usr/sbin
 /usr/lib
 /usr/lib64
 /boot
we look in fstab for the corresponding devices and determine their and
their slaves' filesystem type and put all that in $host_fs_types
and $host_devs.
dracut
dracut-functions