diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-05-04 00:10:26 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-05-04 00:10:26 +0000 |
commit | 7bb2006007c1996f33758e41db070252d4d3607f (patch) | |
tree | 3dc03d4f6a8867742961a3dea9ecc96c52d00a10 /layout | |
parent | 1202c964c4e91083a3c60b41b9c11e220bfa759d (diff) | |
download | lh-bootstrap-7bb2006007c1996f33758e41db070252d4d3607f.tar.xz |
Make a lean and mean version, as a basis for filling an initramfs
Diffstat (limited to 'layout')
2062 files changed, 38 insertions, 2347 deletions
diff --git a/layout/rootfs/etc/dnscache/root/ip/127.0.0.1 b/layout/rootfs/etc/dnscache/root/ip/127.0.0.1 deleted file mode 100644 index e69de29..0000000 --- a/layout/rootfs/etc/dnscache/root/ip/127.0.0.1 +++ /dev/null diff --git a/layout/rootfs/etc/dnscache/root/servers/@ b/layout/rootfs/etc/dnscache/root/servers/@ deleted file mode 100644 index 1005ccf..0000000 --- a/layout/rootfs/etc/dnscache/root/servers/@ +++ /dev/null @@ -1,13 +0,0 @@ -198.41.0.4 -192.228.79.201 -192.33.4.12 -199.7.91.13 -192.203.230.10 -192.5.5.241 -192.112.36.4 -198.97.190.53 -192.36.148.17 -192.58.128.30 -193.0.14.129 -199.7.83.42 -202.12.27.33 diff --git a/layout/rootfs/etc/group b/layout/rootfs/etc/group index 46b135a..278f0cc 100644 --- a/layout/rootfs/etc/group +++ b/layout/rootfs/etc/group @@ -3,7 +3,3 @@ catchlog:x:98: nogroup:x:65534: log:x:61: ntp:x:62: -dns:x:64: -lock:x:74: -fdh:x:76: -dhcpc:x:78: diff --git a/layout/rootfs/etc/images/varlog/ntpclient/.empty b/layout/rootfs/etc/images/varlog/ntpclient/.empty deleted file mode 100644 index e69de29..0000000 --- a/layout/rootfs/etc/images/varlog/ntpclient/.empty +++ /dev/null diff --git a/layout/rootfs/etc/images/varlog/sshd-4/.empty b/layout/rootfs/etc/images/varlog/sshd-4/.empty deleted file mode 100644 index e69de29..0000000 --- a/layout/rootfs/etc/images/varlog/sshd-4/.empty +++ /dev/null diff --git a/layout/rootfs/etc/images/varlog/syslogd/.empty b/layout/rootfs/etc/images/varlog/syslogd/.empty deleted file mode 100644 index e69de29..0000000 --- a/layout/rootfs/etc/images/varlog/syslogd/.empty +++ /dev/null diff --git a/layout/rootfs/etc/init b/layout/rootfs/etc/init index 8f4a706..619561d 120000..100755 --- a/layout/rootfs/etc/init +++ b/layout/rootfs/etc/init @@ -1 +1,21 @@ -s6-linux-init/init
\ No newline at end of file +#!/command/execlineb -P + +/command/export PATH /command:/bin +/command/cd / +s6-setsid -qb -- +umask 022 + +s6-envdir -I -- /etc/s6-linux-init/current/env +redirfd -r 0 /dev/null +redirfd -wnb 1 /run/service/s6-svscan-log/fifo +background +{ + s6-setsid -- + redirfd -w 1 /run/service/s6-svscan-log/fifo + fdmove -c 2 1 + /etc/s6-linux-init/current/rc.init +} +unexport ! +cd /run/service +fdmove -c 2 1 +s6-svscan -st0 diff --git a/layout/rootfs/etc/passwd b/layout/rootfs/etc/passwd index 29e7369..1e7464f 100644 --- a/layout/rootfs/etc/passwd +++ b/layout/rootfs/etc/passwd @@ -1,23 +1,9 @@ root:x:0:0:root:/root:/etc/execline-startup catchlog:x:98:98:catchlog:/run/uncaught-logs:/nonexistent alias:x:999:100:alias:/home/alias:/nonexistent -guest:x:1000:100:guest:/home/guest:/etc/execline-startup nobody:x:65534:65534:nobody:/:/nonexistent -devlog:x:100:61:devlog:/:/nonexistent klog:x:101:61:klog:/:/nonexistent kllog:x:102:61:kllog:/:/nonexistent -syslog:x:103:61:syslog:/:/nonexistent -sysllog:x:104:61:sysllog:/:/nonexistent ntp:x:105:62:ntp:/:/nonexistent ntplog:x:106:62:ntplog:/:/nonexistent -tailog:x:107:63:tailog:/:/nonexistent -tai:x:108:63:tai:/:/nonexistent -dnscache:x:111:64::/:/nonexistent -dnslog:x:114:64::/:/nonexistent -locklog:x:130:74:locklog:/var/log/lockd:/nonexistent -lock:x:131:74:lock:/mnt/tmpfs/lock:/nonexistent -fdhlog:x:135:76:fdhlog:/var/log/fdholder:/nonexistent -fdh:x:136:76:fdh:/:/nonexistent -sysfdh:x:137:76:sysfdh:/:/nonexistent -sshlog:x:138:61:sshlog:/:/nonexistent -dhcpclog:x:139:78:dhcpclog:/:/nonexistent +sshlog:x:138:61:sshlog:/var/log/sshd-4:/nonexistent diff --git a/layout/rootfs/etc/rc.init b/layout/rootfs/etc/rc.init deleted file mode 100755 index 579ef45..0000000 --- a/layout/rootfs/etc/rc.init +++ /dev/null @@ -1,19 +0,0 @@ -#!/command/execlineb -P - -# Set the system clock to something sensible, -# to get coherent logs until the initial NTP message - -if { s6-clock %%BUILDTIME%% } - - -# Initialize the service manager - -if { s6-rc-init /run/service } - - -# Run the service manager. -# Call it twice because the first time may spuriously "timeout" -# due to the clock jumping forward. - -if -nt { s6-rc -t %%RCTIMEOUT%% -- change ok-all } -s6-rc -t %%RCTIMEOUT%% -- change ok-all diff --git a/layout/rootfs/etc/rc.shutdown b/layout/rootfs/etc/rc.shutdown deleted file mode 100755 index ca63d14..0000000 --- a/layout/rootfs/etc/rc.shutdown +++ /dev/null @@ -1,15 +0,0 @@ -#!/command/execlineb -P - -# Write a message to /var/log/syslogd - -foreground -{ - s6-ipcclient -l0 /dev/log - fdmove 1 7 - s6-echo "/etc/rc.shutdown requested" -} - - -# Shut down all services - -s6-rc -da change diff --git a/layout/rootfs/etc/resolv.conf b/layout/rootfs/etc/resolv.conf deleted file mode 100644 index 3a6eae1..0000000 --- a/layout/rootfs/etc/resolv.conf +++ /dev/null @@ -1,2 +0,0 @@ -nameserver 127.0.0.1 -nameserver 8.8.8.8 diff --git a/layout/rootfs/etc/s6-linux-init/env-stage2/.empty b/layout/rootfs/etc/s6-linux-init/env-stage2/.empty deleted file mode 100644 index e69de29..0000000 --- a/layout/rootfs/etc/s6-linux-init/env-stage2/.empty +++ /dev/null diff --git a/layout/rootfs/etc/s6-linux-init/init b/layout/rootfs/etc/s6-linux-init/init deleted file mode 100755 index 358c2f5..0000000 --- a/layout/rootfs/etc/s6-linux-init/init +++ /dev/null @@ -1,24 +0,0 @@ -#!/command/execlineb -P - -/command/export PATH /command:/bin -/command/cd / -s6-setsid -qb -- -umask 022 -if { s6-echo -- "\n init created by s6-linux-init-maker\n see http://skarnet.org/software/s6-linux-init/\n\n" } -if { s6-mount -nwt tmpfs -o mode=0755 tmpfs /run } -if { s6-hiercopy /etc/s6-linux-init/run-image /run } - -s6-envdir -I -- /etc/s6-linux-init/env -redirfd -r 0 /dev/null -redirfd -wnb 1 /run/service/s6-svscan-log/fifo -background -{ - s6-setsid -- - redirfd -w 1 /run/service/s6-svscan-log/fifo - fdmove -c 2 1 - /etc/rc.init -} -unexport ! -cd /run/service -fdmove -c 2 1 -s6-svscan -st0 diff --git a/layout/rootfs/etc/s6-linux-init/run-image/service/.s6-svscan/SIGHUP b/layout/rootfs/etc/s6-linux-init/run-image/service/.s6-svscan/SIGHUP deleted file mode 100755 index e45fc97..0000000 --- a/layout/rootfs/etc/s6-linux-init/run-image/service/.s6-svscan/SIGHUP +++ /dev/null @@ -1,4 +0,0 @@ -#!/package/admin/execline/command/execlineb -P - -foreground { "/etc/rc.shutdown" } -s6-svscanctl -h -- "/run"/service diff --git a/layout/rootfs/etc/s6-linux-init/run-image/service/.s6-svscan/SIGINT b/layout/rootfs/etc/s6-linux-init/run-image/service/.s6-svscan/SIGINT deleted file mode 100755 index 720ac95..0000000 --- a/layout/rootfs/etc/s6-linux-init/run-image/service/.s6-svscan/SIGINT +++ /dev/null @@ -1,4 +0,0 @@ -#!/package/admin/execline/command/execlineb -P - -foreground { "/etc/rc.shutdown" } -s6-svscanctl -6 -- "/run"/service diff --git a/layout/rootfs/etc/s6-linux-init/run-image/service/.s6-svscan/SIGQUIT b/layout/rootfs/etc/s6-linux-init/run-image/service/.s6-svscan/SIGQUIT deleted file mode 100755 index b741a3c..0000000 --- a/layout/rootfs/etc/s6-linux-init/run-image/service/.s6-svscan/SIGQUIT +++ /dev/null @@ -1,4 +0,0 @@ -#!/package/admin/execline/command/execlineb -P - -foreground { "/etc/rc.shutdown" } -s6-svscanctl -q -- "/run"/service diff --git a/layout/rootfs/etc/s6-linux-init/run-image/service/.s6-svscan/SIGTERM b/layout/rootfs/etc/s6-linux-init/run-image/service/.s6-svscan/SIGTERM deleted file mode 100755 index 646befa..0000000 --- a/layout/rootfs/etc/s6-linux-init/run-image/service/.s6-svscan/SIGTERM +++ /dev/null @@ -1,4 +0,0 @@ -#!/package/admin/execline/command/execlineb -P - -foreground { "/etc/rc.shutdown" } -s6-svscanctl -t -- "/run"/service diff --git a/layout/rootfs/etc/s6-linux-init/run-image/service/.s6-svscan/SIGUSR1 b/layout/rootfs/etc/s6-linux-init/run-image/service/.s6-svscan/SIGUSR1 deleted file mode 100755 index b1ffb93..0000000 --- a/layout/rootfs/etc/s6-linux-init/run-image/service/.s6-svscan/SIGUSR1 +++ /dev/null @@ -1,4 +0,0 @@ -#!/package/admin/execline/command/execlineb -P - -foreground { "/etc/rc.shutdown" } -s6-svscanctl -7 -- "/run"/service diff --git a/layout/rootfs/etc/s6-linux-init/run-image/service/.s6-svscan/SIGUSR2 b/layout/rootfs/etc/s6-linux-init/run-image/service/.s6-svscan/SIGUSR2 deleted file mode 100755 index 2b79985..0000000 --- a/layout/rootfs/etc/s6-linux-init/run-image/service/.s6-svscan/SIGUSR2 +++ /dev/null @@ -1,4 +0,0 @@ -#!/package/admin/execline/command/execlineb -P - -foreground { "/etc/rc.shutdown" } -s6-svscanctl -0 -- "/run"/service diff --git a/layout/rootfs/etc/s6-linux-init/run-image/service/.s6-svscan/crash b/layout/rootfs/etc/s6-linux-init/run-image/service/.s6-svscan/crash deleted file mode 100755 index adc08db..0000000 --- a/layout/rootfs/etc/s6-linux-init/run-image/service/.s6-svscan/crash +++ /dev/null @@ -1,7 +0,0 @@ -#!/command/execlineb -P - -redirfd -r 0 /dev/console -redirfd -w 1 /dev/console -fdmove -c 2 1 -foreground { s6-echo -- "s6-svscan crashed. Dropping to an interactive shell." } -/bin/sh -i diff --git a/layout/rootfs/etc/s6-linux-init/run-image/service/.s6-svscan/finish b/layout/rootfs/etc/s6-linux-init/run-image/service/.s6-svscan/finish deleted file mode 100755 index 7629cc4..0000000 --- a/layout/rootfs/etc/s6-linux-init/run-image/service/.s6-svscan/finish +++ /dev/null @@ -1,20 +0,0 @@ -#!/command/execlineb -S0 - -cd / -redirfd -w 2 /dev/console -fdmove -c 1 2 -foreground { s6-svc -X -- "/run"/service/s6-svscan-log } -unexport ? -wait -r -- { } -foreground { s6-echo "Syncing disks." } -foreground { s6-sync } -foreground { s6-echo "Sending all processes the TERM signal." } -foreground { s6-nuke -th } -foreground { s6-sleep 2 } -foreground { s6-echo "Sending all processes the KILL signal." } -foreground { s6-nuke -k } -wait { } -foreground { s6-echo "Unmounting disks and shutting down." } -foreground { s6-umount -a } -foreground { s6-mount -ro remount /dev/root / } -s6-${1} -f diff --git a/layout/rootfs/etc/s6-linux-init/run-image/shm/.empty b/layout/rootfs/etc/s6-linux-init/run-image/shm/.empty deleted file mode 100644 index e69de29..0000000 --- a/layout/rootfs/etc/s6-linux-init/run-image/shm/.empty +++ /dev/null diff --git a/layout/rootfs/etc/s6-linux-init/run-image/tmp/.empty b/layout/rootfs/etc/s6-linux-init/run-image/tmp/.empty deleted file mode 100644 index e69de29..0000000 --- a/layout/rootfs/etc/s6-linux-init/run-image/tmp/.empty +++ /dev/null diff --git a/layout/rootfs/etc/s6-linux-init/run-image/uncaught-logs/.empty b/layout/rootfs/etc/s6-linux-init/run-image/uncaught-logs/.empty deleted file mode 100644 index e69de29..0000000 --- a/layout/rootfs/etc/s6-linux-init/run-image/uncaught-logs/.empty +++ /dev/null diff --git a/layout/rootfs/etc/s6-rc/source-base/00/down b/layout/rootfs/etc/s6-rc/source-base/00/down deleted file mode 100644 index 8b13789..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/00/down +++ /dev/null @@ -1 +0,0 @@ - diff --git a/layout/rootfs/etc/s6-rc/source-base/00/type b/layout/rootfs/etc/s6-rc/source-base/00/type deleted file mode 100644 index bdd22a1..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/00/type +++ /dev/null @@ -1 +0,0 @@ -oneshot diff --git a/layout/rootfs/etc/s6-rc/source-base/00/up b/layout/rootfs/etc/s6-rc/source-base/00/up deleted file mode 100644 index 276df76..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/00/up +++ /dev/null @@ -1,2 +0,0 @@ -if { s6-echo "init-stage2 starting." } -s6-hostname %%HOSTNAME%% diff --git a/layout/rootfs/etc/s6-rc/source-base/activate-eth0/contents b/layout/rootfs/etc/s6-rc/source-base/activate-eth0/contents deleted file mode 100644 index 8b13789..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/activate-eth0/contents +++ /dev/null @@ -1 +0,0 @@ - diff --git a/layout/rootfs/etc/s6-rc/source-base/activate-eth0/type b/layout/rootfs/etc/s6-rc/source-base/activate-eth0/type deleted file mode 100644 index 757b422..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/activate-eth0/type +++ /dev/null @@ -1 +0,0 @@ -bundle diff --git a/layout/rootfs/etc/s6-rc/source-base/dnscache-log/consumer-for b/layout/rootfs/etc/s6-rc/source-base/dnscache-log/consumer-for deleted file mode 100644 index e4cac8e..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/dnscache-log/consumer-for +++ /dev/null @@ -1 +0,0 @@ -dnscache diff --git a/layout/rootfs/etc/s6-rc/source-base/dnscache-log/dependencies b/layout/rootfs/etc/s6-rc/source-base/dnscache-log/dependencies deleted file mode 100644 index 24f7403..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/dnscache-log/dependencies +++ /dev/null @@ -1,2 +0,0 @@ -mount-rwfs -mount-syncfs diff --git a/layout/rootfs/etc/s6-rc/source-base/dnscache-log/pipeline-name b/layout/rootfs/etc/s6-rc/source-base/dnscache-log/pipeline-name deleted file mode 100644 index 7627abf..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/dnscache-log/pipeline-name +++ /dev/null @@ -1 +0,0 @@ -dnscache-pipeline diff --git a/layout/rootfs/etc/s6-rc/source-base/dnscache-log/run b/layout/rootfs/etc/s6-rc/source-base/dnscache-log/run deleted file mode 100755 index 4280ed7..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/dnscache-log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/command/execlineb -P -s6-setuidgid dnslog -exec -c -s6-log t s1000000 n20 /var/log/dnscache diff --git a/layout/rootfs/etc/s6-rc/source-base/dnscache-log/type b/layout/rootfs/etc/s6-rc/source-base/dnscache-log/type deleted file mode 100644 index 5883cff..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/dnscache-log/type +++ /dev/null @@ -1 +0,0 @@ -longrun diff --git a/layout/rootfs/etc/s6-rc/source-base/dnscache/dependencies b/layout/rootfs/etc/s6-rc/source-base/dnscache/dependencies deleted file mode 100644 index 6daf05b..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/dnscache/dependencies +++ /dev/null @@ -1 +0,0 @@ -init-lan diff --git a/layout/rootfs/etc/s6-rc/source-base/dnscache/env/CACHESIZE b/layout/rootfs/etc/s6-rc/source-base/dnscache/env/CACHESIZE deleted file mode 100644 index 6820bf1..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/dnscache/env/CACHESIZE +++ /dev/null @@ -1 +0,0 @@ -1048576 diff --git a/layout/rootfs/etc/s6-rc/source-base/dnscache/env/IP b/layout/rootfs/etc/s6-rc/source-base/dnscache/env/IP deleted file mode 100644 index 7b9ad53..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/dnscache/env/IP +++ /dev/null @@ -1 +0,0 @@ -127.0.0.1 diff --git a/layout/rootfs/etc/s6-rc/source-base/dnscache/env/IPSEND b/layout/rootfs/etc/s6-rc/source-base/dnscache/env/IPSEND deleted file mode 100644 index d690dc0..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/dnscache/env/IPSEND +++ /dev/null @@ -1 +0,0 @@ -0.0.0.0 diff --git a/layout/rootfs/etc/s6-rc/source-base/dnscache/env/ROOT b/layout/rootfs/etc/s6-rc/source-base/dnscache/env/ROOT deleted file mode 100644 index 1660d01..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/dnscache/env/ROOT +++ /dev/null @@ -1 +0,0 @@ -/etc/dnscache/root diff --git a/layout/rootfs/etc/s6-rc/source-base/dnscache/notification-fd b/layout/rootfs/etc/s6-rc/source-base/dnscache/notification-fd deleted file mode 100644 index 00750ed..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/dnscache/notification-fd +++ /dev/null @@ -1 +0,0 @@ -3 diff --git a/layout/rootfs/etc/s6-rc/source-base/dnscache/producer-for b/layout/rootfs/etc/s6-rc/source-base/dnscache/producer-for deleted file mode 100644 index 68d4773..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/dnscache/producer-for +++ /dev/null @@ -1 +0,0 @@ -dnscache-log diff --git a/layout/rootfs/etc/s6-rc/source-base/dnscache/run b/layout/rootfs/etc/s6-rc/source-base/dnscache/run deleted file mode 100755 index 736b5e6..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/dnscache/run +++ /dev/null @@ -1,13 +0,0 @@ -#!/command/execlineb -P -fdmove -c 2 1 -s6-envuidgid dnscache -s6-envdir env -s6-softlimit -m 4000000 -pipeline -d -{ - redirfd -r 0 /dev/urandom - s6-head -c 128 -} -unexport ! -fdmove 1 3 -dnscache diff --git a/layout/rootfs/etc/s6-rc/source-base/dnscache/type b/layout/rootfs/etc/s6-rc/source-base/dnscache/type deleted file mode 100644 index 5883cff..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/dnscache/type +++ /dev/null @@ -1 +0,0 @@ -longrun diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder-log/consumer-for b/layout/rootfs/etc/s6-rc/source-base/fdholder-log/consumer-for deleted file mode 100644 index c9e44ab..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder-log/consumer-for +++ /dev/null @@ -1 +0,0 @@ -fdholder diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder-log/dependencies b/layout/rootfs/etc/s6-rc/source-base/fdholder-log/dependencies deleted file mode 100644 index 24f7403..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder-log/dependencies +++ /dev/null @@ -1,2 +0,0 @@ -mount-rwfs -mount-syncfs diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder-log/pipeline-name b/layout/rootfs/etc/s6-rc/source-base/fdholder-log/pipeline-name deleted file mode 100644 index 44be5e2..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder-log/pipeline-name +++ /dev/null @@ -1 +0,0 @@ -fdholder-pipeline diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder-log/run b/layout/rootfs/etc/s6-rc/source-base/fdholder-log/run deleted file mode 100755 index b0c43d8..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder-log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/command/execlineb -P -s6-setuidgid fdhlog -exec -c -s6-log t s1000000 n20 /var/log/fdholder diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder-log/type b/layout/rootfs/etc/s6-rc/source-base/fdholder-log/type deleted file mode 100644 index 5883cff..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder-log/type +++ /dev/null @@ -1 +0,0 @@ -longrun diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp-log/consumer-for b/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp-log/consumer-for deleted file mode 100644 index dd0fc59..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp-log/consumer-for +++ /dev/null @@ -1 +0,0 @@ -fdholder-tmp diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp-log/dependencies b/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp-log/dependencies deleted file mode 100644 index 24f7403..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp-log/dependencies +++ /dev/null @@ -1,2 +0,0 @@ -mount-rwfs -mount-syncfs diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp-log/pipeline-name b/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp-log/pipeline-name deleted file mode 100644 index 9a7e4fd..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp-log/pipeline-name +++ /dev/null @@ -1 +0,0 @@ -fdholder-tmp-pipeline diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp-log/run b/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp-log/run deleted file mode 100755 index 038491a..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp-log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/command/execlineb -P -s6-setuidgid fdhlog -exec -c -s6-log t s1000000 n20 /var/log/fdholder-tmp diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp-log/type b/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp-log/type deleted file mode 100644 index 5883cff..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp-log/type +++ /dev/null @@ -1 +0,0 @@ -longrun diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/data/rules/uid/0/allow b/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/data/rules/uid/0/allow deleted file mode 100644 index e69de29..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/data/rules/uid/0/allow +++ /dev/null diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/data/rules/uid/0/env/S6_FDHOLDER_GETDUMP b/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/data/rules/uid/0/env/S6_FDHOLDER_GETDUMP deleted file mode 100644 index 8b13789..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/data/rules/uid/0/env/S6_FDHOLDER_GETDUMP +++ /dev/null @@ -1 +0,0 @@ - diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/data/rules/uid/0/env/S6_FDHOLDER_LIST b/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/data/rules/uid/0/env/S6_FDHOLDER_LIST deleted file mode 100644 index 8b13789..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/data/rules/uid/0/env/S6_FDHOLDER_LIST +++ /dev/null @@ -1 +0,0 @@ - diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/data/rules/uid/0/env/S6_FDHOLDER_RETRIEVE_REGEX b/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/data/rules/uid/0/env/S6_FDHOLDER_RETRIEVE_REGEX deleted file mode 100644 index 8b13789..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/data/rules/uid/0/env/S6_FDHOLDER_RETRIEVE_REGEX +++ /dev/null @@ -1 +0,0 @@ - diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/data/rules/uid/0/env/S6_FDHOLDER_SETDUMP b/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/data/rules/uid/0/env/S6_FDHOLDER_SETDUMP deleted file mode 100644 index 8b13789..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/data/rules/uid/0/env/S6_FDHOLDER_SETDUMP +++ /dev/null @@ -1 +0,0 @@ - diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/data/rules/uid/0/env/S6_FDHOLDER_STORE_REGEX b/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/data/rules/uid/0/env/S6_FDHOLDER_STORE_REGEX deleted file mode 100644 index 8b13789..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/data/rules/uid/0/env/S6_FDHOLDER_STORE_REGEX +++ /dev/null @@ -1 +0,0 @@ - diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/dependencies b/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/dependencies deleted file mode 100644 index 4daddb7..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/dependencies +++ /dev/null @@ -1 +0,0 @@ -00 diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/notification-fd b/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/notification-fd deleted file mode 100644 index 00750ed..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/notification-fd +++ /dev/null @@ -1 +0,0 @@ -3 diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/producer-for b/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/producer-for deleted file mode 100644 index b1d1c5d..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/producer-for +++ /dev/null @@ -1 +0,0 @@ -fdholder-tmp-log diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/run b/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/run deleted file mode 100755 index d6aa00a..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/run +++ /dev/null @@ -1,6 +0,0 @@ -#!/command/execlineb -P - -fdmove -c 2 1 -s6-envuidgid fdh -fdmove 1 3 -s6-fdholder-daemon -v2 -1 -T 20000 -U -i data/rules -- s diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/type b/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/type deleted file mode 100644 index 5883cff..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder-tmp/type +++ /dev/null @@ -1 +0,0 @@ -longrun diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder/data/rules/uid/0/allow b/layout/rootfs/etc/s6-rc/source-base/fdholder/data/rules/uid/0/allow deleted file mode 100644 index e69de29..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder/data/rules/uid/0/allow +++ /dev/null diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder/data/rules/uid/0/env/S6_FDHOLDER_GETDUMP b/layout/rootfs/etc/s6-rc/source-base/fdholder/data/rules/uid/0/env/S6_FDHOLDER_GETDUMP deleted file mode 100644 index 8b13789..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder/data/rules/uid/0/env/S6_FDHOLDER_GETDUMP +++ /dev/null @@ -1 +0,0 @@ - diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder/data/rules/uid/0/env/S6_FDHOLDER_LIST b/layout/rootfs/etc/s6-rc/source-base/fdholder/data/rules/uid/0/env/S6_FDHOLDER_LIST deleted file mode 100644 index 8b13789..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder/data/rules/uid/0/env/S6_FDHOLDER_LIST +++ /dev/null @@ -1 +0,0 @@ - diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder/data/rules/uid/0/env/S6_FDHOLDER_RETRIEVE_REGEX b/layout/rootfs/etc/s6-rc/source-base/fdholder/data/rules/uid/0/env/S6_FDHOLDER_RETRIEVE_REGEX deleted file mode 100644 index 8b13789..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder/data/rules/uid/0/env/S6_FDHOLDER_RETRIEVE_REGEX +++ /dev/null @@ -1 +0,0 @@ - diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder/data/rules/uid/0/env/S6_FDHOLDER_SETDUMP b/layout/rootfs/etc/s6-rc/source-base/fdholder/data/rules/uid/0/env/S6_FDHOLDER_SETDUMP deleted file mode 100644 index 8b13789..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder/data/rules/uid/0/env/S6_FDHOLDER_SETDUMP +++ /dev/null @@ -1 +0,0 @@ - diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder/data/rules/uid/0/env/S6_FDHOLDER_STORE_REGEX b/layout/rootfs/etc/s6-rc/source-base/fdholder/data/rules/uid/0/env/S6_FDHOLDER_STORE_REGEX deleted file mode 100644 index 8b13789..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder/data/rules/uid/0/env/S6_FDHOLDER_STORE_REGEX +++ /dev/null @@ -1 +0,0 @@ - diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder/dependencies b/layout/rootfs/etc/s6-rc/source-base/fdholder/dependencies deleted file mode 100644 index 4daddb7..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder/dependencies +++ /dev/null @@ -1 +0,0 @@ -00 diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder/notification-fd b/layout/rootfs/etc/s6-rc/source-base/fdholder/notification-fd deleted file mode 100644 index 00750ed..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder/notification-fd +++ /dev/null @@ -1 +0,0 @@ -3 diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder/producer-for b/layout/rootfs/etc/s6-rc/source-base/fdholder/producer-for deleted file mode 100644 index 11f1ac2..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder/producer-for +++ /dev/null @@ -1 +0,0 @@ -fdholder-log diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder/run b/layout/rootfs/etc/s6-rc/source-base/fdholder/run deleted file mode 100755 index d6aa00a..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder/run +++ /dev/null @@ -1,6 +0,0 @@ -#!/command/execlineb -P - -fdmove -c 2 1 -s6-envuidgid fdh -fdmove 1 3 -s6-fdholder-daemon -v2 -1 -T 20000 -U -i data/rules -- s diff --git a/layout/rootfs/etc/s6-rc/source-base/fdholder/type b/layout/rootfs/etc/s6-rc/source-base/fdholder/type deleted file mode 100644 index 5883cff..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fdholder/type +++ /dev/null @@ -1 +0,0 @@ -longrun diff --git a/layout/rootfs/etc/s6-rc/source-base/fifodir-cleanup/dependencies b/layout/rootfs/etc/s6-rc/source-base/fifodir-cleanup/dependencies deleted file mode 100644 index 4daddb7..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fifodir-cleanup/dependencies +++ /dev/null @@ -1 +0,0 @@ -00 diff --git a/layout/rootfs/etc/s6-rc/source-base/fifodir-cleanup/run b/layout/rootfs/etc/s6-rc/source-base/fifodir-cleanup/run deleted file mode 100755 index a2c371b..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fifodir-cleanup/run +++ /dev/null @@ -1,10 +0,0 @@ -#!/command/execlineb -P -fdmove -c 2 1 -if -{ - forbacktickx -p -0 i { s6-ls -0 /run/service } - importas -u i - s6-cleanfifodir /run/service/${i}/event -} -s6-setuidgid nobody -s6-sleep 86400 diff --git a/layout/rootfs/etc/s6-rc/source-base/fifodir-cleanup/type b/layout/rootfs/etc/s6-rc/source-base/fifodir-cleanup/type deleted file mode 100644 index 5883cff..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/fifodir-cleanup/type +++ /dev/null @@ -1 +0,0 @@ -longrun diff --git a/layout/rootfs/etc/s6-rc/source-base/init-clock/dependencies b/layout/rootfs/etc/s6-rc/source-base/init-clock/dependencies deleted file mode 100644 index 7988b5d..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-clock/dependencies +++ /dev/null @@ -1,2 +0,0 @@ -activate-eth0 -dnscache diff --git a/layout/rootfs/etc/s6-rc/source-base/init-clock/down b/layout/rootfs/etc/s6-rc/source-base/init-clock/down deleted file mode 100644 index 8b13789..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-clock/down +++ /dev/null @@ -1 +0,0 @@ - diff --git a/layout/rootfs/etc/s6-rc/source-base/init-clock/type b/layout/rootfs/etc/s6-rc/source-base/init-clock/type deleted file mode 100644 index bdd22a1..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-clock/type +++ /dev/null @@ -1 +0,0 @@ -oneshot diff --git a/layout/rootfs/etc/s6-rc/source-base/init-clock/up b/layout/rootfs/etc/s6-rc/source-base/init-clock/up deleted file mode 100644 index 1c7f02c..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-clock/up +++ /dev/null @@ -1,71 +0,0 @@ -#!/command/execlineb -P - -# Get the local country code as well as a few other codes -# for countries all around the world. - -pipeline -{ - s6-setuidgid nobody - foreground - { - s6-envdir /etc/s6-linux-init/env-stage2 - importas -u COUNTRY_CODE COUNTRY_CODE - s6-echo ${COUNTRY_CODE} - } - forx CODE { uk de ru cn kr jp us ca br au il za } - importas -u CODE CODE - s6-echo ${CODE} -} - - -# Suppress duplicates (e.g. if the local country code is in the list). - -pipeline -{ - s6-setuidgid nobody - s6-sort -u -} - - -# Get the IP addresses for some NTP servers in those countries. -# Limit the DNS queries to 30 seconds: if the DNS is slower than -# that, chances are the server isn't good for us anyway. -# All the queries are parallelized, so it's fast. - -pipeline -{ - s6-setuidgid nobody - forstdin -p -d"\n" CODE - importas -u CODE CODE - forx -p I { 0 1 } - importas -u I I - redirfd -w 2 /dev/null - s6-dnsip4 -t 30000 -- ${I}.${CODE}.pool.ntp.org -} - - -# Ask for a NTP exchange with the servers we get. Accept anything. -# If the exchange can't be completed in 5 seconds, kill it. -# All the queries are parallelized. - -pipeline -{ - s6-setuidgid ntp - forstdin -p -d"\n" NTPSERVERIP - importas -u NTPSERVERIP NTPSERVERIP - redirfd -w 2 /dev/null - s6-sntpclock -f -T 5000 ${NTPSERVERIP} -} - - -# Take the first answer we get. - -pipeline -{ - s6-setuidgid nobody - s6-head -Sc 12 -} - -# Update the system clock. Accept anything. - -s6-clockadd -f diff --git a/layout/rootfs/etc/s6-rc/source-base/init-coldplug/dependencies b/layout/rootfs/etc/s6-rc/source-base/init-coldplug/dependencies deleted file mode 100644 index 2820f48..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-coldplug/dependencies +++ /dev/null @@ -1,3 +0,0 @@ -mount-sys -init-dev -mdevd diff --git a/layout/rootfs/etc/s6-rc/source-base/init-coldplug/type b/layout/rootfs/etc/s6-rc/source-base/init-coldplug/type deleted file mode 100644 index bdd22a1..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-coldplug/type +++ /dev/null @@ -1 +0,0 @@ -oneshot diff --git a/layout/rootfs/etc/s6-rc/source-base/init-coldplug/up b/layout/rootfs/etc/s6-rc/source-base/init-coldplug/up deleted file mode 100644 index edc5c1b..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-coldplug/up +++ /dev/null @@ -1 +0,0 @@ -mdevd-coldplug diff --git a/layout/rootfs/etc/s6-rc/source-base/init-dev/dependencies b/layout/rootfs/etc/s6-rc/source-base/init-dev/dependencies deleted file mode 100644 index fc811ee..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-dev/dependencies +++ /dev/null @@ -1,2 +0,0 @@ -init-run -mount-proc diff --git a/layout/rootfs/etc/s6-rc/source-base/init-dev/type b/layout/rootfs/etc/s6-rc/source-base/init-dev/type deleted file mode 100644 index bdd22a1..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-dev/type +++ /dev/null @@ -1 +0,0 @@ -oneshot diff --git a/layout/rootfs/etc/s6-rc/source-base/init-dev/up b/layout/rootfs/etc/s6-rc/source-base/init-dev/up deleted file mode 100644 index 75c622a..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-dev/up +++ /dev/null @@ -1,8 +0,0 @@ -foreground { s6-ln -sf /proc/self/fd /dev } -foreground { s6-ln -sf /proc/kcore /dev/core } -foreground { s6-ln -sf loop0 /dev/loop } -foreground { s6-ln -sf /run/shm /dev } -foreground { s6-ln -sf fd/0 /dev/stdin } -foreground { s6-ln -sf fd/1 /dev/stdout } -foreground { s6-ln -sf fd/2 /dev/stderr } -exit 0 diff --git a/layout/rootfs/etc/s6-rc/source-base/init-eth0/dependencies b/layout/rootfs/etc/s6-rc/source-base/init-eth0/dependencies deleted file mode 100644 index 79607c6..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-eth0/dependencies +++ /dev/null @@ -1,2 +0,0 @@ -init-sysctl -mount-cgroups diff --git a/layout/rootfs/etc/s6-rc/source-base/init-eth0/down b/layout/rootfs/etc/s6-rc/source-base/init-eth0/down deleted file mode 100644 index fd3dae2..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-eth0/down +++ /dev/null @@ -1 +0,0 @@ -ip link set dev eth0 down diff --git a/layout/rootfs/etc/s6-rc/source-base/init-eth0/type b/layout/rootfs/etc/s6-rc/source-base/init-eth0/type deleted file mode 100644 index bdd22a1..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-eth0/type +++ /dev/null @@ -1 +0,0 @@ -oneshot diff --git a/layout/rootfs/etc/s6-rc/source-base/init-eth0/up b/layout/rootfs/etc/s6-rc/source-base/init-eth0/up deleted file mode 100644 index 99b451e..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-eth0/up +++ /dev/null @@ -1,2 +0,0 @@ -foreground { modprobe %%NETMODULE%% } -ip link set dev eth0 up diff --git a/layout/rootfs/etc/s6-rc/source-base/init-fds/dependencies b/layout/rootfs/etc/s6-rc/source-base/init-fds/dependencies deleted file mode 100644 index c9e44ab..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-fds/dependencies +++ /dev/null @@ -1 +0,0 @@ -fdholder diff --git a/layout/rootfs/etc/s6-rc/source-base/init-fds/down b/layout/rootfs/etc/s6-rc/source-base/init-fds/down deleted file mode 100644 index 1f2c2c0..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-fds/down +++ /dev/null @@ -1,2 +0,0 @@ -foreground { s6-fdholder-delete /run/service/fdholder/s pipe:r:s6-svscan-log } -exit 0 diff --git a/layout/rootfs/etc/s6-rc/source-base/init-fds/type b/layout/rootfs/etc/s6-rc/source-base/init-fds/type deleted file mode 100644 index bdd22a1..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-fds/type +++ /dev/null @@ -1 +0,0 @@ -oneshot diff --git a/layout/rootfs/etc/s6-rc/source-base/init-fds/up b/layout/rootfs/etc/s6-rc/source-base/init-fds/up deleted file mode 100644 index e290556..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-fds/up +++ /dev/null @@ -1,2 +0,0 @@ -redirfd -r 0 /run/service/s6-svscan-log/fifo -s6-fdholder-store /run/service/fdholder/s pipe:r:s6-svscan-log diff --git a/layout/rootfs/etc/s6-rc/source-base/init-lan/dependencies b/layout/rootfs/etc/s6-rc/source-base/init-lan/dependencies deleted file mode 100644 index 79607c6..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-lan/dependencies +++ /dev/null @@ -1,2 +0,0 @@ -init-sysctl -mount-cgroups diff --git a/layout/rootfs/etc/s6-rc/source-base/init-lan/down b/layout/rootfs/etc/s6-rc/source-base/init-lan/down deleted file mode 100644 index 8b13789..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-lan/down +++ /dev/null @@ -1 +0,0 @@ - diff --git a/layout/rootfs/etc/s6-rc/source-base/init-lan/type b/layout/rootfs/etc/s6-rc/source-base/init-lan/type deleted file mode 100644 index bdd22a1..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-lan/type +++ /dev/null @@ -1 +0,0 @@ -oneshot diff --git a/layout/rootfs/etc/s6-rc/source-base/init-lan/up b/layout/rootfs/etc/s6-rc/source-base/init-lan/up deleted file mode 100644 index 1e1e4d7..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-lan/up +++ /dev/null @@ -1,3 +0,0 @@ -foreground { modprobe ipv6 } -if { ip addr add 127.0.0.1/8 dev lo } -ip link set dev lo up diff --git a/layout/rootfs/etc/s6-rc/source-base/init-run/dependencies b/layout/rootfs/etc/s6-rc/source-base/init-run/dependencies deleted file mode 100644 index 4daddb7..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-run/dependencies +++ /dev/null @@ -1 +0,0 @@ -00 diff --git a/layout/rootfs/etc/s6-rc/source-base/init-run/down b/layout/rootfs/etc/s6-rc/source-base/init-run/down deleted file mode 100644 index 8b13789..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-run/down +++ /dev/null @@ -1 +0,0 @@ - diff --git a/layout/rootfs/etc/s6-rc/source-base/init-run/type b/layout/rootfs/etc/s6-rc/source-base/init-run/type deleted file mode 100644 index bdd22a1..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-run/type +++ /dev/null @@ -1 +0,0 @@ -oneshot diff --git a/layout/rootfs/etc/s6-rc/source-base/init-run/up b/layout/rootfs/etc/s6-rc/source-base/init-run/up deleted file mode 100644 index 29199e0..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-run/up +++ /dev/null @@ -1 +0,0 @@ -s6-chmod 1777 /run/tmp diff --git a/layout/rootfs/etc/s6-rc/source-base/init-sysctl/dependencies b/layout/rootfs/etc/s6-rc/source-base/init-sysctl/dependencies deleted file mode 100644 index 0df58a3..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-sysctl/dependencies +++ /dev/null @@ -1 +0,0 @@ -mount-proc diff --git a/layout/rootfs/etc/s6-rc/source-base/init-sysctl/down b/layout/rootfs/etc/s6-rc/source-base/init-sysctl/down deleted file mode 100644 index 8b13789..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-sysctl/down +++ /dev/null @@ -1 +0,0 @@ - diff --git a/layout/rootfs/etc/s6-rc/source-base/init-sysctl/type b/layout/rootfs/etc/s6-rc/source-base/init-sysctl/type deleted file mode 100644 index bdd22a1..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-sysctl/type +++ /dev/null @@ -1 +0,0 @@ -oneshot diff --git a/layout/rootfs/etc/s6-rc/source-base/init-sysctl/up b/layout/rootfs/etc/s6-rc/source-base/init-sysctl/up deleted file mode 100644 index 9e846f8..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-sysctl/up +++ /dev/null @@ -1,6 +0,0 @@ -redirfd -r 0 /etc/sysctl.conf -forstdin -nCd"\n" -- LINE -importas -u LINE LINE -multidefine -C $LINE { CTL VALUE } -redirfd -w 1 /proc/sys/$CTL -s6-echo -- $VALUE diff --git a/layout/rootfs/etc/s6-rc/source-base/klogd-log/consumer-for b/layout/rootfs/etc/s6-rc/source-base/klogd-log/consumer-for deleted file mode 100644 index fd64770..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/klogd-log/consumer-for +++ /dev/null @@ -1 +0,0 @@ -klogd diff --git a/layout/rootfs/etc/s6-rc/source-base/klogd-log/dependencies b/layout/rootfs/etc/s6-rc/source-base/klogd-log/dependencies deleted file mode 100644 index 24f7403..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/klogd-log/dependencies +++ /dev/null @@ -1,2 +0,0 @@ -mount-rwfs -mount-syncfs diff --git a/layout/rootfs/etc/s6-rc/source-base/klogd-log/pipeline-name b/layout/rootfs/etc/s6-rc/source-base/klogd-log/pipeline-name deleted file mode 100644 index cb7ca7b..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/klogd-log/pipeline-name +++ /dev/null @@ -1 +0,0 @@ -klogd-pipeline diff --git a/layout/rootfs/etc/s6-rc/source-base/klogd-log/run b/layout/rootfs/etc/s6-rc/source-base/klogd-log/run deleted file mode 100755 index 90e474b..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/klogd-log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/command/execlineb -P -s6-setuidgid kllog -exec -c -s6-log t s1000000 n20 /var/log/klogd diff --git a/layout/rootfs/etc/s6-rc/source-base/klogd-log/type b/layout/rootfs/etc/s6-rc/source-base/klogd-log/type deleted file mode 100644 index 5883cff..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/klogd-log/type +++ /dev/null @@ -1 +0,0 @@ -longrun diff --git a/layout/rootfs/etc/s6-rc/source-base/klogd/dependencies b/layout/rootfs/etc/s6-rc/source-base/klogd/dependencies deleted file mode 100644 index 0df58a3..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/klogd/dependencies +++ /dev/null @@ -1 +0,0 @@ -mount-proc diff --git a/layout/rootfs/etc/s6-rc/source-base/klogd/producer-for b/layout/rootfs/etc/s6-rc/source-base/klogd/producer-for deleted file mode 100644 index 2f21a8f..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/klogd/producer-for +++ /dev/null @@ -1 +0,0 @@ -klogd-log diff --git a/layout/rootfs/etc/s6-rc/source-base/klogd/run b/layout/rootfs/etc/s6-rc/source-base/klogd/run deleted file mode 100755 index 95dc7e8..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/klogd/run +++ /dev/null @@ -1,6 +0,0 @@ -#!/command/execlineb -P -fdmove -c 2 1 -redirfd -r 0 /proc/kmsg -# s6-setuidgid klog -exec -c -ucspilogd diff --git a/layout/rootfs/etc/s6-rc/source-base/klogd/type b/layout/rootfs/etc/s6-rc/source-base/klogd/type deleted file mode 100644 index 5883cff..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/klogd/type +++ /dev/null @@ -1 +0,0 @@ -longrun diff --git a/layout/rootfs/etc/s6-rc/source-base/load-essential-modules/dependencies b/layout/rootfs/etc/s6-rc/source-base/load-essential-modules/dependencies deleted file mode 100644 index f4c707c..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/load-essential-modules/dependencies +++ /dev/null @@ -1 +0,0 @@ -init-sysctl diff --git a/layout/rootfs/etc/s6-rc/source-base/load-essential-modules/down b/layout/rootfs/etc/s6-rc/source-base/load-essential-modules/down deleted file mode 100644 index e69de29..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/load-essential-modules/down +++ /dev/null diff --git a/layout/rootfs/etc/s6-rc/source-base/load-essential-modules/type b/layout/rootfs/etc/s6-rc/source-base/load-essential-modules/type deleted file mode 100644 index bdd22a1..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/load-essential-modules/type +++ /dev/null @@ -1 +0,0 @@ -oneshot diff --git a/layout/rootfs/etc/s6-rc/source-base/load-essential-modules/up b/layout/rootfs/etc/s6-rc/source-base/load-essential-modules/up deleted file mode 100644 index 892d25b..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/load-essential-modules/up +++ /dev/null @@ -1,2 +0,0 @@ -if { modprobe atkbd } -modprobe mousedev diff --git a/layout/rootfs/etc/s6-rc/source-base/mdevd/dependencies b/layout/rootfs/etc/s6-rc/source-base/mdevd/dependencies deleted file mode 100644 index 690f6cf..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mdevd/dependencies +++ /dev/null @@ -1,2 +0,0 @@ -mount-sys -init-dev diff --git a/layout/rootfs/etc/s6-rc/source-base/mdevd/notification-fd b/layout/rootfs/etc/s6-rc/source-base/mdevd/notification-fd deleted file mode 100644 index 00750ed..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mdevd/notification-fd +++ /dev/null @@ -1 +0,0 @@ -3 diff --git a/layout/rootfs/etc/s6-rc/source-base/mdevd/run b/layout/rootfs/etc/s6-rc/source-base/mdevd/run deleted file mode 100755 index 7144bc9..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mdevd/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/command/execlineb -P -exec -c -export PATH /command:/bin -mdevd -D 3 diff --git a/layout/rootfs/etc/s6-rc/source-base/mdevd/type b/layout/rootfs/etc/s6-rc/source-base/mdevd/type deleted file mode 100644 index 5883cff..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mdevd/type +++ /dev/null @@ -1 +0,0 @@ -longrun diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-cgroups-base/dependencies b/layout/rootfs/etc/s6-rc/source-base/mount-cgroups-base/dependencies deleted file mode 100644 index 4daddb7..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-cgroups-base/dependencies +++ /dev/null @@ -1 +0,0 @@ -00 diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-cgroups-base/down b/layout/rootfs/etc/s6-rc/source-base/mount-cgroups-base/down deleted file mode 100644 index 60450a4..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-cgroups-base/down +++ /dev/null @@ -1 +0,0 @@ -s6-umount /sys/fs/cgroup diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-cgroups-base/type b/layout/rootfs/etc/s6-rc/source-base/mount-cgroups-base/type deleted file mode 100644 index bdd22a1..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-cgroups-base/type +++ /dev/null @@ -1 +0,0 @@ -oneshot diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-cgroups-base/up b/layout/rootfs/etc/s6-rc/source-base/mount-cgroups-base/up deleted file mode 100644 index a2f1dd8..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-cgroups-base/up +++ /dev/null @@ -1,2 +0,0 @@ -if { s6-mkdir -p -m 0755 /sys/fs/cgroup } -s6-mount -wt tmpfs cgroup /sys/fs/cgroup diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-cgroups-sub/dependencies b/layout/rootfs/etc/s6-rc/source-base/mount-cgroups-sub/dependencies deleted file mode 100644 index b19d47d..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-cgroups-sub/dependencies +++ /dev/null @@ -1 +0,0 @@ -mount-cgroups-base diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-cgroups-sub/down b/layout/rootfs/etc/s6-rc/source-base/mount-cgroups-sub/down deleted file mode 100644 index 5bd0e30..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-cgroups-sub/down +++ /dev/null @@ -1,4 +0,0 @@ -elglob -v -0 CGROUPS /sys/fs/cgroup/* -forx -p i { ${CGROUPS} } -importas -u i i -s6-umount $i diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-cgroups-sub/type b/layout/rootfs/etc/s6-rc/source-base/mount-cgroups-sub/type deleted file mode 100644 index bdd22a1..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-cgroups-sub/type +++ /dev/null @@ -1 +0,0 @@ -oneshot diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-cgroups-sub/up b/layout/rootfs/etc/s6-rc/source-base/mount-cgroups-sub/up deleted file mode 100644 index 0c915da..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-cgroups-sub/up +++ /dev/null @@ -1,10 +0,0 @@ -redirfd -r 0 /proc/cgroups -pipeline { s6-tail -n +2 } -pipeline { s6-cut -d"\t" -f1 } -pipeline { s6-grep -vF -- devices } -forstdin -d"\n" -- i -importas -u i i -if { s6-mkdir -p /sys/fs/cgroup/${i} } -foreground { s6-mount -t cgroup -o ${i} -- cgroup /sys/fs/cgroup/${i} } -importas -u ? ? -s6-test $? -le 1 diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-cgroups/contents b/layout/rootfs/etc/s6-rc/source-base/mount-cgroups/contents deleted file mode 100644 index f72ff6d..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-cgroups/contents +++ /dev/null @@ -1,2 +0,0 @@ -mount-cgroups-base -mount-cgroups-sub diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-cgroups/type b/layout/rootfs/etc/s6-rc/source-base/mount-cgroups/type deleted file mode 100644 index 757b422..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-cgroups/type +++ /dev/null @@ -1 +0,0 @@ -bundle diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-devpts/dependencies b/layout/rootfs/etc/s6-rc/source-base/mount-devpts/dependencies deleted file mode 100644 index c1ee812..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-devpts/dependencies +++ /dev/null @@ -1 +0,0 @@ -init-dev diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-devpts/type b/layout/rootfs/etc/s6-rc/source-base/mount-devpts/type deleted file mode 100644 index bdd22a1..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-devpts/type +++ /dev/null @@ -1 +0,0 @@ -oneshot diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-devpts/up b/layout/rootfs/etc/s6-rc/source-base/mount-devpts/up deleted file mode 100644 index 8c5da6d..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-devpts/up +++ /dev/null @@ -1,4 +0,0 @@ -if { s6-mkdir -p -m 0755 -- /dev/pts } -foreground { s6-mount -wt devpts -o noexec,nosuid,gid=0,mode=0600 devpts /dev/pts } -importas ? ? -s6-test $? -le 1 diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-disks/contents b/layout/rootfs/etc/s6-rc/source-base/mount-disks/contents deleted file mode 100644 index 0131ea6..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-disks/contents +++ /dev/null @@ -1,5 +0,0 @@ -mount-rwfs -mount-syncfs -mount-userfs -mount-stagingfs -mount-swap diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-disks/type b/layout/rootfs/etc/s6-rc/source-base/mount-disks/type deleted file mode 100644 index 757b422..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-disks/type +++ /dev/null @@ -1 +0,0 @@ -bundle diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-proc/dependencies b/layout/rootfs/etc/s6-rc/source-base/mount-proc/dependencies deleted file mode 100644 index 4daddb7..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-proc/dependencies +++ /dev/null @@ -1 +0,0 @@ -00 diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-proc/type b/layout/rootfs/etc/s6-rc/source-base/mount-proc/type deleted file mode 100644 index bdd22a1..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-proc/type +++ /dev/null @@ -1 +0,0 @@ -oneshot diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-proc/up b/layout/rootfs/etc/s6-rc/source-base/mount-proc/up deleted file mode 100644 index 1eeaa8a..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-proc/up +++ /dev/null @@ -1,3 +0,0 @@ -foreground { s6-mount -wt proc proc /proc } -importas ? ? -s6-test $? -le 1 diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-rwfs/dependencies b/layout/rootfs/etc/s6-rc/source-base/mount-rwfs/dependencies deleted file mode 100644 index bee63cb..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-rwfs/dependencies +++ /dev/null @@ -1 +0,0 @@ -init-coldplug diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-rwfs/down b/layout/rootfs/etc/s6-rc/source-base/mount-rwfs/down deleted file mode 100644 index 00b6eb1..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-rwfs/down +++ /dev/null @@ -1 +0,0 @@ -s6-umount /mnt/rwfs diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-rwfs/type b/layout/rootfs/etc/s6-rc/source-base/mount-rwfs/type deleted file mode 100644 index bdd22a1..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-rwfs/type +++ /dev/null @@ -1 +0,0 @@ -oneshot diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-rwfs/up b/layout/rootfs/etc/s6-rc/source-base/mount-rwfs/up deleted file mode 100644 index bb04b0e..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-rwfs/up +++ /dev/null @@ -1 +0,0 @@ -s6-mount -wt ext4 /dev/%%PARTITION%%3 /mnt/rwfs diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-stagingfs/dependencies b/layout/rootfs/etc/s6-rc/source-base/mount-stagingfs/dependencies deleted file mode 100644 index bee63cb..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-stagingfs/dependencies +++ /dev/null @@ -1 +0,0 @@ -init-coldplug diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-stagingfs/down b/layout/rootfs/etc/s6-rc/source-base/mount-stagingfs/down deleted file mode 100644 index a89d6eb..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-stagingfs/down +++ /dev/null @@ -1 +0,0 @@ -s6-umount /mnt/stagingfs diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-stagingfs/type b/layout/rootfs/etc/s6-rc/source-base/mount-stagingfs/type deleted file mode 100644 index bdd22a1..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-stagingfs/type +++ /dev/null @@ -1 +0,0 @@ -oneshot diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-stagingfs/up b/layout/rootfs/etc/s6-rc/source-base/mount-stagingfs/up deleted file mode 100644 index d335a16..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-stagingfs/up +++ /dev/null @@ -1 +0,0 @@ -s6-mount -wt ext4 /dev/%%PARTITION%%6 /mnt/stagingfs diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-swap/dependencies b/layout/rootfs/etc/s6-rc/source-base/mount-swap/dependencies deleted file mode 100644 index bee63cb..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-swap/dependencies +++ /dev/null @@ -1 +0,0 @@ -init-coldplug diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-swap/down b/layout/rootfs/etc/s6-rc/source-base/mount-swap/down deleted file mode 100644 index e21a30d..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-swap/down +++ /dev/null @@ -1 +0,0 @@ -s6-swapoff /dev/%%PARTITION%%3 diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-swap/type b/layout/rootfs/etc/s6-rc/source-base/mount-swap/type deleted file mode 100644 index bdd22a1..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-swap/type +++ /dev/null @@ -1 +0,0 @@ -oneshot diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-swap/up b/layout/rootfs/etc/s6-rc/source-base/mount-swap/up deleted file mode 100644 index 75fc818..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-swap/up +++ /dev/null @@ -1 +0,0 @@ -s6-swapon /dev/%%PARTITION%%2 diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-syncfs/dependencies b/layout/rootfs/etc/s6-rc/source-base/mount-syncfs/dependencies deleted file mode 100644 index 4daddb7..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-syncfs/dependencies +++ /dev/null @@ -1 +0,0 @@ -00 diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-syncfs/down b/layout/rootfs/etc/s6-rc/source-base/mount-syncfs/down deleted file mode 100644 index 8437c5c..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-syncfs/down +++ /dev/null @@ -1 +0,0 @@ -# s6-umount /mnt/syncfs diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-syncfs/type b/layout/rootfs/etc/s6-rc/source-base/mount-syncfs/type deleted file mode 100644 index bdd22a1..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-syncfs/type +++ /dev/null @@ -1 +0,0 @@ -oneshot diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-syncfs/up b/layout/rootfs/etc/s6-rc/source-base/mount-syncfs/up deleted file mode 100644 index cebf60d..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-syncfs/up +++ /dev/null @@ -1 +0,0 @@ -# s6-mount -wt tmpfs -o sync,nodev,noexec,nosuid tmpfs /mnt/syncfs diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-sys/dependencies b/layout/rootfs/etc/s6-rc/source-base/mount-sys/dependencies deleted file mode 100644 index 4daddb7..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-sys/dependencies +++ /dev/null @@ -1 +0,0 @@ -00 diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-sys/type b/layout/rootfs/etc/s6-rc/source-base/mount-sys/type deleted file mode 100644 index bdd22a1..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-sys/type +++ /dev/null @@ -1 +0,0 @@ -oneshot diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-sys/up b/layout/rootfs/etc/s6-rc/source-base/mount-sys/up deleted file mode 100644 index 9573fe4..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-sys/up +++ /dev/null @@ -1,3 +0,0 @@ -foreground { s6-mount -wt sysfs sys /sys } -importas ? ? -s6-test $? -le 1 diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-userfs/dependencies b/layout/rootfs/etc/s6-rc/source-base/mount-userfs/dependencies deleted file mode 100644 index bee63cb..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-userfs/dependencies +++ /dev/null @@ -1 +0,0 @@ -init-coldplug diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-userfs/down b/layout/rootfs/etc/s6-rc/source-base/mount-userfs/down deleted file mode 100644 index 2583c7d..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-userfs/down +++ /dev/null @@ -1 +0,0 @@ -s6-umount /mnt/userfs diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-userfs/type b/layout/rootfs/etc/s6-rc/source-base/mount-userfs/type deleted file mode 100644 index bdd22a1..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-userfs/type +++ /dev/null @@ -1 +0,0 @@ -oneshot diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-userfs/up b/layout/rootfs/etc/s6-rc/source-base/mount-userfs/up deleted file mode 100644 index fcac0f0..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-userfs/up +++ /dev/null @@ -1 +0,0 @@ -s6-mount -wt ext4 /dev/%%PARTITION%%5 /mnt/userfs diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-virtual/contents b/layout/rootfs/etc/s6-rc/source-base/mount-virtual/contents deleted file mode 100644 index 4f9af9e..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-virtual/contents +++ /dev/null @@ -1,4 +0,0 @@ -mount-proc -mount-sys -mount-devpts -mount-cgroups diff --git a/layout/rootfs/etc/s6-rc/source-base/mount-virtual/type b/layout/rootfs/etc/s6-rc/source-base/mount-virtual/type deleted file mode 100644 index 757b422..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/mount-virtual/type +++ /dev/null @@ -1 +0,0 @@ -bundle diff --git a/layout/rootfs/etc/s6-rc/source-base/ntpclient-log/consumer-for b/layout/rootfs/etc/s6-rc/source-base/ntpclient-log/consumer-for deleted file mode 100644 index a0f3ade..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/ntpclient-log/consumer-for +++ /dev/null @@ -1 +0,0 @@ -ntpclient diff --git a/layout/rootfs/etc/s6-rc/source-base/ntpclient-log/dependencies b/layout/rootfs/etc/s6-rc/source-base/ntpclient-log/dependencies deleted file mode 100644 index 24f7403..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/ntpclient-log/dependencies +++ /dev/null @@ -1,2 +0,0 @@ -mount-rwfs -mount-syncfs diff --git a/layout/rootfs/etc/s6-rc/source-base/ntpclient-log/pipeline-name b/layout/rootfs/etc/s6-rc/source-base/ntpclient-log/pipeline-name deleted file mode 100644 index f9615f1..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/ntpclient-log/pipeline-name +++ /dev/null @@ -1 +0,0 @@ -ntpclient-pipeline diff --git a/layout/rootfs/etc/s6-rc/source-base/ntpclient-log/run b/layout/rootfs/etc/s6-rc/source-base/ntpclient-log/run deleted file mode 100755 index 8a70c74..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/ntpclient-log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/command/execlineb -P -s6-setuidgid ntplog -exec -c -s6-log t s1000000 n20 /var/log/ntpclient diff --git a/layout/rootfs/etc/s6-rc/source-base/ntpclient-log/type b/layout/rootfs/etc/s6-rc/source-base/ntpclient-log/type deleted file mode 100644 index 5883cff..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/ntpclient-log/type +++ /dev/null @@ -1 +0,0 @@ -longrun diff --git a/layout/rootfs/etc/s6-rc/source-base/ntpclient/dependencies b/layout/rootfs/etc/s6-rc/source-base/ntpclient/dependencies deleted file mode 100644 index a328ed2..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/ntpclient/dependencies +++ /dev/null @@ -1,3 +0,0 @@ -activate-eth0 -dnscache -init-clock diff --git a/layout/rootfs/etc/s6-rc/source-base/ntpclient/notification-fd b/layout/rootfs/etc/s6-rc/source-base/ntpclient/notification-fd deleted file mode 100644 index 00750ed..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/ntpclient/notification-fd +++ /dev/null @@ -1 +0,0 @@ -3 diff --git a/layout/rootfs/etc/s6-rc/source-base/ntpclient/producer-for b/layout/rootfs/etc/s6-rc/source-base/ntpclient/producer-for deleted file mode 100644 index c51cd0b..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/ntpclient/producer-for +++ /dev/null @@ -1 +0,0 @@ -ntpclient-log diff --git a/layout/rootfs/etc/s6-rc/source-base/ntpclient/run b/layout/rootfs/etc/s6-rc/source-base/ntpclient/run deleted file mode 100755 index 3eebee0..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/ntpclient/run +++ /dev/null @@ -1,58 +0,0 @@ -#!/command/execlineb -P - -fdmove -c 2 1 - - -# Get the IP addresses for some NTP servers in our country. -# Limit the DNS queries to 30 seconds: if the DNS is slower than -# that, chances are the server isn't good for us anyway. -# All the queries are parallelized, so it's fast. - -pipeline -{ - s6-setuidgid nobody - s6-envdir /etc/s6-linux-init/env-stage2 - importas -u COUNTRY_CODE COUNTRY_CODE - forx -p I { 0 1 } - importas -u I I - s6-dnsip4 -t 30000 -- ${I}.${COUNTRY_CODE}.pool.ntp.org -} -importas -u p1 ! - - -# Ask for a NTP exchange with the servers we get. -# If the exchange can't be completed in 5 seconds, kill it. -# All the queries are parallelized. - -pipeline -{ - s6-setuidgid ntp - forstdin -p -d"\n" NTPSERVERIP - importas -u NTPSERVERIP NTPSERVERIP - s6-sntpclock -T 5000 ${NTPSERVERIP} -} -importas -u p2 ! - - -# Take the first answer we get - -pipeline -{ - s6-setuidgid nobody - s6-head -Sc 12 -} -importas -u p3 ! - - -# Update the system clock. Accept 10 minutes of discrepancy. - -if { s6-clockadd -e 600000 } - - -# Success. Send a readiness notification, reap zombies, -# and sleep for 4 hours. - -s6-setuidgid nobody -if { fdmove 1 3 s6-echo } -wait { ${p1} ${p2} ${p3} } -s6-sleep 14400 diff --git a/layout/rootfs/etc/s6-rc/source-base/ntpclient/type b/layout/rootfs/etc/s6-rc/source-base/ntpclient/type deleted file mode 100644 index 5883cff..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/ntpclient/type +++ /dev/null @@ -1 +0,0 @@ -longrun diff --git a/layout/rootfs/etc/s6-rc/source-base/ok-all/contents b/layout/rootfs/etc/s6-rc/source-base/ok-all/contents deleted file mode 100644 index df4c9cd..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/ok-all/contents +++ /dev/null @@ -1,3 +0,0 @@ -ok-local -ok-lan -ntpclient-pipeline diff --git a/layout/rootfs/etc/s6-rc/source-base/ok-all/type b/layout/rootfs/etc/s6-rc/source-base/ok-all/type deleted file mode 100644 index 757b422..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/ok-all/type +++ /dev/null @@ -1 +0,0 @@ -bundle diff --git a/layout/rootfs/etc/s6-rc/source-base/ok-lan/contents b/layout/rootfs/etc/s6-rc/source-base/ok-lan/contents deleted file mode 100644 index 6e6b405..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/ok-lan/contents +++ /dev/null @@ -1,3 +0,0 @@ -dnscache-pipeline -sshd-4-pipeline -activate-eth0 diff --git a/layout/rootfs/etc/s6-rc/source-base/ok-lan/type b/layout/rootfs/etc/s6-rc/source-base/ok-lan/type deleted file mode 100644 index 757b422..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/ok-lan/type +++ /dev/null @@ -1 +0,0 @@ -bundle diff --git a/layout/rootfs/etc/s6-rc/source-base/ok-local/contents b/layout/rootfs/etc/s6-rc/source-base/ok-local/contents deleted file mode 100644 index cbe3499..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/ok-local/contents +++ /dev/null @@ -1,10 +0,0 @@ -mdevd -syslogd-pipeline -klogd-pipeline -fdholder-pipeline -mount-disks -mount-virtual -init-coldplug -init-sysctl -init-fds -fifodir-cleanup diff --git a/layout/rootfs/etc/s6-rc/source-base/ok-local/type b/layout/rootfs/etc/s6-rc/source-base/ok-local/type deleted file mode 100644 index 757b422..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/ok-local/type +++ /dev/null @@ -1 +0,0 @@ -bundle diff --git a/layout/rootfs/etc/s6-rc/source-base/sshd-4-log/consumer-for b/layout/rootfs/etc/s6-rc/source-base/sshd-4-log/consumer-for deleted file mode 100644 index 7d1730e..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/sshd-4-log/consumer-for +++ /dev/null @@ -1 +0,0 @@ -sshd-4 diff --git a/layout/rootfs/etc/s6-rc/source-base/sshd-4-log/dependencies b/layout/rootfs/etc/s6-rc/source-base/sshd-4-log/dependencies deleted file mode 100644 index 24f7403..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/sshd-4-log/dependencies +++ /dev/null @@ -1,2 +0,0 @@ -mount-rwfs -mount-syncfs diff --git a/layout/rootfs/etc/s6-rc/source-base/sshd-4-log/pipeline-name b/layout/rootfs/etc/s6-rc/source-base/sshd-4-log/pipeline-name deleted file mode 100644 index d46bed2..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/sshd-4-log/pipeline-name +++ /dev/null @@ -1 +0,0 @@ -sshd-4-pipeline diff --git a/layout/rootfs/etc/s6-rc/source-base/sshd-4-log/run b/layout/rootfs/etc/s6-rc/source-base/sshd-4-log/run deleted file mode 100755 index e40c2af..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/sshd-4-log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/command/execlineb -P -s6-setuidgid sshlog -exec -c -s6-log t s1000000 n20 /var/log/sshd-4 diff --git a/layout/rootfs/etc/s6-rc/source-base/sshd-4-log/type b/layout/rootfs/etc/s6-rc/source-base/sshd-4-log/type deleted file mode 100644 index 5883cff..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/sshd-4-log/type +++ /dev/null @@ -1 +0,0 @@ -longrun diff --git a/layout/rootfs/etc/s6-rc/source-base/sshd-4/data/rules/ip4/0.0.0.0_0/allow b/layout/rootfs/etc/s6-rc/source-base/sshd-4/data/rules/ip4/0.0.0.0_0/allow deleted file mode 100644 index e69de29..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/sshd-4/data/rules/ip4/0.0.0.0_0/allow +++ /dev/null diff --git a/layout/rootfs/etc/s6-rc/source-base/sshd-4/dependencies b/layout/rootfs/etc/s6-rc/source-base/sshd-4/dependencies deleted file mode 100644 index 6daf05b..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/sshd-4/dependencies +++ /dev/null @@ -1 +0,0 @@ -init-lan diff --git a/layout/rootfs/etc/s6-rc/source-base/sshd-4/notification-fd b/layout/rootfs/etc/s6-rc/source-base/sshd-4/notification-fd deleted file mode 100644 index 00750ed..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/sshd-4/notification-fd +++ /dev/null @@ -1 +0,0 @@ -3 diff --git a/layout/rootfs/etc/s6-rc/source-base/sshd-4/producer-for b/layout/rootfs/etc/s6-rc/source-base/sshd-4/producer-for deleted file mode 100644 index f103f82..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/sshd-4/producer-for +++ /dev/null @@ -1 +0,0 @@ -sshd-4-log diff --git a/layout/rootfs/etc/s6-rc/source-base/sshd-4/run b/layout/rootfs/etc/s6-rc/source-base/sshd-4/run deleted file mode 100755 index 6d0c503..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/sshd-4/run +++ /dev/null @@ -1,6 +0,0 @@ -#!/command/execlineb -P -fdmove -c 2 1 -fdmove 1 3 -s6-tcpserver4 -v 2 -1 -- 0.0.0.0 22 -s6-tcpserver-access -v 2 -DRHl0 -t 5000 -i data/rules -- -dropbear -i -K 60 diff --git a/layout/rootfs/etc/s6-rc/source-base/sshd-4/type b/layout/rootfs/etc/s6-rc/source-base/sshd-4/type deleted file mode 100644 index 5883cff..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/sshd-4/type +++ /dev/null @@ -1 +0,0 @@ -longrun diff --git a/layout/rootfs/etc/s6-rc/source-base/static-eth0/dependencies b/layout/rootfs/etc/s6-rc/source-base/static-eth0/dependencies deleted file mode 100644 index 61c05ca..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/static-eth0/dependencies +++ /dev/null @@ -1 +0,0 @@ -init-eth0 diff --git a/layout/rootfs/etc/s6-rc/source-base/static-eth0/down b/layout/rootfs/etc/s6-rc/source-base/static-eth0/down deleted file mode 100644 index 8b13789..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/static-eth0/down +++ /dev/null @@ -1 +0,0 @@ - diff --git a/layout/rootfs/etc/s6-rc/source-base/static-eth0/type b/layout/rootfs/etc/s6-rc/source-base/static-eth0/type deleted file mode 100644 index bdd22a1..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/static-eth0/type +++ /dev/null @@ -1 +0,0 @@ -oneshot diff --git a/layout/rootfs/etc/s6-rc/source-base/static-eth0/up b/layout/rootfs/etc/s6-rc/source-base/static-eth0/up deleted file mode 100644 index 640d66a..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/static-eth0/up +++ /dev/null @@ -1,9 +0,0 @@ -s6-envdir /etc/s6-linux-init/env-stage2 -multisubstitute -{ - importas -i ETH0_IP4 ETH0_IP4 - importas DEFAULT_ROUTER_IP4 DEFAULT_ROUTER_IP4 -} -if { ip addr add ${ETH0_IP4}/24 dev eth0 } -foreground { ip route del default } -route add default gw ${DEFAULT_ROUTER_IP4} diff --git a/layout/rootfs/etc/s6-rc/source-base/syslogd-log/consumer-for b/layout/rootfs/etc/s6-rc/source-base/syslogd-log/consumer-for deleted file mode 100644 index 96c5cc7..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/syslogd-log/consumer-for +++ /dev/null @@ -1 +0,0 @@ -syslogd diff --git a/layout/rootfs/etc/s6-rc/source-base/syslogd-log/dependencies b/layout/rootfs/etc/s6-rc/source-base/syslogd-log/dependencies deleted file mode 100644 index 24f7403..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/syslogd-log/dependencies +++ /dev/null @@ -1,2 +0,0 @@ -mount-rwfs -mount-syncfs diff --git a/layout/rootfs/etc/s6-rc/source-base/syslogd-log/pipeline-name b/layout/rootfs/etc/s6-rc/source-base/syslogd-log/pipeline-name deleted file mode 100644 index c8a925a..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/syslogd-log/pipeline-name +++ /dev/null @@ -1 +0,0 @@ -syslogd-pipeline diff --git a/layout/rootfs/etc/s6-rc/source-base/syslogd-log/run b/layout/rootfs/etc/s6-rc/source-base/syslogd-log/run deleted file mode 100755 index b04f309..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/syslogd-log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/command/execlineb -P -s6-setuidgid sysllog -exec -c -s6-log t s1000000 n20 /var/log/syslogd diff --git a/layout/rootfs/etc/s6-rc/source-base/syslogd-log/type b/layout/rootfs/etc/s6-rc/source-base/syslogd-log/type deleted file mode 100644 index 5883cff..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/syslogd-log/type +++ /dev/null @@ -1 +0,0 @@ -longrun diff --git a/layout/rootfs/etc/s6-rc/source-base/syslogd/dependencies b/layout/rootfs/etc/s6-rc/source-base/syslogd/dependencies deleted file mode 100644 index c1ee812..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/syslogd/dependencies +++ /dev/null @@ -1 +0,0 @@ -init-dev diff --git a/layout/rootfs/etc/s6-rc/source-base/syslogd/producer-for b/layout/rootfs/etc/s6-rc/source-base/syslogd/producer-for deleted file mode 100644 index 75d14f5..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/syslogd/producer-for +++ /dev/null @@ -1 +0,0 @@ -syslogd-log diff --git a/layout/rootfs/etc/s6-rc/source-base/syslogd/run b/layout/rootfs/etc/s6-rc/source-base/syslogd/run deleted file mode 100755 index 1036f5e..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/syslogd/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/command/execlineb -P -fdclose 0 -exec -c -socklog diff --git a/layout/rootfs/etc/s6-rc/source-base/syslogd/type b/layout/rootfs/etc/s6-rc/source-base/syslogd/type deleted file mode 100644 index 5883cff..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/syslogd/type +++ /dev/null @@ -1 +0,0 @@ -longrun diff --git a/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0-log/consumer-for b/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0-log/consumer-for deleted file mode 100644 index 5faea8d..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0-log/consumer-for +++ /dev/null @@ -1 +0,0 @@ -udhcpc-eth0 diff --git a/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0-log/dependencies b/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0-log/dependencies deleted file mode 100644 index 24f7403..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0-log/dependencies +++ /dev/null @@ -1,2 +0,0 @@ -mount-rwfs -mount-syncfs diff --git a/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0-log/pipeline-name b/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0-log/pipeline-name deleted file mode 100644 index 4ab35cc..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0-log/pipeline-name +++ /dev/null @@ -1 +0,0 @@ -udhcpc-eth0-pipeline diff --git a/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0-log/run b/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0-log/run deleted file mode 100644 index 51000a4..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0-log/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/command/execlineb -P -s6-setuidgid dhcpclog -exec -c -s6-log t s1000000 n20 /var/log/udhcpc-eth0 diff --git a/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0-log/type b/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0-log/type deleted file mode 100644 index 5883cff..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0-log/type +++ /dev/null @@ -1 +0,0 @@ -longrun diff --git a/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0/dependencies b/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0/dependencies deleted file mode 100644 index 61c05ca..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0/dependencies +++ /dev/null @@ -1 +0,0 @@ -init-eth0 diff --git a/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0/env/.empty b/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0/env/.empty deleted file mode 100644 index e69de29..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0/env/.empty +++ /dev/null diff --git a/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0/notification-fd b/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0/notification-fd deleted file mode 100644 index 00750ed..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0/notification-fd +++ /dev/null @@ -1 +0,0 @@ -3 diff --git a/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0/producer-for b/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0/producer-for deleted file mode 100644 index a880648..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0/producer-for +++ /dev/null @@ -1 +0,0 @@ -udhcpc-eth0-log diff --git a/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0/run b/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0/run deleted file mode 100644 index 6e53da6..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0/run +++ /dev/null @@ -1,5 +0,0 @@ -#!/command/execlineb -P -fdmove -c 2 1 -s6-envdir -nI env -importas -usd" " IPARG IPARG -udhcpc -f -C -i eth0 -x lease:86400 $IPARG -s /etc/udhcpc/udhcpc-script diff --git a/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0/type b/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0/type deleted file mode 100644 index 5883cff..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/udhcpc-eth0/type +++ /dev/null @@ -1 +0,0 @@ -longrun diff --git a/layout/rootfs/etc/shadow b/layout/rootfs/etc/shadow index 3fbe870..b6abce1 100644 --- a/layout/rootfs/etc/shadow +++ b/layout/rootfs/etc/shadow @@ -1,26 +1,9 @@ root:$6$UbRjESrSfLBM6.Z4$WSPD5fcalaQp6zzUd/a7mwEjRO6qMFoyK3ZyfMv0MWZPItkAWDd2nOdwIcnLNRWGuYP24RQSxCUPYeqlnqizJ.:14792:0:99999:7::: catchlog:!:14761:0:99999:7::: alias:!:14761:0:99999:7::: -guest:$6$1OeGX48m9xnIEoJe$0m0RuDQE83Yb6xJx7Woipca7hOla9G5YJAhz2W5IXUBStgzyTQzJIYS1am6d6OKZ4l8XopsZ4H4bsWskWlYHU1:14761:0:99999:7::: nobody:!:14314:0:99999:7::: -devlog:!:14793:::::: klog:!:14793:::::: kllog:!:14793:::::: -syslog:!:14793:::::: -sysllog:!:14793:::::: ntp:!:14849:::::: ntplog:!:14849:::::: -tailog:!:14849:::::: -tai:!:14849:::::: -dnscache:!:15041:::::: -public:!:15041:::::: -publilog:!:15041:::::: -dnslog:!:15041:::::: -identlog:!:15042:::::: -ident:!:15042:::::: -locklog:!:15041:::::: -lock:!:15041:::::: -fdhlog:!:15041:::::: -fdh:!:15041:::::: -sysfdh:!:15041:::::: -sshlog:!:15041:::::: +sshlog:!:14849:::::: diff --git a/layout/rootfs/etc/shells b/layout/rootfs/etc/shells deleted file mode 100644 index dd7a1d3..0000000 --- a/layout/rootfs/etc/shells +++ /dev/null @@ -1,2 +0,0 @@ -/bin/sh -/etc/execline-startup diff --git a/layout/rootfs/etc/sysctl.conf b/layout/rootfs/etc/sysctl.conf index 3612602..c8274d0 100644 --- a/layout/rootfs/etc/sysctl.conf +++ b/layout/rootfs/etc/sysctl.conf @@ -1,6 +1,6 @@ kernel/modprobe /bin/modprobe kernel/panic 60 kernel/panic_on_oops 1 -kernel/poweroff_cmd /command/s6-poweroff +kernel/poweroff_cmd /bin/poweroff vm/overcommit_memory 2 vm/overcommit_ratio 100 diff --git a/layout/rootfs/etc/udhcpc/bound b/layout/rootfs/etc/udhcpc/bound deleted file mode 100755 index c6a5748..0000000 --- a/layout/rootfs/etc/udhcpc/bound +++ /dev/null @@ -1,25 +0,0 @@ -#!/command/execlineb -P - -multisubstitute -{ - importas -ui interface interface - importas -ui ip ip - importas -ui subnet subnet - importas -ui mask mask - importas -ui router router - importas -ui dns dns - importas -uD localdomain domain domain - importas -ui lease lease -} - -foreground -{ - redirfd -w 1 /run/service/udhcpc-${interface}/env/IPARG - s6-echo -- "-r "${ip}" " -} -unexport ? -if { s6-echo "udhcpc-script: bound: ${ip}/${mask} on ${interface}, gateway ${router}, lease time ${lease}" } -if { ip addr add ${ip}/${subnet} dev ${interface} } -foreground { redirfd -w 2 /dev/null ip route del default } -if { route add default gw ${router} } -fdmove 1 3 s6-echo diff --git a/layout/rootfs/etc/udhcpc/deconfig b/layout/rootfs/etc/udhcpc/deconfig deleted file mode 100755 index aee3f08..0000000 --- a/layout/rootfs/etc/udhcpc/deconfig +++ /dev/null @@ -1,7 +0,0 @@ -#!/command/execlineb -P -multisubstitute -{ - importas -uD "<no server id>" serverid serverid - importas -uD "<no error message>" message message -} -s6-echo "udhcpc-script: deconfig: server ${serverid} said: ${message}" diff --git a/layout/rootfs/etc/udhcpc/leasefail b/layout/rootfs/etc/udhcpc/leasefail deleted file mode 100755 index 2323345..0000000 --- a/layout/rootfs/etc/udhcpc/leasefail +++ /dev/null @@ -1,7 +0,0 @@ -#!/command/execlineb -P -multisubstitute -{ - importas -uD "<no server id>" serverid serverid - importas -uD "<no error message>" message message -} -s6-echo "udhcpc-script: leasefail: server ${serverid} said: ${message}" diff --git a/layout/rootfs/etc/udhcpc/nak b/layout/rootfs/etc/udhcpc/nak deleted file mode 100755 index 3ebcd12..0000000 --- a/layout/rootfs/etc/udhcpc/nak +++ /dev/null @@ -1,7 +0,0 @@ -#!/command/execlineb -P -multisubstitute -{ - importas -uD "<no server id>" serverid serverid - importas -uD "<no error message>" message message -} -s6-echo "udhcpc-script: nak: server ${serverid} said: ${message}" diff --git a/layout/rootfs/etc/udhcpc/renew b/layout/rootfs/etc/udhcpc/renew deleted file mode 100755 index 7b52a06..0000000 --- a/layout/rootfs/etc/udhcpc/renew +++ /dev/null @@ -1,12 +0,0 @@ -#!/command/execlineb -P - -multisubstitute -{ - importas -ui interface interface - importas -ui ip ip - importas -uD "<unknown mask>" mask mask - importas -uD "<unknown DNS>" dns dns - importas -ui router router - importas -ui lease lease -} -s6-echo "udhcpc-script: renew: ${ip}/${mask} on ${interface}, gateway ${router}, lease time ${lease}" diff --git a/layout/rootfs/etc/udhcpc/udhcpc-script b/layout/rootfs/etc/udhcpc/udhcpc-script deleted file mode 100755 index 9db2042..0000000 --- a/layout/rootfs/etc/udhcpc/udhcpc-script +++ /dev/null @@ -1,4 +0,0 @@ -#!/command/execlineb -S1 -ifelse { s6-test $# -ge 1 } { /etc/udhcpc/$1 } -if { fdmove -c 1 2 s6-echo "udhcpc-script: too few arguments" } -exit 1 diff --git a/layout/rootfs/etc/zoneinfo/Africa/Abidjan b/layout/rootfs/etc/zoneinfo/Africa/Abidjan deleted file mode 120000 index 159f996..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Abidjan +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Abidjan
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Accra b/layout/rootfs/etc/zoneinfo/Africa/Accra deleted file mode 120000 index 030d201..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Accra +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Accra
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Addis_Ababa b/layout/rootfs/etc/zoneinfo/Africa/Addis_Ababa deleted file mode 120000 index 726e5e5..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Addis_Ababa +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Addis_Ababa
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Algiers b/layout/rootfs/etc/zoneinfo/Africa/Algiers deleted file mode 120000 index e77d527..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Algiers +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Algiers
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Asmara b/layout/rootfs/etc/zoneinfo/Africa/Asmara deleted file mode 120000 index d76b66e..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Asmara +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Asmera
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Asmera b/layout/rootfs/etc/zoneinfo/Africa/Asmera deleted file mode 120000 index d76b66e..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Asmera +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Asmera
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Bamako b/layout/rootfs/etc/zoneinfo/Africa/Bamako deleted file mode 120000 index dd896bd..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Bamako +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Timbuktu
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Bangui b/layout/rootfs/etc/zoneinfo/Africa/Bangui deleted file mode 120000 index b078c0e..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Bangui +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Bangui
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Banjul b/layout/rootfs/etc/zoneinfo/Africa/Banjul deleted file mode 120000 index cce6304..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Banjul +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Banjul
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Bissau b/layout/rootfs/etc/zoneinfo/Africa/Bissau deleted file mode 120000 index 302e17a..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Bissau +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Bissau
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Blantyre b/layout/rootfs/etc/zoneinfo/Africa/Blantyre deleted file mode 120000 index 0f74c94..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Blantyre +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Blantyre
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Brazzaville b/layout/rootfs/etc/zoneinfo/Africa/Brazzaville deleted file mode 120000 index b4f6148..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Brazzaville +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Brazzaville
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Bujumbura b/layout/rootfs/etc/zoneinfo/Africa/Bujumbura deleted file mode 120000 index 2d20cdf..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Bujumbura +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Bujumbura
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Cairo b/layout/rootfs/etc/zoneinfo/Africa/Cairo deleted file mode 120000 index cbbe266..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Cairo +++ /dev/null @@ -1 +0,0 @@ -../posix/Egypt
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Casablanca b/layout/rootfs/etc/zoneinfo/Africa/Casablanca deleted file mode 120000 index 560e405..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Casablanca +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Casablanca
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Ceuta b/layout/rootfs/etc/zoneinfo/Africa/Ceuta deleted file mode 120000 index 310e42f..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Ceuta +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Ceuta
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Conakry b/layout/rootfs/etc/zoneinfo/Africa/Conakry deleted file mode 120000 index f5f87f6..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Conakry +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Conakry
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Dakar b/layout/rootfs/etc/zoneinfo/Africa/Dakar deleted file mode 120000 index 11146e5..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Dakar +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Dakar
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Dar_es_Salaam b/layout/rootfs/etc/zoneinfo/Africa/Dar_es_Salaam deleted file mode 120000 index 9a87001..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Dar_es_Salaam +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Dar_es_Salaam
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Djibouti b/layout/rootfs/etc/zoneinfo/Africa/Djibouti deleted file mode 120000 index 48c5f3b..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Djibouti +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Djibouti
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Douala b/layout/rootfs/etc/zoneinfo/Africa/Douala deleted file mode 120000 index a0183c3..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Douala +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Douala
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/El_Aaiun b/layout/rootfs/etc/zoneinfo/Africa/El_Aaiun deleted file mode 120000 index 512af59..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/El_Aaiun +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/El_Aaiun
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Freetown b/layout/rootfs/etc/zoneinfo/Africa/Freetown deleted file mode 120000 index 0815e84..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Freetown +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Freetown
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Gaborone b/layout/rootfs/etc/zoneinfo/Africa/Gaborone deleted file mode 120000 index 26d4258..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Gaborone +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Gaborone
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Harare b/layout/rootfs/etc/zoneinfo/Africa/Harare deleted file mode 120000 index 93af189..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Harare +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Harare
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Johannesburg b/layout/rootfs/etc/zoneinfo/Africa/Johannesburg deleted file mode 120000 index 2af734c..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Johannesburg +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Johannesburg
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Juba b/layout/rootfs/etc/zoneinfo/Africa/Juba deleted file mode 120000 index 0852e04..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Juba +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Juba
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Kampala b/layout/rootfs/etc/zoneinfo/Africa/Kampala deleted file mode 120000 index f8834bd..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Kampala +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Kampala
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Khartoum b/layout/rootfs/etc/zoneinfo/Africa/Khartoum deleted file mode 120000 index 8e06210..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Khartoum +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Khartoum
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Kigali b/layout/rootfs/etc/zoneinfo/Africa/Kigali deleted file mode 120000 index 7831e20..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Kigali +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Kigali
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Kinshasa b/layout/rootfs/etc/zoneinfo/Africa/Kinshasa deleted file mode 120000 index 59f60f0..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Kinshasa +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Kinshasa
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Lagos b/layout/rootfs/etc/zoneinfo/Africa/Lagos deleted file mode 120000 index 188f259..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Lagos +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Lagos
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Libreville b/layout/rootfs/etc/zoneinfo/Africa/Libreville deleted file mode 120000 index fd12c11..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Libreville +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Libreville
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Lome b/layout/rootfs/etc/zoneinfo/Africa/Lome deleted file mode 120000 index 8cf02f5..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Lome +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Lome
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Luanda b/layout/rootfs/etc/zoneinfo/Africa/Luanda deleted file mode 120000 index 8aa2cae..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Luanda +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Luanda
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Lubumbashi b/layout/rootfs/etc/zoneinfo/Africa/Lubumbashi deleted file mode 120000 index 6a64a80..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Lubumbashi +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Lubumbashi
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Lusaka b/layout/rootfs/etc/zoneinfo/Africa/Lusaka deleted file mode 120000 index ac162ab..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Lusaka +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Lusaka
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Malabo b/layout/rootfs/etc/zoneinfo/Africa/Malabo deleted file mode 120000 index 2828b77..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Malabo +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Malabo
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Maputo b/layout/rootfs/etc/zoneinfo/Africa/Maputo deleted file mode 120000 index ff75350..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Maputo +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Maputo
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Maseru b/layout/rootfs/etc/zoneinfo/Africa/Maseru deleted file mode 120000 index 4761e81..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Maseru +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Maseru
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Mbabane b/layout/rootfs/etc/zoneinfo/Africa/Mbabane deleted file mode 120000 index 0374d48..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Mbabane +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Mbabane
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Mogadishu b/layout/rootfs/etc/zoneinfo/Africa/Mogadishu deleted file mode 120000 index 66a2631..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Mogadishu +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Mogadishu
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Monrovia b/layout/rootfs/etc/zoneinfo/Africa/Monrovia deleted file mode 120000 index a691f0b..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Monrovia +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Monrovia
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Nairobi b/layout/rootfs/etc/zoneinfo/Africa/Nairobi deleted file mode 120000 index 9b4866a..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Nairobi +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Nairobi
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Ndjamena b/layout/rootfs/etc/zoneinfo/Africa/Ndjamena deleted file mode 120000 index 56409dc..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Ndjamena +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Ndjamena
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Niamey b/layout/rootfs/etc/zoneinfo/Africa/Niamey deleted file mode 120000 index 7638458..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Niamey +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Niamey
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Nouakchott b/layout/rootfs/etc/zoneinfo/Africa/Nouakchott deleted file mode 120000 index e2e3e80..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Nouakchott +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Nouakchott
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Ouagadougou b/layout/rootfs/etc/zoneinfo/Africa/Ouagadougou deleted file mode 120000 index 70a2b42..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Ouagadougou +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Ouagadougou
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Porto-Novo b/layout/rootfs/etc/zoneinfo/Africa/Porto-Novo deleted file mode 120000 index 6c15baa..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Porto-Novo +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Porto-Novo
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Sao_Tome b/layout/rootfs/etc/zoneinfo/Africa/Sao_Tome deleted file mode 120000 index ad182d7..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Sao_Tome +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Sao_Tome
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Timbuktu b/layout/rootfs/etc/zoneinfo/Africa/Timbuktu deleted file mode 120000 index dd896bd..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Timbuktu +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Timbuktu
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Tripoli b/layout/rootfs/etc/zoneinfo/Africa/Tripoli deleted file mode 120000 index d0dd5b2..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Tripoli +++ /dev/null @@ -1 +0,0 @@ -../posix/Libya
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Tunis b/layout/rootfs/etc/zoneinfo/Africa/Tunis deleted file mode 120000 index 55a22c8..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Tunis +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Tunis
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Africa/Windhoek b/layout/rootfs/etc/zoneinfo/Africa/Windhoek deleted file mode 120000 index 4115833..0000000 --- a/layout/rootfs/etc/zoneinfo/Africa/Windhoek +++ /dev/null @@ -1 +0,0 @@ -../posix/Africa/Windhoek
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Adak b/layout/rootfs/etc/zoneinfo/America/Adak deleted file mode 120000 index 1f1a09a..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Adak +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Atka
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Anchorage b/layout/rootfs/etc/zoneinfo/America/Anchorage deleted file mode 120000 index 358b2ec..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Anchorage +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Anchorage
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Anguilla b/layout/rootfs/etc/zoneinfo/America/Anguilla deleted file mode 120000 index 499132c..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Anguilla +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Anguilla
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Antigua b/layout/rootfs/etc/zoneinfo/America/Antigua deleted file mode 120000 index 2a24001..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Antigua +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Antigua
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Araguaina b/layout/rootfs/etc/zoneinfo/America/Araguaina deleted file mode 120000 index 77be0b3..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Araguaina +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Araguaina
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Argentina/Buenos_Aires b/layout/rootfs/etc/zoneinfo/America/Argentina/Buenos_Aires deleted file mode 120000 index ab71856..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Argentina/Buenos_Aires +++ /dev/null @@ -1 +0,0 @@ -../../posix/America/Buenos_Aires
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Argentina/Catamarca b/layout/rootfs/etc/zoneinfo/America/Argentina/Catamarca deleted file mode 120000 index 458c5b2..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Argentina/Catamarca +++ /dev/null @@ -1 +0,0 @@ -../../posix/America/Catamarca
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Argentina/ComodRivadavia b/layout/rootfs/etc/zoneinfo/America/Argentina/ComodRivadavia deleted file mode 120000 index 458c5b2..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Argentina/ComodRivadavia +++ /dev/null @@ -1 +0,0 @@ -../../posix/America/Catamarca
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Argentina/Cordoba b/layout/rootfs/etc/zoneinfo/America/Argentina/Cordoba deleted file mode 120000 index d4661c3..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Argentina/Cordoba +++ /dev/null @@ -1 +0,0 @@ -../../posix/America/Cordoba
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Argentina/Jujuy b/layout/rootfs/etc/zoneinfo/America/Argentina/Jujuy deleted file mode 120000 index 1472fdc..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Argentina/Jujuy +++ /dev/null @@ -1 +0,0 @@ -../../posix/America/Argentina/Jujuy
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Argentina/La_Rioja b/layout/rootfs/etc/zoneinfo/America/Argentina/La_Rioja deleted file mode 120000 index 6afaa51..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Argentina/La_Rioja +++ /dev/null @@ -1 +0,0 @@ -../../posix/America/Argentina/La_Rioja
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Argentina/Mendoza b/layout/rootfs/etc/zoneinfo/America/Argentina/Mendoza deleted file mode 120000 index fefc013..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Argentina/Mendoza +++ /dev/null @@ -1 +0,0 @@ -../../posix/America/Argentina/Mendoza
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Argentina/Rio_Gallegos b/layout/rootfs/etc/zoneinfo/America/Argentina/Rio_Gallegos deleted file mode 120000 index 24146d7..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Argentina/Rio_Gallegos +++ /dev/null @@ -1 +0,0 @@ -../../posix/America/Argentina/Rio_Gallegos
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Argentina/Salta b/layout/rootfs/etc/zoneinfo/America/Argentina/Salta deleted file mode 120000 index d7167a9..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Argentina/Salta +++ /dev/null @@ -1 +0,0 @@ -../../posix/America/Argentina/Salta
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Argentina/San_Juan b/layout/rootfs/etc/zoneinfo/America/Argentina/San_Juan deleted file mode 120000 index df20054..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Argentina/San_Juan +++ /dev/null @@ -1 +0,0 @@ -../../posix/America/Argentina/San_Juan
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Argentina/San_Luis b/layout/rootfs/etc/zoneinfo/America/Argentina/San_Luis deleted file mode 120000 index fb11342..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Argentina/San_Luis +++ /dev/null @@ -1 +0,0 @@ -../../posix/America/Argentina/San_Luis
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Argentina/Tucuman b/layout/rootfs/etc/zoneinfo/America/Argentina/Tucuman deleted file mode 120000 index 4e93095..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Argentina/Tucuman +++ /dev/null @@ -1 +0,0 @@ -../../posix/America/Argentina/Tucuman
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Argentina/Ushuaia b/layout/rootfs/etc/zoneinfo/America/Argentina/Ushuaia deleted file mode 120000 index e448541..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Argentina/Ushuaia +++ /dev/null @@ -1 +0,0 @@ -../../posix/America/Argentina/Ushuaia
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Aruba b/layout/rootfs/etc/zoneinfo/America/Aruba deleted file mode 120000 index fa0cf09..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Aruba +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Aruba
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Asuncion b/layout/rootfs/etc/zoneinfo/America/Asuncion deleted file mode 120000 index 402df9b..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Asuncion +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Asuncion
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Atikokan b/layout/rootfs/etc/zoneinfo/America/Atikokan deleted file mode 120000 index d683dab..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Atikokan +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Atikokan
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Atka b/layout/rootfs/etc/zoneinfo/America/Atka deleted file mode 120000 index 1f1a09a..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Atka +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Atka
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Bahia b/layout/rootfs/etc/zoneinfo/America/Bahia deleted file mode 120000 index 3c18a3f..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Bahia +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Bahia
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Bahia_Banderas b/layout/rootfs/etc/zoneinfo/America/Bahia_Banderas deleted file mode 120000 index 46ee970..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Bahia_Banderas +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Bahia_Banderas
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Barbados b/layout/rootfs/etc/zoneinfo/America/Barbados deleted file mode 120000 index 945e17b..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Barbados +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Barbados
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Belem b/layout/rootfs/etc/zoneinfo/America/Belem deleted file mode 120000 index 73dcc6e..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Belem +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Belem
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Belize b/layout/rootfs/etc/zoneinfo/America/Belize deleted file mode 120000 index 29808d6..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Belize +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Belize
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Blanc-Sablon b/layout/rootfs/etc/zoneinfo/America/Blanc-Sablon deleted file mode 120000 index facee5b..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Blanc-Sablon +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Blanc-Sablon
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Boa_Vista b/layout/rootfs/etc/zoneinfo/America/Boa_Vista deleted file mode 120000 index 1e5a04e..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Boa_Vista +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Boa_Vista
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Bogota b/layout/rootfs/etc/zoneinfo/America/Bogota deleted file mode 120000 index 12f92fa..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Bogota +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Bogota
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Boise b/layout/rootfs/etc/zoneinfo/America/Boise deleted file mode 120000 index 49c1d70..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Boise +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Boise
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Buenos_Aires b/layout/rootfs/etc/zoneinfo/America/Buenos_Aires deleted file mode 120000 index 8f75726..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Buenos_Aires +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Buenos_Aires
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Cambridge_Bay b/layout/rootfs/etc/zoneinfo/America/Cambridge_Bay deleted file mode 120000 index 60f0f0a..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Cambridge_Bay +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Cambridge_Bay
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Campo_Grande b/layout/rootfs/etc/zoneinfo/America/Campo_Grande deleted file mode 120000 index 1fe0f7f..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Campo_Grande +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Campo_Grande
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Cancun b/layout/rootfs/etc/zoneinfo/America/Cancun deleted file mode 120000 index c70cd84..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Cancun +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Cancun
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Caracas b/layout/rootfs/etc/zoneinfo/America/Caracas deleted file mode 120000 index c0055af..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Caracas +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Caracas
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Catamarca b/layout/rootfs/etc/zoneinfo/America/Catamarca deleted file mode 120000 index 35d32b8..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Catamarca +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Catamarca
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Cayenne b/layout/rootfs/etc/zoneinfo/America/Cayenne deleted file mode 120000 index 1d2bbe5..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Cayenne +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Cayenne
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Cayman b/layout/rootfs/etc/zoneinfo/America/Cayman deleted file mode 120000 index 817cffe..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Cayman +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Cayman
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Chicago b/layout/rootfs/etc/zoneinfo/America/Chicago deleted file mode 120000 index ab3739a..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Chicago +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Chicago
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Chihuahua b/layout/rootfs/etc/zoneinfo/America/Chihuahua deleted file mode 120000 index a6e1236..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Chihuahua +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Chihuahua
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Coral_Harbour b/layout/rootfs/etc/zoneinfo/America/Coral_Harbour deleted file mode 120000 index d683dab..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Coral_Harbour +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Atikokan
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Cordoba b/layout/rootfs/etc/zoneinfo/America/Cordoba deleted file mode 120000 index 2020e46..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Cordoba +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Cordoba
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Costa_Rica b/layout/rootfs/etc/zoneinfo/America/Costa_Rica deleted file mode 120000 index aa21ea8..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Costa_Rica +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Costa_Rica
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Creston b/layout/rootfs/etc/zoneinfo/America/Creston deleted file mode 120000 index 1559d6b..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Creston +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Creston
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Cuiaba b/layout/rootfs/etc/zoneinfo/America/Cuiaba deleted file mode 120000 index 8a74efe..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Cuiaba +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Cuiaba
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Curacao b/layout/rootfs/etc/zoneinfo/America/Curacao deleted file mode 120000 index 97b99ce..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Curacao +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Curacao
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Danmarkshavn b/layout/rootfs/etc/zoneinfo/America/Danmarkshavn deleted file mode 120000 index e4c2817..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Danmarkshavn +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Danmarkshavn
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Dawson b/layout/rootfs/etc/zoneinfo/America/Dawson deleted file mode 120000 index fccdea7..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Dawson +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Dawson
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Dawson_Creek b/layout/rootfs/etc/zoneinfo/America/Dawson_Creek deleted file mode 120000 index bfd6b65..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Dawson_Creek +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Dawson_Creek
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Denver b/layout/rootfs/etc/zoneinfo/America/Denver deleted file mode 120000 index b9d2539..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Denver +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Denver
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Detroit b/layout/rootfs/etc/zoneinfo/America/Detroit deleted file mode 120000 index 6a96b49..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Detroit +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Detroit
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Dominica b/layout/rootfs/etc/zoneinfo/America/Dominica deleted file mode 120000 index 06329ba..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Dominica +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Dominica
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Edmonton b/layout/rootfs/etc/zoneinfo/America/Edmonton deleted file mode 120000 index e9978fc..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Edmonton +++ /dev/null @@ -1 +0,0 @@ -../Canada/Mountain
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Eirunepe b/layout/rootfs/etc/zoneinfo/America/Eirunepe deleted file mode 120000 index 847b8df..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Eirunepe +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Eirunepe
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/El_Salvador b/layout/rootfs/etc/zoneinfo/America/El_Salvador deleted file mode 120000 index f7f3298..0000000 --- a/layout/rootfs/etc/zoneinfo/America/El_Salvador +++ /dev/null @@ -1 +0,0 @@ -../posix/America/El_Salvador
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Ensenada b/layout/rootfs/etc/zoneinfo/America/Ensenada deleted file mode 120000 index 459d750..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Ensenada +++ /dev/null @@ -1 +0,0 @@ -../Mexico/BajaNorte
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Fort_Wayne b/layout/rootfs/etc/zoneinfo/America/Fort_Wayne deleted file mode 120000 index 7e31aa3..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Fort_Wayne +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Indiana/Indianapolis
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Fortaleza b/layout/rootfs/etc/zoneinfo/America/Fortaleza deleted file mode 120000 index 7d7c1bd..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Fortaleza +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Fortaleza
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Glace_Bay b/layout/rootfs/etc/zoneinfo/America/Glace_Bay deleted file mode 120000 index 9d9bb79..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Glace_Bay +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Glace_Bay
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Godthab b/layout/rootfs/etc/zoneinfo/America/Godthab deleted file mode 120000 index 5ac7158..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Godthab +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Godthab
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Goose_Bay b/layout/rootfs/etc/zoneinfo/America/Goose_Bay deleted file mode 120000 index 38dfc31..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Goose_Bay +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Goose_Bay
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Grand_Turk b/layout/rootfs/etc/zoneinfo/America/Grand_Turk deleted file mode 120000 index 16437b9..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Grand_Turk +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Grand_Turk
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Grenada b/layout/rootfs/etc/zoneinfo/America/Grenada deleted file mode 120000 index c7c5a01..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Grenada +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Grenada
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Guadeloupe b/layout/rootfs/etc/zoneinfo/America/Guadeloupe deleted file mode 120000 index 041f980..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Guadeloupe +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Marigot
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Guatemala b/layout/rootfs/etc/zoneinfo/America/Guatemala deleted file mode 120000 index f213935..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Guatemala +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Guatemala
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Guayaquil b/layout/rootfs/etc/zoneinfo/America/Guayaquil deleted file mode 120000 index 3d1a8ec..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Guayaquil +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Guayaquil
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Guyana b/layout/rootfs/etc/zoneinfo/America/Guyana deleted file mode 120000 index a75ebd8..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Guyana +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Guyana
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Halifax b/layout/rootfs/etc/zoneinfo/America/Halifax deleted file mode 120000 index 6ac03ad..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Halifax +++ /dev/null @@ -1 +0,0 @@ -../Canada/Atlantic
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Havana b/layout/rootfs/etc/zoneinfo/America/Havana deleted file mode 120000 index 8421cdd..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Havana +++ /dev/null @@ -1 +0,0 @@ -../posix/Cuba
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Hermosillo b/layout/rootfs/etc/zoneinfo/America/Hermosillo deleted file mode 120000 index 144f0f6..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Hermosillo +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Hermosillo
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Indiana/Indianapolis b/layout/rootfs/etc/zoneinfo/America/Indiana/Indianapolis deleted file mode 120000 index 4d41434..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Indiana/Indianapolis +++ /dev/null @@ -1 +0,0 @@ -../../posix/America/Indiana/Indianapolis
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Indiana/Knox b/layout/rootfs/etc/zoneinfo/America/Indiana/Knox deleted file mode 120000 index b8cd1a6..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Indiana/Knox +++ /dev/null @@ -1 +0,0 @@ -../../posix/America/Knox_IN
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Indiana/Marengo b/layout/rootfs/etc/zoneinfo/America/Indiana/Marengo deleted file mode 120000 index d5511b9..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Indiana/Marengo +++ /dev/null @@ -1 +0,0 @@ -../../posix/America/Indiana/Marengo
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Indiana/Petersburg b/layout/rootfs/etc/zoneinfo/America/Indiana/Petersburg deleted file mode 120000 index 725336f..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Indiana/Petersburg +++ /dev/null @@ -1 +0,0 @@ -../../posix/America/Indiana/Petersburg
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Indiana/Tell_City b/layout/rootfs/etc/zoneinfo/America/Indiana/Tell_City deleted file mode 120000 index 05e38eb..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Indiana/Tell_City +++ /dev/null @@ -1 +0,0 @@ -../../posix/America/Indiana/Tell_City
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Indiana/Vevay b/layout/rootfs/etc/zoneinfo/America/Indiana/Vevay deleted file mode 120000 index 2278d6f..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Indiana/Vevay +++ /dev/null @@ -1 +0,0 @@ -../../posix/America/Indiana/Vevay
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Indiana/Vincennes b/layout/rootfs/etc/zoneinfo/America/Indiana/Vincennes deleted file mode 120000 index b6fab70..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Indiana/Vincennes +++ /dev/null @@ -1 +0,0 @@ -../../posix/America/Indiana/Vincennes
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Indiana/Winamac b/layout/rootfs/etc/zoneinfo/America/Indiana/Winamac deleted file mode 120000 index 90ea3e7..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Indiana/Winamac +++ /dev/null @@ -1 +0,0 @@ -../../posix/America/Indiana/Winamac
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Indianapolis b/layout/rootfs/etc/zoneinfo/America/Indianapolis deleted file mode 120000 index 7e31aa3..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Indianapolis +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Indiana/Indianapolis
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Inuvik b/layout/rootfs/etc/zoneinfo/America/Inuvik deleted file mode 120000 index 1b53b35..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Inuvik +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Inuvik
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Iqaluit b/layout/rootfs/etc/zoneinfo/America/Iqaluit deleted file mode 120000 index 77c8a4c..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Iqaluit +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Iqaluit
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Jamaica b/layout/rootfs/etc/zoneinfo/America/Jamaica deleted file mode 120000 index 0192c34..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Jamaica +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Jamaica
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Jujuy b/layout/rootfs/etc/zoneinfo/America/Jujuy deleted file mode 120000 index f8a6fd3..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Jujuy +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Argentina/Jujuy
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Juneau b/layout/rootfs/etc/zoneinfo/America/Juneau deleted file mode 120000 index f04d984..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Juneau +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Juneau
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Kentucky/Louisville b/layout/rootfs/etc/zoneinfo/America/Kentucky/Louisville deleted file mode 120000 index 394a917..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Kentucky/Louisville +++ /dev/null @@ -1 +0,0 @@ -../../posix/America/Louisville
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Kentucky/Monticello b/layout/rootfs/etc/zoneinfo/America/Kentucky/Monticello deleted file mode 120000 index 4a16f48..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Kentucky/Monticello +++ /dev/null @@ -1 +0,0 @@ -../../posix/America/Kentucky/Monticello
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Knox_IN b/layout/rootfs/etc/zoneinfo/America/Knox_IN deleted file mode 120000 index 779220e..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Knox_IN +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Knox_IN
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Kralendijk b/layout/rootfs/etc/zoneinfo/America/Kralendijk deleted file mode 120000 index 97b99ce..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Kralendijk +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Curacao
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/La_Paz b/layout/rootfs/etc/zoneinfo/America/La_Paz deleted file mode 120000 index e811715..0000000 --- a/layout/rootfs/etc/zoneinfo/America/La_Paz +++ /dev/null @@ -1 +0,0 @@ -../posix/America/La_Paz
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Lima b/layout/rootfs/etc/zoneinfo/America/Lima deleted file mode 120000 index a98f5b4..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Lima +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Lima
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Los_Angeles b/layout/rootfs/etc/zoneinfo/America/Los_Angeles deleted file mode 120000 index ded0e95..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Los_Angeles +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Los_Angeles
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Louisville b/layout/rootfs/etc/zoneinfo/America/Louisville deleted file mode 120000 index 2b258dc..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Louisville +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Louisville
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Lower_Princes b/layout/rootfs/etc/zoneinfo/America/Lower_Princes deleted file mode 120000 index 97b99ce..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Lower_Princes +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Curacao
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Maceio b/layout/rootfs/etc/zoneinfo/America/Maceio deleted file mode 120000 index da7aa9d..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Maceio +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Maceio
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Managua b/layout/rootfs/etc/zoneinfo/America/Managua deleted file mode 120000 index 2c8c9b2..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Managua +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Managua
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Manaus b/layout/rootfs/etc/zoneinfo/America/Manaus deleted file mode 120000 index 5fc3316..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Manaus +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Manaus
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Marigot b/layout/rootfs/etc/zoneinfo/America/Marigot deleted file mode 120000 index 041f980..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Marigot +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Marigot
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Martinique b/layout/rootfs/etc/zoneinfo/America/Martinique deleted file mode 120000 index bcd991a..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Martinique +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Martinique
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Matamoros b/layout/rootfs/etc/zoneinfo/America/Matamoros deleted file mode 120000 index 805777e..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Matamoros +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Matamoros
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Mazatlan b/layout/rootfs/etc/zoneinfo/America/Mazatlan deleted file mode 120000 index a30b64e..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Mazatlan +++ /dev/null @@ -1 +0,0 @@ -../Mexico/BajaSur
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Mendoza b/layout/rootfs/etc/zoneinfo/America/Mendoza deleted file mode 120000 index 94d13aa..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Mendoza +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Argentina/Mendoza
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Menominee b/layout/rootfs/etc/zoneinfo/America/Menominee deleted file mode 120000 index bd827a7..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Menominee +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Menominee
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Merida b/layout/rootfs/etc/zoneinfo/America/Merida deleted file mode 120000 index 43cb3f7..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Merida +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Merida
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Metlakatla b/layout/rootfs/etc/zoneinfo/America/Metlakatla deleted file mode 120000 index c266d23..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Metlakatla +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Metlakatla
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Mexico_City b/layout/rootfs/etc/zoneinfo/America/Mexico_City deleted file mode 120000 index 021d1e2..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Mexico_City +++ /dev/null @@ -1 +0,0 @@ -../Mexico/General
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Miquelon b/layout/rootfs/etc/zoneinfo/America/Miquelon deleted file mode 120000 index 16dd6d8..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Miquelon +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Miquelon
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Moncton b/layout/rootfs/etc/zoneinfo/America/Moncton deleted file mode 120000 index 5148223..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Moncton +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Moncton
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Monterrey b/layout/rootfs/etc/zoneinfo/America/Monterrey deleted file mode 120000 index b9d0bb2..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Monterrey +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Monterrey
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Montevideo b/layout/rootfs/etc/zoneinfo/America/Montevideo deleted file mode 120000 index 306a85e..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Montevideo +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Montevideo
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Montreal b/layout/rootfs/etc/zoneinfo/America/Montreal deleted file mode 120000 index 8f835f9..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Montreal +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Montreal
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Montserrat b/layout/rootfs/etc/zoneinfo/America/Montserrat deleted file mode 120000 index 89a14c1..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Montserrat +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Montserrat
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Nassau b/layout/rootfs/etc/zoneinfo/America/Nassau deleted file mode 120000 index cb8d08c..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Nassau +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Nassau
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/New_York b/layout/rootfs/etc/zoneinfo/America/New_York deleted file mode 120000 index 641af55..0000000 --- a/layout/rootfs/etc/zoneinfo/America/New_York +++ /dev/null @@ -1 +0,0 @@ -../posix/America/New_York
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Nipigon b/layout/rootfs/etc/zoneinfo/America/Nipigon deleted file mode 120000 index d9efba3..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Nipigon +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Nipigon
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Nome b/layout/rootfs/etc/zoneinfo/America/Nome deleted file mode 120000 index 5549caa..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Nome +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Nome
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Noronha b/layout/rootfs/etc/zoneinfo/America/Noronha deleted file mode 120000 index baa9431..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Noronha +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Noronha
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/North_Dakota/Beulah b/layout/rootfs/etc/zoneinfo/America/North_Dakota/Beulah deleted file mode 120000 index 4272d39..0000000 --- a/layout/rootfs/etc/zoneinfo/America/North_Dakota/Beulah +++ /dev/null @@ -1 +0,0 @@ -../../posix/America/North_Dakota/Beulah
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/North_Dakota/Center b/layout/rootfs/etc/zoneinfo/America/North_Dakota/Center deleted file mode 120000 index 2c04b66..0000000 --- a/layout/rootfs/etc/zoneinfo/America/North_Dakota/Center +++ /dev/null @@ -1 +0,0 @@ -../../posix/America/North_Dakota/Center
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/North_Dakota/New_Salem b/layout/rootfs/etc/zoneinfo/America/North_Dakota/New_Salem deleted file mode 120000 index 5858de0..0000000 --- a/layout/rootfs/etc/zoneinfo/America/North_Dakota/New_Salem +++ /dev/null @@ -1 +0,0 @@ -../../posix/America/North_Dakota/New_Salem
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Ojinaga b/layout/rootfs/etc/zoneinfo/America/Ojinaga deleted file mode 120000 index 618a171..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Ojinaga +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Ojinaga
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Panama b/layout/rootfs/etc/zoneinfo/America/Panama deleted file mode 120000 index cf19a6c..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Panama +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Panama
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Pangnirtung b/layout/rootfs/etc/zoneinfo/America/Pangnirtung deleted file mode 120000 index 5ae5b50..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Pangnirtung +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Pangnirtung
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Paramaribo b/layout/rootfs/etc/zoneinfo/America/Paramaribo deleted file mode 120000 index 044bc12..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Paramaribo +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Paramaribo
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Phoenix b/layout/rootfs/etc/zoneinfo/America/Phoenix deleted file mode 120000 index 306d76f..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Phoenix +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Phoenix
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Port-au-Prince b/layout/rootfs/etc/zoneinfo/America/Port-au-Prince deleted file mode 120000 index 2eae7e1..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Port-au-Prince +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Port-au-Prince
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Port_of_Spain b/layout/rootfs/etc/zoneinfo/America/Port_of_Spain deleted file mode 120000 index 2caf886..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Port_of_Spain +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Port_of_Spain
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Porto_Acre b/layout/rootfs/etc/zoneinfo/America/Porto_Acre deleted file mode 120000 index b1899f5..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Porto_Acre +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Porto_Acre
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Porto_Velho b/layout/rootfs/etc/zoneinfo/America/Porto_Velho deleted file mode 120000 index 1e2543d..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Porto_Velho +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Porto_Velho
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Puerto_Rico b/layout/rootfs/etc/zoneinfo/America/Puerto_Rico deleted file mode 120000 index 8321cbf..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Puerto_Rico +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Puerto_Rico
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Rainy_River b/layout/rootfs/etc/zoneinfo/America/Rainy_River deleted file mode 120000 index 079d2a9..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Rainy_River +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Rainy_River
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Rankin_Inlet b/layout/rootfs/etc/zoneinfo/America/Rankin_Inlet deleted file mode 120000 index f23ccc6..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Rankin_Inlet +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Rankin_Inlet
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Recife b/layout/rootfs/etc/zoneinfo/America/Recife deleted file mode 120000 index c618848..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Recife +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Recife
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Regina b/layout/rootfs/etc/zoneinfo/America/Regina deleted file mode 120000 index b813232..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Regina +++ /dev/null @@ -1 +0,0 @@ -../Canada/East-Saskatchewan
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Resolute b/layout/rootfs/etc/zoneinfo/America/Resolute deleted file mode 120000 index 681d12b..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Resolute +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Resolute
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Rio_Branco b/layout/rootfs/etc/zoneinfo/America/Rio_Branco deleted file mode 120000 index b1899f5..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Rio_Branco +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Porto_Acre
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Rosario b/layout/rootfs/etc/zoneinfo/America/Rosario deleted file mode 120000 index 2020e46..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Rosario +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Cordoba
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Santa_Isabel b/layout/rootfs/etc/zoneinfo/America/Santa_Isabel deleted file mode 120000 index 7a4e7c5..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Santa_Isabel +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Santa_Isabel
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Santarem b/layout/rootfs/etc/zoneinfo/America/Santarem deleted file mode 120000 index 2959abf..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Santarem +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Santarem
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Santiago b/layout/rootfs/etc/zoneinfo/America/Santiago deleted file mode 120000 index d9abc6d..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Santiago +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Santiago
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Santo_Domingo b/layout/rootfs/etc/zoneinfo/America/Santo_Domingo deleted file mode 120000 index 2d73bcf..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Santo_Domingo +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Santo_Domingo
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Sao_Paulo b/layout/rootfs/etc/zoneinfo/America/Sao_Paulo deleted file mode 120000 index ba8ce5f..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Sao_Paulo +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Sao_Paulo
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Scoresbysund b/layout/rootfs/etc/zoneinfo/America/Scoresbysund deleted file mode 120000 index 852c287..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Scoresbysund +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Scoresbysund
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Shiprock b/layout/rootfs/etc/zoneinfo/America/Shiprock deleted file mode 120000 index b9d2539..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Shiprock +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Denver
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Sitka b/layout/rootfs/etc/zoneinfo/America/Sitka deleted file mode 120000 index 4aa90a1..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Sitka +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Sitka
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/St_Barthelemy b/layout/rootfs/etc/zoneinfo/America/St_Barthelemy deleted file mode 120000 index 041f980..0000000 --- a/layout/rootfs/etc/zoneinfo/America/St_Barthelemy +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Marigot
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/St_Johns b/layout/rootfs/etc/zoneinfo/America/St_Johns deleted file mode 120000 index 2b9275b..0000000 --- a/layout/rootfs/etc/zoneinfo/America/St_Johns +++ /dev/null @@ -1 +0,0 @@ -../Canada/Newfoundland
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/St_Kitts b/layout/rootfs/etc/zoneinfo/America/St_Kitts deleted file mode 120000 index d96fac5..0000000 --- a/layout/rootfs/etc/zoneinfo/America/St_Kitts +++ /dev/null @@ -1 +0,0 @@ -../posix/America/St_Kitts
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/St_Lucia b/layout/rootfs/etc/zoneinfo/America/St_Lucia deleted file mode 120000 index d0f997c..0000000 --- a/layout/rootfs/etc/zoneinfo/America/St_Lucia +++ /dev/null @@ -1 +0,0 @@ -../posix/America/St_Lucia
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/St_Thomas b/layout/rootfs/etc/zoneinfo/America/St_Thomas deleted file mode 120000 index dba03cb..0000000 --- a/layout/rootfs/etc/zoneinfo/America/St_Thomas +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Virgin
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/St_Vincent b/layout/rootfs/etc/zoneinfo/America/St_Vincent deleted file mode 120000 index 5b4baf3..0000000 --- a/layout/rootfs/etc/zoneinfo/America/St_Vincent +++ /dev/null @@ -1 +0,0 @@ -../posix/America/St_Vincent
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Swift_Current b/layout/rootfs/etc/zoneinfo/America/Swift_Current deleted file mode 120000 index 182d576..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Swift_Current +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Swift_Current
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Tegucigalpa b/layout/rootfs/etc/zoneinfo/America/Tegucigalpa deleted file mode 120000 index 3a7ca98..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Tegucigalpa +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Tegucigalpa
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Thule b/layout/rootfs/etc/zoneinfo/America/Thule deleted file mode 120000 index 90aa711..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Thule +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Thule
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Thunder_Bay b/layout/rootfs/etc/zoneinfo/America/Thunder_Bay deleted file mode 120000 index e8e6d64..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Thunder_Bay +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Thunder_Bay
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Tijuana b/layout/rootfs/etc/zoneinfo/America/Tijuana deleted file mode 120000 index 459d750..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Tijuana +++ /dev/null @@ -1 +0,0 @@ -../Mexico/BajaNorte
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Toronto b/layout/rootfs/etc/zoneinfo/America/Toronto deleted file mode 120000 index 899156c..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Toronto +++ /dev/null @@ -1 +0,0 @@ -../Canada/Eastern
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Tortola b/layout/rootfs/etc/zoneinfo/America/Tortola deleted file mode 120000 index a80aaf0..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Tortola +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Tortola
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Vancouver b/layout/rootfs/etc/zoneinfo/America/Vancouver deleted file mode 120000 index 14c44d8..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Vancouver +++ /dev/null @@ -1 +0,0 @@ -../Canada/Pacific
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Virgin b/layout/rootfs/etc/zoneinfo/America/Virgin deleted file mode 120000 index dba03cb..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Virgin +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Virgin
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Whitehorse b/layout/rootfs/etc/zoneinfo/America/Whitehorse deleted file mode 120000 index 2112cab..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Whitehorse +++ /dev/null @@ -1 +0,0 @@ -../Canada/Yukon
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Winnipeg b/layout/rootfs/etc/zoneinfo/America/Winnipeg deleted file mode 120000 index cbe2f39..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Winnipeg +++ /dev/null @@ -1 +0,0 @@ -../Canada/Central
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Yakutat b/layout/rootfs/etc/zoneinfo/America/Yakutat deleted file mode 120000 index e27ab06..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Yakutat +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Yakutat
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/America/Yellowknife b/layout/rootfs/etc/zoneinfo/America/Yellowknife deleted file mode 120000 index f7f8b4b..0000000 --- a/layout/rootfs/etc/zoneinfo/America/Yellowknife +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Yellowknife
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Antarctica/Casey b/layout/rootfs/etc/zoneinfo/Antarctica/Casey deleted file mode 120000 index 6c2a6a3..0000000 --- a/layout/rootfs/etc/zoneinfo/Antarctica/Casey +++ /dev/null @@ -1 +0,0 @@ -../posix/Antarctica/Casey
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Antarctica/Davis b/layout/rootfs/etc/zoneinfo/Antarctica/Davis deleted file mode 120000 index de191a4..0000000 --- a/layout/rootfs/etc/zoneinfo/Antarctica/Davis +++ /dev/null @@ -1 +0,0 @@ -../posix/Antarctica/Davis
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Antarctica/DumontDUrville b/layout/rootfs/etc/zoneinfo/Antarctica/DumontDUrville deleted file mode 120000 index d87ee37..0000000 --- a/layout/rootfs/etc/zoneinfo/Antarctica/DumontDUrville +++ /dev/null @@ -1 +0,0 @@ -../posix/Antarctica/DumontDUrville
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Antarctica/Macquarie b/layout/rootfs/etc/zoneinfo/Antarctica/Macquarie deleted file mode 120000 index bf1cc48..0000000 --- a/layout/rootfs/etc/zoneinfo/Antarctica/Macquarie +++ /dev/null @@ -1 +0,0 @@ -../posix/Antarctica/Macquarie
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Antarctica/Mawson b/layout/rootfs/etc/zoneinfo/Antarctica/Mawson deleted file mode 120000 index d37e728..0000000 --- a/layout/rootfs/etc/zoneinfo/Antarctica/Mawson +++ /dev/null @@ -1 +0,0 @@ -../posix/Antarctica/Mawson
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Antarctica/McMurdo b/layout/rootfs/etc/zoneinfo/Antarctica/McMurdo deleted file mode 120000 index a5771b4..0000000 --- a/layout/rootfs/etc/zoneinfo/Antarctica/McMurdo +++ /dev/null @@ -1 +0,0 @@ -../posix/Antarctica/South_Pole
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Antarctica/Palmer b/layout/rootfs/etc/zoneinfo/Antarctica/Palmer deleted file mode 120000 index d6ae06d..0000000 --- a/layout/rootfs/etc/zoneinfo/Antarctica/Palmer +++ /dev/null @@ -1 +0,0 @@ -../posix/Antarctica/Palmer
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Antarctica/Rothera b/layout/rootfs/etc/zoneinfo/Antarctica/Rothera deleted file mode 120000 index 0dd2dd3..0000000 --- a/layout/rootfs/etc/zoneinfo/Antarctica/Rothera +++ /dev/null @@ -1 +0,0 @@ -../posix/Antarctica/Rothera
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Antarctica/South_Pole b/layout/rootfs/etc/zoneinfo/Antarctica/South_Pole deleted file mode 120000 index a5771b4..0000000 --- a/layout/rootfs/etc/zoneinfo/Antarctica/South_Pole +++ /dev/null @@ -1 +0,0 @@ -../posix/Antarctica/South_Pole
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Antarctica/Syowa b/layout/rootfs/etc/zoneinfo/Antarctica/Syowa deleted file mode 120000 index d78b8d9..0000000 --- a/layout/rootfs/etc/zoneinfo/Antarctica/Syowa +++ /dev/null @@ -1 +0,0 @@ -../posix/Antarctica/Syowa
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Antarctica/Vostok b/layout/rootfs/etc/zoneinfo/Antarctica/Vostok deleted file mode 120000 index 5909a0a..0000000 --- a/layout/rootfs/etc/zoneinfo/Antarctica/Vostok +++ /dev/null @@ -1 +0,0 @@ -../posix/Antarctica/Vostok
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Arctic/Longyearbyen b/layout/rootfs/etc/zoneinfo/Arctic/Longyearbyen deleted file mode 120000 index cad70c6..0000000 --- a/layout/rootfs/etc/zoneinfo/Arctic/Longyearbyen +++ /dev/null @@ -1 +0,0 @@ -../posix/Atlantic/Jan_Mayen
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Asia/Aden b/layout/rootfs/etc/zoneinfo/Asia/Aden Binary files differdeleted file mode 100644 index 5948b31..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Aden +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Almaty b/layout/rootfs/etc/zoneinfo/Asia/Almaty Binary files differdeleted file mode 100644 index 52f941e..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Almaty +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Amman b/layout/rootfs/etc/zoneinfo/Asia/Amman Binary files differdeleted file mode 100644 index ac2f0fb..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Amman +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Anadyr b/layout/rootfs/etc/zoneinfo/Asia/Anadyr Binary files differdeleted file mode 100644 index 7aa9419..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Anadyr +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Aqtau b/layout/rootfs/etc/zoneinfo/Asia/Aqtau Binary files differdeleted file mode 100644 index 31195d7..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Aqtau +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Aqtobe b/layout/rootfs/etc/zoneinfo/Asia/Aqtobe Binary files differdeleted file mode 100644 index 3683be2..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Aqtobe +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Ashgabat b/layout/rootfs/etc/zoneinfo/Asia/Ashgabat deleted file mode 120000 index 333b233..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Ashgabat +++ /dev/null @@ -1 +0,0 @@ -Ashkhabad
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Asia/Ashkhabad b/layout/rootfs/etc/zoneinfo/Asia/Ashkhabad Binary files differdeleted file mode 100644 index 589dbc1..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Ashkhabad +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Baghdad b/layout/rootfs/etc/zoneinfo/Asia/Baghdad Binary files differdeleted file mode 100644 index 3ad3614..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Baghdad +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Bahrain b/layout/rootfs/etc/zoneinfo/Asia/Bahrain Binary files differdeleted file mode 100644 index d87b7ce..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Bahrain +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Baku b/layout/rootfs/etc/zoneinfo/Asia/Baku Binary files differdeleted file mode 100644 index 72ae96e..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Baku +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Bangkok b/layout/rootfs/etc/zoneinfo/Asia/Bangkok Binary files differdeleted file mode 100644 index 44a1018..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Bangkok +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Beirut b/layout/rootfs/etc/zoneinfo/Asia/Beirut Binary files differdeleted file mode 100644 index c1270bc..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Beirut +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Bishkek b/layout/rootfs/etc/zoneinfo/Asia/Bishkek Binary files differdeleted file mode 100644 index fc827d8..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Bishkek +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Brunei b/layout/rootfs/etc/zoneinfo/Asia/Brunei Binary files differdeleted file mode 100644 index d6e713d..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Brunei +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Calcutta b/layout/rootfs/etc/zoneinfo/Asia/Calcutta deleted file mode 120000 index ad4c4b4..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Calcutta +++ /dev/null @@ -1 +0,0 @@ -Kolkata
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Asia/Choibalsan b/layout/rootfs/etc/zoneinfo/Asia/Choibalsan Binary files differdeleted file mode 100644 index 043b7ed..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Choibalsan +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Chongqing b/layout/rootfs/etc/zoneinfo/Asia/Chongqing Binary files differdeleted file mode 100644 index 8a7a28a..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Chongqing +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Chungking b/layout/rootfs/etc/zoneinfo/Asia/Chungking deleted file mode 120000 index 88df948..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Chungking +++ /dev/null @@ -1 +0,0 @@ -Chongqing
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Asia/Colombo b/layout/rootfs/etc/zoneinfo/Asia/Colombo Binary files differdeleted file mode 100644 index e5aa06d..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Colombo +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Dacca b/layout/rootfs/etc/zoneinfo/Asia/Dacca deleted file mode 120000 index f9a81b1..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Dacca +++ /dev/null @@ -1 +0,0 @@ -Dhaka
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Asia/Damascus b/layout/rootfs/etc/zoneinfo/Asia/Damascus Binary files differdeleted file mode 100644 index 4b610b5..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Damascus +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Dhaka b/layout/rootfs/etc/zoneinfo/Asia/Dhaka Binary files differdeleted file mode 100644 index 52e98ff..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Dhaka +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Dili b/layout/rootfs/etc/zoneinfo/Asia/Dili Binary files differdeleted file mode 100644 index b7ac96e..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Dili +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Dubai b/layout/rootfs/etc/zoneinfo/Asia/Dubai Binary files differdeleted file mode 100644 index 53f70d5..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Dubai +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Dushanbe b/layout/rootfs/etc/zoneinfo/Asia/Dushanbe Binary files differdeleted file mode 100644 index c65ff2a..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Dushanbe +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Gaza b/layout/rootfs/etc/zoneinfo/Asia/Gaza Binary files differdeleted file mode 100644 index ad51f4c..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Gaza +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Harbin b/layout/rootfs/etc/zoneinfo/Asia/Harbin Binary files differdeleted file mode 100644 index 292bcb2..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Harbin +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Hebron b/layout/rootfs/etc/zoneinfo/Asia/Hebron Binary files differdeleted file mode 100644 index 26d3452..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Hebron +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Ho_Chi_Minh b/layout/rootfs/etc/zoneinfo/Asia/Ho_Chi_Minh deleted file mode 120000 index 97f38b7..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Ho_Chi_Minh +++ /dev/null @@ -1 +0,0 @@ -Saigon
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Asia/Hong_Kong b/layout/rootfs/etc/zoneinfo/Asia/Hong_Kong Binary files differdeleted file mode 100644 index 43fe9b8..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Hong_Kong +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Hovd b/layout/rootfs/etc/zoneinfo/Asia/Hovd Binary files differdeleted file mode 100644 index 27fab05..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Hovd +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Irkutsk b/layout/rootfs/etc/zoneinfo/Asia/Irkutsk Binary files differdeleted file mode 100644 index 856e792..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Irkutsk +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Istanbul b/layout/rootfs/etc/zoneinfo/Asia/Istanbul Binary files differdeleted file mode 100644 index 8640995..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Istanbul +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Jakarta b/layout/rootfs/etc/zoneinfo/Asia/Jakarta Binary files differdeleted file mode 100644 index a4cbe0c..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Jakarta +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Jayapura b/layout/rootfs/etc/zoneinfo/Asia/Jayapura Binary files differdeleted file mode 100644 index af227c0..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Jayapura +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Jerusalem b/layout/rootfs/etc/zoneinfo/Asia/Jerusalem deleted file mode 120000 index e0abd28..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Jerusalem +++ /dev/null @@ -1 +0,0 @@ -Tel_Aviv
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Asia/Kabul b/layout/rootfs/etc/zoneinfo/Asia/Kabul Binary files differdeleted file mode 100644 index 7392c04..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Kabul +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Kamchatka b/layout/rootfs/etc/zoneinfo/Asia/Kamchatka Binary files differdeleted file mode 100644 index dd60379..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Kamchatka +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Karachi b/layout/rootfs/etc/zoneinfo/Asia/Karachi Binary files differdeleted file mode 100644 index a8ff8cb..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Karachi +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Kashgar b/layout/rootfs/etc/zoneinfo/Asia/Kashgar Binary files differdeleted file mode 100644 index 25e6494..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Kashgar +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Kathmandu b/layout/rootfs/etc/zoneinfo/Asia/Kathmandu deleted file mode 120000 index 9ef8afb..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Kathmandu +++ /dev/null @@ -1 +0,0 @@ -Katmandu
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Asia/Katmandu b/layout/rootfs/etc/zoneinfo/Asia/Katmandu Binary files differdeleted file mode 100644 index 65c7b63..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Katmandu +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Khandyga b/layout/rootfs/etc/zoneinfo/Asia/Khandyga Binary files differdeleted file mode 100644 index 39d2c2d..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Khandyga +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Kolkata b/layout/rootfs/etc/zoneinfo/Asia/Kolkata Binary files differdeleted file mode 100644 index bc909c9..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Kolkata +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Krasnoyarsk b/layout/rootfs/etc/zoneinfo/Asia/Krasnoyarsk Binary files differdeleted file mode 100644 index ecab419..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Krasnoyarsk +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Kuala_Lumpur b/layout/rootfs/etc/zoneinfo/Asia/Kuala_Lumpur Binary files differdeleted file mode 100644 index 41bba37..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Kuala_Lumpur +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Kuching b/layout/rootfs/etc/zoneinfo/Asia/Kuching Binary files differdeleted file mode 100644 index 272f465..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Kuching +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Kuwait b/layout/rootfs/etc/zoneinfo/Asia/Kuwait Binary files differdeleted file mode 100644 index 1dab31c..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Kuwait +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Macao b/layout/rootfs/etc/zoneinfo/Asia/Macao Binary files differdeleted file mode 100644 index 7c93779..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Macao +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Macau b/layout/rootfs/etc/zoneinfo/Asia/Macau deleted file mode 120000 index 5225489..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Macau +++ /dev/null @@ -1 +0,0 @@ -Macao
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Asia/Magadan b/layout/rootfs/etc/zoneinfo/Asia/Magadan Binary files differdeleted file mode 100644 index f4ca916..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Magadan +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Makassar b/layout/rootfs/etc/zoneinfo/Asia/Makassar deleted file mode 120000 index 89a7ed4..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Makassar +++ /dev/null @@ -1 +0,0 @@ -Ujung_Pandang
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Asia/Manila b/layout/rootfs/etc/zoneinfo/Asia/Manila Binary files differdeleted file mode 100644 index efef03e..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Manila +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Muscat b/layout/rootfs/etc/zoneinfo/Asia/Muscat Binary files differdeleted file mode 100644 index daee4cc..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Muscat +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Nicosia b/layout/rootfs/etc/zoneinfo/Asia/Nicosia Binary files differdeleted file mode 100644 index f7f10ab..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Nicosia +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Novokuznetsk b/layout/rootfs/etc/zoneinfo/Asia/Novokuznetsk Binary files differdeleted file mode 100644 index f78c1f8..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Novokuznetsk +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Novosibirsk b/layout/rootfs/etc/zoneinfo/Asia/Novosibirsk Binary files differdeleted file mode 100644 index 8e7d8f9..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Novosibirsk +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Omsk b/layout/rootfs/etc/zoneinfo/Asia/Omsk Binary files differdeleted file mode 100644 index 4986924..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Omsk +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Oral b/layout/rootfs/etc/zoneinfo/Asia/Oral Binary files differdeleted file mode 100644 index 8da2a1d..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Oral +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Phnom_Penh b/layout/rootfs/etc/zoneinfo/Asia/Phnom_Penh Binary files differdeleted file mode 100644 index b9768b1..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Phnom_Penh +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Pontianak b/layout/rootfs/etc/zoneinfo/Asia/Pontianak Binary files differdeleted file mode 100644 index 3e882dc..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Pontianak +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Pyongyang b/layout/rootfs/etc/zoneinfo/Asia/Pyongyang Binary files differdeleted file mode 100644 index e072692..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Pyongyang +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Qatar b/layout/rootfs/etc/zoneinfo/Asia/Qatar Binary files differdeleted file mode 100644 index 49668c2..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Qatar +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Qyzylorda b/layout/rootfs/etc/zoneinfo/Asia/Qyzylorda Binary files differdeleted file mode 100644 index fc3bf46..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Qyzylorda +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Rangoon b/layout/rootfs/etc/zoneinfo/Asia/Rangoon Binary files differdeleted file mode 100644 index 68591c5..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Rangoon +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Riyadh b/layout/rootfs/etc/zoneinfo/Asia/Riyadh Binary files differdeleted file mode 100644 index 6ebe393..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Riyadh +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Riyadh87 b/layout/rootfs/etc/zoneinfo/Asia/Riyadh87 Binary files differdeleted file mode 100644 index 2edb566..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Riyadh87 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Riyadh88 b/layout/rootfs/etc/zoneinfo/Asia/Riyadh88 Binary files differdeleted file mode 100644 index 0dac63b..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Riyadh88 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Riyadh89 b/layout/rootfs/etc/zoneinfo/Asia/Riyadh89 Binary files differdeleted file mode 100644 index daba1e7..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Riyadh89 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Saigon b/layout/rootfs/etc/zoneinfo/Asia/Saigon Binary files differdeleted file mode 100644 index e8dc806..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Saigon +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Sakhalin b/layout/rootfs/etc/zoneinfo/Asia/Sakhalin Binary files differdeleted file mode 100644 index c97b4ae..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Sakhalin +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Samarkand b/layout/rootfs/etc/zoneinfo/Asia/Samarkand Binary files differdeleted file mode 100644 index 191c07c..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Samarkand +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Seoul b/layout/rootfs/etc/zoneinfo/Asia/Seoul Binary files differdeleted file mode 100644 index 1c3c15f..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Seoul +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Shanghai b/layout/rootfs/etc/zoneinfo/Asia/Shanghai Binary files differdeleted file mode 100644 index af6d6fb..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Shanghai +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Singapore b/layout/rootfs/etc/zoneinfo/Asia/Singapore Binary files differdeleted file mode 100644 index a6f2db8..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Singapore +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Taipei b/layout/rootfs/etc/zoneinfo/Asia/Taipei Binary files differdeleted file mode 100644 index 70cfb27..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Taipei +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Tashkent b/layout/rootfs/etc/zoneinfo/Asia/Tashkent Binary files differdeleted file mode 100644 index 5bc8062..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Tashkent +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Tbilisi b/layout/rootfs/etc/zoneinfo/Asia/Tbilisi Binary files differdeleted file mode 100644 index 6cca2d4..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Tbilisi +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Tehran b/layout/rootfs/etc/zoneinfo/Asia/Tehran Binary files differdeleted file mode 100644 index 9166940..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Tehran +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Tel_Aviv b/layout/rootfs/etc/zoneinfo/Asia/Tel_Aviv Binary files differdeleted file mode 100644 index 6cbf357..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Tel_Aviv +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Thimbu b/layout/rootfs/etc/zoneinfo/Asia/Thimbu deleted file mode 120000 index 7eb4859..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Thimbu +++ /dev/null @@ -1 +0,0 @@ -Thimphu
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Asia/Thimphu b/layout/rootfs/etc/zoneinfo/Asia/Thimphu Binary files differdeleted file mode 100644 index 90294ae..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Thimphu +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Tokyo b/layout/rootfs/etc/zoneinfo/Asia/Tokyo Binary files differdeleted file mode 100644 index 058c1e9..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Tokyo +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Ujung_Pandang b/layout/rootfs/etc/zoneinfo/Asia/Ujung_Pandang Binary files differdeleted file mode 100644 index 736a25b..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Ujung_Pandang +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Ulaanbaatar b/layout/rootfs/etc/zoneinfo/Asia/Ulaanbaatar deleted file mode 120000 index 0aab3ea..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Ulaanbaatar +++ /dev/null @@ -1 +0,0 @@ -Ulan_Bator
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Asia/Ulan_Bator b/layout/rootfs/etc/zoneinfo/Asia/Ulan_Bator Binary files differdeleted file mode 100644 index 39bdd89..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Ulan_Bator +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Urumqi b/layout/rootfs/etc/zoneinfo/Asia/Urumqi Binary files differdeleted file mode 100644 index f46ff38..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Urumqi +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Ust-Nera b/layout/rootfs/etc/zoneinfo/Asia/Ust-Nera Binary files differdeleted file mode 100644 index bb94fde..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Ust-Nera +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Vientiane b/layout/rootfs/etc/zoneinfo/Asia/Vientiane Binary files differdeleted file mode 100644 index 9352adf..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Vientiane +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Vladivostok b/layout/rootfs/etc/zoneinfo/Asia/Vladivostok Binary files differdeleted file mode 100644 index 4f36367..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Vladivostok +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Yakutsk b/layout/rootfs/etc/zoneinfo/Asia/Yakutsk Binary files differdeleted file mode 100644 index 71b303e..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Yakutsk +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Yekaterinburg b/layout/rootfs/etc/zoneinfo/Asia/Yekaterinburg Binary files differdeleted file mode 100644 index aca50c6..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Yekaterinburg +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Asia/Yerevan b/layout/rootfs/etc/zoneinfo/Asia/Yerevan Binary files differdeleted file mode 100644 index c4ab219..0000000 --- a/layout/rootfs/etc/zoneinfo/Asia/Yerevan +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Atlantic/Azores b/layout/rootfs/etc/zoneinfo/Atlantic/Azores deleted file mode 120000 index 8b651d1..0000000 --- a/layout/rootfs/etc/zoneinfo/Atlantic/Azores +++ /dev/null @@ -1 +0,0 @@ -../posix/Atlantic/Azores
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Atlantic/Bermuda b/layout/rootfs/etc/zoneinfo/Atlantic/Bermuda deleted file mode 120000 index ac27d5e..0000000 --- a/layout/rootfs/etc/zoneinfo/Atlantic/Bermuda +++ /dev/null @@ -1 +0,0 @@ -../posix/Atlantic/Bermuda
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Atlantic/Canary b/layout/rootfs/etc/zoneinfo/Atlantic/Canary deleted file mode 120000 index 61aab51..0000000 --- a/layout/rootfs/etc/zoneinfo/Atlantic/Canary +++ /dev/null @@ -1 +0,0 @@ -../posix/Atlantic/Canary
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Atlantic/Cape_Verde b/layout/rootfs/etc/zoneinfo/Atlantic/Cape_Verde deleted file mode 120000 index ccca889..0000000 --- a/layout/rootfs/etc/zoneinfo/Atlantic/Cape_Verde +++ /dev/null @@ -1 +0,0 @@ -../posix/Atlantic/Cape_Verde
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Atlantic/Faeroe b/layout/rootfs/etc/zoneinfo/Atlantic/Faeroe deleted file mode 120000 index 5fbc05d..0000000 --- a/layout/rootfs/etc/zoneinfo/Atlantic/Faeroe +++ /dev/null @@ -1 +0,0 @@ -../posix/Atlantic/Faroe
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Atlantic/Faroe b/layout/rootfs/etc/zoneinfo/Atlantic/Faroe deleted file mode 120000 index 5fbc05d..0000000 --- a/layout/rootfs/etc/zoneinfo/Atlantic/Faroe +++ /dev/null @@ -1 +0,0 @@ -../posix/Atlantic/Faroe
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Atlantic/Jan_Mayen b/layout/rootfs/etc/zoneinfo/Atlantic/Jan_Mayen deleted file mode 120000 index cad70c6..0000000 --- a/layout/rootfs/etc/zoneinfo/Atlantic/Jan_Mayen +++ /dev/null @@ -1 +0,0 @@ -../posix/Atlantic/Jan_Mayen
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Atlantic/Madeira b/layout/rootfs/etc/zoneinfo/Atlantic/Madeira deleted file mode 120000 index 17ec4cb..0000000 --- a/layout/rootfs/etc/zoneinfo/Atlantic/Madeira +++ /dev/null @@ -1 +0,0 @@ -../posix/Atlantic/Madeira
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Atlantic/Reykjavik b/layout/rootfs/etc/zoneinfo/Atlantic/Reykjavik deleted file mode 120000 index f8bd8c4..0000000 --- a/layout/rootfs/etc/zoneinfo/Atlantic/Reykjavik +++ /dev/null @@ -1 +0,0 @@ -../posix/Atlantic/Reykjavik
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Atlantic/South_Georgia b/layout/rootfs/etc/zoneinfo/Atlantic/South_Georgia deleted file mode 120000 index b9f41fb..0000000 --- a/layout/rootfs/etc/zoneinfo/Atlantic/South_Georgia +++ /dev/null @@ -1 +0,0 @@ -../posix/Atlantic/South_Georgia
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Atlantic/St_Helena b/layout/rootfs/etc/zoneinfo/Atlantic/St_Helena deleted file mode 120000 index d0709aa..0000000 --- a/layout/rootfs/etc/zoneinfo/Atlantic/St_Helena +++ /dev/null @@ -1 +0,0 @@ -../posix/Atlantic/St_Helena
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Atlantic/Stanley b/layout/rootfs/etc/zoneinfo/Atlantic/Stanley deleted file mode 120000 index 5fbd734..0000000 --- a/layout/rootfs/etc/zoneinfo/Atlantic/Stanley +++ /dev/null @@ -1 +0,0 @@ -../posix/Atlantic/Stanley
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Australia/ACT b/layout/rootfs/etc/zoneinfo/Australia/ACT deleted file mode 120000 index 6a55cc2..0000000 --- a/layout/rootfs/etc/zoneinfo/Australia/ACT +++ /dev/null @@ -1 +0,0 @@ -../posix/Australia/ACT
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Australia/Adelaide b/layout/rootfs/etc/zoneinfo/Australia/Adelaide deleted file mode 120000 index c8b9911..0000000 --- a/layout/rootfs/etc/zoneinfo/Australia/Adelaide +++ /dev/null @@ -1 +0,0 @@ -../posix/Australia/South
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Australia/Brisbane b/layout/rootfs/etc/zoneinfo/Australia/Brisbane deleted file mode 120000 index d313924..0000000 --- a/layout/rootfs/etc/zoneinfo/Australia/Brisbane +++ /dev/null @@ -1 +0,0 @@ -../posix/Australia/Brisbane
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Australia/Broken_Hill b/layout/rootfs/etc/zoneinfo/Australia/Broken_Hill deleted file mode 120000 index 5ab95c4..0000000 --- a/layout/rootfs/etc/zoneinfo/Australia/Broken_Hill +++ /dev/null @@ -1 +0,0 @@ -../posix/Australia/Broken_Hill
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Australia/Canberra b/layout/rootfs/etc/zoneinfo/Australia/Canberra deleted file mode 120000 index 6a55cc2..0000000 --- a/layout/rootfs/etc/zoneinfo/Australia/Canberra +++ /dev/null @@ -1 +0,0 @@ -../posix/Australia/ACT
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Australia/Currie b/layout/rootfs/etc/zoneinfo/Australia/Currie deleted file mode 120000 index e97dcb4..0000000 --- a/layout/rootfs/etc/zoneinfo/Australia/Currie +++ /dev/null @@ -1 +0,0 @@ -../posix/Australia/Currie
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Australia/Darwin b/layout/rootfs/etc/zoneinfo/Australia/Darwin deleted file mode 120000 index f08ad9f..0000000 --- a/layout/rootfs/etc/zoneinfo/Australia/Darwin +++ /dev/null @@ -1 +0,0 @@ -../posix/Australia/Darwin
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Australia/Eucla b/layout/rootfs/etc/zoneinfo/Australia/Eucla deleted file mode 120000 index e4532d2..0000000 --- a/layout/rootfs/etc/zoneinfo/Australia/Eucla +++ /dev/null @@ -1 +0,0 @@ -../posix/Australia/Eucla
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Australia/Hobart b/layout/rootfs/etc/zoneinfo/Australia/Hobart deleted file mode 120000 index 55b4f5d..0000000 --- a/layout/rootfs/etc/zoneinfo/Australia/Hobart +++ /dev/null @@ -1 +0,0 @@ -../posix/Australia/Tasmania
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Australia/LHI b/layout/rootfs/etc/zoneinfo/Australia/LHI deleted file mode 120000 index ea117d0..0000000 --- a/layout/rootfs/etc/zoneinfo/Australia/LHI +++ /dev/null @@ -1 +0,0 @@ -../posix/Australia/LHI
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Australia/Lindeman b/layout/rootfs/etc/zoneinfo/Australia/Lindeman deleted file mode 120000 index 5247f6f..0000000 --- a/layout/rootfs/etc/zoneinfo/Australia/Lindeman +++ /dev/null @@ -1 +0,0 @@ -../posix/Australia/Lindeman
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Australia/Lord_Howe b/layout/rootfs/etc/zoneinfo/Australia/Lord_Howe deleted file mode 120000 index ea117d0..0000000 --- a/layout/rootfs/etc/zoneinfo/Australia/Lord_Howe +++ /dev/null @@ -1 +0,0 @@ -../posix/Australia/LHI
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Australia/Melbourne b/layout/rootfs/etc/zoneinfo/Australia/Melbourne deleted file mode 120000 index 21438b8..0000000 --- a/layout/rootfs/etc/zoneinfo/Australia/Melbourne +++ /dev/null @@ -1 +0,0 @@ -../posix/Australia/Victoria
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Australia/NSW b/layout/rootfs/etc/zoneinfo/Australia/NSW deleted file mode 120000 index 6a55cc2..0000000 --- a/layout/rootfs/etc/zoneinfo/Australia/NSW +++ /dev/null @@ -1 +0,0 @@ -../posix/Australia/ACT
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Australia/North b/layout/rootfs/etc/zoneinfo/Australia/North deleted file mode 120000 index f08ad9f..0000000 --- a/layout/rootfs/etc/zoneinfo/Australia/North +++ /dev/null @@ -1 +0,0 @@ -../posix/Australia/Darwin
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Australia/Perth b/layout/rootfs/etc/zoneinfo/Australia/Perth deleted file mode 120000 index 4f6753d..0000000 --- a/layout/rootfs/etc/zoneinfo/Australia/Perth +++ /dev/null @@ -1 +0,0 @@ -../posix/Australia/West
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Australia/Queensland b/layout/rootfs/etc/zoneinfo/Australia/Queensland deleted file mode 120000 index d313924..0000000 --- a/layout/rootfs/etc/zoneinfo/Australia/Queensland +++ /dev/null @@ -1 +0,0 @@ -../posix/Australia/Brisbane
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Australia/South b/layout/rootfs/etc/zoneinfo/Australia/South deleted file mode 120000 index c8b9911..0000000 --- a/layout/rootfs/etc/zoneinfo/Australia/South +++ /dev/null @@ -1 +0,0 @@ -../posix/Australia/South
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Australia/Sydney b/layout/rootfs/etc/zoneinfo/Australia/Sydney deleted file mode 120000 index 6a55cc2..0000000 --- a/layout/rootfs/etc/zoneinfo/Australia/Sydney +++ /dev/null @@ -1 +0,0 @@ -../posix/Australia/ACT
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Australia/Tasmania b/layout/rootfs/etc/zoneinfo/Australia/Tasmania deleted file mode 120000 index 55b4f5d..0000000 --- a/layout/rootfs/etc/zoneinfo/Australia/Tasmania +++ /dev/null @@ -1 +0,0 @@ -../posix/Australia/Tasmania
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Australia/Victoria b/layout/rootfs/etc/zoneinfo/Australia/Victoria deleted file mode 120000 index 21438b8..0000000 --- a/layout/rootfs/etc/zoneinfo/Australia/Victoria +++ /dev/null @@ -1 +0,0 @@ -../posix/Australia/Victoria
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Australia/West b/layout/rootfs/etc/zoneinfo/Australia/West deleted file mode 120000 index 4f6753d..0000000 --- a/layout/rootfs/etc/zoneinfo/Australia/West +++ /dev/null @@ -1 +0,0 @@ -../posix/Australia/West
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Australia/Yancowinna b/layout/rootfs/etc/zoneinfo/Australia/Yancowinna deleted file mode 120000 index 5ab95c4..0000000 --- a/layout/rootfs/etc/zoneinfo/Australia/Yancowinna +++ /dev/null @@ -1 +0,0 @@ -../posix/Australia/Broken_Hill
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Brazil/Acre b/layout/rootfs/etc/zoneinfo/Brazil/Acre deleted file mode 120000 index b1899f5..0000000 --- a/layout/rootfs/etc/zoneinfo/Brazil/Acre +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Porto_Acre
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Brazil/DeNoronha b/layout/rootfs/etc/zoneinfo/Brazil/DeNoronha deleted file mode 120000 index baa9431..0000000 --- a/layout/rootfs/etc/zoneinfo/Brazil/DeNoronha +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Noronha
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Brazil/East b/layout/rootfs/etc/zoneinfo/Brazil/East deleted file mode 120000 index ba8ce5f..0000000 --- a/layout/rootfs/etc/zoneinfo/Brazil/East +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Sao_Paulo
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Brazil/West b/layout/rootfs/etc/zoneinfo/Brazil/West deleted file mode 120000 index 5fc3316..0000000 --- a/layout/rootfs/etc/zoneinfo/Brazil/West +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Manaus
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/CET b/layout/rootfs/etc/zoneinfo/CET deleted file mode 120000 index 8eee33f..0000000 --- a/layout/rootfs/etc/zoneinfo/CET +++ /dev/null @@ -1 +0,0 @@ -posix/CET
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/CST6CDT b/layout/rootfs/etc/zoneinfo/CST6CDT Binary files differdeleted file mode 100644 index 5c8a1d9..0000000 --- a/layout/rootfs/etc/zoneinfo/CST6CDT +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Canada/Atlantic b/layout/rootfs/etc/zoneinfo/Canada/Atlantic Binary files differdeleted file mode 100644 index 756099a..0000000 --- a/layout/rootfs/etc/zoneinfo/Canada/Atlantic +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Canada/Central b/layout/rootfs/etc/zoneinfo/Canada/Central Binary files differdeleted file mode 100644 index 2d22791..0000000 --- a/layout/rootfs/etc/zoneinfo/Canada/Central +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Canada/East-Saskatchewan b/layout/rootfs/etc/zoneinfo/Canada/East-Saskatchewan Binary files differdeleted file mode 100644 index 20c9c84..0000000 --- a/layout/rootfs/etc/zoneinfo/Canada/East-Saskatchewan +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Canada/Eastern b/layout/rootfs/etc/zoneinfo/Canada/Eastern Binary files differdeleted file mode 100644 index 1698477..0000000 --- a/layout/rootfs/etc/zoneinfo/Canada/Eastern +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Canada/Mountain b/layout/rootfs/etc/zoneinfo/Canada/Mountain Binary files differdeleted file mode 100644 index 3fa0579..0000000 --- a/layout/rootfs/etc/zoneinfo/Canada/Mountain +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Canada/Newfoundland b/layout/rootfs/etc/zoneinfo/Canada/Newfoundland Binary files differdeleted file mode 100644 index 9964af7..0000000 --- a/layout/rootfs/etc/zoneinfo/Canada/Newfoundland +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Canada/Pacific b/layout/rootfs/etc/zoneinfo/Canada/Pacific Binary files differdeleted file mode 100644 index 0c1fa52..0000000 --- a/layout/rootfs/etc/zoneinfo/Canada/Pacific +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Canada/Saskatchewan b/layout/rootfs/etc/zoneinfo/Canada/Saskatchewan deleted file mode 120000 index d31a7de..0000000 --- a/layout/rootfs/etc/zoneinfo/Canada/Saskatchewan +++ /dev/null @@ -1 +0,0 @@ -East-Saskatchewan
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Canada/Yukon b/layout/rootfs/etc/zoneinfo/Canada/Yukon Binary files differdeleted file mode 100644 index 15216d5..0000000 --- a/layout/rootfs/etc/zoneinfo/Canada/Yukon +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Chile/Continental b/layout/rootfs/etc/zoneinfo/Chile/Continental deleted file mode 120000 index d9abc6d..0000000 --- a/layout/rootfs/etc/zoneinfo/Chile/Continental +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Santiago
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Chile/EasterIsland b/layout/rootfs/etc/zoneinfo/Chile/EasterIsland deleted file mode 120000 index c941038..0000000 --- a/layout/rootfs/etc/zoneinfo/Chile/EasterIsland +++ /dev/null @@ -1 +0,0 @@ -../Pacific/Easter
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Cuba b/layout/rootfs/etc/zoneinfo/Cuba deleted file mode 120000 index 24a5b63..0000000 --- a/layout/rootfs/etc/zoneinfo/Cuba +++ /dev/null @@ -1 +0,0 @@ -posix/Cuba
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/EET b/layout/rootfs/etc/zoneinfo/EET deleted file mode 120000 index 7c45db0..0000000 --- a/layout/rootfs/etc/zoneinfo/EET +++ /dev/null @@ -1 +0,0 @@ -posix/EET
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/EST b/layout/rootfs/etc/zoneinfo/EST deleted file mode 120000 index 938a2c8..0000000 --- a/layout/rootfs/etc/zoneinfo/EST +++ /dev/null @@ -1 +0,0 @@ -posix/EST
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/EST5EDT b/layout/rootfs/etc/zoneinfo/EST5EDT Binary files differdeleted file mode 100644 index 54541fc..0000000 --- a/layout/rootfs/etc/zoneinfo/EST5EDT +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Egypt b/layout/rootfs/etc/zoneinfo/Egypt deleted file mode 120000 index 46be041..0000000 --- a/layout/rootfs/etc/zoneinfo/Egypt +++ /dev/null @@ -1 +0,0 @@ -posix/Egypt
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Eire b/layout/rootfs/etc/zoneinfo/Eire deleted file mode 120000 index afa1481..0000000 --- a/layout/rootfs/etc/zoneinfo/Eire +++ /dev/null @@ -1 +0,0 @@ -posix/Europe/Dublin
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT b/layout/rootfs/etc/zoneinfo/Etc/GMT deleted file mode 120000 index 297136f..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT +++ /dev/null @@ -1 +0,0 @@ -../GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT+0 b/layout/rootfs/etc/zoneinfo/Etc/GMT+0 deleted file mode 120000 index 297136f..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT+0 +++ /dev/null @@ -1 +0,0 @@ -../GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT+1 b/layout/rootfs/etc/zoneinfo/Etc/GMT+1 deleted file mode 120000 index c4fd545..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT+1 +++ /dev/null @@ -1 +0,0 @@ -../posix/Etc/GMT+1
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT+10 b/layout/rootfs/etc/zoneinfo/Etc/GMT+10 deleted file mode 120000 index f612cc7..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT+10 +++ /dev/null @@ -1 +0,0 @@ -../posix/Etc/GMT+10
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT+11 b/layout/rootfs/etc/zoneinfo/Etc/GMT+11 deleted file mode 120000 index c14d755..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT+11 +++ /dev/null @@ -1 +0,0 @@ -../posix/Etc/GMT+11
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT+12 b/layout/rootfs/etc/zoneinfo/Etc/GMT+12 deleted file mode 120000 index dea7129..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT+12 +++ /dev/null @@ -1 +0,0 @@ -../posix/Etc/GMT+12
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT+2 b/layout/rootfs/etc/zoneinfo/Etc/GMT+2 deleted file mode 120000 index a28151c..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT+2 +++ /dev/null @@ -1 +0,0 @@ -../posix/Etc/GMT+2
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT+3 b/layout/rootfs/etc/zoneinfo/Etc/GMT+3 deleted file mode 120000 index eef332a..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT+3 +++ /dev/null @@ -1 +0,0 @@ -../posix/Etc/GMT+3
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT+4 b/layout/rootfs/etc/zoneinfo/Etc/GMT+4 deleted file mode 120000 index 256e16d..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT+4 +++ /dev/null @@ -1 +0,0 @@ -../posix/Etc/GMT+4
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT+5 b/layout/rootfs/etc/zoneinfo/Etc/GMT+5 deleted file mode 120000 index f7733f3..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT+5 +++ /dev/null @@ -1 +0,0 @@ -../posix/Etc/GMT+5
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT+6 b/layout/rootfs/etc/zoneinfo/Etc/GMT+6 deleted file mode 120000 index 57397dc..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT+6 +++ /dev/null @@ -1 +0,0 @@ -../posix/Etc/GMT+6
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT+7 b/layout/rootfs/etc/zoneinfo/Etc/GMT+7 deleted file mode 120000 index 3fbe38f..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT+7 +++ /dev/null @@ -1 +0,0 @@ -../posix/Etc/GMT+7
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT+8 b/layout/rootfs/etc/zoneinfo/Etc/GMT+8 deleted file mode 120000 index 7497101..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT+8 +++ /dev/null @@ -1 +0,0 @@ -../posix/Etc/GMT+8
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT+9 b/layout/rootfs/etc/zoneinfo/Etc/GMT+9 deleted file mode 120000 index d192362..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT+9 +++ /dev/null @@ -1 +0,0 @@ -../posix/Etc/GMT+9
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT-0 b/layout/rootfs/etc/zoneinfo/Etc/GMT-0 deleted file mode 120000 index 297136f..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT-0 +++ /dev/null @@ -1 +0,0 @@ -../GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT-1 b/layout/rootfs/etc/zoneinfo/Etc/GMT-1 deleted file mode 120000 index b443b20..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT-1 +++ /dev/null @@ -1 +0,0 @@ -../posix/Etc/GMT-1
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT-10 b/layout/rootfs/etc/zoneinfo/Etc/GMT-10 deleted file mode 120000 index 2be8aec..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT-10 +++ /dev/null @@ -1 +0,0 @@ -../posix/Etc/GMT-10
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT-11 b/layout/rootfs/etc/zoneinfo/Etc/GMT-11 deleted file mode 120000 index 0101fac..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT-11 +++ /dev/null @@ -1 +0,0 @@ -../posix/Etc/GMT-11
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT-12 b/layout/rootfs/etc/zoneinfo/Etc/GMT-12 deleted file mode 120000 index 1534138..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT-12 +++ /dev/null @@ -1 +0,0 @@ -../posix/Etc/GMT-12
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT-13 b/layout/rootfs/etc/zoneinfo/Etc/GMT-13 deleted file mode 120000 index 217ced8..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT-13 +++ /dev/null @@ -1 +0,0 @@ -../posix/Etc/GMT-13
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT-14 b/layout/rootfs/etc/zoneinfo/Etc/GMT-14 deleted file mode 120000 index d7cfbc0..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT-14 +++ /dev/null @@ -1 +0,0 @@ -../posix/Etc/GMT-14
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT-2 b/layout/rootfs/etc/zoneinfo/Etc/GMT-2 deleted file mode 120000 index 861a419..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT-2 +++ /dev/null @@ -1 +0,0 @@ -../posix/Etc/GMT-2
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT-3 b/layout/rootfs/etc/zoneinfo/Etc/GMT-3 deleted file mode 120000 index af7ca18..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT-3 +++ /dev/null @@ -1 +0,0 @@ -../posix/Etc/GMT-3
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT-4 b/layout/rootfs/etc/zoneinfo/Etc/GMT-4 deleted file mode 120000 index eb06477..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT-4 +++ /dev/null @@ -1 +0,0 @@ -../posix/Etc/GMT-4
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT-5 b/layout/rootfs/etc/zoneinfo/Etc/GMT-5 deleted file mode 120000 index 3ea4280..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT-5 +++ /dev/null @@ -1 +0,0 @@ -../posix/Etc/GMT-5
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT-6 b/layout/rootfs/etc/zoneinfo/Etc/GMT-6 deleted file mode 120000 index 0f2106d..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT-6 +++ /dev/null @@ -1 +0,0 @@ -../posix/Etc/GMT-6
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT-7 b/layout/rootfs/etc/zoneinfo/Etc/GMT-7 deleted file mode 120000 index 0f31598..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT-7 +++ /dev/null @@ -1 +0,0 @@ -../posix/Etc/GMT-7
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT-8 b/layout/rootfs/etc/zoneinfo/Etc/GMT-8 deleted file mode 120000 index 5b2e151..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT-8 +++ /dev/null @@ -1 +0,0 @@ -../posix/Etc/GMT-8
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT-9 b/layout/rootfs/etc/zoneinfo/Etc/GMT-9 deleted file mode 120000 index ef4d2d0..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT-9 +++ /dev/null @@ -1 +0,0 @@ -../posix/Etc/GMT-9
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/GMT0 b/layout/rootfs/etc/zoneinfo/Etc/GMT0 deleted file mode 120000 index 297136f..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/GMT0 +++ /dev/null @@ -1 +0,0 @@ -../GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/Greenwich b/layout/rootfs/etc/zoneinfo/Etc/Greenwich deleted file mode 120000 index 297136f..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/Greenwich +++ /dev/null @@ -1 +0,0 @@ -../GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/UCT b/layout/rootfs/etc/zoneinfo/Etc/UCT deleted file mode 120000 index ba1a387..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/UCT +++ /dev/null @@ -1 +0,0 @@ -../posix/UCT
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/UTC b/layout/rootfs/etc/zoneinfo/Etc/UTC deleted file mode 120000 index 1e05102..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/UTC +++ /dev/null @@ -1 +0,0 @@ -../UTC
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/Universal b/layout/rootfs/etc/zoneinfo/Etc/Universal deleted file mode 120000 index 1e05102..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/Universal +++ /dev/null @@ -1 +0,0 @@ -../UTC
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Etc/Zulu b/layout/rootfs/etc/zoneinfo/Etc/Zulu deleted file mode 120000 index 1e05102..0000000 --- a/layout/rootfs/etc/zoneinfo/Etc/Zulu +++ /dev/null @@ -1 +0,0 @@ -../UTC
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Amsterdam b/layout/rootfs/etc/zoneinfo/Europe/Amsterdam deleted file mode 120000 index aeb9342..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Amsterdam +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Amsterdam
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Andorra b/layout/rootfs/etc/zoneinfo/Europe/Andorra deleted file mode 120000 index 965ab6a..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Andorra +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Andorra
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Athens b/layout/rootfs/etc/zoneinfo/Europe/Athens deleted file mode 120000 index d860030..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Athens +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Athens
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Belfast b/layout/rootfs/etc/zoneinfo/Europe/Belfast deleted file mode 120000 index 84f7c9e..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Belfast +++ /dev/null @@ -1 +0,0 @@ -../posix/GB-Eire
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Belgrade b/layout/rootfs/etc/zoneinfo/Europe/Belgrade deleted file mode 120000 index 47f563c..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Belgrade +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Skopje
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Berlin b/layout/rootfs/etc/zoneinfo/Europe/Berlin deleted file mode 120000 index f538cf7..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Berlin +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Berlin
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Bratislava b/layout/rootfs/etc/zoneinfo/Europe/Bratislava deleted file mode 120000 index 95fd239..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Bratislava +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Bratislava
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Brussels b/layout/rootfs/etc/zoneinfo/Europe/Brussels deleted file mode 120000 index f0d1d63..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Brussels +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Brussels
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Bucharest b/layout/rootfs/etc/zoneinfo/Europe/Bucharest deleted file mode 120000 index 9177db7..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Bucharest +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Bucharest
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Budapest b/layout/rootfs/etc/zoneinfo/Europe/Budapest deleted file mode 120000 index 11f0170..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Budapest +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Budapest
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Busingen b/layout/rootfs/etc/zoneinfo/Europe/Busingen deleted file mode 120000 index 790f023..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Busingen +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Busingen
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Chisinau b/layout/rootfs/etc/zoneinfo/Europe/Chisinau deleted file mode 120000 index d92acc6..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Chisinau +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Tiraspol
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Copenhagen b/layout/rootfs/etc/zoneinfo/Europe/Copenhagen deleted file mode 120000 index 64b1060..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Copenhagen +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Copenhagen
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Dublin b/layout/rootfs/etc/zoneinfo/Europe/Dublin deleted file mode 120000 index 788d252..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Dublin +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Dublin
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Gibraltar b/layout/rootfs/etc/zoneinfo/Europe/Gibraltar deleted file mode 120000 index a10b112..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Gibraltar +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Gibraltar
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Guernsey b/layout/rootfs/etc/zoneinfo/Europe/Guernsey deleted file mode 120000 index 84f7c9e..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Guernsey +++ /dev/null @@ -1 +0,0 @@ -../posix/GB-Eire
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Helsinki b/layout/rootfs/etc/zoneinfo/Europe/Helsinki deleted file mode 120000 index 5f18283..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Helsinki +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Mariehamn
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Isle_of_Man b/layout/rootfs/etc/zoneinfo/Europe/Isle_of_Man deleted file mode 120000 index 84f7c9e..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Isle_of_Man +++ /dev/null @@ -1 +0,0 @@ -../posix/GB-Eire
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Istanbul b/layout/rootfs/etc/zoneinfo/Europe/Istanbul deleted file mode 120000 index 0a2a1eb..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Istanbul +++ /dev/null @@ -1 +0,0 @@ -../Asia/Istanbul
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Jersey b/layout/rootfs/etc/zoneinfo/Europe/Jersey deleted file mode 120000 index 84f7c9e..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Jersey +++ /dev/null @@ -1 +0,0 @@ -../posix/GB-Eire
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Kaliningrad b/layout/rootfs/etc/zoneinfo/Europe/Kaliningrad deleted file mode 120000 index 50373b1..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Kaliningrad +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Kaliningrad
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Kiev b/layout/rootfs/etc/zoneinfo/Europe/Kiev deleted file mode 120000 index 78c2a19..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Kiev +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Kiev
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Lisbon b/layout/rootfs/etc/zoneinfo/Europe/Lisbon deleted file mode 120000 index c8c3dcf..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Lisbon +++ /dev/null @@ -1 +0,0 @@ -../Portugal
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Ljubljana b/layout/rootfs/etc/zoneinfo/Europe/Ljubljana deleted file mode 120000 index 47f563c..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Ljubljana +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Skopje
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/London b/layout/rootfs/etc/zoneinfo/Europe/London deleted file mode 120000 index 84f7c9e..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/London +++ /dev/null @@ -1 +0,0 @@ -../posix/GB-Eire
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Luxembourg b/layout/rootfs/etc/zoneinfo/Europe/Luxembourg deleted file mode 120000 index bbf06c3..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Luxembourg +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Luxembourg
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Madrid b/layout/rootfs/etc/zoneinfo/Europe/Madrid deleted file mode 120000 index ed1ff67..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Madrid +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Madrid
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Malta b/layout/rootfs/etc/zoneinfo/Europe/Malta deleted file mode 120000 index 436a9bb..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Malta +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Malta
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Mariehamn b/layout/rootfs/etc/zoneinfo/Europe/Mariehamn deleted file mode 120000 index 5f18283..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Mariehamn +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Mariehamn
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Minsk b/layout/rootfs/etc/zoneinfo/Europe/Minsk deleted file mode 120000 index 6266b00..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Minsk +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Minsk
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Monaco b/layout/rootfs/etc/zoneinfo/Europe/Monaco deleted file mode 120000 index 1ed898d..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Monaco +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Monaco
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Moscow b/layout/rootfs/etc/zoneinfo/Europe/Moscow deleted file mode 120000 index ae5135d..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Moscow +++ /dev/null @@ -1 +0,0 @@ -../posix/W-SU
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Nicosia b/layout/rootfs/etc/zoneinfo/Europe/Nicosia deleted file mode 120000 index ccda3c4..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Nicosia +++ /dev/null @@ -1 +0,0 @@ -../Asia/Nicosia
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Oslo b/layout/rootfs/etc/zoneinfo/Europe/Oslo deleted file mode 120000 index cad70c6..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Oslo +++ /dev/null @@ -1 +0,0 @@ -../posix/Atlantic/Jan_Mayen
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Paris b/layout/rootfs/etc/zoneinfo/Europe/Paris deleted file mode 120000 index 41c3c19..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Paris +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Paris
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Podgorica b/layout/rootfs/etc/zoneinfo/Europe/Podgorica deleted file mode 120000 index 47f563c..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Podgorica +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Skopje
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Prague b/layout/rootfs/etc/zoneinfo/Europe/Prague deleted file mode 120000 index 95fd239..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Prague +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Bratislava
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Riga b/layout/rootfs/etc/zoneinfo/Europe/Riga deleted file mode 120000 index 2b0ba6b..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Riga +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Riga
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Rome b/layout/rootfs/etc/zoneinfo/Europe/Rome deleted file mode 120000 index 79b57e5..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Rome +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Rome
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Samara b/layout/rootfs/etc/zoneinfo/Europe/Samara deleted file mode 120000 index 92a3bb0..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Samara +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Samara
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/San_Marino b/layout/rootfs/etc/zoneinfo/Europe/San_Marino deleted file mode 120000 index 79b57e5..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/San_Marino +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Rome
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Sarajevo b/layout/rootfs/etc/zoneinfo/Europe/Sarajevo deleted file mode 120000 index 47f563c..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Sarajevo +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Skopje
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Simferopol b/layout/rootfs/etc/zoneinfo/Europe/Simferopol deleted file mode 120000 index 976e989..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Simferopol +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Simferopol
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Skopje b/layout/rootfs/etc/zoneinfo/Europe/Skopje deleted file mode 120000 index 47f563c..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Skopje +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Skopje
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Sofia b/layout/rootfs/etc/zoneinfo/Europe/Sofia deleted file mode 120000 index 0d23c95..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Sofia +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Sofia
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Stockholm b/layout/rootfs/etc/zoneinfo/Europe/Stockholm deleted file mode 120000 index 177bd01..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Stockholm +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Stockholm
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Tallinn b/layout/rootfs/etc/zoneinfo/Europe/Tallinn deleted file mode 120000 index 942796d..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Tallinn +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Tallinn
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Tirane b/layout/rootfs/etc/zoneinfo/Europe/Tirane deleted file mode 120000 index 598f1b3..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Tirane +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Tirane
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Tiraspol b/layout/rootfs/etc/zoneinfo/Europe/Tiraspol deleted file mode 120000 index d92acc6..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Tiraspol +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Tiraspol
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Uzhgorod b/layout/rootfs/etc/zoneinfo/Europe/Uzhgorod deleted file mode 120000 index 97b4151..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Uzhgorod +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Uzhgorod
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Vaduz b/layout/rootfs/etc/zoneinfo/Europe/Vaduz deleted file mode 120000 index 070ae93..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Vaduz +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Vaduz
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Vatican b/layout/rootfs/etc/zoneinfo/Europe/Vatican deleted file mode 120000 index 79b57e5..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Vatican +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Rome
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Vienna b/layout/rootfs/etc/zoneinfo/Europe/Vienna deleted file mode 120000 index df03b86..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Vienna +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Vienna
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Vilnius b/layout/rootfs/etc/zoneinfo/Europe/Vilnius deleted file mode 120000 index 82542dc..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Vilnius +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Vilnius
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Volgograd b/layout/rootfs/etc/zoneinfo/Europe/Volgograd deleted file mode 120000 index 39045d4..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Volgograd +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Volgograd
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Warsaw b/layout/rootfs/etc/zoneinfo/Europe/Warsaw deleted file mode 120000 index 0e5decc..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Warsaw +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Warsaw
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Zagreb b/layout/rootfs/etc/zoneinfo/Europe/Zagreb deleted file mode 120000 index 47f563c..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Zagreb +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Skopje
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Zaporozhye b/layout/rootfs/etc/zoneinfo/Europe/Zaporozhye deleted file mode 120000 index 064fb19..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Zaporozhye +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Zaporozhye
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Europe/Zurich b/layout/rootfs/etc/zoneinfo/Europe/Zurich deleted file mode 120000 index 790f023..0000000 --- a/layout/rootfs/etc/zoneinfo/Europe/Zurich +++ /dev/null @@ -1 +0,0 @@ -../posix/Europe/Busingen
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Factory b/layout/rootfs/etc/zoneinfo/Factory deleted file mode 120000 index d30c756..0000000 --- a/layout/rootfs/etc/zoneinfo/Factory +++ /dev/null @@ -1 +0,0 @@ -posix/Factory
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/GB b/layout/rootfs/etc/zoneinfo/GB deleted file mode 120000 index a61f6b0..0000000 --- a/layout/rootfs/etc/zoneinfo/GB +++ /dev/null @@ -1 +0,0 @@ -posix/GB-Eire
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/GB-Eire b/layout/rootfs/etc/zoneinfo/GB-Eire deleted file mode 120000 index a61f6b0..0000000 --- a/layout/rootfs/etc/zoneinfo/GB-Eire +++ /dev/null @@ -1 +0,0 @@ -posix/GB-Eire
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/GMT b/layout/rootfs/etc/zoneinfo/GMT deleted file mode 120000 index aebe4ef..0000000 --- a/layout/rootfs/etc/zoneinfo/GMT +++ /dev/null @@ -1 +0,0 @@ -GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/GMT+0 b/layout/rootfs/etc/zoneinfo/GMT+0 deleted file mode 120000 index aebe4ef..0000000 --- a/layout/rootfs/etc/zoneinfo/GMT+0 +++ /dev/null @@ -1 +0,0 @@ -GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/GMT-0 b/layout/rootfs/etc/zoneinfo/GMT-0 Binary files differdeleted file mode 100644 index 2ee1429..0000000 --- a/layout/rootfs/etc/zoneinfo/GMT-0 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/GMT0 b/layout/rootfs/etc/zoneinfo/GMT0 deleted file mode 120000 index aebe4ef..0000000 --- a/layout/rootfs/etc/zoneinfo/GMT0 +++ /dev/null @@ -1 +0,0 @@ -GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Greenwich b/layout/rootfs/etc/zoneinfo/Greenwich deleted file mode 120000 index aebe4ef..0000000 --- a/layout/rootfs/etc/zoneinfo/Greenwich +++ /dev/null @@ -1 +0,0 @@ -GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/HST b/layout/rootfs/etc/zoneinfo/HST deleted file mode 120000 index f030d38..0000000 --- a/layout/rootfs/etc/zoneinfo/HST +++ /dev/null @@ -1 +0,0 @@ -Pacific/Johnston
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Hongkong b/layout/rootfs/etc/zoneinfo/Hongkong deleted file mode 120000 index 388b821..0000000 --- a/layout/rootfs/etc/zoneinfo/Hongkong +++ /dev/null @@ -1 +0,0 @@ -Asia/Hong_Kong
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Iceland b/layout/rootfs/etc/zoneinfo/Iceland deleted file mode 120000 index d68984b..0000000 --- a/layout/rootfs/etc/zoneinfo/Iceland +++ /dev/null @@ -1 +0,0 @@ -posix/Atlantic/Reykjavik
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Indian/Antananarivo b/layout/rootfs/etc/zoneinfo/Indian/Antananarivo Binary files differdeleted file mode 100644 index ef6e745..0000000 --- a/layout/rootfs/etc/zoneinfo/Indian/Antananarivo +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Indian/Chagos b/layout/rootfs/etc/zoneinfo/Indian/Chagos Binary files differdeleted file mode 100644 index 864d3e2..0000000 --- a/layout/rootfs/etc/zoneinfo/Indian/Chagos +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Indian/Christmas b/layout/rootfs/etc/zoneinfo/Indian/Christmas Binary files differdeleted file mode 100644 index 686d5b3..0000000 --- a/layout/rootfs/etc/zoneinfo/Indian/Christmas +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Indian/Cocos b/layout/rootfs/etc/zoneinfo/Indian/Cocos Binary files differdeleted file mode 100644 index 6f7d869..0000000 --- a/layout/rootfs/etc/zoneinfo/Indian/Cocos +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Indian/Comoro b/layout/rootfs/etc/zoneinfo/Indian/Comoro Binary files differdeleted file mode 100644 index 297c6db..0000000 --- a/layout/rootfs/etc/zoneinfo/Indian/Comoro +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Indian/Kerguelen b/layout/rootfs/etc/zoneinfo/Indian/Kerguelen Binary files differdeleted file mode 100644 index 1f42bbc..0000000 --- a/layout/rootfs/etc/zoneinfo/Indian/Kerguelen +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Indian/Mahe b/layout/rootfs/etc/zoneinfo/Indian/Mahe Binary files differdeleted file mode 100644 index d048242..0000000 --- a/layout/rootfs/etc/zoneinfo/Indian/Mahe +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Indian/Maldives b/layout/rootfs/etc/zoneinfo/Indian/Maldives Binary files differdeleted file mode 100644 index 65e7eee..0000000 --- a/layout/rootfs/etc/zoneinfo/Indian/Maldives +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Indian/Mauritius b/layout/rootfs/etc/zoneinfo/Indian/Mauritius Binary files differdeleted file mode 100644 index 54f2220..0000000 --- a/layout/rootfs/etc/zoneinfo/Indian/Mauritius +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Indian/Mayotte b/layout/rootfs/etc/zoneinfo/Indian/Mayotte Binary files differdeleted file mode 100644 index 8401a37..0000000 --- a/layout/rootfs/etc/zoneinfo/Indian/Mayotte +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Indian/Reunion b/layout/rootfs/etc/zoneinfo/Indian/Reunion Binary files differdeleted file mode 100644 index 9b3830e..0000000 --- a/layout/rootfs/etc/zoneinfo/Indian/Reunion +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Iran b/layout/rootfs/etc/zoneinfo/Iran deleted file mode 120000 index 0629675..0000000 --- a/layout/rootfs/etc/zoneinfo/Iran +++ /dev/null @@ -1 +0,0 @@ -Asia/Tehran
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Israel b/layout/rootfs/etc/zoneinfo/Israel deleted file mode 120000 index 714b346..0000000 --- a/layout/rootfs/etc/zoneinfo/Israel +++ /dev/null @@ -1 +0,0 @@ -Asia/Tel_Aviv
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Jamaica b/layout/rootfs/etc/zoneinfo/Jamaica deleted file mode 120000 index ad24daf..0000000 --- a/layout/rootfs/etc/zoneinfo/Jamaica +++ /dev/null @@ -1 +0,0 @@ -posix/America/Jamaica
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Japan b/layout/rootfs/etc/zoneinfo/Japan deleted file mode 120000 index 72e93cd..0000000 --- a/layout/rootfs/etc/zoneinfo/Japan +++ /dev/null @@ -1 +0,0 @@ -Asia/Tokyo
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Kwajalein b/layout/rootfs/etc/zoneinfo/Kwajalein deleted file mode 120000 index ae86797..0000000 --- a/layout/rootfs/etc/zoneinfo/Kwajalein +++ /dev/null @@ -1 +0,0 @@ -Pacific/Kwajalein
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Libya b/layout/rootfs/etc/zoneinfo/Libya deleted file mode 120000 index 967be69..0000000 --- a/layout/rootfs/etc/zoneinfo/Libya +++ /dev/null @@ -1 +0,0 @@ -posix/Libya
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/MET b/layout/rootfs/etc/zoneinfo/MET deleted file mode 120000 index d492c04..0000000 --- a/layout/rootfs/etc/zoneinfo/MET +++ /dev/null @@ -1 +0,0 @@ -posix/MET
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/MST b/layout/rootfs/etc/zoneinfo/MST deleted file mode 120000 index 9339b53..0000000 --- a/layout/rootfs/etc/zoneinfo/MST +++ /dev/null @@ -1 +0,0 @@ -posix/MST
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/MST7MDT b/layout/rootfs/etc/zoneinfo/MST7MDT deleted file mode 120000 index 8ee1717..0000000 --- a/layout/rootfs/etc/zoneinfo/MST7MDT +++ /dev/null @@ -1 +0,0 @@ -posix/MST7MDT
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Mexico/BajaNorte b/layout/rootfs/etc/zoneinfo/Mexico/BajaNorte Binary files differdeleted file mode 100644 index fffdc24..0000000 --- a/layout/rootfs/etc/zoneinfo/Mexico/BajaNorte +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Mexico/BajaSur b/layout/rootfs/etc/zoneinfo/Mexico/BajaSur Binary files differdeleted file mode 100644 index 6486aa1..0000000 --- a/layout/rootfs/etc/zoneinfo/Mexico/BajaSur +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Mexico/General b/layout/rootfs/etc/zoneinfo/Mexico/General Binary files differdeleted file mode 100644 index 1434ab0..0000000 --- a/layout/rootfs/etc/zoneinfo/Mexico/General +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Mideast/Riyadh87 b/layout/rootfs/etc/zoneinfo/Mideast/Riyadh87 deleted file mode 120000 index 9413f89..0000000 --- a/layout/rootfs/etc/zoneinfo/Mideast/Riyadh87 +++ /dev/null @@ -1 +0,0 @@ -../Asia/Riyadh87
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Mideast/Riyadh88 b/layout/rootfs/etc/zoneinfo/Mideast/Riyadh88 deleted file mode 120000 index 9e99248..0000000 --- a/layout/rootfs/etc/zoneinfo/Mideast/Riyadh88 +++ /dev/null @@ -1 +0,0 @@ -../Asia/Riyadh88
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Mideast/Riyadh89 b/layout/rootfs/etc/zoneinfo/Mideast/Riyadh89 deleted file mode 120000 index 6d38103..0000000 --- a/layout/rootfs/etc/zoneinfo/Mideast/Riyadh89 +++ /dev/null @@ -1 +0,0 @@ -../Asia/Riyadh89
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/NZ b/layout/rootfs/etc/zoneinfo/NZ deleted file mode 120000 index df1ceb6..0000000 --- a/layout/rootfs/etc/zoneinfo/NZ +++ /dev/null @@ -1 +0,0 @@ -Pacific/Auckland
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/NZ-CHAT b/layout/rootfs/etc/zoneinfo/NZ-CHAT deleted file mode 120000 index 183f54e..0000000 --- a/layout/rootfs/etc/zoneinfo/NZ-CHAT +++ /dev/null @@ -1 +0,0 @@ -Pacific/Chatham
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Navajo b/layout/rootfs/etc/zoneinfo/Navajo deleted file mode 120000 index 0ed3dee..0000000 --- a/layout/rootfs/etc/zoneinfo/Navajo +++ /dev/null @@ -1 +0,0 @@ -posix/America/Denver
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/PRC b/layout/rootfs/etc/zoneinfo/PRC deleted file mode 120000 index 0ddd9ee..0000000 --- a/layout/rootfs/etc/zoneinfo/PRC +++ /dev/null @@ -1 +0,0 @@ -Asia/Shanghai
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/PST8PDT b/layout/rootfs/etc/zoneinfo/PST8PDT deleted file mode 120000 index e164f4f..0000000 --- a/layout/rootfs/etc/zoneinfo/PST8PDT +++ /dev/null @@ -1 +0,0 @@ -posix/PST8PDT
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Apia b/layout/rootfs/etc/zoneinfo/Pacific/Apia Binary files differdeleted file mode 100644 index efe6d5a..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Apia +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Auckland b/layout/rootfs/etc/zoneinfo/Pacific/Auckland Binary files differdeleted file mode 100644 index a40767d..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Auckland +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Chatham b/layout/rootfs/etc/zoneinfo/Pacific/Chatham Binary files differdeleted file mode 100644 index 6329e4f..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Chatham +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Chuuk b/layout/rootfs/etc/zoneinfo/Pacific/Chuuk deleted file mode 120000 index 1119125..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Chuuk +++ /dev/null @@ -1 +0,0 @@ -Truk
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Easter b/layout/rootfs/etc/zoneinfo/Pacific/Easter Binary files differdeleted file mode 100644 index f22cc98..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Easter +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Efate b/layout/rootfs/etc/zoneinfo/Pacific/Efate Binary files differdeleted file mode 100644 index c46154a..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Efate +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Enderbury b/layout/rootfs/etc/zoneinfo/Pacific/Enderbury Binary files differdeleted file mode 100644 index 69e75d7..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Enderbury +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Fakaofo b/layout/rootfs/etc/zoneinfo/Pacific/Fakaofo Binary files differdeleted file mode 100644 index 22902f9..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Fakaofo +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Fiji b/layout/rootfs/etc/zoneinfo/Pacific/Fiji Binary files differdeleted file mode 100644 index 0bc1962..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Fiji +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Funafuti b/layout/rootfs/etc/zoneinfo/Pacific/Funafuti Binary files differdeleted file mode 100644 index 66cf5e1..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Funafuti +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Galapagos b/layout/rootfs/etc/zoneinfo/Pacific/Galapagos Binary files differdeleted file mode 100644 index 7504cc6..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Galapagos +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Gambier b/layout/rootfs/etc/zoneinfo/Pacific/Gambier Binary files differdeleted file mode 100644 index fc49c03..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Gambier +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Guadalcanal b/layout/rootfs/etc/zoneinfo/Pacific/Guadalcanal Binary files differdeleted file mode 100644 index 3a4ec12..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Guadalcanal +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Guam b/layout/rootfs/etc/zoneinfo/Pacific/Guam Binary files differdeleted file mode 100644 index a05292f..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Guam +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Honolulu b/layout/rootfs/etc/zoneinfo/Pacific/Honolulu Binary files differdeleted file mode 100644 index 1b4684b..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Honolulu +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Johnston b/layout/rootfs/etc/zoneinfo/Pacific/Johnston Binary files differdeleted file mode 100644 index 616c31b..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Johnston +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Kiritimati b/layout/rootfs/etc/zoneinfo/Pacific/Kiritimati Binary files differdeleted file mode 100644 index 7131453..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Kiritimati +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Kosrae b/layout/rootfs/etc/zoneinfo/Pacific/Kosrae Binary files differdeleted file mode 100644 index 6cac75a..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Kosrae +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Kwajalein b/layout/rootfs/etc/zoneinfo/Pacific/Kwajalein Binary files differdeleted file mode 100644 index b572372..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Kwajalein +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Majuro b/layout/rootfs/etc/zoneinfo/Pacific/Majuro Binary files differdeleted file mode 100644 index eab93a2..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Majuro +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Marquesas b/layout/rootfs/etc/zoneinfo/Pacific/Marquesas Binary files differdeleted file mode 100644 index cd2d5b0..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Marquesas +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Midway b/layout/rootfs/etc/zoneinfo/Pacific/Midway Binary files differdeleted file mode 100644 index 8889a26..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Midway +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Nauru b/layout/rootfs/etc/zoneinfo/Pacific/Nauru Binary files differdeleted file mode 100644 index 1d8179b..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Nauru +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Niue b/layout/rootfs/etc/zoneinfo/Pacific/Niue Binary files differdeleted file mode 100644 index b9f18a5..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Niue +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Norfolk b/layout/rootfs/etc/zoneinfo/Pacific/Norfolk Binary files differdeleted file mode 100644 index 2e989c2..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Norfolk +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Noumea b/layout/rootfs/etc/zoneinfo/Pacific/Noumea Binary files differdeleted file mode 100644 index ae9e138..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Noumea +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Pago_Pago b/layout/rootfs/etc/zoneinfo/Pacific/Pago_Pago Binary files differdeleted file mode 100644 index fa084ba..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Pago_Pago +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Palau b/layout/rootfs/etc/zoneinfo/Pacific/Palau Binary files differdeleted file mode 100644 index efc556b..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Palau +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Pitcairn b/layout/rootfs/etc/zoneinfo/Pacific/Pitcairn Binary files differdeleted file mode 100644 index 51f01c6..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Pitcairn +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Pohnpei b/layout/rootfs/etc/zoneinfo/Pacific/Pohnpei deleted file mode 120000 index da0b475..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Pohnpei +++ /dev/null @@ -1 +0,0 @@ -Ponape
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Ponape b/layout/rootfs/etc/zoneinfo/Pacific/Ponape Binary files differdeleted file mode 100644 index f175ea5..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Ponape +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Port_Moresby b/layout/rootfs/etc/zoneinfo/Pacific/Port_Moresby Binary files differdeleted file mode 100644 index 8d4d12c..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Port_Moresby +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Rarotonga b/layout/rootfs/etc/zoneinfo/Pacific/Rarotonga Binary files differdeleted file mode 100644 index 5812997..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Rarotonga +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Saipan b/layout/rootfs/etc/zoneinfo/Pacific/Saipan Binary files differdeleted file mode 100644 index 519c86e..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Saipan +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Samoa b/layout/rootfs/etc/zoneinfo/Pacific/Samoa deleted file mode 120000 index c0ff20e..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Samoa +++ /dev/null @@ -1 +0,0 @@ -Pago_Pago
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Tahiti b/layout/rootfs/etc/zoneinfo/Pacific/Tahiti Binary files differdeleted file mode 100644 index 22f8697..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Tahiti +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Tarawa b/layout/rootfs/etc/zoneinfo/Pacific/Tarawa Binary files differdeleted file mode 100644 index 065dcd8..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Tarawa +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Tongatapu b/layout/rootfs/etc/zoneinfo/Pacific/Tongatapu Binary files differdeleted file mode 100644 index 01ab6b8..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Tongatapu +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Truk b/layout/rootfs/etc/zoneinfo/Pacific/Truk Binary files differdeleted file mode 100644 index 0ef4738..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Truk +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Wake b/layout/rootfs/etc/zoneinfo/Pacific/Wake Binary files differdeleted file mode 100644 index f89c528..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Wake +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Wallis b/layout/rootfs/etc/zoneinfo/Pacific/Wallis Binary files differdeleted file mode 100644 index 9aaf558..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Wallis +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Pacific/Yap b/layout/rootfs/etc/zoneinfo/Pacific/Yap deleted file mode 120000 index 1119125..0000000 --- a/layout/rootfs/etc/zoneinfo/Pacific/Yap +++ /dev/null @@ -1 +0,0 @@ -Truk
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Poland b/layout/rootfs/etc/zoneinfo/Poland deleted file mode 120000 index 1cee272..0000000 --- a/layout/rootfs/etc/zoneinfo/Poland +++ /dev/null @@ -1 +0,0 @@ -posix/Europe/Warsaw
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Portugal b/layout/rootfs/etc/zoneinfo/Portugal Binary files differdeleted file mode 100644 index 168accf..0000000 --- a/layout/rootfs/etc/zoneinfo/Portugal +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/ROC b/layout/rootfs/etc/zoneinfo/ROC deleted file mode 120000 index 5264d40..0000000 --- a/layout/rootfs/etc/zoneinfo/ROC +++ /dev/null @@ -1 +0,0 @@ -Asia/Taipei
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/ROK b/layout/rootfs/etc/zoneinfo/ROK deleted file mode 120000 index 7423b3b..0000000 --- a/layout/rootfs/etc/zoneinfo/ROK +++ /dev/null @@ -1 +0,0 @@ -Asia/Seoul
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Singapore b/layout/rootfs/etc/zoneinfo/Singapore deleted file mode 120000 index 359714e..0000000 --- a/layout/rootfs/etc/zoneinfo/Singapore +++ /dev/null @@ -1 +0,0 @@ -Asia/Singapore
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/SystemV/AST4 b/layout/rootfs/etc/zoneinfo/SystemV/AST4 deleted file mode 120000 index 8321cbf..0000000 --- a/layout/rootfs/etc/zoneinfo/SystemV/AST4 +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Puerto_Rico
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/SystemV/AST4ADT b/layout/rootfs/etc/zoneinfo/SystemV/AST4ADT deleted file mode 120000 index 6ac03ad..0000000 --- a/layout/rootfs/etc/zoneinfo/SystemV/AST4ADT +++ /dev/null @@ -1 +0,0 @@ -../Canada/Atlantic
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/SystemV/CST6 b/layout/rootfs/etc/zoneinfo/SystemV/CST6 deleted file mode 120000 index b813232..0000000 --- a/layout/rootfs/etc/zoneinfo/SystemV/CST6 +++ /dev/null @@ -1 +0,0 @@ -../Canada/East-Saskatchewan
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/SystemV/CST6CDT b/layout/rootfs/etc/zoneinfo/SystemV/CST6CDT deleted file mode 120000 index ab3739a..0000000 --- a/layout/rootfs/etc/zoneinfo/SystemV/CST6CDT +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Chicago
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/SystemV/EST5 b/layout/rootfs/etc/zoneinfo/SystemV/EST5 deleted file mode 120000 index cf19a6c..0000000 --- a/layout/rootfs/etc/zoneinfo/SystemV/EST5 +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Panama
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/SystemV/EST5EDT b/layout/rootfs/etc/zoneinfo/SystemV/EST5EDT deleted file mode 120000 index 641af55..0000000 --- a/layout/rootfs/etc/zoneinfo/SystemV/EST5EDT +++ /dev/null @@ -1 +0,0 @@ -../posix/America/New_York
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/SystemV/HST10 b/layout/rootfs/etc/zoneinfo/SystemV/HST10 deleted file mode 120000 index 55b467d..0000000 --- a/layout/rootfs/etc/zoneinfo/SystemV/HST10 +++ /dev/null @@ -1 +0,0 @@ -../Pacific/Honolulu
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/SystemV/MST7 b/layout/rootfs/etc/zoneinfo/SystemV/MST7 deleted file mode 120000 index 306d76f..0000000 --- a/layout/rootfs/etc/zoneinfo/SystemV/MST7 +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Phoenix
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/SystemV/MST7MDT b/layout/rootfs/etc/zoneinfo/SystemV/MST7MDT deleted file mode 120000 index b9d2539..0000000 --- a/layout/rootfs/etc/zoneinfo/SystemV/MST7MDT +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Denver
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/SystemV/PST8 b/layout/rootfs/etc/zoneinfo/SystemV/PST8 deleted file mode 120000 index f00840c..0000000 --- a/layout/rootfs/etc/zoneinfo/SystemV/PST8 +++ /dev/null @@ -1 +0,0 @@ -../Pacific/Pitcairn
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/SystemV/PST8PDT b/layout/rootfs/etc/zoneinfo/SystemV/PST8PDT deleted file mode 120000 index ded0e95..0000000 --- a/layout/rootfs/etc/zoneinfo/SystemV/PST8PDT +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Los_Angeles
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/SystemV/YST9 b/layout/rootfs/etc/zoneinfo/SystemV/YST9 deleted file mode 120000 index 973cfaf..0000000 --- a/layout/rootfs/etc/zoneinfo/SystemV/YST9 +++ /dev/null @@ -1 +0,0 @@ -../Pacific/Gambier
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/SystemV/YST9YDT b/layout/rootfs/etc/zoneinfo/SystemV/YST9YDT deleted file mode 120000 index 358b2ec..0000000 --- a/layout/rootfs/etc/zoneinfo/SystemV/YST9YDT +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Anchorage
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Turkey b/layout/rootfs/etc/zoneinfo/Turkey deleted file mode 120000 index 12f8b28..0000000 --- a/layout/rootfs/etc/zoneinfo/Turkey +++ /dev/null @@ -1 +0,0 @@ -Asia/Istanbul
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/UCT b/layout/rootfs/etc/zoneinfo/UCT deleted file mode 120000 index cb79863..0000000 --- a/layout/rootfs/etc/zoneinfo/UCT +++ /dev/null @@ -1 +0,0 @@ -posix/UCT
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/US/Alaska b/layout/rootfs/etc/zoneinfo/US/Alaska deleted file mode 120000 index 358b2ec..0000000 --- a/layout/rootfs/etc/zoneinfo/US/Alaska +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Anchorage
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/US/Aleutian b/layout/rootfs/etc/zoneinfo/US/Aleutian deleted file mode 120000 index 1f1a09a..0000000 --- a/layout/rootfs/etc/zoneinfo/US/Aleutian +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Atka
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/US/Arizona b/layout/rootfs/etc/zoneinfo/US/Arizona deleted file mode 120000 index 306d76f..0000000 --- a/layout/rootfs/etc/zoneinfo/US/Arizona +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Phoenix
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/US/Central b/layout/rootfs/etc/zoneinfo/US/Central deleted file mode 120000 index ab3739a..0000000 --- a/layout/rootfs/etc/zoneinfo/US/Central +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Chicago
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/US/East-Indiana b/layout/rootfs/etc/zoneinfo/US/East-Indiana deleted file mode 120000 index 7e31aa3..0000000 --- a/layout/rootfs/etc/zoneinfo/US/East-Indiana +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Indiana/Indianapolis
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/US/Eastern b/layout/rootfs/etc/zoneinfo/US/Eastern deleted file mode 120000 index 641af55..0000000 --- a/layout/rootfs/etc/zoneinfo/US/Eastern +++ /dev/null @@ -1 +0,0 @@ -../posix/America/New_York
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/US/Hawaii b/layout/rootfs/etc/zoneinfo/US/Hawaii deleted file mode 120000 index 55b467d..0000000 --- a/layout/rootfs/etc/zoneinfo/US/Hawaii +++ /dev/null @@ -1 +0,0 @@ -../Pacific/Honolulu
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/US/Indiana-Starke b/layout/rootfs/etc/zoneinfo/US/Indiana-Starke deleted file mode 120000 index 779220e..0000000 --- a/layout/rootfs/etc/zoneinfo/US/Indiana-Starke +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Knox_IN
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/US/Michigan b/layout/rootfs/etc/zoneinfo/US/Michigan deleted file mode 120000 index 6a96b49..0000000 --- a/layout/rootfs/etc/zoneinfo/US/Michigan +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Detroit
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/US/Mountain b/layout/rootfs/etc/zoneinfo/US/Mountain deleted file mode 120000 index b9d2539..0000000 --- a/layout/rootfs/etc/zoneinfo/US/Mountain +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Denver
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/US/Pacific b/layout/rootfs/etc/zoneinfo/US/Pacific deleted file mode 120000 index ded0e95..0000000 --- a/layout/rootfs/etc/zoneinfo/US/Pacific +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Los_Angeles
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/US/Pacific-New b/layout/rootfs/etc/zoneinfo/US/Pacific-New deleted file mode 120000 index ded0e95..0000000 --- a/layout/rootfs/etc/zoneinfo/US/Pacific-New +++ /dev/null @@ -1 +0,0 @@ -../posix/America/Los_Angeles
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/US/Samoa b/layout/rootfs/etc/zoneinfo/US/Samoa deleted file mode 120000 index 9186b3b..0000000 --- a/layout/rootfs/etc/zoneinfo/US/Samoa +++ /dev/null @@ -1 +0,0 @@ -../Pacific/Pago_Pago
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/UTC b/layout/rootfs/etc/zoneinfo/UTC Binary files differdeleted file mode 100644 index 5583f5b..0000000 --- a/layout/rootfs/etc/zoneinfo/UTC +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/Universal b/layout/rootfs/etc/zoneinfo/Universal deleted file mode 120000 index 1ed0820..0000000 --- a/layout/rootfs/etc/zoneinfo/Universal +++ /dev/null @@ -1 +0,0 @@ -UTC
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/W-SU b/layout/rootfs/etc/zoneinfo/W-SU deleted file mode 120000 index 7a43415..0000000 --- a/layout/rootfs/etc/zoneinfo/W-SU +++ /dev/null @@ -1 +0,0 @@ -posix/W-SU
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/WET b/layout/rootfs/etc/zoneinfo/WET deleted file mode 120000 index 067869e..0000000 --- a/layout/rootfs/etc/zoneinfo/WET +++ /dev/null @@ -1 +0,0 @@ -posix/WET
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/Zulu b/layout/rootfs/etc/zoneinfo/Zulu deleted file mode 120000 index 1ed0820..0000000 --- a/layout/rootfs/etc/zoneinfo/Zulu +++ /dev/null @@ -1 +0,0 @@ -UTC
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/iso3166.tab b/layout/rootfs/etc/zoneinfo/iso3166.tab deleted file mode 100644 index b952ca1..0000000 --- a/layout/rootfs/etc/zoneinfo/iso3166.tab +++ /dev/null @@ -1,276 +0,0 @@ -# <pre> -# This file is in the public domain, so clarified as of -# 2009-05-17 by Arthur David Olson. -# ISO 3166 alpha-2 country codes -# -# From Paul Eggert (2006-09-27): -# -# This file contains a table with the following columns: -# 1. ISO 3166-1 alpha-2 country code, current as of -# ISO 3166-1 Newsletter VI-1 (2007-09-21). See: -# <a href="http://www.iso.org/iso/en/prods-services/iso3166ma/index.html"> -# ISO 3166 Maintenance agency (ISO 3166/MA) -# </a>. -# 2. The usual English name for the country, -# chosen so that alphabetic sorting of subsets produces helpful lists. -# This is not the same as the English name in the ISO 3166 tables. -# -# Columns are separated by a single tab. -# The table is sorted by country code. -# -# Lines beginning with `#' are comments. -# -# From Arthur David Olson (2011-08-17): -# Resynchronized today with the ISO 3166 site (adding SS for South Sudan). -# -#country- -#code country name -AD Andorra -AE United Arab Emirates -AF Afghanistan -AG Antigua & Barbuda -AI Anguilla -AL Albania -AM Armenia -AO Angola -AQ Antarctica -AR Argentina -AS Samoa (American) -AT Austria -AU Australia -AW Aruba -AX Aaland Islands -AZ Azerbaijan -BA Bosnia & Herzegovina -BB Barbados -BD Bangladesh -BE Belgium -BF Burkina Faso -BG Bulgaria -BH Bahrain -BI Burundi -BJ Benin -BL St Barthelemy -BM Bermuda -BN Brunei -BO Bolivia -BQ Bonaire Sint Eustatius & Saba -BR Brazil -BS Bahamas -BT Bhutan -BV Bouvet Island -BW Botswana -BY Belarus -BZ Belize -CA Canada -CC Cocos (Keeling) Islands -CD Congo (Dem. Rep.) -CF Central African Rep. -CG Congo (Rep.) -CH Switzerland -CI Cote d'Ivoire -CK Cook Islands -CL Chile -CM Cameroon -CN China -CO Colombia -CR Costa Rica -CU Cuba -CV Cape Verde -CW Curacao -CX Christmas Island -CY Cyprus -CZ Czech Republic -DE Germany -DJ Djibouti -DK Denmark -DM Dominica -DO Dominican Republic -DZ Algeria -EC Ecuador -EE Estonia -EG Egypt -EH Western Sahara -ER Eritrea -ES Spain -ET Ethiopia -FI Finland -FJ Fiji -FK Falkland Islands -FM Micronesia -FO Faroe Islands -FR France -GA Gabon -GB Britain (UK) -GD Grenada -GE Georgia -GF French Guiana -GG Guernsey -GH Ghana -GI Gibraltar -GL Greenland -GM Gambia -GN Guinea -GP Guadeloupe -GQ Equatorial Guinea -GR Greece -GS South Georgia & the South Sandwich Islands -GT Guatemala -GU Guam -GW Guinea-Bissau -GY Guyana -HK Hong Kong -HM Heard Island & McDonald Islands -HN Honduras -HR Croatia -HT Haiti -HU Hungary -ID Indonesia -IE Ireland -IL Israel -IM Isle of Man -IN India -IO British Indian Ocean Territory -IQ Iraq -IR Iran -IS Iceland -IT Italy -JE Jersey -JM Jamaica -JO Jordan -JP Japan -KE Kenya -KG Kyrgyzstan -KH Cambodia -KI Kiribati -KM Comoros -KN St Kitts & Nevis -KP Korea (North) -KR Korea (South) -KW Kuwait -KY Cayman Islands -KZ Kazakhstan -LA Laos -LB Lebanon -LC St Lucia -LI Liechtenstein -LK Sri Lanka -LR Liberia -LS Lesotho -LT Lithuania -LU Luxembourg -LV Latvia -LY Libya -MA Morocco -MC Monaco -MD Moldova -ME Montenegro -MF St Martin (French part) -MG Madagascar -MH Marshall Islands -MK Macedonia -ML Mali -MM Myanmar (Burma) -MN Mongolia -MO Macau -MP Northern Mariana Islands -MQ Martinique -MR Mauritania -MS Montserrat -MT Malta -MU Mauritius -MV Maldives -MW Malawi -MX Mexico -MY Malaysia -MZ Mozambique -NA Namibia -NC New Caledonia -NE Niger -NF Norfolk Island -NG Nigeria -NI Nicaragua -NL Netherlands -NO Norway -NP Nepal -NR Nauru -NU Niue -NZ New Zealand -OM Oman -PA Panama -PE Peru -PF French Polynesia -PG Papua New Guinea -PH Philippines -PK Pakistan -PL Poland -PM St Pierre & Miquelon -PN Pitcairn -PR Puerto Rico -PS Palestine -PT Portugal -PW Palau -PY Paraguay -QA Qatar -RE Reunion -RO Romania -RS Serbia -RU Russia -RW Rwanda -SA Saudi Arabia -SB Solomon Islands -SC Seychelles -SD Sudan -SE Sweden -SG Singapore -SH St Helena -SI Slovenia -SJ Svalbard & Jan Mayen -SK Slovakia -SL Sierra Leone -SM San Marino -SN Senegal -SO Somalia -SR Suriname -SS South Sudan -ST Sao Tome & Principe -SV El Salvador -SX Sint Maarten -SY Syria -SZ Swaziland -TC Turks & Caicos Is -TD Chad -TF French Southern & Antarctic Lands -TG Togo -TH Thailand -TJ Tajikistan -TK Tokelau -TL East Timor -TM Turkmenistan -TN Tunisia -TO Tonga -TR Turkey -TT Trinidad & Tobago -TV Tuvalu -TW Taiwan -TZ Tanzania -UA Ukraine -UG Uganda -UM US minor outlying islands -US United States -UY Uruguay -UZ Uzbekistan -VA Vatican City -VC St Vincent -VE Venezuela -VG Virgin Islands (UK) -VI Virgin Islands (US) -VN Vietnam -VU Vanuatu -WF Wallis & Futuna -WS Samoa (western) -YE Yemen -YT Mayotte -ZA South Africa -ZM Zambia -ZW Zimbabwe diff --git a/layout/rootfs/etc/zoneinfo/localtime b/layout/rootfs/etc/zoneinfo/localtime deleted file mode 120000 index 92ba4ff..0000000 --- a/layout/rootfs/etc/zoneinfo/localtime +++ /dev/null @@ -1 +0,0 @@ -/etc/localtime
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Abidjan b/layout/rootfs/etc/zoneinfo/posix/Africa/Abidjan Binary files differdeleted file mode 100644 index 65d19ec..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Abidjan +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Accra b/layout/rootfs/etc/zoneinfo/posix/Africa/Accra Binary files differdeleted file mode 100644 index 8c473ed..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Accra +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Addis_Ababa b/layout/rootfs/etc/zoneinfo/posix/Africa/Addis_Ababa Binary files differdeleted file mode 100644 index 5a95ab6..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Addis_Ababa +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Algiers b/layout/rootfs/etc/zoneinfo/posix/Africa/Algiers Binary files differdeleted file mode 100644 index c888831..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Algiers +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Asmara b/layout/rootfs/etc/zoneinfo/posix/Africa/Asmara deleted file mode 120000 index ec9f4c9..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Asmara +++ /dev/null @@ -1 +0,0 @@ -Asmera
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Asmera b/layout/rootfs/etc/zoneinfo/posix/Africa/Asmera Binary files differdeleted file mode 100644 index d1e876e..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Asmera +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Bamako b/layout/rootfs/etc/zoneinfo/posix/Africa/Bamako deleted file mode 120000 index 6942a04..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Bamako +++ /dev/null @@ -1 +0,0 @@ -Timbuktu
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Bangui b/layout/rootfs/etc/zoneinfo/posix/Africa/Bangui Binary files differdeleted file mode 100644 index 883e597..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Bangui +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Banjul b/layout/rootfs/etc/zoneinfo/posix/Africa/Banjul Binary files differdeleted file mode 100644 index a85a7d8..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Banjul +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Bissau b/layout/rootfs/etc/zoneinfo/posix/Africa/Bissau Binary files differdeleted file mode 100644 index ab4a195..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Bissau +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Blantyre b/layout/rootfs/etc/zoneinfo/posix/Africa/Blantyre Binary files differdeleted file mode 100644 index 2972580..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Blantyre +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Brazzaville b/layout/rootfs/etc/zoneinfo/posix/Africa/Brazzaville Binary files differdeleted file mode 100644 index abb0c08..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Brazzaville +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Bujumbura b/layout/rootfs/etc/zoneinfo/posix/Africa/Bujumbura Binary files differdeleted file mode 100644 index cac5652..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Bujumbura +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Cairo b/layout/rootfs/etc/zoneinfo/posix/Africa/Cairo deleted file mode 120000 index 0dd678f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Cairo +++ /dev/null @@ -1 +0,0 @@ -../Egypt
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Casablanca b/layout/rootfs/etc/zoneinfo/posix/Africa/Casablanca Binary files differdeleted file mode 100644 index 90ae916..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Casablanca +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Ceuta b/layout/rootfs/etc/zoneinfo/posix/Africa/Ceuta Binary files differdeleted file mode 100644 index c9b0c08..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Ceuta +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Conakry b/layout/rootfs/etc/zoneinfo/posix/Africa/Conakry Binary files differdeleted file mode 100644 index 45bcce1..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Conakry +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Dakar b/layout/rootfs/etc/zoneinfo/posix/Africa/Dakar Binary files differdeleted file mode 100644 index 3110413..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Dakar +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Dar_es_Salaam b/layout/rootfs/etc/zoneinfo/posix/Africa/Dar_es_Salaam Binary files differdeleted file mode 100644 index 69ae27f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Dar_es_Salaam +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Djibouti b/layout/rootfs/etc/zoneinfo/posix/Africa/Djibouti Binary files differdeleted file mode 100644 index 297d93a..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Djibouti +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Douala b/layout/rootfs/etc/zoneinfo/posix/Africa/Douala Binary files differdeleted file mode 100644 index 8627f2e..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Douala +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/El_Aaiun b/layout/rootfs/etc/zoneinfo/posix/Africa/El_Aaiun Binary files differdeleted file mode 100644 index 3275161..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/El_Aaiun +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Freetown b/layout/rootfs/etc/zoneinfo/posix/Africa/Freetown Binary files differdeleted file mode 100644 index 720b8e3..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Freetown +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Gaborone b/layout/rootfs/etc/zoneinfo/posix/Africa/Gaborone Binary files differdeleted file mode 100644 index e2abcb6..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Gaborone +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Harare b/layout/rootfs/etc/zoneinfo/posix/Africa/Harare Binary files differdeleted file mode 100644 index 258b393..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Harare +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Johannesburg b/layout/rootfs/etc/zoneinfo/posix/Africa/Johannesburg Binary files differdeleted file mode 100644 index d1bec73..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Johannesburg +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Juba b/layout/rootfs/etc/zoneinfo/posix/Africa/Juba Binary files differdeleted file mode 100644 index 20284ff..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Juba +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Kampala b/layout/rootfs/etc/zoneinfo/posix/Africa/Kampala Binary files differdeleted file mode 100644 index f9d5ffb..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Kampala +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Khartoum b/layout/rootfs/etc/zoneinfo/posix/Africa/Khartoum Binary files differdeleted file mode 100644 index 6f62fd7..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Khartoum +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Kigali b/layout/rootfs/etc/zoneinfo/posix/Africa/Kigali Binary files differdeleted file mode 100644 index c9623c5..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Kigali +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Kinshasa b/layout/rootfs/etc/zoneinfo/posix/Africa/Kinshasa Binary files differdeleted file mode 100644 index e8481f3..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Kinshasa +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Lagos b/layout/rootfs/etc/zoneinfo/posix/Africa/Lagos Binary files differdeleted file mode 100644 index cbdc045..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Lagos +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Libreville b/layout/rootfs/etc/zoneinfo/posix/Africa/Libreville Binary files differdeleted file mode 100644 index d7691ae..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Libreville +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Lome b/layout/rootfs/etc/zoneinfo/posix/Africa/Lome Binary files differdeleted file mode 100644 index 297ec5d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Lome +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Luanda b/layout/rootfs/etc/zoneinfo/posix/Africa/Luanda Binary files differdeleted file mode 100644 index 576b204..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Luanda +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Lubumbashi b/layout/rootfs/etc/zoneinfo/posix/Africa/Lubumbashi Binary files differdeleted file mode 100644 index d3fab52..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Lubumbashi +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Lusaka b/layout/rootfs/etc/zoneinfo/posix/Africa/Lusaka Binary files differdeleted file mode 100644 index 87d7a95..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Lusaka +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Malabo b/layout/rootfs/etc/zoneinfo/posix/Africa/Malabo Binary files differdeleted file mode 100644 index c70de1f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Malabo +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Maputo b/layout/rootfs/etc/zoneinfo/posix/Africa/Maputo Binary files differdeleted file mode 100644 index 31cfad7..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Maputo +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Maseru b/layout/rootfs/etc/zoneinfo/posix/Africa/Maseru Binary files differdeleted file mode 100644 index 117006e..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Maseru +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Mbabane b/layout/rootfs/etc/zoneinfo/posix/Africa/Mbabane Binary files differdeleted file mode 100644 index be6ed60..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Mbabane +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Mogadishu b/layout/rootfs/etc/zoneinfo/posix/Africa/Mogadishu Binary files differdeleted file mode 100644 index 9ce97a6..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Mogadishu +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Monrovia b/layout/rootfs/etc/zoneinfo/posix/Africa/Monrovia Binary files differdeleted file mode 100644 index bd2fa4e..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Monrovia +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Nairobi b/layout/rootfs/etc/zoneinfo/posix/Africa/Nairobi Binary files differdeleted file mode 100644 index 100ab4f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Nairobi +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Ndjamena b/layout/rootfs/etc/zoneinfo/posix/Africa/Ndjamena Binary files differdeleted file mode 100644 index 8779590..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Ndjamena +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Niamey b/layout/rootfs/etc/zoneinfo/posix/Africa/Niamey Binary files differdeleted file mode 100644 index 799381c..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Niamey +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Nouakchott b/layout/rootfs/etc/zoneinfo/posix/Africa/Nouakchott Binary files differdeleted file mode 100644 index 10ca866..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Nouakchott +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Ouagadougou b/layout/rootfs/etc/zoneinfo/posix/Africa/Ouagadougou Binary files differdeleted file mode 100644 index df782a4..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Ouagadougou +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Porto-Novo b/layout/rootfs/etc/zoneinfo/posix/Africa/Porto-Novo Binary files differdeleted file mode 100644 index 600a30d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Porto-Novo +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Sao_Tome b/layout/rootfs/etc/zoneinfo/posix/Africa/Sao_Tome Binary files differdeleted file mode 100644 index ddf7fb4..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Sao_Tome +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Timbuktu b/layout/rootfs/etc/zoneinfo/posix/Africa/Timbuktu Binary files differdeleted file mode 100644 index a9259a6..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Timbuktu +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Tripoli b/layout/rootfs/etc/zoneinfo/posix/Africa/Tripoli deleted file mode 120000 index 56bd00d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Tripoli +++ /dev/null @@ -1 +0,0 @@ -../Libya
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Tunis b/layout/rootfs/etc/zoneinfo/posix/Africa/Tunis Binary files differdeleted file mode 100644 index dd559ee..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Tunis +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Africa/Windhoek b/layout/rootfs/etc/zoneinfo/posix/Africa/Windhoek Binary files differdeleted file mode 100644 index 6f22b0a..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Africa/Windhoek +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Adak b/layout/rootfs/etc/zoneinfo/posix/America/Adak deleted file mode 120000 index b01e120..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Adak +++ /dev/null @@ -1 +0,0 @@ -Atka
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Anchorage b/layout/rootfs/etc/zoneinfo/posix/America/Anchorage Binary files differdeleted file mode 100644 index d147350..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Anchorage +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Anguilla b/layout/rootfs/etc/zoneinfo/posix/America/Anguilla Binary files differdeleted file mode 100644 index 20bc946..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Anguilla +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Antigua b/layout/rootfs/etc/zoneinfo/posix/America/Antigua Binary files differdeleted file mode 100644 index 608b635..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Antigua +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Araguaina b/layout/rootfs/etc/zoneinfo/posix/America/Araguaina Binary files differdeleted file mode 100644 index e4ea527..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Araguaina +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Buenos_Aires b/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Buenos_Aires deleted file mode 120000 index ecbe83e..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Buenos_Aires +++ /dev/null @@ -1 +0,0 @@ -../Buenos_Aires
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Catamarca b/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Catamarca deleted file mode 120000 index 293779b..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Catamarca +++ /dev/null @@ -1 +0,0 @@ -../Catamarca
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Argentina/ComodRivadavia b/layout/rootfs/etc/zoneinfo/posix/America/Argentina/ComodRivadavia deleted file mode 120000 index 293779b..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Argentina/ComodRivadavia +++ /dev/null @@ -1 +0,0 @@ -../Catamarca
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Cordoba b/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Cordoba deleted file mode 120000 index c26d7a6..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Cordoba +++ /dev/null @@ -1 +0,0 @@ -../Cordoba
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Jujuy b/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Jujuy Binary files differdeleted file mode 100644 index 832ba90..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Jujuy +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Argentina/La_Rioja b/layout/rootfs/etc/zoneinfo/posix/America/Argentina/La_Rioja Binary files differdeleted file mode 100644 index de3878e..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Argentina/La_Rioja +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Mendoza b/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Mendoza Binary files differdeleted file mode 100644 index 7a9e686..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Mendoza +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Rio_Gallegos b/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Rio_Gallegos Binary files differdeleted file mode 100644 index 5fb3092..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Rio_Gallegos +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Salta b/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Salta Binary files differdeleted file mode 100644 index 1642c19..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Salta +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Argentina/San_Juan b/layout/rootfs/etc/zoneinfo/posix/America/Argentina/San_Juan Binary files differdeleted file mode 100644 index a2373bb..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Argentina/San_Juan +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Argentina/San_Luis b/layout/rootfs/etc/zoneinfo/posix/America/Argentina/San_Luis Binary files differdeleted file mode 100644 index fa30a68..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Argentina/San_Luis +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Tucuman b/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Tucuman Binary files differdeleted file mode 100644 index eb68d6d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Tucuman +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Ushuaia b/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Ushuaia Binary files differdeleted file mode 100644 index f2c5d62..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Argentina/Ushuaia +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Aruba b/layout/rootfs/etc/zoneinfo/posix/America/Aruba Binary files differdeleted file mode 100644 index 73bb7ea..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Aruba +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Asuncion b/layout/rootfs/etc/zoneinfo/posix/America/Asuncion Binary files differdeleted file mode 100644 index 97eccfe..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Asuncion +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Atikokan b/layout/rootfs/etc/zoneinfo/posix/America/Atikokan Binary files differdeleted file mode 100644 index 1b49e37..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Atikokan +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Atka b/layout/rootfs/etc/zoneinfo/posix/America/Atka Binary files differdeleted file mode 100644 index 391ec98..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Atka +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Bahia b/layout/rootfs/etc/zoneinfo/posix/America/Bahia Binary files differdeleted file mode 100644 index 403d9d1..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Bahia +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Bahia_Banderas b/layout/rootfs/etc/zoneinfo/posix/America/Bahia_Banderas Binary files differdeleted file mode 100644 index 1628a04..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Bahia_Banderas +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Barbados b/layout/rootfs/etc/zoneinfo/posix/America/Barbados Binary files differdeleted file mode 100644 index 7bb7ac4..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Barbados +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Belem b/layout/rootfs/etc/zoneinfo/posix/America/Belem Binary files differdeleted file mode 100644 index 9c37b6a..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Belem +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Belize b/layout/rootfs/etc/zoneinfo/posix/America/Belize Binary files differdeleted file mode 100644 index a18cd39..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Belize +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Blanc-Sablon b/layout/rootfs/etc/zoneinfo/posix/America/Blanc-Sablon Binary files differdeleted file mode 100644 index 8a33789..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Blanc-Sablon +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Boa_Vista b/layout/rootfs/etc/zoneinfo/posix/America/Boa_Vista Binary files differdeleted file mode 100644 index cb15afb..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Boa_Vista +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Bogota b/layout/rootfs/etc/zoneinfo/posix/America/Bogota Binary files differdeleted file mode 100644 index bddda98..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Bogota +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Boise b/layout/rootfs/etc/zoneinfo/posix/America/Boise Binary files differdeleted file mode 100644 index 441afe5..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Boise +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Buenos_Aires b/layout/rootfs/etc/zoneinfo/posix/America/Buenos_Aires Binary files differdeleted file mode 100644 index 5a52a51..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Buenos_Aires +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Cambridge_Bay b/layout/rootfs/etc/zoneinfo/posix/America/Cambridge_Bay Binary files differdeleted file mode 100644 index 9aa642b..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Cambridge_Bay +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Campo_Grande b/layout/rootfs/etc/zoneinfo/posix/America/Campo_Grande Binary files differdeleted file mode 100644 index 4684098..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Campo_Grande +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Cancun b/layout/rootfs/etc/zoneinfo/posix/America/Cancun Binary files differdeleted file mode 100644 index 3d56e51..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Cancun +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Caracas b/layout/rootfs/etc/zoneinfo/posix/America/Caracas Binary files differdeleted file mode 100644 index a214413..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Caracas +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Catamarca b/layout/rootfs/etc/zoneinfo/posix/America/Catamarca Binary files differdeleted file mode 100644 index 3f8232b..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Catamarca +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Cayenne b/layout/rootfs/etc/zoneinfo/posix/America/Cayenne Binary files differdeleted file mode 100644 index 7109a98..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Cayenne +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Cayman b/layout/rootfs/etc/zoneinfo/posix/America/Cayman Binary files differdeleted file mode 100644 index a4095d3..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Cayman +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Chicago b/layout/rootfs/etc/zoneinfo/posix/America/Chicago Binary files differdeleted file mode 100644 index e932c6d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Chicago +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Chihuahua b/layout/rootfs/etc/zoneinfo/posix/America/Chihuahua Binary files differdeleted file mode 100644 index 8758bab..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Chihuahua +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Coral_Harbour b/layout/rootfs/etc/zoneinfo/posix/America/Coral_Harbour deleted file mode 120000 index d8d98e0..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Coral_Harbour +++ /dev/null @@ -1 +0,0 @@ -Atikokan
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Cordoba b/layout/rootfs/etc/zoneinfo/posix/America/Cordoba Binary files differdeleted file mode 100644 index 2a3eca9..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Cordoba +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Costa_Rica b/layout/rootfs/etc/zoneinfo/posix/America/Costa_Rica Binary files differdeleted file mode 100644 index 018d945..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Costa_Rica +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Creston b/layout/rootfs/etc/zoneinfo/posix/America/Creston Binary files differdeleted file mode 100644 index e8d2bd1..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Creston +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Cuiaba b/layout/rootfs/etc/zoneinfo/posix/America/Cuiaba Binary files differdeleted file mode 100644 index 232ef67..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Cuiaba +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Curacao b/layout/rootfs/etc/zoneinfo/posix/America/Curacao Binary files differdeleted file mode 100644 index 2d01c18..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Curacao +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Danmarkshavn b/layout/rootfs/etc/zoneinfo/posix/America/Danmarkshavn Binary files differdeleted file mode 100644 index 9feacfb..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Danmarkshavn +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Dawson b/layout/rootfs/etc/zoneinfo/posix/America/Dawson Binary files differdeleted file mode 100644 index fab0609..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Dawson +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Dawson_Creek b/layout/rootfs/etc/zoneinfo/posix/America/Dawson_Creek Binary files differdeleted file mode 100644 index c3fb166..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Dawson_Creek +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Denver b/layout/rootfs/etc/zoneinfo/posix/America/Denver Binary files differdeleted file mode 100644 index f8908fe..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Denver +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Detroit b/layout/rootfs/etc/zoneinfo/posix/America/Detroit Binary files differdeleted file mode 100644 index da53d46..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Detroit +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Dominica b/layout/rootfs/etc/zoneinfo/posix/America/Dominica Binary files differdeleted file mode 100644 index 7783831..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Dominica +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Edmonton b/layout/rootfs/etc/zoneinfo/posix/America/Edmonton deleted file mode 120000 index b7867aa..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Edmonton +++ /dev/null @@ -1 +0,0 @@ -../../Canada/Mountain
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Eirunepe b/layout/rootfs/etc/zoneinfo/posix/America/Eirunepe Binary files differdeleted file mode 100644 index 4e586a3..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Eirunepe +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/El_Salvador b/layout/rootfs/etc/zoneinfo/posix/America/El_Salvador Binary files differdeleted file mode 100644 index ac774e8..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/El_Salvador +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Ensenada b/layout/rootfs/etc/zoneinfo/posix/America/Ensenada deleted file mode 120000 index 3fb431c..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Ensenada +++ /dev/null @@ -1 +0,0 @@ -../../Mexico/BajaNorte
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Fort_Wayne b/layout/rootfs/etc/zoneinfo/posix/America/Fort_Wayne deleted file mode 120000 index c01fbc4..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Fort_Wayne +++ /dev/null @@ -1 +0,0 @@ -Indiana/Indianapolis
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Fortaleza b/layout/rootfs/etc/zoneinfo/posix/America/Fortaleza Binary files differdeleted file mode 100644 index 2598c53..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Fortaleza +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Glace_Bay b/layout/rootfs/etc/zoneinfo/posix/America/Glace_Bay Binary files differdeleted file mode 100644 index 48412a4..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Glace_Bay +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Godthab b/layout/rootfs/etc/zoneinfo/posix/America/Godthab Binary files differdeleted file mode 100644 index 85623ce..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Godthab +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Goose_Bay b/layout/rootfs/etc/zoneinfo/posix/America/Goose_Bay Binary files differdeleted file mode 100644 index a1b49a9..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Goose_Bay +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Grand_Turk b/layout/rootfs/etc/zoneinfo/posix/America/Grand_Turk Binary files differdeleted file mode 100644 index 733c179..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Grand_Turk +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Grenada b/layout/rootfs/etc/zoneinfo/posix/America/Grenada Binary files differdeleted file mode 100644 index df1b689..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Grenada +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Guadeloupe b/layout/rootfs/etc/zoneinfo/posix/America/Guadeloupe deleted file mode 120000 index aedde46..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Guadeloupe +++ /dev/null @@ -1 +0,0 @@ -Marigot
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Guatemala b/layout/rootfs/etc/zoneinfo/posix/America/Guatemala Binary files differdeleted file mode 100644 index 6118b5c..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Guatemala +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Guayaquil b/layout/rootfs/etc/zoneinfo/posix/America/Guayaquil Binary files differdeleted file mode 100644 index e6de7f8..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Guayaquil +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Guyana b/layout/rootfs/etc/zoneinfo/posix/America/Guyana Binary files differdeleted file mode 100644 index 5f98c4a..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Guyana +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Halifax b/layout/rootfs/etc/zoneinfo/posix/America/Halifax deleted file mode 120000 index 49e440d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Halifax +++ /dev/null @@ -1 +0,0 @@ -../../Canada/Atlantic
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Havana b/layout/rootfs/etc/zoneinfo/posix/America/Havana deleted file mode 120000 index fb98c29..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Havana +++ /dev/null @@ -1 +0,0 @@ -../Cuba
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Hermosillo b/layout/rootfs/etc/zoneinfo/posix/America/Hermosillo Binary files differdeleted file mode 100644 index 08ce31c..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Hermosillo +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Indiana/Indianapolis b/layout/rootfs/etc/zoneinfo/posix/America/Indiana/Indianapolis Binary files differdeleted file mode 100644 index aa3dfc4..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Indiana/Indianapolis +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Indiana/Knox b/layout/rootfs/etc/zoneinfo/posix/America/Indiana/Knox deleted file mode 120000 index 6d576ad..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Indiana/Knox +++ /dev/null @@ -1 +0,0 @@ -../Knox_IN
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Indiana/Marengo b/layout/rootfs/etc/zoneinfo/posix/America/Indiana/Marengo Binary files differdeleted file mode 100644 index 255b739..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Indiana/Marengo +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Indiana/Petersburg b/layout/rootfs/etc/zoneinfo/posix/America/Indiana/Petersburg Binary files differdeleted file mode 100644 index c611106..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Indiana/Petersburg +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Indiana/Tell_City b/layout/rootfs/etc/zoneinfo/posix/America/Indiana/Tell_City Binary files differdeleted file mode 100644 index de7b730..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Indiana/Tell_City +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Indiana/Vevay b/layout/rootfs/etc/zoneinfo/posix/America/Indiana/Vevay Binary files differdeleted file mode 100644 index de6167c..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Indiana/Vevay +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Indiana/Vincennes b/layout/rootfs/etc/zoneinfo/posix/America/Indiana/Vincennes Binary files differdeleted file mode 100644 index b79f672..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Indiana/Vincennes +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Indiana/Winamac b/layout/rootfs/etc/zoneinfo/posix/America/Indiana/Winamac Binary files differdeleted file mode 100644 index b2611e7..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Indiana/Winamac +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Indianapolis b/layout/rootfs/etc/zoneinfo/posix/America/Indianapolis deleted file mode 120000 index c01fbc4..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Indianapolis +++ /dev/null @@ -1 +0,0 @@ -Indiana/Indianapolis
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Inuvik b/layout/rootfs/etc/zoneinfo/posix/America/Inuvik Binary files differdeleted file mode 100644 index c17af37..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Inuvik +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Iqaluit b/layout/rootfs/etc/zoneinfo/posix/America/Iqaluit Binary files differdeleted file mode 100644 index a8640e5..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Iqaluit +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Jamaica b/layout/rootfs/etc/zoneinfo/posix/America/Jamaica Binary files differdeleted file mode 100644 index 09e3eb9..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Jamaica +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Jujuy b/layout/rootfs/etc/zoneinfo/posix/America/Jujuy deleted file mode 120000 index 05eba3a..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Jujuy +++ /dev/null @@ -1 +0,0 @@ -Argentina/Jujuy
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Juneau b/layout/rootfs/etc/zoneinfo/posix/America/Juneau Binary files differdeleted file mode 100644 index 48bd37e..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Juneau +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Kentucky/Louisville b/layout/rootfs/etc/zoneinfo/posix/America/Kentucky/Louisville deleted file mode 120000 index 74f455f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Kentucky/Louisville +++ /dev/null @@ -1 +0,0 @@ -../Louisville
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Kentucky/Monticello b/layout/rootfs/etc/zoneinfo/posix/America/Kentucky/Monticello Binary files differdeleted file mode 100644 index fc2f1b0..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Kentucky/Monticello +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Knox_IN b/layout/rootfs/etc/zoneinfo/posix/America/Knox_IN Binary files differdeleted file mode 100644 index 6e66a41..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Knox_IN +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Kralendijk b/layout/rootfs/etc/zoneinfo/posix/America/Kralendijk deleted file mode 120000 index 7a71b03..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Kralendijk +++ /dev/null @@ -1 +0,0 @@ -Curacao
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/La_Paz b/layout/rootfs/etc/zoneinfo/posix/America/La_Paz Binary files differdeleted file mode 100644 index 2a5a15e..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/La_Paz +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Lima b/layout/rootfs/etc/zoneinfo/posix/America/Lima Binary files differdeleted file mode 100644 index a37eeff..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Lima +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Los_Angeles b/layout/rootfs/etc/zoneinfo/posix/America/Los_Angeles Binary files differdeleted file mode 100644 index 3b7ce1d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Los_Angeles +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Louisville b/layout/rootfs/etc/zoneinfo/posix/America/Louisville Binary files differdeleted file mode 100644 index 65e7e19..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Louisville +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Lower_Princes b/layout/rootfs/etc/zoneinfo/posix/America/Lower_Princes deleted file mode 120000 index 7a71b03..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Lower_Princes +++ /dev/null @@ -1 +0,0 @@ -Curacao
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Maceio b/layout/rootfs/etc/zoneinfo/posix/America/Maceio Binary files differdeleted file mode 100644 index b5201e8..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Maceio +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Managua b/layout/rootfs/etc/zoneinfo/posix/America/Managua Binary files differdeleted file mode 100644 index 54c8237..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Managua +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Manaus b/layout/rootfs/etc/zoneinfo/posix/America/Manaus Binary files differdeleted file mode 100644 index 1129211..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Manaus +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Marigot b/layout/rootfs/etc/zoneinfo/posix/America/Marigot Binary files differdeleted file mode 100644 index 15c0f1f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Marigot +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Martinique b/layout/rootfs/etc/zoneinfo/posix/America/Martinique Binary files differdeleted file mode 100644 index c223ef5..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Martinique +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Matamoros b/layout/rootfs/etc/zoneinfo/posix/America/Matamoros Binary files differdeleted file mode 100644 index 5c59984..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Matamoros +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Mazatlan b/layout/rootfs/etc/zoneinfo/posix/America/Mazatlan deleted file mode 120000 index 3a2f95d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Mazatlan +++ /dev/null @@ -1 +0,0 @@ -../../Mexico/BajaSur
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Mendoza b/layout/rootfs/etc/zoneinfo/posix/America/Mendoza deleted file mode 120000 index d012bbe..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Mendoza +++ /dev/null @@ -1 +0,0 @@ -Argentina/Mendoza
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Menominee b/layout/rootfs/etc/zoneinfo/posix/America/Menominee Binary files differdeleted file mode 100644 index c07a950..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Menominee +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Merida b/layout/rootfs/etc/zoneinfo/posix/America/Merida Binary files differdeleted file mode 100644 index 38c794c..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Merida +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Metlakatla b/layout/rootfs/etc/zoneinfo/posix/America/Metlakatla Binary files differdeleted file mode 100644 index 4145b9a..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Metlakatla +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Mexico_City b/layout/rootfs/etc/zoneinfo/posix/America/Mexico_City deleted file mode 120000 index a575e6b..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Mexico_City +++ /dev/null @@ -1 +0,0 @@ -../../Mexico/General
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Miquelon b/layout/rootfs/etc/zoneinfo/posix/America/Miquelon Binary files differdeleted file mode 100644 index 52cd391..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Miquelon +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Moncton b/layout/rootfs/etc/zoneinfo/posix/America/Moncton Binary files differdeleted file mode 100644 index b51125e..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Moncton +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Monterrey b/layout/rootfs/etc/zoneinfo/posix/America/Monterrey Binary files differdeleted file mode 100644 index 7dc5057..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Monterrey +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Montevideo b/layout/rootfs/etc/zoneinfo/posix/America/Montevideo Binary files differdeleted file mode 100644 index 40fc865..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Montevideo +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Montreal b/layout/rootfs/etc/zoneinfo/posix/America/Montreal Binary files differdeleted file mode 100644 index 47633bd..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Montreal +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Montserrat b/layout/rootfs/etc/zoneinfo/posix/America/Montserrat Binary files differdeleted file mode 100644 index ee5043a..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Montserrat +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Nassau b/layout/rootfs/etc/zoneinfo/posix/America/Nassau Binary files differdeleted file mode 100644 index 5091eb5..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Nassau +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/New_York b/layout/rootfs/etc/zoneinfo/posix/America/New_York Binary files differdeleted file mode 100644 index b2c2377..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/New_York +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Nipigon b/layout/rootfs/etc/zoneinfo/posix/America/Nipigon Binary files differdeleted file mode 100644 index 619f1f7..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Nipigon +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Nome b/layout/rootfs/etc/zoneinfo/posix/America/Nome Binary files differdeleted file mode 100644 index b682bfd..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Nome +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Noronha b/layout/rootfs/etc/zoneinfo/posix/America/Noronha Binary files differdeleted file mode 100644 index c602390..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Noronha +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/North_Dakota/Beulah b/layout/rootfs/etc/zoneinfo/posix/America/North_Dakota/Beulah Binary files differdeleted file mode 100644 index c1e3b02..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/North_Dakota/Beulah +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/North_Dakota/Center b/layout/rootfs/etc/zoneinfo/posix/America/North_Dakota/Center Binary files differdeleted file mode 100644 index 786ba17..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/North_Dakota/Center +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/North_Dakota/New_Salem b/layout/rootfs/etc/zoneinfo/posix/America/North_Dakota/New_Salem Binary files differdeleted file mode 100644 index 3488e46..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/North_Dakota/New_Salem +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Ojinaga b/layout/rootfs/etc/zoneinfo/posix/America/Ojinaga Binary files differdeleted file mode 100644 index c77d083..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Ojinaga +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Panama b/layout/rootfs/etc/zoneinfo/posix/America/Panama Binary files differdeleted file mode 100644 index 3a4ff2a..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Panama +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Pangnirtung b/layout/rootfs/etc/zoneinfo/posix/America/Pangnirtung Binary files differdeleted file mode 100644 index bb42847..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Pangnirtung +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Paramaribo b/layout/rootfs/etc/zoneinfo/posix/America/Paramaribo Binary files differdeleted file mode 100644 index 6f889cc..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Paramaribo +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Phoenix b/layout/rootfs/etc/zoneinfo/posix/America/Phoenix Binary files differdeleted file mode 100644 index 6758902..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Phoenix +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Port-au-Prince b/layout/rootfs/etc/zoneinfo/posix/America/Port-au-Prince Binary files differdeleted file mode 100644 index 3f86e8a..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Port-au-Prince +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Port_of_Spain b/layout/rootfs/etc/zoneinfo/posix/America/Port_of_Spain Binary files differdeleted file mode 100644 index bdedd1b..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Port_of_Spain +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Porto_Acre b/layout/rootfs/etc/zoneinfo/posix/America/Porto_Acre Binary files differdeleted file mode 100644 index 7be212b..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Porto_Acre +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Porto_Velho b/layout/rootfs/etc/zoneinfo/posix/America/Porto_Velho Binary files differdeleted file mode 100644 index 1277479..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Porto_Velho +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Puerto_Rico b/layout/rootfs/etc/zoneinfo/posix/America/Puerto_Rico Binary files differdeleted file mode 100644 index eada37a..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Puerto_Rico +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Rainy_River b/layout/rootfs/etc/zoneinfo/posix/America/Rainy_River Binary files differdeleted file mode 100644 index e006a30..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Rainy_River +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Rankin_Inlet b/layout/rootfs/etc/zoneinfo/posix/America/Rankin_Inlet Binary files differdeleted file mode 100644 index cbc3499..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Rankin_Inlet +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Recife b/layout/rootfs/etc/zoneinfo/posix/America/Recife Binary files differdeleted file mode 100644 index 0903a77..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Recife +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Regina b/layout/rootfs/etc/zoneinfo/posix/America/Regina deleted file mode 120000 index 8d04708..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Regina +++ /dev/null @@ -1 +0,0 @@ -../../Canada/East-Saskatchewan
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Resolute b/layout/rootfs/etc/zoneinfo/posix/America/Resolute Binary files differdeleted file mode 100644 index c17d518..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Resolute +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Rio_Branco b/layout/rootfs/etc/zoneinfo/posix/America/Rio_Branco deleted file mode 120000 index 921f1f2..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Rio_Branco +++ /dev/null @@ -1 +0,0 @@ -Porto_Acre
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Rosario b/layout/rootfs/etc/zoneinfo/posix/America/Rosario deleted file mode 120000 index 6bbc9ed..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Rosario +++ /dev/null @@ -1 +0,0 @@ -Cordoba
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Santa_Isabel b/layout/rootfs/etc/zoneinfo/posix/America/Santa_Isabel Binary files differdeleted file mode 100644 index 80a2f2d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Santa_Isabel +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Santarem b/layout/rootfs/etc/zoneinfo/posix/America/Santarem Binary files differdeleted file mode 100644 index 4541952..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Santarem +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Santiago b/layout/rootfs/etc/zoneinfo/posix/America/Santiago Binary files differdeleted file mode 100644 index 910cdc9..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Santiago +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Santo_Domingo b/layout/rootfs/etc/zoneinfo/posix/America/Santo_Domingo Binary files differdeleted file mode 100644 index 23ace9a..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Santo_Domingo +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Sao_Paulo b/layout/rootfs/etc/zoneinfo/posix/America/Sao_Paulo Binary files differdeleted file mode 100644 index 8df63a1..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Sao_Paulo +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Scoresbysund b/layout/rootfs/etc/zoneinfo/posix/America/Scoresbysund Binary files differdeleted file mode 100644 index fae3757..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Scoresbysund +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Shiprock b/layout/rootfs/etc/zoneinfo/posix/America/Shiprock deleted file mode 120000 index 0562674..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Shiprock +++ /dev/null @@ -1 +0,0 @@ -Denver
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Sitka b/layout/rootfs/etc/zoneinfo/posix/America/Sitka Binary files differdeleted file mode 100644 index f2ae47a..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Sitka +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/St_Barthelemy b/layout/rootfs/etc/zoneinfo/posix/America/St_Barthelemy deleted file mode 120000 index aedde46..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/St_Barthelemy +++ /dev/null @@ -1 +0,0 @@ -Marigot
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/St_Johns b/layout/rootfs/etc/zoneinfo/posix/America/St_Johns deleted file mode 120000 index 64ac6d4..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/St_Johns +++ /dev/null @@ -1 +0,0 @@ -../../Canada/Newfoundland
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/St_Kitts b/layout/rootfs/etc/zoneinfo/posix/America/St_Kitts Binary files differdeleted file mode 100644 index 911d222..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/St_Kitts +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/St_Lucia b/layout/rootfs/etc/zoneinfo/posix/America/St_Lucia Binary files differdeleted file mode 100644 index b37a1cf..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/St_Lucia +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/St_Thomas b/layout/rootfs/etc/zoneinfo/posix/America/St_Thomas deleted file mode 120000 index 9cb93b6..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/St_Thomas +++ /dev/null @@ -1 +0,0 @@ -Virgin
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/St_Vincent b/layout/rootfs/etc/zoneinfo/posix/America/St_Vincent Binary files differdeleted file mode 100644 index e553af7..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/St_Vincent +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Swift_Current b/layout/rootfs/etc/zoneinfo/posix/America/Swift_Current Binary files differdeleted file mode 100644 index 8e9ef25..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Swift_Current +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Tegucigalpa b/layout/rootfs/etc/zoneinfo/posix/America/Tegucigalpa Binary files differdeleted file mode 100644 index 477e939..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Tegucigalpa +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Thule b/layout/rootfs/etc/zoneinfo/posix/America/Thule Binary files differdeleted file mode 100644 index 2969ebe..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Thule +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Thunder_Bay b/layout/rootfs/etc/zoneinfo/posix/America/Thunder_Bay Binary files differdeleted file mode 100644 index 34f750b..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Thunder_Bay +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Tijuana b/layout/rootfs/etc/zoneinfo/posix/America/Tijuana deleted file mode 120000 index 3fb431c..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Tijuana +++ /dev/null @@ -1 +0,0 @@ -../../Mexico/BajaNorte
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Toronto b/layout/rootfs/etc/zoneinfo/posix/America/Toronto deleted file mode 120000 index 169d065..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Toronto +++ /dev/null @@ -1 +0,0 @@ -../../Canada/Eastern
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Tortola b/layout/rootfs/etc/zoneinfo/posix/America/Tortola Binary files differdeleted file mode 100644 index 6f9d932..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Tortola +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Vancouver b/layout/rootfs/etc/zoneinfo/posix/America/Vancouver deleted file mode 120000 index 6bead41..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Vancouver +++ /dev/null @@ -1 +0,0 @@ -../../Canada/Pacific
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Virgin b/layout/rootfs/etc/zoneinfo/posix/America/Virgin Binary files differdeleted file mode 100644 index 482f0b5..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Virgin +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Whitehorse b/layout/rootfs/etc/zoneinfo/posix/America/Whitehorse deleted file mode 120000 index cb0ecb1..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Whitehorse +++ /dev/null @@ -1 +0,0 @@ -../../Canada/Yukon
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Winnipeg b/layout/rootfs/etc/zoneinfo/posix/America/Winnipeg deleted file mode 120000 index 4920011..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Winnipeg +++ /dev/null @@ -1 +0,0 @@ -../../Canada/Central
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Yakutat b/layout/rootfs/etc/zoneinfo/posix/America/Yakutat Binary files differdeleted file mode 100644 index 8071602..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Yakutat +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/America/Yellowknife b/layout/rootfs/etc/zoneinfo/posix/America/Yellowknife Binary files differdeleted file mode 100644 index 947bec9..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/America/Yellowknife +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Antarctica/Casey b/layout/rootfs/etc/zoneinfo/posix/Antarctica/Casey Binary files differdeleted file mode 100644 index 8ebf059..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Antarctica/Casey +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Antarctica/Davis b/layout/rootfs/etc/zoneinfo/posix/Antarctica/Davis Binary files differdeleted file mode 100644 index cd7acad..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Antarctica/Davis +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Antarctica/DumontDUrville b/layout/rootfs/etc/zoneinfo/posix/Antarctica/DumontDUrville Binary files differdeleted file mode 100644 index 5ea18e6..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Antarctica/DumontDUrville +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Antarctica/Macquarie b/layout/rootfs/etc/zoneinfo/posix/Antarctica/Macquarie Binary files differdeleted file mode 100644 index d7a3c56..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Antarctica/Macquarie +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Antarctica/Mawson b/layout/rootfs/etc/zoneinfo/posix/Antarctica/Mawson Binary files differdeleted file mode 100644 index 48e24e1..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Antarctica/Mawson +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Antarctica/McMurdo b/layout/rootfs/etc/zoneinfo/posix/Antarctica/McMurdo deleted file mode 120000 index 7f304e9..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Antarctica/McMurdo +++ /dev/null @@ -1 +0,0 @@ -South_Pole
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Antarctica/Palmer b/layout/rootfs/etc/zoneinfo/posix/Antarctica/Palmer Binary files differdeleted file mode 100644 index 3d6bd73..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Antarctica/Palmer +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Antarctica/Rothera b/layout/rootfs/etc/zoneinfo/posix/Antarctica/Rothera Binary files differdeleted file mode 100644 index b5dc735..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Antarctica/Rothera +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Antarctica/South_Pole b/layout/rootfs/etc/zoneinfo/posix/Antarctica/South_Pole Binary files differdeleted file mode 100644 index 62ac42f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Antarctica/South_Pole +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Antarctica/Syowa b/layout/rootfs/etc/zoneinfo/posix/Antarctica/Syowa Binary files differdeleted file mode 100644 index ba6e5f3..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Antarctica/Syowa +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Antarctica/Vostok b/layout/rootfs/etc/zoneinfo/posix/Antarctica/Vostok Binary files differdeleted file mode 100644 index e19e2b7..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Antarctica/Vostok +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Arctic/Longyearbyen b/layout/rootfs/etc/zoneinfo/posix/Arctic/Longyearbyen deleted file mode 120000 index 5800b56..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Arctic/Longyearbyen +++ /dev/null @@ -1 +0,0 @@ -../Atlantic/Jan_Mayen
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Aden b/layout/rootfs/etc/zoneinfo/posix/Asia/Aden deleted file mode 120000 index abc8f47..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Aden +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Aden
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Almaty b/layout/rootfs/etc/zoneinfo/posix/Asia/Almaty deleted file mode 120000 index c8dce5b..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Almaty +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Almaty
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Amman b/layout/rootfs/etc/zoneinfo/posix/Asia/Amman deleted file mode 120000 index 4aeec91..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Amman +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Amman
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Anadyr b/layout/rootfs/etc/zoneinfo/posix/Asia/Anadyr deleted file mode 120000 index dbd9e3f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Anadyr +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Anadyr
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Aqtau b/layout/rootfs/etc/zoneinfo/posix/Asia/Aqtau deleted file mode 120000 index 4211aaf..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Aqtau +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Aqtau
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Aqtobe b/layout/rootfs/etc/zoneinfo/posix/Asia/Aqtobe deleted file mode 120000 index 78d18d7..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Aqtobe +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Aqtobe
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Ashgabat b/layout/rootfs/etc/zoneinfo/posix/Asia/Ashgabat deleted file mode 120000 index ba56dba..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Ashgabat +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Ashkhabad
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Ashkhabad b/layout/rootfs/etc/zoneinfo/posix/Asia/Ashkhabad deleted file mode 120000 index ba56dba..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Ashkhabad +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Ashkhabad
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Baghdad b/layout/rootfs/etc/zoneinfo/posix/Asia/Baghdad deleted file mode 120000 index dc9d40f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Baghdad +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Baghdad
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Bahrain b/layout/rootfs/etc/zoneinfo/posix/Asia/Bahrain deleted file mode 120000 index cd12627..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Bahrain +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Bahrain
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Baku b/layout/rootfs/etc/zoneinfo/posix/Asia/Baku deleted file mode 120000 index 0fd8c9f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Baku +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Baku
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Bangkok b/layout/rootfs/etc/zoneinfo/posix/Asia/Bangkok deleted file mode 120000 index ae4f2b1..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Bangkok +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Bangkok
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Beirut b/layout/rootfs/etc/zoneinfo/posix/Asia/Beirut deleted file mode 120000 index efd8722..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Beirut +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Beirut
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Bishkek b/layout/rootfs/etc/zoneinfo/posix/Asia/Bishkek deleted file mode 120000 index 4207f94..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Bishkek +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Bishkek
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Brunei b/layout/rootfs/etc/zoneinfo/posix/Asia/Brunei deleted file mode 120000 index eaf73ac..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Brunei +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Brunei
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Calcutta b/layout/rootfs/etc/zoneinfo/posix/Asia/Calcutta deleted file mode 120000 index 6be9ac4..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Calcutta +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Kolkata
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Choibalsan b/layout/rootfs/etc/zoneinfo/posix/Asia/Choibalsan deleted file mode 120000 index c744822..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Choibalsan +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Choibalsan
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Chongqing b/layout/rootfs/etc/zoneinfo/posix/Asia/Chongqing deleted file mode 120000 index 1388a25..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Chongqing +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Chongqing
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Chungking b/layout/rootfs/etc/zoneinfo/posix/Asia/Chungking deleted file mode 120000 index 1388a25..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Chungking +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Chongqing
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Colombo b/layout/rootfs/etc/zoneinfo/posix/Asia/Colombo deleted file mode 120000 index 3bcb338..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Colombo +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Colombo
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Dacca b/layout/rootfs/etc/zoneinfo/posix/Asia/Dacca deleted file mode 120000 index e52e2ee..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Dacca +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Dhaka
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Damascus b/layout/rootfs/etc/zoneinfo/posix/Asia/Damascus deleted file mode 120000 index b078fd1..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Damascus +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Damascus
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Dhaka b/layout/rootfs/etc/zoneinfo/posix/Asia/Dhaka deleted file mode 120000 index e52e2ee..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Dhaka +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Dhaka
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Dili b/layout/rootfs/etc/zoneinfo/posix/Asia/Dili deleted file mode 120000 index a3f9504..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Dili +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Dili
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Dubai b/layout/rootfs/etc/zoneinfo/posix/Asia/Dubai deleted file mode 120000 index de6388a..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Dubai +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Dubai
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Dushanbe b/layout/rootfs/etc/zoneinfo/posix/Asia/Dushanbe deleted file mode 120000 index f7d3ccd..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Dushanbe +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Dushanbe
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Gaza b/layout/rootfs/etc/zoneinfo/posix/Asia/Gaza deleted file mode 120000 index d45c3ec..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Gaza +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Gaza
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Harbin b/layout/rootfs/etc/zoneinfo/posix/Asia/Harbin deleted file mode 120000 index b539c04..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Harbin +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Harbin
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Hebron b/layout/rootfs/etc/zoneinfo/posix/Asia/Hebron deleted file mode 120000 index a44cb9b..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Hebron +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Hebron
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Ho_Chi_Minh b/layout/rootfs/etc/zoneinfo/posix/Asia/Ho_Chi_Minh deleted file mode 120000 index 5df76ea..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Ho_Chi_Minh +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Saigon
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Hong_Kong b/layout/rootfs/etc/zoneinfo/posix/Asia/Hong_Kong deleted file mode 120000 index 2976a55..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Hong_Kong +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Hong_Kong
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Hovd b/layout/rootfs/etc/zoneinfo/posix/Asia/Hovd deleted file mode 120000 index b99661e..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Hovd +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Hovd
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Irkutsk b/layout/rootfs/etc/zoneinfo/posix/Asia/Irkutsk deleted file mode 120000 index aa0c261..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Irkutsk +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Irkutsk
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Istanbul b/layout/rootfs/etc/zoneinfo/posix/Asia/Istanbul deleted file mode 120000 index 230232c..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Istanbul +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Istanbul
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Jakarta b/layout/rootfs/etc/zoneinfo/posix/Asia/Jakarta deleted file mode 120000 index 5b15f88..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Jakarta +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Jakarta
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Jayapura b/layout/rootfs/etc/zoneinfo/posix/Asia/Jayapura deleted file mode 120000 index 47ac40e..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Jayapura +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Jayapura
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Jerusalem b/layout/rootfs/etc/zoneinfo/posix/Asia/Jerusalem deleted file mode 120000 index 6b94a1a..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Jerusalem +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Tel_Aviv
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Kabul b/layout/rootfs/etc/zoneinfo/posix/Asia/Kabul deleted file mode 120000 index 9a323b9..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Kabul +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Kabul
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Kamchatka b/layout/rootfs/etc/zoneinfo/posix/Asia/Kamchatka deleted file mode 120000 index 0c0b5b1..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Kamchatka +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Kamchatka
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Karachi b/layout/rootfs/etc/zoneinfo/posix/Asia/Karachi deleted file mode 120000 index 11f2b7f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Karachi +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Karachi
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Kashgar b/layout/rootfs/etc/zoneinfo/posix/Asia/Kashgar deleted file mode 120000 index a2fefe5..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Kashgar +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Kashgar
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Kathmandu b/layout/rootfs/etc/zoneinfo/posix/Asia/Kathmandu deleted file mode 120000 index 43e74e9..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Kathmandu +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Katmandu
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Katmandu b/layout/rootfs/etc/zoneinfo/posix/Asia/Katmandu deleted file mode 120000 index 43e74e9..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Katmandu +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Katmandu
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Khandyga b/layout/rootfs/etc/zoneinfo/posix/Asia/Khandyga deleted file mode 120000 index d707c38..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Khandyga +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Khandyga
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Kolkata b/layout/rootfs/etc/zoneinfo/posix/Asia/Kolkata deleted file mode 120000 index 6be9ac4..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Kolkata +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Kolkata
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Krasnoyarsk b/layout/rootfs/etc/zoneinfo/posix/Asia/Krasnoyarsk deleted file mode 120000 index 7f8d194..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Krasnoyarsk +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Krasnoyarsk
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Kuala_Lumpur b/layout/rootfs/etc/zoneinfo/posix/Asia/Kuala_Lumpur deleted file mode 120000 index d41b624..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Kuala_Lumpur +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Kuala_Lumpur
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Kuching b/layout/rootfs/etc/zoneinfo/posix/Asia/Kuching deleted file mode 120000 index ff0caed..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Kuching +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Kuching
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Kuwait b/layout/rootfs/etc/zoneinfo/posix/Asia/Kuwait deleted file mode 120000 index c887902..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Kuwait +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Kuwait
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Macao b/layout/rootfs/etc/zoneinfo/posix/Asia/Macao deleted file mode 120000 index 9da9ee0..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Macao +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Macao
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Macau b/layout/rootfs/etc/zoneinfo/posix/Asia/Macau deleted file mode 120000 index 9da9ee0..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Macau +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Macao
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Magadan b/layout/rootfs/etc/zoneinfo/posix/Asia/Magadan deleted file mode 120000 index 23e7d45..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Magadan +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Magadan
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Makassar b/layout/rootfs/etc/zoneinfo/posix/Asia/Makassar deleted file mode 120000 index 412f610..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Makassar +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Ujung_Pandang
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Manila b/layout/rootfs/etc/zoneinfo/posix/Asia/Manila deleted file mode 120000 index e85fe20..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Manila +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Manila
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Muscat b/layout/rootfs/etc/zoneinfo/posix/Asia/Muscat deleted file mode 120000 index b725fed..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Muscat +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Muscat
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Nicosia b/layout/rootfs/etc/zoneinfo/posix/Asia/Nicosia deleted file mode 120000 index 9c53a13..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Nicosia +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Nicosia
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Novokuznetsk b/layout/rootfs/etc/zoneinfo/posix/Asia/Novokuznetsk deleted file mode 120000 index 974068c..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Novokuznetsk +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Novokuznetsk
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Novosibirsk b/layout/rootfs/etc/zoneinfo/posix/Asia/Novosibirsk deleted file mode 120000 index 9ec8ed4..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Novosibirsk +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Novosibirsk
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Omsk b/layout/rootfs/etc/zoneinfo/posix/Asia/Omsk deleted file mode 120000 index 219ff18..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Omsk +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Omsk
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Oral b/layout/rootfs/etc/zoneinfo/posix/Asia/Oral deleted file mode 120000 index 7f772eb..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Oral +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Oral
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Phnom_Penh b/layout/rootfs/etc/zoneinfo/posix/Asia/Phnom_Penh deleted file mode 120000 index aa9f6d4..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Phnom_Penh +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Phnom_Penh
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Pontianak b/layout/rootfs/etc/zoneinfo/posix/Asia/Pontianak deleted file mode 120000 index 32f3628..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Pontianak +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Pontianak
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Pyongyang b/layout/rootfs/etc/zoneinfo/posix/Asia/Pyongyang deleted file mode 120000 index e69a904..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Pyongyang +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Pyongyang
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Qatar b/layout/rootfs/etc/zoneinfo/posix/Asia/Qatar deleted file mode 120000 index 9931649..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Qatar +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Qatar
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Qyzylorda b/layout/rootfs/etc/zoneinfo/posix/Asia/Qyzylorda deleted file mode 120000 index 85c0df0..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Qyzylorda +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Qyzylorda
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Rangoon b/layout/rootfs/etc/zoneinfo/posix/Asia/Rangoon deleted file mode 120000 index 60e138e..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Rangoon +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Rangoon
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Riyadh b/layout/rootfs/etc/zoneinfo/posix/Asia/Riyadh deleted file mode 120000 index dd65294..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Riyadh +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Riyadh
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Riyadh87 b/layout/rootfs/etc/zoneinfo/posix/Asia/Riyadh87 deleted file mode 120000 index 3e9e248..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Riyadh87 +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Riyadh87
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Riyadh88 b/layout/rootfs/etc/zoneinfo/posix/Asia/Riyadh88 deleted file mode 120000 index 72142be..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Riyadh88 +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Riyadh88
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Riyadh89 b/layout/rootfs/etc/zoneinfo/posix/Asia/Riyadh89 deleted file mode 120000 index 1ec10e7..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Riyadh89 +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Riyadh89
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Saigon b/layout/rootfs/etc/zoneinfo/posix/Asia/Saigon deleted file mode 120000 index 5df76ea..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Saigon +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Saigon
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Sakhalin b/layout/rootfs/etc/zoneinfo/posix/Asia/Sakhalin deleted file mode 120000 index 1319bc2..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Sakhalin +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Sakhalin
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Samarkand b/layout/rootfs/etc/zoneinfo/posix/Asia/Samarkand deleted file mode 120000 index 985c42c..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Samarkand +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Samarkand
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Seoul b/layout/rootfs/etc/zoneinfo/posix/Asia/Seoul deleted file mode 120000 index 16bfd3d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Seoul +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Seoul
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Shanghai b/layout/rootfs/etc/zoneinfo/posix/Asia/Shanghai deleted file mode 120000 index 85a16f3..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Shanghai +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Shanghai
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Singapore b/layout/rootfs/etc/zoneinfo/posix/Asia/Singapore deleted file mode 120000 index 46911ff..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Singapore +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Singapore
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Taipei b/layout/rootfs/etc/zoneinfo/posix/Asia/Taipei deleted file mode 120000 index 56787ff..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Taipei +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Taipei
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Tashkent b/layout/rootfs/etc/zoneinfo/posix/Asia/Tashkent deleted file mode 120000 index fdb2c2f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Tashkent +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Tashkent
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Tbilisi b/layout/rootfs/etc/zoneinfo/posix/Asia/Tbilisi deleted file mode 120000 index 320cf58..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Tbilisi +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Tbilisi
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Tehran b/layout/rootfs/etc/zoneinfo/posix/Asia/Tehran deleted file mode 120000 index 8c0e090..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Tehran +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Tehran
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Tel_Aviv b/layout/rootfs/etc/zoneinfo/posix/Asia/Tel_Aviv deleted file mode 120000 index 6b94a1a..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Tel_Aviv +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Tel_Aviv
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Thimbu b/layout/rootfs/etc/zoneinfo/posix/Asia/Thimbu deleted file mode 120000 index f937637..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Thimbu +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Thimphu
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Thimphu b/layout/rootfs/etc/zoneinfo/posix/Asia/Thimphu deleted file mode 120000 index f937637..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Thimphu +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Thimphu
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Tokyo b/layout/rootfs/etc/zoneinfo/posix/Asia/Tokyo deleted file mode 120000 index c5e2cff..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Tokyo +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Tokyo
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Ujung_Pandang b/layout/rootfs/etc/zoneinfo/posix/Asia/Ujung_Pandang deleted file mode 120000 index 412f610..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Ujung_Pandang +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Ujung_Pandang
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Ulaanbaatar b/layout/rootfs/etc/zoneinfo/posix/Asia/Ulaanbaatar deleted file mode 120000 index 0d08c8d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Ulaanbaatar +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Ulan_Bator
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Ulan_Bator b/layout/rootfs/etc/zoneinfo/posix/Asia/Ulan_Bator deleted file mode 120000 index 0d08c8d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Ulan_Bator +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Ulan_Bator
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Urumqi b/layout/rootfs/etc/zoneinfo/posix/Asia/Urumqi deleted file mode 120000 index c7b7d96..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Urumqi +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Urumqi
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Ust-Nera b/layout/rootfs/etc/zoneinfo/posix/Asia/Ust-Nera deleted file mode 120000 index f68517b..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Ust-Nera +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Ust-Nera
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Vientiane b/layout/rootfs/etc/zoneinfo/posix/Asia/Vientiane deleted file mode 120000 index c0bd825..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Vientiane +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Vientiane
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Vladivostok b/layout/rootfs/etc/zoneinfo/posix/Asia/Vladivostok deleted file mode 120000 index 773af4e..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Vladivostok +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Vladivostok
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Yakutsk b/layout/rootfs/etc/zoneinfo/posix/Asia/Yakutsk deleted file mode 120000 index fd84bb9..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Yakutsk +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Yakutsk
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Yekaterinburg b/layout/rootfs/etc/zoneinfo/posix/Asia/Yekaterinburg deleted file mode 120000 index 551460c..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Yekaterinburg +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Yekaterinburg
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Asia/Yerevan b/layout/rootfs/etc/zoneinfo/posix/Asia/Yerevan deleted file mode 120000 index bf17035..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Asia/Yerevan +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Yerevan
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Atlantic/Azores b/layout/rootfs/etc/zoneinfo/posix/Atlantic/Azores Binary files differdeleted file mode 100644 index 19e4004..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Atlantic/Azores +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Atlantic/Bermuda b/layout/rootfs/etc/zoneinfo/posix/Atlantic/Bermuda Binary files differdeleted file mode 100644 index 3a5c6db..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Atlantic/Bermuda +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Atlantic/Canary b/layout/rootfs/etc/zoneinfo/posix/Atlantic/Canary Binary files differdeleted file mode 100644 index 972388b..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Atlantic/Canary +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Atlantic/Cape_Verde b/layout/rootfs/etc/zoneinfo/posix/Atlantic/Cape_Verde Binary files differdeleted file mode 100644 index 5238ac8..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Atlantic/Cape_Verde +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Atlantic/Faeroe b/layout/rootfs/etc/zoneinfo/posix/Atlantic/Faeroe deleted file mode 120000 index dd13422..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Atlantic/Faeroe +++ /dev/null @@ -1 +0,0 @@ -Faroe
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Atlantic/Faroe b/layout/rootfs/etc/zoneinfo/posix/Atlantic/Faroe Binary files differdeleted file mode 100644 index 4dab7ef..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Atlantic/Faroe +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Atlantic/Jan_Mayen b/layout/rootfs/etc/zoneinfo/posix/Atlantic/Jan_Mayen Binary files differdeleted file mode 100644 index 6326961..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Atlantic/Jan_Mayen +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Atlantic/Madeira b/layout/rootfs/etc/zoneinfo/posix/Atlantic/Madeira Binary files differdeleted file mode 100644 index 2175096..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Atlantic/Madeira +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Atlantic/Reykjavik b/layout/rootfs/etc/zoneinfo/posix/Atlantic/Reykjavik Binary files differdeleted file mode 100644 index e97f13a..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Atlantic/Reykjavik +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Atlantic/South_Georgia b/layout/rootfs/etc/zoneinfo/posix/Atlantic/South_Georgia Binary files differdeleted file mode 100644 index ab2c823..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Atlantic/South_Georgia +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Atlantic/St_Helena b/layout/rootfs/etc/zoneinfo/posix/Atlantic/St_Helena Binary files differdeleted file mode 100644 index d365e3d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Atlantic/St_Helena +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Atlantic/Stanley b/layout/rootfs/etc/zoneinfo/posix/Atlantic/Stanley Binary files differdeleted file mode 100644 index f06ceef..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Atlantic/Stanley +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Australia/ACT b/layout/rootfs/etc/zoneinfo/posix/Australia/ACT Binary files differdeleted file mode 100644 index d95c245..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Australia/ACT +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Australia/Adelaide b/layout/rootfs/etc/zoneinfo/posix/Australia/Adelaide deleted file mode 120000 index d6ecfa8..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Australia/Adelaide +++ /dev/null @@ -1 +0,0 @@ -South
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Australia/Brisbane b/layout/rootfs/etc/zoneinfo/posix/Australia/Brisbane Binary files differdeleted file mode 100644 index 3e899a1..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Australia/Brisbane +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Australia/Broken_Hill b/layout/rootfs/etc/zoneinfo/posix/Australia/Broken_Hill Binary files differdeleted file mode 100644 index d8f3155..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Australia/Broken_Hill +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Australia/Canberra b/layout/rootfs/etc/zoneinfo/posix/Australia/Canberra deleted file mode 120000 index 871209f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Australia/Canberra +++ /dev/null @@ -1 +0,0 @@ -ACT
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Australia/Currie b/layout/rootfs/etc/zoneinfo/posix/Australia/Currie Binary files differdeleted file mode 100644 index 43ca1e4..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Australia/Currie +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Australia/Darwin b/layout/rootfs/etc/zoneinfo/posix/Australia/Darwin Binary files differdeleted file mode 100644 index c44512f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Australia/Darwin +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Australia/Eucla b/layout/rootfs/etc/zoneinfo/posix/Australia/Eucla Binary files differdeleted file mode 100644 index e78c2d4..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Australia/Eucla +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Australia/Hobart b/layout/rootfs/etc/zoneinfo/posix/Australia/Hobart deleted file mode 120000 index 50fe3a5..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Australia/Hobart +++ /dev/null @@ -1 +0,0 @@ -Tasmania
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Australia/LHI b/layout/rootfs/etc/zoneinfo/posix/Australia/LHI Binary files differdeleted file mode 100644 index 1f542d3..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Australia/LHI +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Australia/Lindeman b/layout/rootfs/etc/zoneinfo/posix/Australia/Lindeman Binary files differdeleted file mode 100644 index 05c3c1c..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Australia/Lindeman +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Australia/Lord_Howe b/layout/rootfs/etc/zoneinfo/posix/Australia/Lord_Howe deleted file mode 120000 index ac243c2..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Australia/Lord_Howe +++ /dev/null @@ -1 +0,0 @@ -LHI
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Australia/Melbourne b/layout/rootfs/etc/zoneinfo/posix/Australia/Melbourne deleted file mode 120000 index e45cfb4..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Australia/Melbourne +++ /dev/null @@ -1 +0,0 @@ -Victoria
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Australia/NSW b/layout/rootfs/etc/zoneinfo/posix/Australia/NSW deleted file mode 120000 index 871209f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Australia/NSW +++ /dev/null @@ -1 +0,0 @@ -ACT
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Australia/North b/layout/rootfs/etc/zoneinfo/posix/Australia/North deleted file mode 120000 index 8f86a76..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Australia/North +++ /dev/null @@ -1 +0,0 @@ -Darwin
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Australia/Perth b/layout/rootfs/etc/zoneinfo/posix/Australia/Perth deleted file mode 120000 index 0284434..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Australia/Perth +++ /dev/null @@ -1 +0,0 @@ -West
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Australia/Queensland b/layout/rootfs/etc/zoneinfo/posix/Australia/Queensland deleted file mode 120000 index e6031ce..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Australia/Queensland +++ /dev/null @@ -1 +0,0 @@ -Brisbane
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Australia/South b/layout/rootfs/etc/zoneinfo/posix/Australia/South Binary files differdeleted file mode 100644 index b350cb6..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Australia/South +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Australia/Sydney b/layout/rootfs/etc/zoneinfo/posix/Australia/Sydney deleted file mode 120000 index 871209f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Australia/Sydney +++ /dev/null @@ -1 +0,0 @@ -ACT
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Australia/Tasmania b/layout/rootfs/etc/zoneinfo/posix/Australia/Tasmania Binary files differdeleted file mode 100644 index c4604e5..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Australia/Tasmania +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Australia/Victoria b/layout/rootfs/etc/zoneinfo/posix/Australia/Victoria Binary files differdeleted file mode 100644 index af3152f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Australia/Victoria +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Australia/West b/layout/rootfs/etc/zoneinfo/posix/Australia/West Binary files differdeleted file mode 100644 index 1c7ebb7..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Australia/West +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Australia/Yancowinna b/layout/rootfs/etc/zoneinfo/posix/Australia/Yancowinna deleted file mode 120000 index f34e308..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Australia/Yancowinna +++ /dev/null @@ -1 +0,0 @@ -Broken_Hill
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Brazil/Acre b/layout/rootfs/etc/zoneinfo/posix/Brazil/Acre deleted file mode 120000 index 89859f2..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Brazil/Acre +++ /dev/null @@ -1 +0,0 @@ -../America/Porto_Acre
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Brazil/DeNoronha b/layout/rootfs/etc/zoneinfo/posix/Brazil/DeNoronha deleted file mode 120000 index 59938e6..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Brazil/DeNoronha +++ /dev/null @@ -1 +0,0 @@ -../America/Noronha
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Brazil/East b/layout/rootfs/etc/zoneinfo/posix/Brazil/East deleted file mode 120000 index fac01ad..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Brazil/East +++ /dev/null @@ -1 +0,0 @@ -../America/Sao_Paulo
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Brazil/West b/layout/rootfs/etc/zoneinfo/posix/Brazil/West deleted file mode 120000 index 77d1262..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Brazil/West +++ /dev/null @@ -1 +0,0 @@ -../America/Manaus
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/CET b/layout/rootfs/etc/zoneinfo/posix/CET Binary files differdeleted file mode 100644 index 4c4f8ef..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/CET +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/CST6CDT b/layout/rootfs/etc/zoneinfo/posix/CST6CDT deleted file mode 120000 index 82c9d22..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/CST6CDT +++ /dev/null @@ -1 +0,0 @@ -../CST6CDT
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Canada/Atlantic b/layout/rootfs/etc/zoneinfo/posix/Canada/Atlantic deleted file mode 120000 index 49e440d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Canada/Atlantic +++ /dev/null @@ -1 +0,0 @@ -../../Canada/Atlantic
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Canada/Central b/layout/rootfs/etc/zoneinfo/posix/Canada/Central deleted file mode 120000 index 4920011..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Canada/Central +++ /dev/null @@ -1 +0,0 @@ -../../Canada/Central
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Canada/East-Saskatchewan b/layout/rootfs/etc/zoneinfo/posix/Canada/East-Saskatchewan deleted file mode 120000 index 8d04708..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Canada/East-Saskatchewan +++ /dev/null @@ -1 +0,0 @@ -../../Canada/East-Saskatchewan
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Canada/Eastern b/layout/rootfs/etc/zoneinfo/posix/Canada/Eastern deleted file mode 120000 index 169d065..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Canada/Eastern +++ /dev/null @@ -1 +0,0 @@ -../../Canada/Eastern
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Canada/Mountain b/layout/rootfs/etc/zoneinfo/posix/Canada/Mountain deleted file mode 120000 index b7867aa..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Canada/Mountain +++ /dev/null @@ -1 +0,0 @@ -../../Canada/Mountain
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Canada/Newfoundland b/layout/rootfs/etc/zoneinfo/posix/Canada/Newfoundland deleted file mode 120000 index 64ac6d4..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Canada/Newfoundland +++ /dev/null @@ -1 +0,0 @@ -../../Canada/Newfoundland
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Canada/Pacific b/layout/rootfs/etc/zoneinfo/posix/Canada/Pacific deleted file mode 120000 index 6bead41..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Canada/Pacific +++ /dev/null @@ -1 +0,0 @@ -../../Canada/Pacific
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Canada/Saskatchewan b/layout/rootfs/etc/zoneinfo/posix/Canada/Saskatchewan deleted file mode 120000 index 8d04708..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Canada/Saskatchewan +++ /dev/null @@ -1 +0,0 @@ -../../Canada/East-Saskatchewan
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Canada/Yukon b/layout/rootfs/etc/zoneinfo/posix/Canada/Yukon deleted file mode 120000 index cb0ecb1..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Canada/Yukon +++ /dev/null @@ -1 +0,0 @@ -../../Canada/Yukon
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Chile/Continental b/layout/rootfs/etc/zoneinfo/posix/Chile/Continental deleted file mode 120000 index f8050b9..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Chile/Continental +++ /dev/null @@ -1 +0,0 @@ -../America/Santiago
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Chile/EasterIsland b/layout/rootfs/etc/zoneinfo/posix/Chile/EasterIsland deleted file mode 120000 index a8b625d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Chile/EasterIsland +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Easter
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Cuba b/layout/rootfs/etc/zoneinfo/posix/Cuba Binary files differdeleted file mode 100644 index 28aca00..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Cuba +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/EET b/layout/rootfs/etc/zoneinfo/posix/EET Binary files differdeleted file mode 100644 index beb273a..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/EET +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/EST b/layout/rootfs/etc/zoneinfo/posix/EST Binary files differdeleted file mode 100644 index 074a4fc..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/EST +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/EST5EDT b/layout/rootfs/etc/zoneinfo/posix/EST5EDT deleted file mode 120000 index 6e40a97..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/EST5EDT +++ /dev/null @@ -1 +0,0 @@ -../EST5EDT
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Egypt b/layout/rootfs/etc/zoneinfo/posix/Egypt Binary files differdeleted file mode 100644 index cf866f7..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Egypt +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Eire b/layout/rootfs/etc/zoneinfo/posix/Eire deleted file mode 120000 index 332a258..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Eire +++ /dev/null @@ -1 +0,0 @@ -Europe/Dublin
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT deleted file mode 120000 index d7bbe26..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT +++ /dev/null @@ -1 +0,0 @@ -../../GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+0 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+0 deleted file mode 120000 index d7bbe26..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+0 +++ /dev/null @@ -1 +0,0 @@ -../../GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+1 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+1 Binary files differdeleted file mode 100644 index 67b88c9..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+1 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+10 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+10 Binary files differdeleted file mode 100644 index d564b28..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+10 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+11 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+11 Binary files differdeleted file mode 100644 index 52eb573..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+11 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+12 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+12 Binary files differdeleted file mode 100644 index c54cead..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+12 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+2 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+2 Binary files differdeleted file mode 100644 index e43b63f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+2 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+3 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+3 Binary files differdeleted file mode 100644 index f029bac..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+3 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+4 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+4 Binary files differdeleted file mode 100644 index 0ad0ee3..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+4 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+5 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+5 Binary files differdeleted file mode 100644 index e53f3fe..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+5 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+6 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+6 Binary files differdeleted file mode 100644 index b411496..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+6 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+7 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+7 Binary files differdeleted file mode 100644 index 32fa6dc..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+7 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+8 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+8 Binary files differdeleted file mode 100644 index 512578c..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+8 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+9 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+9 Binary files differdeleted file mode 100644 index d3e47e7..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT+9 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-0 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-0 deleted file mode 120000 index d7bbe26..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-0 +++ /dev/null @@ -1 +0,0 @@ -../../GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-1 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-1 Binary files differdeleted file mode 100644 index 9a6adeb..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-1 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-10 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-10 Binary files differdeleted file mode 100644 index 37b93fb..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-10 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-11 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-11 Binary files differdeleted file mode 100644 index f1af0e2..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-11 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-12 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-12 Binary files differdeleted file mode 100644 index 0fa4a8d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-12 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-13 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-13 Binary files differdeleted file mode 100644 index 0a5dbe1..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-13 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-14 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-14 Binary files differdeleted file mode 100644 index 41c6a1d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-14 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-2 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-2 Binary files differdeleted file mode 100644 index 9f63268..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-2 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-3 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-3 Binary files differdeleted file mode 100644 index 38ccd8a..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-3 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-4 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-4 Binary files differdeleted file mode 100644 index 43badfb..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-4 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-5 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-5 Binary files differdeleted file mode 100644 index c88cf21..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-5 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-6 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-6 Binary files differdeleted file mode 100644 index c1a0634..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-6 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-7 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-7 Binary files differdeleted file mode 100644 index bc152ef..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-7 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-8 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-8 Binary files differdeleted file mode 100644 index 2c0de20..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-8 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-9 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-9 Binary files differdeleted file mode 100644 index 8a3bd45..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT-9 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT0 b/layout/rootfs/etc/zoneinfo/posix/Etc/GMT0 deleted file mode 120000 index d7bbe26..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/GMT0 +++ /dev/null @@ -1 +0,0 @@ -../../GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/Greenwich b/layout/rootfs/etc/zoneinfo/posix/Etc/Greenwich deleted file mode 120000 index d7bbe26..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/Greenwich +++ /dev/null @@ -1 +0,0 @@ -../../GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/UCT b/layout/rootfs/etc/zoneinfo/posix/Etc/UCT deleted file mode 120000 index 4d94eac..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/UCT +++ /dev/null @@ -1 +0,0 @@ -../UCT
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/UTC b/layout/rootfs/etc/zoneinfo/posix/Etc/UTC deleted file mode 120000 index 0792b35..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/UTC +++ /dev/null @@ -1 +0,0 @@ -../../UTC
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/Universal b/layout/rootfs/etc/zoneinfo/posix/Etc/Universal deleted file mode 120000 index 0792b35..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/Universal +++ /dev/null @@ -1 +0,0 @@ -../../UTC
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Etc/Zulu b/layout/rootfs/etc/zoneinfo/posix/Etc/Zulu deleted file mode 120000 index 0792b35..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Etc/Zulu +++ /dev/null @@ -1 +0,0 @@ -../../UTC
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Amsterdam b/layout/rootfs/etc/zoneinfo/posix/Europe/Amsterdam Binary files differdeleted file mode 100644 index 30ca324..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Amsterdam +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Andorra b/layout/rootfs/etc/zoneinfo/posix/Europe/Andorra Binary files differdeleted file mode 100644 index cf9533a..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Andorra +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Athens b/layout/rootfs/etc/zoneinfo/posix/Europe/Athens Binary files differdeleted file mode 100644 index 726e56c..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Athens +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Belfast b/layout/rootfs/etc/zoneinfo/posix/Europe/Belfast deleted file mode 120000 index 80920df..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Belfast +++ /dev/null @@ -1 +0,0 @@ -../GB-Eire
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Belgrade b/layout/rootfs/etc/zoneinfo/posix/Europe/Belgrade deleted file mode 120000 index 8a1c353..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Belgrade +++ /dev/null @@ -1 +0,0 @@ -Skopje
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Berlin b/layout/rootfs/etc/zoneinfo/posix/Europe/Berlin Binary files differdeleted file mode 100644 index 96059c7..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Berlin +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Bratislava b/layout/rootfs/etc/zoneinfo/posix/Europe/Bratislava Binary files differdeleted file mode 100644 index 9ab78e9..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Bratislava +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Brussels b/layout/rootfs/etc/zoneinfo/posix/Europe/Brussels Binary files differdeleted file mode 100644 index 2791ede..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Brussels +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Bucharest b/layout/rootfs/etc/zoneinfo/posix/Europe/Bucharest Binary files differdeleted file mode 100644 index de2a5f0..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Bucharest +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Budapest b/layout/rootfs/etc/zoneinfo/posix/Europe/Budapest Binary files differdeleted file mode 100644 index 1b787b1..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Budapest +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Busingen b/layout/rootfs/etc/zoneinfo/posix/Europe/Busingen Binary files differdeleted file mode 100644 index 0cf15c1..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Busingen +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Chisinau b/layout/rootfs/etc/zoneinfo/posix/Europe/Chisinau deleted file mode 120000 index 4ae8a50..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Chisinau +++ /dev/null @@ -1 +0,0 @@ -Tiraspol
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Copenhagen b/layout/rootfs/etc/zoneinfo/posix/Europe/Copenhagen Binary files differdeleted file mode 100644 index af7e926..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Copenhagen +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Dublin b/layout/rootfs/etc/zoneinfo/posix/Europe/Dublin Binary files differdeleted file mode 100644 index 3dec026..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Dublin +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Gibraltar b/layout/rootfs/etc/zoneinfo/posix/Europe/Gibraltar Binary files differdeleted file mode 100644 index f3dbeb6..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Gibraltar +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Guernsey b/layout/rootfs/etc/zoneinfo/posix/Europe/Guernsey deleted file mode 120000 index 80920df..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Guernsey +++ /dev/null @@ -1 +0,0 @@ -../GB-Eire
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Helsinki b/layout/rootfs/etc/zoneinfo/posix/Europe/Helsinki deleted file mode 120000 index 8abc326..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Helsinki +++ /dev/null @@ -1 +0,0 @@ -Mariehamn
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Isle_of_Man b/layout/rootfs/etc/zoneinfo/posix/Europe/Isle_of_Man deleted file mode 120000 index 80920df..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Isle_of_Man +++ /dev/null @@ -1 +0,0 @@ -../GB-Eire
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Istanbul b/layout/rootfs/etc/zoneinfo/posix/Europe/Istanbul deleted file mode 120000 index 230232c..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Istanbul +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Istanbul
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Jersey b/layout/rootfs/etc/zoneinfo/posix/Europe/Jersey deleted file mode 120000 index 80920df..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Jersey +++ /dev/null @@ -1 +0,0 @@ -../GB-Eire
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Kaliningrad b/layout/rootfs/etc/zoneinfo/posix/Europe/Kaliningrad Binary files differdeleted file mode 100644 index fa6bab8..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Kaliningrad +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Kiev b/layout/rootfs/etc/zoneinfo/posix/Europe/Kiev Binary files differdeleted file mode 100644 index 075cc02..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Kiev +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Lisbon b/layout/rootfs/etc/zoneinfo/posix/Europe/Lisbon deleted file mode 120000 index 7290fdc..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Lisbon +++ /dev/null @@ -1 +0,0 @@ -../../Portugal
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Ljubljana b/layout/rootfs/etc/zoneinfo/posix/Europe/Ljubljana deleted file mode 120000 index 8a1c353..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Ljubljana +++ /dev/null @@ -1 +0,0 @@ -Skopje
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/London b/layout/rootfs/etc/zoneinfo/posix/Europe/London deleted file mode 120000 index 80920df..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/London +++ /dev/null @@ -1 +0,0 @@ -../GB-Eire
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Luxembourg b/layout/rootfs/etc/zoneinfo/posix/Europe/Luxembourg Binary files differdeleted file mode 100644 index 6c194a5..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Luxembourg +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Madrid b/layout/rootfs/etc/zoneinfo/posix/Europe/Madrid Binary files differdeleted file mode 100644 index 9311959..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Madrid +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Malta b/layout/rootfs/etc/zoneinfo/posix/Europe/Malta Binary files differdeleted file mode 100644 index 5f518a1..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Malta +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Mariehamn b/layout/rootfs/etc/zoneinfo/posix/Europe/Mariehamn Binary files differdeleted file mode 100644 index 19d7bab..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Mariehamn +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Minsk b/layout/rootfs/etc/zoneinfo/posix/Europe/Minsk Binary files differdeleted file mode 100644 index ba9971c..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Minsk +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Monaco b/layout/rootfs/etc/zoneinfo/posix/Europe/Monaco Binary files differdeleted file mode 100644 index 664f616..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Monaco +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Moscow b/layout/rootfs/etc/zoneinfo/posix/Europe/Moscow deleted file mode 120000 index 615d417..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Moscow +++ /dev/null @@ -1 +0,0 @@ -../W-SU
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Nicosia b/layout/rootfs/etc/zoneinfo/posix/Europe/Nicosia deleted file mode 120000 index 9c53a13..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Nicosia +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Nicosia
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Oslo b/layout/rootfs/etc/zoneinfo/posix/Europe/Oslo deleted file mode 120000 index 5800b56..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Oslo +++ /dev/null @@ -1 +0,0 @@ -../Atlantic/Jan_Mayen
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Paris b/layout/rootfs/etc/zoneinfo/posix/Europe/Paris Binary files differdeleted file mode 100644 index fd8ea7d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Paris +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Podgorica b/layout/rootfs/etc/zoneinfo/posix/Europe/Podgorica deleted file mode 120000 index 8a1c353..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Podgorica +++ /dev/null @@ -1 +0,0 @@ -Skopje
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Prague b/layout/rootfs/etc/zoneinfo/posix/Europe/Prague deleted file mode 120000 index 5fbf90c..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Prague +++ /dev/null @@ -1 +0,0 @@ -Bratislava
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Riga b/layout/rootfs/etc/zoneinfo/posix/Europe/Riga Binary files differdeleted file mode 100644 index abea45d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Riga +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Rome b/layout/rootfs/etc/zoneinfo/posix/Europe/Rome Binary files differdeleted file mode 100644 index 28ddffe..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Rome +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Samara b/layout/rootfs/etc/zoneinfo/posix/Europe/Samara Binary files differdeleted file mode 100644 index 5616c92..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Samara +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/San_Marino b/layout/rootfs/etc/zoneinfo/posix/Europe/San_Marino deleted file mode 120000 index 38d0174..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/San_Marino +++ /dev/null @@ -1 +0,0 @@ -Rome
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Sarajevo b/layout/rootfs/etc/zoneinfo/posix/Europe/Sarajevo deleted file mode 120000 index 8a1c353..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Sarajevo +++ /dev/null @@ -1 +0,0 @@ -Skopje
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Simferopol b/layout/rootfs/etc/zoneinfo/posix/Europe/Simferopol Binary files differdeleted file mode 100644 index ebb63b4..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Simferopol +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Skopje b/layout/rootfs/etc/zoneinfo/posix/Europe/Skopje Binary files differdeleted file mode 100644 index 5f0389f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Skopje +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Sofia b/layout/rootfs/etc/zoneinfo/posix/Europe/Sofia Binary files differdeleted file mode 100644 index d803233..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Sofia +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Stockholm b/layout/rootfs/etc/zoneinfo/posix/Europe/Stockholm Binary files differdeleted file mode 100644 index 3bc6dbd..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Stockholm +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Tallinn b/layout/rootfs/etc/zoneinfo/posix/Europe/Tallinn Binary files differdeleted file mode 100644 index 4ba4424..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Tallinn +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Tirane b/layout/rootfs/etc/zoneinfo/posix/Europe/Tirane Binary files differdeleted file mode 100644 index 0b86017..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Tirane +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Tiraspol b/layout/rootfs/etc/zoneinfo/posix/Europe/Tiraspol Binary files differdeleted file mode 100644 index 983cc70..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Tiraspol +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Uzhgorod b/layout/rootfs/etc/zoneinfo/posix/Europe/Uzhgorod Binary files differdeleted file mode 100644 index 7032ab9..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Uzhgorod +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Vaduz b/layout/rootfs/etc/zoneinfo/posix/Europe/Vaduz Binary files differdeleted file mode 100644 index c4e20db..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Vaduz +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Vatican b/layout/rootfs/etc/zoneinfo/posix/Europe/Vatican deleted file mode 120000 index 38d0174..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Vatican +++ /dev/null @@ -1 +0,0 @@ -Rome
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Vienna b/layout/rootfs/etc/zoneinfo/posix/Europe/Vienna Binary files differdeleted file mode 100644 index 8e4c9a9..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Vienna +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Vilnius b/layout/rootfs/etc/zoneinfo/posix/Europe/Vilnius Binary files differdeleted file mode 100644 index b6545b2..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Vilnius +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Volgograd b/layout/rootfs/etc/zoneinfo/posix/Europe/Volgograd Binary files differdeleted file mode 100644 index 06dee58..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Volgograd +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Warsaw b/layout/rootfs/etc/zoneinfo/posix/Europe/Warsaw Binary files differdeleted file mode 100644 index 3797b1c..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Warsaw +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Zagreb b/layout/rootfs/etc/zoneinfo/posix/Europe/Zagreb deleted file mode 120000 index 8a1c353..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Zagreb +++ /dev/null @@ -1 +0,0 @@ -Skopje
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Zaporozhye b/layout/rootfs/etc/zoneinfo/posix/Europe/Zaporozhye Binary files differdeleted file mode 100644 index 2ccf899..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Zaporozhye +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Europe/Zurich b/layout/rootfs/etc/zoneinfo/posix/Europe/Zurich deleted file mode 120000 index b26ff78..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Europe/Zurich +++ /dev/null @@ -1 +0,0 @@ -Busingen
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Factory b/layout/rootfs/etc/zoneinfo/posix/Factory Binary files differdeleted file mode 100644 index a65f97e..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Factory +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/GB b/layout/rootfs/etc/zoneinfo/posix/GB deleted file mode 120000 index 68e42c0..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/GB +++ /dev/null @@ -1 +0,0 @@ -GB-Eire
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/GB-Eire b/layout/rootfs/etc/zoneinfo/posix/GB-Eire Binary files differdeleted file mode 100644 index fe63ff7..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/GB-Eire +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/GMT b/layout/rootfs/etc/zoneinfo/posix/GMT deleted file mode 120000 index 297136f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/GMT +++ /dev/null @@ -1 +0,0 @@ -../GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/GMT+0 b/layout/rootfs/etc/zoneinfo/posix/GMT+0 deleted file mode 120000 index 297136f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/GMT+0 +++ /dev/null @@ -1 +0,0 @@ -../GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/GMT-0 b/layout/rootfs/etc/zoneinfo/posix/GMT-0 deleted file mode 120000 index 297136f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/GMT-0 +++ /dev/null @@ -1 +0,0 @@ -../GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/GMT0 b/layout/rootfs/etc/zoneinfo/posix/GMT0 deleted file mode 120000 index 297136f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/GMT0 +++ /dev/null @@ -1 +0,0 @@ -../GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Greenwich b/layout/rootfs/etc/zoneinfo/posix/Greenwich deleted file mode 120000 index 297136f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Greenwich +++ /dev/null @@ -1 +0,0 @@ -../GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/HST b/layout/rootfs/etc/zoneinfo/posix/HST deleted file mode 120000 index fcec0e2..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/HST +++ /dev/null @@ -1 +0,0 @@ -../Pacific/Johnston
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Hongkong b/layout/rootfs/etc/zoneinfo/posix/Hongkong deleted file mode 120000 index c6f3b4f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Hongkong +++ /dev/null @@ -1 +0,0 @@ -../Asia/Hong_Kong
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Iceland b/layout/rootfs/etc/zoneinfo/posix/Iceland deleted file mode 120000 index 2dec833..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Iceland +++ /dev/null @@ -1 +0,0 @@ -Atlantic/Reykjavik
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Indian/Antananarivo b/layout/rootfs/etc/zoneinfo/posix/Indian/Antananarivo deleted file mode 120000 index d5a9fbd..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Indian/Antananarivo +++ /dev/null @@ -1 +0,0 @@ -../../Indian/Antananarivo
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Indian/Chagos b/layout/rootfs/etc/zoneinfo/posix/Indian/Chagos deleted file mode 120000 index ef94af8..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Indian/Chagos +++ /dev/null @@ -1 +0,0 @@ -../../Indian/Chagos
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Indian/Christmas b/layout/rootfs/etc/zoneinfo/posix/Indian/Christmas deleted file mode 120000 index a12f424..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Indian/Christmas +++ /dev/null @@ -1 +0,0 @@ -../../Indian/Christmas
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Indian/Cocos b/layout/rootfs/etc/zoneinfo/posix/Indian/Cocos deleted file mode 120000 index c199e94..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Indian/Cocos +++ /dev/null @@ -1 +0,0 @@ -../../Indian/Cocos
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Indian/Comoro b/layout/rootfs/etc/zoneinfo/posix/Indian/Comoro deleted file mode 120000 index 27abf5f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Indian/Comoro +++ /dev/null @@ -1 +0,0 @@ -../../Indian/Comoro
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Indian/Kerguelen b/layout/rootfs/etc/zoneinfo/posix/Indian/Kerguelen deleted file mode 120000 index 22c428c..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Indian/Kerguelen +++ /dev/null @@ -1 +0,0 @@ -../../Indian/Kerguelen
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Indian/Mahe b/layout/rootfs/etc/zoneinfo/posix/Indian/Mahe deleted file mode 120000 index 4f2cab2..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Indian/Mahe +++ /dev/null @@ -1 +0,0 @@ -../../Indian/Mahe
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Indian/Maldives b/layout/rootfs/etc/zoneinfo/posix/Indian/Maldives deleted file mode 120000 index ed9e4f7..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Indian/Maldives +++ /dev/null @@ -1 +0,0 @@ -../../Indian/Maldives
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Indian/Mauritius b/layout/rootfs/etc/zoneinfo/posix/Indian/Mauritius deleted file mode 120000 index 7b28b70..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Indian/Mauritius +++ /dev/null @@ -1 +0,0 @@ -../../Indian/Mauritius
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Indian/Mayotte b/layout/rootfs/etc/zoneinfo/posix/Indian/Mayotte deleted file mode 120000 index 8705e9d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Indian/Mayotte +++ /dev/null @@ -1 +0,0 @@ -../../Indian/Mayotte
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Indian/Reunion b/layout/rootfs/etc/zoneinfo/posix/Indian/Reunion deleted file mode 120000 index 2a05ba0..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Indian/Reunion +++ /dev/null @@ -1 +0,0 @@ -../../Indian/Reunion
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Iran b/layout/rootfs/etc/zoneinfo/posix/Iran deleted file mode 120000 index 6278c58..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Iran +++ /dev/null @@ -1 +0,0 @@ -../Asia/Tehran
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Israel b/layout/rootfs/etc/zoneinfo/posix/Israel deleted file mode 120000 index 99671da..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Israel +++ /dev/null @@ -1 +0,0 @@ -../Asia/Tel_Aviv
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Jamaica b/layout/rootfs/etc/zoneinfo/posix/Jamaica deleted file mode 120000 index 6c113f7..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Jamaica +++ /dev/null @@ -1 +0,0 @@ -America/Jamaica
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Japan b/layout/rootfs/etc/zoneinfo/posix/Japan deleted file mode 120000 index c40c387..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Japan +++ /dev/null @@ -1 +0,0 @@ -../Asia/Tokyo
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Kwajalein b/layout/rootfs/etc/zoneinfo/posix/Kwajalein deleted file mode 120000 index 33298c0..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Kwajalein +++ /dev/null @@ -1 +0,0 @@ -../Pacific/Kwajalein
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Libya b/layout/rootfs/etc/zoneinfo/posix/Libya Binary files differdeleted file mode 100644 index 079c602..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Libya +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/MET b/layout/rootfs/etc/zoneinfo/posix/MET Binary files differdeleted file mode 100644 index 71963d5..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/MET +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/MST b/layout/rootfs/etc/zoneinfo/posix/MST Binary files differdeleted file mode 100644 index da3e926..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/MST +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/MST7MDT b/layout/rootfs/etc/zoneinfo/posix/MST7MDT Binary files differdeleted file mode 100644 index 726a7e5..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/MST7MDT +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Mexico/BajaNorte b/layout/rootfs/etc/zoneinfo/posix/Mexico/BajaNorte deleted file mode 120000 index 3fb431c..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Mexico/BajaNorte +++ /dev/null @@ -1 +0,0 @@ -../../Mexico/BajaNorte
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Mexico/BajaSur b/layout/rootfs/etc/zoneinfo/posix/Mexico/BajaSur deleted file mode 120000 index 3a2f95d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Mexico/BajaSur +++ /dev/null @@ -1 +0,0 @@ -../../Mexico/BajaSur
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Mexico/General b/layout/rootfs/etc/zoneinfo/posix/Mexico/General deleted file mode 120000 index a575e6b..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Mexico/General +++ /dev/null @@ -1 +0,0 @@ -../../Mexico/General
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Mideast/Riyadh87 b/layout/rootfs/etc/zoneinfo/posix/Mideast/Riyadh87 deleted file mode 120000 index 3e9e248..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Mideast/Riyadh87 +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Riyadh87
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Mideast/Riyadh88 b/layout/rootfs/etc/zoneinfo/posix/Mideast/Riyadh88 deleted file mode 120000 index 72142be..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Mideast/Riyadh88 +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Riyadh88
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Mideast/Riyadh89 b/layout/rootfs/etc/zoneinfo/posix/Mideast/Riyadh89 deleted file mode 120000 index 1ec10e7..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Mideast/Riyadh89 +++ /dev/null @@ -1 +0,0 @@ -../../Asia/Riyadh89
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/NZ b/layout/rootfs/etc/zoneinfo/posix/NZ deleted file mode 120000 index 5c78b33..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/NZ +++ /dev/null @@ -1 +0,0 @@ -../Pacific/Auckland
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/NZ-CHAT b/layout/rootfs/etc/zoneinfo/posix/NZ-CHAT deleted file mode 120000 index 666dc50..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/NZ-CHAT +++ /dev/null @@ -1 +0,0 @@ -../Pacific/Chatham
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Navajo b/layout/rootfs/etc/zoneinfo/posix/Navajo deleted file mode 120000 index bffa7ae..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Navajo +++ /dev/null @@ -1 +0,0 @@ -America/Denver
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/PRC b/layout/rootfs/etc/zoneinfo/posix/PRC deleted file mode 120000 index 4844306..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/PRC +++ /dev/null @@ -1 +0,0 @@ -../Asia/Shanghai
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/PST8PDT b/layout/rootfs/etc/zoneinfo/posix/PST8PDT Binary files differdeleted file mode 100644 index 6242ac0..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/PST8PDT +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Apia b/layout/rootfs/etc/zoneinfo/posix/Pacific/Apia deleted file mode 120000 index 06070bf..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Apia +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Apia
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Auckland b/layout/rootfs/etc/zoneinfo/posix/Pacific/Auckland deleted file mode 120000 index 04727d7..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Auckland +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Auckland
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Chatham b/layout/rootfs/etc/zoneinfo/posix/Pacific/Chatham deleted file mode 120000 index 48c7aa2..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Chatham +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Chatham
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Chuuk b/layout/rootfs/etc/zoneinfo/posix/Pacific/Chuuk deleted file mode 120000 index d5f985d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Chuuk +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Truk
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Easter b/layout/rootfs/etc/zoneinfo/posix/Pacific/Easter deleted file mode 120000 index a8b625d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Easter +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Easter
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Efate b/layout/rootfs/etc/zoneinfo/posix/Pacific/Efate deleted file mode 120000 index 221460a..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Efate +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Efate
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Enderbury b/layout/rootfs/etc/zoneinfo/posix/Pacific/Enderbury deleted file mode 120000 index a91b550..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Enderbury +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Enderbury
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Fakaofo b/layout/rootfs/etc/zoneinfo/posix/Pacific/Fakaofo deleted file mode 120000 index 4aaf770..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Fakaofo +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Fakaofo
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Fiji b/layout/rootfs/etc/zoneinfo/posix/Pacific/Fiji deleted file mode 120000 index 3b31865..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Fiji +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Fiji
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Funafuti b/layout/rootfs/etc/zoneinfo/posix/Pacific/Funafuti deleted file mode 120000 index 953b03f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Funafuti +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Funafuti
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Galapagos b/layout/rootfs/etc/zoneinfo/posix/Pacific/Galapagos deleted file mode 120000 index ac05d70..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Galapagos +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Galapagos
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Gambier b/layout/rootfs/etc/zoneinfo/posix/Pacific/Gambier deleted file mode 120000 index 06297d9..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Gambier +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Gambier
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Guadalcanal b/layout/rootfs/etc/zoneinfo/posix/Pacific/Guadalcanal deleted file mode 120000 index f4dc6ea..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Guadalcanal +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Guadalcanal
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Guam b/layout/rootfs/etc/zoneinfo/posix/Pacific/Guam deleted file mode 120000 index a7687d2..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Guam +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Guam
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Honolulu b/layout/rootfs/etc/zoneinfo/posix/Pacific/Honolulu deleted file mode 120000 index d0a16c7..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Honolulu +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Honolulu
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Johnston b/layout/rootfs/etc/zoneinfo/posix/Pacific/Johnston deleted file mode 120000 index 79ffc5d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Johnston +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Johnston
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Kiritimati b/layout/rootfs/etc/zoneinfo/posix/Pacific/Kiritimati deleted file mode 120000 index f30d5b3..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Kiritimati +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Kiritimati
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Kosrae b/layout/rootfs/etc/zoneinfo/posix/Pacific/Kosrae deleted file mode 120000 index 4da178c..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Kosrae +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Kosrae
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Kwajalein b/layout/rootfs/etc/zoneinfo/posix/Pacific/Kwajalein deleted file mode 120000 index bbb85e3..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Kwajalein +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Kwajalein
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Majuro b/layout/rootfs/etc/zoneinfo/posix/Pacific/Majuro deleted file mode 120000 index 938ee50..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Majuro +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Majuro
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Marquesas b/layout/rootfs/etc/zoneinfo/posix/Pacific/Marquesas deleted file mode 120000 index cd4795c..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Marquesas +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Marquesas
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Midway b/layout/rootfs/etc/zoneinfo/posix/Pacific/Midway deleted file mode 120000 index 7a4aaca..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Midway +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Midway
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Nauru b/layout/rootfs/etc/zoneinfo/posix/Pacific/Nauru deleted file mode 120000 index 90b0ca7..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Nauru +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Nauru
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Niue b/layout/rootfs/etc/zoneinfo/posix/Pacific/Niue deleted file mode 120000 index 7a25942..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Niue +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Niue
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Norfolk b/layout/rootfs/etc/zoneinfo/posix/Pacific/Norfolk deleted file mode 120000 index 5fa4510..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Norfolk +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Norfolk
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Noumea b/layout/rootfs/etc/zoneinfo/posix/Pacific/Noumea deleted file mode 120000 index 83cc5a2..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Noumea +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Noumea
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Pago_Pago b/layout/rootfs/etc/zoneinfo/posix/Pacific/Pago_Pago deleted file mode 120000 index 0c8d423..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Pago_Pago +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Pago_Pago
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Palau b/layout/rootfs/etc/zoneinfo/posix/Pacific/Palau deleted file mode 120000 index 0a48035..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Palau +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Palau
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Pitcairn b/layout/rootfs/etc/zoneinfo/posix/Pacific/Pitcairn deleted file mode 120000 index eff5866..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Pitcairn +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Pitcairn
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Pohnpei b/layout/rootfs/etc/zoneinfo/posix/Pacific/Pohnpei deleted file mode 120000 index 084200d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Pohnpei +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Ponape
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Ponape b/layout/rootfs/etc/zoneinfo/posix/Pacific/Ponape deleted file mode 120000 index 084200d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Ponape +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Ponape
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Port_Moresby b/layout/rootfs/etc/zoneinfo/posix/Pacific/Port_Moresby deleted file mode 120000 index fba892f..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Port_Moresby +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Port_Moresby
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Rarotonga b/layout/rootfs/etc/zoneinfo/posix/Pacific/Rarotonga deleted file mode 120000 index 10ce477..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Rarotonga +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Rarotonga
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Saipan b/layout/rootfs/etc/zoneinfo/posix/Pacific/Saipan deleted file mode 120000 index aad095c..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Saipan +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Saipan
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Samoa b/layout/rootfs/etc/zoneinfo/posix/Pacific/Samoa deleted file mode 120000 index 0c8d423..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Samoa +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Pago_Pago
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Tahiti b/layout/rootfs/etc/zoneinfo/posix/Pacific/Tahiti deleted file mode 120000 index 6e1aa86..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Tahiti +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Tahiti
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Tarawa b/layout/rootfs/etc/zoneinfo/posix/Pacific/Tarawa deleted file mode 120000 index 1c5c113..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Tarawa +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Tarawa
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Tongatapu b/layout/rootfs/etc/zoneinfo/posix/Pacific/Tongatapu deleted file mode 120000 index f38a0cb..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Tongatapu +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Tongatapu
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Truk b/layout/rootfs/etc/zoneinfo/posix/Pacific/Truk deleted file mode 120000 index d5f985d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Truk +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Truk
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Wake b/layout/rootfs/etc/zoneinfo/posix/Pacific/Wake deleted file mode 120000 index 226a31a..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Wake +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Wake
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Wallis b/layout/rootfs/etc/zoneinfo/posix/Pacific/Wallis deleted file mode 120000 index 0e70fcb..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Wallis +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Wallis
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Pacific/Yap b/layout/rootfs/etc/zoneinfo/posix/Pacific/Yap deleted file mode 120000 index d5f985d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Pacific/Yap +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Truk
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Poland b/layout/rootfs/etc/zoneinfo/posix/Poland deleted file mode 120000 index 93678b6..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Poland +++ /dev/null @@ -1 +0,0 @@ -Europe/Warsaw
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Portugal b/layout/rootfs/etc/zoneinfo/posix/Portugal deleted file mode 120000 index c8c3dcf..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Portugal +++ /dev/null @@ -1 +0,0 @@ -../Portugal
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/ROC b/layout/rootfs/etc/zoneinfo/posix/ROC deleted file mode 120000 index 8539b8c..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/ROC +++ /dev/null @@ -1 +0,0 @@ -../Asia/Taipei
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/ROK b/layout/rootfs/etc/zoneinfo/posix/ROK deleted file mode 120000 index c7601ed..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/ROK +++ /dev/null @@ -1 +0,0 @@ -../Asia/Seoul
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Singapore b/layout/rootfs/etc/zoneinfo/posix/Singapore deleted file mode 120000 index 897aa9e..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Singapore +++ /dev/null @@ -1 +0,0 @@ -../Asia/Singapore
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/SystemV/AST4 b/layout/rootfs/etc/zoneinfo/posix/SystemV/AST4 deleted file mode 120000 index d9be7fa..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/SystemV/AST4 +++ /dev/null @@ -1 +0,0 @@ -../America/Puerto_Rico
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/SystemV/AST4ADT b/layout/rootfs/etc/zoneinfo/posix/SystemV/AST4ADT deleted file mode 120000 index 49e440d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/SystemV/AST4ADT +++ /dev/null @@ -1 +0,0 @@ -../../Canada/Atlantic
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/SystemV/CST6 b/layout/rootfs/etc/zoneinfo/posix/SystemV/CST6 deleted file mode 120000 index 8d04708..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/SystemV/CST6 +++ /dev/null @@ -1 +0,0 @@ -../../Canada/East-Saskatchewan
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/SystemV/CST6CDT b/layout/rootfs/etc/zoneinfo/posix/SystemV/CST6CDT deleted file mode 120000 index d7096ce..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/SystemV/CST6CDT +++ /dev/null @@ -1 +0,0 @@ -../America/Chicago
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/SystemV/EST5 b/layout/rootfs/etc/zoneinfo/posix/SystemV/EST5 deleted file mode 120000 index 9847944..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/SystemV/EST5 +++ /dev/null @@ -1 +0,0 @@ -../America/Panama
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/SystemV/EST5EDT b/layout/rootfs/etc/zoneinfo/posix/SystemV/EST5EDT deleted file mode 120000 index 8e49985..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/SystemV/EST5EDT +++ /dev/null @@ -1 +0,0 @@ -../America/New_York
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/SystemV/HST10 b/layout/rootfs/etc/zoneinfo/posix/SystemV/HST10 deleted file mode 120000 index d0a16c7..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/SystemV/HST10 +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Honolulu
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/SystemV/MST7 b/layout/rootfs/etc/zoneinfo/posix/SystemV/MST7 deleted file mode 120000 index 3687b7d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/SystemV/MST7 +++ /dev/null @@ -1 +0,0 @@ -../America/Phoenix
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/SystemV/MST7MDT b/layout/rootfs/etc/zoneinfo/posix/SystemV/MST7MDT deleted file mode 120000 index fff07e1..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/SystemV/MST7MDT +++ /dev/null @@ -1 +0,0 @@ -../America/Denver
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/SystemV/PST8 b/layout/rootfs/etc/zoneinfo/posix/SystemV/PST8 deleted file mode 120000 index eff5866..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/SystemV/PST8 +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Pitcairn
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/SystemV/PST8PDT b/layout/rootfs/etc/zoneinfo/posix/SystemV/PST8PDT deleted file mode 120000 index 19e1dc5..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/SystemV/PST8PDT +++ /dev/null @@ -1 +0,0 @@ -../America/Los_Angeles
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/SystemV/YST9 b/layout/rootfs/etc/zoneinfo/posix/SystemV/YST9 deleted file mode 120000 index 06297d9..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/SystemV/YST9 +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Gambier
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/SystemV/YST9YDT b/layout/rootfs/etc/zoneinfo/posix/SystemV/YST9YDT deleted file mode 120000 index fbc3be0..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/SystemV/YST9YDT +++ /dev/null @@ -1 +0,0 @@ -../America/Anchorage
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Turkey b/layout/rootfs/etc/zoneinfo/posix/Turkey deleted file mode 120000 index 0a2a1eb..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Turkey +++ /dev/null @@ -1 +0,0 @@ -../Asia/Istanbul
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/UCT b/layout/rootfs/etc/zoneinfo/posix/UCT Binary files differdeleted file mode 100644 index a88c4b6..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/UCT +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/US/Alaska b/layout/rootfs/etc/zoneinfo/posix/US/Alaska deleted file mode 120000 index fbc3be0..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/US/Alaska +++ /dev/null @@ -1 +0,0 @@ -../America/Anchorage
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/US/Aleutian b/layout/rootfs/etc/zoneinfo/posix/US/Aleutian deleted file mode 120000 index 83c0e99..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/US/Aleutian +++ /dev/null @@ -1 +0,0 @@ -../America/Atka
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/US/Arizona b/layout/rootfs/etc/zoneinfo/posix/US/Arizona deleted file mode 120000 index 3687b7d..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/US/Arizona +++ /dev/null @@ -1 +0,0 @@ -../America/Phoenix
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/US/Central b/layout/rootfs/etc/zoneinfo/posix/US/Central deleted file mode 120000 index d7096ce..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/US/Central +++ /dev/null @@ -1 +0,0 @@ -../America/Chicago
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/US/East-Indiana b/layout/rootfs/etc/zoneinfo/posix/US/East-Indiana deleted file mode 120000 index 50b0fbb..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/US/East-Indiana +++ /dev/null @@ -1 +0,0 @@ -../America/Indiana/Indianapolis
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/US/Eastern b/layout/rootfs/etc/zoneinfo/posix/US/Eastern deleted file mode 120000 index 8e49985..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/US/Eastern +++ /dev/null @@ -1 +0,0 @@ -../America/New_York
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/US/Hawaii b/layout/rootfs/etc/zoneinfo/posix/US/Hawaii deleted file mode 120000 index d0a16c7..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/US/Hawaii +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Honolulu
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/US/Indiana-Starke b/layout/rootfs/etc/zoneinfo/posix/US/Indiana-Starke deleted file mode 120000 index dca0b09..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/US/Indiana-Starke +++ /dev/null @@ -1 +0,0 @@ -../America/Knox_IN
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/US/Michigan b/layout/rootfs/etc/zoneinfo/posix/US/Michigan deleted file mode 120000 index ac7a5a0..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/US/Michigan +++ /dev/null @@ -1 +0,0 @@ -../America/Detroit
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/US/Mountain b/layout/rootfs/etc/zoneinfo/posix/US/Mountain deleted file mode 120000 index fff07e1..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/US/Mountain +++ /dev/null @@ -1 +0,0 @@ -../America/Denver
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/US/Pacific b/layout/rootfs/etc/zoneinfo/posix/US/Pacific deleted file mode 120000 index 19e1dc5..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/US/Pacific +++ /dev/null @@ -1 +0,0 @@ -../America/Los_Angeles
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/US/Pacific-New b/layout/rootfs/etc/zoneinfo/posix/US/Pacific-New deleted file mode 120000 index 19e1dc5..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/US/Pacific-New +++ /dev/null @@ -1 +0,0 @@ -../America/Los_Angeles
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/US/Samoa b/layout/rootfs/etc/zoneinfo/posix/US/Samoa deleted file mode 120000 index 0c8d423..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/US/Samoa +++ /dev/null @@ -1 +0,0 @@ -../../Pacific/Pago_Pago
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/UTC b/layout/rootfs/etc/zoneinfo/posix/UTC deleted file mode 120000 index 1e05102..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/UTC +++ /dev/null @@ -1 +0,0 @@ -../UTC
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/Universal b/layout/rootfs/etc/zoneinfo/posix/Universal deleted file mode 120000 index 1e05102..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Universal +++ /dev/null @@ -1 +0,0 @@ -../UTC
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posix/W-SU b/layout/rootfs/etc/zoneinfo/posix/W-SU Binary files differdeleted file mode 100644 index 35b7d05..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/W-SU +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/WET b/layout/rootfs/etc/zoneinfo/posix/WET Binary files differdeleted file mode 100644 index 444a193..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/WET +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/posix/Zulu b/layout/rootfs/etc/zoneinfo/posix/Zulu deleted file mode 120000 index 1e05102..0000000 --- a/layout/rootfs/etc/zoneinfo/posix/Zulu +++ /dev/null @@ -1 +0,0 @@ -../UTC
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/posixrules b/layout/rootfs/etc/zoneinfo/posixrules deleted file mode 120000 index 9fa0d9d..0000000 --- a/layout/rootfs/etc/zoneinfo/posixrules +++ /dev/null @@ -1 +0,0 @@ -posix/America/New_York
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Abidjan b/layout/rootfs/etc/zoneinfo/right/Africa/Abidjan Binary files differdeleted file mode 100644 index c4c1039..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Abidjan +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Accra b/layout/rootfs/etc/zoneinfo/right/Africa/Accra Binary files differdeleted file mode 100644 index 53d0e89..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Accra +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Addis_Ababa b/layout/rootfs/etc/zoneinfo/right/Africa/Addis_Ababa Binary files differdeleted file mode 100644 index 220049d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Addis_Ababa +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Algiers b/layout/rootfs/etc/zoneinfo/right/Africa/Algiers Binary files differdeleted file mode 100644 index 7360e2b..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Algiers +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Asmara b/layout/rootfs/etc/zoneinfo/right/Africa/Asmara deleted file mode 120000 index ec9f4c9..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Asmara +++ /dev/null @@ -1 +0,0 @@ -Asmera
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Asmera b/layout/rootfs/etc/zoneinfo/right/Africa/Asmera Binary files differdeleted file mode 100644 index 3203fd8..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Asmera +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Bamako b/layout/rootfs/etc/zoneinfo/right/Africa/Bamako deleted file mode 120000 index 6942a04..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Bamako +++ /dev/null @@ -1 +0,0 @@ -Timbuktu
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Bangui b/layout/rootfs/etc/zoneinfo/right/Africa/Bangui Binary files differdeleted file mode 100644 index a120ca6..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Bangui +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Banjul b/layout/rootfs/etc/zoneinfo/right/Africa/Banjul Binary files differdeleted file mode 100644 index 084c449..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Banjul +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Bissau b/layout/rootfs/etc/zoneinfo/right/Africa/Bissau Binary files differdeleted file mode 100644 index 98ad8c9..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Bissau +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Blantyre b/layout/rootfs/etc/zoneinfo/right/Africa/Blantyre Binary files differdeleted file mode 100644 index fa725fd..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Blantyre +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Brazzaville b/layout/rootfs/etc/zoneinfo/right/Africa/Brazzaville Binary files differdeleted file mode 100644 index 40041d0..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Brazzaville +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Bujumbura b/layout/rootfs/etc/zoneinfo/right/Africa/Bujumbura Binary files differdeleted file mode 100644 index 9023691..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Bujumbura +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Cairo b/layout/rootfs/etc/zoneinfo/right/Africa/Cairo deleted file mode 120000 index 0dd678f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Cairo +++ /dev/null @@ -1 +0,0 @@ -../Egypt
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Casablanca b/layout/rootfs/etc/zoneinfo/right/Africa/Casablanca Binary files differdeleted file mode 100644 index 7fef36e..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Casablanca +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Ceuta b/layout/rootfs/etc/zoneinfo/right/Africa/Ceuta Binary files differdeleted file mode 100644 index 3cb33fb..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Ceuta +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Conakry b/layout/rootfs/etc/zoneinfo/right/Africa/Conakry Binary files differdeleted file mode 100644 index 600345b..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Conakry +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Dakar b/layout/rootfs/etc/zoneinfo/right/Africa/Dakar Binary files differdeleted file mode 100644 index d85fafc..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Dakar +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Dar_es_Salaam b/layout/rootfs/etc/zoneinfo/right/Africa/Dar_es_Salaam Binary files differdeleted file mode 100644 index 1836c8c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Dar_es_Salaam +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Djibouti b/layout/rootfs/etc/zoneinfo/right/Africa/Djibouti Binary files differdeleted file mode 100644 index 234fced..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Djibouti +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Douala b/layout/rootfs/etc/zoneinfo/right/Africa/Douala Binary files differdeleted file mode 100644 index 4f4c91a..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Douala +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/El_Aaiun b/layout/rootfs/etc/zoneinfo/right/Africa/El_Aaiun Binary files differdeleted file mode 100644 index ed80699..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/El_Aaiun +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Freetown b/layout/rootfs/etc/zoneinfo/right/Africa/Freetown Binary files differdeleted file mode 100644 index 0620d23..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Freetown +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Gaborone b/layout/rootfs/etc/zoneinfo/right/Africa/Gaborone Binary files differdeleted file mode 100644 index d98e284..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Gaborone +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Harare b/layout/rootfs/etc/zoneinfo/right/Africa/Harare Binary files differdeleted file mode 100644 index 3967411..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Harare +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Johannesburg b/layout/rootfs/etc/zoneinfo/right/Africa/Johannesburg Binary files differdeleted file mode 100644 index eeadb3e..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Johannesburg +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Juba b/layout/rootfs/etc/zoneinfo/right/Africa/Juba Binary files differdeleted file mode 100644 index 1280fc2..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Juba +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Kampala b/layout/rootfs/etc/zoneinfo/right/Africa/Kampala Binary files differdeleted file mode 100644 index 82f7fbf..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Kampala +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Khartoum b/layout/rootfs/etc/zoneinfo/right/Africa/Khartoum Binary files differdeleted file mode 100644 index cbb7e18..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Khartoum +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Kigali b/layout/rootfs/etc/zoneinfo/right/Africa/Kigali Binary files differdeleted file mode 100644 index 6a3d308..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Kigali +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Kinshasa b/layout/rootfs/etc/zoneinfo/right/Africa/Kinshasa Binary files differdeleted file mode 100644 index db2bdb9..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Kinshasa +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Lagos b/layout/rootfs/etc/zoneinfo/right/Africa/Lagos Binary files differdeleted file mode 100644 index 3064dd3..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Lagos +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Libreville b/layout/rootfs/etc/zoneinfo/right/Africa/Libreville Binary files differdeleted file mode 100644 index 11253ef..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Libreville +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Lome b/layout/rootfs/etc/zoneinfo/right/Africa/Lome Binary files differdeleted file mode 100644 index 651bb73..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Lome +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Luanda b/layout/rootfs/etc/zoneinfo/right/Africa/Luanda Binary files differdeleted file mode 100644 index 211cbc3..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Luanda +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Lubumbashi b/layout/rootfs/etc/zoneinfo/right/Africa/Lubumbashi Binary files differdeleted file mode 100644 index 382999c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Lubumbashi +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Lusaka b/layout/rootfs/etc/zoneinfo/right/Africa/Lusaka Binary files differdeleted file mode 100644 index 03485ef..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Lusaka +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Malabo b/layout/rootfs/etc/zoneinfo/right/Africa/Malabo Binary files differdeleted file mode 100644 index 66bbfe6..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Malabo +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Maputo b/layout/rootfs/etc/zoneinfo/right/Africa/Maputo Binary files differdeleted file mode 100644 index 8a63cd5..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Maputo +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Maseru b/layout/rootfs/etc/zoneinfo/right/Africa/Maseru Binary files differdeleted file mode 100644 index 2523a96..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Maseru +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Mbabane b/layout/rootfs/etc/zoneinfo/right/Africa/Mbabane Binary files differdeleted file mode 100644 index b06ed39..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Mbabane +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Mogadishu b/layout/rootfs/etc/zoneinfo/right/Africa/Mogadishu Binary files differdeleted file mode 100644 index 6927180..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Mogadishu +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Monrovia b/layout/rootfs/etc/zoneinfo/right/Africa/Monrovia Binary files differdeleted file mode 100644 index b06b64e..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Monrovia +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Nairobi b/layout/rootfs/etc/zoneinfo/right/Africa/Nairobi Binary files differdeleted file mode 100644 index 42350e1..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Nairobi +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Ndjamena b/layout/rootfs/etc/zoneinfo/right/Africa/Ndjamena Binary files differdeleted file mode 100644 index 3aae490..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Ndjamena +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Niamey b/layout/rootfs/etc/zoneinfo/right/Africa/Niamey Binary files differdeleted file mode 100644 index f3bba55..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Niamey +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Nouakchott b/layout/rootfs/etc/zoneinfo/right/Africa/Nouakchott Binary files differdeleted file mode 100644 index 0729978..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Nouakchott +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Ouagadougou b/layout/rootfs/etc/zoneinfo/right/Africa/Ouagadougou Binary files differdeleted file mode 100644 index e662915..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Ouagadougou +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Porto-Novo b/layout/rootfs/etc/zoneinfo/right/Africa/Porto-Novo Binary files differdeleted file mode 100644 index b54fd3b..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Porto-Novo +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Sao_Tome b/layout/rootfs/etc/zoneinfo/right/Africa/Sao_Tome Binary files differdeleted file mode 100644 index 3bdae1e..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Sao_Tome +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Timbuktu b/layout/rootfs/etc/zoneinfo/right/Africa/Timbuktu Binary files differdeleted file mode 100644 index 3410a97..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Timbuktu +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Tripoli b/layout/rootfs/etc/zoneinfo/right/Africa/Tripoli deleted file mode 120000 index 56bd00d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Tripoli +++ /dev/null @@ -1 +0,0 @@ -../Libya
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Tunis b/layout/rootfs/etc/zoneinfo/right/Africa/Tunis Binary files differdeleted file mode 100644 index c53c37c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Tunis +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Africa/Windhoek b/layout/rootfs/etc/zoneinfo/right/Africa/Windhoek Binary files differdeleted file mode 100644 index ae78e11..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Africa/Windhoek +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Adak b/layout/rootfs/etc/zoneinfo/right/America/Adak deleted file mode 120000 index b01e120..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Adak +++ /dev/null @@ -1 +0,0 @@ -Atka
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Anchorage b/layout/rootfs/etc/zoneinfo/right/America/Anchorage Binary files differdeleted file mode 100644 index 3109550..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Anchorage +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Anguilla b/layout/rootfs/etc/zoneinfo/right/America/Anguilla Binary files differdeleted file mode 100644 index b0c42eb..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Anguilla +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Antigua b/layout/rootfs/etc/zoneinfo/right/America/Antigua Binary files differdeleted file mode 100644 index ca2e6ee..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Antigua +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Araguaina b/layout/rootfs/etc/zoneinfo/right/America/Araguaina Binary files differdeleted file mode 100644 index 0b3dd79..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Araguaina +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Argentina/Buenos_Aires b/layout/rootfs/etc/zoneinfo/right/America/Argentina/Buenos_Aires deleted file mode 120000 index ecbe83e..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Argentina/Buenos_Aires +++ /dev/null @@ -1 +0,0 @@ -../Buenos_Aires
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Argentina/Catamarca b/layout/rootfs/etc/zoneinfo/right/America/Argentina/Catamarca deleted file mode 120000 index 293779b..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Argentina/Catamarca +++ /dev/null @@ -1 +0,0 @@ -../Catamarca
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Argentina/ComodRivadavia b/layout/rootfs/etc/zoneinfo/right/America/Argentina/ComodRivadavia deleted file mode 120000 index 293779b..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Argentina/ComodRivadavia +++ /dev/null @@ -1 +0,0 @@ -../Catamarca
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Argentina/Cordoba b/layout/rootfs/etc/zoneinfo/right/America/Argentina/Cordoba deleted file mode 120000 index c26d7a6..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Argentina/Cordoba +++ /dev/null @@ -1 +0,0 @@ -../Cordoba
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Argentina/Jujuy b/layout/rootfs/etc/zoneinfo/right/America/Argentina/Jujuy Binary files differdeleted file mode 100644 index 2288234..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Argentina/Jujuy +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Argentina/La_Rioja b/layout/rootfs/etc/zoneinfo/right/America/Argentina/La_Rioja Binary files differdeleted file mode 100644 index 65e182a..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Argentina/La_Rioja +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Argentina/Mendoza b/layout/rootfs/etc/zoneinfo/right/America/Argentina/Mendoza Binary files differdeleted file mode 100644 index 201cfe4..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Argentina/Mendoza +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Argentina/Rio_Gallegos b/layout/rootfs/etc/zoneinfo/right/America/Argentina/Rio_Gallegos Binary files differdeleted file mode 100644 index 6da01ac..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Argentina/Rio_Gallegos +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Argentina/Salta b/layout/rootfs/etc/zoneinfo/right/America/Argentina/Salta Binary files differdeleted file mode 100644 index 1426f96..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Argentina/Salta +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Argentina/San_Juan b/layout/rootfs/etc/zoneinfo/right/America/Argentina/San_Juan Binary files differdeleted file mode 100644 index a0dd044..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Argentina/San_Juan +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Argentina/San_Luis b/layout/rootfs/etc/zoneinfo/right/America/Argentina/San_Luis Binary files differdeleted file mode 100644 index e8e9fca..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Argentina/San_Luis +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Argentina/Tucuman b/layout/rootfs/etc/zoneinfo/right/America/Argentina/Tucuman Binary files differdeleted file mode 100644 index 9559f77..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Argentina/Tucuman +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Argentina/Ushuaia b/layout/rootfs/etc/zoneinfo/right/America/Argentina/Ushuaia Binary files differdeleted file mode 100644 index dac8189..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Argentina/Ushuaia +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Aruba b/layout/rootfs/etc/zoneinfo/right/America/Aruba Binary files differdeleted file mode 100644 index 29ee2c8..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Aruba +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Asuncion b/layout/rootfs/etc/zoneinfo/right/America/Asuncion Binary files differdeleted file mode 100644 index e937e85..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Asuncion +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Atikokan b/layout/rootfs/etc/zoneinfo/right/America/Atikokan Binary files differdeleted file mode 100644 index 7042da0..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Atikokan +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Atka b/layout/rootfs/etc/zoneinfo/right/America/Atka Binary files differdeleted file mode 100644 index 82c7b41..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Atka +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Bahia b/layout/rootfs/etc/zoneinfo/right/America/Bahia Binary files differdeleted file mode 100644 index 6f09957..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Bahia +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Bahia_Banderas b/layout/rootfs/etc/zoneinfo/right/America/Bahia_Banderas Binary files differdeleted file mode 100644 index 263af65..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Bahia_Banderas +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Barbados b/layout/rootfs/etc/zoneinfo/right/America/Barbados Binary files differdeleted file mode 100644 index 1e6f17e..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Barbados +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Belem b/layout/rootfs/etc/zoneinfo/right/America/Belem Binary files differdeleted file mode 100644 index 3299ec2..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Belem +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Belize b/layout/rootfs/etc/zoneinfo/right/America/Belize Binary files differdeleted file mode 100644 index 3c8c7c2..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Belize +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Blanc-Sablon b/layout/rootfs/etc/zoneinfo/right/America/Blanc-Sablon Binary files differdeleted file mode 100644 index 4ccc2de..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Blanc-Sablon +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Boa_Vista b/layout/rootfs/etc/zoneinfo/right/America/Boa_Vista Binary files differdeleted file mode 100644 index 3ab7a98..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Boa_Vista +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Bogota b/layout/rootfs/etc/zoneinfo/right/America/Bogota Binary files differdeleted file mode 100644 index ab31413..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Bogota +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Boise b/layout/rootfs/etc/zoneinfo/right/America/Boise Binary files differdeleted file mode 100644 index 543dbfa..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Boise +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Buenos_Aires b/layout/rootfs/etc/zoneinfo/right/America/Buenos_Aires Binary files differdeleted file mode 100644 index c5c7775..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Buenos_Aires +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Cambridge_Bay b/layout/rootfs/etc/zoneinfo/right/America/Cambridge_Bay Binary files differdeleted file mode 100644 index c3d55b1..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Cambridge_Bay +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Campo_Grande b/layout/rootfs/etc/zoneinfo/right/America/Campo_Grande Binary files differdeleted file mode 100644 index 73e262a..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Campo_Grande +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Cancun b/layout/rootfs/etc/zoneinfo/right/America/Cancun Binary files differdeleted file mode 100644 index 504ba63..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Cancun +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Caracas b/layout/rootfs/etc/zoneinfo/right/America/Caracas Binary files differdeleted file mode 100644 index b05ece1..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Caracas +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Catamarca b/layout/rootfs/etc/zoneinfo/right/America/Catamarca Binary files differdeleted file mode 100644 index fd45ecb..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Catamarca +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Cayenne b/layout/rootfs/etc/zoneinfo/right/America/Cayenne Binary files differdeleted file mode 100644 index b8a71fc..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Cayenne +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Cayman b/layout/rootfs/etc/zoneinfo/right/America/Cayman Binary files differdeleted file mode 100644 index d1a3caf..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Cayman +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Chicago b/layout/rootfs/etc/zoneinfo/right/America/Chicago Binary files differdeleted file mode 100644 index f762409..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Chicago +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Chihuahua b/layout/rootfs/etc/zoneinfo/right/America/Chihuahua Binary files differdeleted file mode 100644 index 77e4d40..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Chihuahua +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Coral_Harbour b/layout/rootfs/etc/zoneinfo/right/America/Coral_Harbour deleted file mode 120000 index d8d98e0..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Coral_Harbour +++ /dev/null @@ -1 +0,0 @@ -Atikokan
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Cordoba b/layout/rootfs/etc/zoneinfo/right/America/Cordoba Binary files differdeleted file mode 100644 index 3f68a9b..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Cordoba +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Costa_Rica b/layout/rootfs/etc/zoneinfo/right/America/Costa_Rica Binary files differdeleted file mode 100644 index 1da0aab..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Costa_Rica +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Creston b/layout/rootfs/etc/zoneinfo/right/America/Creston Binary files differdeleted file mode 100644 index 29bc5eb..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Creston +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Cuiaba b/layout/rootfs/etc/zoneinfo/right/America/Cuiaba Binary files differdeleted file mode 100644 index 6aa9c5c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Cuiaba +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Curacao b/layout/rootfs/etc/zoneinfo/right/America/Curacao Binary files differdeleted file mode 100644 index 203823f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Curacao +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Danmarkshavn b/layout/rootfs/etc/zoneinfo/right/America/Danmarkshavn Binary files differdeleted file mode 100644 index 365c00c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Danmarkshavn +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Dawson b/layout/rootfs/etc/zoneinfo/right/America/Dawson Binary files differdeleted file mode 100644 index 2d03192..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Dawson +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Dawson_Creek b/layout/rootfs/etc/zoneinfo/right/America/Dawson_Creek Binary files differdeleted file mode 100644 index 74e6d02..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Dawson_Creek +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Denver b/layout/rootfs/etc/zoneinfo/right/America/Denver Binary files differdeleted file mode 100644 index 1f9295b..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Denver +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Detroit b/layout/rootfs/etc/zoneinfo/right/America/Detroit Binary files differdeleted file mode 100644 index dfe6091..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Detroit +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Dominica b/layout/rootfs/etc/zoneinfo/right/America/Dominica Binary files differdeleted file mode 100644 index 3ac7308..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Dominica +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Edmonton b/layout/rootfs/etc/zoneinfo/right/America/Edmonton deleted file mode 120000 index e9978fc..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Edmonton +++ /dev/null @@ -1 +0,0 @@ -../Canada/Mountain
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Eirunepe b/layout/rootfs/etc/zoneinfo/right/America/Eirunepe Binary files differdeleted file mode 100644 index 6250fd8..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Eirunepe +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/El_Salvador b/layout/rootfs/etc/zoneinfo/right/America/El_Salvador Binary files differdeleted file mode 100644 index 6526a5f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/El_Salvador +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Ensenada b/layout/rootfs/etc/zoneinfo/right/America/Ensenada deleted file mode 120000 index 459d750..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Ensenada +++ /dev/null @@ -1 +0,0 @@ -../Mexico/BajaNorte
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Fort_Wayne b/layout/rootfs/etc/zoneinfo/right/America/Fort_Wayne deleted file mode 120000 index c01fbc4..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Fort_Wayne +++ /dev/null @@ -1 +0,0 @@ -Indiana/Indianapolis
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Fortaleza b/layout/rootfs/etc/zoneinfo/right/America/Fortaleza Binary files differdeleted file mode 100644 index 9df1d35..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Fortaleza +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Glace_Bay b/layout/rootfs/etc/zoneinfo/right/America/Glace_Bay Binary files differdeleted file mode 100644 index 428cdff..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Glace_Bay +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Godthab b/layout/rootfs/etc/zoneinfo/right/America/Godthab Binary files differdeleted file mode 100644 index c91dee6..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Godthab +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Goose_Bay b/layout/rootfs/etc/zoneinfo/right/America/Goose_Bay Binary files differdeleted file mode 100644 index 0d95cde..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Goose_Bay +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Grand_Turk b/layout/rootfs/etc/zoneinfo/right/America/Grand_Turk Binary files differdeleted file mode 100644 index ad1675c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Grand_Turk +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Grenada b/layout/rootfs/etc/zoneinfo/right/America/Grenada Binary files differdeleted file mode 100644 index d426f77..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Grenada +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Guadeloupe b/layout/rootfs/etc/zoneinfo/right/America/Guadeloupe deleted file mode 120000 index aedde46..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Guadeloupe +++ /dev/null @@ -1 +0,0 @@ -Marigot
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Guatemala b/layout/rootfs/etc/zoneinfo/right/America/Guatemala Binary files differdeleted file mode 100644 index 0608bb1..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Guatemala +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Guayaquil b/layout/rootfs/etc/zoneinfo/right/America/Guayaquil Binary files differdeleted file mode 100644 index 90d8514..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Guayaquil +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Guyana b/layout/rootfs/etc/zoneinfo/right/America/Guyana Binary files differdeleted file mode 100644 index 99add9a..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Guyana +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Halifax b/layout/rootfs/etc/zoneinfo/right/America/Halifax deleted file mode 120000 index 6ac03ad..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Halifax +++ /dev/null @@ -1 +0,0 @@ -../Canada/Atlantic
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Havana b/layout/rootfs/etc/zoneinfo/right/America/Havana deleted file mode 120000 index fb98c29..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Havana +++ /dev/null @@ -1 +0,0 @@ -../Cuba
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Hermosillo b/layout/rootfs/etc/zoneinfo/right/America/Hermosillo Binary files differdeleted file mode 100644 index 2c84b0a..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Hermosillo +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Indiana/Indianapolis b/layout/rootfs/etc/zoneinfo/right/America/Indiana/Indianapolis Binary files differdeleted file mode 100644 index 589ed3f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Indiana/Indianapolis +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Indiana/Knox b/layout/rootfs/etc/zoneinfo/right/America/Indiana/Knox deleted file mode 120000 index 6d576ad..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Indiana/Knox +++ /dev/null @@ -1 +0,0 @@ -../Knox_IN
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Indiana/Marengo b/layout/rootfs/etc/zoneinfo/right/America/Indiana/Marengo Binary files differdeleted file mode 100644 index 50e87d8..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Indiana/Marengo +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Indiana/Petersburg b/layout/rootfs/etc/zoneinfo/right/America/Indiana/Petersburg Binary files differdeleted file mode 100644 index 61fc6d3..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Indiana/Petersburg +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Indiana/Tell_City b/layout/rootfs/etc/zoneinfo/right/America/Indiana/Tell_City Binary files differdeleted file mode 100644 index fa35240..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Indiana/Tell_City +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Indiana/Vevay b/layout/rootfs/etc/zoneinfo/right/America/Indiana/Vevay Binary files differdeleted file mode 100644 index c5f080a..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Indiana/Vevay +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Indiana/Vincennes b/layout/rootfs/etc/zoneinfo/right/America/Indiana/Vincennes Binary files differdeleted file mode 100644 index fc112ee..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Indiana/Vincennes +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Indiana/Winamac b/layout/rootfs/etc/zoneinfo/right/America/Indiana/Winamac Binary files differdeleted file mode 100644 index 2d78ed9..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Indiana/Winamac +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Indianapolis b/layout/rootfs/etc/zoneinfo/right/America/Indianapolis deleted file mode 120000 index c01fbc4..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Indianapolis +++ /dev/null @@ -1 +0,0 @@ -Indiana/Indianapolis
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Inuvik b/layout/rootfs/etc/zoneinfo/right/America/Inuvik Binary files differdeleted file mode 100644 index 916cd81..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Inuvik +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Iqaluit b/layout/rootfs/etc/zoneinfo/right/America/Iqaluit Binary files differdeleted file mode 100644 index c5cc26c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Iqaluit +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Jamaica b/layout/rootfs/etc/zoneinfo/right/America/Jamaica Binary files differdeleted file mode 100644 index c0360b4..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Jamaica +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Jujuy b/layout/rootfs/etc/zoneinfo/right/America/Jujuy deleted file mode 120000 index 05eba3a..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Jujuy +++ /dev/null @@ -1 +0,0 @@ -Argentina/Jujuy
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Juneau b/layout/rootfs/etc/zoneinfo/right/America/Juneau Binary files differdeleted file mode 100644 index 02c1040..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Juneau +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Kentucky/Louisville b/layout/rootfs/etc/zoneinfo/right/America/Kentucky/Louisville deleted file mode 120000 index 74f455f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Kentucky/Louisville +++ /dev/null @@ -1 +0,0 @@ -../Louisville
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Kentucky/Monticello b/layout/rootfs/etc/zoneinfo/right/America/Kentucky/Monticello Binary files differdeleted file mode 100644 index a518a5c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Kentucky/Monticello +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Knox_IN b/layout/rootfs/etc/zoneinfo/right/America/Knox_IN Binary files differdeleted file mode 100644 index 990eb89..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Knox_IN +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Kralendijk b/layout/rootfs/etc/zoneinfo/right/America/Kralendijk deleted file mode 120000 index 7a71b03..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Kralendijk +++ /dev/null @@ -1 +0,0 @@ -Curacao
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/La_Paz b/layout/rootfs/etc/zoneinfo/right/America/La_Paz Binary files differdeleted file mode 100644 index d1255fb..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/La_Paz +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Lima b/layout/rootfs/etc/zoneinfo/right/America/Lima Binary files differdeleted file mode 100644 index aefa450..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Lima +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Los_Angeles b/layout/rootfs/etc/zoneinfo/right/America/Los_Angeles Binary files differdeleted file mode 100644 index 7f0e776..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Los_Angeles +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Louisville b/layout/rootfs/etc/zoneinfo/right/America/Louisville Binary files differdeleted file mode 100644 index b263bcf..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Louisville +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Lower_Princes b/layout/rootfs/etc/zoneinfo/right/America/Lower_Princes deleted file mode 120000 index 7a71b03..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Lower_Princes +++ /dev/null @@ -1 +0,0 @@ -Curacao
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Maceio b/layout/rootfs/etc/zoneinfo/right/America/Maceio Binary files differdeleted file mode 100644 index 2e6c2ba..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Maceio +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Managua b/layout/rootfs/etc/zoneinfo/right/America/Managua Binary files differdeleted file mode 100644 index 24690a4..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Managua +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Manaus b/layout/rootfs/etc/zoneinfo/right/America/Manaus Binary files differdeleted file mode 100644 index 0a6d77e..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Manaus +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Marigot b/layout/rootfs/etc/zoneinfo/right/America/Marigot Binary files differdeleted file mode 100644 index 96fe97f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Marigot +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Martinique b/layout/rootfs/etc/zoneinfo/right/America/Martinique Binary files differdeleted file mode 100644 index adb204b..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Martinique +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Matamoros b/layout/rootfs/etc/zoneinfo/right/America/Matamoros Binary files differdeleted file mode 100644 index 85459d6..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Matamoros +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Mazatlan b/layout/rootfs/etc/zoneinfo/right/America/Mazatlan deleted file mode 120000 index a30b64e..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Mazatlan +++ /dev/null @@ -1 +0,0 @@ -../Mexico/BajaSur
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Mendoza b/layout/rootfs/etc/zoneinfo/right/America/Mendoza deleted file mode 120000 index d012bbe..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Mendoza +++ /dev/null @@ -1 +0,0 @@ -Argentina/Mendoza
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Menominee b/layout/rootfs/etc/zoneinfo/right/America/Menominee Binary files differdeleted file mode 100644 index 8feffdf..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Menominee +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Merida b/layout/rootfs/etc/zoneinfo/right/America/Merida Binary files differdeleted file mode 100644 index 5740e6e..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Merida +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Metlakatla b/layout/rootfs/etc/zoneinfo/right/America/Metlakatla Binary files differdeleted file mode 100644 index 73bacc2..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Metlakatla +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Mexico_City b/layout/rootfs/etc/zoneinfo/right/America/Mexico_City deleted file mode 120000 index 021d1e2..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Mexico_City +++ /dev/null @@ -1 +0,0 @@ -../Mexico/General
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Miquelon b/layout/rootfs/etc/zoneinfo/right/America/Miquelon Binary files differdeleted file mode 100644 index 3a7d0d8..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Miquelon +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Moncton b/layout/rootfs/etc/zoneinfo/right/America/Moncton Binary files differdeleted file mode 100644 index 24b931c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Moncton +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Monterrey b/layout/rootfs/etc/zoneinfo/right/America/Monterrey Binary files differdeleted file mode 100644 index 420072d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Monterrey +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Montevideo b/layout/rootfs/etc/zoneinfo/right/America/Montevideo Binary files differdeleted file mode 100644 index 47cfb2c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Montevideo +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Montreal b/layout/rootfs/etc/zoneinfo/right/America/Montreal Binary files differdeleted file mode 100644 index 4606272..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Montreal +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Montserrat b/layout/rootfs/etc/zoneinfo/right/America/Montserrat Binary files differdeleted file mode 100644 index 56986db..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Montserrat +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Nassau b/layout/rootfs/etc/zoneinfo/right/America/Nassau Binary files differdeleted file mode 100644 index f8ea45a..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Nassau +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/New_York b/layout/rootfs/etc/zoneinfo/right/America/New_York Binary files differdeleted file mode 100644 index edd7f35..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/New_York +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Nipigon b/layout/rootfs/etc/zoneinfo/right/America/Nipigon Binary files differdeleted file mode 100644 index 1f68a99..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Nipigon +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Nome b/layout/rootfs/etc/zoneinfo/right/America/Nome Binary files differdeleted file mode 100644 index 8032c6b..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Nome +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Noronha b/layout/rootfs/etc/zoneinfo/right/America/Noronha Binary files differdeleted file mode 100644 index 3f2f6a5..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Noronha +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/North_Dakota/Beulah b/layout/rootfs/etc/zoneinfo/right/America/North_Dakota/Beulah Binary files differdeleted file mode 100644 index 8f772ce..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/North_Dakota/Beulah +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/North_Dakota/Center b/layout/rootfs/etc/zoneinfo/right/America/North_Dakota/Center Binary files differdeleted file mode 100644 index fb79b2c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/North_Dakota/Center +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/North_Dakota/New_Salem b/layout/rootfs/etc/zoneinfo/right/America/North_Dakota/New_Salem Binary files differdeleted file mode 100644 index c16ae18..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/North_Dakota/New_Salem +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Ojinaga b/layout/rootfs/etc/zoneinfo/right/America/Ojinaga Binary files differdeleted file mode 100644 index bbb3b7c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Ojinaga +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Panama b/layout/rootfs/etc/zoneinfo/right/America/Panama Binary files differdeleted file mode 100644 index 1e1594f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Panama +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Pangnirtung b/layout/rootfs/etc/zoneinfo/right/America/Pangnirtung Binary files differdeleted file mode 100644 index 6d60622..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Pangnirtung +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Paramaribo b/layout/rootfs/etc/zoneinfo/right/America/Paramaribo Binary files differdeleted file mode 100644 index e43cad2..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Paramaribo +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Phoenix b/layout/rootfs/etc/zoneinfo/right/America/Phoenix Binary files differdeleted file mode 100644 index b79baf9..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Phoenix +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Port-au-Prince b/layout/rootfs/etc/zoneinfo/right/America/Port-au-Prince Binary files differdeleted file mode 100644 index 857c578..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Port-au-Prince +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Port_of_Spain b/layout/rootfs/etc/zoneinfo/right/America/Port_of_Spain Binary files differdeleted file mode 100644 index 659b342..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Port_of_Spain +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Porto_Acre b/layout/rootfs/etc/zoneinfo/right/America/Porto_Acre Binary files differdeleted file mode 100644 index f1f452c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Porto_Acre +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Porto_Velho b/layout/rootfs/etc/zoneinfo/right/America/Porto_Velho Binary files differdeleted file mode 100644 index df24c62..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Porto_Velho +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Puerto_Rico b/layout/rootfs/etc/zoneinfo/right/America/Puerto_Rico Binary files differdeleted file mode 100644 index 3bf93aa..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Puerto_Rico +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Rainy_River b/layout/rootfs/etc/zoneinfo/right/America/Rainy_River Binary files differdeleted file mode 100644 index 434656c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Rainy_River +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Rankin_Inlet b/layout/rootfs/etc/zoneinfo/right/America/Rankin_Inlet Binary files differdeleted file mode 100644 index a7ecf6d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Rankin_Inlet +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Recife b/layout/rootfs/etc/zoneinfo/right/America/Recife Binary files differdeleted file mode 100644 index a446a22..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Recife +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Regina b/layout/rootfs/etc/zoneinfo/right/America/Regina deleted file mode 120000 index b813232..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Regina +++ /dev/null @@ -1 +0,0 @@ -../Canada/East-Saskatchewan
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Resolute b/layout/rootfs/etc/zoneinfo/right/America/Resolute Binary files differdeleted file mode 100644 index 3d8cfbb..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Resolute +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Rio_Branco b/layout/rootfs/etc/zoneinfo/right/America/Rio_Branco deleted file mode 120000 index 921f1f2..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Rio_Branco +++ /dev/null @@ -1 +0,0 @@ -Porto_Acre
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Rosario b/layout/rootfs/etc/zoneinfo/right/America/Rosario deleted file mode 120000 index 6bbc9ed..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Rosario +++ /dev/null @@ -1 +0,0 @@ -Cordoba
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Santa_Isabel b/layout/rootfs/etc/zoneinfo/right/America/Santa_Isabel Binary files differdeleted file mode 100644 index c28ce19..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Santa_Isabel +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Santarem b/layout/rootfs/etc/zoneinfo/right/America/Santarem Binary files differdeleted file mode 100644 index 2dfb6f9..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Santarem +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Santiago b/layout/rootfs/etc/zoneinfo/right/America/Santiago Binary files differdeleted file mode 100644 index e26770e..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Santiago +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Santo_Domingo b/layout/rootfs/etc/zoneinfo/right/America/Santo_Domingo Binary files differdeleted file mode 100644 index efd307d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Santo_Domingo +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Sao_Paulo b/layout/rootfs/etc/zoneinfo/right/America/Sao_Paulo Binary files differdeleted file mode 100644 index 578d5f7..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Sao_Paulo +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Scoresbysund b/layout/rootfs/etc/zoneinfo/right/America/Scoresbysund Binary files differdeleted file mode 100644 index 51eb997..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Scoresbysund +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Shiprock b/layout/rootfs/etc/zoneinfo/right/America/Shiprock deleted file mode 120000 index 0562674..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Shiprock +++ /dev/null @@ -1 +0,0 @@ -Denver
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Sitka b/layout/rootfs/etc/zoneinfo/right/America/Sitka Binary files differdeleted file mode 100644 index 21b3d4c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Sitka +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/St_Barthelemy b/layout/rootfs/etc/zoneinfo/right/America/St_Barthelemy deleted file mode 120000 index aedde46..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/St_Barthelemy +++ /dev/null @@ -1 +0,0 @@ -Marigot
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/St_Johns b/layout/rootfs/etc/zoneinfo/right/America/St_Johns deleted file mode 120000 index 2b9275b..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/St_Johns +++ /dev/null @@ -1 +0,0 @@ -../Canada/Newfoundland
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/St_Kitts b/layout/rootfs/etc/zoneinfo/right/America/St_Kitts Binary files differdeleted file mode 100644 index 6795b1f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/St_Kitts +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/St_Lucia b/layout/rootfs/etc/zoneinfo/right/America/St_Lucia Binary files differdeleted file mode 100644 index 9e3ce4c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/St_Lucia +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/St_Thomas b/layout/rootfs/etc/zoneinfo/right/America/St_Thomas deleted file mode 120000 index 9cb93b6..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/St_Thomas +++ /dev/null @@ -1 +0,0 @@ -Virgin
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/St_Vincent b/layout/rootfs/etc/zoneinfo/right/America/St_Vincent Binary files differdeleted file mode 100644 index 564de1c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/St_Vincent +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Swift_Current b/layout/rootfs/etc/zoneinfo/right/America/Swift_Current Binary files differdeleted file mode 100644 index 0b29e5a..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Swift_Current +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Tegucigalpa b/layout/rootfs/etc/zoneinfo/right/America/Tegucigalpa Binary files differdeleted file mode 100644 index 9ecdd6e..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Tegucigalpa +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Thule b/layout/rootfs/etc/zoneinfo/right/America/Thule Binary files differdeleted file mode 100644 index 1b0afbc..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Thule +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Thunder_Bay b/layout/rootfs/etc/zoneinfo/right/America/Thunder_Bay Binary files differdeleted file mode 100644 index 01d307f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Thunder_Bay +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Tijuana b/layout/rootfs/etc/zoneinfo/right/America/Tijuana deleted file mode 120000 index 459d750..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Tijuana +++ /dev/null @@ -1 +0,0 @@ -../Mexico/BajaNorte
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Toronto b/layout/rootfs/etc/zoneinfo/right/America/Toronto deleted file mode 120000 index 899156c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Toronto +++ /dev/null @@ -1 +0,0 @@ -../Canada/Eastern
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Tortola b/layout/rootfs/etc/zoneinfo/right/America/Tortola Binary files differdeleted file mode 100644 index 46d42b6..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Tortola +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Vancouver b/layout/rootfs/etc/zoneinfo/right/America/Vancouver deleted file mode 120000 index 14c44d8..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Vancouver +++ /dev/null @@ -1 +0,0 @@ -../Canada/Pacific
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Virgin b/layout/rootfs/etc/zoneinfo/right/America/Virgin Binary files differdeleted file mode 100644 index d7208ab..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Virgin +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Whitehorse b/layout/rootfs/etc/zoneinfo/right/America/Whitehorse deleted file mode 120000 index 2112cab..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Whitehorse +++ /dev/null @@ -1 +0,0 @@ -../Canada/Yukon
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Winnipeg b/layout/rootfs/etc/zoneinfo/right/America/Winnipeg deleted file mode 120000 index cbe2f39..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Winnipeg +++ /dev/null @@ -1 +0,0 @@ -../Canada/Central
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/America/Yakutat b/layout/rootfs/etc/zoneinfo/right/America/Yakutat Binary files differdeleted file mode 100644 index df2b41b..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Yakutat +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/America/Yellowknife b/layout/rootfs/etc/zoneinfo/right/America/Yellowknife Binary files differdeleted file mode 100644 index 7879785..0000000 --- a/layout/rootfs/etc/zoneinfo/right/America/Yellowknife +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Antarctica/Casey b/layout/rootfs/etc/zoneinfo/right/Antarctica/Casey Binary files differdeleted file mode 100644 index 4b32cb6..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Antarctica/Casey +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Antarctica/Davis b/layout/rootfs/etc/zoneinfo/right/Antarctica/Davis Binary files differdeleted file mode 100644 index db9168d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Antarctica/Davis +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Antarctica/DumontDUrville b/layout/rootfs/etc/zoneinfo/right/Antarctica/DumontDUrville Binary files differdeleted file mode 100644 index a050f2c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Antarctica/DumontDUrville +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Antarctica/Macquarie b/layout/rootfs/etc/zoneinfo/right/Antarctica/Macquarie Binary files differdeleted file mode 100644 index 2f27c5f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Antarctica/Macquarie +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Antarctica/Mawson b/layout/rootfs/etc/zoneinfo/right/Antarctica/Mawson Binary files differdeleted file mode 100644 index 56ec970..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Antarctica/Mawson +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Antarctica/McMurdo b/layout/rootfs/etc/zoneinfo/right/Antarctica/McMurdo deleted file mode 120000 index 7f304e9..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Antarctica/McMurdo +++ /dev/null @@ -1 +0,0 @@ -South_Pole
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Antarctica/Palmer b/layout/rootfs/etc/zoneinfo/right/Antarctica/Palmer Binary files differdeleted file mode 100644 index afb49af..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Antarctica/Palmer +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Antarctica/Rothera b/layout/rootfs/etc/zoneinfo/right/Antarctica/Rothera Binary files differdeleted file mode 100644 index c958877..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Antarctica/Rothera +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Antarctica/South_Pole b/layout/rootfs/etc/zoneinfo/right/Antarctica/South_Pole Binary files differdeleted file mode 100644 index 05f3c1b..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Antarctica/South_Pole +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Antarctica/Syowa b/layout/rootfs/etc/zoneinfo/right/Antarctica/Syowa Binary files differdeleted file mode 100644 index 2046e1a..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Antarctica/Syowa +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Antarctica/Vostok b/layout/rootfs/etc/zoneinfo/right/Antarctica/Vostok Binary files differdeleted file mode 100644 index 65db46e..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Antarctica/Vostok +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Arctic/Longyearbyen b/layout/rootfs/etc/zoneinfo/right/Arctic/Longyearbyen deleted file mode 120000 index 5800b56..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Arctic/Longyearbyen +++ /dev/null @@ -1 +0,0 @@ -../Atlantic/Jan_Mayen
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Aden b/layout/rootfs/etc/zoneinfo/right/Asia/Aden Binary files differdeleted file mode 100644 index 23eec88..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Aden +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Almaty b/layout/rootfs/etc/zoneinfo/right/Asia/Almaty Binary files differdeleted file mode 100644 index 1ef4d2d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Almaty +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Amman b/layout/rootfs/etc/zoneinfo/right/Asia/Amman Binary files differdeleted file mode 100644 index b7e7d66..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Amman +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Anadyr b/layout/rootfs/etc/zoneinfo/right/Asia/Anadyr Binary files differdeleted file mode 100644 index a41b458..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Anadyr +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Aqtau b/layout/rootfs/etc/zoneinfo/right/Asia/Aqtau Binary files differdeleted file mode 100644 index e0f3132..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Aqtau +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Aqtobe b/layout/rootfs/etc/zoneinfo/right/Asia/Aqtobe Binary files differdeleted file mode 100644 index 7e5c8f6..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Aqtobe +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Ashgabat b/layout/rootfs/etc/zoneinfo/right/Asia/Ashgabat deleted file mode 120000 index 333b233..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Ashgabat +++ /dev/null @@ -1 +0,0 @@ -Ashkhabad
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Ashkhabad b/layout/rootfs/etc/zoneinfo/right/Asia/Ashkhabad Binary files differdeleted file mode 100644 index f35dbdf..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Ashkhabad +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Baghdad b/layout/rootfs/etc/zoneinfo/right/Asia/Baghdad Binary files differdeleted file mode 100644 index 6f0441d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Baghdad +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Bahrain b/layout/rootfs/etc/zoneinfo/right/Asia/Bahrain Binary files differdeleted file mode 100644 index 69a6677..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Bahrain +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Baku b/layout/rootfs/etc/zoneinfo/right/Asia/Baku Binary files differdeleted file mode 100644 index b20c8d0..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Baku +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Bangkok b/layout/rootfs/etc/zoneinfo/right/Asia/Bangkok Binary files differdeleted file mode 100644 index 051bc63..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Bangkok +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Beirut b/layout/rootfs/etc/zoneinfo/right/Asia/Beirut Binary files differdeleted file mode 100644 index 0d1068e..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Beirut +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Bishkek b/layout/rootfs/etc/zoneinfo/right/Asia/Bishkek Binary files differdeleted file mode 100644 index 5fde901..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Bishkek +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Brunei b/layout/rootfs/etc/zoneinfo/right/Asia/Brunei Binary files differdeleted file mode 100644 index 4adfb8d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Brunei +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Calcutta b/layout/rootfs/etc/zoneinfo/right/Asia/Calcutta deleted file mode 120000 index ad4c4b4..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Calcutta +++ /dev/null @@ -1 +0,0 @@ -Kolkata
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Choibalsan b/layout/rootfs/etc/zoneinfo/right/Asia/Choibalsan Binary files differdeleted file mode 100644 index 44e4d62..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Choibalsan +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Chongqing b/layout/rootfs/etc/zoneinfo/right/Asia/Chongqing Binary files differdeleted file mode 100644 index f766b10..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Chongqing +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Chungking b/layout/rootfs/etc/zoneinfo/right/Asia/Chungking deleted file mode 120000 index 88df948..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Chungking +++ /dev/null @@ -1 +0,0 @@ -Chongqing
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Colombo b/layout/rootfs/etc/zoneinfo/right/Asia/Colombo Binary files differdeleted file mode 100644 index bd252b2..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Colombo +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Dacca b/layout/rootfs/etc/zoneinfo/right/Asia/Dacca deleted file mode 120000 index f9a81b1..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Dacca +++ /dev/null @@ -1 +0,0 @@ -Dhaka
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Damascus b/layout/rootfs/etc/zoneinfo/right/Asia/Damascus Binary files differdeleted file mode 100644 index b400c57..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Damascus +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Dhaka b/layout/rootfs/etc/zoneinfo/right/Asia/Dhaka Binary files differdeleted file mode 100644 index 105ee74..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Dhaka +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Dili b/layout/rootfs/etc/zoneinfo/right/Asia/Dili Binary files differdeleted file mode 100644 index c8cde6e..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Dili +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Dubai b/layout/rootfs/etc/zoneinfo/right/Asia/Dubai Binary files differdeleted file mode 100644 index 06fdf51..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Dubai +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Dushanbe b/layout/rootfs/etc/zoneinfo/right/Asia/Dushanbe Binary files differdeleted file mode 100644 index 6afcc95..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Dushanbe +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Gaza b/layout/rootfs/etc/zoneinfo/right/Asia/Gaza Binary files differdeleted file mode 100644 index 1a8edf2..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Gaza +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Harbin b/layout/rootfs/etc/zoneinfo/right/Asia/Harbin Binary files differdeleted file mode 100644 index 9f47f8a..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Harbin +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Hebron b/layout/rootfs/etc/zoneinfo/right/Asia/Hebron Binary files differdeleted file mode 100644 index 8f4c0f9..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Hebron +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Ho_Chi_Minh b/layout/rootfs/etc/zoneinfo/right/Asia/Ho_Chi_Minh deleted file mode 120000 index 97f38b7..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Ho_Chi_Minh +++ /dev/null @@ -1 +0,0 @@ -Saigon
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Hong_Kong b/layout/rootfs/etc/zoneinfo/right/Asia/Hong_Kong Binary files differdeleted file mode 100644 index 24eba8a..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Hong_Kong +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Hovd b/layout/rootfs/etc/zoneinfo/right/Asia/Hovd Binary files differdeleted file mode 100644 index 44eb5d7..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Hovd +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Irkutsk b/layout/rootfs/etc/zoneinfo/right/Asia/Irkutsk Binary files differdeleted file mode 100644 index c6c74c9..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Irkutsk +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Istanbul b/layout/rootfs/etc/zoneinfo/right/Asia/Istanbul Binary files differdeleted file mode 100644 index a85a6cc..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Istanbul +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Jakarta b/layout/rootfs/etc/zoneinfo/right/Asia/Jakarta Binary files differdeleted file mode 100644 index 8cdd1ba..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Jakarta +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Jayapura b/layout/rootfs/etc/zoneinfo/right/Asia/Jayapura Binary files differdeleted file mode 100644 index 2eb0ce3..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Jayapura +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Jerusalem b/layout/rootfs/etc/zoneinfo/right/Asia/Jerusalem deleted file mode 120000 index e0abd28..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Jerusalem +++ /dev/null @@ -1 +0,0 @@ -Tel_Aviv
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Kabul b/layout/rootfs/etc/zoneinfo/right/Asia/Kabul Binary files differdeleted file mode 100644 index b96bf60..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Kabul +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Kamchatka b/layout/rootfs/etc/zoneinfo/right/Asia/Kamchatka Binary files differdeleted file mode 100644 index 8c32574..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Kamchatka +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Karachi b/layout/rootfs/etc/zoneinfo/right/Asia/Karachi Binary files differdeleted file mode 100644 index 4506cf2..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Karachi +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Kashgar b/layout/rootfs/etc/zoneinfo/right/Asia/Kashgar Binary files differdeleted file mode 100644 index 4910794..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Kashgar +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Kathmandu b/layout/rootfs/etc/zoneinfo/right/Asia/Kathmandu deleted file mode 120000 index 9ef8afb..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Kathmandu +++ /dev/null @@ -1 +0,0 @@ -Katmandu
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Katmandu b/layout/rootfs/etc/zoneinfo/right/Asia/Katmandu Binary files differdeleted file mode 100644 index e156b19..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Katmandu +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Khandyga b/layout/rootfs/etc/zoneinfo/right/Asia/Khandyga Binary files differdeleted file mode 100644 index 4afa214..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Khandyga +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Kolkata b/layout/rootfs/etc/zoneinfo/right/Asia/Kolkata Binary files differdeleted file mode 100644 index 0e5783f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Kolkata +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Krasnoyarsk b/layout/rootfs/etc/zoneinfo/right/Asia/Krasnoyarsk Binary files differdeleted file mode 100644 index 4cfc697..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Krasnoyarsk +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Kuala_Lumpur b/layout/rootfs/etc/zoneinfo/right/Asia/Kuala_Lumpur Binary files differdeleted file mode 100644 index 9531b32..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Kuala_Lumpur +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Kuching b/layout/rootfs/etc/zoneinfo/right/Asia/Kuching Binary files differdeleted file mode 100644 index 3dcc51a..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Kuching +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Kuwait b/layout/rootfs/etc/zoneinfo/right/Asia/Kuwait Binary files differdeleted file mode 100644 index 58e1c4e..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Kuwait +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Macao b/layout/rootfs/etc/zoneinfo/right/Asia/Macao Binary files differdeleted file mode 100644 index 95bdc38..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Macao +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Macau b/layout/rootfs/etc/zoneinfo/right/Asia/Macau deleted file mode 120000 index 5225489..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Macau +++ /dev/null @@ -1 +0,0 @@ -Macao
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Magadan b/layout/rootfs/etc/zoneinfo/right/Asia/Magadan Binary files differdeleted file mode 100644 index 94f255a..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Magadan +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Makassar b/layout/rootfs/etc/zoneinfo/right/Asia/Makassar deleted file mode 120000 index 89a7ed4..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Makassar +++ /dev/null @@ -1 +0,0 @@ -Ujung_Pandang
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Manila b/layout/rootfs/etc/zoneinfo/right/Asia/Manila Binary files differdeleted file mode 100644 index a193e48..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Manila +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Muscat b/layout/rootfs/etc/zoneinfo/right/Asia/Muscat Binary files differdeleted file mode 100644 index 2a47772..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Muscat +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Nicosia b/layout/rootfs/etc/zoneinfo/right/Asia/Nicosia Binary files differdeleted file mode 100644 index 9eb7502..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Nicosia +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Novokuznetsk b/layout/rootfs/etc/zoneinfo/right/Asia/Novokuznetsk Binary files differdeleted file mode 100644 index 5abd25b..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Novokuznetsk +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Novosibirsk b/layout/rootfs/etc/zoneinfo/right/Asia/Novosibirsk Binary files differdeleted file mode 100644 index 233bdba..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Novosibirsk +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Omsk b/layout/rootfs/etc/zoneinfo/right/Asia/Omsk Binary files differdeleted file mode 100644 index bdaec83..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Omsk +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Oral b/layout/rootfs/etc/zoneinfo/right/Asia/Oral Binary files differdeleted file mode 100644 index 4612f5c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Oral +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Phnom_Penh b/layout/rootfs/etc/zoneinfo/right/Asia/Phnom_Penh Binary files differdeleted file mode 100644 index 61f5a15..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Phnom_Penh +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Pontianak b/layout/rootfs/etc/zoneinfo/right/Asia/Pontianak Binary files differdeleted file mode 100644 index 6804713..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Pontianak +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Pyongyang b/layout/rootfs/etc/zoneinfo/right/Asia/Pyongyang Binary files differdeleted file mode 100644 index 6f2b9c5..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Pyongyang +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Qatar b/layout/rootfs/etc/zoneinfo/right/Asia/Qatar Binary files differdeleted file mode 100644 index 846b1d8..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Qatar +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Qyzylorda b/layout/rootfs/etc/zoneinfo/right/Asia/Qyzylorda Binary files differdeleted file mode 100644 index f76710c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Qyzylorda +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Rangoon b/layout/rootfs/etc/zoneinfo/right/Asia/Rangoon Binary files differdeleted file mode 100644 index 3be1858..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Rangoon +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Riyadh b/layout/rootfs/etc/zoneinfo/right/Asia/Riyadh Binary files differdeleted file mode 100644 index 241b159..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Riyadh +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Riyadh87 b/layout/rootfs/etc/zoneinfo/right/Asia/Riyadh87 Binary files differdeleted file mode 100644 index 6e23775..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Riyadh87 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Riyadh88 b/layout/rootfs/etc/zoneinfo/right/Asia/Riyadh88 Binary files differdeleted file mode 100644 index 8353767..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Riyadh88 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Riyadh89 b/layout/rootfs/etc/zoneinfo/right/Asia/Riyadh89 Binary files differdeleted file mode 100644 index 45bd8fb..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Riyadh89 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Saigon b/layout/rootfs/etc/zoneinfo/right/Asia/Saigon Binary files differdeleted file mode 100644 index aed2793..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Saigon +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Sakhalin b/layout/rootfs/etc/zoneinfo/right/Asia/Sakhalin Binary files differdeleted file mode 100644 index eb3c303..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Sakhalin +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Samarkand b/layout/rootfs/etc/zoneinfo/right/Asia/Samarkand Binary files differdeleted file mode 100644 index bdf5dfd..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Samarkand +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Seoul b/layout/rootfs/etc/zoneinfo/right/Asia/Seoul Binary files differdeleted file mode 100644 index c5787ae..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Seoul +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Shanghai b/layout/rootfs/etc/zoneinfo/right/Asia/Shanghai Binary files differdeleted file mode 100644 index 8e69ece..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Shanghai +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Singapore b/layout/rootfs/etc/zoneinfo/right/Asia/Singapore Binary files differdeleted file mode 100644 index 09cb45e..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Singapore +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Taipei b/layout/rootfs/etc/zoneinfo/right/Asia/Taipei Binary files differdeleted file mode 100644 index 581231c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Taipei +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Tashkent b/layout/rootfs/etc/zoneinfo/right/Asia/Tashkent Binary files differdeleted file mode 100644 index 4488ea6..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Tashkent +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Tbilisi b/layout/rootfs/etc/zoneinfo/right/Asia/Tbilisi Binary files differdeleted file mode 100644 index 04da10d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Tbilisi +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Tehran b/layout/rootfs/etc/zoneinfo/right/Asia/Tehran Binary files differdeleted file mode 100644 index 499dd41..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Tehran +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Tel_Aviv b/layout/rootfs/etc/zoneinfo/right/Asia/Tel_Aviv Binary files differdeleted file mode 100644 index 37ee2e0..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Tel_Aviv +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Thimbu b/layout/rootfs/etc/zoneinfo/right/Asia/Thimbu deleted file mode 120000 index 7eb4859..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Thimbu +++ /dev/null @@ -1 +0,0 @@ -Thimphu
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Thimphu b/layout/rootfs/etc/zoneinfo/right/Asia/Thimphu Binary files differdeleted file mode 100644 index 770697d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Thimphu +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Tokyo b/layout/rootfs/etc/zoneinfo/right/Asia/Tokyo Binary files differdeleted file mode 100644 index eaeebce..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Tokyo +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Ujung_Pandang b/layout/rootfs/etc/zoneinfo/right/Asia/Ujung_Pandang Binary files differdeleted file mode 100644 index 4f3dc69..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Ujung_Pandang +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Ulaanbaatar b/layout/rootfs/etc/zoneinfo/right/Asia/Ulaanbaatar deleted file mode 120000 index 0aab3ea..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Ulaanbaatar +++ /dev/null @@ -1 +0,0 @@ -Ulan_Bator
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Ulan_Bator b/layout/rootfs/etc/zoneinfo/right/Asia/Ulan_Bator Binary files differdeleted file mode 100644 index 6a5a8dc..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Ulan_Bator +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Urumqi b/layout/rootfs/etc/zoneinfo/right/Asia/Urumqi Binary files differdeleted file mode 100644 index 40a70a3..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Urumqi +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Ust-Nera b/layout/rootfs/etc/zoneinfo/right/Asia/Ust-Nera Binary files differdeleted file mode 100644 index 01b163d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Ust-Nera +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Vientiane b/layout/rootfs/etc/zoneinfo/right/Asia/Vientiane Binary files differdeleted file mode 100644 index 5e6fa88..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Vientiane +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Vladivostok b/layout/rootfs/etc/zoneinfo/right/Asia/Vladivostok Binary files differdeleted file mode 100644 index c74028d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Vladivostok +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Yakutsk b/layout/rootfs/etc/zoneinfo/right/Asia/Yakutsk Binary files differdeleted file mode 100644 index 564fa5a..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Yakutsk +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Yekaterinburg b/layout/rootfs/etc/zoneinfo/right/Asia/Yekaterinburg Binary files differdeleted file mode 100644 index 04aba53..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Yekaterinburg +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Asia/Yerevan b/layout/rootfs/etc/zoneinfo/right/Asia/Yerevan Binary files differdeleted file mode 100644 index 3a38284..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Asia/Yerevan +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Atlantic/Azores b/layout/rootfs/etc/zoneinfo/right/Atlantic/Azores Binary files differdeleted file mode 100644 index fe8d4fb..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Atlantic/Azores +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Atlantic/Bermuda b/layout/rootfs/etc/zoneinfo/right/Atlantic/Bermuda Binary files differdeleted file mode 100644 index fb9366d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Atlantic/Bermuda +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Atlantic/Canary b/layout/rootfs/etc/zoneinfo/right/Atlantic/Canary Binary files differdeleted file mode 100644 index 4b0f134..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Atlantic/Canary +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Atlantic/Cape_Verde b/layout/rootfs/etc/zoneinfo/right/Atlantic/Cape_Verde Binary files differdeleted file mode 100644 index 4aeeb92..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Atlantic/Cape_Verde +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Atlantic/Faeroe b/layout/rootfs/etc/zoneinfo/right/Atlantic/Faeroe deleted file mode 120000 index dd13422..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Atlantic/Faeroe +++ /dev/null @@ -1 +0,0 @@ -Faroe
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Atlantic/Faroe b/layout/rootfs/etc/zoneinfo/right/Atlantic/Faroe Binary files differdeleted file mode 100644 index fbbc32e..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Atlantic/Faroe +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Atlantic/Jan_Mayen b/layout/rootfs/etc/zoneinfo/right/Atlantic/Jan_Mayen Binary files differdeleted file mode 100644 index cd1a6cb..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Atlantic/Jan_Mayen +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Atlantic/Madeira b/layout/rootfs/etc/zoneinfo/right/Atlantic/Madeira Binary files differdeleted file mode 100644 index 63452c5..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Atlantic/Madeira +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Atlantic/Reykjavik b/layout/rootfs/etc/zoneinfo/right/Atlantic/Reykjavik Binary files differdeleted file mode 100644 index 457fdbf..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Atlantic/Reykjavik +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Atlantic/South_Georgia b/layout/rootfs/etc/zoneinfo/right/Atlantic/South_Georgia Binary files differdeleted file mode 100644 index c412b37..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Atlantic/South_Georgia +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Atlantic/St_Helena b/layout/rootfs/etc/zoneinfo/right/Atlantic/St_Helena Binary files differdeleted file mode 100644 index 82faa57..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Atlantic/St_Helena +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Atlantic/Stanley b/layout/rootfs/etc/zoneinfo/right/Atlantic/Stanley Binary files differdeleted file mode 100644 index 90ab8bb..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Atlantic/Stanley +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Australia/ACT b/layout/rootfs/etc/zoneinfo/right/Australia/ACT Binary files differdeleted file mode 100644 index f9c8b23..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Australia/ACT +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Australia/Adelaide b/layout/rootfs/etc/zoneinfo/right/Australia/Adelaide deleted file mode 120000 index d6ecfa8..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Australia/Adelaide +++ /dev/null @@ -1 +0,0 @@ -South
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Australia/Brisbane b/layout/rootfs/etc/zoneinfo/right/Australia/Brisbane Binary files differdeleted file mode 100644 index bf909fa..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Australia/Brisbane +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Australia/Broken_Hill b/layout/rootfs/etc/zoneinfo/right/Australia/Broken_Hill Binary files differdeleted file mode 100644 index 2338438..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Australia/Broken_Hill +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Australia/Canberra b/layout/rootfs/etc/zoneinfo/right/Australia/Canberra deleted file mode 120000 index 871209f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Australia/Canberra +++ /dev/null @@ -1 +0,0 @@ -ACT
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Australia/Currie b/layout/rootfs/etc/zoneinfo/right/Australia/Currie Binary files differdeleted file mode 100644 index 4c04577..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Australia/Currie +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Australia/Darwin b/layout/rootfs/etc/zoneinfo/right/Australia/Darwin Binary files differdeleted file mode 100644 index 90b19c4..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Australia/Darwin +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Australia/Eucla b/layout/rootfs/etc/zoneinfo/right/Australia/Eucla Binary files differdeleted file mode 100644 index 6615d4b..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Australia/Eucla +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Australia/Hobart b/layout/rootfs/etc/zoneinfo/right/Australia/Hobart deleted file mode 120000 index 50fe3a5..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Australia/Hobart +++ /dev/null @@ -1 +0,0 @@ -Tasmania
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Australia/LHI b/layout/rootfs/etc/zoneinfo/right/Australia/LHI Binary files differdeleted file mode 100644 index 5e4bd0b..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Australia/LHI +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Australia/Lindeman b/layout/rootfs/etc/zoneinfo/right/Australia/Lindeman Binary files differdeleted file mode 100644 index 2a6510f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Australia/Lindeman +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Australia/Lord_Howe b/layout/rootfs/etc/zoneinfo/right/Australia/Lord_Howe deleted file mode 120000 index ac243c2..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Australia/Lord_Howe +++ /dev/null @@ -1 +0,0 @@ -LHI
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Australia/Melbourne b/layout/rootfs/etc/zoneinfo/right/Australia/Melbourne deleted file mode 120000 index e45cfb4..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Australia/Melbourne +++ /dev/null @@ -1 +0,0 @@ -Victoria
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Australia/NSW b/layout/rootfs/etc/zoneinfo/right/Australia/NSW deleted file mode 120000 index 871209f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Australia/NSW +++ /dev/null @@ -1 +0,0 @@ -ACT
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Australia/North b/layout/rootfs/etc/zoneinfo/right/Australia/North deleted file mode 120000 index 8f86a76..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Australia/North +++ /dev/null @@ -1 +0,0 @@ -Darwin
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Australia/Perth b/layout/rootfs/etc/zoneinfo/right/Australia/Perth deleted file mode 120000 index 0284434..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Australia/Perth +++ /dev/null @@ -1 +0,0 @@ -West
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Australia/Queensland b/layout/rootfs/etc/zoneinfo/right/Australia/Queensland deleted file mode 120000 index e6031ce..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Australia/Queensland +++ /dev/null @@ -1 +0,0 @@ -Brisbane
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Australia/South b/layout/rootfs/etc/zoneinfo/right/Australia/South Binary files differdeleted file mode 100644 index 8aef47e..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Australia/South +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Australia/Sydney b/layout/rootfs/etc/zoneinfo/right/Australia/Sydney deleted file mode 120000 index 871209f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Australia/Sydney +++ /dev/null @@ -1 +0,0 @@ -ACT
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Australia/Tasmania b/layout/rootfs/etc/zoneinfo/right/Australia/Tasmania Binary files differdeleted file mode 100644 index 3f3c00b..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Australia/Tasmania +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Australia/Victoria b/layout/rootfs/etc/zoneinfo/right/Australia/Victoria Binary files differdeleted file mode 100644 index 8128f2f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Australia/Victoria +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Australia/West b/layout/rootfs/etc/zoneinfo/right/Australia/West Binary files differdeleted file mode 100644 index a7117db..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Australia/West +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Australia/Yancowinna b/layout/rootfs/etc/zoneinfo/right/Australia/Yancowinna deleted file mode 120000 index f34e308..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Australia/Yancowinna +++ /dev/null @@ -1 +0,0 @@ -Broken_Hill
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Brazil/Acre b/layout/rootfs/etc/zoneinfo/right/Brazil/Acre deleted file mode 120000 index 89859f2..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Brazil/Acre +++ /dev/null @@ -1 +0,0 @@ -../America/Porto_Acre
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Brazil/DeNoronha b/layout/rootfs/etc/zoneinfo/right/Brazil/DeNoronha deleted file mode 120000 index 59938e6..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Brazil/DeNoronha +++ /dev/null @@ -1 +0,0 @@ -../America/Noronha
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Brazil/East b/layout/rootfs/etc/zoneinfo/right/Brazil/East deleted file mode 120000 index fac01ad..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Brazil/East +++ /dev/null @@ -1 +0,0 @@ -../America/Sao_Paulo
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Brazil/West b/layout/rootfs/etc/zoneinfo/right/Brazil/West deleted file mode 120000 index 77d1262..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Brazil/West +++ /dev/null @@ -1 +0,0 @@ -../America/Manaus
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/CET b/layout/rootfs/etc/zoneinfo/right/CET Binary files differdeleted file mode 100644 index 2f76539..0000000 --- a/layout/rootfs/etc/zoneinfo/right/CET +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/CST6CDT b/layout/rootfs/etc/zoneinfo/right/CST6CDT Binary files differdeleted file mode 100644 index ca3a3ae..0000000 --- a/layout/rootfs/etc/zoneinfo/right/CST6CDT +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Canada/Atlantic b/layout/rootfs/etc/zoneinfo/right/Canada/Atlantic Binary files differdeleted file mode 100644 index 454fa2a..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Canada/Atlantic +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Canada/Central b/layout/rootfs/etc/zoneinfo/right/Canada/Central Binary files differdeleted file mode 100644 index 1f4d17a..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Canada/Central +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Canada/East-Saskatchewan b/layout/rootfs/etc/zoneinfo/right/Canada/East-Saskatchewan Binary files differdeleted file mode 100644 index 380596b..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Canada/East-Saskatchewan +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Canada/Eastern b/layout/rootfs/etc/zoneinfo/right/Canada/Eastern Binary files differdeleted file mode 100644 index a8c046f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Canada/Eastern +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Canada/Mountain b/layout/rootfs/etc/zoneinfo/right/Canada/Mountain Binary files differdeleted file mode 100644 index f019564..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Canada/Mountain +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Canada/Newfoundland b/layout/rootfs/etc/zoneinfo/right/Canada/Newfoundland Binary files differdeleted file mode 100644 index 0b627b3..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Canada/Newfoundland +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Canada/Pacific b/layout/rootfs/etc/zoneinfo/right/Canada/Pacific Binary files differdeleted file mode 100644 index c3ae657..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Canada/Pacific +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Canada/Saskatchewan b/layout/rootfs/etc/zoneinfo/right/Canada/Saskatchewan deleted file mode 120000 index d31a7de..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Canada/Saskatchewan +++ /dev/null @@ -1 +0,0 @@ -East-Saskatchewan
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Canada/Yukon b/layout/rootfs/etc/zoneinfo/right/Canada/Yukon Binary files differdeleted file mode 100644 index dd2cd1e..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Canada/Yukon +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Chile/Continental b/layout/rootfs/etc/zoneinfo/right/Chile/Continental deleted file mode 120000 index f8050b9..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Chile/Continental +++ /dev/null @@ -1 +0,0 @@ -../America/Santiago
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Chile/EasterIsland b/layout/rootfs/etc/zoneinfo/right/Chile/EasterIsland deleted file mode 120000 index c941038..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Chile/EasterIsland +++ /dev/null @@ -1 +0,0 @@ -../Pacific/Easter
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Cuba b/layout/rootfs/etc/zoneinfo/right/Cuba Binary files differdeleted file mode 100644 index 24675b8..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Cuba +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/EET b/layout/rootfs/etc/zoneinfo/right/EET Binary files differdeleted file mode 100644 index 3d1f329..0000000 --- a/layout/rootfs/etc/zoneinfo/right/EET +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/EST b/layout/rootfs/etc/zoneinfo/right/EST Binary files differdeleted file mode 100644 index 8495d5b..0000000 --- a/layout/rootfs/etc/zoneinfo/right/EST +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/EST5EDT b/layout/rootfs/etc/zoneinfo/right/EST5EDT Binary files differdeleted file mode 100644 index 471d0d3..0000000 --- a/layout/rootfs/etc/zoneinfo/right/EST5EDT +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Egypt b/layout/rootfs/etc/zoneinfo/right/Egypt Binary files differdeleted file mode 100644 index e6b1b02..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Egypt +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Eire b/layout/rootfs/etc/zoneinfo/right/Eire deleted file mode 120000 index 332a258..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Eire +++ /dev/null @@ -1 +0,0 @@ -Europe/Dublin
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT b/layout/rootfs/etc/zoneinfo/right/Etc/GMT deleted file mode 120000 index 297136f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT +++ /dev/null @@ -1 +0,0 @@ -../GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT+0 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT+0 deleted file mode 120000 index 297136f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT+0 +++ /dev/null @@ -1 +0,0 @@ -../GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT+1 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT+1 Binary files differdeleted file mode 100644 index 0fed50f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT+1 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT+10 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT+10 Binary files differdeleted file mode 100644 index 2df1721..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT+10 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT+11 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT+11 Binary files differdeleted file mode 100644 index d551bdc..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT+11 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT+12 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT+12 Binary files differdeleted file mode 100644 index 6ddddda..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT+12 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT+2 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT+2 Binary files differdeleted file mode 100644 index 11c850d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT+2 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT+3 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT+3 Binary files differdeleted file mode 100644 index 1f5c5fa..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT+3 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT+4 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT+4 Binary files differdeleted file mode 100644 index 7b7e33f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT+4 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT+5 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT+5 Binary files differdeleted file mode 100644 index 8d89b8a..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT+5 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT+6 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT+6 Binary files differdeleted file mode 100644 index 380f7dd..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT+6 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT+7 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT+7 Binary files differdeleted file mode 100644 index c97a803..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT+7 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT+8 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT+8 Binary files differdeleted file mode 100644 index 519e2be..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT+8 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT+9 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT+9 Binary files differdeleted file mode 100644 index 529a2e6..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT+9 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-0 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT-0 deleted file mode 120000 index 297136f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-0 +++ /dev/null @@ -1 +0,0 @@ -../GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-1 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT-1 Binary files differdeleted file mode 100644 index 140641b..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-1 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-10 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT-10 Binary files differdeleted file mode 100644 index 08b39f1..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-10 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-11 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT-11 Binary files differdeleted file mode 100644 index 8bf5aad..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-11 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-12 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT-12 Binary files differdeleted file mode 100644 index af45bc0..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-12 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-13 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT-13 Binary files differdeleted file mode 100644 index 7bbcf93..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-13 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-14 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT-14 Binary files differdeleted file mode 100644 index e4024f2..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-14 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-2 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT-2 Binary files differdeleted file mode 100644 index 9d76c13..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-2 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-3 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT-3 Binary files differdeleted file mode 100644 index ca3c7d9..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-3 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-4 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT-4 Binary files differdeleted file mode 100644 index fc2f174..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-4 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-5 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT-5 Binary files differdeleted file mode 100644 index e51edca..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-5 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-6 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT-6 Binary files differdeleted file mode 100644 index c243ce4..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-6 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-7 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT-7 Binary files differdeleted file mode 100644 index 6c6c4dd..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-7 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-8 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT-8 Binary files differdeleted file mode 100644 index d3c834f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-8 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-9 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT-9 Binary files differdeleted file mode 100644 index cf4dc5b..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT-9 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/GMT0 b/layout/rootfs/etc/zoneinfo/right/Etc/GMT0 deleted file mode 120000 index 297136f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/GMT0 +++ /dev/null @@ -1 +0,0 @@ -../GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/Greenwich b/layout/rootfs/etc/zoneinfo/right/Etc/Greenwich deleted file mode 120000 index 297136f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/Greenwich +++ /dev/null @@ -1 +0,0 @@ -../GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/UCT b/layout/rootfs/etc/zoneinfo/right/Etc/UCT deleted file mode 120000 index 4d94eac..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/UCT +++ /dev/null @@ -1 +0,0 @@ -../UCT
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/UTC b/layout/rootfs/etc/zoneinfo/right/Etc/UTC deleted file mode 120000 index 1e05102..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/UTC +++ /dev/null @@ -1 +0,0 @@ -../UTC
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/Universal b/layout/rootfs/etc/zoneinfo/right/Etc/Universal deleted file mode 120000 index 1e05102..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/Universal +++ /dev/null @@ -1 +0,0 @@ -../UTC
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Etc/Zulu b/layout/rootfs/etc/zoneinfo/right/Etc/Zulu deleted file mode 120000 index 1e05102..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Etc/Zulu +++ /dev/null @@ -1 +0,0 @@ -../UTC
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Amsterdam b/layout/rootfs/etc/zoneinfo/right/Europe/Amsterdam Binary files differdeleted file mode 100644 index baa5339..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Amsterdam +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Andorra b/layout/rootfs/etc/zoneinfo/right/Europe/Andorra Binary files differdeleted file mode 100644 index c98558f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Andorra +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Athens b/layout/rootfs/etc/zoneinfo/right/Europe/Athens Binary files differdeleted file mode 100644 index c61fc3d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Athens +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Belfast b/layout/rootfs/etc/zoneinfo/right/Europe/Belfast deleted file mode 120000 index 80920df..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Belfast +++ /dev/null @@ -1 +0,0 @@ -../GB-Eire
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Belgrade b/layout/rootfs/etc/zoneinfo/right/Europe/Belgrade deleted file mode 120000 index 8a1c353..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Belgrade +++ /dev/null @@ -1 +0,0 @@ -Skopje
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Berlin b/layout/rootfs/etc/zoneinfo/right/Europe/Berlin Binary files differdeleted file mode 100644 index 5d15c2a..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Berlin +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Bratislava b/layout/rootfs/etc/zoneinfo/right/Europe/Bratislava Binary files differdeleted file mode 100644 index 7a2fbe3..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Bratislava +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Brussels b/layout/rootfs/etc/zoneinfo/right/Europe/Brussels Binary files differdeleted file mode 100644 index 6c711c0..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Brussels +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Bucharest b/layout/rootfs/etc/zoneinfo/right/Europe/Bucharest Binary files differdeleted file mode 100644 index 6ba6608..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Bucharest +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Budapest b/layout/rootfs/etc/zoneinfo/right/Europe/Budapest Binary files differdeleted file mode 100644 index 13a33f0..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Budapest +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Busingen b/layout/rootfs/etc/zoneinfo/right/Europe/Busingen Binary files differdeleted file mode 100644 index 43ccb02..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Busingen +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Chisinau b/layout/rootfs/etc/zoneinfo/right/Europe/Chisinau deleted file mode 120000 index 4ae8a50..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Chisinau +++ /dev/null @@ -1 +0,0 @@ -Tiraspol
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Copenhagen b/layout/rootfs/etc/zoneinfo/right/Europe/Copenhagen Binary files differdeleted file mode 100644 index 78e31fd..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Copenhagen +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Dublin b/layout/rootfs/etc/zoneinfo/right/Europe/Dublin Binary files differdeleted file mode 100644 index 4bdf0e6..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Dublin +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Gibraltar b/layout/rootfs/etc/zoneinfo/right/Europe/Gibraltar Binary files differdeleted file mode 100644 index 51d3a0d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Gibraltar +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Guernsey b/layout/rootfs/etc/zoneinfo/right/Europe/Guernsey deleted file mode 120000 index 80920df..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Guernsey +++ /dev/null @@ -1 +0,0 @@ -../GB-Eire
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Helsinki b/layout/rootfs/etc/zoneinfo/right/Europe/Helsinki deleted file mode 120000 index 8abc326..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Helsinki +++ /dev/null @@ -1 +0,0 @@ -Mariehamn
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Isle_of_Man b/layout/rootfs/etc/zoneinfo/right/Europe/Isle_of_Man deleted file mode 120000 index 80920df..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Isle_of_Man +++ /dev/null @@ -1 +0,0 @@ -../GB-Eire
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Istanbul b/layout/rootfs/etc/zoneinfo/right/Europe/Istanbul deleted file mode 120000 index 0a2a1eb..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Istanbul +++ /dev/null @@ -1 +0,0 @@ -../Asia/Istanbul
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Jersey b/layout/rootfs/etc/zoneinfo/right/Europe/Jersey deleted file mode 120000 index 80920df..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Jersey +++ /dev/null @@ -1 +0,0 @@ -../GB-Eire
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Kaliningrad b/layout/rootfs/etc/zoneinfo/right/Europe/Kaliningrad Binary files differdeleted file mode 100644 index fdf211b..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Kaliningrad +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Kiev b/layout/rootfs/etc/zoneinfo/right/Europe/Kiev Binary files differdeleted file mode 100644 index 3703c40..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Kiev +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Lisbon b/layout/rootfs/etc/zoneinfo/right/Europe/Lisbon deleted file mode 120000 index c8c3dcf..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Lisbon +++ /dev/null @@ -1 +0,0 @@ -../Portugal
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Ljubljana b/layout/rootfs/etc/zoneinfo/right/Europe/Ljubljana deleted file mode 120000 index 8a1c353..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Ljubljana +++ /dev/null @@ -1 +0,0 @@ -Skopje
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/London b/layout/rootfs/etc/zoneinfo/right/Europe/London deleted file mode 120000 index 80920df..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/London +++ /dev/null @@ -1 +0,0 @@ -../GB-Eire
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Luxembourg b/layout/rootfs/etc/zoneinfo/right/Europe/Luxembourg Binary files differdeleted file mode 100644 index ff21a03..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Luxembourg +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Madrid b/layout/rootfs/etc/zoneinfo/right/Europe/Madrid Binary files differdeleted file mode 100644 index 487554a..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Madrid +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Malta b/layout/rootfs/etc/zoneinfo/right/Europe/Malta Binary files differdeleted file mode 100644 index 1d99d37..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Malta +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Mariehamn b/layout/rootfs/etc/zoneinfo/right/Europe/Mariehamn Binary files differdeleted file mode 100644 index a9d6eb3..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Mariehamn +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Minsk b/layout/rootfs/etc/zoneinfo/right/Europe/Minsk Binary files differdeleted file mode 100644 index eca598d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Minsk +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Monaco b/layout/rootfs/etc/zoneinfo/right/Europe/Monaco Binary files differdeleted file mode 100644 index 59508dc..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Monaco +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Moscow b/layout/rootfs/etc/zoneinfo/right/Europe/Moscow deleted file mode 120000 index 615d417..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Moscow +++ /dev/null @@ -1 +0,0 @@ -../W-SU
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Nicosia b/layout/rootfs/etc/zoneinfo/right/Europe/Nicosia deleted file mode 120000 index ccda3c4..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Nicosia +++ /dev/null @@ -1 +0,0 @@ -../Asia/Nicosia
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Oslo b/layout/rootfs/etc/zoneinfo/right/Europe/Oslo deleted file mode 120000 index 5800b56..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Oslo +++ /dev/null @@ -1 +0,0 @@ -../Atlantic/Jan_Mayen
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Paris b/layout/rootfs/etc/zoneinfo/right/Europe/Paris Binary files differdeleted file mode 100644 index f7cfdb4..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Paris +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Podgorica b/layout/rootfs/etc/zoneinfo/right/Europe/Podgorica deleted file mode 120000 index 8a1c353..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Podgorica +++ /dev/null @@ -1 +0,0 @@ -Skopje
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Prague b/layout/rootfs/etc/zoneinfo/right/Europe/Prague deleted file mode 120000 index 5fbf90c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Prague +++ /dev/null @@ -1 +0,0 @@ -Bratislava
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Riga b/layout/rootfs/etc/zoneinfo/right/Europe/Riga Binary files differdeleted file mode 100644 index 696aeef..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Riga +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Rome b/layout/rootfs/etc/zoneinfo/right/Europe/Rome Binary files differdeleted file mode 100644 index 31a2a6d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Rome +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Samara b/layout/rootfs/etc/zoneinfo/right/Europe/Samara Binary files differdeleted file mode 100644 index c9f8901..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Samara +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/San_Marino b/layout/rootfs/etc/zoneinfo/right/Europe/San_Marino deleted file mode 120000 index 38d0174..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/San_Marino +++ /dev/null @@ -1 +0,0 @@ -Rome
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Sarajevo b/layout/rootfs/etc/zoneinfo/right/Europe/Sarajevo deleted file mode 120000 index 8a1c353..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Sarajevo +++ /dev/null @@ -1 +0,0 @@ -Skopje
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Simferopol b/layout/rootfs/etc/zoneinfo/right/Europe/Simferopol Binary files differdeleted file mode 100644 index b16c43c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Simferopol +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Skopje b/layout/rootfs/etc/zoneinfo/right/Europe/Skopje Binary files differdeleted file mode 100644 index c290346..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Skopje +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Sofia b/layout/rootfs/etc/zoneinfo/right/Europe/Sofia Binary files differdeleted file mode 100644 index c18c989..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Sofia +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Stockholm b/layout/rootfs/etc/zoneinfo/right/Europe/Stockholm Binary files differdeleted file mode 100644 index 9d02556..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Stockholm +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Tallinn b/layout/rootfs/etc/zoneinfo/right/Europe/Tallinn Binary files differdeleted file mode 100644 index 3437f77..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Tallinn +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Tirane b/layout/rootfs/etc/zoneinfo/right/Europe/Tirane Binary files differdeleted file mode 100644 index c96cda7..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Tirane +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Tiraspol b/layout/rootfs/etc/zoneinfo/right/Europe/Tiraspol Binary files differdeleted file mode 100644 index 01f0a8f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Tiraspol +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Uzhgorod b/layout/rootfs/etc/zoneinfo/right/Europe/Uzhgorod Binary files differdeleted file mode 100644 index b600433..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Uzhgorod +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Vaduz b/layout/rootfs/etc/zoneinfo/right/Europe/Vaduz Binary files differdeleted file mode 100644 index 800a05a..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Vaduz +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Vatican b/layout/rootfs/etc/zoneinfo/right/Europe/Vatican deleted file mode 120000 index 38d0174..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Vatican +++ /dev/null @@ -1 +0,0 @@ -Rome
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Vienna b/layout/rootfs/etc/zoneinfo/right/Europe/Vienna Binary files differdeleted file mode 100644 index 84b9781..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Vienna +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Vilnius b/layout/rootfs/etc/zoneinfo/right/Europe/Vilnius Binary files differdeleted file mode 100644 index 7f11944..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Vilnius +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Volgograd b/layout/rootfs/etc/zoneinfo/right/Europe/Volgograd Binary files differdeleted file mode 100644 index df1c13f..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Volgograd +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Warsaw b/layout/rootfs/etc/zoneinfo/right/Europe/Warsaw Binary files differdeleted file mode 100644 index c69c9f8..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Warsaw +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Zagreb b/layout/rootfs/etc/zoneinfo/right/Europe/Zagreb deleted file mode 120000 index 8a1c353..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Zagreb +++ /dev/null @@ -1 +0,0 @@ -Skopje
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Zaporozhye b/layout/rootfs/etc/zoneinfo/right/Europe/Zaporozhye Binary files differdeleted file mode 100644 index 769cb16..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Zaporozhye +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Europe/Zurich b/layout/rootfs/etc/zoneinfo/right/Europe/Zurich deleted file mode 120000 index b26ff78..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Europe/Zurich +++ /dev/null @@ -1 +0,0 @@ -Busingen
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Factory b/layout/rootfs/etc/zoneinfo/right/Factory Binary files differdeleted file mode 100644 index 31ec8f8..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Factory +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/GB b/layout/rootfs/etc/zoneinfo/right/GB deleted file mode 120000 index 68e42c0..0000000 --- a/layout/rootfs/etc/zoneinfo/right/GB +++ /dev/null @@ -1 +0,0 @@ -GB-Eire
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/GB-Eire b/layout/rootfs/etc/zoneinfo/right/GB-Eire Binary files differdeleted file mode 100644 index 2da2aee..0000000 --- a/layout/rootfs/etc/zoneinfo/right/GB-Eire +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/GMT b/layout/rootfs/etc/zoneinfo/right/GMT deleted file mode 120000 index aebe4ef..0000000 --- a/layout/rootfs/etc/zoneinfo/right/GMT +++ /dev/null @@ -1 +0,0 @@ -GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/GMT+0 b/layout/rootfs/etc/zoneinfo/right/GMT+0 deleted file mode 120000 index aebe4ef..0000000 --- a/layout/rootfs/etc/zoneinfo/right/GMT+0 +++ /dev/null @@ -1 +0,0 @@ -GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/GMT-0 b/layout/rootfs/etc/zoneinfo/right/GMT-0 Binary files differdeleted file mode 100644 index 74e1b71..0000000 --- a/layout/rootfs/etc/zoneinfo/right/GMT-0 +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/GMT0 b/layout/rootfs/etc/zoneinfo/right/GMT0 deleted file mode 120000 index aebe4ef..0000000 --- a/layout/rootfs/etc/zoneinfo/right/GMT0 +++ /dev/null @@ -1 +0,0 @@ -GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Greenwich b/layout/rootfs/etc/zoneinfo/right/Greenwich deleted file mode 120000 index aebe4ef..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Greenwich +++ /dev/null @@ -1 +0,0 @@ -GMT-0
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/HST b/layout/rootfs/etc/zoneinfo/right/HST deleted file mode 120000 index f030d38..0000000 --- a/layout/rootfs/etc/zoneinfo/right/HST +++ /dev/null @@ -1 +0,0 @@ -Pacific/Johnston
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Hongkong b/layout/rootfs/etc/zoneinfo/right/Hongkong deleted file mode 120000 index 388b821..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Hongkong +++ /dev/null @@ -1 +0,0 @@ -Asia/Hong_Kong
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Iceland b/layout/rootfs/etc/zoneinfo/right/Iceland deleted file mode 120000 index 2dec833..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Iceland +++ /dev/null @@ -1 +0,0 @@ -Atlantic/Reykjavik
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Indian/Antananarivo b/layout/rootfs/etc/zoneinfo/right/Indian/Antananarivo Binary files differdeleted file mode 100644 index 1db69ae..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Indian/Antananarivo +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Indian/Chagos b/layout/rootfs/etc/zoneinfo/right/Indian/Chagos Binary files differdeleted file mode 100644 index 6dcd569..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Indian/Chagos +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Indian/Christmas b/layout/rootfs/etc/zoneinfo/right/Indian/Christmas Binary files differdeleted file mode 100644 index 1b88ad1..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Indian/Christmas +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Indian/Cocos b/layout/rootfs/etc/zoneinfo/right/Indian/Cocos Binary files differdeleted file mode 100644 index 212179c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Indian/Cocos +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Indian/Comoro b/layout/rootfs/etc/zoneinfo/right/Indian/Comoro Binary files differdeleted file mode 100644 index d3aa7bc..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Indian/Comoro +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Indian/Kerguelen b/layout/rootfs/etc/zoneinfo/right/Indian/Kerguelen Binary files differdeleted file mode 100644 index 442146b..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Indian/Kerguelen +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Indian/Mahe b/layout/rootfs/etc/zoneinfo/right/Indian/Mahe Binary files differdeleted file mode 100644 index 5a2f922..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Indian/Mahe +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Indian/Maldives b/layout/rootfs/etc/zoneinfo/right/Indian/Maldives Binary files differdeleted file mode 100644 index 288c71d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Indian/Maldives +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Indian/Mauritius b/layout/rootfs/etc/zoneinfo/right/Indian/Mauritius Binary files differdeleted file mode 100644 index 78ce409..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Indian/Mauritius +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Indian/Mayotte b/layout/rootfs/etc/zoneinfo/right/Indian/Mayotte Binary files differdeleted file mode 100644 index 652fec7..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Indian/Mayotte +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Indian/Reunion b/layout/rootfs/etc/zoneinfo/right/Indian/Reunion Binary files differdeleted file mode 100644 index e27d490..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Indian/Reunion +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Iran b/layout/rootfs/etc/zoneinfo/right/Iran deleted file mode 120000 index 0629675..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Iran +++ /dev/null @@ -1 +0,0 @@ -Asia/Tehran
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Israel b/layout/rootfs/etc/zoneinfo/right/Israel deleted file mode 120000 index 714b346..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Israel +++ /dev/null @@ -1 +0,0 @@ -Asia/Tel_Aviv
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Jamaica b/layout/rootfs/etc/zoneinfo/right/Jamaica deleted file mode 120000 index 6c113f7..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Jamaica +++ /dev/null @@ -1 +0,0 @@ -America/Jamaica
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Japan b/layout/rootfs/etc/zoneinfo/right/Japan deleted file mode 120000 index 72e93cd..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Japan +++ /dev/null @@ -1 +0,0 @@ -Asia/Tokyo
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Kwajalein b/layout/rootfs/etc/zoneinfo/right/Kwajalein deleted file mode 120000 index ae86797..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Kwajalein +++ /dev/null @@ -1 +0,0 @@ -Pacific/Kwajalein
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Libya b/layout/rootfs/etc/zoneinfo/right/Libya Binary files differdeleted file mode 100644 index cf80bf0..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Libya +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/MET b/layout/rootfs/etc/zoneinfo/right/MET Binary files differdeleted file mode 100644 index e0d1530..0000000 --- a/layout/rootfs/etc/zoneinfo/right/MET +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/MST b/layout/rootfs/etc/zoneinfo/right/MST Binary files differdeleted file mode 100644 index b3fa1c6..0000000 --- a/layout/rootfs/etc/zoneinfo/right/MST +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/MST7MDT b/layout/rootfs/etc/zoneinfo/right/MST7MDT Binary files differdeleted file mode 100644 index 9089e99..0000000 --- a/layout/rootfs/etc/zoneinfo/right/MST7MDT +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Mexico/BajaNorte b/layout/rootfs/etc/zoneinfo/right/Mexico/BajaNorte Binary files differdeleted file mode 100644 index 0b57ca7..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Mexico/BajaNorte +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Mexico/BajaSur b/layout/rootfs/etc/zoneinfo/right/Mexico/BajaSur Binary files differdeleted file mode 100644 index f6fb0ca..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Mexico/BajaSur +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Mexico/General b/layout/rootfs/etc/zoneinfo/right/Mexico/General Binary files differdeleted file mode 100644 index 0062ca0..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Mexico/General +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Mideast/Riyadh87 b/layout/rootfs/etc/zoneinfo/right/Mideast/Riyadh87 deleted file mode 120000 index 9413f89..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Mideast/Riyadh87 +++ /dev/null @@ -1 +0,0 @@ -../Asia/Riyadh87
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Mideast/Riyadh88 b/layout/rootfs/etc/zoneinfo/right/Mideast/Riyadh88 deleted file mode 120000 index 9e99248..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Mideast/Riyadh88 +++ /dev/null @@ -1 +0,0 @@ -../Asia/Riyadh88
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Mideast/Riyadh89 b/layout/rootfs/etc/zoneinfo/right/Mideast/Riyadh89 deleted file mode 120000 index 6d38103..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Mideast/Riyadh89 +++ /dev/null @@ -1 +0,0 @@ -../Asia/Riyadh89
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/NZ b/layout/rootfs/etc/zoneinfo/right/NZ deleted file mode 120000 index df1ceb6..0000000 --- a/layout/rootfs/etc/zoneinfo/right/NZ +++ /dev/null @@ -1 +0,0 @@ -Pacific/Auckland
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/NZ-CHAT b/layout/rootfs/etc/zoneinfo/right/NZ-CHAT deleted file mode 120000 index 183f54e..0000000 --- a/layout/rootfs/etc/zoneinfo/right/NZ-CHAT +++ /dev/null @@ -1 +0,0 @@ -Pacific/Chatham
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Navajo b/layout/rootfs/etc/zoneinfo/right/Navajo deleted file mode 120000 index bffa7ae..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Navajo +++ /dev/null @@ -1 +0,0 @@ -America/Denver
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/PRC b/layout/rootfs/etc/zoneinfo/right/PRC deleted file mode 120000 index 0ddd9ee..0000000 --- a/layout/rootfs/etc/zoneinfo/right/PRC +++ /dev/null @@ -1 +0,0 @@ -Asia/Shanghai
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/PST8PDT b/layout/rootfs/etc/zoneinfo/right/PST8PDT Binary files differdeleted file mode 100644 index 20320dd..0000000 --- a/layout/rootfs/etc/zoneinfo/right/PST8PDT +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Apia b/layout/rootfs/etc/zoneinfo/right/Pacific/Apia Binary files differdeleted file mode 100644 index 6b9d92e..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Apia +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Auckland b/layout/rootfs/etc/zoneinfo/right/Pacific/Auckland Binary files differdeleted file mode 100644 index 83acd99..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Auckland +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Chatham b/layout/rootfs/etc/zoneinfo/right/Pacific/Chatham Binary files differdeleted file mode 100644 index 4a0e09e..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Chatham +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Chuuk b/layout/rootfs/etc/zoneinfo/right/Pacific/Chuuk deleted file mode 120000 index 1119125..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Chuuk +++ /dev/null @@ -1 +0,0 @@ -Truk
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Easter b/layout/rootfs/etc/zoneinfo/right/Pacific/Easter Binary files differdeleted file mode 100644 index 25499a2..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Easter +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Efate b/layout/rootfs/etc/zoneinfo/right/Pacific/Efate Binary files differdeleted file mode 100644 index 065c44d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Efate +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Enderbury b/layout/rootfs/etc/zoneinfo/right/Pacific/Enderbury Binary files differdeleted file mode 100644 index dcd32e9..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Enderbury +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Fakaofo b/layout/rootfs/etc/zoneinfo/right/Pacific/Fakaofo Binary files differdeleted file mode 100644 index 134e25c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Fakaofo +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Fiji b/layout/rootfs/etc/zoneinfo/right/Pacific/Fiji Binary files differdeleted file mode 100644 index 4adfc88..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Fiji +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Funafuti b/layout/rootfs/etc/zoneinfo/right/Pacific/Funafuti Binary files differdeleted file mode 100644 index 0362b81..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Funafuti +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Galapagos b/layout/rootfs/etc/zoneinfo/right/Pacific/Galapagos Binary files differdeleted file mode 100644 index 85b04a2..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Galapagos +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Gambier b/layout/rootfs/etc/zoneinfo/right/Pacific/Gambier Binary files differdeleted file mode 100644 index 46be4e2..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Gambier +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Guadalcanal b/layout/rootfs/etc/zoneinfo/right/Pacific/Guadalcanal Binary files differdeleted file mode 100644 index b7ea410..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Guadalcanal +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Guam b/layout/rootfs/etc/zoneinfo/right/Pacific/Guam Binary files differdeleted file mode 100644 index 591cfd9..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Guam +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Honolulu b/layout/rootfs/etc/zoneinfo/right/Pacific/Honolulu Binary files differdeleted file mode 100644 index 7d9c660..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Honolulu +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Johnston b/layout/rootfs/etc/zoneinfo/right/Pacific/Johnston Binary files differdeleted file mode 100644 index 2d75079..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Johnston +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Kiritimati b/layout/rootfs/etc/zoneinfo/right/Pacific/Kiritimati Binary files differdeleted file mode 100644 index c587fd5..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Kiritimati +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Kosrae b/layout/rootfs/etc/zoneinfo/right/Pacific/Kosrae Binary files differdeleted file mode 100644 index 5a30e8c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Kosrae +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Kwajalein b/layout/rootfs/etc/zoneinfo/right/Pacific/Kwajalein Binary files differdeleted file mode 100644 index c9915f3..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Kwajalein +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Majuro b/layout/rootfs/etc/zoneinfo/right/Pacific/Majuro Binary files differdeleted file mode 100644 index 626f2eb..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Majuro +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Marquesas b/layout/rootfs/etc/zoneinfo/right/Pacific/Marquesas Binary files differdeleted file mode 100644 index 0354a9e..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Marquesas +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Midway b/layout/rootfs/etc/zoneinfo/right/Pacific/Midway Binary files differdeleted file mode 100644 index 4d75be1..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Midway +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Nauru b/layout/rootfs/etc/zoneinfo/right/Pacific/Nauru Binary files differdeleted file mode 100644 index acaf22b..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Nauru +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Niue b/layout/rootfs/etc/zoneinfo/right/Pacific/Niue Binary files differdeleted file mode 100644 index 8ae14a3..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Niue +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Norfolk b/layout/rootfs/etc/zoneinfo/right/Pacific/Norfolk Binary files differdeleted file mode 100644 index 7e78d5d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Norfolk +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Noumea b/layout/rootfs/etc/zoneinfo/right/Pacific/Noumea Binary files differdeleted file mode 100644 index 96ce514..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Noumea +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Pago_Pago b/layout/rootfs/etc/zoneinfo/right/Pacific/Pago_Pago Binary files differdeleted file mode 100644 index 119f0f7..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Pago_Pago +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Palau b/layout/rootfs/etc/zoneinfo/right/Pacific/Palau Binary files differdeleted file mode 100644 index 243c132..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Palau +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Pitcairn b/layout/rootfs/etc/zoneinfo/right/Pacific/Pitcairn Binary files differdeleted file mode 100644 index 5214f74..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Pitcairn +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Pohnpei b/layout/rootfs/etc/zoneinfo/right/Pacific/Pohnpei deleted file mode 120000 index da0b475..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Pohnpei +++ /dev/null @@ -1 +0,0 @@ -Ponape
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Ponape b/layout/rootfs/etc/zoneinfo/right/Pacific/Ponape Binary files differdeleted file mode 100644 index 0b90461..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Ponape +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Port_Moresby b/layout/rootfs/etc/zoneinfo/right/Pacific/Port_Moresby Binary files differdeleted file mode 100644 index 2b6ff52..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Port_Moresby +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Rarotonga b/layout/rootfs/etc/zoneinfo/right/Pacific/Rarotonga Binary files differdeleted file mode 100644 index df586cc..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Rarotonga +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Saipan b/layout/rootfs/etc/zoneinfo/right/Pacific/Saipan Binary files differdeleted file mode 100644 index 611d0df..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Saipan +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Samoa b/layout/rootfs/etc/zoneinfo/right/Pacific/Samoa deleted file mode 120000 index c0ff20e..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Samoa +++ /dev/null @@ -1 +0,0 @@ -Pago_Pago
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Tahiti b/layout/rootfs/etc/zoneinfo/right/Pacific/Tahiti Binary files differdeleted file mode 100644 index 579b6ba..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Tahiti +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Tarawa b/layout/rootfs/etc/zoneinfo/right/Pacific/Tarawa Binary files differdeleted file mode 100644 index d94b038..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Tarawa +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Tongatapu b/layout/rootfs/etc/zoneinfo/right/Pacific/Tongatapu Binary files differdeleted file mode 100644 index d52cb34..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Tongatapu +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Truk b/layout/rootfs/etc/zoneinfo/right/Pacific/Truk Binary files differdeleted file mode 100644 index 0e9985d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Truk +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Wake b/layout/rootfs/etc/zoneinfo/right/Pacific/Wake Binary files differdeleted file mode 100644 index 6c405dd..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Wake +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Wallis b/layout/rootfs/etc/zoneinfo/right/Pacific/Wallis Binary files differdeleted file mode 100644 index c70f2af..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Wallis +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Pacific/Yap b/layout/rootfs/etc/zoneinfo/right/Pacific/Yap deleted file mode 120000 index 1119125..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Pacific/Yap +++ /dev/null @@ -1 +0,0 @@ -Truk
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Poland b/layout/rootfs/etc/zoneinfo/right/Poland deleted file mode 120000 index 93678b6..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Poland +++ /dev/null @@ -1 +0,0 @@ -Europe/Warsaw
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Portugal b/layout/rootfs/etc/zoneinfo/right/Portugal Binary files differdeleted file mode 100644 index 5384a01..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Portugal +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/ROC b/layout/rootfs/etc/zoneinfo/right/ROC deleted file mode 120000 index 5264d40..0000000 --- a/layout/rootfs/etc/zoneinfo/right/ROC +++ /dev/null @@ -1 +0,0 @@ -Asia/Taipei
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/ROK b/layout/rootfs/etc/zoneinfo/right/ROK deleted file mode 120000 index 7423b3b..0000000 --- a/layout/rootfs/etc/zoneinfo/right/ROK +++ /dev/null @@ -1 +0,0 @@ -Asia/Seoul
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Singapore b/layout/rootfs/etc/zoneinfo/right/Singapore deleted file mode 120000 index 359714e..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Singapore +++ /dev/null @@ -1 +0,0 @@ -Asia/Singapore
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/SystemV/AST4 b/layout/rootfs/etc/zoneinfo/right/SystemV/AST4 deleted file mode 120000 index d9be7fa..0000000 --- a/layout/rootfs/etc/zoneinfo/right/SystemV/AST4 +++ /dev/null @@ -1 +0,0 @@ -../America/Puerto_Rico
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/SystemV/AST4ADT b/layout/rootfs/etc/zoneinfo/right/SystemV/AST4ADT deleted file mode 120000 index 6ac03ad..0000000 --- a/layout/rootfs/etc/zoneinfo/right/SystemV/AST4ADT +++ /dev/null @@ -1 +0,0 @@ -../Canada/Atlantic
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/SystemV/CST6 b/layout/rootfs/etc/zoneinfo/right/SystemV/CST6 deleted file mode 120000 index b813232..0000000 --- a/layout/rootfs/etc/zoneinfo/right/SystemV/CST6 +++ /dev/null @@ -1 +0,0 @@ -../Canada/East-Saskatchewan
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/SystemV/CST6CDT b/layout/rootfs/etc/zoneinfo/right/SystemV/CST6CDT deleted file mode 120000 index d7096ce..0000000 --- a/layout/rootfs/etc/zoneinfo/right/SystemV/CST6CDT +++ /dev/null @@ -1 +0,0 @@ -../America/Chicago
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/SystemV/EST5 b/layout/rootfs/etc/zoneinfo/right/SystemV/EST5 deleted file mode 120000 index 9847944..0000000 --- a/layout/rootfs/etc/zoneinfo/right/SystemV/EST5 +++ /dev/null @@ -1 +0,0 @@ -../America/Panama
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/SystemV/EST5EDT b/layout/rootfs/etc/zoneinfo/right/SystemV/EST5EDT deleted file mode 120000 index 8e49985..0000000 --- a/layout/rootfs/etc/zoneinfo/right/SystemV/EST5EDT +++ /dev/null @@ -1 +0,0 @@ -../America/New_York
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/SystemV/HST10 b/layout/rootfs/etc/zoneinfo/right/SystemV/HST10 deleted file mode 120000 index 55b467d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/SystemV/HST10 +++ /dev/null @@ -1 +0,0 @@ -../Pacific/Honolulu
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/SystemV/MST7 b/layout/rootfs/etc/zoneinfo/right/SystemV/MST7 deleted file mode 120000 index 3687b7d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/SystemV/MST7 +++ /dev/null @@ -1 +0,0 @@ -../America/Phoenix
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/SystemV/MST7MDT b/layout/rootfs/etc/zoneinfo/right/SystemV/MST7MDT deleted file mode 120000 index fff07e1..0000000 --- a/layout/rootfs/etc/zoneinfo/right/SystemV/MST7MDT +++ /dev/null @@ -1 +0,0 @@ -../America/Denver
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/SystemV/PST8 b/layout/rootfs/etc/zoneinfo/right/SystemV/PST8 deleted file mode 120000 index f00840c..0000000 --- a/layout/rootfs/etc/zoneinfo/right/SystemV/PST8 +++ /dev/null @@ -1 +0,0 @@ -../Pacific/Pitcairn
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/SystemV/PST8PDT b/layout/rootfs/etc/zoneinfo/right/SystemV/PST8PDT deleted file mode 120000 index 19e1dc5..0000000 --- a/layout/rootfs/etc/zoneinfo/right/SystemV/PST8PDT +++ /dev/null @@ -1 +0,0 @@ -../America/Los_Angeles
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/SystemV/YST9 b/layout/rootfs/etc/zoneinfo/right/SystemV/YST9 deleted file mode 120000 index 973cfaf..0000000 --- a/layout/rootfs/etc/zoneinfo/right/SystemV/YST9 +++ /dev/null @@ -1 +0,0 @@ -../Pacific/Gambier
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/SystemV/YST9YDT b/layout/rootfs/etc/zoneinfo/right/SystemV/YST9YDT deleted file mode 120000 index fbc3be0..0000000 --- a/layout/rootfs/etc/zoneinfo/right/SystemV/YST9YDT +++ /dev/null @@ -1 +0,0 @@ -../America/Anchorage
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/Turkey b/layout/rootfs/etc/zoneinfo/right/Turkey deleted file mode 120000 index 12f8b28..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Turkey +++ /dev/null @@ -1 +0,0 @@ -Asia/Istanbul
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/UCT b/layout/rootfs/etc/zoneinfo/right/UCT Binary files differdeleted file mode 100644 index 828caec..0000000 --- a/layout/rootfs/etc/zoneinfo/right/UCT +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/US/Alaska b/layout/rootfs/etc/zoneinfo/right/US/Alaska deleted file mode 120000 index fbc3be0..0000000 --- a/layout/rootfs/etc/zoneinfo/right/US/Alaska +++ /dev/null @@ -1 +0,0 @@ -../America/Anchorage
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/US/Aleutian b/layout/rootfs/etc/zoneinfo/right/US/Aleutian deleted file mode 120000 index 83c0e99..0000000 --- a/layout/rootfs/etc/zoneinfo/right/US/Aleutian +++ /dev/null @@ -1 +0,0 @@ -../America/Atka
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/US/Arizona b/layout/rootfs/etc/zoneinfo/right/US/Arizona deleted file mode 120000 index 3687b7d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/US/Arizona +++ /dev/null @@ -1 +0,0 @@ -../America/Phoenix
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/US/Central b/layout/rootfs/etc/zoneinfo/right/US/Central deleted file mode 120000 index d7096ce..0000000 --- a/layout/rootfs/etc/zoneinfo/right/US/Central +++ /dev/null @@ -1 +0,0 @@ -../America/Chicago
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/US/East-Indiana b/layout/rootfs/etc/zoneinfo/right/US/East-Indiana deleted file mode 120000 index 50b0fbb..0000000 --- a/layout/rootfs/etc/zoneinfo/right/US/East-Indiana +++ /dev/null @@ -1 +0,0 @@ -../America/Indiana/Indianapolis
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/US/Eastern b/layout/rootfs/etc/zoneinfo/right/US/Eastern deleted file mode 120000 index 8e49985..0000000 --- a/layout/rootfs/etc/zoneinfo/right/US/Eastern +++ /dev/null @@ -1 +0,0 @@ -../America/New_York
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/US/Hawaii b/layout/rootfs/etc/zoneinfo/right/US/Hawaii deleted file mode 120000 index 55b467d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/US/Hawaii +++ /dev/null @@ -1 +0,0 @@ -../Pacific/Honolulu
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/US/Indiana-Starke b/layout/rootfs/etc/zoneinfo/right/US/Indiana-Starke deleted file mode 120000 index dca0b09..0000000 --- a/layout/rootfs/etc/zoneinfo/right/US/Indiana-Starke +++ /dev/null @@ -1 +0,0 @@ -../America/Knox_IN
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/US/Michigan b/layout/rootfs/etc/zoneinfo/right/US/Michigan deleted file mode 120000 index ac7a5a0..0000000 --- a/layout/rootfs/etc/zoneinfo/right/US/Michigan +++ /dev/null @@ -1 +0,0 @@ -../America/Detroit
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/US/Mountain b/layout/rootfs/etc/zoneinfo/right/US/Mountain deleted file mode 120000 index fff07e1..0000000 --- a/layout/rootfs/etc/zoneinfo/right/US/Mountain +++ /dev/null @@ -1 +0,0 @@ -../America/Denver
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/US/Pacific b/layout/rootfs/etc/zoneinfo/right/US/Pacific deleted file mode 120000 index 19e1dc5..0000000 --- a/layout/rootfs/etc/zoneinfo/right/US/Pacific +++ /dev/null @@ -1 +0,0 @@ -../America/Los_Angeles
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/US/Pacific-New b/layout/rootfs/etc/zoneinfo/right/US/Pacific-New deleted file mode 120000 index 19e1dc5..0000000 --- a/layout/rootfs/etc/zoneinfo/right/US/Pacific-New +++ /dev/null @@ -1 +0,0 @@ -../America/Los_Angeles
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/US/Samoa b/layout/rootfs/etc/zoneinfo/right/US/Samoa deleted file mode 120000 index 9186b3b..0000000 --- a/layout/rootfs/etc/zoneinfo/right/US/Samoa +++ /dev/null @@ -1 +0,0 @@ -../Pacific/Pago_Pago
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/UTC b/layout/rootfs/etc/zoneinfo/right/UTC Binary files differdeleted file mode 100644 index b75f21d..0000000 --- a/layout/rootfs/etc/zoneinfo/right/UTC +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Universal b/layout/rootfs/etc/zoneinfo/right/Universal deleted file mode 120000 index 1ed0820..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Universal +++ /dev/null @@ -1 +0,0 @@ -UTC
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/right/W-SU b/layout/rootfs/etc/zoneinfo/right/W-SU Binary files differdeleted file mode 100644 index bbc8965..0000000 --- a/layout/rootfs/etc/zoneinfo/right/W-SU +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/WET b/layout/rootfs/etc/zoneinfo/right/WET Binary files differdeleted file mode 100644 index be84225..0000000 --- a/layout/rootfs/etc/zoneinfo/right/WET +++ /dev/null diff --git a/layout/rootfs/etc/zoneinfo/right/Zulu b/layout/rootfs/etc/zoneinfo/right/Zulu deleted file mode 120000 index 1ed0820..0000000 --- a/layout/rootfs/etc/zoneinfo/right/Zulu +++ /dev/null @@ -1 +0,0 @@ -UTC
\ No newline at end of file diff --git a/layout/rootfs/etc/zoneinfo/zone.tab b/layout/rootfs/etc/zoneinfo/zone.tab deleted file mode 100644 index 6b98520..0000000 --- a/layout/rootfs/etc/zoneinfo/zone.tab +++ /dev/null @@ -1,444 +0,0 @@ -# <pre> -# This file is in the public domain, so clarified as of -# 2009-05-17 by Arthur David Olson. -# -# TZ zone descriptions -# -# From Paul Eggert (1996-08-05): -# -# This file contains a table with the following columns: -# 1. ISO 3166 2-character country code. See the file `iso3166.tab'. -# 2. Latitude and longitude of the zone's principal location -# in ISO 6709 sign-degrees-minutes-seconds format, -# either +-DDMM+-DDDMM or +-DDMMSS+-DDDMMSS, -# first latitude (+ is north), then longitude (+ is east). -# 3. Zone name used in value of TZ environment variable. -# 4. Comments; present if and only if the country has multiple rows. -# -# Columns are separated by a single tab. -# The table is sorted first by country, then an order within the country that -# (1) makes some geographical sense, and -# (2) puts the most populous zones first, where that does not contradict (1). -# -# Lines beginning with `#' are comments. -# -#country- -#code coordinates TZ comments -AD +4230+00131 Europe/Andorra -AE +2518+05518 Asia/Dubai -AF +3431+06912 Asia/Kabul -AG +1703-06148 America/Antigua -AI +1812-06304 America/Anguilla -AL +4120+01950 Europe/Tirane -AM +4011+04430 Asia/Yerevan -AO -0848+01314 Africa/Luanda -AQ -7750+16636 Antarctica/McMurdo McMurdo Station, Ross Island -AQ -9000+00000 Antarctica/South_Pole Amundsen-Scott Station, South Pole -AQ -6734-06808 Antarctica/Rothera Rothera Station, Adelaide Island -AQ -6448-06406 Antarctica/Palmer Palmer Station, Anvers Island -AQ -6736+06253 Antarctica/Mawson Mawson Station, Holme Bay -AQ -6835+07758 Antarctica/Davis Davis Station, Vestfold Hills -AQ -6617+11031 Antarctica/Casey Casey Station, Bailey Peninsula -AQ -7824+10654 Antarctica/Vostok Vostok Station, Lake Vostok -AQ -6640+14001 Antarctica/DumontDUrville Dumont-d'Urville Station, Terre Adelie -AQ -690022+0393524 Antarctica/Syowa Syowa Station, E Ongul I -AR -3436-05827 America/Argentina/Buenos_Aires Buenos Aires (BA, CF) -AR -3124-06411 America/Argentina/Cordoba most locations (CB, CC, CN, ER, FM, MN, SE, SF) -AR -2447-06525 America/Argentina/Salta (SA, LP, NQ, RN) -AR -2411-06518 America/Argentina/Jujuy Jujuy (JY) -AR -2649-06513 America/Argentina/Tucuman Tucuman (TM) -AR -2828-06547 America/Argentina/Catamarca Catamarca (CT), Chubut (CH) -AR -2926-06651 America/Argentina/La_Rioja La Rioja (LR) -AR -3132-06831 America/Argentina/San_Juan San Juan (SJ) -AR -3253-06849 America/Argentina/Mendoza Mendoza (MZ) -AR -3319-06621 America/Argentina/San_Luis San Luis (SL) -AR -5138-06913 America/Argentina/Rio_Gallegos Santa Cruz (SC) -AR -5448-06818 America/Argentina/Ushuaia Tierra del Fuego (TF) -AS -1416-17042 Pacific/Pago_Pago -AT +4813+01620 Europe/Vienna -AU -3133+15905 Australia/Lord_Howe Lord Howe Island -AU -5430+15857 Antarctica/Macquarie Macquarie Island -AU -4253+14719 Australia/Hobart Tasmania - most locations -AU -3956+14352 Australia/Currie Tasmania - King Island -AU -3749+14458 Australia/Melbourne Victoria -AU -3352+15113 Australia/Sydney New South Wales - most locations -AU -3157+14127 Australia/Broken_Hill New South Wales - Yancowinna -AU -2728+15302 Australia/Brisbane Queensland - most locations -AU -2016+14900 Australia/Lindeman Queensland - Holiday Islands -AU -3455+13835 Australia/Adelaide South Australia -AU -1228+13050 Australia/Darwin Northern Territory -AU -3157+11551 Australia/Perth Western Australia - most locations -AU -3143+12852 Australia/Eucla Western Australia - Eucla area -AW +1230-06958 America/Aruba -AX +6006+01957 Europe/Mariehamn -AZ +4023+04951 Asia/Baku -BA +4352+01825 Europe/Sarajevo -BB +1306-05937 America/Barbados -BD +2343+09025 Asia/Dhaka -BE +5050+00420 Europe/Brussels -BF +1222-00131 Africa/Ouagadougou -BG +4241+02319 Europe/Sofia -BH +2623+05035 Asia/Bahrain -BI -0323+02922 Africa/Bujumbura -BJ +0629+00237 Africa/Porto-Novo -BL +1753-06251 America/St_Barthelemy -BM +3217-06446 Atlantic/Bermuda -BN +0456+11455 Asia/Brunei -BO -1630-06809 America/La_Paz -BQ +120903-0681636 America/Kralendijk -BR -0351-03225 America/Noronha Atlantic islands -BR -0127-04829 America/Belem Amapa, E Para -BR -0343-03830 America/Fortaleza NE Brazil (MA, PI, CE, RN, PB) -BR -0803-03454 America/Recife Pernambuco -BR -0712-04812 America/Araguaina Tocantins -BR -0940-03543 America/Maceio Alagoas, Sergipe -BR -1259-03831 America/Bahia Bahia -BR -2332-04637 America/Sao_Paulo S & SE Brazil (GO, DF, MG, ES, RJ, SP, PR, SC, RS) -BR -2027-05437 America/Campo_Grande Mato Grosso do Sul -BR -1535-05605 America/Cuiaba Mato Grosso -BR -0226-05452 America/Santarem W Para -BR -0846-06354 America/Porto_Velho Rondonia -BR +0249-06040 America/Boa_Vista Roraima -BR -0308-06001 America/Manaus E Amazonas -BR -0640-06952 America/Eirunepe W Amazonas -BR -0958-06748 America/Rio_Branco Acre -BS +2505-07721 America/Nassau -BT +2728+08939 Asia/Thimphu -BW -2439+02555 Africa/Gaborone -BY +5354+02734 Europe/Minsk -BZ +1730-08812 America/Belize -CA +4734-05243 America/St_Johns Newfoundland Time, including SE Labrador -CA +4439-06336 America/Halifax Atlantic Time - Nova Scotia (most places), PEI -CA +4612-05957 America/Glace_Bay Atlantic Time - Nova Scotia - places that did not observe DST 1966-1971 -CA +4606-06447 America/Moncton Atlantic Time - New Brunswick -CA +5320-06025 America/Goose_Bay Atlantic Time - Labrador - most locations -CA +5125-05707 America/Blanc-Sablon Atlantic Standard Time - Quebec - Lower North Shore -CA +4531-07334 America/Montreal Eastern Time - Quebec - most locations -CA +4339-07923 America/Toronto Eastern Time - Ontario - most locations -CA +4901-08816 America/Nipigon Eastern Time - Ontario & Quebec - places that did not observe DST 1967-1973 -CA +4823-08915 America/Thunder_Bay Eastern Time - Thunder Bay, Ontario -CA +6344-06828 America/Iqaluit Eastern Time - east Nunavut - most locations -CA +6608-06544 America/Pangnirtung Eastern Time - Pangnirtung, Nunavut -CA +744144-0944945 America/Resolute Central Standard Time - Resolute, Nunavut -CA +484531-0913718 America/Atikokan Eastern Standard Time - Atikokan, Ontario and Southampton I, Nunavut -CA +624900-0920459 America/Rankin_Inlet Central Time - central Nunavut -CA +4953-09709 America/Winnipeg Central Time - Manitoba & west Ontario -CA +4843-09434 America/Rainy_River Central Time - Rainy River & Fort Frances, Ontario -CA +5024-10439 America/Regina Central Standard Time - Saskatchewan - most locations -CA +5017-10750 America/Swift_Current Central Standard Time - Saskatchewan - midwest -CA +5333-11328 America/Edmonton Mountain Time - Alberta, east British Columbia & west Saskatchewan -CA +690650-1050310 America/Cambridge_Bay Mountain Time - west Nunavut -CA +6227-11421 America/Yellowknife Mountain Time - central Northwest Territories -CA +682059-1334300 America/Inuvik Mountain Time - west Northwest Territories -CA +4906-11631 America/Creston Mountain Standard Time - Creston, British Columbia -CA +5946-12014 America/Dawson_Creek Mountain Standard Time - Dawson Creek & Fort Saint John, British Columbia -CA +4916-12307 America/Vancouver Pacific Time - west British Columbia -CA +6043-13503 America/Whitehorse Pacific Time - south Yukon -CA +6404-13925 America/Dawson Pacific Time - north Yukon -CC -1210+09655 Indian/Cocos -CD -0418+01518 Africa/Kinshasa west Dem. Rep. of Congo -CD -1140+02728 Africa/Lubumbashi east Dem. Rep. of Congo -CF +0422+01835 Africa/Bangui -CG -0416+01517 Africa/Brazzaville -CH +4723+00832 Europe/Zurich -CI +0519-00402 Africa/Abidjan -CK -2114-15946 Pacific/Rarotonga -CL -3327-07040 America/Santiago most locations -CL -2709-10926 Pacific/Easter Easter Island & Sala y Gomez -CM +0403+00942 Africa/Douala -CN +3114+12128 Asia/Shanghai east China - Beijing, Guangdong, Shanghai, etc. -CN +4545+12641 Asia/Harbin Heilongjiang (except Mohe), Jilin -CN +2934+10635 Asia/Chongqing central China - Sichuan, Yunnan, Guangxi, Shaanxi, Guizhou, etc. -CN +4348+08735 Asia/Urumqi most of Tibet & Xinjiang -CN +3929+07559 Asia/Kashgar west Tibet & Xinjiang -CO +0436-07405 America/Bogota -CR +0956-08405 America/Costa_Rica -CU +2308-08222 America/Havana -CV +1455-02331 Atlantic/Cape_Verde -CW +1211-06900 America/Curacao -CX -1025+10543 Indian/Christmas -CY +3510+03322 Asia/Nicosia -CZ +5005+01426 Europe/Prague -DE +5230+01322 Europe/Berlin most locations -DE +4742+00841 Europe/Busingen Busingen -DJ +1136+04309 Africa/Djibouti -DK +5540+01235 Europe/Copenhagen -DM +1518-06124 America/Dominica -DO +1828-06954 America/Santo_Domingo -DZ +3647+00303 Africa/Algiers -EC -0210-07950 America/Guayaquil mainland -EC -0054-08936 Pacific/Galapagos Galapagos Islands -EE +5925+02445 Europe/Tallinn -EG +3003+03115 Africa/Cairo -EH +2709-01312 Africa/El_Aaiun -ER +1520+03853 Africa/Asmara -ES +4024-00341 Europe/Madrid mainland -ES +3553-00519 Africa/Ceuta Ceuta & Melilla -ES +2806-01524 Atlantic/Canary Canary Islands -ET +0902+03842 Africa/Addis_Ababa -FI +6010+02458 Europe/Helsinki -FJ -1808+17825 Pacific/Fiji -FK -5142-05751 Atlantic/Stanley -FM +0725+15147 Pacific/Chuuk Chuuk (Truk) and Yap -FM +0658+15813 Pacific/Pohnpei Pohnpei (Ponape) -FM +0519+16259 Pacific/Kosrae Kosrae -FO +6201-00646 Atlantic/Faroe -FR +4852+00220 Europe/Paris -GA +0023+00927 Africa/Libreville -GB +513030-0000731 Europe/London -GD +1203-06145 America/Grenada -GE +4143+04449 Asia/Tbilisi -GF +0456-05220 America/Cayenne -GG +4927-00232 Europe/Guernsey -GH +0533-00013 Africa/Accra -GI +3608-00521 Europe/Gibraltar -GL +6411-05144 America/Godthab most locations -GL +7646-01840 America/Danmarkshavn east coast, north of Scoresbysund -GL +7029-02158 America/Scoresbysund Scoresbysund / Ittoqqortoormiit -GL +7634-06847 America/Thule Thule / Pituffik -GM +1328-01639 Africa/Banjul -GN +0931-01343 Africa/Conakry -GP +1614-06132 America/Guadeloupe -GQ +0345+00847 Africa/Malabo -GR +3758+02343 Europe/Athens -GS -5416-03632 Atlantic/South_Georgia -GT +1438-09031 America/Guatemala -GU +1328+14445 Pacific/Guam -GW +1151-01535 Africa/Bissau -GY +0648-05810 America/Guyana -HK +2217+11409 Asia/Hong_Kong -HN +1406-08713 America/Tegucigalpa -HR +4548+01558 Europe/Zagreb -HT +1832-07220 America/Port-au-Prince -HU +4730+01905 Europe/Budapest -ID -0610+10648 Asia/Jakarta Java & Sumatra -ID -0002+10920 Asia/Pontianak west & central Borneo -ID -0507+11924 Asia/Makassar east & south Borneo, Sulawesi (Celebes), Bali, Nusa Tengarra, west Timor -ID -0232+14042 Asia/Jayapura west New Guinea (Irian Jaya) & Malukus (Moluccas) -IE +5320-00615 Europe/Dublin -IL +3146+03514 Asia/Jerusalem -IM +5409-00428 Europe/Isle_of_Man -IN +2232+08822 Asia/Kolkata -IO -0720+07225 Indian/Chagos -IQ +3321+04425 Asia/Baghdad -IR +3540+05126 Asia/Tehran -IS +6409-02151 Atlantic/Reykjavik -IT +4154+01229 Europe/Rome -JE +4912-00207 Europe/Jersey -JM +1800-07648 America/Jamaica -JO +3157+03556 Asia/Amman -JP +353916+1394441 Asia/Tokyo -KE -0117+03649 Africa/Nairobi -KG +4254+07436 Asia/Bishkek -KH +1133+10455 Asia/Phnom_Penh -KI +0125+17300 Pacific/Tarawa Gilbert Islands -KI -0308-17105 Pacific/Enderbury Phoenix Islands -KI +0152-15720 Pacific/Kiritimati Line Islands -KM -1141+04316 Indian/Comoro -KN +1718-06243 America/St_Kitts -KP +3901+12545 Asia/Pyongyang -KR +3733+12658 Asia/Seoul -KW +2920+04759 Asia/Kuwait -KY +1918-08123 America/Cayman -KZ +4315+07657 Asia/Almaty most locations -KZ +4448+06528 Asia/Qyzylorda Qyzylorda (Kyzylorda, Kzyl-Orda) -KZ +5017+05710 Asia/Aqtobe Aqtobe (Aktobe) -KZ +4431+05016 Asia/Aqtau Atyrau (Atirau, Gur'yev), Mangghystau (Mankistau) -KZ +5113+05121 Asia/Oral West Kazakhstan -LA +1758+10236 Asia/Vientiane -LB +3353+03530 Asia/Beirut -LC +1401-06100 America/St_Lucia -LI +4709+00931 Europe/Vaduz -LK +0656+07951 Asia/Colombo -LR +0618-01047 Africa/Monrovia -LS -2928+02730 Africa/Maseru -LT +5441+02519 Europe/Vilnius -LU +4936+00609 Europe/Luxembourg -LV +5657+02406 Europe/Riga -LY +3254+01311 Africa/Tripoli -MA +3339-00735 Africa/Casablanca -MC +4342+00723 Europe/Monaco -MD +4700+02850 Europe/Chisinau -ME +4226+01916 Europe/Podgorica -MF +1804-06305 America/Marigot -MG -1855+04731 Indian/Antananarivo -MH +0709+17112 Pacific/Majuro most locations -MH +0905+16720 Pacific/Kwajalein Kwajalein -MK +4159+02126 Europe/Skopje -ML +1239-00800 Africa/Bamako -MM +1647+09610 Asia/Rangoon -MN +4755+10653 Asia/Ulaanbaatar most locations -MN +4801+09139 Asia/Hovd Bayan-Olgiy, Govi-Altai, Hovd, Uvs, Zavkhan -MN +4804+11430 Asia/Choibalsan Dornod, Sukhbaatar -MO +2214+11335 Asia/Macau -MP +1512+14545 Pacific/Saipan -MQ +1436-06105 America/Martinique -MR +1806-01557 Africa/Nouakchott -MS +1643-06213 America/Montserrat -MT +3554+01431 Europe/Malta -MU -2010+05730 Indian/Mauritius -MV +0410+07330 Indian/Maldives -MW -1547+03500 Africa/Blantyre -MX +1924-09909 America/Mexico_City Central Time - most locations -MX +2105-08646 America/Cancun Central Time - Quintana Roo -MX +2058-08937 America/Merida Central Time - Campeche, Yucatan -MX +2540-10019 America/Monterrey Mexican Central Time - Coahuila, Durango, Nuevo Leon, Tamaulipas away from US border -MX +2550-09730 America/Matamoros US Central Time - Coahuila, Durango, Nuevo Leon, Tamaulipas near US border -MX +2313-10625 America/Mazatlan Mountain Time - S Baja, Nayarit, Sinaloa -MX +2838-10605 America/Chihuahua Mexican Mountain Time - Chihuahua away from US border -MX +2934-10425 America/Ojinaga US Mountain Time - Chihuahua near US border -MX +2904-11058 America/Hermosillo Mountain Standard Time - Sonora -MX +3232-11701 America/Tijuana US Pacific Time - Baja California near US border -MX +3018-11452 America/Santa_Isabel Mexican Pacific Time - Baja California away from US border -MX +2048-10515 America/Bahia_Banderas Mexican Central Time - Bahia de Banderas -MY +0310+10142 Asia/Kuala_Lumpur peninsular Malaysia -MY +0133+11020 Asia/Kuching Sabah & Sarawak -MZ -2558+03235 Africa/Maputo -NA -2234+01706 Africa/Windhoek -NC -2216+16627 Pacific/Noumea -NE +1331+00207 Africa/Niamey -NF -2903+16758 Pacific/Norfolk -NG +0627+00324 Africa/Lagos -NI +1209-08617 America/Managua -NL +5222+00454 Europe/Amsterdam -NO +5955+01045 Europe/Oslo -NP +2743+08519 Asia/Kathmandu -NR -0031+16655 Pacific/Nauru -NU -1901-16955 Pacific/Niue -NZ -3652+17446 Pacific/Auckland most locations -NZ -4357-17633 Pacific/Chatham Chatham Islands -OM +2336+05835 Asia/Muscat -PA +0858-07932 America/Panama -PE -1203-07703 America/Lima -PF -1732-14934 Pacific/Tahiti Society Islands -PF -0900-13930 Pacific/Marquesas Marquesas Islands -PF -2308-13457 Pacific/Gambier Gambier Islands -PG -0930+14710 Pacific/Port_Moresby -PH +1435+12100 Asia/Manila -PK +2452+06703 Asia/Karachi -PL +5215+02100 Europe/Warsaw -PM +4703-05620 America/Miquelon -PN -2504-13005 Pacific/Pitcairn -PR +182806-0660622 America/Puerto_Rico -PS +3130+03428 Asia/Gaza Gaza Strip -PS +313200+0350542 Asia/Hebron West Bank -PT +3843-00908 Europe/Lisbon mainland -PT +3238-01654 Atlantic/Madeira Madeira Islands -PT +3744-02540 Atlantic/Azores Azores -PW +0720+13429 Pacific/Palau -PY -2516-05740 America/Asuncion -QA +2517+05132 Asia/Qatar -RE -2052+05528 Indian/Reunion -RO +4426+02606 Europe/Bucharest -RS +4450+02030 Europe/Belgrade -RU +5443+02030 Europe/Kaliningrad Moscow-01 - Kaliningrad -RU +5545+03735 Europe/Moscow Moscow+00 - west Russia -RU +4844+04425 Europe/Volgograd Moscow+00 - Caspian Sea -RU +5312+05009 Europe/Samara Moscow+00 - Samara, Udmurtia -RU +5651+06036 Asia/Yekaterinburg Moscow+02 - Urals -RU +5500+07324 Asia/Omsk Moscow+03 - west Siberia -RU +5502+08255 Asia/Novosibirsk Moscow+03 - Novosibirsk -RU +5345+08707 Asia/Novokuznetsk Moscow+03 - Novokuznetsk -RU +5601+09250 Asia/Krasnoyarsk Moscow+04 - Yenisei River -RU +5216+10420 Asia/Irkutsk Moscow+05 - Lake Baikal -RU +6200+12940 Asia/Yakutsk Moscow+06 - Lena River -RU +623923+1353314 Asia/Khandyga Moscow+06 - Tomponsky, Ust-Maysky -RU +4310+13156 Asia/Vladivostok Moscow+07 - Amur River -RU +4658+14242 Asia/Sakhalin Moscow+07 - Sakhalin Island -RU +643337+1431336 Asia/Ust-Nera Moscow+07 - Oymyakonsky -RU +5934+15048 Asia/Magadan Moscow+08 - Magadan -RU +5301+15839 Asia/Kamchatka Moscow+08 - Kamchatka -RU +6445+17729 Asia/Anadyr Moscow+08 - Bering Sea -RW -0157+03004 Africa/Kigali -SA +2438+04643 Asia/Riyadh -SB -0932+16012 Pacific/Guadalcanal -SC -0440+05528 Indian/Mahe -SD +1536+03232 Africa/Khartoum -SE +5920+01803 Europe/Stockholm -SG +0117+10351 Asia/Singapore -SH -1555-00542 Atlantic/St_Helena -SI +4603+01431 Europe/Ljubljana -SJ +7800+01600 Arctic/Longyearbyen -SK +4809+01707 Europe/Bratislava -SL +0830-01315 Africa/Freetown -SM +4355+01228 Europe/San_Marino -SN +1440-01726 Africa/Dakar -SO +0204+04522 Africa/Mogadishu -SR +0550-05510 America/Paramaribo -SS +0451+03136 Africa/Juba -ST +0020+00644 Africa/Sao_Tome -SV +1342-08912 America/El_Salvador -SX +180305-0630250 America/Lower_Princes -SY +3330+03618 Asia/Damascus -SZ -2618+03106 Africa/Mbabane -TC +2128-07108 America/Grand_Turk -TD +1207+01503 Africa/Ndjamena -TF -492110+0701303 Indian/Kerguelen -TG +0608+00113 Africa/Lome -TH +1345+10031 Asia/Bangkok -TJ +3835+06848 Asia/Dushanbe -TK -0922-17114 Pacific/Fakaofo -TL -0833+12535 Asia/Dili -TM +3757+05823 Asia/Ashgabat -TN +3648+01011 Africa/Tunis -TO -2110-17510 Pacific/Tongatapu -TR +4101+02858 Europe/Istanbul -TT +1039-06131 America/Port_of_Spain -TV -0831+17913 Pacific/Funafuti -TW +2503+12130 Asia/Taipei -TZ -0648+03917 Africa/Dar_es_Salaam -UA +5026+03031 Europe/Kiev most locations -UA +4837+02218 Europe/Uzhgorod Ruthenia -UA +4750+03510 Europe/Zaporozhye Zaporozh'ye, E Lugansk / Zaporizhia, E Luhansk -UA +4457+03406 Europe/Simferopol central Crimea -UG +0019+03225 Africa/Kampala -UM +1645-16931 Pacific/Johnston Johnston Atoll -UM +2813-17722 Pacific/Midway Midway Islands -UM +1917+16637 Pacific/Wake Wake Island -US +404251-0740023 America/New_York Eastern Time -US +421953-0830245 America/Detroit Eastern Time - Michigan - most locations -US +381515-0854534 America/Kentucky/Louisville Eastern Time - Kentucky - Louisville area -US +364947-0845057 America/Kentucky/Monticello Eastern Time - Kentucky - Wayne County -US +394606-0860929 America/Indiana/Indianapolis Eastern Time - Indiana - most locations -US +384038-0873143 America/Indiana/Vincennes Eastern Time - Indiana - Daviess, Dubois, Knox & Martin Counties -US +410305-0863611 America/Indiana/Winamac Eastern Time - Indiana - Pulaski County -US +382232-0862041 America/Indiana/Marengo Eastern Time - Indiana - Crawford County -US +382931-0871643 America/Indiana/Petersburg Eastern Time - Indiana - Pike County -US +384452-0850402 America/Indiana/Vevay Eastern Time - Indiana - Switzerland County -US +415100-0873900 America/Chicago Central Time -US +375711-0864541 America/Indiana/Tell_City Central Time - Indiana - Perry County -US +411745-0863730 America/Indiana/Knox Central Time - Indiana - Starke County -US +450628-0873651 America/Menominee Central Time - Michigan - Dickinson, Gogebic, Iron & Menominee Counties -US +470659-1011757 America/North_Dakota/Center Central Time - North Dakota - Oliver County -US +465042-1012439 America/North_Dakota/New_Salem Central Time - North Dakota - Morton County (except Mandan area) -US +471551-1014640 America/North_Dakota/Beulah Central Time - North Dakota - Mercer County -US +394421-1045903 America/Denver Mountain Time -US +433649-1161209 America/Boise Mountain Time - south Idaho & east Oregon -US +364708-1084111 America/Shiprock Mountain Time - Navajo -US +332654-1120424 America/Phoenix Mountain Standard Time - Arizona -US +340308-1181434 America/Los_Angeles Pacific Time -US +611305-1495401 America/Anchorage Alaska Time -US +581807-1342511 America/Juneau Alaska Time - Alaska panhandle -US +571035-1351807 America/Sitka Alaska Time - southeast Alaska panhandle -US +593249-1394338 America/Yakutat Alaska Time - Alaska panhandle neck -US +643004-1652423 America/Nome Alaska Time - west Alaska -US +515248-1763929 America/Adak Aleutian Islands -US +550737-1313435 America/Metlakatla Metlakatla Time - Annette Island -US +211825-1575130 Pacific/Honolulu Hawaii -UY -3453-05611 America/Montevideo -UZ +3940+06648 Asia/Samarkand west Uzbekistan -UZ +4120+06918 Asia/Tashkent east Uzbekistan -VA +415408+0122711 Europe/Vatican -VC +1309-06114 America/St_Vincent -VE +1030-06656 America/Caracas -VG +1827-06437 America/Tortola -VI +1821-06456 America/St_Thomas -VN +1045+10640 Asia/Ho_Chi_Minh -VU -1740+16825 Pacific/Efate -WF -1318-17610 Pacific/Wallis -WS -1350-17144 Pacific/Apia -YE +1245+04512 Asia/Aden -YT -1247+04514 Indian/Mayotte -ZA -2615+02800 Africa/Johannesburg -ZM -1525+02817 Africa/Lusaka -ZW -1750+03103 Africa/Harare diff --git a/layout/rootfs/home b/layout/rootfs/home deleted file mode 120000 index 48b7bfd..0000000 --- a/layout/rootfs/home +++ /dev/null @@ -1 +0,0 @@ -mnt/userfs/home
\ No newline at end of file diff --git a/layout/rootfs/run/.empty b/layout/rootfs/run/.empty deleted file mode 100644 index e69de29..0000000 --- a/layout/rootfs/run/.empty +++ /dev/null diff --git a/layout/rootfs/run/service/.s6-svscan/SIGHUP b/layout/rootfs/run/service/.s6-svscan/SIGHUP new file mode 100755 index 0000000..ef7d2c9 --- /dev/null +++ b/layout/rootfs/run/service/.s6-svscan/SIGHUP @@ -0,0 +1 @@ +#!/command/execlineb -P diff --git a/layout/rootfs/run/service/.s6-svscan/SIGINT b/layout/rootfs/run/service/.s6-svscan/SIGINT new file mode 100755 index 0000000..a547aad --- /dev/null +++ b/layout/rootfs/run/service/.s6-svscan/SIGINT @@ -0,0 +1,3 @@ +#!/command/execlineb -P + +reboot diff --git a/layout/rootfs/run/service/.s6-svscan/SIGQUIT b/layout/rootfs/run/service/.s6-svscan/SIGQUIT new file mode 100755 index 0000000..ef7d2c9 --- /dev/null +++ b/layout/rootfs/run/service/.s6-svscan/SIGQUIT @@ -0,0 +1 @@ +#!/command/execlineb -P diff --git a/layout/rootfs/run/service/.s6-svscan/SIGTERM b/layout/rootfs/run/service/.s6-svscan/SIGTERM new file mode 100755 index 0000000..ef7d2c9 --- /dev/null +++ b/layout/rootfs/run/service/.s6-svscan/SIGTERM @@ -0,0 +1 @@ +#!/command/execlineb -P diff --git a/layout/rootfs/run/service/.s6-svscan/SIGUSR1 b/layout/rootfs/run/service/.s6-svscan/SIGUSR1 new file mode 100755 index 0000000..ef7d2c9 --- /dev/null +++ b/layout/rootfs/run/service/.s6-svscan/SIGUSR1 @@ -0,0 +1 @@ +#!/command/execlineb -P diff --git a/layout/rootfs/run/service/.s6-svscan/SIGUSR2 b/layout/rootfs/run/service/.s6-svscan/SIGUSR2 new file mode 100755 index 0000000..ef7d2c9 --- /dev/null +++ b/layout/rootfs/run/service/.s6-svscan/SIGUSR2 @@ -0,0 +1 @@ +#!/command/execlineb -P diff --git a/layout/rootfs/run/service/.s6-svscan/crash b/layout/rootfs/run/service/.s6-svscan/crash new file mode 100755 index 0000000..c9ca6d5 --- /dev/null +++ b/layout/rootfs/run/service/.s6-svscan/crash @@ -0,0 +1,3 @@ +#!/command/execlineb -P + +reboot -f diff --git a/layout/rootfs/run/service/.s6-svscan/finish b/layout/rootfs/run/service/.s6-svscan/finish new file mode 100755 index 0000000..c9ca6d5 --- /dev/null +++ b/layout/rootfs/run/service/.s6-svscan/finish @@ -0,0 +1,3 @@ +#!/command/execlineb -P + +reboot -f diff --git a/layout/rootfs/etc/s6-linux-init/run-image/service/s6-linux-init-early-getty/run b/layout/rootfs/run/service/s6-linux-init-early-getty/run index c48b72d..c48b72d 100755 --- a/layout/rootfs/etc/s6-linux-init/run-image/service/s6-linux-init-early-getty/run +++ b/layout/rootfs/run/service/s6-linux-init-early-getty/run diff --git a/layout/rootfs/etc/s6-linux-init/run-image/service/s6-svscan-log/run b/layout/rootfs/run/service/s6-svscan-log/run index 896a294..896a294 100755 --- a/layout/rootfs/etc/s6-linux-init/run-image/service/s6-svscan-log/run +++ b/layout/rootfs/run/service/s6-svscan-log/run diff --git a/layout/rootfs/boot/.empty b/layout/rootfs/run/shm/.empty index e69de29..e69de29 100644 --- a/layout/rootfs/boot/.empty +++ b/layout/rootfs/run/shm/.empty diff --git a/layout/rootfs/etc/images/varlog/devd/.empty b/layout/rootfs/run/uncaught-logs/.empty index e69de29..e69de29 100644 --- a/layout/rootfs/etc/images/varlog/devd/.empty +++ b/layout/rootfs/run/uncaught-logs/.empty diff --git a/layout/rootfs/tmp b/layout/rootfs/tmp deleted file mode 120000 index 13e97f7..0000000 --- a/layout/rootfs/tmp +++ /dev/null @@ -1 +0,0 @@ -run/tmp
\ No newline at end of file diff --git a/layout/rootfs/etc/images/varlog/dnscache/.empty b/layout/rootfs/tmp/.empty index e69de29..e69de29 100644 --- a/layout/rootfs/etc/images/varlog/dnscache/.empty +++ b/layout/rootfs/tmp/.empty diff --git a/layout/rootfs/var b/layout/rootfs/var deleted file mode 120000 index a492c97..0000000 --- a/layout/rootfs/var +++ /dev/null @@ -1 +0,0 @@ -mnt/rwfs/var
\ No newline at end of file diff --git a/layout/rootfs/etc/images/varlog/fdholder-tmp/.empty b/layout/rootfs/var/log/klogd/.empty index e69de29..e69de29 100644 --- a/layout/rootfs/etc/images/varlog/fdholder-tmp/.empty +++ b/layout/rootfs/var/log/klogd/.empty diff --git a/layout/rootfs/etc/images/varlog/fdholder/.empty b/layout/rootfs/var/log/ntpclient/.empty index e69de29..e69de29 100644 --- a/layout/rootfs/etc/images/varlog/fdholder/.empty +++ b/layout/rootfs/var/log/ntpclient/.empty diff --git a/layout/rootfs/etc/images/varlog/klogd/.empty b/layout/rootfs/var/log/sshd-4/.empty index e69de29..e69de29 100644 --- a/layout/rootfs/etc/images/varlog/klogd/.empty +++ b/layout/rootfs/var/log/sshd-4/.empty diff --git a/layout/rwfs/var/etc/.empty b/layout/rwfs/var/etc/.empty deleted file mode 100644 index e69de29..0000000 --- a/layout/rwfs/var/etc/.empty +++ /dev/null diff --git a/layout/rwfs/var/log/devd/.empty b/layout/rwfs/var/log/devd/.empty deleted file mode 100644 index e69de29..0000000 --- a/layout/rwfs/var/log/devd/.empty +++ /dev/null diff --git a/layout/rwfs/var/log/dnscache/.empty b/layout/rwfs/var/log/dnscache/.empty deleted file mode 100644 index e69de29..0000000 --- a/layout/rwfs/var/log/dnscache/.empty +++ /dev/null diff --git a/layout/rwfs/var/log/fdholder-tmp/.empty b/layout/rwfs/var/log/fdholder-tmp/.empty deleted file mode 100644 index e69de29..0000000 --- a/layout/rwfs/var/log/fdholder-tmp/.empty +++ /dev/null diff --git a/layout/rwfs/var/log/fdholder/.empty b/layout/rwfs/var/log/fdholder/.empty deleted file mode 100644 index e69de29..0000000 --- a/layout/rwfs/var/log/fdholder/.empty +++ /dev/null diff --git a/layout/rwfs/var/log/klogd/.empty b/layout/rwfs/var/log/klogd/.empty deleted file mode 100644 index e69de29..0000000 --- a/layout/rwfs/var/log/klogd/.empty +++ /dev/null diff --git a/layout/rwfs/var/log/ntpclient/.empty b/layout/rwfs/var/log/ntpclient/.empty deleted file mode 100644 index e69de29..0000000 --- a/layout/rwfs/var/log/ntpclient/.empty +++ /dev/null diff --git a/layout/rwfs/var/log/sshd-4/.empty b/layout/rwfs/var/log/sshd-4/.empty deleted file mode 100644 index e69de29..0000000 --- a/layout/rwfs/var/log/sshd-4/.empty +++ /dev/null diff --git a/layout/rwfs/var/log/syslogd/.empty b/layout/rwfs/var/log/syslogd/.empty deleted file mode 100644 index e69de29..0000000 --- a/layout/rwfs/var/log/syslogd/.empty +++ /dev/null diff --git a/layout/rwfs/var/log/udhcpc-eth0/.empty b/layout/rwfs/var/log/udhcpc-eth0/.empty deleted file mode 100644 index e69de29..0000000 --- a/layout/rwfs/var/log/udhcpc-eth0/.empty +++ /dev/null diff --git a/layout/rwfs/var/run/.empty b/layout/rwfs/var/run/.empty deleted file mode 100644 index e69de29..0000000 --- a/layout/rwfs/var/run/.empty +++ /dev/null diff --git a/layout/rwfs/var/tmp/.empty b/layout/rwfs/var/tmp/.empty deleted file mode 100644 index e69de29..0000000 --- a/layout/rwfs/var/tmp/.empty +++ /dev/null diff --git a/layout/stagingfs/.empty b/layout/stagingfs/.empty deleted file mode 100644 index e69de29..0000000 --- a/layout/stagingfs/.empty +++ /dev/null diff --git a/layout/userfs/home/guest/.execline-loginshell b/layout/userfs/home/guest/.execline-loginshell deleted file mode 100755 index 9339af0..0000000 --- a/layout/userfs/home/guest/.execline-loginshell +++ /dev/null @@ -1,3 +0,0 @@ -#!/command/execlineb -S0 -/command/importas -D /etc/execline-shell SHELL SHELL -$SHELL $@ diff --git a/layout/userfs/home/guest/.execline-shell b/layout/userfs/home/guest/.execline-shell deleted file mode 100755 index f28df30..0000000 --- a/layout/userfs/home/guest/.execline-shell +++ /dev/null @@ -1,3 +0,0 @@ -#!/command/execlineb -S0 -export PS1 "${USER}@%%HOSTNAME%%:${PWD} $ " -/bin/ash $@ diff --git a/layout/userfs/home/guest/.ssh/.empty b/layout/userfs/home/guest/.ssh/.empty deleted file mode 100644 index e69de29..0000000 --- a/layout/userfs/home/guest/.ssh/.empty +++ /dev/null |