forked from openzfs/zfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dracut: 90zfs: respect zfs_force=1 on systemd systems
Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes openzfs#11403
- Loading branch information
1 parent
5cc3be5
commit c5e4084
Showing
4 changed files
with
32 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,2 @@ | ||
export-zfs.sh | ||
module-setup.sh | ||
mount-zfs.sh | ||
parse-zfs.sh | ||
zfs-generator.sh | ||
zfs-lib.sh | ||
zfs-load-key.sh | ||
zfs-needshutdown.sh | ||
zfs-env-bootfs.service | ||
zfs-snapshot-bootfs.service | ||
zfs-rollback-bootfs.service | ||
*.sh | ||
*.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/sh | ||
|
||
. /lib/dracut-zfs-lib.sh | ||
|
||
echo ZPOOL_IMPORT_OPTS="$ZPOOL_IMPORT_OPTS" |
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