* Don't symlink all of /share as we don't need it and we

end up with a zillion extra symlinks which is somewhat
  expensive.

svn path=/nixos/trunk/; revision=14886
This commit is contained in:
Eelco Dolstra 2009-04-05 18:25:21 +00:00
parent 6663af0833
commit 3b494865b1

View File

@ -2986,7 +2986,7 @@ root ALL=(ALL) SETENV: ALL
environment = { environment = {
pathsToLink = mkOption { pathsToLink = mkOption {
default = ["/bin" "/sbin" "/lib" "/share" "/man" "/info" "/etc"]; default = ["/bin" "/sbin" "/lib" "/share/man" "/share/info" "/man" "/info"];
example = ["/"]; example = ["/"];
description = " description = "
Lists directories to be symlinked in `/var/run/current-system/sw'. Lists directories to be symlinked in `/var/run/current-system/sw'.