diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-03-29 19:16:10 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-03-29 19:16:10 +0100 |
commit | 91b714be7df2b50921f119585f5b7b629ad592a6 (patch) | |
tree | bae08aa65eec5f1cf32ba874b94c4e27e6d55f06 /community/gsoc/project_ideas/unionfs_boot.mdwn | |
parent | 18c26b55021c3010062aa7503d406e99e8c2a5bf (diff) | |
download | web-91b714be7df2b50921f119585f5b7b629ad592a6.tar.gz web-91b714be7df2b50921f119585f5b7b629ad592a6.tar.bz2 web-91b714be7df2b50921f119585f5b7b629ad592a6.zip |
Mention GNU Guix in project ideas.
Diffstat (limited to 'community/gsoc/project_ideas/unionfs_boot.mdwn')
-rw-r--r-- | community/gsoc/project_ideas/unionfs_boot.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gsoc/project_ideas/unionfs_boot.mdwn b/community/gsoc/project_ideas/unionfs_boot.mdwn index d9f1a9e1..13cc6cd1 100644 --- a/community/gsoc/project_ideas/unionfs_boot.mdwn +++ b/community/gsoc/project_ideas/unionfs_boot.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2008, 2009 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2008, 2009, 2013 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 @@ -19,12 +19,12 @@ 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: each package is +An alternative approach is the one implemented by GNU Stow and GNU Guix: 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. -While the normal Stow package (for traditional UNIX systems) uses symlinks to +While the normal Stow or Guix package (for traditional UNIX systems) uses symlinks to the actual files, updated on installation/deinstallation events, the Hurd [[hurd/translator]] mechanism allows a much more elegant solution: [[hurd/translator/stowfs]] (which is actually a special mode of |