diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-06-25 14:57:41 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-06-25 14:57:41 +0000 |
commit | f74c4317a0a689baefa4d6143e19642e2b8ae8ca (patch) | |
tree | 56e32c3ca14af2a7dfa777c12b392d8a740f2da0 /instdata.py | |
parent | 21891c59ef2d1cdd84caac91881ab0c361859360 (diff) | |
download | anaconda-f74c4317a0a689baefa4d6143e19642e2b8ae8ca.tar.gz anaconda-f74c4317a0a689baefa4d6143e19642e2b8ae8ca.tar.xz anaconda-f74c4317a0a689baefa4d6143e19642e2b8ae8ca.zip |
add in support for fdisk and choosing your partition method... TUI only
at the moment
Diffstat (limited to 'instdata.py')
-rw-r--r-- | instdata.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/instdata.py b/instdata.py index 71e2e4fe5..b8ca432a3 100644 --- a/instdata.py +++ b/instdata.py @@ -67,6 +67,8 @@ class InstallData: self.bootloader = bootloader.x86BootloaderInfo() self.dependencies = [] self.dbpath = None + self.useFdisk = 0 + self.useAutopartitioning = 1 def setInstallProgressClass(self, c): self.instProgress = c |