How to define mountpoint of root "/"?

Hello,
I'm writing a shell script, to create the jails. My question is in the title and my sollution is as follows:

Code:
zfs list | sed -n '3p' | awk '{print $1}'

But I'm afraid this is not a good solution. Does anyone have better suggestions?

Thanks in advance and sorry for my bad english :r
 
Back
Top