-
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.
Temporary commit (just for transparence; will be squashed to prior
commit later) Changes: - Move dracut systemd service to dracut module as it is only used by dracut itself but never after rootfs got mounted. This seems to be the correct path for such service file, as this is done in multiple upstream modules, too. - Add install to module setup - Make dependency on zfs-env-bootfs dependent on cmdline, just like this is done in the [Mount] section - Revert changes to rpm/generic/zfs.spec.in and configure.ac - Renamed service to zfs-env-bootfs
- Loading branch information
Showing
10 changed files
with
16 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ zfs-generator.sh | |
zfs-lib.sh | ||
zfs-load-key.sh | ||
zfs-needshutdown.sh | ||
zfs-env-bootfs.service |
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
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
SUBDIRS = 02zfsexpandknowledge 90zfs $(ZFS_INIT_SYSTEMD) | ||
DIST_SUBDIRS = 02zfsexpandknowledge 90zfs systemd | ||
SUBDIRS = 02zfsexpandknowledge 90zfs | ||
|
||
EXTRA_DIST = README.dracut.markdown |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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