summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2010-12-29 18:08:49 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2010-12-29 18:08:49 +0100
commit846471086b3c581619eeda5ad706475a1a17ddf9 (patch)
tree6eea91278f4ac1a2eea7c3d826ab3a8214bb49cc /doc
parentd363589e1a55874d3eb9abade701d61ea1f085b7 (diff)
refactor locale, initcpio and initialtime code
* remove locale, initcpio and initialtime workers, move logic in new postconfigure_target function * for base and automatic procedures, postconfigure_target() gets called automatically * interactive procedure calls this in interactive_configure_system in the same way it calls preconfigure_target * rename target_run_mkinitcpio to target_run_mkinitcpio, to be consistent with other functions
Diffstat (limited to 'doc')
-rw-r--r--doc/official_installation_guide_en2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/official_installation_guide_en b/doc/official_installation_guide_en
index 5d4c0e7..b2200ef 100644
--- a/doc/official_installation_guide_en
+++ b/doc/official_installation_guide_en
@@ -479,6 +479,8 @@ Configure System does multiple things:
* preseed some configuration files after you agreed. (eg network settings)
* allow you to manually change important config files for your target system.
* allow you to set the root password for the target.
+* automatically run some tools which use the updated configuration (locales,
+ mkinitcpio, time settings, etc)
**Configuration Files**