From fbd4f6565224cd7435b49c21c5bab7352a652414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Mon, 2 Apr 2012 17:31:08 +0000 Subject: [PATCH] Fixing the comment on the new grub/memtest.nix module. svn path=/nixos/trunk/; revision=33540 --- modules/installer/grub/memtest.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/installer/grub/memtest.nix b/modules/installer/grub/memtest.nix index 65a5e30d1a5..c772161f1b3 100644 --- a/modules/installer/grub/memtest.nix +++ b/modules/installer/grub/memtest.nix @@ -1,5 +1,4 @@ -# This module adds Memtest86 to the Grub boot menu on the CD. !!! It -# would be nice if this also worked for normal configurations. +# This module allows getting memtest86+ in grub menus. {config, pkgs, ...}: