mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 00:53:23 -05:00
Didn't mention the addition of mkfs.jffs*, also improved the explanation for the
way the mechanism works.
This commit is contained in:
parent
9fab779e84
commit
feaa5201af
@ -3,7 +3,7 @@
|
|||||||
<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E"
|
<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E"
|
||||||
alink="#FF0000">
|
alink="#FF0000">
|
||||||
|
|
||||||
<center>$Id: index.html,v 1.95 2002/03/11 05:05:28 freesource Exp $</center>
|
<center>$Id: index.html,v 1.96 2002/03/11 20:43:44 freesource Exp $</center>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
@ -558,21 +558,28 @@ user would create a fs with their own UID/GID if they turned this on.
|
|||||||
<p>
|
<p>
|
||||||
|
|
||||||
The root_fs helper provides support for these commands:<br>
|
The root_fs helper provides support for these commands:<br>
|
||||||
<code>mke2fs mkreiserfs mkcramfs genromfs mkminix</code>
|
<code>mke2fs mkreiserfs mkcramfs genromfs mkminix mkfs.jffs2 mkfs.jffs</code>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<u>Notes</u>:
|
Notes:
|
||||||
1). All these commands may have options added, but it is unnecessary to add
|
|
||||||
directory, device, or source options 2).
|
<ul>
|
||||||
Mkcramfs and genromfs use the filesystem given a
|
|
||||||
filename in the ARS as the source to produce another filesystem which is
|
<li>All these commands may have options added, but it is unnecessary to add
|
||||||
named respectively with _cramfs or _romfs appended to the original name of
|
directory, device, or source options.
|
||||||
this filesystem.
|
|
||||||
|
<li>Mkcramfs, genromfs, mkfs.jffs2, and mkfs.jffs take the Root Filename in the
|
||||||
|
ARS to produce an ext2 filsystem which is then used to store the sources used
|
||||||
|
to produce the actual filsystem. The new filesystem produced
|
||||||
|
is named respectively with _cramfs, _romfs, _jffs2, or _jffs appended to the
|
||||||
|
original Root Filename.
|
||||||
If in doubt
|
If in doubt
|
||||||
what this all means, watch the verbosity box when the filesystem is created,
|
what this all means, watch the verbosity box when the filesystem is created,
|
||||||
and things should become more clear.
|
and things should become more clear.
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user