--- wikisrc/wiki/RootOnZFS.mdwn 2020/02/25 19:56:20 1.2 +++ wikisrc/wiki/RootOnZFS.mdwn 2020/04/14 12:04:37 1.3 @@ -52,6 +52,8 @@ So far, so good. Now we need to make the * Add `rpool/ROOT /altroot zfs rw` to /etc/fstab * `mount /altroot` * Extract the sets you need to `/altroot`. At a minimum you will need etc and base. + * `cd /altroot/dev; ./MAKEDEV all` + * `cd /altroot; mkdir kern proc` * Copy `/etc/wscons.conf`, `/etc/fstab` and any other config files sysinst might have created to `/etc/rc.conf` to `/altroot/etc` * Set `zfs=YES` in `/altroot/etc/rc.conf` * Remove `rpool/ROOT` from `/altroot/etc/fstab`