Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/hardware.py
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-04-11 21:34:31 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-11 21:36:53 -0400
commit87ca382f6c69bfbf7d7db73e179b37ec008cbdf7 (patch)
tree3bae2ca9d8192132fb6f8e9dcd03711f638e1e74 /archinstall/lib/hardware.py
parent398f95ee563be90d84cc943baf88943c078abe03 (diff)
Use generic_select for GPU driver
Make it so there isn't a space in the key Try to simplify things more
Diffstat (limited to 'archinstall/lib/hardware.py')
-rw-r--r--archinstall/lib/hardware.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/hardware.py b/archinstall/lib/hardware.py
index 047b3491..d6cf982c 100644
--- a/archinstall/lib/hardware.py
+++ b/archinstall/lib/hardware.py
@@ -12,7 +12,7 @@ AVAILABLE_GFX_DRIVERS = {
},
'intel' : ['xf86-video-intel'],
'nvidia' : {
- 'open source' : ['xf86-video-nouveau'],
+ 'open-source' : ['xf86-video-nouveau'],
'proprietary' : ['nvidia']
},
'mesa' : ['mesa'],