* Oops, didn't want to commit that.
svn path=/nixos/trunk/; revision=16898
This commit is contained in:
parent
921b838149
commit
a7001d34d7
@ -155,7 +155,6 @@ in
|
|||||||
# installation.
|
# installation.
|
||||||
installer.nixpkgsURL = http://nixos.org/releases/nixpkgs/channels/nixpkgs-unstable;
|
installer.nixpkgsURL = http://nixos.org/releases/nixpkgs/channels/nixpkgs-unstable;
|
||||||
|
|
||||||
/*
|
|
||||||
boot.postBootCommands =
|
boot.postBootCommands =
|
||||||
''
|
''
|
||||||
export PATH=${pkgs.gnutar}/bin:${pkgs.bzip2}/bin:$PATH
|
export PATH=${pkgs.gnutar}/bin:${pkgs.bzip2}/bin:$PATH
|
||||||
@ -177,7 +176,6 @@ in
|
|||||||
# running system on the CD/DVD.
|
# running system on the CD/DVD.
|
||||||
cp ${dummyConfiguration} /etc/nixos/configuration.nix
|
cp ${dummyConfiguration} /etc/nixos/configuration.nix
|
||||||
'';
|
'';
|
||||||
*/
|
|
||||||
|
|
||||||
# Some more help text.
|
# Some more help text.
|
||||||
services.mingetty.helpLine =
|
services.mingetty.helpLine =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user