summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfebootstrap-to-supermin.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/febootstrap-to-supermin.sh b/febootstrap-to-supermin.sh
index 086ee02..eccf18e 100755
--- 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