Small comment fix on the system-tarball-sheevaplug.
svn path=/nixos/trunk/; revision=34418
This commit is contained in:
parent
c539224a84
commit
31f30722d6
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue