mirror of
https://github.com/fspc/gbootroot.git
synced 2025-03-04 11:53:26 -05:00
What to do if you Oops.
This commit is contained in:
parent
8b4e9f462b
commit
7574f62699
@ -3,7 +3,7 @@
|
||||
<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E"
|
||||
alink="#FF0000">
|
||||
|
||||
<center>$Id: index.html,v 1.37 2001/12/06 20:04:08 freesource Exp $</center>
|
||||
<center>$Id: index.html,v 1.38 2001/12/06 22:01:20 freesource Exp $</center>
|
||||
|
||||
<p>
|
||||
|
||||
@ -51,6 +51,8 @@ deb http://prdownloads.sourceforge.net/avd ./<br></p>
|
||||
<p align="center">Older versions found at this
|
||||
<A href="http://prdownloads.sourceforge.net/gbootroot/">site</A></P>
|
||||
|
||||
<p align="center"><a href="images/screenshot.jpg">Screenshot</a></P>
|
||||
|
||||
<p align="center"><a href="#FAQ">FAQ</a></P>
|
||||
|
||||
<p align="center">and</P><br>
|
||||
@ -352,9 +354,6 @@ files. Presently it creates
|
||||
an fstab configuration file as Replacements/etc/fstab.new in
|
||||
$HOME/.gbootroot/yard/.</p>
|
||||
|
||||
<P>Little things you may want to know:</P>
|
||||
|
||||
<P>* gBootRoot requires ash for initrd. Ash is a feather weight version of Bash.</P>
|
||||
<br>
|
||||
|
||||
<P><IMG ALT="" SRC="images/gBSicon.jpg" align="center"> <b>FAQ</b></P>
|
||||
@ -364,29 +363,31 @@ $HOME/.gbootroot/yard/.</p>
|
||||
<br>
|
||||
2. <a href="#2">How do I use gBootRoot?</a>
|
||||
<br>
|
||||
3. <a href="#3">What are all these CVS directories doing in my replacements?</a>
|
||||
3. <a href="#3">Oops, I can't get something to work, what should I do?</a>
|
||||
<br>
|
||||
4. <a href="#4">Can I use a program linked to uClibc in the template?</a>
|
||||
4. <a href="#4">What are all these CVS directories doing in my replacements?</a>
|
||||
<br>
|
||||
5. <a href="#5">What do you mean by macro distribution?</a>
|
||||
5. <a href="#5">Can I use a program linked to uClibc in the template?</a>
|
||||
<br>
|
||||
6. <a href="#6">How am I able to create root filesystems as a normal user?</a>
|
||||
6. <a href="#6">What do you mean by macro distribution?</a>
|
||||
<br>
|
||||
7. <a href="#7">How can a normal user create a root filesystem larger than 8192k?</a>
|
||||
7. <a href="#7">How am I able to create root filesystems as a normal user?</a>
|
||||
<br>
|
||||
8. <a href="#8">How can I create boot disks as a normal user?</a>
|
||||
8. <a href="#8">How can a normal user create a root filesystem larger than 8192k?</a>
|
||||
<br>
|
||||
9. <a href="#9">What is make_debian, and how do I use it?</a>
|
||||
9. <a href="#9">How can I create boot disks as a normal user?</a>
|
||||
<br>
|
||||
10. <a href="#10">My root filesystem doesn't start in single mode when started like this: "bootdisk 1?"</a>
|
||||
10. <a href="#10">What is make_debian, and how do I use it?</a>
|
||||
<br>
|
||||
11. <a href="#11">What does the 2 disk compression method do?</a>
|
||||
11. <a href="#11">My root filesystem doesn't start in single mode when started like this: "bootdisk 1?"</a>
|
||||
<br>
|
||||
12. <a href="#12">There isn't enough room left on my 1440 floppy to make a Boot or Root disk. Is there any way to free up more space apart from reducing the size of the kernel?</a>
|
||||
12. <a href="#12">What does the 2 disk compression method do?</a>
|
||||
<br>
|
||||
13. <a href="#13">gBootRoot doesn't start because it can't locate Gtk.pm?</a>
|
||||
13. <a href="#13">There isn't enough room left on my 1440 floppy to make a Boot or Root disk. Is there any way to free up more space apart from reducing the size of the kernel?</a>
|
||||
<br>
|
||||
14. <a href="#14">If you roll the floppy density counter down to 0 and then try go back up towards 1440 and 1722, you get very funny figures.</a>
|
||||
14. <a href="#14">gBootRoot doesn't start because it can't locate Gtk.pm?</a>
|
||||
<br>
|
||||
15. <a href="#15">If you roll the floppy density counter down to 0 and then try go back up towards 1440 and 1722, you get very funny figures.</a>
|
||||
</a>
|
||||
|
||||
|
||||
@ -575,8 +576,25 @@ UML box to try things you never would have dreamed of doing on your host
|
||||
system. 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> <a href="#FAQ">[back]</a></p>
|
||||
|
||||
<P><a name="3"><b>What are all these CVS directories doing in my replacements?</b></a> <a href="#FAQ">[back]</a></p>
|
||||
If something isn't working for you, I want to know! In fact, unlike
|
||||
some developers who don't want to be deluged with bugs, I heartily encourage
|
||||
users to send me all their problems. Why? I love bugs,
|
||||
and I have experience working in Quality Assurance, so I know that a
|
||||
program like gbootroot is loaded with glitches unforeseen
|
||||
by the developer. I consider
|
||||
anything a bug 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
|
||||
seem to deliver results as it should. Even if you think
|
||||
your problem may be due to your own lack of understanding, I still
|
||||
recommend that you contact me after reasonable attempts, because what
|
||||
you may be experiencing is what "MANY" may be experiencing. At the
|
||||
bottom of this page is the contact information. Your problem
|
||||
will help gbootroot become a better program for all!
|
||||
|
||||
<P><a name="4"><b>What are all these CVS directories doing in my replacements?</b></a> <a href="#FAQ">[back]</a></p>
|
||||
|
||||
<P>
|
||||
CVS directories are deliberately put in the Replacement directories to
|
||||
@ -603,7 +621,7 @@ not to delete the CVS directories because /usr/share is meant to be used
|
||||
for data which shouldn't be modified
|
||||
(see <a href="http://www.pathname.com/fhs/">FHS</a>).</p>
|
||||
|
||||
<a name="4"><b>Can I use a program linked to uClibc in the template?</b></a> <a href="#FAQ">[back]</a></p>
|
||||
<a name="5"><b>Can I use a program linked to uClibc in the template?</b></a> <a href="#FAQ">[back]</a></p>
|
||||
|
||||
<p>
|
||||
|
||||
@ -614,7 +632,7 @@ is used to discover shared library dependencies, otherwise ldd is
|
||||
called without any path.</p>
|
||||
|
||||
|
||||
<a name="5"><b>What do you mean by macro distribution?</b></a> <a href="#FAQ">[back]</a></p>
|
||||
<a name="6"><b>What do you mean by macro distribution?</b></a> <a href="#FAQ">[back]</a></p>
|
||||
|
||||
<p>
|
||||
|
||||
@ -631,7 +649,7 @@ used to run experiments safely without fear of corrupting the host system
|
||||
via user-mode-linux.</p>
|
||||
|
||||
|
||||
<a name="6"><b>How am I able to create root filesystems as a normal user?</b></a> <a href="#FAQ">[back]</a></p>
|
||||
<a name="7"><b>How am I able to create root filesystems as a normal user?</b></a> <a href="#FAQ">[back]</a></p>
|
||||
|
||||
<p>
|
||||
|
||||
@ -647,7 +665,7 @@ can be changed when the filesystem is run from a kernel.
|
||||
|
||||
<p>
|
||||
|
||||
<a name="7"><b>How can a normal user create a root filesystem larger than 8192k?</b></a> <a href="#FAQ">[back]</a></p>
|
||||
<a name="8"><b>How can a normal user create a root filesystem larger than 8192k?</b></a> <a href="#FAQ">[back]</a></p>
|
||||
|
||||
<p>
|
||||
|
||||
@ -743,7 +761,7 @@ don't exist. For this example, /mnt1 and
|
||||
|
||||
<p>
|
||||
|
||||
<a name="8"><b>How can I create boot disks as a normal user?</b></a> <a href="#FAQ">[back]</a></p>
|
||||
<a name="9"><b>How can I create boot disks as a normal user?</b></a> <a href="#FAQ">[back]</a></p>
|
||||
|
||||
<p>
|
||||
|
||||
@ -786,7 +804,7 @@ lilo can be made.
|
||||
|
||||
<p>
|
||||
|
||||
<a name="9"><b>What is make_debian, and how do I use it?</b></a> <a href="#FAQ">[back]</a></p>
|
||||
<a name="10"><b>What is make_debian, and how do I use it?</b></a> <a href="#FAQ">[back]</a></p>
|
||||
|
||||
<p>
|
||||
|
||||
@ -837,7 +855,7 @@ in the template was modified to reflect these replacements.
|
||||
</p>
|
||||
|
||||
|
||||
<a name="10"><b>My root filesystem doesn't start in single mode when started like
|
||||
<a name="11"><b>My root filesystem doesn't start in single mode when started like
|
||||
this:  "bootdisk 1?"</b></a> <a href="#FAQ">[back]</a></P>
|
||||
|
||||
<P>
|
||||
@ -861,14 +879,14 @@ down all the bugs.
|
||||
</P>
|
||||
|
||||
|
||||
<P><a name="11"><b>What does the 2 disk compression method do?</b></a> <a href="#FAQ">[back]</a></P>
|
||||
<P><a name="12"><b>What does the 2 disk compression method do?</b></a> <a href="#FAQ">[back]</a></P>
|
||||
<P>This Boot Method creates a boot disk with lilo, a kernel and an initrd
|
||||
image. The
|
||||
initrd script mounts another root disk with a compressed (gzip or bzip2)
|
||||
filesystem.</P>
|
||||
|
||||
|
||||
<p><a name="12"><b>There isn't enough room left on my 1440 floppy to make a Boot or Root
|
||||
<p><a name="13"><b>There isn't enough room left on my 1440 floppy to make a Boot or Root
|
||||
disk. Is there any way to free up more space apart from reducing
|
||||
the size of the kernel?</b></a> <a href="#FAQ">[back]</a></p>
|
||||
|
||||
@ -904,11 +922,11 @@ to add your comments to the Feature Request. Thanks.</p>
|
||||
|
||||
<p>
|
||||
|
||||
<a name="13"><b>gBootRoot doesn't start because it can't locate Gtk.pm?</b></a> <a href="#FAQ">[back]</a></P>
|
||||
<a name="14"><b>gBootRoot doesn't start because it can't locate Gtk.pm?</b></a> <a href="#FAQ">[back]</a></P>
|
||||
|
||||
<p>This program requires Gtk-Perl available from <a href="http://www.perl.com/CPAN">CPAN</a>, <a href="http://freshmeat.net/projects/gtk-perl">Freshmeat</a> or most GNU/Linux distributions.</p>
|
||||
|
||||
<p><a name="14"><b>If you roll the floppy density counter down to 0 and then try go back
|
||||
<p><a name="15"><b>If you roll the floppy density counter down to 0 and then try go back
|
||||
up towards 1440 and 1722, you get very funny figures.</b></a> <a href="#FAQ">[back]</a></p>
|
||||
|
||||
<p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user