set dbconfig key-value
for filteredCommand in filterCommands
do
exec fileterCommand
done
install os
if finished_step == 'ubiquity.components.partman_commit':
begin intall
fi
intall plugins
for plugin in plugins
do
exec plugin
done
-
pageGTK
frontend - commuicate with user
-
page
filteredcommand - set dbconfig key-value through dbconfmodule
-
install
install plugin - get dbconfig key-value and setup package
-
v0.01
frame is done, include page and install plugin; working on UI.
-
v0.02
UI is done, begin to debug.
-
v0.03
debug is done, install plugin not verify.
-
v0.04
add hook.
-
v0.05
fix error.
-
v0.06
add cleanup method.
-
v0.07
add log change plugin index
-
v0.08
fix bugs