aboutsummaryrefslogtreecommitdiffstats
path: root/dracut/README.dracut.markdown
Commit message (Collapse)AuthorAgeFilesLines
* Amend Dracut module to export ZFS root on shutdownLukas Wunner2014-10-071-0/+25
| | | | | | | | | | | | | | | | | | Make use of Dracut's ability to restore the initramfs on shutdown and pivot to it, allowing for a clean unmount and export of the ZFS root. No need to force-import on every reboot anymore. Signed-off-by: Lukas Wunner <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Issue #2195 Issue #2476 Issue #2498 Issue #2556 Issue #2563 Issue #2575 Issue #2600 Issue #2755 Issue #2766
* Wrap dracut scripts to 79 charsZachary Bedell2011-07-311-7/+8
| | | | | Signed-off-by: Brian Behlendorf <[email protected]> Closes #347
* Add missing <pool> optionBrian Behlendorf2011-07-221-1/+1
| | | | | | | The bootfs example in the dracut documentation was sightly incorrect because it lacked the trailing required pool argument. Add it. Signed-off-by: Brian Behlendorf <[email protected]>
* Document initramfs processZachary Bedell2011-07-061-0/+137
| | | | | | | Add documentation for Dracut and the initramfs process. This includes detailing the basic boot process and options available. Signed-off-by: Brian Behlendorf <[email protected]>
* Add dracut supportManuel Amador (Rudd-O)2011-03-171-0/+28
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 <[email protected]>