WITH_CTF on world could leave a broken system. Comment that part out and
leave a note about why. Reported by: thompsa
This commit is contained in:
parent
6203f150f0
commit
6231420fc2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33086
1 changed files with 10 additions and 4 deletions
|
@ -174,11 +174,17 @@ options DDB_CTF</programlisting>
|
||||||
<para>All sources must be rebuilt and installed with <acronym>CTF</acronym> options.
|
<para>All sources must be rebuilt and installed with <acronym>CTF</acronym> options.
|
||||||
To accomplish this task, rebuild the &os; sources using:</para>
|
To accomplish this task, rebuild the &os; sources using:</para>
|
||||||
|
|
||||||
|
<!-- XXXTR: WITH_CFT has been reported to leave a user with a
|
||||||
|
broken system when used with buildworld. Until this is
|
||||||
|
fixed, comment out those parts. When uncommenting, kill
|
||||||
|
the extra screen.
|
||||||
|
-->
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>cd /usr/src</userinput>
|
<screen>&prompt.root; <userinput>cd /usr/src</userinput>
|
||||||
&prompt.root; <userinput>make WITH_CTF=1 buildworld</userinput>
|
<!-- &prompt.root; <userinput>make WITH_CTF=1 buildworld</userinput> -->
|
||||||
&prompt.root; <userinput>make WITH_CFT=1 kernel</userinput>
|
&prompt.root; <userinput>make WITH_CFT=1 kernel</userinput></screen>
|
||||||
&prompt.root; <userinput>make WITH_CFT=1 installworld</userinput>
|
<!-- &prompt.root; <userinput>make WITH_CFT=1 installworld</userinput>
|
||||||
&prompt.root; <userinput>mergemaster -Ui</userinput></screen>
|
&prompt.root; <userinput>mergemaster -Ui</userinput></screen> -->
|
||||||
|
|
||||||
<para>The system will need to be restarted.</para>
|
<para>The system will need to be restarted.</para>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue