Fix hardcoded sys pool name

This commit is contained in:
Slawomir Wojciech Wojtczak (vermaden) 2012-05-01 03:32:39 +02:00
parent 4a376ecd58
commit 2bf05a7ace
1 changed files with 1 additions and 1 deletions

2
beadm
View File

@ -164,7 +164,7 @@ case ${1} in
exit 1
}
}
zfs list -H -o name -r sys/ROOT \
zfs list -H -o name -r ${POOL}/ROOT \
| grep -v "${POOL}/ROOT/${2}" \
| while read I
do