Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.1 by slords, Sat Jun 6 23:51:54 2009 UTC | Revision 1.2 by slords, Thu Aug 26 22:09:11 2010 UTC | |
---|---|---|
# | Line 71 class InstallClass(baseclass): | Line 71 class InstallClass(baseclass): |
71 | dispatch.setStepList( | dispatch.setStepList( |
72 | "language", | "language", |
73 | "keyboard", | "keyboard", |
"installtype", | ||
74 | "findrootparts", | "findrootparts", |
75 | "findinstall", | "findinstall", |
76 | "partitionobjinit", | "partitionobjinit", |
# | Line 79 class InstallClass(baseclass): | Line 78 class InstallClass(baseclass): |
78 | "upgrademigfind", | "upgrademigfind", |
79 | "upgrademigratefs", | "upgrademigratefs", |
80 | "upgradecontinue", | "upgradecontinue", |
"reposetup", | ||
81 | "upgbootloader", | "upgbootloader", |
82 | "checkdeps", | "reposetup", |
"dependencies", | ||
83 | "postselection", | "postselection", |
84 | "confirmupgrade", | "confirmupgrade", |
85 | "install", | "install", |
# | Line 91 class InstallClass(baseclass): | Line 88 class InstallClass(baseclass): |
88 | "installpackages", | "installpackages", |
89 | "postinstallconfig", | "postinstallconfig", |
90 | "instbootloader", | "instbootloader", |
"dopostaction", | ||
"methodcomplete", | ||
91 | "copylogs", | "copylogs", |
92 | "methodcomplete", | |
93 | "dopostaction", | |
94 | "complete" | "complete" |
95 | ) | ) |
96 |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |