blob: e3d1b59ccac97bdc80e988812f9a25c8a30ecc97 [file] [log] [blame]
#!/bin/sh
type getarg >/dev/null 2>&1 || . /lib/dracut-lib.sh
if zpool list 2>&1 | grep -q 'no pools available' ; then
info "ZFS: No active pools, no need to export anything."
else
info "ZFS: There is an active pool, will export it."
need_shutdown
fi