1
0
mirror of synced 2026-01-20 01:25:09 +00:00

Copy /etc/localtime from host

This commit is contained in:
Nathan O'Sullivan 2010-05-05 16:50:26 +10:00 committed by Axel Beckert
parent c6cb25edf9
commit 2bbd414b19
5 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -28,6 +28,7 @@ logMessage Script $0 starting
# Copy "required" files from our host.
#
cp /etc/timezone ${prefix}/etc
cp /etc/localtime ${prefix}/etc
#

View File

@ -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

View File

@ -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

View File

@ -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