diff options
author | jakub <jakub> | 1999-10-01 09:57:17 +0000 |
---|---|---|
committer | jakub <jakub> | 1999-10-01 09:57:17 +0000 |
commit | de1beefbad3d6b904ec9c7a95002257255c175a8 (patch) | |
tree | 10332b0dbee66795d03136bf80c3c73532cb1d6f /silo.py | |
parent | e39aa1262b1fbeabc451b32de7a4a9a49f5ff9eb (diff) | |
download | anaconda-de1beefbad3d6b904ec9c7a95002257255c175a8.tar.gz anaconda-de1beefbad3d6b904ec9c7a95002257255c175a8.tar.xz anaconda-de1beefbad3d6b904ec9c7a95002257255c175a8.zip |
Cards with 1M of video RAM were given incorrect modes (on PCs as well).
Do fbconProbing if ddcprobe was not successful (or was missing).
Fix a typo in silo.py.
Diffstat (limited to 'silo.py')
-rw-r--r-- | silo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ class SiloInstall: def __init__ (self, todo): self.todo = todo self.linuxAlias = 1 - self.bootBevice = 1 + self.bootDevice = 1 def checkUFS(self, dev): f = open("/proc/mounts","r") |