Copy /etc/localtime from host
This commit is contained in:
parent
c6cb25edf9
commit
2bbd414b19
@ -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
|
||||
|
||||
@ -28,6 +28,7 @@ logMessage Script $0 starting
|
||||
# Copy "required" files from our host.
|
||||
#
|
||||
cp /etc/timezone ${prefix}/etc
|
||||
cp /etc/localtime ${prefix}/etc
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user