diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-01 23:27:33 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-01 23:27:33 +0000 |
commit | cf19afb6d00150e6faa5a267e72955723e9f94e7 (patch) | |
tree | ccab2ffd8a307b57c55d34c4077770e4ed607c84 /kickstart.py | |
parent | 3835aecef69bc9378ef1588c9b9c10db69422319 (diff) | |
download | anaconda-cf19afb6d00150e6faa5a267e72955723e9f94e7.tar.gz anaconda-cf19afb6d00150e6faa5a267e72955723e9f94e7.tar.xz anaconda-cf19afb6d00150e6faa5a267e72955723e9f94e7.zip |
added fstype to hard drive installs
Diffstat (limited to 'kickstart.py')
-rw-r--r-- | kickstart.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kickstart.py b/kickstart.py index b3f5ebb88..ecfcf131a 100644 --- a/kickstart.py +++ b/kickstart.py @@ -124,6 +124,7 @@ class Kickstart(InstallClass): "authconfig" : self.doAuthconfig , "cdrom" : None , "clearpart" : self.doClearPart , + "harddrive" : None , "install" : self.doInstall , "network" : self.doNetwork , "lilo" : self.doLilo , |