diff options
author | наб <[email protected]> | 2022-04-04 18:38:07 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-04-20 16:44:25 -0700 |
commit | 47636f5661abf202c725f1975939878e7156d3c8 (patch) | |
tree | 47c72669d8b4a934396684969104b7cb8a5937a5 /contrib/dracut | |
parent | b657f2c59220dba92607aa253ed2a6a1f6d9bec8 (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
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #13291
Diffstat (limited to 'contrib/dracut')
-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 724c5e2c6..7b240a7bb 100755 --- a/contrib/dracut/90zfs/parse-zfs.sh.in +++ b/contrib/dracut/90zfs/parse-zfs.sh.in @@ -59,8 +59,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 |