Force an empty make.conf in freebsd-update section custom kernel
instructions.
This commit is contained in:
parent
b162efeb83
commit
ab81fcb403
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40739
1 changed files with 4 additions and 6 deletions
|
@ -431,7 +431,7 @@ MergeChanges /etc/ /var/named/etc/</programlisting>
|
|||
installed from the sources:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/src</userinput>
|
||||
&prompt.root; <userinput>env DESTDIR=/boot/GENERIC make kernel</userinput>
|
||||
&prompt.root; <userinput>env DESTDIR=/boot/GENERIC make kernel __MAKE_CONF=/dev/null</userinput>
|
||||
&prompt.root; <userinput>mv /boot/GENERIC/boot/kernel/* /boot/GENERIC</userinput>
|
||||
&prompt.root; <userinput>rm -rf /boot/GENERIC/boot</userinput></screen>
|
||||
|
||||
|
@ -440,8 +440,7 @@ MergeChanges /etc/ /var/named/etc/</programlisting>
|
|||
by <command>freebsd-update</command>, the
|
||||
<filename>GENERIC</filename> configuration file must not
|
||||
have been modified in any way. It is also suggested that
|
||||
it is built without any other special options (preferably
|
||||
with an empty <filename>/etc/make.conf</filename>).</para>
|
||||
it is built without any other special options.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
|
@ -479,7 +478,7 @@ MergeChanges /etc/ /var/named/etc/</programlisting>
|
|||
installed from the sources:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/src</userinput>
|
||||
&prompt.root; <userinput>make kernel</userinput></screen>
|
||||
&prompt.root; <userinput>make kernel __MAKE_CONF=/dev/null</userinput></screen>
|
||||
|
||||
<para>For this kernel to be identified as the
|
||||
<literal>GENERIC</literal> kernel by
|
||||
|
@ -487,8 +486,7 @@ MergeChanges /etc/ /var/named/etc/</programlisting>
|
|||
<filename>GENERIC</filename> configuration file must
|
||||
not have been modified in any way. It is also
|
||||
suggested that the kernel is built without any other
|
||||
special options, preferably with an empty
|
||||
<filename>/etc/make.conf</filename>.</para>
|
||||
special options.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
|
|
Loading…
Reference in a new issue