Add info about critical_filesystems_local rc variable
This commit is contained in:
parent
5b91e6d001
commit
e761bff968
2 changed files with 5 additions and 1 deletions
|
@ -327,7 +327,8 @@ The file rc.confg also needs to be edited
|
|||
rc_configured=YES
|
||||
|
||||
# Add local overrides below.
|
||||
#
|
||||
critical_filesystems_local="OPTIONAL:/var OPTIONAL:/usr"
|
||||
|
||||
hostname=marte.local
|
||||
dhcpcd=YES
|
||||
dhcpcd_flags="-qM wm0"
|
||||
|
@ -343,6 +344,8 @@ For example, my network device is `wm0`.
|
|||
And this example hostname is `marte.local`.
|
||||
Your network card and requirements may be different.
|
||||
|
||||
Also `critical_filesystems_local` variable is quite important. Since our `/usr` filesystem is not mounted at the beginning, some tools may not be available. We need to wait for it to be mounted before executing binaries from `/usr`.
|
||||
|
||||
# Unmount and reboot
|
||||
|
||||
Umount the new system:
|
||||
|
|
|
@ -500,6 +500,7 @@ Then we edit `rc.conf`.
|
|||
|
||||
```
|
||||
rc_configured=YES
|
||||
critical_filesystems_local="OPTIONAL:/var OPTIONAL:/usr"
|
||||
|
||||
# Add local overrides below.
|
||||
dhcpcd=YES
|
||||
|
|
Loading…
Reference in a new issue