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

/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dzimport.sh250 # POOL_BZIP - The full path to the example bzip2 compressed pool.
260 POOL_BZIP=$IMAGES_DIR/$POOL_TAG.tar.bz2
457 if [ -f "$POOL_BZIP" ]; then
458 tar -xjf "$POOL_BZIP" -C "$POOL_DIR_PRISTINE" \
460 fail "Failed 'tar -xjf $POOL_BZIP"

Completed in 114 milliseconds