Bug 33042

Summary: Minor changes to Chapter 2 of the handbook.
Product: Documentation Reporter: Ashley Penney <ashp>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Ashley Penney 2001-12-21 01:00:01 UTC
I noticed a few niglets while reading the printed copy of the handbook.  Firstly, the default / size was changed to 100M.  Secondly, I thought it useful to mention the other way to reboot the system (in case you've wedged something badly during install.. It happens..)

Fix: 

<entry><filename>/</filename></entry>

-             <entry>64MB</entry>
+             <entry>100MB</entry>

              <entry>This is the root file system.  Every other filesystem
                will be mounted somewhere under this one.  64MB is a
@@ -4394,6 +4394,9 @@
        has been issued and the message "Please press any key to reboot"
        appears. If any key is pressed instead of turning off the power
        switch, the system will reboot.</para>
+
+      <para>You may also reboot the system by pressing control-alt-delete
+        from the keyboard.</para>
     </sect2>
   </sect1>--gmYo284AtRzIEdVDBNaPyLJBqMpqfog7ksQtS0YQGUqreNK3
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- chapter.sgml.old    Thu Dec 20 19:51:34 2001
+++ chapter.sgml        Thu Dec 20 19:53:35 2001
@@ -2180,7 +2180,7 @@
Comment 1 chu 2001-12-21 08:30:54 UTC
Ashley Penney wrote:
> 
> >Number:         33042
> >Category:       docs
> >Synopsis:       Minor changes to Chapter 2 of the handbook.

> @@ -4394,6 +4394,9 @@
>         has been issued and the message "Please press any key to reboot"
>         appears. If any key is pressed instead of turning off the power
>         switch, the system will reboot.</para>
> +
> +      <para>You may also reboot the system by pressing control-alt-delete
> +        from the keyboard.</para>

This can be understood as general way of rebooting, and give rise 
to questions why it does not work with e.g. xdm login window on 
the screen. IMHO some words about console are needed.

V. Tchoukharev
Comment 2 Murray Stokely freebsd_committer freebsd_triage 2001-12-22 02:43:12 UTC
On Thu, Dec 20, 2001 at 04:54:35PM -0800, Ashley Penney wrote:
> +
> +      <para>You may also reboot the system by pressing control-alt-delete
> +        from the keyboard.</para>

We should use <keycombo> tags around keyboard commands.  We use this
in many places in the Handbook, and where we don't use it, its a bug.

   - Murray
Comment 3 darklogik 2002-01-31 20:16:18 UTC
In my free time, I fixed and updated the install chapter
so that we may close, yet another pr.  I hope this can
be applied quickly to keep the handbook up to date.

Thanks alot

--Tom Rhodes


*** chapter.sgml.old	Thu Jan 31 15:04:59 2002
--- chapter.sgml	Thu Jan 31 15:08:22 2002
***************
*** 2190,2199 ****
  
  	      <entry><filename>/</filename></entry>
  
! 	      <entry>64MB</entry>
  
  	      <entry>This is the root file system.  Every other filesystem
! 		will be mounted somewhere under this one.  64MB is a
  		reasonable size for this filesystem.  You will not be storing
  		too much data on it, as a regular FreeBSD install will put
  		about 40MB of data here.  The remaining space is for temporary
--- 2190,2199 ----
  
  	      <entry><filename>/</filename></entry>
  
! 	      <entry>100MB</entry>
  
  	      <entry>This is the root file system.  Every other filesystem
! 		will be mounted somewhere under this one.  100MB is a
  		reasonable size for this filesystem.  You will not be storing
  		too much data on it, as a regular FreeBSD install will put
  		about 40MB of data here.  The remaining space is for temporary
***************
*** 4515,4520 ****
--- 4515,4525 ----
  	has been issued and the message "Please press any key to reboot"
  	appears. If any key is pressed instead of turning off the power
  	switch, the system will reboot.</para>
+ 
+       <para>You could also use the <keycap>CTRL+ALT+DEL</keycap> key
+         combination to reboot the system, however this is not recommended
+         during normal operation.</para>
+ 
      </sect2>
    </sect1>
Comment 4 Jim Mock freebsd_committer freebsd_triage 2002-02-11 19:07:19 UTC
State Changed
From-To: open->closed

Committed, thanks!