]> git.proxmox.com Git - mirror_zfs-debian.git/commit
Add dracut support
authorManuel Amador (Rudd-O) <rudd-o@rudd-o.com>
Thu, 17 Mar 2011 22:18:13 +0000 (15:18 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 17 Mar 2011 23:52:04 +0000 (16:52 -0700)
commitae26d0465a234d7b340566287908c78fe24901e1
tree07c0604ff755e8df99e758559d2c048cd86d75c2
parent01c0e61da027925b71c923a2b3896abf458b45a9
Add dracut support

To simplify the process of using zfs as your root filesystem a
zfs-drucat sub-package has been added.  This sub-package adds a zfs
dracut module which allows your initramfs to be rebuilt with zfs
support.  The process for doing this is still complicated but there
is clearly interest from the community about getting this working
well and documented.  This should help lay some of the groundwork.

Longer term these changes should be pushed in the upstream dracut
package.  Once that occurs this subpackage will no longer be
required for new systems, however we may want to conditionally
build this package in the future for systems running older
dracut versions.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
19 files changed:
AUTHORS
Makefile.am
Makefile.in
config/deb.am
configure
configure.ac
dracut/90zfs/90-zfs.rules [new file with mode: 0644]
dracut/90zfs/Makefile.am [new file with mode: 0644]
dracut/90zfs/Makefile.in [new file with mode: 0644]
dracut/90zfs/check [new file with mode: 0755]
dracut/90zfs/install [new file with mode: 0755]
dracut/90zfs/installkernel [new file with mode: 0755]
dracut/90zfs/mount-zfs.sh [new file with mode: 0755]
dracut/90zfs/parse-zfs.sh [new file with mode: 0755]
dracut/90zfs/zfs-genrules.sh [new file with mode: 0755]
dracut/Makefile.am [new file with mode: 0644]
dracut/Makefile.in [new file with mode: 0644]
dracut/README.dracut.markdown [new file with mode: 0644]
zfs.spec.in