From nobody@FreeBSD.org  Tue Oct 16 11:11:01 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id F0F524D1
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Oct 2012 11:11:01 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id C0C008FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Oct 2012 11:11:01 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q9GBB1SB091268
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Oct 2012 11:11:01 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id q9GBB1A4091267;
	Tue, 16 Oct 2012 11:11:01 GMT
	(envelope-from nobody)
Message-Id: <201210161111.q9GBB1A4091267@red.freebsd.org>
Date: Tue, 16 Oct 2012 11:11:01 GMT
From: Pieter De Rockere <p_derockere@hotmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Username Password
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         172784
>Category:       docs
>Synopsis:       Default username and password not documented
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    issyl0
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 16 11:20:00 UTC 2012
>Closed-Date:    Tue Jan 01 20:18:39 UTC 2013
>Last-Modified:  Tue Jan 01 20:18:39 UTC 2013
>Originator:     Pieter De Rockere
>Release:        FreeBSD-9.0-RELEASE-i386-dvd1
>Organization:
Home
>Environment:
>Description:
I downloaded and burnt a DVD of FreeBSD-9 i386.
On booting, it gets stuck at login, and there is no information about what userid and pw to use. Even in the manual, I could not locate any PW.
This is the fist time I have tried FreeBSD. I have used Linux and never had to give user id or pw for the CD's.
Can someone please let me know, the userid and pw for the Live cd?
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: sw-bug->doc-bug 
Class-Changed-By: eadler 
Class-Changed-When: Tue Oct 16 14:39:32 UTC 2012 
Class-Changed-Why:  
root is the username. no password. 

I'm leaving this issue report open so that someone does see it and document it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172784 
Responsible-Changed-From-To: freebsd-bugs->issyl0 
Responsible-Changed-By: issyl0 
Responsible-Changed-When: Sun Dec 30 14:43:11 UTC 2012 
Responsible-Changed-Why:  
Take this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172784 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/172784: commit references a PR
Date: Mon, 31 Dec 2012 19:07:33 +0000 (UTC)

 Author: issyl0
 Date: Mon Dec 31 19:07:25 2012
 New Revision: 40526
 URL: http://svnweb.freebsd.org/changeset/doc/40526
 
 Log:
   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)
 
 Modified:
   head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml
 
 Modified: head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml
 ==============================================================================
 --- head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml	Mon Dec 31 18:05:02 2012	(r40525)
 +++ head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml	Mon Dec 31 19:07:25 2012	(r40526)
 @@ -949,7 +949,8 @@ Trying to mount root from cd9660:/dev/is
  
        <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>
 _______________________________________________
 svn-doc-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-doc-all
 To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: issyl0 
State-Changed-When: Tue Jan 1 20:18:38 UTC 2013 
State-Changed-Why:  
This has now been documented. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172784 
>Unformatted:
