diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2020-03-21 17:59:19 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2020-03-22 18:46:51 +0000 |
commit | da7caefeba4994f9d31b8523e6cabb3c28505d29 (patch) | |
tree | 2c2b679ea98934727b07c3705d8d47003b7e6b09 | |
parent | aa7905150f12465a6d289dc8834117ee982d2e5d (diff) | |
download | draklive-config-da7caefeba4994f9d31b8523e6cabb3c28505d29.tar draklive-config-da7caefeba4994f9d31b8523e6cabb3c28505d29.tar.gz draklive-config-da7caefeba4994f9d31b8523e6cabb3c28505d29.tar.bz2 draklive-config-da7caefeba4994f9d31b8523e6cabb3c28505d29.tar.xz draklive-config-da7caefeba4994f9d31b8523e6cabb3c28505d29.zip |
Default to not generating a xorg.conf file on boot.
-rw-r--r-- | config/build.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/build.cfg b/config/build.cfg index 5d8cfe1..e4b5506 100644 --- a/config/build.cfg +++ b/config/build.cfg @@ -362,9 +362,9 @@ 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' }, ' + use non-free NVIDIA drivers (slower to boot)' => { append => $default_append . ' nokmsboot xclone=1' }, - 'Install Mageia Live' => { append => $default_append . ' xdriver=free install' }, + 'Install Mageia Live' => { append => $default_append . ' noxconf install' }, ' + use non-free NVIDIA drivers (slower to boot)' => { append => $default_append . ' nokmsboot xclone=1 install' }, 'Memory Test' => { command => 'linux16', image => '/boot/memtest', initrd => 'none' }, ], |