* rescue-system -> boot-environment.

svn path=/nixu/trunk/; revision=7017
This commit is contained in:
Eelco Dolstra 2006-11-13 16:19:57 +00:00
parent f9d0c57385
commit 91a66e72dc
3 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ let
in
# Build boot scripts for the CD that find the CD-ROM automatically.
with import ./rescue-system.nix {
with import ./boot-environment.nix {
autoDetectRootDevice = true;
rootLabel = cdromLabel;
stage2Init = "/init";

View File

@ -8,7 +8,7 @@ let
grubDevice = "/dev/hda";
# Build boot scripts.
bootEnv = import ./rescue-system.nix {
bootEnv = import ./boot-environment.nix {
autoDetectRootDevice = false;
inherit rootDevice;
stage2Init = "/init"; # !!! should be bootEnv.bootStage2;