Update Question 10.23:

- Mark up chflags(1)
- Capitalize "Single User mode"
- Mark up securelevel with <literal>
- Mark up rc.conf with <filename>

Approved by:  gabor
This commit is contained in:
Gabor Pali 2008-06-21 07:42:22 +00:00
parent f02d45fdf6
commit 0fde643cef
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32337

View file

@ -6349,13 +6349,13 @@ options SYSVMSG # enable for messaging</programlisting>
<qandaentry>
<question id="kernel-chflag-failure">
<para>I tried to install a new kernel, and the chflags
<para>I tried to install a new kernel, and the &man.chflags.1;
failed. How do I get around this?</para>
</question>
<answer>
<para>Short answer: You are probably at security level
greater than 0. Reboot directly to single user mode to
greater than 0. Reboot directly to Single User mode to
install the kernel.</para>
<para>Long answer: FreeBSD disallows changing system flags
@ -6365,12 +6365,12 @@ options SYSVMSG # enable for messaging</programlisting>
<screen>&prompt.root; <userinput>sysctl kern.securelevel</userinput></screen>
<para>You cannot lower the security level; you have to boot to
single mode to install the kernel, or change the security
Single Mode to install the kernel, or change the security
level in <filename>/etc/rc.conf</filename> then reboot. See
the &man.init.8; manual page for details on securelevel, and see
the &man.init.8; manual page for details on <literal>securelevel</literal>, and see
<filename>/etc/defaults/rc.conf</filename> and the
&man.rc.conf.5; manual page for more information on
rc.conf.</para>
<filename>rc.conf</filename>.</para>
</answer>
</qandaentry>