* Create a symlink to /nix/var/nix/profiles from

/nix/var/nix/gcroots/, otherwise garbage collection will end
  tragically.

svn path=/nixu/trunk/; revision=7093
This commit is contained in:
Eelco Dolstra 2006-11-23 16:46:23 +00:00
parent e6d2d50779
commit 183ed7a5ea

View File

@ -52,6 +52,8 @@ mkdir -m 0755 -p /nix/var/nix/temproots
mkdir -m 0755 -p /var/log mkdir -m 0755 -p /var/log
ln -sf /nix/var/nix/profiles /nix/var/nix/gcroots/
# Ensure that the module tools can find the kernel modules. # Ensure that the module tools can find the kernel modules.
export MODULE_DIR=@kernel@/lib/modules/ export MODULE_DIR=@kernel@/lib/modules/