From 2bbd414b19dd31a8a3a4ec1fe394ce7e27e49cf7 Mon Sep 17 00:00:00 2001 From: Nathan O'Sullivan Date: Wed, 5 May 2010 16:50:26 +1000 Subject: [PATCH] Copy /etc/localtime from host --- hooks/dapper/60-copy-host-files | 1 + hooks/debian/60-copy-host-files | 1 + hooks/edgy/60-copy-host-files | 1 + hooks/intrepid/60-copy-host-files | 1 + hooks/karmic/60-copy-host-files | 1 + 5 files changed, 5 insertions(+) diff --git a/hooks/dapper/60-copy-host-files b/hooks/dapper/60-copy-host-files index 878dfde..06eeb1f 100755 --- a/hooks/dapper/60-copy-host-files +++ b/hooks/dapper/60-copy-host-files @@ -28,6 +28,7 @@ logMessage Script $0 starting # Copy "required" files from our host. # cp /etc/timezone ${prefix}/etc +cp /etc/localtime ${prefix}/etc # # If the host has sudo then copy the configuration file, and install diff --git a/hooks/debian/60-copy-host-files b/hooks/debian/60-copy-host-files index 55c95c7..641fd38 100755 --- a/hooks/debian/60-copy-host-files +++ b/hooks/debian/60-copy-host-files @@ -28,6 +28,7 @@ logMessage Script $0 starting # Copy "required" files from our host. # cp /etc/timezone ${prefix}/etc +cp /etc/localtime ${prefix}/etc # diff --git a/hooks/edgy/60-copy-host-files b/hooks/edgy/60-copy-host-files index 878dfde..06eeb1f 100755 --- a/hooks/edgy/60-copy-host-files +++ b/hooks/edgy/60-copy-host-files @@ -28,6 +28,7 @@ logMessage Script $0 starting # Copy "required" files from our host. # cp /etc/timezone ${prefix}/etc +cp /etc/localtime ${prefix}/etc # # If the host has sudo then copy the configuration file, and install diff --git a/hooks/intrepid/60-copy-host-files b/hooks/intrepid/60-copy-host-files index 878dfde..06eeb1f 100755 --- a/hooks/intrepid/60-copy-host-files +++ b/hooks/intrepid/60-copy-host-files @@ -28,6 +28,7 @@ logMessage Script $0 starting # Copy "required" files from our host. # cp /etc/timezone ${prefix}/etc +cp /etc/localtime ${prefix}/etc # # If the host has sudo then copy the configuration file, and install diff --git a/hooks/karmic/60-copy-host-files b/hooks/karmic/60-copy-host-files index 878dfde..06eeb1f 100755 --- a/hooks/karmic/60-copy-host-files +++ b/hooks/karmic/60-copy-host-files @@ -28,6 +28,7 @@ logMessage Script $0 starting # Copy "required" files from our host. # cp /etc/timezone ${prefix}/etc +cp /etc/localtime ${prefix}/etc # # If the host has sudo then copy the configuration file, and install