diff options
-rw-r--r-- | config/build.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
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', |