summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/libs/lib-software.sh2
-rw-r--r--src/core/procedures/automatic2
-rw-r--r--src/core/procedures/base2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/core/libs/lib-software.sh b/src/core/libs/lib-software.sh
index 53b4a69..5969ab6 100644
--- a/src/core/libs/lib-software.sh
+++ b/src/core/libs/lib-software.sh
@@ -56,7 +56,7 @@ installpkg() {
# auto_locale(). taken from setup
# enable glibc locales from rc.conf and build initial locale DB
-target_configure_inital_locale()
+target_configure_initial_locale()
{
for i in $(grep "^LOCALE" ${var_TARGET_DIR}/etc/rc.conf | sed -e 's/.*="//g' -e's/\..*//g'); do
sed -i -e "s/^#$i/$i/g" ${var_TARGET_DIR}/etc/locale.gen
diff --git a/src/core/procedures/automatic b/src/core/procedures/automatic
index 5dbd03e..f088ff8 100644
--- a/src/core/procedures/automatic
+++ b/src/core/procedures/automatic
@@ -7,7 +7,7 @@
# It should be:
# phase_preparation=(configure intro sysprep select_source runtime_network runtime_repositories runtime_packages)
# phase_basics=(set_clock prepare_disks)
-# phase_system=(package_listTODO install_packages auto_fstab auto_networkTODO auto_locale configure_system mkinitcpio locales install_bootloader)
+# phase_system=(package_listTODO install_packages auto_fstab auto_networkTODO auto_locale auto_keymap_font configure_system mkinitcpio locales install_bootloader)
# phase_finish=(msg_report)
# In theory, the only manual thing should maybe be configuring the runtime network and putting the configfile in place
diff --git a/src/core/procedures/base b/src/core/procedures/base
index 379b154..602fccb 100644
--- a/src/core/procedures/base
+++ b/src/core/procedures/base
@@ -166,7 +166,7 @@ worker_auto_network ()
worker_auto_locale ()
{
- target_configure_inital_locale
+ target_configure_initial_locale
}