From 846471086b3c581619eeda5ad706475a1a17ddf9 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Wed, 29 Dec 2010 18:08:49 +0100 Subject: 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 --- doc/official_installation_guide_en | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') 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** -- cgit v1.2.3-54-g00ecf