Add info about critical_filesystems_local rc variable

This commit is contained in:
Roddy González 2024-08-19 14:46:06 +02:00
parent 5b91e6d001
commit e761bff968
Signed by: release_candidate
GPG key ID: 1B4847B4102A33EA
2 changed files with 5 additions and 1 deletions

View file

@ -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:

View file

@ -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