* 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:
parent
6663af0833
commit
3b494865b1
@ -2986,7 +2986,7 @@ root ALL=(ALL) SETENV: ALL
|
||||
environment = {
|
||||
|
||||
pathsToLink = mkOption {
|
||||
default = ["/bin" "/sbin" "/lib" "/share" "/man" "/info" "/etc"];
|
||||
default = ["/bin" "/sbin" "/lib" "/share/man" "/share/info" "/man" "/info"];
|
||||
example = ["/"];
|
||||
description = "
|
||||
Lists directories to be symlinked in `/var/run/current-system/sw'.
|
||||
|
Loading…
Reference in New Issue
Block a user