Small comment fix on the system-tarball-sheevaplug.

svn path=/nixos/trunk/; revision=34418
This commit is contained in:
Lluís Batlle i Rossell 2012-06-10 14:45:30 +00:00
parent c539224a84
commit 31f30722d6

View file

@ -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;