diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2021-01-26 17:46:21 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2021-01-26 17:46:21 +0000 |
commit | b0933d64fb3b3db20d10b4c6f3f1a07de43b5e72 (patch) | |
tree | 1a421504c654d5899b8fba6b85b92514746fb872 /config | |
parent | 5dca8cf7a1984bef3a5710eacfa00a1204b5a2f3 (diff) | |
download | draklive-config-b0933d64fb3b3db20d10b4c6f3f1a07de43b5e72.tar draklive-config-b0933d64fb3b3db20d10b4c6f3f1a07de43b5e72.tar.gz draklive-config-b0933d64fb3b3db20d10b4c6f3f1a07de43b5e72.tar.bz2 draklive-config-b0933d64fb3b3db20d10b4c6f3f1a07de43b5e72.tar.xz draklive-config-b0933d64fb3b3db20d10b4c6f3f1a07de43b5e72.zip |
Ensure xorg.conf is updated when switching from proprietary to free driver.
This is needed when persistence is enabled. Once an xorg.conf has been
created, we don't delete it (the user might have created it themselves).
Diffstat (limited to 'config')
-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 23fc8bf..a3e1e1f 100644 --- a/config/build.cfg +++ b/config/build.cfg @@ -368,9 +368,9 @@ my $config = { bootloader_default => 0, bootloader_timeout => 10, bootloader_entries => [ - 'Boot Mageia Live' => { append => $default_append . ' noxconf' }, + 'Boot Mageia Live' => { append => $default_append . ' noxconf xdriver=free' }, ' + use non-free NVIDIA drivers (slower to boot)' => { append => $default_append . ' nokmsboot xclone=1' }, - 'Install Mageia Live' => { append => $default_append . ' noxconf install' }, + 'Install Mageia Live' => { append => $default_append . ' noxconf xdriver=free install' }, ' + use non-free NVIDIA drivers (slower to boot)' => { append => $default_append . ' nokmsboot xclone=1 install' }, 'Memory Test' => { command => 'linux32', image => '/boot/pcmemtest', initrd => 'none' }, ], |