mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 09:03:23 -05:00
Made the default fs type test minix .. then try another with romfs .. because
it creates an exact size test.
This commit is contained in:
parent
73bec79ebf
commit
482390b0bd
@ -3,7 +3,7 @@
|
||||
<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E"
|
||||
alink="#FF0000">
|
||||
|
||||
<center>$Id: index.html,v 1.49 2001/12/22 07:14:46 freesource Exp $</center>
|
||||
<center>$Id: index.html,v 1.50 2001/12/22 18:13:44 freesource Exp $</center>
|
||||
|
||||
<p>
|
||||
|
||||
@ -241,9 +241,11 @@ button or a put together a complete Boot/Root set with the Submit button.</p>
|
||||
|
||||
<br><br><br><br><br><br><br>
|
||||
|
||||
<p><P align="center"><b>User Mode Linux Box</b></p>
|
||||
<p><P align="left"><b>User Mode Linux Box</b></p>
|
||||
|
||||
<p><IMG ALT="" SRC="images/uml_box.jpg" align="right">
|
||||
<p><IMG ALT="" SRC="images/uml_box.jpg" align="center"></p>
|
||||
|
||||
<p>
|
||||
|
||||
"Xterm" Choose an xterm with its executable options switch.</p>
|
||||
|
||||
@ -262,7 +264,7 @@ filesystem. Append with ubd?=.</p>
|
||||
"Abort" Abort user-mode-linux kernel processes.</p>
|
||||
|
||||
|
||||
<p><P align="center"><b>
|
||||
<p><P align="left"><b>
|
||||
About the Yard Box</b></p>
|
||||
|
||||
<p><IMG ALT="" SRC="images/yard_box.jpg" align="center"></p>
|
||||
@ -343,10 +345,30 @@ Edit->Setting->Paths allows you to prepend a new search path to gbootroot's
|
||||
environment $PATH variable.
|
||||
</p>
|
||||
|
||||
<p><IMG ALT="" SRC="images/filesystem.jpg" align="center"></p>
|
||||
|
||||
<p><IMG ALT="" SRC="images/replacements.jpg" align="center"></p>
|
||||
|
||||
<p>
|
||||
|
||||
Edit->Replacements in your $HOME/.gbootroot/Replacements directory using
|
||||
an editor of your choice.
|
||||
</p>
|
||||
|
||||
<p><IMG ALT="" SRC="images/create.jpg" align="center"></p>
|
||||
|
||||
<p>
|
||||
|
||||
Create->Replacements creates special replacement
|
||||
files. Presently it creates
|
||||
a fstab configuration file as Replacements/etc/fstab.new in
|
||||
$HOME/.gbootroot/yard/.</p>
|
||||
|
||||
|
||||
<P align="left">
|
||||
<b>Filesystem Box</b></P>
|
||||
|
||||
<p><IMG ALT="" SRC="images/filesystem.jpg" align="center"></p>
|
||||
|
||||
The Filesystem Box (Edit->'File System") is the control center for access to
|
||||
the filesystem making utilities provided by the root_fs helper.
|
||||
For normal users it defaults to genext2fs, and for root, mke2fs.
|
||||
@ -384,23 +406,6 @@ If in doubt
|
||||
what this all means, watch the verbosity box when the filesystem is created,
|
||||
and things should become more clear.
|
||||
|
||||
<p><IMG ALT="" SRC="images/replacements.jpg" align="center"></p>
|
||||
|
||||
<p>
|
||||
|
||||
Edit->Replacements in your $HOME/.gbootroot/Replacements directory using
|
||||
an editor of your choice.
|
||||
</p>
|
||||
|
||||
<p><IMG ALT="" SRC="images/create.jpg" align="center"></p>
|
||||
|
||||
<p>
|
||||
|
||||
Create->Replacements creates special replacement
|
||||
files. Presently it creates
|
||||
a fstab configuration file as Replacements/etc/fstab.new in
|
||||
$HOME/.gbootroot/yard/.</p>
|
||||
|
||||
<br>
|
||||
|
||||
<P><IMG ALT="" SRC="images/gBSicon.jpg" align="center"> <b>FAQ</b></P>
|
||||
@ -623,7 +628,7 @@ filesystem type: ext2, minix, reiserfs, romfs or cramfs.
|
||||
|
||||
18. Open up the Filesystem Box (Edit->'File System") and click on
|
||||
the UML Exclusively check button, and enter a filesystem command. For this
|
||||
example <code>genromfs</code> will be used to create a read-only romfs.
|
||||
example <code>mkminix</code> will be used to create a minix filesystem.
|
||||
Normal users will want to keep the Preserve Permissions check
|
||||
button off. Press the submit button when finished.
|
||||
|
||||
@ -644,9 +649,11 @@ Filesystem Box.
|
||||
|
||||
<P>
|
||||
|
||||
21. Do step 16. You may notice complaints on boot-up
|
||||
about ioctl.save, to remove these complaints you could create a replacement
|
||||
ioctl.save, edit the template, re-create the filesystem, and test again.
|
||||
21. Do step 16. Try steps 18-21 again, but this time
|
||||
enter <code>genromfs</code> to create a romfs filesystem. You may
|
||||
notice complaints on boot-up about ioctl.save, to remove these complaints you
|
||||
could create a replacement ioctl.save, edit the template, re-create the
|
||||
filesystem, and test again.
|
||||
|
||||
<p>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user