Searched refs:CURPOOL (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/zfs/bootinstall/ | ||
H A D | bootinstall.sh | 39 CURPOOL=$(df -k / | awk 'NR == 2 {print $1}' | sed 's,/.*,,') 41 if [ "$CURPOOL" != "$POOL" ] ; then |
Completed in 114 milliseconds