diff options
author | Martin Whitaker <mageia@martin.whitaker.me.uk> | 2019-08-06 20:49:12 +0100 |
---|---|---|
committer | Martin Whitaker <mageia@martin.whitaker.me.uk> | 2019-08-06 20:49:12 +0100 |
commit | 960c08d1d6f2b49c911bfc2dc58365ef675a2e8f (patch) | |
tree | db2e0787e9ee5d247f8f1dcf91ab6b44fadebba8 | |
parent | 9efd0a29f8d65890030d39bd990e0506fe7bb7ff (diff) | |
download | drakclassic-config-960c08d1d6f2b49c911bfc2dc58365ef675a2e8f.tar drakclassic-config-960c08d1d6f2b49c911bfc2dc58365ef675a2e8f.tar.gz drakclassic-config-960c08d1d6f2b49c911bfc2dc58365ef675a2e8f.tar.bz2 drakclassic-config-960c08d1d6f2b49c911bfc2dc58365ef675a2e8f.tar.xz drakclassic-config-960c08d1d6f2b49c911bfc2dc58365ef675a2e8f.zip |
Remove initrd from memtest boot menu entry (mga#25232)
-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 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', |