X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=appliance%2Fsupermin-split.sh.in;h=44cfe21723d94c7c927dfc5f8ae27f27dc8b8462;hb=508f1ee87e816bf6b6fc8e629ccbb2d61a971169;hp=edb6c41b21f6b3e131ee67f9e38d140d7efad261;hpb=960b99f875162ade09b7db886d1362de7d548792;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