diff options
Diffstat (limited to 'examples/minimal/config/build.cfg')
-rw-r--r-- | examples/minimal/config/build.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/minimal/config/build.cfg b/examples/minimal/config/build.cfg index 2e5e567..9aceac6 100644 --- a/examples/minimal/config/build.cfg +++ b/examples/minimal/config/build.cfg @@ -166,7 +166,7 @@ my $config = { bootloader_default => 0, bootloader_timeout => 10, bootloader_entries => [ - 'Boot Mageia Live' => { append => $default_append . ' xdriver=free' }, + 'Boot Mageia Live' => { append => $default_append . ' noxconf' }, 'Memory Test' => { command => 'linux16', image => '/boot/memtest', initrd => 'none' }, ], mbr_boot_img => '/usr/share/drakiso/bootloader/images/boot_hybrid.img', |