mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-25 16:13:17 +00:00
Document ibcs2_loaders and provide a default for it in
etc/defaults/rc.conf .
This commit is contained in:
parent
a19d469b8a
commit
26007eb801
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64816
@ -282,6 +282,7 @@ enable_quotas="NO" # turn on quotas on startup (or NO).
|
||||
check_quotas="YES" # Check quotas on startup (or NO).
|
||||
accounting_enable="NO" # Turn on process accounting (or NO).
|
||||
ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO).
|
||||
ibcs2_loaders="NO" # List of additional Ibcs2 loaders (or NO).
|
||||
linux_enable="NO" # Linux binary compatibility loaded at startup (or NO).
|
||||
svr4_enable="NO" # SysVR4 emulation loaded at startup (or NO).
|
||||
osf1_enable="NO" # Alpha OSF/1 emulation loaded at startup (or NO).
|
||||
|
@ -1144,6 +1144,14 @@ facility.
|
||||
.Ar YES
|
||||
if you wish to enable iBCS2 (SCO) binary emulation at system initial boot
|
||||
time.
|
||||
.It Ar ibcs2_loaders
|
||||
(str) If not set to
|
||||
.Ar NO
|
||||
and if
|
||||
.Ar ibcs2_enable
|
||||
is set to
|
||||
.Ar YES ,
|
||||
this specifies a list of additional iBCS2 loaders to enable.
|
||||
.It Ar linux_enable
|
||||
(bool) Set to
|
||||
.Ar YES
|
||||
|
Loading…
Reference in New Issue
Block a user