diff options
author | Matt Wilson <msw@redhat.com> | 2000-04-24 18:40:40 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-04-24 18:40:40 +0000 |
commit | f6a0b97e72750848faf11348a3fbb7b0c4a168cf (patch) | |
tree | b40c71b4baecdc10e2c084cb9f62d2c782fa9145 /xf86config.py | |
parent | d4536134ca6188c190b14f6f5619884098b5cbb3 (diff) | |
download | anaconda-f6a0b97e72750848faf11348a3fbb7b0c4a168cf.tar.gz anaconda-f6a0b97e72750848faf11348a3fbb7b0c4a168cf.tar.xz anaconda-f6a0b97e72750848faf11348a3fbb7b0c4a168cf.zip |
X almost working - grab more 4.0 modules, fix config file, add option to redirect 4.0 logfile to /dev/null
Diffstat (limited to 'xf86config.py')
-rw-r--r-- | xf86config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xf86config.py b/xf86config.py index ffbf23a02..da68eb070 100644 --- a/xf86config.py +++ b/xf86config.py @@ -51,7 +51,7 @@ Section "Device" Identifier "%(cardID)s" Driver "%(cardDriver)s" VendorName "%(cardVendor)s" - BordName "%(cardBoardName)s" + BoardName "%(cardBoardName)s" #BusID EndSection |