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
This commit is contained in:
Michael Raskin 2007-09-28 09:38:40 +00:00
parent cf1140ee11
commit 2c49ef1934

View File

@ -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