Lines Matching full:installed
9 # Passing the keyword "installed" will instruct the script to test whatever
10 # version is installed.
32 # and the installed zfs version can correctly import the listed pools.
33 # Note there is no reference pool available for master and installed but
39 # -s "zfs-0.6.2 master installed" \
40 # -p "zevo-1.1.1 zol-0.6.2 zol-0.6.2-173 master installed"
52 # installed Pass Pass Pass
233 if [[ "$TAG" = "installed" ]]; then
276 if [[ "$POOL_TAG" != "installed" ]]; then
370 if [[ "$TAG" = "installed" ]]; then
375 fail "ZFS is not installed"
393 elif [[ "$ZFS_TAG" = "installed" ]]; then
427 elif [[ "$ZFS_TAG" = "installed" ]]; then
461 # Use the installed version to create the pool.
462 elif [[ "$TAG" = "installed" ]]; then
480 if [[ "$SRC_TAG" != "installed" ]]; then