Remove $mountPoint
I just don't see the reason for setting this globally, given that /mnt is the default.
This commit is contained in:
parent
b22e735d2b
commit
35e2bac069
@ -32,6 +32,4 @@ with pkgs.lib;
|
|||||||
# To speed up installation a little bit, include the complete stdenv
|
# To speed up installation a little bit, include the complete stdenv
|
||||||
# in the Nix store on the CD.
|
# in the Nix store on the CD.
|
||||||
isoImage.storeContents = [ pkgs.stdenv pkgs.busybox ];
|
isoImage.storeContents = [ pkgs.stdenv pkgs.busybox ];
|
||||||
|
|
||||||
environment.shellInit = "export mountPoint=/mnt";
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user