From 960c08d1d6f2b49c911bfc2dc58365ef675a2e8f Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Tue, 6 Aug 2019 20:49:12 +0100 Subject: Remove initrd from memtest boot menu entry (mga#25232) --- config/build.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/build.cfg') diff --git a/config/build.cfg b/config/build.cfg index 61025e0..3e82336 100644 --- a/config/build.cfg +++ b/config/build.cfg @@ -53,7 +53,7 @@ my $config = { bootloader_timeout => 10, bootloader_entries => [ 'Install Mageia' => { append => 'automatic=method:cdrom audit=0 noiswmd splash quiet' }, 'Rescue System' => { append => 'automatic=method:cdrom audit=0 noiswmd rescue' }, - 'Memory Test' => { command => 'linux16', image => '/boot/memtest', initrd => '' }, + 'Memory Test' => { command => 'linux16', image => '/boot/memtest', initrd => 'none' }, ], mbr_boot_img => 'bootloader/images/boot_hybrid.img', eltorito_img => 'bootloader/images/eltorito.img', -- cgit v1.2.1