mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 17:13:22 -05:00
The new explanation for the two new check boxes in the filesystem box.
This commit is contained in:
parent
c9189b387c
commit
2302904c5b
@ -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.44 2001/12/11 05:39:57 freesource Exp $</center>
|
<center>$Id: index.html,v 1.45 2001/12/14 09:03:06 freesource Exp $</center>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
@ -341,13 +341,42 @@ environment $PATH variable.
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
Edit->'File System" may alter the type of filesystem used to make the root
|
The Filesystem Box (Edit->'File System") is the control center for access to
|
||||||
filesystem. Because the filesystem is
|
the filesystem making utilities provided by the root_fs helper.
|
||||||
created on a loop device, some
|
For normal users it defaults to genext2fs, and for root, mke2fs.
|
||||||
filesystem types may complain or not be created at all. If there
|
If a normal
|
||||||
isn't any loop device support for the host system's kernel use
|
user sets the filesystem size greater than 8192k before the box is opened then
|
||||||
genext2fs. The filesystem type defaults to genext2fs for normal
|
UML Exclusively is turned on, and mke2fs is assumed, otherwise it is off
|
||||||
users.</p>
|
and genext2fs is used.
|
||||||
|
UML Exclusively is off by
|
||||||
|
default for root, and allows root to create filesystem on a loop device, but
|
||||||
|
normal users don't have loop device access so genext2fs is used instead to
|
||||||
|
create a UID/GID 0 fs. Both types of users can turn this button on
|
||||||
|
at any time regardless of the filesystem size, and assuming they provide a
|
||||||
|
filesystem command suppored by the root_fs helper; however, normal users
|
||||||
|
should keep this on when the filesystem
|
||||||
|
size is greater than 8192k. Preserve Permissions are off by
|
||||||
|
default for normal
|
||||||
|
users, and on by default for root, these are good defaults since a normal
|
||||||
|
user would create a fs with thier own UID/GID if they turned this on.
|
||||||
|
|
||||||
|
<p>
|
||||||
|
|
||||||
|
The root_fs helper provides support for these commands:<br>
|
||||||
|
<code>mke2fs mkreiserfs mkcramfs genromfs mkminix</code>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<u>Notes</u>:
|
||||||
|
1). All these commands may have options added, but it is uneccessary to add
|
||||||
|
directory, device, or source options 2).
|
||||||
|
Mkcramfs and genromfs use the filesystem given a
|
||||||
|
filename in the ARS as the source to produce another filesystem which is
|
||||||
|
named respectively with _cramfs or _romfs appended to the original name of
|
||||||
|
this filesystem.
|
||||||
|
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><IMG ALT="" SRC="images/replacements.jpg" align="center"></p>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user