Fix the fix of the description of the memtest86 option

This commit is contained in:
Eelco Dolstra 2013-01-22 19:25:14 +01:00
parent 434260c772
commit 2b8cb59399

View File

@ -13,7 +13,8 @@ in
default = false; default = false;
type = types.bool; type = types.bool;
description = '' description = ''
Add a menu entry in grub for memtest86 Make Memtest86+, a memory testing program, available from the
GRUB menu.
''; '';
}; };
}; };