1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 17:13:22 -05:00

spelling corrections.

This commit is contained in:
freesource 2001-12-22 07:14:46 +00:00
parent 2ee7b7c6f8
commit 1a593cd1c5

View File

@ -3,7 +3,7 @@
<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E"
alink="#FF0000">
<center>$Id: index.html,v 1.47 2001/12/22 05:13:43 freesource Exp $</center>
<center>$Id: index.html,v 1.48 2001/12/22 05:39:58 freesource Exp $</center>
<p>
@ -625,7 +625,7 @@ system.&nbsp;&nbsp;And that is just the beginning of the things you can do.
<P><a name="3"><b>Oops, I can't get something to work, what should I do?</b></a>&nbsp;&nbsp;<a href="#FAQ">[back]</a></p>
If something isn't working for you, I want to know because you have probably
If something isn't working for you, I want to know because you probably have
found a bug.&nbsp;&nbsp;Don't fall
into the trap that makes you believe that developers don't want to be deluged
with bugs, quite to the contrary. developers love to receive bugs,
@ -634,7 +634,7 @@ problems.&nbsp;&nbsp;
I have experience working in Quality Assurance, and I know that a
program with the complexity of gbootroot is a perfect recipe for
the existence of all types of bugs.&nbsp;&nbsp;As a developer focusing on the
deployment of code it is easy for bugs to slip by unoticed.&nbsp;&nbsp;
deployment of code it is easy for bugs to slip by unnoticed.&nbsp;&nbsp;
Free Source software depends on users sending in bugs if the software is
to ever experience rapid development; users shouldn't leave this process
to the developers, because this guarantees that they will need to spend lots
@ -648,8 +648,8 @@ new features.&nbsp;&nbsp;
<p>
Just because a project doesn't have a name like "Linux" doesn't
mean it doesn't need your love, so please send in those
bugs.&nbsp;&nbsp;
mean that the project should live by itself without community support,
so please send in those bugs.&nbsp;&nbsp;
I consider a bug anything which effects the user negatively,
whether it is a user interface (UI) which is hard to understand
or use, documentation which seems misleading, or if the program doesn't
@ -761,8 +761,9 @@ User-mode-linux is used to boot up a root_fs helper, the program then
communicates with the user linux system via expect to automatically
create a UID/GID 0 filesystem from the files copied over from the
/tmp/gboot_non_root_`id -u1/loopback directory.&nbsp;&nbsp;The steps will
vary slightly depending on which filsystem command is chosen, however, the same
concept is used.&nbsp;&nbsp;You may appy this to filesystems smaller than
vary slightly depending on which filesystem command is chosen, however, the
same
concept is used.&nbsp;&nbsp;You may apply this to filesystems smaller than
8192 by adjusting the settings in the Filesystem Box.&nbsp;&nbsp;
If you want to learn how to do this manually, look at the ten steps below.