mirror of
https://github.com/fspc/gbootroot.git
synced 2025-03-04 03:43:23 -05:00
This adds info about the other arch-depend replacements repository.
This commit is contained in:
parent
a2a457aec4
commit
2ac06ddb0e
@ -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.42 2001/12/08 07:10:32 freesource Exp $</center>
|
<center>$Id: index.html,v 1.43 2001/12/08 23:05:20 freesource Exp $</center>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
@ -612,22 +612,27 @@ This allows developers who create add-ons (ex: make-debian-x11) to remain
|
|||||||
confident that any changes made to
|
confident that any changes made to
|
||||||
add-on replacements will remain available to all users.
|
add-on replacements will remain available to all users.
|
||||||
Replacements
|
Replacements
|
||||||
from add-ons are placed in the
|
from add-ons are placed in the archictecture-independent
|
||||||
/usr/share/gbootroot/yard/Replacements directory.
|
/usr/share/gbootroot/yard/Replacements directory, and the
|
||||||
|
archictecture-dependent /usr/lib/bootroot/yard/Replacements
|
||||||
|
directory.
|
||||||
When a user opens up gBootRoot, the program checks to see if there are any
|
When a user opens up gBootRoot, the program checks to see if there are any
|
||||||
new replacements and then creates symlinks from the
|
new replacements and then creates symlinks from the
|
||||||
$HOME/.gbootroot/yard/Replacements directory to the
|
$HOME/.gbootroot/yard/Replacements directory to the
|
||||||
replacements repository.
|
replacement repositories.
|
||||||
In general the repository for replacements is owned by root, so normal
|
In general the repositories for replacements are owned by root, so normal
|
||||||
users can't make changes to these files; however, when root is
|
users can't make changes to these files; however, when root is
|
||||||
editing replacements in the $HOME Replacements location, it should be the
|
editing replacements in the $HOME Replacements location, it should be the
|
||||||
administrator's policy to use an editor which respects versioned files (i.e. Emacs). Then the
|
administrator's policy to use an editor which respects versioned files (i.e. Emacs). Then the
|
||||||
administrator will not be able to
|
administrator will not be able to
|
||||||
make any changes to the replacements repository because the CVS directories
|
make any changes to the replacements repository because the CVS directories
|
||||||
keep date information which prevents the editing of these
|
keep date information which prevents the editing of these
|
||||||
files. It is highly recommended to follow this procedure, and
|
files. The files kept in /usr/lib are usually binary files
|
||||||
not to delete the CVS directories because /usr/share is meant to be used
|
specific to the host architecture,
|
||||||
for data which shouldn't be modified directly by any user
|
where as the files linked from /usr/share are often text files compatible
|
||||||
|
with any architecture; however,
|
||||||
|
this directory is meant to be used for data which shouldn't be modified
|
||||||
|
directly by any user
|
||||||
(see <a href="http://www.pathname.com/fhs/">FHS</a>).</p>
|
(see <a href="http://www.pathname.com/fhs/">FHS</a>).</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user