View | Details | Raw Unified | Return to bug 62109 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml (+23 lines)
Lines 587-592 Link Here
587
	asking for trouble.</para>
587
	asking for trouble.</para>
588
    </warning>
588
    </warning>
589
589
590
    <para>The canonical way to update your system is the following :
591
    </para>
592
593
    <itemizedlist>
594
      <listitem><para>make buildworld</para></listitem>
595
      <listitem><para>make buildkernel</para></listitem>
596
      <listitem><para>make installkernel</para></listitem>
597
      <listitem><para>reboot (in single user mode : boot -s from loader prompt)</para></listitem>
598
      <listitem><para>mergemaster -p</para></listitem>
599
      <listitem><para>make installworld</para></listitem>
600
      <listitem><para>mergemaster</para></listitem>
601
      <listitem><para>reboot</para></listitem>
602
    </itemizedlist>
603
604
    <warning>
605
      <title>Read further explanations</title>
606
607
      <para>The sequence described above is only a short resume to
608
        help you getting started. You should however read the following
609
        sections to clearly understand each step, especially if you want
610
        to use a custom kernel configuration.</para>
611
    </warning>
612
590
    <sect2>
613
    <sect2>
591
      <title>Read <filename>/usr/src/UPDATING</filename></title>
614
      <title>Read <filename>/usr/src/UPDATING</filename></title>
592
615

Return to bug 62109