Remove excerpt from /etc/rc.i386, the code moved to /etc/rc.
In this context it is sufficient to say that setting "linux_enable" enables the Linux-ABI. PR: 46778 Submitted by: Denis N. Peplin <info@volginfo.ru>
This commit is contained in:
parent
c4172d7591
commit
4111b2ea15
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15560
1 changed files with 0 additions and 11 deletions
|
@ -124,17 +124,6 @@
|
||||||
|
|
||||||
<programlisting>linux_enable="YES"</programlisting>
|
<programlisting>linux_enable="YES"</programlisting>
|
||||||
|
|
||||||
<para>This, in turn, triggers the following action in
|
|
||||||
<filename>/etc/rc.i386</filename>:</para>
|
|
||||||
|
|
||||||
<programlisting># Start the Linux binary compatibility if requested.
|
|
||||||
#
|
|
||||||
case ${linux_enable} in
|
|
||||||
[Yy][Ee][Ss])
|
|
||||||
echo -n ' linux'; linux > /dev/null 2>&1
|
|
||||||
;;
|
|
||||||
esac</programlisting>
|
|
||||||
|
|
||||||
<para>The &man.kldstat.8; command can be used to verify that the
|
<para>The &man.kldstat.8; command can be used to verify that the
|
||||||
KLD is loaded:</para>
|
KLD is loaded:</para>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue