diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-02-25 12:48:16 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-02-25 12:48:16 +0000 |
commit | ceb64aad3aee917b1e5ae2085e94ee71fc858a33 (patch) | |
tree | 6727159b90151bca1da944fd92f0a4c1333f402d | |
parent | f09cea345f97aab38ffd2d406c641a756e548b77 (diff) | |
download | draklive-config-ceb64aad3aee917b1e5ae2085e94ee71fc858a33.tar draklive-config-ceb64aad3aee917b1e5ae2085e94ee71fc858a33.tar.gz draklive-config-ceb64aad3aee917b1e5ae2085e94ee71fc858a33.tar.bz2 draklive-config-ceb64aad3aee917b1e5ae2085e94ee71fc858a33.tar.xz draklive-config-ceb64aad3aee917b1e5ae2085e94ee71fc858a33.zip |
Fix incorrect file name in last but one commit.
-rw-r--r-- | config/live.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/live.cfg b/config/live.cfg index e7014c6..87076e3 100644 --- a/config/live.cfg +++ b/config/live.cfg @@ -41,7 +41,7 @@ my $_l = { [ 'files/50gdm-disable-wayland.xsetup', '/etc/X11/xsetup.d/50gdm-disable-wayland.xsetup', { mode => 0755 } ], ), # provide a noxorgconf boot command option to try to fix issues with nouveau driver on some hardware - [ 'files/10-no-xorg-conf.xsetup', '/etc/X11/xsetup.d/10-no-xorg-conf.xsetup', { mode => 0755 } ], + [ 'files/10no-xorg-conf.xsetup', '/etc/X11/xsetup.d/10no-xorg-conf.xsetup', { mode => 0755 } ], # blacklist pata_acpi [ 'files/blacklist_ide.conf', '/etc/modprobe.d/blacklist_ide.conf', { mode => 0644 } ], |