diff options
author | наб <[email protected]> | 2022-04-04 18:38:07 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-05-06 12:01:48 -0700 |
commit | ae054e690e1f7d1dad868d7ee370cbe955c17301 (patch) | |
tree | 0cad9a06aa9a6986f1a549f51982bf22b2811088 /contrib | |
parent | 0657247548d642a3bb07ba053884059e7c00ca64 (diff) |
contrib: dracut: parse-zfs: drop initqueue-finished for i/f
The switch was released in dracut 009 in March 2011,
we can safely get rid of the compatibility hook
Upstream-commit: 47636f5661abf202c725f1975939878e7156d3c8
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #13291
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/dracut/90zfs/parse-zfs.sh.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/dracut/90zfs/parse-zfs.sh.in b/contrib/dracut/90zfs/parse-zfs.sh.in index 0f92f5c80..42d19d57e 100755 --- a/contrib/dracut/90zfs/parse-zfs.sh.in +++ b/contrib/dracut/90zfs/parse-zfs.sh.in @@ -56,8 +56,5 @@ esac if [ ${wait_for_zfs} -eq 1 ]; then ln -s /dev/null /dev/root 2>/dev/null initqueuedir="${hookdir}/initqueue/finished" - test -d "${initqueuedir}" || { - initqueuedir="${hookdir}/initqueue-finished" - } echo '[ -e /dev/zfs ]' > "${initqueuedir}/zfs.sh" fi |