diff options
Diffstat (limited to 'appliance/supermin-split.sh.in')
-rwxr-xr-x | appliance/supermin-split.sh.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/appliance/supermin-split.sh.in b/appliance/supermin-split.sh.in index edb6c41b..44cfe217 100755 --- a/appliance/supermin-split.sh.in +++ b/appliance/supermin-split.sh.in @@ -73,6 +73,10 @@ for path in $(find -not -name fakeroot.log); do if [ "$path" = "./init" -o "$file" = "guestfsd" ]; 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 |