From 6d4d157817a494c6ab56496a811a47847773a13c Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Tue, 8 Aug 2023 10:22:33 +0100 Subject: Add 'nobigstatus' boot option to memtest86+. The big pass/fail banner is only really useful for mass production, and obscures the actual error messages. And at least in v6.10 there is a bug that prevents it being removed if there is only 1 error. --- config/build.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/build.cfg b/config/build.cfg index 3931421..8589e79 100644 --- a/config/build.cfg +++ b/config/build.cfg @@ -51,7 +51,7 @@ my $config = { bootloader_timeout => 10, bootloader_entries => [ 'Install Mageia' => { append => 'automatic=method:cdrom audit=0 noiswmd vga=791 splash quiet' }, 'Rescue System' => { append => 'automatic=method:cdrom audit=0 noiswmd vga=791 rescue' }, - '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', -- cgit v1.2.1