summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/build.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/build.cfg b/config/build.cfg
index 6db16db..410b906 100644
--- a/config/build.cfg
+++ b/config/build.cfg
@@ -393,7 +393,7 @@ my $config = {
if_($arch eq 'x86_64',
' + use non-free NVIDIA drivers (slower to boot)' => { append => $default_append . ' nokmsboot xclone=1 install' },
),
- 'Memory Test' => { command => 'linux32', image => '/boot/memtest', initrd => 'none' },
+ 'Memory Test' => { command => 'linux32', image => '/boot/memtest', initrd => 'none', append => 'nobigstatus' },
],
mbr_boot_img => 'bootloader/images/boot_hybrid.img',
eltorito_img => 'bootloader/images/eltorito.img',