X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=appliance%2Fsupermin-split.sh.in;h=44cfe21723d94c7c927dfc5f8ae27f27dc8b8462;hb=e3e67f63b0a6ce952ba92cb966b8ac5ef239dcf9;hp=edb6c41b21f6b3e131ee67f9e38d140d7efad261;hpb=369872b91ed50e2803dc2837183258776e9868e0;p=libguestfs.git diff --git a/appliance/supermin-split.sh.in b/appliance/supermin-split.sh.in index edb6c41..44cfe21 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