From 31f30722d6ccad96eee50f485db2d1f13888677a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 10 Jun 2012 14:45:30 +0000 Subject: [PATCH] Small comment fix on the system-tarball-sheevaplug. svn path=/nixos/trunk/; revision=34418 --- modules/installer/cd-dvd/system-tarball-sheevaplug.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;