From 6bc46356464aa650038b33172686f7acbfe3aba7 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 2 Nov 2008 23:17:38 +0100 Subject: runtime packages bugfix + some small stuff --- dieter/procedures/automatic | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'dieter/procedures/automatic') diff --git a/dieter/procedures/automatic b/dieter/procedures/automatic index 63fe6c8..360d642 100644 --- a/dieter/procedures/automatic +++ b/dieter/procedures/automatic @@ -1,7 +1,8 @@ #!/bin/bash -var_RUNTIME_PACKAGES="svn" depend_procedure core base +var_RUNTIME_PACKAGES="svn" + phase_preparation () { # All things that need to be done manually first @@ -74,6 +75,13 @@ worker_configure_home () } +worker_set_clock () +{ + #timezone="Europe/Brussels" + #Not doing anything. hwclock is set already and configs are coming from svn anyway.. + true +} + worker_install_bootloader () { install-grub /dev/sda -- cgit v1.2.3-54-g00ecf