From 81f47f128b0301080cf3a7132aef2def4c7c8539 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Mon, 27 Jul 2009 22:50:36 +0200 Subject: separate automatic prefilling of configs with manual editing + enable automatic config updating and grub menu.lst generation in automatic installs --- src/core/procedures/automatic | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/core/procedures/automatic') diff --git a/src/core/procedures/automatic b/src/core/procedures/automatic index 58911ff..80aecfc 100644 --- a/src/core/procedures/automatic +++ b/src/core/procedures/automatic @@ -55,6 +55,8 @@ worker_configure () var_GRUB_DEVICE=$GRUB_DEVICE var_PARTITIONS=$PARTITIONS var_BLOCKDATA=$BLOCKDATA + HARDWARECLOCK=${HARDWARECLOCK:-localtime} + TIMEZONE=${TIMEZONE:-Canada/Pacific} } worker_select_source () @@ -124,7 +126,12 @@ worker_auto_network () { } +worker_configure_system () { + prefill_configs +} + worker_install_bootloader () { grub-install $var_GRUB_DEVICE --root-directory=/mnt + generate_grub_menulst } -- cgit v1.2.3-54-g00ecf