[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] anaconda will process kickstart file before starting rescue mode
- From: Alexander Todorov <atodorov redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: [PATCH] anaconda will process kickstart file before starting rescue mode
- Date: Wed, 23 Jul 2008 10:17:31 +0300
diff --git a/anaconda b/anaconda
index e713713..19cea07 100755
--- a/anaconda
+++ b/anaconda
@@ -745,6 +745,12 @@ if __name__ == "__main__":
import rescue, instdata
anaconda.id = instdata.InstallData(anaconda, [], opts.display_mode)
+
+ if opts.ksfile:
+ anaconda.isKickstart = True
+ instClass.setInstallData(anaconda)
+ kickstart.processKickstartFile(anaconda, opts.ksfile)
+
rescue.runRescue(anaconda, instClass)
# shouldn't get back here
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]