Mountroot problem

I've recently run into a common mountroot problem. I know I should modify /etc/fstab to correct the labels, but everything besides my /boot is on zfs, which means it's not present in /etc/fstab. So is there any way I can make boot flawlessly?
 
Hi,

you might be referring to:

/boot/loader.conf
Code:
vfs.root.mountfrom=zfs:pool/filesystem
Perhaps?

/Sebulon
 
Back
Top