Home
last modified time | relevance | path

Searched refs:ZFSBOOT_POOL_SIZE (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/bsdinstall/scripts/
H A Dzfsboot49 : ${ZFSBOOT_POOL_SIZE=}
964 if [ "$ZFSBOOT_POOL_SIZE" ]; then
966 "$align_big" zfs$index freebsd-zfs $ZFSBOOT_POOL_SIZE $disk ||
1047 if [ "$ZFSBOOT_POOL_SIZE" ]; then
1049 "$align_small" $mbrindex freebsd-zfs $ZFSBOOT_POOL_SIZE ${disk}s1 || return $FAILURE
1159 if [ "$ZFSBOOT_POOL_SIZE" ]; then
1160 if ! f_expand_number "$ZFSBOOT_POOL_SIZE" poolsize; then
1162 "$ZFSBOOT_POOL_SIZE"
1164 "$ZFSBOOT_POOL_SIZE"
1167 "$ZFSBOOT_POOL_SIZE" "$poolsize"
[all …]