summary refs log tree commit diff
path: root/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-06-10 14:45:30 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-06-10 14:45:30 +0000
commit31f30722d6ccad96eee50f485db2d1f13888677a (patch)
treed04e2128ca290e03724e65c9a6e7677ab046bcb3 /modules/installer/cd-dvd/system-tarball-sheevaplug.nix
parentc539224a846516d6ab7628ccb6bd4b7afe67a22f (diff)
downloadnixpkgs-31f30722d6ccad96eee50f485db2d1f13888677a.tar
nixpkgs-31f30722d6ccad96eee50f485db2d1f13888677a.tar.gz
nixpkgs-31f30722d6ccad96eee50f485db2d1f13888677a.tar.bz2
nixpkgs-31f30722d6ccad96eee50f485db2d1f13888677a.tar.lz
nixpkgs-31f30722d6ccad96eee50f485db2d1f13888677a.tar.xz
nixpkgs-31f30722d6ccad96eee50f485db2d1f13888677a.tar.zst
nixpkgs-31f30722d6ccad96eee50f485db2d1f13888677a.zip
Small comment fix on the system-tarball-sheevaplug.
svn path=/nixos/trunk/; revision=34418
Diffstat (limited to 'modules/installer/cd-dvd/system-tarball-sheevaplug.nix')
-rw-r--r--modules/installer/cd-dvd/system-tarball-sheevaplug.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/installer/cd-dvd/system-tarball-sheevaplug.nix b/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
index 381223a078b..24e7a006314 100644
--- a/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
+++ b/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
@@ -1,5 +1,5 @@
 # This module contains the basic configuration for building a NixOS
-# installation CD.
+# tarball for the sheevaplug.
 
 { config, pkgs, ... }:
 
@@ -87,6 +87,7 @@ in
       pkgs.bvi # binary editor
       pkgs.joe
     ];
+*/
 
   boot.loader.grub.enable = false;
   boot.loader.generationsDir.enable = false;