mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-06 23:31:34 +00:00
* rescue-system -> boot-environment.
svn path=/nixu/trunk/; revision=7017
This commit is contained in:
parent
f9d0c57385
commit
91a66e72dc
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue