From 2c49ef1934a0a34a464f7b33687d065e92a948b0 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Fri, 28 Sep 2007 09:38:40 +0000 Subject: [PATCH] Corrected MODULE_DIR in profile.sh. It also means that there is no more a dependency on unused kernel - basic system now requires only one kernel with 2_6_22. svn path=/nixos/trunk/; revision=9380 --- etc/profile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile.sh b/etc/profile.sh index ad9629c1bd6..f51aa9ac655 100644 --- a/etc/profile.sh +++ b/etc/profile.sh @@ -1,5 +1,5 @@ export PATH=@wrapperDir@:/var/run/current-system/sw/bin:/var/run/current-system/sw/sbin -export MODULE_DIR=@kernel@/lib/modules +export MODULE_DIR=@systemKernel@/lib/modules export NIX_CONF_DIR=/nix/etc/nix export NIXPKGS_CONFIG=/nix/etc/config.nix export PAGER=less