Add a new section containing minimal information about the FreeBSD live CD
to the bsdinstall chapter of the Handbook. Within it, document the required login details [1]. PR: docs/172784 [1] Approved by: gabor (mentor)
This commit is contained in:
parent
65cf66cbaf
commit
a1470713c6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40526
1 changed files with 32 additions and 1 deletions
|
@ -949,7 +949,8 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
|
||||
<para>After the procedure of device probing, you will see
|
||||
<xref linkend="bsdinstall-choose-mode"/>. The install media
|
||||
can be used in three ways: to install &os;, as a "live CD", or
|
||||
can be used in three ways: to install &os;, as a
|
||||
<link linkend="using-live-cd">live CD</link>, or
|
||||
to simply access a &os; shell. Use the arrow keys to choose
|
||||
an option, and <keycap>Enter</keycap> to select.</para>
|
||||
|
||||
|
@ -2732,4 +2733,34 @@ login:</screen>
|
|||
</qandaset>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="using-live-cd">
|
||||
<title>Using the Live CD</title>
|
||||
|
||||
<para>A live CD of &os; is available on the same CD as the main
|
||||
installation program. This is useful for those who are still
|
||||
wondering whether &os; is the right operating system for them
|
||||
and want to test some of the features before installing.</para>
|
||||
|
||||
<note>
|
||||
<para>The following points should be noted while using the live
|
||||
CD:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>To gain access to the system, authentication is
|
||||
required. The username is <literal>root</literal>, and
|
||||
the password is blank.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>As the system runs directly from the CD, performance
|
||||
will be significantly slower than that of a system
|
||||
installed on a hard disk.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>The live CD provides a command prompt and not a
|
||||
graphical interface.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</note>
|
||||
</sect1>
|
||||
</chapter>
|
||||
|
|
Loading…
Reference in a new issue