Disallow Memtest86+ with GRUB 1

The GRUB entry as given is syntactically invalid.
This commit is contained in:
Eelco Dolstra 2013-10-06 13:55:26 +02:00
parent 84926ae0db
commit 7459f6fa38

View File

@ -31,10 +31,7 @@ in
}
''
else
''
menuentry "Memtest86+"
linux16 @bootRoot@/memtest.bin
'';
throw "Memtest86+ is not supported with GRUB 1.";
boot.loader.grub.extraFiles."memtest.bin" = "${memtest86}/memtest.bin";