diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-03-21 01:33:44 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-03-21 01:33:44 +0100 |
commit | bfa5ab52ddbaa270c764a72457d64bb7bb32c7c9 (patch) | |
tree | d131e14185b897b18d9502870303fa7edb01c7da /community/gsoc/project_ideas/unionfs_boot.mdwn | |
parent | db4795ff66d1c52064fc758234db9c54bfc63a0e (diff) | |
parent | 9315421090088924c66a8f6e97ee3e0105d17617 (diff) | |
download | web-bfa5ab52ddbaa270c764a72457d64bb7bb32c7c9.tar.gz web-bfa5ab52ddbaa270c764a72457d64bb7bb32c7c9.tar.bz2 web-bfa5ab52ddbaa270c764a72457d64bb7bb32c7c9.zip |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/web
Diffstat (limited to 'community/gsoc/project_ideas/unionfs_boot.mdwn')
-rw-r--r-- | community/gsoc/project_ideas/unionfs_boot.mdwn | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/community/gsoc/project_ideas/unionfs_boot.mdwn b/community/gsoc/project_ideas/unionfs_boot.mdwn index 13cc6cd1..0c51bdc1 100644 --- a/community/gsoc/project_ideas/unionfs_boot.mdwn +++ b/community/gsoc/project_ideas/unionfs_boot.mdwn @@ -1,12 +1,13 @@ -[[!meta copyright="Copyright © 2008, 2009, 2013 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2008, 2009, 2013, 2014 Free Software Foundation, +Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license -is included in the section entitled -[[GNU Free Documentation License|/fdl]]."]]"""]] +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] [[!meta title="Allow Using unionfs Early at Boot"]] @@ -19,7 +20,8 @@ software packages, GNU/Linux distributions usually come with a package manager, which keeps track of all files upon installation/removal in some kind of central database. -An alternative approach is the one implemented by GNU Stow and GNU Guix: each package is +An alternative approach is the one implemented by [[GNU Stow and GNU +Guix|package_manager]]: each package is actually installed in a private directory tree. The actual standard directory structure is then created by collecting the individual files from all the packages, and presenting them in the common `/bin`, `/lib`, etc. locations. |