diff options
author | Mike Fulbright <msf@redhat.com> | 2000-05-22 22:37:35 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-05-22 22:37:35 +0000 |
commit | a1d8a8d5ce05122ab493ec40fc99685d6567f6ae (patch) | |
tree | 6589abb8c52f6929a004314d5f7bcf1e9ba5ec83 /installmethod.py | |
parent | 8aee5417b0cb9f69cf361443174e41aa1ab184ca (diff) | |
download | anaconda-a1d8a8d5ce05122ab493ec40fc99685d6567f6ae.tar.gz anaconda-a1d8a8d5ce05122ab493ec40fc99685d6567f6ae.tar.xz anaconda-a1d8a8d5ce05122ab493ec40fc99685d6567f6ae.zip |
should fix so hard drive installs from ext2 DONT blow away source partition when autopartitioning
Diffstat (limited to 'installmethod.py')
-rw-r--r-- | installmethod.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/installmethod.py b/installmethod.py index 2a832ab7b..8922786fc 100644 --- a/installmethod.py +++ b/installmethod.py @@ -1,5 +1,8 @@ class InstallMethod: + def protectedDevices(self): + return None + def readComps(self, hdlist): pass |