version 1.2, 2020/02/25 19:56:20
|
version 1.3, 2020/04/14 12:04:37
|
Line 52 So far, so good. Now we need to make the
|
Line 52 So far, so good. Now we need to make the
|
* Add `rpool/ROOT /altroot zfs rw` to /etc/fstab |
* Add `rpool/ROOT /altroot zfs rw` to /etc/fstab |
* `mount /altroot` |
* `mount /altroot` |
* Extract the sets you need to `/altroot`. At a minimum you will need etc and base. |
* 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` |
* 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` |
* Set `zfs=YES` in `/altroot/etc/rc.conf` |
* Remove `rpool/ROOT` from `/altroot/etc/fstab` |
* Remove `rpool/ROOT` from `/altroot/etc/fstab` |