* Peter Toth <free...@snap.net.nz> [2011-06-22 12:16:11 +1200]:

> Did you set the "bootfs" property on your root pool? Example: "zpool set
> bootfs=tank/root tank"

Well, the wiki I linked has the following:

    Fixit# mkdir /boot/zfs
    Fixit# zpool create zroot mirror /dev/gpt/disk0 /dev/gpt/disk1
    Fixit# zpool set bootfs=zroot zroot

I subsequently modified that as follows:
   Fixit# mkdir /boot/zfs
   Fixit# zpool create tank /dev/gpt/disk0
   Fixit# zpool set bootfs=tank tank

So was the wiki mistake and I do indeed need to "zpool set 
bootfs=tank/root tank instead?

-- 
> Chris Brennan
> -- 
> A: Yes.
> >Q: Are you sure?
> >>A: Because it reverses the logical flow of conversation.
> >>>Q: Why is top posting frowned upon?
> http://xkcd.com/84/ | http://xkcd.com/149/ | http://xkcd.com/549/
> GPG: D5B20C0C (6741 8EE4 6C7D 11FB 8DA8  9E4A EECD 9A84 D5B2 0C0C)
------------------------------------------------------------------------
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to