mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix the location of the initdiskless rc script.
Lose pointers to where these files were two major releases ago. PR: docs/90370 Submitted by: Daniel Feenberg <feenberg at nber dot org> Harassed by: Daniel Gerzo <danger at rulez dot sk>
This commit is contained in:
parent
47aeac770d
commit
fde4d5083c
1 changed files with 2 additions and 9 deletions
|
|
@ -146,18 +146,11 @@ scripts recognize a
|
|||
.Nm
|
||||
startup and perform
|
||||
the actions found in
|
||||
.Pa /etc/rc.d/initdiskless ,
|
||||
.Pa /etc/rc.d/resolv ,
|
||||
.Pa /etc/rc.d/tmp ,
|
||||
.Pa /etc/rc.d/var ,
|
||||
and
|
||||
.Pa /etc/rc.d/var .
|
||||
On early 5.x releases, the functions of latter three scripts where
|
||||
implemented in
|
||||
.Pa /etc/rc.d/diskless .
|
||||
On older systems, the scripts are located in
|
||||
.Pa /etc/rc.diskless1
|
||||
and
|
||||
.Pa /etc/rc.diskless2 .
|
||||
.Pa /etc/rc.initdiskless .
|
||||
.Sh CONFIGURATION
|
||||
In order to run a
|
||||
.Nm
|
||||
|
|
|
|||
Loading…
Reference in a new issue