summaryrefslogtreecommitdiffstats
path: root/kickstart.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-01 23:27:33 +0000
committerMatt Wilson <msw@redhat.com>1999-09-01 23:27:33 +0000
commitcf19afb6d00150e6faa5a267e72955723e9f94e7 (patch)
treeccab2ffd8a307b57c55d34c4077770e4ed607c84 /kickstart.py
parent3835aecef69bc9378ef1588c9b9c10db69422319 (diff)
downloadanaconda-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.py1
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 ,