| Summary: | Minor changes to Chapter 2 of the handbook. | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Ashley Penney <ashp> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
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 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
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>
State Changed From-To: open->closed Committed, thanks! |
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 @@