* 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.
|
||||
installer.nixpkgsURL = http://nixos.org/releases/nixpkgs/channels/nixpkgs-unstable;
|
||||
|
||||
/*
|
||||
boot.postBootCommands =
|
||||
''
|
||||
export PATH=${pkgs.gnutar}/bin:${pkgs.bzip2}/bin:$PATH
|
||||
@ -177,7 +176,6 @@ in
|
||||
# running system on the CD/DVD.
|
||||
cp ${dummyConfiguration} /etc/nixos/configuration.nix
|
||||
'';
|
||||
*/
|
||||
|
||||
# Some more help text.
|
||||
services.mingetty.helpLine =
|
||||
|
Loading…
Reference in New Issue
Block a user