X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=appliance%2Fsupermin-split.sh.in;h=44cfe21723d94c7c927dfc5f8ae27f27dc8b8462;hb=508f1ee87e816bf6b6fc8e629ccbb2d61a971169;hp=94990dd7c77d98d5c84175ab63765b9ad6642c2a;hpb=599f94c9c14c970dcfd7cec8d6898cd3b46af8ca;p=libguestfs.git diff --git a/appliance/supermin-split.sh.in b/appliance/supermin-split.sh.in index 94990dd..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 @@ -107,8 +111,8 @@ for path in $(find -not -name fakeroot.log); do # Special case for libntfs-3g.so.* elif [[ "$file" =~ $p_libntfs3g ]]; then - [ -n "$libntfs3g_once" ] || echo "$dir/libntfs-3g.so.*" >&6 - libntfs3g_once=1 + [ -n "$libntfs3g_once" ] || echo "$dir/libntfs-3g.so.*" >&6 + libntfs3g_once=1 # libfoo-1.2.3.so elif [[ "$file" =~ $p_lib123so ]]; then