-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add functionality that exists in initramfs to dracut.
* Support 'zfs:<rootfs>' import and mounting. This was for some reason removed in eda3d4e. * Support booting from snapshots. * Support mounting recursive filesystems. * Support mounting of additional filesystems. * Support mounting nativly encrypted filesystems. * Move code snippet that fetches and mounts recursive filesystems into recursive_mount_filesystems(). * zfs_set_ifs() needs to be a global func. We need it in a number of places! * Use this wherever we use CMD="somecmd someopt someopt" ; OUT="$($CMD someopt)" * Dracut have the func emergency_shell() which does a little more. For those that don't have it, just run '/bin/sh -i -l'.
- Loading branch information
Showing
5 changed files
with
220 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.