Searched refs:rootfstype (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dzfs-generator.sh.in23 [ -z "$rootfstype" ] && rootfstype=$(getarg rootfstype=)
26 # If root is not ZFS= or zfs: or rootfstype is not zfs
30 [ "$rootfstype" != "zfs" ] &&
H A Dzfs-load-key.sh.in17 # If root is not ZFS= or zfs: or rootfstype is not zfs then we are not supposed to handle it.
18 [ "${root##zfs:}" = "${root}" ] && [ "${root##ZFS=}" = "${root}" ] && [ "$rootfstype" != "zfs" ] && exit 0

Completed in 88 milliseconds