Dracut module & gentoo init tweaks, doc'd & cleaned up #307
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hopefully this is a bit cleaner. I'm still re-getting the hang of git. I've been stuck in SVN-land for too long....
Three separate commits now:
37d7a49 - Adjust Gentoo initscripts to move z* utils out of /usr & handle pools still mounted at shutdown better (IE rpool)
fad1a79 - Dracut module changes for dracut-010 & fit Dracut's rules for when modules are guaranteed to be loaded. Also avoids importing & re-exporting pools unless necessary. Added parsing of spl_hostid from command line, inclusion of /etc/hostid file from live system, and zfs_force flag to
zpool import -f
if necessary.393645f - Documentation for above.
I'm starting to rebuild a system from scratch now & will document steps from bare metal to use the above.