git.annexia.org
/
febootstrap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc8ddc3
)
Include /etc/localtime from local machine in the supermin appliance.
author
Richard Jones
<rjones@redhat.com>
Mon, 12 Apr 2010 17:56:32 +0000
(18:56 +0100)
committer
Richard Jones
<rjones@redhat.com>
Mon, 12 Apr 2010 17:56:32 +0000
(18:56 +0100)
This is a backport of libguestfs commit
508f1ee87e816bf6b6fc8e629ccbb2d61a971169
.
febootstrap-to-supermin.sh
patch
|
blob
|
history
diff --git
a/febootstrap-to-supermin.sh
b/febootstrap-to-supermin.sh
index
086ee02
..
eccf18e
100755
(executable)
--- a/
febootstrap-to-supermin.sh
+++ b/
febootstrap-to-supermin.sh
@@
-103,6
+103,10
@@
while read path <&7; do
elif [ "$path" = "./init" ]; then
echo "$path" >&5
+ # Get timezone configuration from local system.
+ elif [ "$path" = "./etc/localtime" ]; then
+ echo "$path" >&6
+
elif [[ "$path" =~ $p_etc || "$path" =~ $p_dev || "$path" =~ $p_var ]]
then
echo "$path" >&5