yast2-installation-4.0.60-lp150.2.3.1 4>$  Ap[a/=„%ƠûF6prfA+:LUDv V |j Hy'f{w>XQ DC&7x`3/}lUmoJbz A}MiqJKp?q7b$d%S,Sv..@Қ\@!Z}ZgT3׫xg-ABןgi^\} MY: _m ʠlpUdЙY|j]F7efb25b60891729edcff160837ce8cabf55907f41f00a3329a9d64bd569f91533ae40c7badb4fc4d0d6001dc9ba408fdc37aa1de\[a/=„|@r6!h"~&%[C^]qyɸ;Ke%r>i9|.)-V0 \vOG{T۶[PBO4Pt)X4&=W >s IWW+uE *8F׊DE%#(Fk8_.m.J&/cg]+zH">SU(DbPy߻(L̊uȊ yZ >pO?d ( C  I  P  h    "  `  a e k4 ppp tu$u$wk$wxxj(x8x"9,":"=>?@BFG H, I\ XhYtZ[\ ] ^bcd"e'f*l,u@ vpw, x\ yzLTlrCyast2-installation4.0.60lp150.2.3.1YaST2 - Installation PartsSystem installation code as present on installation media.[Ylamb20 KkopenSUSE Leap 15.0openSUSEGPL-2.0-onlyhttp://bugs.opensuse.orgSystem/YaSThttp://github.com/yast/yast-installationlinuxnoarch test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-yast2-installation-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-yast2-installation-update-$service-new-in-upgrade" fi done for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi PNAME=security SUBPNAME=-checksig SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset YaST2-Second-Stage.service YaST2-Firstboot.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do if [ ! -e "/run/rpm-yast2-installation-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-yast2-installation-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi # bsc#924278 Always enable these services by default, they are already listed # in systemd-presets-branding package, but that works for new installations # only, it does not work for upgrades from SLE 11 where scripts had different # name and were not handled by systemd. # When we upgrade/update from systemd-based system, scripts are always enabled # by the service_add_post macro. systemctl enable YaST2-Second-Stage.service systemctl enable YaST2-Firstboot.service test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable YaST2-Second-Stage.service YaST2-Firstboot.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop YaST2-Second-Stage.service YaST2-Firstboot.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart YaST2-Second-Stage.service YaST2-Firstboot.service ) || : fi else # package uninstall for service in YaST2-Second-Stage.service YaST2-Firstboot.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi~ * SpD< MtN < * z\^VLVYLj^^e_c\W^VbYZGiWOK[UWclMoXTX]pX^deQK\QVM\ZNlOSQV^MVX]\MXUZIVTOOZIR!R ,n@+<*7  3 #); ;A ~A>  5z B8Ko$%?3V H 9 f  I&@|]X[ 2CE8  c sVd{Qb& =(:| lKe> yg:$EYn=FR|FA큤AAA큤AA큤A큤A큤A큤A큤A큤A큤A큤큤A큤A큤A큤A큤A큤A큤AA큤A큤AA[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q[Q0379800c76b30b8b34255227edd0c7e24a7be5ff017622caaf9460933b96f2d5d2807a673fcab8987c835dbc49bd6bd76b8206997bda13ab5427c30cf61edde5b9c226d13b7995646c0b733937997acb00e7b61dc582fc02b49aeff5b4bcefaf592dd707b4ff0e0f8a3d0cfc979d3ba1e05942afa5e84e07064454d8882ca2fb6acd5da54297da7f1a33643ea3656b31991dd61785452fb06ff4c9601cfccec358fb0d7de90165efe380b23ce9d4366e568ea2ffa7dab184980fd2ca6dfd8daeee6f67334eeb8a224afbb1f148683cc9c15a93449169173a0ab02d853f95441d4a9375fac0151e931f600683a7a432b181d397cc56eb37ab5da4b924abfd0a14ccf63c5fcc69f76e936813e2fd252b26d65383e606ffa5d35db653bfc12c3f76e6c1bb585d8bed0486fe6a7e060d137d13a26ab697b1a44dd6c2eabf7d050c5ded30a18aa1d18eab00d179fdab30b881dda241478221174462424f817a15bcc7eba2c944c6b1ce469f9901e25331cbe707c05081bdd817090f14c720eaaf448bc4fc7739c49c951c116ce3b889074cbe95206acd8b731efe113ee8f480bb30a5610415a73d18f01b6cba49b07ec39d7ac3a047326ddfcad0aedee7f8d3da68cbe65e48fa274f4095dfd464747c31aea5b82207a2e3b5668d5b98fe6797acbc79a1d1c5f5106e78900fadea8efab9ab1332cb6d3f39fc1ffcb96eb30aef70912b9bdfab71b67cbc88d76caba715e055da995ab8588af9347af5d1814450841fd164a9a9883df974d1562dfb8723f76caedde7dd85be11fc02d571fe452d185b17dc3c99c081e209e4a5611c0b645f20409d64fa78c4250439f0ab3c4408488beee25703e791d7148ca454b0a5cbc260d4712165ffe5f42e9d0a4096c6221a5a1b4059694bbc158b8d49eacfe91e12fa9fb6b18cf9740bb2ef6a35a0edbbc962a80119933c456f4f48430105642ba5411291e3a28d64645978fea8cb4e0e4c8eacdcb068b628daab7034278b6107a38dafcac750f70a25d1a5f1c30c075a33a37f5dd02d50aa2f772df3adb9ee69ee88305571dd57dd072044334c839cacc72b522e945255238fa9975349cb4c7a8f7805c1f766767cefd70a32a68bcbbe2d5fb68096b9228491b3bb58c54304e3ea2a554beba6414b60c1b1d138cc6576ff4c4763b8b8ce4e133509ed0a1e8a00a26a443cd31237e3389cddd402c6b4e056897088e9adaf640d0be54f11a1a2ce71ed5061bee1de0b63e703ee212e69d703c5a2b6c065fa92783f73e99e7ffe6e0a4a275296a9d935beefcdf790d8bbf8ffc94f2e30ee17a0e07a99efb6963b9cf0930f7979d543e2ef66dda2fddd4c9c35c48bf0c0160fc63fe2d6822282748b299d9c4559a21be2b2e3e9f0575131897b533d6109d84daad0f76e7a42f1257d6845ffa6bec2d9db54b6d0f3da496d6709ef63ebb5d5c1aefc5936a4851ce3ef3ee618f3153c6d8eea911b0b40106a7ca530d914d64c674299ed12a14ddc35fcc2b011280b668f9dc04e4432f94b4805b4d431c67b0f55ad50a273c71ef9e6920ccb1e23a52cfae62026d97862df816b6460cad0ea7587cd9536e183c835710385a77b9c06769ddf35fccde18bbd12b988b9d25da067b60cbb2aae9b11a92e4741d13ca9ae2c2a8633dc00768bba60a7aa34669e4ff26639dc74d9d9c3010a8a843be7000f79385416042059adf7e97b9bd9739c98e38fe19bdcdc236aa936be98cc35618112277b40e3ccd5e170f8f9f2cf373a351e4b6f8dc394037170831f45584fc20484d8aa2061e4973de95e61beb8edfaa04b05c9acb1495e0c7a5ea4f36ade7a45bb8f7f2139ce6f62e1e05d351a74ae98b85a8fc40d9e3a057bd790be509710423dd62d0ecb44059d69860dbdb05eb15fed4d23be2bfd0c7831af854cbb265603700815432ee435d15e76d3d6558b47e386c0993fc314e5c69432108f7ba475e8db895aadb7c3c60bbecd8c2d5dd5c0b85e4a08563817bb785205bb30c72d1be57862a6caeb0a808000c60d2b782f45bc11b1fb9999f37f79c7b03ef3f470e4794b18a84e971d30abfeffb89cdd140bd95a6287c019f0b881ff3f812b1f2eeda32f240bcc6b232864470f8fe09f5dc24a126d23255e1dc02d46680fe42e0d7f3a32e5fb351abed41bef9bb23e9d3bce8c383c15757e474995bd62cc741820f12be65ed4e16bfb9ced25f6bc33bd175488c275915146a461d1cf1a5e4625d2f9244fba50320ef6d5f96b4e24a76724727e91d5f995055926180a89c4b0105a5d6660a982a82ff5473299a04de83802b3ad101534e02100ff56b05eebfc5131d15406bbd615f4e7c747b115e9bd4e56b81d2b5d82c1a4a807f9967c7ec57ae40c3f962fd4c6725665c5a2fee9fc29db98bf8cf20f8d52c149f69472ca8a5ab0372cecde4de09b2b2adb2f2458fec5fed22fd569f4cb69c0455da277fd1a3e92da6ee4db3dcf7c8c6056f45645cbe8962babaab343e3df1c08733edd598377a1fbeb34a8617f1e4755eaf444411e90fe259f3286bfbce801dc0b82fa7303a51a3b5a2eb7203d89f64bb10b2fd092a915dabf895095672800e69fc0228eeb368426c9be962157725d0d0e49b3925a1ef7907ef14e48956392ccc250554f63a9b247bb5a7e887e9f5581c3de900be8d5497173707d2ddcd6ec79ae5cf39debedad5afbb1984bb7a1ee9617ef740b46736a6a6ddceb775a9f710524ba4a3e4504fc6556ead9aa92d9c97afabbc94e2ec161a83a5d2f613b597af7a2b1edc776adf18dde3c58acec43cac88da58381ee4df2c221c18b60e37fa97cd88aa1c48c2aa80ffd4fc1ad1e943664c5a178719fad97625efb88ef52f4de9841ee93cced97e26a4aa5df7e2f7a33d83f12bb1b9c7497cd6af96e1ad915614c413ddf1addc79fc33138177476b9cde905abd4881ff629aa94337dd6d23cae90bf719c2dce0a7c0c8a791bf9fc67fae52900c86328ff1cab8863f8bf0b610fee8293eb572ea14e289ea3b9a350d92c6c5bf451e34a0ede71dce635f50b617614a0da59d93988046f3f3aba607d90b882c96a178bb7fc38bd7effd87e01fd215d057f860ca7de6e0dedeb90689c7c9d6a882486fbacf19cf7906f3de2693d7ba0be6ed12966ab783edee531abf4e89ca927ae035a9a5812391a93c09ff343121e5841aa6c6896f7b1a756520bac115a65f0eb02911bc73fae3bb295b35a353e675519d5f4f3d4f08c0400378a44e40095207c3ef25430ec835d4bc91bc29f24e1b7111f355c6bc302b8ee62dbd125744818cdb85e6b646619c7c379d3c72d865346a64c5291d6015a6daa9401f98c132cc3f58c7348e77f7991d13bdc33aeac1c21b5a539d452f16ac484a8ff5693369a7179d25830679dd93b1786733310435c9fa12ff085b89ccbdd0979b07100b2b844f5359770f675b38d75fe8fccf7f0bb34bea8cec0f48eeae1d87e784cb2d498741fbb0b84c74ec4b2de9e29f919bf5a3bfcc1c5ff3396666525785c356d45da7d6d600a244ca40c9662e2425fe216e94251676782aa78b513b49e0424605cd873d6d91a05f338c482abc1d70320a2f094ee33c6068641f74270c1c2ba7c27ddd3306822e0edcb4a5446b2c929df4544fb222739c7e19274848d5ce17280ad38b33002237098e5c832174ef0c2df33fe0e32ba43cf21897f7e2e881ff2aa13a0634d43ef5f101299c89c55f1b02aba7afdcf16d956e9f4fd17cda670c8d4c99ad47af97c7d5d660f7d132ebb65e4b929ce69412034144d04dd8a6d767da7377df9fcb28dfa19a34d7652864f635aa247f0547eba13f5ff85a76eeceefb0888b30e13ee155e24705071df15a3a3ae55f43bc532397745aad25d1bbf3be5b0437f2f202bcd4baf87bd815ee87d28611faf2790e912efa508c7216e882d6f9347f3763f24fb543d1f1fa4fe3f4da8861ac6315aaddae2a6a0d7b493162f63c4df44fb5a15246e5f1917f5a93aadc392ebb38a4230a44607db34b8d605d421b3e222ebfe82c633fe781ca506c41b6e0e2153f17f8e8b1f6fe959cfd8b28feedda7f9f974f9848f3e6674a8de589161bafa7ea6cd992a3e0465f616e9bb22282565c985fa35e2e3c2f9a599bb60a35915ebc348be66da722370bba7e947b2a262e82f046cfd761416aa192887728c0bb34b659e7c29253929d87c950cbf70656e4a45e47d39e18b8acb8ef4c6715d8cb637d802a8a51d4df97253ac1a7115eb409d25502bbce3e7ea26ffeea3ea97ea5901c94ca5f77a22f83da1c9dd47bff5d97df4e6fcbc2a298cbd18c186757c7749df218cea0a1c011e106debd1250e426fd61df1221e6a2c8e8674dce9197c5445d9f219a34a5875ca98cd0a936f8d0c8addfe7f00d65a02a676591ed9dc5be7e125cb6e179ca9eb0a61459a81a8d49c0dcae98a37f1e422ddd11e4b0fe152fbdc82b216e453b5058040ef39279d8be142f5aa2cdbfe92c4d8b1438ee8096a9c55925371ddac077c53cb28ea4d0584cdbcf605237180b0dca87a829ef9ed6ecbc09db4d07cdb2ee5289b46e5c289aaac4c24227f423d183a7ab2bf8a545d85d6bd7e6dad08590542433f7d3a8c1f66b055e53e9f4ceed0b95150e1a3b0bf5151d356bdd2e88b8ba948b08108e5a5661851922c63cd3379d94314d51c377b1c027b0b66406120c9bc033c9919de02af6207fc6217e55e2eda88048e49a2d568f1a2681fb84e5c064929c21f15b731de72119940ee80a05b32642203a5873e365fe9ec3f1b16b71ae945d585f22c4868f70c0777c88b82508363860ae9b79599d469cba2a6a27fae5b26629ba02e3a24a801187a04b814343fbf1002d3308f0c5810aa29956927903cf3a020d747c8d5d39bb0355f55c77646a4aa9e07ee10b3a7d1837d21563a5b48fec035a2b6be502adce9b21036b5b174743bc09cce3724678ccb9ced565f24d686f424fed5dd88fcf43f317736bf478f50da45c5934697846417f92e35af5d8fce5bacf5e74a5536b227abe3bc01029cbcfe991ee50ca43d703cc83ef2948d20ab4a18a5b7a463b64f784819f345ff462de30fc715d5143857845af9f846569490f14a23ef33576d2719165b1d4e44d83af74a3dbb78b985a8e55d7152448ccc194eaa57be3c11b2c4eef608084a53fffc553b81f85775fce67cda357f618dfd80cd5c328ab27fcd94e87fd4d6ec32c67cd897242e5e84aa5c1f34c0e05d498b9d5522de71450db80690d2be70fc3305ebf3871ef6260df73c4a3ce8502254ab649723defd4913ffa889a197a616c18df7547c5785ca5282b4616d344d873ca59fc74f334a85e44880f57dc5f1f84fe62ec9514487c30edb4e4f62181de92e7a2c3b0d959456cef2db234c250d04308b5999652e72c9585db31c0a14a711079e8efd68e602907bde7d130f364259040fd2e78cf3d566ed9b5be5e22fee5f72a22dfd4a8b509a3f44b2c4dd5e2525712b375b2095ae5f8073e83635f4b3a3b8323213dcd7ece40410b6c0661ced0a891e65ac6f25ca0e0b2ec8d1d7c775d625bfb5bc97c49bdd95fd57043bb119b7a418381cd9f1a6e9ff89ef561641b891f1156bfc2c28bd18c3672736b21e6a17d01ebd152694f44983997c66fac335b6d78e06bc09390f2e535c50420e9237737d7f019190f4c98f881e0e00d9744577f3faf3bc39d52c89e82383c216396c35407e4feffde1a66d4b51aac86c467f92dbbfa322a650ce5e05d09530af9135ebc938c9b9c5592708566770c7b57393cb9fb4d9cadfd427830e54e728d805fa97a779fd4f001da85c84c9f108b1ac6d2d06e0f953dbd7b4f7157970e4ecda10caa0082711d402bb3e46c016f94d19b5a22377d650e279fe893b0ddfb6e682f4f3c93dd2cb1d561832cf863794660d02ac8ff06271d7bae5c99506b5b76ec5dc89e964b4b0fba5cb0c1a12f5a1802bc20075a8e0ec6dc5765d2fe71de4d16e92a18abd7995d12e767ead149ebf4f2214509e3dfaa627f3bd0b9607f8ad2eed6a19e3e259e0bcaa1c4f38d9698ad48dfaf38953cb4dccc277498e94ac2cc4621139dae3577548607662f85d6052e0a4c103ffab5b7f27a7a2c7951edd9cecc0e71df46263ed0d869e04c724693872747b200ee96afd87b8db3de2039e399e38ec562594e2c8bb7c5bfec6de9d04d8bd15777838b6992a555109ea198271ba060646e2743e8ed85dcff89aeb82fcab6201cb854db4d5bc199ac648f1bd7d950a70cd8e2ddce5a34e222ff5e8ecb9f547703df2cfdfcebc6783b6040f7c48bc9199ca445a8d22fa1e531b8c7d8f2d8b9caf1346e974b33b4c3c4f2c26d2b02e914484d9fc376e8db5e5e7d656e7cb261d04a3e86b3612a03f3a3c2ddc106ec253c98a6275eb33aa977598703cc40208886a9cf4c244b7900f47f0cbf5abc6a9899757f186e040553a42344a68a1fb8352b4e7e58a28cae02a9e1cf0b93b10c77f4ed69d6c3dc5fa020febeee85a792613b3ddd208954e8e1252206c8533594ab19046cbfe584cd435e77947a2500a9355b6590be73dfe42b682494e78557aac364752d22f950c84bb931c79d01f4ad286d3e15e2f262119cad3dd8f1ab0dbdea5c10d836a86af6148ca1e9d33cead47092aca6beccec96f024cd191e82ef42f82d0927172a75c1c83aa4b39a28ba50260b36c0a6278d345d0cc5e3f463bc04659fab209864d0a7a666a563b4b369b2c1cdc3c09c0e1b9cc9408810875788b78683eb08b7127bf5c23c128b6fab5c6f7ad92165f62de58a0099221c7f65bbf2c78545925407fe89de7c663f9c6d599f63382aa375f5be28e8946edc905b36d30d7fa1551c989433854e082f73ce187f269b1ee0e51200c2f5112e6e180f9f6bd7970f6546bb50272f0378cfd29a1bb8137c2ded9b98bd53e1c58e5515f2ec8d181b4864a9d549dddfd2ddd29ba13a809c425a94e019b6356bfabfac6e907e1e07bf2385574c068cb584c8aca350f9b9415a158310f4c5a337349c2e2035f2a6641c380ee0ca87b6797603707dcb8280fc0e50fe56cb65e46e3f8ef2f62fe862c39d830997c28ca8abe18fa648caf2258be63bfe5e1b9199211dee2cf65870528e1899e020f1966a921b95f01e4f9b77120ed30c316ff2b021b02459902dec121217f6dab15a289cca5ed69ba0223aa1b2fa57e410e3e3f7d4a2fe802bc19085707e014463240a99e7d601d8021b4ab4a2ff19bfe463b60ad38d8f20d8ad627373da0a94c64320105d62a14f8bf1b41189632a3443da83c2487ca54c6f7b1464d17c7e57ce3d2b85b2faa5f3b30ba93b97abffc06a964691e4cd03d8f55804775583c14faaabaaa742c65c2273d2febaca06d3b5ecb09aee0fc6c144425bba0fb7921da282f333baca28e9d1f368ad54434707800c6fc52dea7560392659899e4fe9f658f10074a3eedd185c33ada6ad583f8bf0a984c8425f7b384b15a618f3f02242a978614cf32a5941677f9de052978de815147070918325cc709df8fa5161ff858a09fe5ebe0fd357760858e9bbf3a410089df3d8216a8647c652f835aef9f10abf0f58ee469f959121aea9e942bc1df3c9635a6a937a38d983b86f4c473a4abfae760a34e4a334ff3a9572c7b38e1fa06b69e9a27bff86e722da00c2db42f7b2e13ced800ae06dc5f621f8b4109207a89e8dff74c5370176cab0a6fa0e7bdd4a89527310e486fa5a34a7ad88f4f451f934d94c55d825a548c163f3d19f2991868af148ca0bd719dbe664519a67c7169848bd13537d203322a068ac80bcf26c5db60bdb49615868fbc6c903eacee43750fd8c9edcddc6516aa6de547164c5c624069f9c33a55cd1dcb3dbc0d8907909ff740cb1835a0757c825edbd55f2447877888418cbdaaefc398f6ac5d54a3d985abaf43cd2e368086e279dcdb85e85d6ed0dce3335527683d9ca3f7446360207585106f3a669d5a8b139496c1acc482e694691b3790c429bbc526f66e9c342608896bb37525259ebdc1d9cde6c3829395f470209a652123d52eba8c39f07874c01d738a44558b726c2513389bf13bd34101af70a880bfa10bc9383d6b7e71e2ef80a47e6e7a531a0683210bc9f0b15af54e7a4d1ed9387fcb382f33effdbd757d016858a98242d313bd2a189cb2d81be71953eeb5719616e6561bb34f105b4391b58102933e3ca2d82e59e2c3486abbdc5683c7f457657f359628f9961a4b6b6b534fcd2b4234c49aed9ceb761b6bc7f3169bf19fcc574bbe14bc06895545392a774b6ef86e78034f594993d0137d2904e59bced1dc711b5211f6d77e607db83ca40bae84dd866cd0efd9c3eccc80261e097ec0ec5110ea24ab7be4f92f3431530d380055b1925053fea2ea9c7d6865bcf618d43f0538e45c15cf5c3e4b8985d193cd649c19eaa1c4d4c8136222277f1ab38cbc61a64b5d220921543f2bb88529a6dea8e08d8f41448a881ffeb9c8eb4070d9862cc80eb184a9931860064608463064b785f0125b406723ab11d55ffd3f4a8844d4d1789835ddbaa6844e03c0ec76267a2aef7f3bab73bb7e4cf5f2a4a01c401258dda75924d02228fb329c218bbbef00b56b5b620a7c7682dc251b97a315be732b554d9ac6dc2c7f46e3eecd9cff61e60ce6092bbe76f6d81485c8ee6f808d6c02282e6bbc4322cddb32871e9fc43748667d8c5853f3c2c4eae8460185e2a19fb9e0a504d26e81ed3fd0922854012ba02d6865db2c689a122ed41f1741e9921983a8855acf06d5300b34bc39b043ffca29b81e25edfae39dacec403172b6bce7875de1c0b912e8ecfb539625cff2b782c28a93b14e02e173bc1d01f9ebe2e54978302ebfe05a5d7ec5a277225ffcb73df75e9630d76d9912f7f52f576d687a5e3367885053e8b0d8fd1eb8f16f07a761bbde12463cee18af58c7e03c118d8fbfa43ce916838a627c6a26d97eaca616bfadb9702ffa54dc36c4205f2176521b151ab12a3538dfa491b91f888b0b029845167b0379a994e103ac0ffa8d03af51df4a5d47cc757fd7b7fa3cc54a2ebc6328bd212ac596287c2f530adff88aca477a5d51790f0cfc67311570641e8df6832696a3e1b01c8a8b29e454b18ac665465809e7258d9c5f68852b0a6c6b8a0293ff716b1b825d93a3da78138a0f8d67f05d75967d18a897ceb7e94670c9ad53527ea4f7e84a576d9e8b9dc6f444e3576b938388c1a1e88410e434f982847b6171845a7102e87ebcd8fbd10ed3e1a7326b4fb5aa48f11a7d9722ee7d6ec498b974e199d1f5154ce82245aba7bdb56b55f49f73b5b488581b31692b3f96ca98448b7d88b4bfff1fdb7013b5cd84f7cfab01080ad0cd3feea92d7bdd07504afc6b400196f45c23fa5d08710a8e2c05eb30bd6485662e668018028fc69963baa6bd8ffe4440efa378456f5c91a8d8d7d141c96f5a7bc992412593703604e76694189e237152ef17c48210fa495be0f0d1f6b66e7c328ba5ad80546b4c9e0efdd18a92835bd299ba3dff66e4221a28717d79ca912bb5dd75b6ef189eb28000e7f4f209b9c9e19a6ea4098710a2ba2f460ac028ab3e4ca3b76172983facf588142e16eb8d2314a20c924678e597bac165ae7d9ef0edea35c5fde58287d5f71c4b4a4afa2072502f20877f6e9a132282da541652adace438bf1b5b71ad6040f67631bafe5ccd21e0728d948557b0999205691dffdafba86ac19dc06922b61b9b0793d535adb906ee6d49de9980f695c26fdfc02077372dd0999686a59f2919d1b3c7c2a7fb61accbc02149b2049d435a272adf9674d3cc88cd7b3f5fa12b600459a978b1dd8045b2baee1dd78fbbd39c2419303f55b93aca0567ea14907b9e410f5a8a4a584029406c160d9e7da0591218d2a20655cb8d73cb1190f9aae9f94ca09587120123c0f075c1d8043c6c6366607082b1f8ae6835c5fde58287d5f71c4b4a4afa2072502f20877f6e9a132282da541652adace43bffb0fedd93ae1a6cd7c16b84f7dcdd4dbe80dd73928e2fbbb7b0655eea2dfec41db2a1598aaa888e39175e1a3032a68ba2cfc0f29c4bdef2a17ff9ec18a2e3641c52cb43a389469c9d425da55412db65f2cc8ec2a32a665b8fbdf24473aa06b1db8442f8d598f34ff49fe9f584ad89967a76c9fcad6683da86d511dc3bf706f4dc6d8a99a733333300984980de9854301c60193ef688b10169cfbe2c28f42e9f8c14e05b71a8ba05802b5bf2c76494e14f41b47c49f1cebaea71aede63be086d23ba14015b506fdfd2d5fe6254418d62eef81b5f97b48f0fb56d3afffbf72accc616fb1127435d91d6ac871d3c62672259fb4e99916b328a1a3fc04c1ed6362cf3164a2235473165b7d54c95f3bb934e384c46774224c9dba314d00692b0fa8b505094a350cf6ce596b20ee568537aa323ddd8871eca21ab59f037f1bd8a7528e5fb41395aaeafba8bbd93ab7fa96041b671ee421dbba4f154e975fc95c10352c0630e5047c98d02512ffd818b86f9fa1f56e225d77a3d8b98248bf185152453fdaaaa20152d8443ed4225a9fe16bf9ce63198e7d8100701ab2a3d352aeb72ed7e2afad162bd1771743b06d2bdb3de59fab71aa5351ec1cb2eaf77a8feb55b9f8d0216a98f6e1ed8603a25e78fc56807b5f3e9ac99daa3585a13f670f8d878385dcbbd4c43e47d58ff81f2f4f771e539b938ec2b0af3f0e0a05afadae662f0af139636c80341513953f97ee3fec5adee742cbc539612c427b0ef9a9da1ea2ef928c55e1d22719ea13be6110a79cd2eb6544f443cbc8b3bdd61d7275478b4b2db3d9eeea033c7d60b9755659f9a10384f178cc73812b26b786e54a4d5858361a31ac846688c3715e3bc6300a6cc8c105f9437b51334aba2772162ce4d7e012efac0c7738d8ef2e7a2761853e98416ee4041d0c5c6245c866d909b5684d929d18177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064375b3d04f861ce20dbead798fbcf638ac4c7a9a353d587cc04ff5f86c30981da89521b1494bac47b7e2bca558a9c412d89c3bfd7caf42b51c05a973f0158e404drootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootyast2-installation-4.0.60-lp150.2.3.1.src.rpmapplication()application(YaST2/release_notes.desktop)yast2-installation@ @      /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/shaugeas-lensescoreutilscoreutilsdiffutilsfillupgrepgzipinitvioconsiproute2pciutilsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemdtaryast2yast2-countryyast2-country-datayast2-networkyast2-packageryast2-pkg-bindingsyast2-proxyyast2-ruby-bindingsyast2-services-manageryast2-storage-ngyast2-users3.0.4-14.6.0-14.0-15.2-14.0.723.3.12.16.114.0.134.0.563.1.334.0.63.2.14.0.1753.2.8yast2yast2-bootloaderyast2-coreyast2-mouseyast2-pkg-bindingsyast2-registrationyast2-ycp-ui-bindings2.18.63.3.12.17.102.18.02.17.253.2.33.1.74.14.1Z@Z4@Z@ZZ@ZZZmZmZ@Z؄ZZԐ@ZԐ@Z̧@Za@Za@ZlZ@ZZ@Z@Z@ZkZ@ZH@ZH@Z@Z|;ZyZtRZtRZqZp^@Zk@Ze@ZaZ`@ZV@Z:PZ7Z7Z1@Z/Z.s@Z*~Z%8ZZYYY@Y+@Y@Y@YMYܶ@Y@YA@YA@YA@YY@YzYYY@@YKY@YYY@YYYYYYYYV@YaYYx@YTYTYP@YGY0Y.@Y.@Y, @Y"Y]YYXX@X@XXXXX~@X,X@XƉXCX@XO@XO@XBX@X@XpXX6@X6@XX@X@XX~@X|X|Xn5@XQ4@XGX43@X.@X-X)@X%X%X2@X@XWw@Ww@W@VɦV`Vy;@VwVjV^@VV@VUV<@V@V @UU6@UUXŬUUĝUU(U4@U@U@U3@U3@Ua@UmUg@U\w@U:0@U4@U/@U/@UUUF@T-@TTD@TԬT Tи@T T}T,@T,@TTTTT5TLTuTeTXTWn@TSyTR(@TwTT@SSS@S@S%@SSj@Sj@S;@S@S@SR@SSi@SS@SESQ@SSSS@S-S@S@S@SS!@SS|@SuSuSuSsZSr @Sr @Sl@Sl@S`SZN@SZN@SXSW@SM@SM@SKSKSG@SFSFSE6@S>S=M@S;S8@S0@S0@S)S"@S"@S!S L@S@SSc@S@SnS(S(S(S @S S S S?S?SSSK@SRb@RRR@RRR@R>R>RRJ@RURa@Ra@Ra@R@R=R1@R@RSR@RjRjR@R@RRRv@R0@R@RRR@R@RR{RrF@Ro@RkRj]@Rg@RfhR].@RVREs@REs@RD!R%@RR6R@QQB@Q@QMQ@QY@Qޞ@QcQɆ@Q@@Q@QyQ(@QJQQQu&@QnQU@Q@j@Q4QPP@P@PPPO@PPP@PP{@P@OjOG@OROiOF@O[@Oz@O`@O;@O3@O1@OO O O?@ONNσ@NåNN@N0NNN$@N/NNNi@N|tN|tNqNf @N^"@N[@NEN;@N;@N:N:N:N98@N98@N7N6@N)f@N7@N e@M)M)M@M@M@MM2@Mk@M] MQ0@M8#M6@M6@M'@M%Lr@L{LGK@KEKKK"@KKKK,K,K8@KKqK{@Ky7@KqN@KqN@KhKf@KY@KPXKEK"4@K@K@K@K@KK K3@JlJJ`@ĴĴJęJJ_@J0@JJ@J@J#J@JQJ Jq@Jq@JB@J?r@J0J,@JJMJ I@IcII4I@@Iд@I̿I3I@I?@IV@jlopez@suse.comigonzalezsosa@suse.comaschnell@suse.comlslezak@suse.czshundhammer@suse.comigonzalezsosa@suse.comlslezak@suse.czjreidinger@suse.comigonzalezsosa@suse.commvidner@suse.comlslezak@suse.czigonzalezsosa@suse.commvidner@suse.comjreidinger@suse.comschubi@suse.dejlopez@suse.commvidner@suse.comjlopez@suse.commvidner@suse.commvidner@suse.comknut.anderssen@suse.comigonzalezsosa@suse.comschubi@suse.deigonzalezsosa@suse.comshundhammer@suse.comjreidinger@suse.comancor@suse.comjreidinger@suse.comknut.anderssen@suse.comschubi@suse.dejreidinger@suse.comigonzalezsosa@suse.comschubi@suse.delslezak@suse.czjreidinger@suse.comancor@suse.comjsrain@suse.czqzhao@suse.comigonzalezsosa@suse.comschubi@suse.deschubi@suse.degsouza@suse.comjreidinger@suse.comlslezak@suse.czknut.anderssen@suse.comgsouza@suse.comigonzalezsosa@suse.comigonzalezsosa@suse.comrbrown@suse.comknut.anderssen@suse.comlocilka@suse.comigonzalezsosa@suse.comlslezak@suse.czjsrain@suse.czjreidinger@suse.comknut.anderssen@suse.comjreidinger@suse.comschubi@suse.deigonzalezsosa@suse.comjreidinger@suse.comigonzalezsosa@suse.comancor@suse.comknut.anderssen@suse.comjreidinger@suse.comlslezak@suse.czigonzalezsosa@suse.comancor@suse.comigonzalezsosa@suse.comgsouza@suse.comgsouza@suse.comigonzalezsosa@suse.comigonzalezsosa@suse.comshundhammer@suse.deancor@suse.comaschnell@suse.comschubi@suse.deancor@suse.comancor@suse.comancor@suse.comjreidinger@suse.comlslezak@suse.comjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comshundhammer@suse.delslezak@suse.czschubi@suse.deknut.anderssen@suse.comlslezak@suse.czknut.anderssen@suse.comlslezak@suse.czknut.anderssen@suse.comigonzalezsosa@suse.comgsouza@suse.comigonzalezsosa@suse.comjreidinger@suse.comschubi@suse.demvidner@suse.comigonzalezsosa@suse.comlslezak@suse.czancor@suse.commvidner@suse.comigonzalezsosa@suse.comigonzalezsosa@suse.comigonzalezsosa@suse.comjreidinger@suse.commvidner@suse.czmfilka@suse.commfilka@suse.comjreidinger@suse.comigonzalezsosa@suse.comkanderssen@suse.comjsrain@suse.czschubi@suse.dekanderssen@suse.comjreidinger@suse.comjreidinger@suse.commvidner@suse.comigonzalezsosa@suse.commfilka@suse.comigonzalezsosa@suse.comjreidinger@suse.commfilka@suse.comschubi@suse.dejreidinger@suse.comigonzalezsosa@suse.comjreidinger@suse.comjreidinger@suse.comshundhammer@suse.dejreidinger@suse.comschubi@suse.dejreidinger@suse.comlslezak@suse.czshundhammer@suse.dejreidinger@suse.comigonzalezsosa@suse.comigonzalezsosa@suse.comschubi@suse.deigonzalezsosa@suse.comschubi@suse.dejreidinger@suse.comjreidinger@suse.comlslezak@suse.czlslezak@suse.czcwh@suse.comjreidinger@suse.comjreidinger@suse.comkanderssen@suse.comlocilka@suse.comigonzalezsosa@suse.comigonzalezsosa@suse.comlocilka@suse.comancor@suse.comigonzalezsosa@suse.comjreidinger@suse.comlslezak@suse.czlslezak@suse.czschubi@suse.dejreidinger@suse.comlslezak@suse.czigonzalezsosa@suse.comsnwint@suse.deigonzalezsosa@suse.comschubi@suse.deigonzalezsosa@suse.comigonzalezsosa@suse.comlslezak@suse.czkanderssen@suse.comkanderssen@suse.comlslezak@suse.czancor@suse.comancor@suse.comlslezak@suse.czschubi@suse.dejsrain@suse.czancor@suse.comknut.anderssen@suse.comigonzalezsosa@suse.comlslezak@suse.czmfilka@suse.comjreidinger@suse.comigonzalezsosa@suse.comcwh@suse.comknut.anderssen@suse.commvidner@suse.comigonzalezsosa@suse.commvidner@suse.commfilka@suse.comancor@suse.commfilka@suse.comcwh@suse.comschubi@suse.dejsrain@suse.czjsrain@suse.czmvidner@suse.comjreidinger@suse.comlslezak@suse.czancor@suse.comancor@suse.comancor@suse.comjsrain@suse.czlocilka@suse.comigonzalezsosa@suse.comschubi@suse.deschubi@suse.deschubi@suse.deigonzalezsosa@suse.comjsrain@suse.czjsrain@suse.czmvidner@suse.comshundhammer@suse.delocilka@suse.comlslezak@suse.czjreidinger@suse.comlocilka@suse.comjreidinger@suse.comigonzalezsosa@suse.comlslezak@suse.czancor@suse.comschubi@suse.delocilka@suse.comjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comaschnell@suse.decwh@suse.comlslezak@suse.czancor@suse.comlslezak@suse.czschubi@suse.dejsrain@suse.czjsuchome@suse.czjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comjsrain@suse.czjreidinger@suse.comlslezak@suse.czaschnell@suse.dejreidinger@suse.comancor@suse.comancor@suse.comjreidinger@suse.comschubi@suse.dejreidinger@suse.comlslezak@suse.czlslezak@suse.czmvidner@suse.comancor@suse.comlocilka@suse.comlocilka@suse.comschubi@suse.deschubi@suse.dejreidinger@suse.comsnwint@suse.dejreidinger@suse.comlslezak@suse.czlslezak@suse.czaschnell@suse.desnwint@suse.deschubi@suse.dejsrain@suse.czlocilka@suse.comjreidinger@suse.comjreidinger@suse.comjreidinger@suse.czlocilka@suse.comjreidinger@suse.comlslezak@suse.czlslezak@suse.czlslezak@suse.czjreidinger@suse.comjreidinger@suse.comlslezak@suse.czlslezak@suse.czlslezak@suse.czaschnell@suse.dejreidinger@suse.comjsrain@suse.czmvidner@suse.comjsrain@suse.czjreidinger@suse.comjreidinger@suse.comgs@suse.dejreidinger@suse.comjsrain@suse.czjreidinger@suse.commfilka@suse.comjsrain@suse.czlocilka@suse.comjsrain@suse.czlocilka@suse.comjreidinger@suse.comjreidinger@suse.comlocilka@suse.comjsrain@suse.czmvidner@suse.comjsrain@suse.czsnwint@suse.desnwint@suse.dejreidinger@suse.comjreidinger@suse.commfilka@suse.comjreidinger@suse.comjreidinger@suse.comlslezak@suse.czsnwint@suse.dejsrain@suse.czjreidinger@suse.commfilka@suse.comjsrain@suse.czlslezak@suse.czjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comaschnell@suse.dejreidinger@suse.comjreidinger@suse.comjreidinger@suse.comlocilka@suse.comlocilka@suse.comlocilka@suse.czsnwint@suse.demvidner@suse.comlocilka@suse.comlocilka@suse.comlocilka@suse.comjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comjreidinger@suse.comjsrain@suse.czjreidinger@suse.comjreidinger@suse.comlslezak@suse.czjreidinger@suse.comaschnell@suse.dejreidinger@suse.commfilka@suse.comlslezak@suse.czjreidinger@suse.comjreidinger@suse.comjsrain@suse.czjreidinger@suse.comjsrain@suse.czvmoravec@suse.comlslezak@suse.czlslezak@suse.czvmoravec@suse.comjreidinger@suse.comlslezak@suse.czjreidinger@suse.comlslezak@suse.czjreidinger@suse.comvmoravec@suse.comjreidinger@suse.comvmoravec@suse.comlslezak@suse.czlocilka@suse.comlslezak@suse.czlslezak@suse.czvmoravec@suse.commfilka@suse.comlslezak@suse.czlslezak@suse.czjsrain@suse.czaschnell@suse.delslezak@suse.czlocilka@suse.comlocilka@suse.comlocilka@suse.comlslezak@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czmfilka@suse.comjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czlslezak@suse.czjsuchome@suse.czjsuchome@suse.czyast-devel@opensuse.orgfehr@suse.deaschnell@suse.dejsuchome@suse.czjsuchome@suse.czjsuchome@suse.czaschnell@suse.demfilka@suse.comlslezak@suse.czlocilka@suse.comjsuchome@suse.czaschnell@suse.dejsuchome@suse.czjsuchome@suse.czjsuchome@suse.czmfilka@suse.comaschnell@suse.defehr@suse.dejsuchome@suse.czlslezak@suse.czlocilka@suse.comjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czaschnell@suse.dejsuchome@suse.czjsuchome@suse.czaschnell@suse.deaschnell@suse.degs@suse.dejsuchome@suse.cztgoettlicher@suse.dejsuchome@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czjsuchome@suse.czjsuchome@suse.czfcrozat@suse.comaschnell@suse.defcrozat@suse.comjsuchome@suse.czlocilka@suse.czfcrozat@suse.comjsuchome@suse.czfcrozat@suse.comjsrain@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czlslezak@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czlslezak@suse.cztgoettlicher@suse.delslezak@suse.czmvidner@suse.czlslezak@suse.czlslezak@suse.czlslezak@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czjsuchome@suse.czjsuchome@suse.czlocilka@suse.czfehr@suse.dejsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czjsuchome@suse.czlocilka@suse.czaschnell@suse.delocilka@suse.czjsrain@suse.czjsrain@suse.czjsrain@suse.czjsrain@suse.czlocilka@suse.czjsrain@suse.czlslezak@suse.czjsrain@suse.czug@suse.deaschnell@suse.delocilka@suse.czaschnell@suse.delocilka@suse.czug@suse.delslezak@suse.czlocilka@suse.czkmachalkova@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czug@suse.deug@suse.delocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czaschnell@suse.deaschnell@suse.dejsuchome@suse.czlocilka@suse.czlocilka@suse.czkmachalkova@suse.czlocilka@suse.czjsrain@suse.czlocilka@suse.czkmachalkova@suse.czlocilka@suse.czmzugec@suse.czjsuchome@suse.czlocilka@suse.czjsuchome@suse.czjsuchome@suse.czlocilka@suse.czkmachalkova@suse.czkmachalkova@suse.czjsrain@suse.czjsrain@suse.czkmachalkova@suse.czlocilka@suse.czlocilka@suse.czaschnell@suse.dekmachalkova@suse.czlocilka@suse.czjdsn@suse.dejsuchome@suse.czlocilka@suse.czcoolo@novell.comjsrain@suse.czaschnell@suse.deaschnell@suse.dejuhliarik@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czug@suse.delocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.czlocilka@suse.cz- Do not try to set read-only property to default BTRFS subvolume if the filesystem already existed on disk (needed for bsc#1091047). - 4.0.60- Log a warning when umounting a filesystem fails after installation/upgrade (related to bsc#1090018). - 4.0.59- disable mdadm auto assembly for installation (bsc#1090690) - 4.0.58- Keep the selected product in the desktop selection dialog (bsc#1088660) - 4.0.57- Copy new /var/log/YaST2/storage-inst/ subdir to target at the end of the installation (part of fate #318196) - 4.0.56- Do not warn too soon about missing disks during autoinstallation (bsc#1091033) - 4.0.55- Better handle the restore scripts when YaST is aborted or crashes (bsc#1089643) - Delete the .repo files accidentally saved into inst-sys (fixes problems when restarting YaST after abort or crash) - 4.0.54- fix regression to show again iscsi configuration for disk-less setup (bsc#1090753) - 4.0.53- Fix text direction for RTL languages in the installer settings screen (bsc#1089846). - 4.0.52- Fixed "vnc.sh: /root/.profile: No such file or directory" (bsc#1089623). - 4.0.51- Log more details when unmounting the target partition fails (to debug bsc#1090018) - 4.0.50- Installer Updates does not overwrite Driver Updates (bsc#1088685). - 4.0.49- Don't hard-code the role text color (bsc#1087399). - 4.0.48- Ensure proper patterns are selected when going back to system role and switch to different role (bsc#1088883) - 4.0.47- Set Add-On products for installation again after the base product has been selected (bnc#1086846). - 4.0.46- Use AbortException when user aborts (part of fate#318196). - 4.0.45- Start web VNC for the installation process (bsc#1078785) - 4.0.44- Fix tests to use correct storage instance (part of fate#318196). - 4.0.43- System roles: make the radio buttons match other dialogs, using images (bsc#1084674) - 4.0.42- Make many system roles fit in the dialog (using a RichText widget, bsc#1084674) - 4.0.41- Self-Update report errors when the self_update is enabled explicitly by linuxrc or using an AutoYaST profile. (bsc#1084820) - 4.0.40- Set the 'ro' property on Btrfs filesystem when using an AutoYaST profile which sets the 'ro' option explicitly (related to bsc#1079000). - 4.0.39- complex_welcome: Translate license text if the language has been changed (bnc#1077733). - 4.0.38- Set Btrfs 'ro' property at the end of the installation when needed (bsc#1079000) - 4.0.37- Pass args to parent class constructor (bsc#1083500) - 4.0.36- fix marking texts for translation (bsc#1081361, bsc#1083015) - 4.0.35- More gentle handling of aborts caused by hardware probing errors (bsc#1079228, bsc#1079817, bsc#1063059, bsc#1080554, bsc#1076776, bsc#1070459 and some others). - Re-enable the old fix for bsc#298049 (abort button during ongoing hardware probing). - Cleanup of dead code - 4.0.34- Ensure previous role selection is cleared when doing desktop selection (bsc#1078961) - 4.0.33- Startup scripts: Replaced xinetd by xvnc.socket (fate#323373) - Revert changes added in 4.0.29 bringing back the enablement of the xvnc.socket during the first stage if Linuxrc.vnc is set. (bnc#1077236) - 4.0.32- Added requirement iproute2 to spec file. This is needed by the VNC AutoYaST installation in the second stage. (Follow up of bnc#1077236) - 4.0.31- do not crash if no role is selected (bsc#1078809) - 4.0.30- Provides the current language when asking for the product's release notes to the yast2.rpm API (related to bsc#1079045). - 4.0.29- Do not enable xvnc.socket for second installation stage. Xvnc will be started by a direct call in vnc.sh. (bnc#1077236) - 4.0.28- Reimplemented finding package upgrades to require less memory (related to bsc#1076768) - 4.0.27- Start performing real installation with as much memory as possible (bsc#1076768) - 4.0.26- Read the root_subvolume_read_only setting from its new location (moved by libstorage-ng) in the control file (boo#1077047). - 4.0.25- save keyboard settings before console settings (bsc#1076798) - 4.0.24- Update YaST2-Firstboot.service: Depreciate plymouth --wait, add conflict to plymouth start service. - Update YaST2-Second-Stage.service: Depreciate plymouth deactivate command and add conflict to plymouth start service. For that will block TTY device activation(bsc#1042554). - 4.0.23- Fix initialization to copy the profile to /tmp/profile again (bsc#1075334) - 4.0.22- Fixed popup layout for bnc#1061754. - 4.0.21- Warn the user if the infrastructure is not available for running the second stage (bnc#1061754) - 4.0.20- Removal of SYSTEMCTL_OPTIONS environment variable (fate#323393) - 4.0.19- drop copy_to_system support (FATE#320873) - 4.0.18- Log the system name at start to see which system is running in the inst-sys (for easier debugging)- Replaced Remote module by the new y2remote/remote class (bsc#1070582) - Updated yast2-network dependency. - 4.0.17- Filter out modules extensions based on product, using white list approach (fate#324198) - 4.0.16- Break autoyast2 and yast2-installation dependency cycle (bsc#1070996) - 4.0.15- Do not ignore start_multipath setting (bsc#1070343). - 4.0.14- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468).- Unify firewall proposals and finish clients replacing firewall_stage1_finish by firewall_finish. (fate#323460) - 4.0.13- Cleanup old registration attempts before starting Installer. This is needed for restarted installation after it has been aborted earlier (bsc#1065167). - 4.0.12- Always show the license agreement on single product media, even during upgrade (bsc#1065172) - 4.0.11- Less eager inst-sys cleanup, libzypp actually needs some cached files during package installation, remove only the white listed known files (bsc#1063459) - 4.0.10- umount efivars properly (bsc#1063063) - 4.0.9- Write polkit settings even if no desktop is selected (bsc#1062788) - 4.0.8- Adapted complex welcome client allowing to continue with the installation when there are no products available. (bsc#1059070) - 4.0.7- Dropped call of dasd_reload which caused renumbering of disks and user got confused.(FATE#318138) - 4.0.6- AY: Warn the user if an remote installation is not completely possible because there are not all needed packages availble in the installed system. (bnc#1055279, bnc#1058071) - 4.0.5- Add support to read release notes from an RPM in the repository (fate#323273) - 4.0.4- Add support for system roles ordering (related to bsc#1049297)- Do not allow changing the selected base product on an already registered system (bsc#1060252)- Re-activated the step to search for system files (users and SSH keys) in existing systems. It was temporarily disabled during the migration to storage-ng (part of fate#323837). - 4.0.3- Removed obsolete inst_info client which is not used anymore. (bsc#1047060) - 4.0.2- Adapt to new yast2-country changes (needed for FATE#323837) - 4.0.1- Download release notes only for the selected products (if any product is already selected) (bsc#1056872) - 4.0.0- Fix license confirmation handling on single product medias (fate#322276) - 3.3.13- Configure Snapper at the end of installation if requested (part of fate#318196). - 3.3.12- On multi-product installation medias, the product selection happens in the welcome screen (fate#322276) - 3.3.11- Skip complex welcome module in auto mode. - 3.3.10- Show README.BETA if it exists (bsc#1047060) - 3.3.9- Show the product's license from libzypp in the welcome screen (FATE#322276) - 3.3.8- Replace Installation::Product and Installation::ProductReader classes by Y2Packager::Product and Y2Packager::ProductReader (related to FATE#322276) - 3.3.7- Merged storage-ng branch to master (fate#318196) - Note: all changes below with this date belong to the merge. - 3.3.6- storage-ng: adapted to the new Y2Storage::StorageManager API and improved probing and activation of storage devices.- adapted inst_disks_activate.rb to storage-ng- storage-ng: Taking /usr/bin/findmnt in order to evaluate mount points. Floppy support removed.- storage-ng: use the new library for storage hardware probing (devicegraph) instead of the old one (targetmap)- storage-ng: removed dependency from (old) yast2-storage, even if it breaks some functionality.- storage-ng: commented installation-related code relying on the old yast2-storage- Fix crash when going back from product selection (FATE#323450) - 3.3.5- Allow using base products from additional repositories (FATE#323450) - 3.3.4- New client for product selection (FATE#323450) - 3.3.3- drop reading /content (FATE#322386) - 3.3.2- openSUSE only: reword title of desktop selection dialog (boo#1045180) - 3.3.1- when custom role is selected in desktop selection keep default value in /etc/sysconfig/windowmanager (bsc#1030873) - 3.3.0- Allow different mount point for home partition (Fate#323532) - 3.2.46- install the yast2-registration package only in SLE (bsc#1043122) - 3.2.45- "custom" roles: Initialize pattern selection screen with settings defined in the control files. (bnc#1031295) - 3.2.44- Do not lose the desktop selection when the online repositories is pressed. (bsc#1033594) - Do not allow to continue without desktop selection. (bsc#1040884) - 3.2.43- Fixed path to the "adddir" command (it is /sbin instead of /etc) (bsc#1041882) - 3.2.42- Added requirement of 'cwm/widget' in hiding_place as consequence of changes made in CWM. (boo#1039901). - 3.2.41- Fixed push button label ("Configure Online Repositories") (bsc#1039988) - 3.2.40- Don't crash if the regurl provided by linuxrc is invalid using the one provided by the control file as fallback (bsc#1035908). - 3.2.39- Move CaaSP specific code to yast2-caasp package (bsc#1036838) - 3.2.38- bsc#1031840 - changed CheckFreeSpaceNow to use LANG=en_US.UTF-8- Add a NTP Servers settings to the overview dialog (FATE#323249)- Use y2start script instead of y2base (bsc#1027181) - 3.2.37- Added configuration-management to inst_finish. (FATE#319830) - 3.2.36- Renamed Controller Node to Administration Node (bsc#1032057). - 3.2.35- Move CaaSP specific code to yast2-caasp (bsc#1030874) - 3.2.34- Use the shared package download and extraction functionality from FATE#320772 - 3.2.33- Added some extra space to the openSUSE desktop/roles selection dialog (improvement on the fix for poo#14936, bsc#1025415). - 3.2.32- Allow proceeding with the installation after a blocking condition has been corrected in the overview dialog (bsc#1029291). - 3.2.31- Improve roles buttons distribution in textmode (related to FATE#320772) - 3.2.30- Fix desktop selection during installation (bsc#1029312) - 3.2.29- Support to add roles through addons (FATE#320772) - 3.2.28- fix crash when reading if desktop role should have default pre-selected (bsc#1025415) - 3.2.27- Really use the directory.yast file (fate#322372) - 3.2.26- fate#322328 - adapted all-in-one dialog according to comments from UX - 3.2.25- CaaSP: do not crash when used a dashed url for the controller node location (bsc#1024965) - CaaSP AY: Adapted requirements of yast2-services-manager. (FATE#321738) - bnc#1022546 - update all-in-one's subdialog (network/kdump/partitioning/...) overview when the dialog is closed and do not lose another content already entered by user. - 3.2.24- Add new desktop selection client for opensuse based on roles (poo#14936, bsc#1025415) - drop "inst_new_desktop" client which was replaced by new desktop selection one - 3.2.23- Self-Update only shows errors when a custom URL is used (bsc#1025251) - 3.2.22- CaaSP all-in-one-dialog: added validation to the controller node location field, modified label and write it to the minion master.conf file at the end of the installation (FATE#321738) - CaaSP: Display the Beta product warning at start when it is present (bsc#1016887) - Enable CaaSP specific services on the installed system (FATE#321738) - Do not crash if role contain own service to enable (bsc#1022762) - 3.2.21- Downloading release notes: Do not download them at all during AutoYaST (bsc#1009276) - Use the directory.yast file to check avilable translations (fate#322372) - 3.2.20- Downloading release notes: Do not try again if the host or the proxy cannot be resolved (bnc#1022784) - 3.2.19- Ask for installation confirmation in all-in-one dialog before proceed with it. (Fate#322328) - 3.2.18- Respect newly registered update repos in software proposal and do register. (FATE#322328)- handle proposal errors in all-in-one dialog (FATE#322328)- Added an all-in-one installation overview for CaaSP (FATE#322328)- Add an option to disable the self-update feature through the AutoYaST profile (FATE#319716) - 3.2.17- bnc#1017752 - do not show language change warning in software proposal incorrectly when language was not changed. - 3.2.16- Do not retry to download release notes if a previous attempt failed (bsc#1015794) - 3.2.15- add ability to roles to enable list of services when selected (FATE#321754)- fate#321739 - Made user's interaction possible in case of error in read-only proposal. - 3.2.14- AutoYaST after second stage: Initialize tty1 in order to remove old YaST output and to show the cursor again. (bnc#1018037) - 3.2.13Port changes from CASP1.0: - Change layout of new installation dialog according to UX team suggestion (FATE#321754) - Set root subvolume read-only if configured (Fate##321755) - Document new control.xml parameter root_subvolume_read_only - Add new installation dialog with keyboard layout and root password (FATE#321754) - Added worker role dialog (Fate#321754) - implement support for running additional dialogs for specific roles (FATE#321754) - Added description for readonly_timezone and clone_install_recommended_default flag in control-file documentation. (Fate#321754, Fate#321764) - 3.2.12- Do not crash when the proposal screen is configured through an AutoYaST profile and tabs are not being used (bsc#1013976) - 3.2.11- fix missing icon next to SSH Key Import in autoyast (bsc#988377)- add missing file causing crash (introduced with generic fix of bsc#1003682) (invisible in master since autotools support is dropped there) - 3.2.10- Documentation for new storage related parameters in control.xml (Fate#321736)- The user has to confirm when the configuration proposal contains a non-blocking error (generic fix for bsc#1003682) - 3.2.9- Fixed bug: AutoYaST hangs while running second stage. Removed network.service in the Before section of YaST2-Firstboot.service. (bnc#1007752) - 3.2.8- Do not crash if importing ssh config from system which /etc/os-release does not contain pretty name (bsc#1009492) - 3.2.7- Added support for read-only proposal modules (fate#321739) - 3.2.6- Documentation for subvolumes in control.xml (fate#321737)- more robust password filtering in y2start.log (bsc#798966) - 3.2.5- Set libyui-ncurses environment before starting the installer (related to bsc#780621) - 3.2.4- Bump version number to release fixes for bnc#999895, bsc#988700 and bnc#999953. - 3.2.3- AutoYaST upgrade: Do not override the Report module settings in the AutoYaST upgrade mode, keep the previous settings (bnc#999895).- Translate description of Snapper snapshots (bsc#988700) - 3.2.2- Fixed crash if one defined proposal module has not been found on system while switching back from "Expert" proposal. (bnc#999953) - 3.2.1- reduce time needed for building this package - 3.2.0- fix skipping of proposal returning empty hash otherwise it creates non sense proposal entry in UI (bnc#994127) - 3.1.215- Display a warning popup when the installer self-update uses the fallback URL instead of the selected SMT or the default SCC server (bsc#996179) - Do not contact the registration server in self-update when network is not running, skip self-update completely - 3.1.214- Move the installer self update step earlier in the workflow so the user entered values are not lost after restart and avoid repeating some steps again (bsc#985055) - This also fixes losing some values due to restaring YaST (bsc#993690), (bsc#992608) - Improved the self update URL handling - the boot parameter has the highest priority, always ask user when a SLP service is found, in AutoYaST mode SLP needs to be enabled in the profile - Display progress when downloading and applying the updates - 3.1.213- Replace unicode bullet char by asterisk for ncurses (bsc#995082) - 3.1.212- fix writing proposals (bnc#994127) - 3.1.211- filter out same repositories from extraurls if they differ only in trailing slash (bnc#970488) - 3.1.210- SSH Importer: Width fix to avoid cut of CheckBoxFrame Label (fate##319624) - 3.1.209- Fixed testsuite for inst_complex_welcome after implementing lazy loading in ProductLicense in yast2-packager (bsc#993285) - 3.1.208- Fix the registration screen initialization when SCC server is used during self-update (FATE#319716) - 3.1.207- Retrieve the self-update URL from the registration server (SCC/SMT) (FATE#319716) - 3.1.206- UI, UX and internal handling for the Welcome screen optimized to prevent from not showing that the license needs to be accepted (bsc#980374). - 3.1.205- If the user has skipped multipath activation, don't ask again after installer self-update (bsc#989770) - 3.1.204- Don't halt the installation if installer updates server cannot be reached when using AutoYaST (bsc#988949) - 3.1.203- simplify and speed up inst_finish client (bnc#986649) - add test suite for inst_finish client - 3.1.202- Run extra inst-sys cleanup to free more memory on systems with low memory (bsc#974601) - 3.1.201- Properly adjust the OOM killer (oom_score_adj has a different range than the original oom_adj) (bsc#974601) - 3.1.200- Added AutoYaST schema file "ssh_import". (fate#319624) - 3.1.199- Make writing of bootloader settings the last step so that other installation steps (kdump, cio-ignore) do not have to waste time repeating it (bnc#986649) - 3.1.198- Display more information in the error popup when downloading the optional installer updates fails (bsc#986091) - 3.1.197- Avoid restarting YaST when self-update repository exists but is empty (bsc#985113) - 3.1.196- call set_videomode to adjust video mode (bsc#974821) - 3.1.195- Fix architecture detection during self-update (bsc#984656) - 3.1.194- Adapt AutoYaST to support import of SSH server keys/configuration (fate#319624) - 3.1.193- Drop yast2-installation-devel-doc package (fate#320356) - 3.1.192- When importing SSH keys/configuration, only regular files will be considered (bsc#982522) - Force YaST2-Firstboot.service to run after YaST2-Second-Stage.service (bsc#980365) - 3.1.191- Move the debugger invocation code to yast2-ruby-bindings package to use the same implementation at run time (FATE#318421) - 3.1.190- System Role: centered dialog (ncurses).- More visual improvements in the SSH keys importing proposal summary based on blog entry feedback. (Fate#319624) - 3.1.189- Start the Ruby debugger at the beginning of installation when Y2DEBUGGER is set (FATE#318421) - 3.1.188- Visual improvement in the SSH keys importing proposal summary- The user is now informed about SSH keys to be reused (copied from a previous system) during system installation. - The user can select a different partition (or none) to read the keys from and whether to also copy config files. - SSH import functionality not longer depending from "copy_to_system" feature. - Fate#319624 - 3.1.187- SSH installation: handle closing the initial installation screen by the window manager close button (bsc#979499) - 3.1.186- Do not copy licenses from inst-sys to target system. Showing EULA location in the installed system. (fate#219341) - 3.1.185- get more texts for roles dialog from control file, allow a general label (bsc#974625) - 3.1.184- Always read the lists of local users in the previous system to have them available during user importing (part of fate#319624) - 3.1.183- Disk Activation step will be skipped in case of installer update success (bsc#974409) - License agreement will be remembered in case of going back after a installer update. - 3.1.182- Fix handling of license acceptance in welcome screen (bsc#975774) - 3.1.181- Run the automatic installer self update also in the AutoYaST mode, read the optional custom URL from the profile ("general" -> "self_update_url" node) (FATE#319716) - 3.1.180- bsc#956473 - improved formatting of network interfaces listing - 3.1.179- do not install perl-Bootloader-YAML on target system as it is no longer needed (FATE#317701) - 3.1.178- Automatic update during installation will use Zypper repositories instead of Driver Update Disks (FATE#319716). - 3.1.177- Moved proc_modules.scr to yast2.rpm to avoid that yast-sound depends on yast-installation (bsc#972310) - 3.1.176- Added automatic update during installation (FATE#319716) - 3.1.175- System Role: align labels (FATE#317481). - System Role: pop-up if changing the role to a different one. - 3.1.174- Moved Yast::Transfer::FileFromUrl here from yast2-update (FATE#319716). - 3.1.173- Added a System Role step in the installation (FATE#317481). - 3.1.172- bsc#956473 - network interfaces listing shows all IPv4 / IPv6 addresses per device - 3.1.171- Ensure plymouth does not interfere with X11 when executing yast2-firstboot (bsc#966874) - 3.1.170- bnc#960703 - network service setup moved into yast2-network package. - 3.1.169- Remove autoyast clone button (fate#317970) - 3.1.168- Removing network dependencies in the service files in order to prevent booting cycles in Tumbleweed. (bnc#954908) - 3.1.167- fixed function name to check zKVM hypervisor (bsc#956736) - 3.1.166- don't enforce the disk activation dialog on zKVM (bsc#956736) - 3.1.165- Ensure second stage and YaST-Firstboot don't get killed by getty when running over 2nd or 3rd serial console (bsc#935965) - 3.1.164- Do not crash in proposal client if zfcp proposal reports itself as unavailable (bnc#956745)- Save the software selection for using it later in AutoYaST when deploying installation images (bsc#956325, bsc#910728) - 3.1.163- Ensure second stage and YaST-Firstboot don't get killed by getty when running over serial console (bsc#935965) - 3.1.162- Language selection screen fixed to immediately apply the keyboard layout after changing it automatically (bsc#947969). - 3.1.161- Simplified second stage systemd unit to avoid dependencies cycles (bnc#947521 and bnc#931643). Logic moved to YaST startup scripts. - 3.1.160- fix bug preventing to finish proposal in some sutuations (bsc#944334) - 3.1.159- Fixed setting language / languages in the installation welcome screen (bsc#943746, bsc#944035) - 3.1.158- Move #second_stage_required? method to InstFunctions module to be used by AutoYaST (bnc#892091) - 3.1.157- fixed cio_ignore testcase This testcase is for bnc#941406 - 3.1.156- AutoYaST S390: handling cio_ignore Entry in order to set it (values: true/false). If it is not set cio_ignore is true. So it is backward compatible. (bnc#941406) - cio_ignore does not make sense for KVM or z/VM. So checking for KVM and z/VM and evtl. disabling cio_ignore (fate#317861). - 3.1.155- AutoYaST second stage: YaST2-Second-Stage.service Continue installation even if plymouth has returned an error. (bnc#940878) - 3.1.154- Fix release notes loading when network is not working (bsc#940648) - 3.1.153- store cio_ignore settings before installing bootloader (bsc#933177) - 3.1.152- avoid duplicating release notes for products (bsc#935599) - 3.1.151- Moved client code to lib/installation/clients to enable test coverage measurements. - 3.1.150- Cleanup for snapshots made during installation (bnc#935923) - 3.1.149- Fixed handling user request to change an installation proposal (bsc#936448) - 3.1.148- fixed menu button label in the proposal (bsc#936427) - 3.1.147- add ability to hide export button (fate#315161) - 3.1.146- Implemented triggers for installation proposal (FATE#317488). Any *_proposal client can define 'trigger' in 'MakeProposal' that defines in which circumstances it should be called again after all proposals have been called, e.g., if partitioning or software selection changes. - 3.1.145- fix crash in Upgrade when creating post upgrade snapshot (fate#317973) - 3.1.144- add a client to create a snapshot after installation/upgrade (fate#317973) - 3.1.143- set Xvnc server resolution to 96 dpi to fix broken layout in VNC installations (defaults to 75 dpi) (bsc#919456) - 3.1.142- Fixed an error preventing the VNC connection during second installation stage of AutoYaST when using VNC=1 (bnc#923901) - 3.1.141- Fixed differnt bugs in proposal overview with multiple tabs. - Checking if plymouth is available while starting second installation stage for AutoYaST. - 3.1.140- Always enable systemd startup services for Second Stage and Firstboot (bsc#924278) - 3.1.139- avoid endless loop when confirm update in proposal runner (FATE#315161) - 3.1.138- fix method missing error in proposal_runner (FATE#315161) - 3.1.137- fix dependencies in proposal_store (FATE#315161) - 3.1.136- allow proposal runner dialog to use different proposal store (FATE#315161) - 3.1.135- get list of mounts from /proc/mounts in umount_finish (for fate#318392) - 3.1.134- Delete or copy install.inf as applicable (bnc#897066) - 3.1.133- removed redundant initialization label (bnc#878538) - 3.1.132- The unit tests are now compatible with RSpec 3 (bnc#916364) - 3.1.131- support custom display number in "display_ip" boot option (bnc#913888) - 3.1.130- AutoYaST: If the system starts in multi-user mode plymouth will be quit while installation in order to ensure that installation will be finished on console 1 and the login prompt will be shown. (bnc#903682,889757,897956)- allow keyboard layout testing in language dialog (bsc#889549) - 3.1.129- explicitely set language packages for installation during the live install (bnc#904103) - 3.1.128- fix typo causing error in installation ( catched by openQA )- Properly install new Proposal* libs to fix installation- Refactored inst_proposal into Installation::ProposalRunner and Installation::ProposalStore. - 3.1.127- fixed progress bar during (live) image installation (bsc#854378)- do not stuck during copy of logs files (bnc#897091) - 3.1.126- Fix bashisms and shebangs in scripts (by "Ledest") - 3.1.125- drop check for Gtk since Gtk UI of YaST is no longer supported (bsc#908607) - 3.1.124- remove X-KDE-Library from desktop file (bnc#899104)- Added more debug information in order to track bnc#897091 - 3.1.122- Merging changes from 3.1.116.1 (SLE12 maintenance branch) - Fixed the "previously used repositories" step to work properly when reached using the back button (bnc#889791) - 3.1.121- Improve dialog asking if system should be cloned (bnc#900028) - 3.1.120- AutoYaST Second Stage: Fixed a crash in package management when running in Qt UI with libproxy1-config-kde4 package installed. (bnc#866692) - 3.1.119- do not write obsolete /etc/syconfig/boot RUN_PARALLEL key (bnc#896207) - 3.1.118- properly setup locale in installation start script to display texts and labels correctly in a texmode installation and also to translate all buttons in graphical mode (removed "testutf8" calls, it has been dropped, always set UTF-8 locale) (bnc#902411) - 3.1.117- additionaly return file system type in ".run.df" agent result, (to use it in the disk usage calculation bnc#896176) - 3.1.116- Use a more flexible rubygem requirement syntax (bnc#895069) - 3.1.115- Enabled remote access on systems installed using VNC (bnc#893501) - 3.1.114- Setting data for &product; macro (used in helps) as soon as the base-product repository is initialized (bnc#886608) - 3.1.113- Fixed [Abort] button handling in Disks Activation dialog (bnc#893281) - 3.1.112- Autoyast: Second stage will not be called at all. This bug has been generated due the fix in bnc#886464. - 3.1.111- Autoyast - - Disabling second installation stage via autoyast configuration "second_stage". - - Centralized minimal configuration and disabling more configuration steps like X11, user, default_desktop,... - - bnc#886464 and bnc#892091 - 3.1.110- workaround problem with missing capabilities in image deployment (bnc#889489) - 3.1.109- use oom_score_adj instead of oom_adj (bnc #890432) - 3.1.108- update ca certificates after upgrade (bnc#889616) - 3.1.107- use short product name for the default base product release notes (read from the installation medium) (bnc#885247) - display at least an empty dialog when downloading release notes to hide the previous dialog in the installation workflow (bnc#889196) - 3.1.106- do not repeat release notes downloading on network time out (bnc#885486) - 3.1.105- do not log sensitive information in y2start.log (bnc#888645) - 3.1.104- linuxrc already provides proxy settings in URL form - so use it - 3.1.103- taking display-manager.service instead of xdm.service in the second boot stage (bnc#886654, 884447) - Workaround of bug in plymouth --> using deactivate option in second boot stage in order to start ncurses yast correctly (bnc#886488) - 3.1.102- retranslate release notes button when going back in workflow (bnc#886660) - 3.1.101- Asking user for confirmation while aborting the installation in disk activation dialog (bnc#886662) - 3.1.100- Copy multipath blacklist to target system (bnc#885628) - 3.1.99- remove useless steps from system analysis because it confuses users (bnc#885609) - 3.1.98- restore: use restore script instead of manual unpacking tarball to also remove newly generated content when rollbacking (bnc#882039) - 3.1.97- Changed /bin/rm path to /usr/bin/rm path (bnc#882453) - 3.1.96- directly export autoyast profile to target file (bnc#881108) - 3.1.95- removed random_finish client, haveged service is by default enabled, no need for explicit enabling by Yast (gh#yast/yast-installation#214) - 3.1.94- make sure the CIO ignore config file ends with a new line (bnc#883198) - 3.1.93- inst_upgrade_urls.rb: set the future target distribution to not ignore the SCC online repositories in libzypp (bnc#881320) - 3.1.92- write list of active devices for cio_ignore ( partially written by Ihno ) - 3.1.91- restore backup if yast failed during installation/upgrade (bnc#882039) - 3.1.90- properly enable the add-on module in the installation workflow - 3.1.89- inst_upgrade_urls.rb client: - remove old repositories (repo files) to avoid loading old SLE11 repositories when refreshing a registered service (bnc#880971) - remove old services to get rid of the old NCC service (Note: everything is backed up into /var/adm/backup/upgrade/zypp directory) - 3.1.88- better error message for accepting the license (bnc#875183) - 3.1.87- close port 6000 during installation (bnc#879262) - 3.1.86- do not call reipl multiple times (patch by Ihno) - 3.1.85- reduced time-out for downloading release notes when behind firewall (bnc#878265) - 3.1.84- Fixed "undefined method" if an add-on has empty release notes URL (bnc#877705) - 3.1.83- adjusted wording when deploying image to disk (bnc#877666) - 3.1.82- Use new bootloader API to set kernel parameters (bnc#869608) - 3.1.81- Fix haveged path to kill it properly (patch by Ihno) (bnc#876876) - 3.1.80- enable services for FCoE by calling fcoe-client finish script (bnc#877352) - 3.1.79- ensure maximum size of prep partition for ppc64 (bnc#867345) ( part of patch made by dinaar@suse.com ) - 3.1.78- adjusted downloading release notes to work also for extensions (bnc#876700) - 3.1.77- use correct keywords for cio ignore kernel params (bnc#874902) - move cio_ignore step after bootloader step to have sections generated (bnc#873996) - 3.1.76- bnc#872086 - always copy network configuration. Even if network is not running during installation - 3.1.75- enhanced handling of release notes from media (contrary to those downloaded on-line) (bnc#874996) - 3.1.74- Changed inst_system_analysis to read Product information (that uses libzypp) after initializing libzypp (bnc#873877) - 3.1.73- enable top bar with logo during installation (bnc#868722) - 3.1.72- Switched from the old to the new network setup client for remote repositories (bnc#869640) - 3.1.71- fix crash from last fix and adapt it to cooperate nice with autoinstallation (bnc#873458) - 3.1.70- return error message if base product not found and continue in installation(bnc#873458) - 3.1.69- removed loading 'pciehp' Kernel module (added for SLE 11 by FATE [#311991]) - it is now built-in Kernel (bnc#865834) - 3.1.68- added missing files to package (bnc#872925) - 3.1.67- Put wizard title on the left instead of on top (bnc#868859) - 3.1.66- added handling of release notes for slide show (bnc#871158) - 3.1.65- save a copy of pbl.log - 3.1.64- remove LIBGL_ALWAYS_INDIRECT (bnc #869172) - 3.1.63- do not write network configuration from upgrade to system (bnc#871178) - 3.1.62- remove ssh_service_finish as it is handle in firewall_stage1_finish due to split of ssh port open and sshd enablement (bnc#865056) - 3.1.61- bnc#869719 - fixed parameters forcing manual network configuration on user's request at disks activation screen - 3.1.60- change cio_ignore kernel parameter according to kernel changes (bnc#869463) - 3.1.59- avoid constant redefinition warning(BNC#869202) - 3.1.58- skip "Installation Options" dialog when online repository option should not be displayed (part of bnc#868942) - 3.1.57- set LIBGL_ALWAYS_INDIRECT in ssh mode (bnc #868175) - enable yast theme in ssh mode - 3.1.56- download on-line version of release notes (fate#314695) - 3.1.55- add kernel parameters for s390 when cio_ignore enabled to never blacklist console or ipl devices (fate#315318) - 3.1.54- bnc#858523 - dropped disabling network configuration code. yast2-network is in charge of it now. - 3.1.53- don't hide ReleaseNotes button going back fron inst proposal (bnc#867389) - 3.1.52- run scc_finish client if present (FATE#312012) - 3.1.51- fix malformed string exception if cio ignore is disabled (bnc#866995) - 3.1.50- call proper bash agent otherwise cio ignore feature do not work (bnc#866614) - 3.1.49- do not crash if there is no general section in autoyast profile (BNC#866529) - 3.1.48- reset proposal after rescanning storage (bnc#865579) - 3.1.47- revert back complete skip of probing due to disks with activation (BNC#865579) - 3.1.46- Do not rerun system probing as it is already done (BNC#865579) - 3.1.45- implement cio ignore feature during installation for s390x (FATE#315586) - 3.1.44- Removed an icon from License Agreement dialog (bnc#865575) - 3.1.43- Adapted ignored_features to handle possibly missing Cmdline entry from Linuxrc (bnc#861465) - 3.1.42- Removed hard-coded color and RichText formatting from installation confirmation dialog (#bnc#865371) - 3.1.41- Make vnc use real yast theme (bnc #855246) and make vnc screen size configurable. - 3.1.40- ssh installation: fix network start after reboot (bnc#850446) - 3.1.39- Prevent from re-defining CopyFilesFinishClient class (bnc#864631) - 3.1.38- Writing bootloader as late as possible, several configs need to be written and coppied to the installed system first (bnc#860089) - 3.1.37- Copying all udev rules from inst-sys to installed system (bnc#860089) - 3.1.36- fix detection if ssh daemon run otherwise ssh installation do not reboot after first stage(BNC#864260) - 3.1.35- fix namespace collision that cause error in installation - 3.1.34- keep proper installation mode after cloning(BNC#861520) - 3.1.33- fix dependencies to properly require new ruby bindings - 3.1.32- removed unused release_notes_popup.rb - Remove initialisation of Report in autoinst mode from inst_system_analysis. Not needed any more since autoyast Profile is now processed before inst_system_analysis gets called (bnc#862829). - 3.1.31- Implement minimal installation feature (FATE#313149) - 3.1.30- fix false positive errors in log for easier debugging in future - 3.1.29- inst_inc_all.rb - added missing import (bnc#860263) - 3.1.28- Remove write to non-existing /etc/sysconfig/suseconfig (FATE#100011) - 3.1.27- fixed DASD detection (bnc#860398) - 3.1.26- Fix exporting configuration in first stage (FATE#308539) - 3.1.25- fate#316768, bnc#854500 - enable network service according product feature - 3.1.24- removed inst_scc.rb client (moved to yast2-registration) - 3.1.23- Remove icons from system analysis according to Ken's comments (fate#314695) - 3.1.22- Remove "Change..." button in non-textual installation - Add "Export Configuration" button in non-textual installation (FATE#308539) - Add "Export Configuration" menu item in textual installation (FATE#308539) - 3.1.21- adjusted UI according to Ken's comments (fate#314695) - 3.1.20- add clone proposal and finish client (FATE#308539) - 3.1.19- added capability to install OEM images (fate#316326) - added handling Release Notes button (fate#314695)- Add abort and fail hooks for installation - 3.1.18- control files have been moved to a separate package/git repo (https://github.com/yast/yast-installation-control) - 3.1.17- fixed Makefile.am (added missing inst_scc.rb) - 3.1.16- Show hook summary only if some hooks failed - 3.1.15- fix opening zfcp client in disk activation on s390 - 3.1.14- added a new client for SCC registration (first iteration, UI only, does not work yet)- fix failure in remote disks activation client - 3.1.13- removed "trang" dependency (requires complete Java stack, convert the file directly in the source repository) - 3.1.12- remove server base scenario and media check clients from SLE installation (FATE#314695) - add storage proposal dialog to SLE installation (FATE#314695) - 3.1.11- Show popup window with used hooks before installation finished - 3.1.10- Add direct link to network communication from remote disks activation (FATE#314695, part of NI requirements) - 3.1.9- Add hooks to main installation client - 3.1.8- removed support for automatic 2nd stage (the 2nd stage has been dropped completely) (FATE#314695) - 3.1.7- Proposing separate /home partition on SLES and SLES for VMware (FATE#316624)- move some steps from removed 2nd stage to the 1st stage - "inst_mode" client: removed installation/update switch, renamed to "inst_installation_options" - 3.1.6- control file cleanup: * remove the 2nd stage in installation (FATE#314695) * removed autoconfiguration support in the 2nd stage (the 2nd stage has been removed completely) * repair mode removed (not supported) (FATE#308679)- 3.1.5 - replace runlevel entries in control files with default_target entries - replace dependency on yast2-runlevel with yast2-services-manager- bnc#849391 - removed explicit start of second phase of SuSEfirewall2 initialization. Not needed when systemd is in use. - 3.1.4- install "perl-Bootloader-YAML" package - removed "Use Automatic Configuration" option from the installation mode dialog (the 2nd stage has been removed) - 3.1.3- install only "perl-YAML-LibYAML" and "perl-bootloader" packages to the target system - updated scr_switch_debugger.rb client- show release notes button (fate#314695)- removed long obsolete EVMS entries from control file (see fate#305007)- removed autorepeat workaround for bnc#346186, not needed anymore, xset might not be installed (bnc#846768) - 3.1.2- Extended support for ignored_features: They can be also mentioned in PTOptions and thus not appended to Kernel command line (FATE#314982)- Added support for ignore[d][_]feature[s] (FATE#314982) allowing to skip some unwanted features of the installer - 3.1.1- Dropped modem and DSL detection (and configuration) from installation proposal (FATE#316263, FATE#316264)- do not use *.spec.in template, use *.spec file with RPM macros instead - 3.1.0- yast2-mouse was dropped, do not call its components (bnc#841960) - 3.0.7- fix console status after the installation (bnc#750326) - 3.0.6- do not mention xorg-x11 in the control files (bnc#837450) - remove obsoleted part of X11 related code - 3.0.5- bnc#798620 - removed proposed hotfix for the bug. The hotfix could block starting firewall under some circunstances. - (re)starting firewall is handled in yast2.rpm since 3.0.2 - 3.0.4- use pure ruby solution when sorting proposal items- use pure ruby solution when sorting destkop items, so major desktop (with same order number) won't get resorted - 3.0.3- check the product profiles during system analysis and copy them to installed system (backport of fate#310730) - 3.0.2- removed empty agents/Makefile.am and unused testsuite/Makefile.am - removed obsolete BuildRequires: doxygen perl-XML-Writer sgml-skel yast2-testsuite yast2-storage yast2-pkg-bindings yast2-packager- remove trang from BuildRequires: rng can be created during packaging, not needed during build- correctly write supporturl (port of bnc#520169) - limit the number of the searched disks to 8 of each kind to shorten time needed for finding SSH keys (port of fate#305873) - 3.0.1- converted from YCP to Ruby by YCP Killer (https://github.com/yast/ycp-killer) - version 3.0.0- ignore SIGHUP in YaST2.Second-Stage to make autoyast installs with serial console succeed again (bnc#825728, bnc#823224)- fixed sshd check (bnc#825160) - 2.24.10- show release notes of newest product first (bnc#827590) - 2.24.9- adapt control.xml to offical Factory one: added e17 desktop, enabled online repositories - 2.24.8- only show desktops for which their defined patterns are known (needed when desktop defined in control file is only available via some optional installation source - fate#315061) - 2.24.7- make check for sshd more robust (bnc#825160) - 2.24.6- bnc#774301 - fixed udev events handling in kernel_finish - 2.24.5- use WFM::ClientExists() call instead of checking *.ycp file presence (works also with non-YCP clients and checks also e.g. /y2update/clients path)- Using unique IDs while calling rpmcopy_secondstage to prevent from disabling this step in AutoYaST or Upgrade while it should be disabled only in Installation (bnc#813072).- startup scripts: if RC_LANG is not set, use en_US as default (bnc#815265) - 2.24.4- call unicode_start/stop and initviocons only on consoles (bnc#800790) - fixed check for missing initviocons - 2.24.3- show dialog for all available disk controlers (bnc#807026) - 2.24.2- force disk activation when Storage reports no disk was found (bnc#810823) - 2.24.1- always return boolean from DeployTarImage (bnc#804293) - make the "Check drivers" error message depend on control.xml variable (fate#312875, bnc#805251) - 2.24.0- NetworkManager is enabled and active after second stage (bnc#808039) - 2.23.13- deactivate RAID before going back to "Disk Activation" during installation (bnc#806454)- fix got_kernel_param in misc.sh to not match substrings (so far kernel parameters like systemd.log_level=debug activated Y2DEBUG) - 2.23.12- prevent systemctl hang in 2nd stage (from fcrozat@suse.com, bnc#798620) - 2.23.11- start the add-on module also when "addon" boot parameter is present (fate#314318) - 2.23.10- Adding repositories that cannot be (re)added as enabled in a disabled state (bnc#779396). - 2.23.9- adapted to changes in Storage.ycp API (bnc#797245) - 2.23.8- set new keyboard layout right after selecting (bnc#796589) - added SYSTEMCTL_OPTIONS to Firstboot/Second Stage services (bnc#791076) - 2.23.7- show the info about possibility to download drivers from drivers.suse.com (fate#312875) - added KVM installation scenario (bnc#795067) - 2.23.6- disable USB sources after installation (bnc#793709) - 2.23.5- allow using local repositories during update (bnc#779397) - 2.23.4- fixed installation of systemd units (crrodriguez) - 2.23.3- removed fonts_finish, its only action was to call obsolete SuSEconfig script - removed inst_suseconfig client (fate#100011) - 2.23.2- do not allow to go next without desktop selected (bnc#786507) - 2.23.1- removed suseconfig step from installation sequence (fate#100011) - 2.23.0- create simpler and non translated aliases for update sources (bnc#768624) - 2.22.10- set TERM=linux for 2nd stage services, to keep ncurses nice (bnc#768356) - 2.22.9- ensure Plymouth is hiddent before 2nd start, to prevent system freeze (bnc#768185) - ensure 2nd stage is started before SuSEfirewall2_init (bnc#733361) - 2.22.8- kill console before reboot (bnc#759627) (otherwise systemd will not proceed with system shutdown)- require yast2-proxy for 2nd stage (bnc#764951) - show a message if network config has failed (bnc#765129) - 2.22.7- enhanced image installation help text (bnc#732914)- adapted to move of testX (see bnc#749184) - 2.22.6- create link yast.ssh for 2nd stage ssh installation (bnc#745340) - 2.22.5- Improve layout of the release notes dialog (bnc #550610) - 2.22.4- adapt the style only for ssh installation, not vnc (bnc#742777) - 2.22.3- Fixed bnc #742777: ssh installation needs to much bandwidth - 2.22.2- confirmed license - 2.22.1- save ecdsa keys as well (bnc#726468) (added where missing)- Added ntp-client into list of cloned modules in control file (bnc #738019).- Reading the current random/poolsize from /proc to store the exact number of bytes (bnc#692799).- Modified saving state of the current randomness (bnc#692799).- Fixed saving state of the current randomness (bnc#692799).- ask for Abort confirmation in Update URLs step (bnc#728907)- merged texts from proofreading - 2.22.0- Disable routing initscript commands through systemd, prevent lockups.- use same code to display ip addresses during vnc and ssh installation (bnc#727802) - 2.21.28- Ensure network is not started by systemd before Firstboot / SecondStage (bnc#726823) - 2.21.27- control files: save ecdsa keys (bnc#726468) - 2.21.26- Creating /etc/mtab linking to /proc/self/mounts in umount_finish (bnc#725166) - 2.21.25- Fix text mode handled in systemd (bnc#724115) - 2.21.24- compress the log file from 1st stage of installation (bnc#716938) - 2.21.23- Use latest macros for systemd - Drop workaround for bnc#719221, systemd is fixed now. - 2.21.22- change the URL for congratulation dialog (bnc#720481)- control.openSUSE: use lightdm as default DM for Xfce - 2.21.21- updated systemd service files (bnc#719221) - 2.21.20- unmount previously mounted /run (bnc#717321) - 2.21.19- improved package update check - display only the repositories with an update available, display package updates in details - 2.21.18- enable system cloning only when autoyast2 is installed (bnc#692790) - 2.21.17- fix build for older distributions - 2.21.16- added systemd .service files for second stage and firstboot (from fcrozat@suse.com, bnc#713760) - 2.21.15- expect there might me extra checks for disk controllers with s390 (bnc#706911) - adapted help text and label in installation mode selection (bnc#711160) - 2.21.14- upgrade_urls.ycp - do not display reading and writing progress, it is pretty quick and just causes screen flickering (the write progress is displayed only when there is an enabled repo to add, refreshing it can take long time) (bnc#692614) - 2.21.13- fixed .desktop file (bnc #681249)- 2.21.12- Copy network interface naming rules early to get them to initrd (bnc#666079).- extraurls: check whether there is an update candidate in the added extra repositories - openSUSE DVD does not contain all packages, packages from OSS repository which are not on DVD medium were not upgraded and were left in the old version even after adding new OSS repository with updated version (bnc#693230)- cleanup: removed obsoleted SourceManager::SyncAddedAndDeleted() call (zmd sync has been removed) - 2.21.11- use term "Software manager" instead of "Package manager" (bnc#585679) - 2.21.10- Preserving the /dev/urandom state from inst-sys after the installation (bnc#692799) - Automatically enabling haveged service if installed (bnc#692799) - 2.21.9- Added control.SLES-for-VMware into the SVN- Removed obsoleted X-KDE-SubstituteUID from deploy_image.desktop (bnc#540627) - 2.21.8- Show Xen Virtualization Host Server Installation scenario only for x86_64 architecture (bnc#702103) - 2.21.7- fixed typos (bnc#703119) - 2.21.6- always loading 'pciehp' kernel module on Dell hardware (FATE #311991) - fixed control file validation - stricter btrfs_increase_percentage definition in all control files (only 'integer' is allowed)- add btrfs_increase_percentage to to category "partitioning" in config.xml files - 2.21.5- enable YaST restart in the 1st stage (bnc#694299) - 2.21.4- added option to configure FCoE Interfaces when started with WithFCoE=1 argument (fate#307445) - 2.21.3- Copy /media.1/build to the installed system (fate#311377) - 2.21.2- show the 'before-reboot' message in RichText, so possible command can be copy-pasted (bnc#383519) - 2.21.1- do not start automatic configuration for autoYaST (bnc#679435) - 2.21.0- Handling disabled installation steps also in Live Installation mode (BNC #675516) - 2.20.6- fixed braille support during installation (bnc #672086) - 2.20.5- Adapted openSUSE control file to the current naming schema of desktops (BNC #667408)- fix initialization of AutoUpgrade for 2nd stage - 2.20.4- adaptations for unattended migration (fate#310481) - don't delete /etc/mtab if it is a symlink (bnc#665437) - 2.20.3- fixed progress during live installation (bnc#665413) - 2.20.2- update XFCE desktop definition- Using wider space for licence displayed in non-textual interface (BNC #607135). - Fixed DUD deployment (BNC #626337)- fixed behavior of window closing in installation proposal (bnc#636980) - use df for estimating partition size for live installer (bnc#555288) - 2.20.1- don't use spaces in repo alias (bnc#596950) - inst_addon_update_sources.ycp - removed obsoleted ZMD sync call - 2.20.0- removed link to repairing the system - 2.19.20- fixed the cloning at the end of a manual installation (bnc#605132) - 2.19.7- allow btrfs as root fs - 2.19.6- Script copy_files_finish copies files with --dereference to prevent from copying symlinks instead of the files content (BNC #596938).- disable Qt/Gtk frontend if testX is unavailable (bnc #585432) - 2.19.5- Searching for LiveCD license in /usr/share/doc/licenses and / directories (BNC #594042).- fixed a broken yast2-installation.spec.in - fixed broken schema validation files for control.xml files - 2.19.4- inst_suseconfig.ycp - do not reset UI product name (&product; macro) (bnc#539906)- Previously used repositories switched from enabled/disabled mode to removed/enabled/disabled mode (BNC #588659).- Port from SLE11 SP1: process files in _datadir/autoinstall/modules with %suse_update_desktop_file. This passes their strings into translation (bnc#549944)- Unique identification in inst_upgrade_urls switched from URL to ALIAS (BNC #587517). - In case of re-adding CD/DVD media, user is asked to insert correct media before adding it (BNC #587517). - Only upgrade packages if upgrading from SLES 11, otherwise use patterns for upgrade (BNC #587544).- Fixed calling update.post from DUD (BNC #586609).- CIM service is proposed as disabled by default (BNC #584524).- Documented YaST RELAX NG schema (FATE #305551). - Correctly re-added unique_id to RNC - AC steps and proposals (BNC #582094).- clone checkbox at the end of the installation is always enabled now and can install the autoyast2 package if needed (bnc#547486)- UI for autoinstallation images added to deploy_image_auto- Steps 'user' and 'auth' enabled again in Live mode (BNC #547931).- Fixed license agreement check box visibility (BNC #571846). - 2.19.3- Added LXDE to openSUSE control file (FATE #307729).- Fixed 'going back' from services proposal BNC #572734.- fixed message during ssh installation (bnc #518616)- updated control.rnc - 2.19.2- inst_complex_welcome adapted to Language::SwitchToEnglishIfNeeded (bnc#479529) - 2.19.1- Adapted for new API to ProductLicense (FATE #306295).- Package kde4-kdm has been renamed to kdm (SLES, SLED control files) (bnc #561627).- Un-check automatic configuration box when user selects update (bnc#537625)- Enabled CIM by default (SLES and SLED) (FATE #305583) - Adapted RNC for control files- dereference hardlinks when deploying live CD so that it can be also deployed on multiple separate partitions (bnc#549158)- Repositories added by inst_addon_update_sources use Pkg::RepositoryAdd that does not need access to network (bnc #557723)Cumulative patch with SLE11 SP1 features: - In TUI (ncurses), use plain text (.txt) file with release notes, if found (FaTE#306167) - Set /etc/sysconfig/boot:RUN_PARALLEL according to corresponding value in control file (FaTE#307555) - 2.19.0- Added control file configuration option require_registration (FATE #305578).- lan module in 1st stage (FaTE#303069) - 2.18.34- during update, do not save timezone and console settings (bnc#547587) - 2.18.33- Fixed handling repositories during upgrade (bnc #543468). - 2.18.32- set the time after chroot (bnc#538357) - 2.18.31- correctly set the keyboard layout in 2nd stage (bnc#542009) - 2.18.30- Adjusting understandable name for update URLs added during second stage of installation (bnc #542792). - 2.18.29- Correct HTML format tags in helptext (bnc#540784) - Set firewall status according to user's choice also in non-automatic 2nd stage (missing call for AdjustDisabledSubProposals) (bnc#534862) - 2.18.28- Enable SSH service after reboot if this is SSH or VNC installation (new ssh_service_finish client) (bnc#535206) - 2.18.27- enhanced display of release notes (fate#306237) - 2.18.26- better error handling for image installation (bnc#533601) - 2.18.25- Introducing unique IDs to unambiguously identify AC steps and sub-proposals - Writing disabled AC steps and subproposals at the end of 1st stage, reading them back at the end of 2nd stage - Filtering out disabled AC steps from AC workflow (FaTE #303859 and bnc#534862) - Require new yast2 base - 2.18.24- Dropped unnecessary fallback text from the fallback control file (BNC #536288).- Do not copy xorg.conf to installed system anymore (bnc #441404). - 2.18.23- do not disable qt/gtk frontends if xorg.conf is missing (bnc [#533159]) - 2.18.22- Simple network (firewall) configuration in 1st stage (FaTE #303859)- added calling bootloader client bootloader_preupdate to control file to fix multiple grub entries (bnc #414490, bnc #477778).- disable yast2-x11 during installation (bnc#441404) - 2.18.21- adapted to changes in yast2-country: no saving of xorg.conf (bnc#441404) - 2.18.20- Fixed Welcome dialog layout to have more license content visible and to align language and keyboard widgets with it. - Not offering installation images if there are none (bnc #492745). - 2.18.19- fix build with automake 1.11 - 2.18.18- adapted for unified progress during live installation (bnc#435680) - 2.18.17- use minimalistic xorg.conf during installation (bnc #510015) - 2.18.16- moved .proc.mounts agent from yast2-installation to yast2 (bnc [#504429])- added kdump support for autoyast installation (FATE#305588)- Installation/Upgrade newly require some packages essential for them to succeed (bnc #469730).- Using a new yast-spanner (old yast icon) for Repair. - 2.18.14- Fixed Vendor module to use zypp history file instead of using y2logRPM (bnc #456446). - 2.18.13- Added documentation for installation images.- KDE 3.x dropped from openSUSE control file (bnc #493547).- changed the error message of missing hard disks during autoinstallation. Might confuse s390/iSCSI users. (bnc#476147)- Fixing reevaluation of packages to remove, install and/or upgrade after images are deployed during first stage (bnc #489448). - 2.18.12- Added new globals->ac_redraw_and_ignore control file item (openSUSE and SLED) that ignores if AC UI is missing and just redraws it. An error is still reported in case of missing Wizard widget (bnc #487565).- Continuing on Repair integration. - Handling missing FLAGS in the content file. - 2.18.11- Location /etc/modprobe.d/blacklist has been renamed to /etc/modprobe.d/50-blacklist.conf (bnc #485980). - Unified inst_mode handling, especially correct handling of Automatic Configuration together with switching to Update mode (originally reported as bnc #469273). - Repair workflow unified with the rest of installation. - 2.18.10- Fixed help for "License Translations..." button (bnc #481113).- Obsolete 'tar --preserve' replaced with 'tar --preserve-permissions --preserve-order' (bnc #483791). - Added recovery support for AC (dialogs) possibly called by AC scripts (bnc #483211)./bin/sh/bin/sh/bin/sh/bin/shyast2-installation-devel-doclamb20 1526901337  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~    4.0.60-lp150.2.3.1  startupAUTHORFirst-StageF02-hwinfoF03-umountF04-languageF05-cmdlineF06-terminalF08-loggingF09-startF10-cleanupSecond-StageS02-loggingS03-autoconfS04-languageS05-configS06-servicesS07-mediumS08-startS09-cleanupYaST2.First-StageYaST2.Second-StageYaST2.callYaST2.sshcommonarch.shfunctions.shlanguage.shlogging.shmisc.shnetwork.shstage.shvnc.shhookspostFirstCallpostFirstCall.readmepostFirstStagepostFirstStage.readmepostSecondCallpostSecondCall.readmepostSecondStagepostSecondStage.readmepreFirstCallpreFirstCall.readmepreFirstStagepreFirstStage.readmepreSecondCallpreSecondCall.readmepreSecondStagepreSecondStage.readmerequiresYaST2-Firstboot.serviceYaST2-Second-Stage.servicecio_ignore_finish.rbcio_ignore_proposal.rbcomplete_workflow.rbcopy_files_finish.rbcopy_logs_finish.rbdeploy_image_auto.rbdeploying_proposal.rbdesktop_finish.rbdisintegrate_all_extensions.rbdriver_update1_finish.rbdriver_update2_finish.rbinst_addon_update_sources.rbinst_ask_online_update.rbinst_check_autoinst_mode.rbinst_complex_welcome.rbinst_congratulate.rbinst_custom_patterns.rbinst_deploy_image.rbinst_desktop_roles.rbinst_disk_for_image.rbinst_disks_activate.rbinst_doit.rbinst_download_release_notes.rbinst_extrasources.rbinst_features.rbinst_finish.rbinst_initialization.rbinst_install_inf.rbinst_installation_options.rbinst_instsys_cleanup.rbinst_keyboard_root_password.rbinst_license.rbinst_modules_extensions.rbinst_network_check.rbinst_pre_install.rbinst_prepare_image.rbinst_prepareprogress.rbinst_product_selector.rbinst_proposal.rbinst_release_notes.rbinst_restore_settings.rbinst_rpmcopy_secondstage.rbinst_save_hardware_status.rbinst_scenarios.rbinst_ssh_import.rbinst_system_analysis.rbinst_system_role.rbinst_update_installer.rbinst_upgrade_urls.rbinst_welcome.rbinst_worker_continue.rbinst_worker_initial.rbinstallation.rbinstallation_settings_finish.rbkernel_finish.rbldconfig_finish.rbnetwork_finish.rbpre_umount_finish.rbprep_shrink_finish.rbproxy_finish.rbremote_finish.rbroles_finish.rbsave_config_finish.rbsave_hw_status_finish.rbservices_finish.rbsnapshots_finish.rbssh_import_auto.rbssh_import_proposal.rbssh_settings_finish.rbstroj-casu.rbswitch_scr_finish.rbtest_inst_client.rbtest_proposal.rbumount_finish.rbupdate_wizard_steps.rbx11_finish.rbyast_inf_finish.rbinstallationinst_inc_all.rbinst_inc_first.rbinst_inc_second.rbmisc.rbinstallationcio_ignore.rbclientscopy_files_finish.rbdeploy_image_auto.rbdeploying_proposal.rbdesktop_finish.rbdisintegrate_all_extensions.rbdriver_update1_finish.rbdriver_update2_finish.rbinst_addon_update_sources.rbinst_ask_online_update.rbinst_check_autoinst_mode.rbinst_complex_welcome.rbinst_congratulate.rbinst_deploy_image.rbinst_disk_for_image.rbinst_disks_activate.rbinst_doit.rbinst_download_release_notes.rbinst_extrasources.rbinst_features.rbinst_finish.rbinst_initialization.rbinst_install_inf.rbinst_installation_options.rbinst_instsys_cleanup_client.rbinst_keyboard_root_password.rbinst_license.rbinst_modules_extensions.rbinst_network_check.rbinst_pre_install.rbinst_prepare_image.rbinst_prepareprogress.rbinst_release_notes.rbinst_restore_settings.rbinst_rpmcopy_secondstage.rbinst_save_hardware_status.rbinst_scenarios.rbinst_system_analysis.rbinst_update_installer.rbinst_upgrade_urls.rbinst_welcome.rbinst_worker_continue.rbinst_worker_initial.rbinstallation.rbinstallation_settings_finish.rbkernel_finish.rbldconfig_finish.rbnetwork_finish.rbpre_umount_finish.rbproxy_finish.rbroles_finish.rbsave_config_finish.rbsave_hw_status_finish.rbservices_finish.rbssh_import_auto.rbssh_import_proposal.rbssh_settings_finish.rbstroj-casu.rbswitch_scr_finish.rbtest_inst_client.rbtest_proposal.rbumount_finish.rbupdate_wizard_steps.rbx11_finish.rbyast_inf_finish.rbcopy_logs_finish.rbcustom_patterns.rbdialogscomplex_welcome.rbdesktop_roles.rbproduct_selection.rbregistration_url_dialog.rbssh_import.rburl_dialog.rbdriver_update.rbinstsys_cleaner.rbminimal_installation.rbprep_shrink.rbproposal_errors.rbproposal_runner.rbproposal_store.rbremote_finish_client.rbselect_system_role.rbservices.rbsnapshots_finish.rbssh_config.rbssh_config_file.rbssh_importer.rbssh_importer_presenter.rbssh_key.rbsystem_role.rbsystem_role_handlers_runner.rbsystem_role_reader.rbupdate_repositories_finder.rbupdate_repository.rbupdates_manager.rbwidgetshiding_place.rbonline_repos.rbproduct_selector.rbsystem_role_reader.rbsystem_roles_radio_buttons.rbtransferfile_from_url.rbImageInstallation.rbInstData.rbInstFunctions.rbSystemFilesCopy.rbVendor.rbdeploy_image.rncssh_import.rnccfg_boot.scrcfg_fam.scrcfg_windowmanager.scretc_install_inf.scretc_install_inf_alias.scretc_install_inf_options.scretc_passwd.scrrun_df.scrrelease_notes.desktopautoinstallmodulesdeploy_image.desktopssh_import.desktopyast2-installationCONTRIBUTING.mdCOPYINGREADME.mdsysconfig.security-checksighooksinstallation/usr/lib/YaST2//usr/lib/YaST2/startup//usr/lib/YaST2/startup/First-Stage//usr/lib/YaST2/startup/Second-Stage//usr/lib/YaST2/startup/common//usr/lib/YaST2/startup/hooks//usr/lib/systemd/system//usr/share/YaST2/clients//usr/share/YaST2/include//usr/share/YaST2/include/installation//usr/share/YaST2/lib//usr/share/YaST2/lib/installation//usr/share/YaST2/lib/installation/clients//usr/share/YaST2/lib/installation/dialogs//usr/share/YaST2/lib/installation/widgets//usr/share/YaST2/lib/transfer//usr/share/YaST2/modules//usr/share/YaST2/schema/autoyast/rnc//usr/share/YaST2/scrconf//usr/share/applications/YaST2//usr/share//usr/share/autoinstall//usr/share/autoinstall/modules//usr/share/doc/packages//usr/share/doc/packages/yast2-installation//usr/share/fillup-templates//var/lib/YaST2//var/lib/YaST2/hooks/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:8142/openSUSE_Leap_15.0_Update/fb0e6692be181e89ebed43d82d5b74e4-yast2-installation.openSUSE_Leap_15.0_Updatecpioxz5noarch-suse-linuxdirectoryUTF-8 Unicode textPOSIX shell script, ASCII text executableBourne-Again shell script, ASCII text executableASCII textRuby script, ASCII textRuby script, UTF-8 Unicode text RRRRRRRRRRRRRRRRRRRRRPP[q5?gcurlrelease-notesyast2-add-onyast2-firewallyast2-online-updateyast2-updateutf-8f587b933cef93495902f0a12aacabb35f26ead22e2a8e292e15bc9aa392953c3?7zXZ !t/8o] crt:bLL !. et^.#ؠP|8%2&{kv"M1w٩, l&:)2? y,EРpO^9{*R;4Dz&/8kEzi?_(y1tN>aN戕PDh&OuB^ן|Xۿ173N |=kXPNc]_I aЕtD}. 2ugD†2`so&TߋîTru=!YȿsԤӚw'ۡ8y8]Wڷd}ݒN E*tFŭIF0\2+(^F} sTӸR89cϙ@mUIJ?}OU@ |禕_M0gL˽7w[؅,bvY?XNDn /K|)!]"Ԯ\'==LGCƇ~Y/]+(gbNq@3%=wԁtOvq08F)CgrBn! 6un|8G PCb(<ي 34J!:8֏nӽ&t"hBco s`N)д l;eg$Hzi[bOtBIcv ͆`r{N8_ hr4m 0Bd@  4hSpC!)%uܮvft{W8-ƟŌ$pg8d;F: f"%]Yݺ}}:bᙏeU{@Z06v,a, !3[mB ghV5ϺD)"_eCI##+5wZ)Tj5P=տd/y>)`r, kנBE~)~"?+)"r8M[MB6˼N[% Cf04n\_..8 |_q KsCZ IT{^eS+ X&&4nSp qP[V"E8٥qq rw6y,n x.wlWeHv(mt=ݖR/|8_CeLվu~{VҜwoΊU69?ٔ[7oJy<,ccs5*>x_c)<2M9lW:{ҀHb(OqQx`V (w˪-[I~g5W tPg~D T>8NIcR[.JTkala2/'3Y 8ԫM+&,^?d!fʨ)Zn Ee]?9!("s?/Nxb.8 [l+z=<ewk\G_^h<8(}_@+.3qȡ4$b*N0}F~Q3 IJ*1JeP1l8<˕2j@\j׉zU}Q4+y-o'J.ZCF\,un2zKp|<)VZwioJ# / "Ϡ1Ԑ&7m4L9T̓% E`ZOXF$0'.y(+W!)X4/ajǺ_tq=Dur1~ zAZIyG1Q%3""7Ns>#~0Z ׵3zjKvp\|6MȲ׆?Z3y]K<OZZНJ^Yx>h>Qo "1.TJ5aea}REI5R4_s зP4bj~gBPbl^x]pA;-\Ӯulo F"l~B0@'4`xR;7IЁ3dc:VҾF}nP >/>sd|R} #ND. {oZxn|%\{I ފjZͪ V޵hPjVu?P&xD25H)<,UaR L4۷8$pμ)avirq7. xk :H7C=p:IG+]>@l?msظX?,'!<*G꿺_?pHJw1c({tCX[8vs) \^ *0>R6wvͼpVOw#NW ~QMk7F⦬Z&زXozvE=穕F 'cw#*z7PH~ FhX~T}ۤ*%S}x;)==W|[+2~5]0->$wuwp %=Ճb䟩\`Qu8y?{Cj$`/>%}%,OECܜ!SL<2_JfwvRK`}g€bLW?v߈Ȏ8XQA!"̜[ֶd'pңsK?7'XD:%~\o,f"54H P9^{ПOnwx~vrl }M/X zgV'L^%72ٹ|5 ތIwA@ax&Ǐ'm\ &L^8X{," )-:wxXYvʷgqR཰7֗#K.4&qFU-d(o| D"xLfq~ =4T,M'1~ ^~B|uNƿhTɨÌGX׺T}Bo3gaߺR8Ђ<Ӻ} nQs Fu4QqriG_}Uc]SI*($\a.\/r-ys{$1tM .,$+2hda;W,ͦ|zAx]mCx26z+xk;9oy( bȢ48XwN6߄s=$ BjtFVB,`(Y7b!ù9˖?P%3k$w0Zt> d` X/" 1bi0 vǓ  3rfZ-z ^KNP W143>-8jB(6vA&W׶;|9X9m[FX_. .-5|+M϶j`bokv-L2Zl('CUˏ If+ڞ3adZpW ՛PVDHMcR86Lgfڋb=Mt Үn lPԨ8:d&8*2ꟾB?l B -ra{ TUG(te}8xIۭjvƻB"ձbmL%;ّ "߿< τos9`ZGD]Agc9@э痝 =Gt\ÚU4S[ oZ7`H "#Xэ7"-!\"1:U-Nj4)9v4.3!kљW~ǎMַa4.#x>Y|UT+T5"ܫ~JPlF>2U39wY;yJO,G3eJ BM% I'Êˏq_i$t7}.rZʱZ/ 3|'$xa2:1*30Ce]dXV#kn&`wn<@w4"AF+clGiԹk}l|?u]!]ъ QwMʊfG0V*((J!9AM R?'|:_VNࢊfֹ?UK] |eԬ]3տ=1z}L)8{BfLQfEJ؞GCNa'tYO.Yy#džxеi% + vF}2mxp* S 0OG8YKs„R Qxs#^^bf'A l}uSN{ŸuPz-|f ~D3ɜCvrɃPNvȓCU@VnH&V16 0:vlT{k]~Psʐ>#/pΓa*YEF5ZtxGZ\~70g;BgY1!1/|nZ˂+DxҶU^][6Wkrb @JA4۩h^?qJ8п>EjV#-@] fhtCkϰ+SBmĵBܡ~_-HŷsHcYM !Q ]LZKgV=oP'єR[ й_68TIVþ+ [(PB7SlNPIh` /QZ3+D6̏\$Ϣ%:?kWIza]&~ nvKm3ğۧxUPVe,aA~|b5ƬWYlB\>:IIQnKlΤEp0,^m|$΄phj8Xe&.7@qw+E6LXF\#'tG<Ǣ}:JU4WOt'{*{x{Xgwŏ[Ӑ%o_|kun)`Fd:͘ױAbtd\4ił":iĩKf哕/DPP67 Lr)1~|\Fqb_ ]fRZ^)%D z.ҕs+}9yO}4l^45&S22^@XWA.D.W'iC%q$U=jJɔxf25zp#+ӓcSyN|8-JnTй __(gJ>v҄,xy3l$I X!^4P],Y"; p"}i̴rW^h;ᵠ3*\淙!Ǐ]5,h!lGd5Cn^0GpsR+dA1xg(JJDj"X"Ex~!_l-@Q/' c"~D=,X$X邉B6)Akrl_yD@Wv",ϴ#3z WZ/ $,K*cfmL>ЊϹ®1g >`~f@) QKNS,!nj>~!-8"a粹,0vu %߼)gu'=7P#Q6 #$=${*v~%,dhΟ|o˘Gɥ4`e-&nC`ƴm/=#Y;V@ zrʨkFsLvR~yt^\jC%E|΄-< [Z;*T/PW,Hӧ!3~ˑ6)6ׯPŊ Cӿ%rtoL\?s0:sP^ c]^ I esMMֱC ;Z8}uaؾ(`<d)VaVY>@ȵ_oἋ7|C>;^.ߺοVysHĕ d*8W %AxmAMi?t-:>Ys':|N\ldF8ǜ@!THZ&Ts! &!R y }q \oFgEѰZ3yN\/p5rH3v]_c1Z8!2&tKxm)vJJcM*J#1t:@uT-D5]KU]2\\&Fwr?G 8zHe j0;3PoB7g;XSlTWV35ƿFw`SGBȨ*qVh#H%;Ex9R?ntQm7W OqFLT Ɩ՞tCuuBcl sj:]2ӆ} rNd^z Y#;})><&*v yjRU$ -t Z"M΋ɕZ!™-?J=d9КQLf7(vy[ȣ -ˮm#kPf&pb {hUg+N9xO@PJ,Ò0g'1+2U % 58؄q[i7G=)%̤E$<{ɰU5}DeҝmM61 g"ٚ r7_%hҪy PQz)("<ŏ~'EY__e2Ux0*݋qxYegM}xl79KWC+%&VgOX4eРXZĸVSA]E='%fxdؾYN: UPo4&↗CtnkxamXxb_]e=2mP %&5|qvzr7q86t9Jd4$ſ6)DGXyERorCwoT5Ĭ혓ZE`|W/yŶ Ga s?Kbdy5teIF S%j_{øׁأ;m7Ƌ,swUjbEV5@JﻏOi pZIw1Bj P6`0N\3 iiJay?4T_ͱM6֜zrE} ҧGbmoo?4<2L$L̹&<avNo͡%cQL}3 <}8c`Q{Pҽ>`F q/Ou߇AI3tmRݤeR,}jiAb4̑YoE~pU{6͍ejY>x{83TdH|%iw_.XEܥUjzFSg^ey,<|B6z\*xy,@h& .93طhR}R0,&`婎C.}6g6b!ODN)iFAp'7#]lª$bLRQ6OK R̐Y1>tWk@bNS¹h2?K.>Sѓ\{2GK\KNм@kDV\l⾼R3 LkNeMt'Z,(U? ftHk`qf-_C rf7 VLiPn`_z}ny>|"3:rHVXaXR |MԘ4!NNN C[c9N<_@]lL!o3bZ<in)Fp-8+&X Ӛn~LkD6]+ S @$Ȁ$/UVbkKP强AH4viR7! 8KќsƩ12n%T]"Ui rd~+F m[ȋB^n .Ô\=-q-MMeBJWO~@6~I6EXih?5 hEY6`lQ!\]XuCCݎƳQ1!U247BKf[_ZVLwZ;qa["S9:|[!q2 Nx3I|H(A #WQZ6Iy+U/T#}H[@PͺuO87ȿ0~5`90KDtE `㖇,%}+&m2?ߧAbM Mm)zx{?V9},<+%Ÿ%Q( J '6>b~1X0X 8+ijM77;xݭz]2ChhưE31uZMК*nj-OM#V v5K@thEop˛Lt4y9݁l|#*%jKNc;?e-y0P3Bx R=qH@1M'5ЁDTIQu\W[)Euh A}qOh\ta18Mۭ_hZDX ?̛󏩠Џ{pƻiˍ|zg.C_,nsXS3 AtO@׵G*h_Sj},iސE,wuufvku};G PDV:|P" gi*(.v,I`tT-nWDNqOWJl(EQ轻SZ/ _4鉤<Ψbn/gYG$Py^rߜmCH ~Y"3+(C(@t؝Pj?zp0wZ&೨ʎ?\n3\MNL :sfN;@묙hM kj > v߽ һN[Ek)!F.L{dJ{=15xGP]-2#^ݸy cH ֶ!~bȾJjUv%j;.}$=*@ T좳ڗ,K<%=U?!%ea`N"=6O%ǽHQCRbwOWWjqs4uMN4η]>XzꥃKd" ^F ={C`K>s:#b` &鏍Qdgh@$< ӑ)]Lܖ圳=160q F%ߦC2xj1Se1's.QoA]c1\AC-fdJ -y*86co?~ >YW};\C#=b|;i.6q[E%S}1hۣ>:ζwhq~^qrҰhmcyZ6!N6 "qKW6@tTj'O7lsf\4|?`Agm n!F'`_{BG)Ih 9J+0I-Sm>pGE^2Q\x 2T|`YisZo(uQ<ۥ!u6eɂDN4T,,WT3w2}7e=bqվX2[coLiҰ <"ÆyE| U|./+󻾏j?^0rF!;8 9!M-:8US` O+j݄__Ae!GⱣn'bg^/@^nM}%~ a uD}chMC 5֏%)o_2E!3355'bSo(6#k1'#t= :߰33aU Kw󤰇9<ŗ^tio+_h_U8=hZ)CbKnW֕[}4w Iw1I&?:kg᯷ҙ3}6rW@1T}nGgpyZ/U:h"J[./qBm jHğaHH18x2ڰLf~!!نcM÷WӦ&wuN>:e+8 0_W`sEܰ^F5]Q`42pP 6!BLI8t5{$oq!lmw.rٹ,E@F 콱XzG7kͼ(%Iw-u>6t:h}A?!v'?V[g=~? v!]| \u17zXXс_JYA#YXH#(^21Q㋡doO yE$ӾNH'XJ4'@0 'J"'ȕr$%d'ޒ> V Ή9Kq7.$P:eY?0B ^V&wFp+y}uOb'wB"ApŽN_"{Ȭvᒌ鷺"y][HL19):nQ'Ou5?ؙ ;a0Er[Ø0]'ןI[n C)*77ܦg \n-ʼtP۲0gX=ge٨JՓ1M+}y/cYԐq|a?iI//wjw*͓!#pmM1Blu祆nTOLhϩ[kFFZ}14:fym:>w SC>2Kx2ŴrLS%)xb6 BeoɅT~S׽?ߧo1$΀E"[!-֠t²/jEf/Z]3~*ơ{m{6ɧ7 ,F):#7`BDΧ$0)èyIlC0SKPI82aڈ_qT Z,TmaX%+HcM'Б<pXuq-7*﫮賅B'B^%A,sQ 6wYtQgӱj=q#,2n+Ξ ">VB}V? (8aDc?P٫Nd yn_\ׂ^D-E,vݨϑ~XKJ]2@NlɁ_mP6&l`'aFzg*!ڭ|%&OA@SZga[ͫ)B4Յ2Eڋ ~[G4.9#ෝާz"aN]nsjw.go\}`|pd 9LI謅Trs{?* q_5ren)a gGZG;G*>w_֯DkYi'kAn7`% 0)6 l*:( >T0KffҼ2M910+:e"B%gFU*W<g׃,(RR$z1eN_|YA,d^FJOL~C|֍{/4ٚs #TrvE\Jfʼnizm#1]}?KNz[Q0n[!-| JJIU ?NoVCyEݵl%T8bZk 'p{ӧih~@ s6=>5&_=3ɛʁ%~Hz;"+/ˢT\%04.=!N6kJ(w@Y&2o . Hݭ˝.f@ʅ3:2n å`HɌF>0 I ~͆UYwTjx1H|v]hGYk T -0es>א\[V+|*8~,F;τ]69lڅKros PHwT :IdWM'pv;H8'[\ Q]g=ZJ;vD8xTc]kp3@r҄+sJ9q{Sih6y>ݴiy؉/Ex\=ي: 2#+aӨrl? &;LYWiƔk8e`x4{x"_ޑhr@ {/='oa }#O{؈Ēr3tf aaQl=@d^:ӢcfL pb-(Az(f-SapDZ*Ŭk!ڟZ 3Ktz H"ýGSWMK׍yj0rHT9Az 'WgY3En~9g5e[":S'wQlEETYJ5֒w%weELZEHX{BEZhVqq[IG9HF6 ,qaɊm= V:@V\КA05x)Ocu4:o :Sy؂Q 64PyҜ/7`%ODy/~sY"pgY^W^omQ2۬O;oF",EΖ[N!Gʇ ?UE<,d{'OxȽ!"ZO*Bk.29ɹ/m 3$R{+~mg%tM9Wr>𕘉u"Ё[H[zi=Cm(k_4󶆼<ϯ;3WoNUC3S4y2Cb{ĘD.O (?lA\<ÀwFŔjx}9 ~V1 ݍB!mMtG$fHBrݳ+(ʹj';yh58G#Ch.{!Qnsۢ-XMYN5 L1*TۭKoX0CE;Hso?1xٰݞaI]$#wOrW: 9d>I:?D2Z,{JygFàm\2BkbP(،װX ipFg>+Z;6 ;O녔(ƌkmbQ$N:5Pb]-]luG13_QA`NjwB.k }1 ٨]bmh$b@_'" PCV 2s 1;1hE3A/W"N6IDDdHRz$B`{ 1/;Q@_'VZ?0T|pCO/:5jV%!=28%%:s":ˠGUcN*xw\8Zr iF9SIOAJdz{<{h&mѼ.<?m[Pw7VQX'I^ %$ˤz's*",Ϗ)хZxޑ6 A U$p(\.6DiPPf(8KC<2N7j="1tVߍzٳN-G+l O=MʩhkSzSC[Hլ#*Y:&y^ă z)r1;4R.hft:CW"&i ur} 00T^!R)s5C?AQ~޴*D|ΦޮmOkc_wFWwhÃ"gIƚ))c۸ˀ?n4y'q ѹ5T 5^8BX8Mt`J??~8]֙5)I w2P Ι앻Ȼ2ʪ$0J*ᐞ}Ak[ek`hH]}I MGum\O^P uIߤ)pɖa@q{a-NoOeP[v&Oc}Ӷa1^ Z)3:|߽?_%}4{d3om9dz8`S;`^z;XU|uZ6Ȼ͕&h.`_WCP2uJ^J%<KrJ,ge' |r*r %DJqDwPbǕn mUv(EZ`,Mdy"MD${r7gtTt +3Y߫c˦$g=FV BUTn3MXOxv&M.a}2oo.=gI$u 9W1`jҹMOɪJW%1NJ΃ZqEQaOX p sKsT#_'cm NpU:Ril.Ƶ2Im* xYXc۷B8 ثڟ-X<ϥq|omvEdUlw/= 蚌J$+yXwdpew.@=K'Fʫbǃ:5fy։mq8l`|Y˖< '(7{8+7 _ML< ?2E[C"FˬӕrYݢ bSzRF)r03^Kw/eEp9iHWŒAunF9;G& oY;D'XlTʀspѷv"$ZVAMM~A A6[)>MZHނ17ݏSL R賯| # *SIYs=D]߆{k hV?r3jUXN Z p~ԆisotL.7Ǻ)?g~|FI;aڊ6)%«s&M0/G[+̐Zʥw/>Aw.RFCڭSCFCwՆ5Xue}h+ s*5.ŔoH/HNaw t`J?\ ywq!ٝBon<v/gG^*vJkR T,y2Mߵ|u2^|<]/ڬQֶ n+a'8m GL#L"߸yӟr~xKwKVcٌ(":ns.$P^Z W0k:v<2)9wy)Upf/#`g#'?o|l;ŬَFԢ m5O4Lee]p4ݭ>z2,E:"bom y]LyZ<^8JF ;ݱSQ~YZ_(lg/.D;vuش-ATL}G}y\([h. bKIm jT27~g%RQ28)ҽgaJUvmVA 9mRe3y6<+n8۪|#CUa9{"fYx1M`&w .Ѝ_1``&`i\z]5^ j˰遁xT<ؾ!;O{)Ջ0jl*B˃wxO:Eʂ&ozhLJ[XW^(Jca6K%PC*TBQ:WtZ`T̪$u?lsXq_^R94`f\sџjM*8e7rfqw_B!0sKLȦpqh@i{d(&,.==ƨ ^tQ"#oܸRbFb͎M-ڲiZ})p# -w8%Z{0> .h[,h\N\q7 5F;aiM,a Oԙ=SBCg`ԞB\0d7KCʃ!m7yAW Gr;ȏk|S4_*2GQ<5["XM95;#CSIZֱGV(봗/=aZy_!LD I0_љ3xN3qoTe^"25v.x5Adv;U֔̈́wT{+JU+TV 6 z) Fn}Vhgs7kt*Pŗi}(ݡG7V][AE%UEO՘nUfؖ\oQwDkYni Յ#64H iQ7''~z "47=Jpr[+uG[9#L)K[aU7~!k#`rÎސ =.t?<&ys6x>.141D4Ȩ\p#QSj1gBwwƘ18꧳b6-ʚ8]]>u\-wѰ>Mg&J}c{_uD=^ vCE7$ bX&վֆe>pV v9߹œNTY*^;]ut=A ƭL `NCy+F:ezcpތ}ց#t k:QodWqWMqc_O>)ƍ@_Q}3tW P۩`_yis(a~2bq&#*Fse"Ӆ-e(Vd2ǡ24 @Ȁ$\z* Nh 9.Uw(H!1{qJPOv%t Qe`c,:Obm*'SYK.^mopHt&SH1%6q V_DeEvħerwqlVXRz6gG=,~=1 v܎͊ K4/b I/)6φ%t߉a 'љ{lK -Pív15*`48Nо屈v[m8H֐7-W` :TK˅YL3+`&p%_7 vZWcEMi2:?HL[tŨq*&q~׊$t1uaEN Kov}^NnEXھ6@lEƨiHeQ+۾<ZtvІ܄d.:Ky2h}igwyDJuʉ =FQ- "m^6Ę3C&![~ZO+wi&>.yP+$LG4dy8vQN_IaCM9fd8MVޑRyBtLRƐ7 s}Ќ5+%b7!B" ͺ+[$=IMuPX ArA1.Cd-X0 j\Rāƙ^ND"/r$ \ӨioH3mtakOKBSfï}}]`I'vkgN,8fSm*t1q['QL, Ùrb_2 :8 F0~_*)ˆ-#2$֛mSXo '0ك)uĂMٓʥQnMI2[cLLA$yC.O4ɇHk!t1x/z-_=)Os!qz/ lie*wG} ;e\YL\QZ~@9P0։? ^sbNTvQi>Rh3?[\P}v?/k׌S&TK+v::Or,j^(v Guy*Io\h?Z#6.dζ70=K̬?.f;]Ъй8bxxm(A-B NREzVc[>FrM p&ĉ^HT+Dwf\ϥ!ϝe @\gƘQ9Qp;t/GMugSN8iJ-b?g6H8(d|6&`)fBv9!Uk.P߮:@eli{4M;/~$0ױtT^ }R~DUs=ʱAQJqNyJ#EװS"YUأ=/Sv(sjea9- p1\MkwTj&'ZGj]]؞sX VUǂε5px􎇰זm0Ē nx㥝!T2u #:Yhtǹ~J#/"\}T*[7>q/ԮRYN=q9yFM<;:<~vk nw3{0̥N2*|1sHiV~ô`WꁊPT9](( '}B}0>"e2סT_tkݿ/Tt;hb[ı"wt͎K,v>uiƿoAq/ )6aL y02Na+t| 2RivHOqv*HV)ٿF1^"hf`},ļ^}I{1Y0c3 /8H',]7WBU9ERN$=,h6_,Rkq~"!a=~ǹ^rKtl:A9η>d;=LBmk(@ݩ`^l.0ρ ۤej{ؑL> AwRXSEd;Eϳd,{ġ%& BY.Ua)9x2Z6? VUjݶ}C}iWo~]I@}VS &r(ʹ憎ǗwU9s$=UV^p-G[UMoZh r'[Gg\Zٵ_0YxK|<ÖٿWO+\V$Ƴ@ Ta]İgΨ!HF/{AFVZGl0Cm5P2|K1lIZo|KGDAjqprwihU/Iۗ~(;Ļ$?gDF\L6/\#v[T}ex OӰB.QyZ1u+(pV'? DABΣ3W~eh&T?b X=^F梂5IY:c1ֱ-{E2ESm!gfbx(m8@[WJjQ…\w/׵j @}|/P4 "/n-" Wd }T(JM;)PWam\Ę^.#EQ^c&{G %0B8740.x0*g!UQ*YτƮMZ (j'R4met|LR7;=;_qxM|ԡ+#>|ٛ1(gJ`Z) ziCw%[E{i[x6)Β1;WA6@A} 1L3IJ[ mPsPAwdYB dž7(\4lwV Cg9˭ \oڻ'uIZx;f܆猕j%:޲N|8ncل/# l{θH,J8<}Cj1TU/x|>;{h=_hE5_mi]'u;nRfvee\Yk5%^3BY|j6l0U9N0'YhƲբ#Gs yR4ψ8ܝ5F~6 GI:D (2KRQ#MxS W!Y =R0p&|`aiYol~Hթ ֫q2Pr|E}e C,@.|\N{׈&XK:!,NwiKI3ؑc7}SUu$|v g r?#3vͷ 4輧$@oK&%sn )[ ˄S V'8vj:O7NE۰v3[>^8Dihsum!LO-b}0S؎֤J#yb~F:Ն/S$/ {Rsoq_ALsuzx.~0Rɜ%aFC_!5+J 5c2S_~ xl{xdP>3zi1HUg'ȒZG/԰m/-`VOq"DgR9.-&򳺇hMG0zBU5Z$G|&$mT|^.#B#F|vCb]:^GSh($} i 0fc"yV[=sƦJKb^Cw+t g uL<Gލsx.0{࿏=D}s(VFzyY8(zo3A/߅ A2U72> Z z5vV: \6?ӯn!5z'&=_3OąA_UwHo3*;0nm/~Y|?㉍),<:6ZJ4 MrR#%8LywmM-y.,W[E~!Ϝ0gsɺ"eR{6;ŏSp)TT%>t{ (Y*Q0յBi=#>$7o^rF$/QQlУ`BA-,SFG6,2~ tWZYk|ȠhA(_b,Pb ƍg? (CI9aFKD]ֽٙ\12rGJc+?lJs΍N=3z5_(":ŶTkϹRYhI@x[8Crqls@NEng!!E@wX!Me7]}9wx5xՈffKiw⧛5 )ٮx A4iLĀԓjW4h(eb7qe|N-[먩ut|SF` /@ʘjOo gpyKBϑk&7Yod`6v'~U7AɁ&]^fJYp.u4w5I3ӔZ3wwf̖`>QW/R`t0Y`֜'guä\f闑 lj/C6;g K2ุMp8(DJl<;z :S2x :W2plwh3sKs߱]/٪HH5 Bf: -"KtSδ2qtq(QݕmO(1QҿYLJuV=nҵu({z`[-$0ϧ Q.|Q?{fRtD{H\QiQ˪"~:k*3.C$=LsYNz5 ] d# "bPڟm]e26*1SK5g&;uhCPСgud>m{^Uw\&)QtwnVQ.yZP闵o}SdNh W%\#@ۮHC]Apf%!۫$p+xdIH?V d_5)gmTsNXUe $GbQF8Y̊y՛$Јۮ2^ʺXvq?wOq B@o9p7')ECטfSbSY.1pWQA+mc#k6jIJRLiظ. V3~a77H6b*k24=cu?KkMBc<ʣfABHc$kC@%PXJI^APj0cg|€ߍ"N>IIDpOh<,gxV dJ.\!J2}}Ntl+W~VOUj܏O\Qt 3J yY8#E 9>x&l߰;_9ZڻTf^mԤ#o94,q /0bh/I_jQ=?op5ɞLnfdE lMQܴnW OEL!Zh+e39M*SW+u[Q ɮ|b,笭ke0Lb^3<"}ydi zŽɎ&ٍ3P2 UWgٹ\ٺֶep`?^ E;//DLڭ55!{޸BVaW7ViPAl쯡Yd}(2DjrK闂,@leϻkE>ahq1T8͏& :Nv{NÓgD5%l͟uFRSzokA–OJqU)>Ղ=h7O 4[~o79 3rq}-^8VmڕY' Z:plx&6DEb@`h͔uOkR ި- Sl _|Fnw8 an:8Qhmݱ՜+RKOX@ʳt24@G͢B<CzGI<_^I~Sug'+G"M+ ǥ_ ÖhRSYEE~IcK/D,t Vs Aޙ> 2B)G$ω]d@<̏|Q*mžkVO˚8?VZ?3s굖l3+fiʲMdsr~qc<֠xFR?L\kq_u8ȡM UM,K-.R30S:"Q>^{z%<yge~}#x?\M{E=Bv]2e %{ Foef‚>J&^IDǗ7^e; +`j> {,1\wɍR'K{ 2$~^x.4T yn^#*0rImLeJ'bAn rĴdI~˄vbx(9*[ g$hKQF9n9˃-HbLzK+o\a1%UmO,s0)/ԇZ=egu9Pp8"f:qW17Nz6Ო''S 3"kȋ7gm4ZQcq7_*'Ji{`R^ ɭZG<<+i-)UBL^@kRpuPfO@IpF׎{Ztčd'5 f3OG3Й|ɩ*eN'hdl7Yiyc-֖Kԧ0(x6K%2;Ztq+VKZEo*[~6'ݬֻ)ѻS!%uad);G]fUyfWֻ&\̮ }G>S{9j =f+--yw ܥ:O՗ 9 >`3omf5\%zN`+KXƲW2kx#+<mNJ'epS\ 2-w#z!ɭH=ʔ+SV€,`~:Jk^@z!.E,{;ѥe FP)]+$BN'X8J \DR ]^A @ދ6#ښHwd6h5y@bc>+F3DޟL=ڿe$v=1^jknPcFp'E}TgT)jӌ.OŝYs,, $tsIZ\U;꩑Ark3ˬ~-ٓ͆4ؕ_Se5._R7сz0D7;OWKΡ@yJ`[Fnǽ.>2I3lZ!BeەwYzv فLB:e$h@}[l ʦl1_ŵԨ -4PXJS=ڸ[2<U(3Yq5A=z$1⨍wx(TX?jLՠFIa-vs7sXBQk ϒc.nc@byT9}pH3y)Qv\7ݮfn/gYPkw1Rl<|bgsSdMn  8=&x k9EUZ.26ΰ-*(H["V ƶSC:߱ i/}%T!Ip[AP˵qDy-p'IB 2ףBZ5 O!\6yv==Rkd"~vm^`N|b ~Ju [J:NInȕI.a[?B$Ub?e3$@q]y#=~sGbtFKTD \A3Ö*h`}L. I g=w24ClmJzǁB%K?!ǑU#;=7 1Ž:w ؽ}x?n Ze`9 t#D0m8KX!3yёwAsʓIr9Fzj3U&EQ%XP0]KkT)qA7܉D(QlAUf|e!+k@  J5/MZ~W]O'lE;$_ʪ9c/4vth9x,<8pVZVX"ۜ寎_KcG:& fC9B:8T>sSZw75MylhhiK&^\@;4<,Jpˤ O=*uǰJ̑aDChj%t)?i].Lf ›_M8910߰B0OfnOLTHToyJlB~f GmͲ`&R´@{^wE+xkhK Dڣ* gP[p*oCeR H bq}(5zLbIa]"= x/Z|}~g1L>Mԡ 5ǫ ûa[3EW4`>[#ajs@:='i{@{_FG%JwҌ-de2(߯q¾̾0ۻ!s =-㢯#ilDgwIԙh̼UhLؽGj2[ԅ'k6C# -r7U>8>_߾o=eBW {Ь02*;?Hre8n*[cƘoߋhg,.EaΓ(:lzƏR>oD4{Yk)p]a׼1*0iGXWg{VJJd49}H#sI*܇cU/7.@,'A{|E2`GFXǞbψpχVeG#AEa[1!R=6=Ut: R\KAyMLjMIڬljG`uV =kq-/2~5Ok3aO;ͨ*X`8f7_$xM,ۢ1VtkX F#x/.p!o O%zbf ZITK;Eq]8&Hoa|HV,7a٥BV ABd{.ܢ<,֔t0焚leyҰ@ >qml"qŝA*ݏ:1EH|#g21[WBybz7{!T{&/{>8a?z\Ǎ@KlΌ0?d֣8!Ĥ43q!WH}ܸumZXkdnJ ~xT?}.W랼hvC%,j>+.Vk"Hڟ2t\ ?Yw|mon)W~,ŔsX2`7X mChXp 49v2 }3 Cĺ:gK_eNߦzdXU.L晚sn #Z_zdY\r ~B =č~g &PSU-#hDn$o$@ uj ;!O$H|1~U-+`9&l0>|aԆmnVҞU$Н0_!G 9^r:3H +]f0lY$֡t ,GI' EL[Y`zpbI^Ǔ =5fw;8w2hh_Hp^5Id񇨬Hg.ֱX~I&fDNA78م<thO?Ux&<[te,=6 q*aj:9-KPvt{1p4,}:PQ4΀%]Mi?3vuͿQ)zP}J+cKdωu徢, +݄*D(R+jk=*G{uɶE2%@!<ɟu-IgZ?1I:+y\\FnW2oڤ:v"Y)$,t<ҕF.f~-=PKwFТxcsj:U4|n[L[MδHIR9M|&/]]s* KLtᇻd lGq[HWv`y׸mɘ7{P$|vDK#[̸9|TAox_šĦLqp_AUR ՞Cl/K$[)jvd&v:>PS!rFC=Tgnpo~?UesP\חM뚫"t\[6LA/;_O^8/SgwjWB&&(l%+p@P RFx]Mk O|Z Z `o*߉ u~dryj`҉UjFcQw5CvqrŹxrبGK? `~"/愵\{P<DeϦc\IӕJyЬ| 8Omds򵍂|+r[П;cX+$ځX#`RY+:0yh#Fd0i< 3nV݉7dys`6$ =E8L5Wf$d>+<$j,onl B2ت3Hk sθrk<&'cL5 &7p؄<4C #E f@M;Ne\Fqh~-h=ru+SF#3r*lg(q;/5ưQ>W S8?ֽ_3n$WwPƲj*SUۍj*M-I t제rL<x#u|Nef4\FZ:됻>N(> ╾hҋ4 a*>EG2XviR6 U-9 趕wT/4s͊\>'CUb;dcW +~G=vkMYUH4`%niAZ v8 $ɎxPЈJSM8NNFXl|ukxDׄmf<R,;ee1{oyg:0+l)[ȌznP'.P0zTs ⡋߈3`sb,ْj ޗizI7tRh9Z߮!<jQ<@\+|K!i墜h%h,a^)oKJp]pv?An7| Fā)g$UDɜ|tT!0+gMdR[!wz˟ T )` dͺh2)R%ֆl;#GPJ Ե0m7\8u|+v=G썜P7@-u׵k(+qh3vWhVXUIף aBD,Uo,%?&Qrߵxg`sq~ 248J&ō7Pjk{1K[?`M -4'{`8W+iD|.L w:~& A,S [#UfR<<y>έpHJQAO`7ˎFQGyeʆEY%Qig0Jj2|IjJd#:uES}G%+dMnԋd61Bi7uRlΌgdFxf'فG(oH9 qZhMw_ .V3'&Se^Dt<'!$&sr|@n/"qm&yka*-vHۜ/2*ā'eFݹ1(éa֍5Oc 8P#fcxo3VWy dO=m MWzkӃ9]fxɇԓbMŦw,eD15Y ?} r6Ȋ[9z Ci3IfjO.YyK(S x)8^7Lk!MFUzM$"P93hfl8-uBUghq71ulL$jFͬFCYo4y4e7(p2aHA)W]#kkLbB}l-$9ph x0aG:Dcu^`Hj^9K]J:% $ :<>j}ɫ/O-$C?;֘*kv4We7k5궽2aJBGD=5FS|,91B-BC.7^_X/`/A$IMRǂ9†xq^֞vú/~=6(,HE "lުնcG P|{]`;b{-\^ P$a ׍#^gXvI%zbI%u]H$EFevU {%>j*Ucn̾9l o&dׂh&XfޔėϿTE%xPzq[xǡwudEb;Θe[9dF"i}K{"Q0[>؇jL[ĩ9" nhb|} ^?8GUϑsٖg`!w|)tPVOM;3hxfշr0G !S4S 'J|JSGp+UjbhSl-ųX-hw^lKIWIh̨uG"Z/KYJqGVFnx?[cQc d/w:L˪CV(0mP B/PKtE,DV"6׎{3]0E9 VLvΎkDxów={fCg-y;\@j~5wKCUp*1hd_I)aT33x{C^3 |,7T1SHNk6NPTj["fl64zd3qpYtPDY5gnr?U|< ] bԹN}V %tR |+mo9*TX{v^qDf'X:׈yWwIbKP'R2n8i?WDTR> qvϿm@r;3tL h7a t72 nB}e `V@ 8a%yQ<Ʒx[?jۅ@N[!X^o0hѦ`q'$vA(/k> oX;/ڸ`8;|5 CK&t9Eھ~{l P!UzN'k@b\7,q'Ib0 bZu]ok6G@{:M$C2&Sz}&_A-XMv iQ$1~;:(0L[uR1_kLߚdscBA<",Vَ]cq3GE}`tsm'R8G[ a6[& h@:>V*R9͉7 b'$קsYuH12r {ėH/Ox=oƄ?_+-F1}gڎ}D^QkC[1=i4Y9,Pw=boG9Y5~' kGF̗ <pEAW~3U(?fO?~ϟS՘?.@ K2{jn^86|\'y,,{|9P¿ؒc*2(R5T%MUĄĕZ@@I|J]RRh$K֘/$̩d Ow )'ԄS)=a :#wc=|$ ]6 ꮑ-[ uvI9JM5򢜻ՈɳnMG7r zh7AS_BC_H+50\ŷ%M:Dd_2xlrmze"DR&y$`^ l9%G}d%aB;Wf5M!=p2=テ#2> y/U~ߦҔ9Wu8z F`9݊\~ae$NTunwRBc>V̥| N̳gf|Δ+%V_צRo[(B8+婷sr,. kZ99a0;#SӛS>IäC*-zr@KeNKgg 䱧ݞ`uFn܂ 4QnnkT2$bRq%rD䓧I13cwM٣5c.DŽn)UȺ E7FؖXAy4#+2FO,jq3<灆Q۔gqb3QĚ*Hϸ sjFJ^ jK?3 ~Bxd{ʫ'wAm/EKfx]QVIq0QK@TG yVe\}19njG*tbذMzv>' 1הkI92,"S|壞 u kƠWFNx"&uL? sÛ##0[L Uf-Y#Z^tQn 0ժZهnI-bX[ } S994C<{PyKjsB9aO*@Kr2DY9ZGj=H<<]16?A0nV$-HϼS UiS )dAFjpys@Hv PPP^ZPi^I +tBd́Vr9~]&~$fU*pcZRzyFd?ġYY fv;zXbK+D4;"=aZy,@\R1hOgErjpw~#xUJ0}m,.Cbo`+t f!#6seV|Oa}n Xu! kQ omMSup, 鉻?] s m&Kjp0t,8M>}x~=dY4lWAw6dJη1'0)y33t *nZ^6 Q0Qf-\EColnJvf Œ +$]a&PoPCּ( ^s1`4aZ7eP!w!|~K#F;g1x<  r'UYBD5*N^>AՅ(֘{l*4=bnXq%hs)v_lDȒb>"m h|a9;HI=Lբ_%(hÃ_AzSc< Voӓs.$Qy뾗%b $HdkCvQ`SWNKkyחdVu]">w|{F G~e8sZ G8 u1 4"ߛ^:EˆWjZ414s ltEߘ~꒨}M}j^W^eAGBtE{YիsD!q6Vp~2 䚈E{BL*3kvX( ŕòa*p;{ yLjvw씄y +I mGG\׏ZۨP`wLy.,,݋bM½"Bk:W( mVNYjfL.3r|r߯wz=qAK8ǻ6IuZEJtҖ E9;$41d%gGYΝ';ƶx-h-M+*( v D` ,.[5؉Ԩh{dO(!D_a`䇉j$ >E= J)Z'gġ!eNXp9ڵ!ґdU%8[E$`X ~a}XY )RF7>E9f剺= !d% 0#V 敘ԕ-e/5u ʿ$V} _(ƣŌfMS}|.ʓ?F4P:B$[KBu ;u:ph3jCӲVvz͋.p1koua}_"}{gח\!H(ħ+;¢:lT f +C5&^E7_x]c|{@/q.ØP6RƙG׋>V$y#n= n$Sqyj{ wlj-+e3޶#.uڛ<ް8P8W֧/qҭw>>.%M/dmAWz|qE4Y5#Aj|zQiS4n?D=\":= ҼC]*.yRFt<&HMHE+vb"75֖`b) JTCvP]F8)5 1Jߓu-*'oM@ވɷgFK-:T8Ç ۀiXUP_g{d&H #'~ňh~zZam-Em%flةNnbo>7W8^`r2ǣ帞/B]ă3K!^=C:RÞrnOϻ,ͱa!Gq'يCyZ /-cL'h CLOJEx3 W,vx'E$%sMv82]%˒)=ŹӍ&-ȥvej%t`X~$K#[0é,w'v`PV&N*.ufW*2]ffktQ d"k=1h@ͮiuw2a&6Gq~ٖɜ9i {=?˷q)&*( /#ۛx}qMfY\Qdm!=RQʧN wƂL:Uؗxۧ&|Mh"k dw!*`[iOFaTai?g^ĺh= xTSR!Ԅ}VV8/!&q< /ЂFDCv/Ihxf'8dW|A#P١EĘq(Gt :25z,2=tQYf`(JGV'kUֺ(][2-\˘Otk,}{iWRuވ |Z&E'ج/-b9.C% %HMa}XEA+"&޺%̇y4=m]\OA$zHwAWOqiO%LoE;#Q`]Fݘ =mxAI79`&IR+:R( !Y_siTȔZihzS9uq}$r)/Ľ¬T?fOm+HE8Z`>)łܼ7b!qnqVu[\mD$+>K6Bzi'.Ul{7P:o eyv҃HT:_zi ͔4 7A@A c $D\u펩c|7?mD}=qX{zLn;0i=YR V.VU7cUSuk6ob\f8ɱ {v*;64`s(P ?2" L@AF@xL-Rk+1l+3\&MIhٷr-7ɣz3Nʻl\o 1J eD jM7hFޠW_Y)AhWzj0"g!sd!yT IX#y&e:a˞z[(ą6dJ?h5#9Ӛ&.7b: Ʈ+BqD)h=wx@iN1^x_<8Dqw'|-"& hso!F̭o+BQW^|$T0-L=#B(73 ~֣<2ߐƦ)d̹sл/ݤ޻  ީ9DyR%? S3slmB7 > R@#^>撁b8Vo:v|i'av$sUDI 0 jUFKa}ñQp-\62[kP]ZyΎjpVOAS{WJu 5ʐG)mT(O[fC?d9|B} O;NLZ-h6,jH/ѷNǪ`O; \p0RaD\lo4'9ZwmUT1s~ٴ- l+BVSlyٝ JP3r]뾮V2g݉C˟SxDu->R:>zNtu8VʮgO-S }k.g,)g! GVm:)3QXh{k%cR!5Ff$dߔveJ~yx-B2Ȝĕk5\6唈sT*%Cp޾3ƪ{`F15#4a,d* axJ4_l3rJ8% K>FY{"?&k5^>a)N^klz~ɘO\+CJ!.( =?P!Vq)"nB#Ⱥ%]ؙU60׀QsMcb2n/}"1jh}}"=R|~hev#;Eq@cr& F-(4SCv*ׇ))7,38eqlzmhkkBYAcW7:ӯ= ELo$}^vb%Z'VjG-ZZR4ʨ`"zS5 G+bTb+i!;ʍj 锩tC&M~[Bf*x87@$Kg*P/[a)|`(;gH[#L~4꟠?$(-ݚPexeg&1m64<pOo; pc,Rdq𚗳aڴ* n -}b-͜'rc=1Δja]*HuUt8GU׫mG:hh؏!GJ2][uB/?w/mAqC]7cktjW̷)bIΆ7p0󉥝;֬ U yVӮl Gs `C8g96[wx@L%Eu~9 C<\ }}:^gk]7 < WbA@ e(# LMMeΉ1ͦЙfnY'w<t6"Uɚ+2'Uz) gO.ʊ%})W>-q$aRr R.Οƿ0.1`c~vΖv"9] ],<3:@$]Ft)Xu g\N0<hG+ Ȃ6aԨd \_M\Gu!GTĪAl#F/Zzk1&[,gjOiGJF9ӿ@ޱy\Dm_r-ȏy=J qٲX2]}f7\\B.D@ Fy`X h=> bH7pN<- &hR{FبI8NgxQg#WMK 7"1;6_]Rx߄gӋb|”ȱc- e?Mu')莡asRaYp铃?\QLϻrvL1Cv0l? 5?vPyyԨ^ 9J uѠ<AW*&gsIlZC?j *n␦NzJurAV ,)XIg'p nx'nmz6`E/"'#$l]#! Az( f93fF&&MpeȆ;m=zk,N^Qj0S=i!T=k%4z^T#|\*?n 994Z]^SKx<㬬^=0v8}~Z5`/hU>+Cc/6#S^)*.6)A)Ys \1VQM&VrӎB'hREJ>[OIJ.Ș"`vPɞHFƊ _ ֿ\~_OnP݃ˠhaN'%lKϐ`~7 ;ݪW1KfPmpId|{OMU nP.pzԽfE6c b{M0)<:Pd:E\!gq_Nb[UKl ZWұ< 81z^{`!mH)l6Rozu6?al_^S PݧfH'P7? tRcFh\shŪRqoz@}-˄"w6fH'FS񽡶=sUdX)ѭ[70Ldb|34 -`Ny/e2]-1uaAbû}ԨRԍs~$u)zwQx QZ>v&mOu%0UEu8%.y'-(- ʞ#〺`Ŵ%^Ut(('2u,x\m .#T -3QW9ආN/sܕKpPG+zh^;N䄡, O"r8>aGJISt M'W/'"5aZze93VpmN ۞Εv2FV1Cw ʘt5غڂΞ#|iP,ԎZm$Ά{-^FFw"/pNRW";i~6iV%Aԝmͫ %M D#%C+D75д oLhwWTovnn_)'?P (̠?e`ѩnV6Qh)θ [~nun841<m M:T~i²TOA,W囁w PcNYg04hzpVE02ǫ7E;F+žǵ"."e-z:vsX8py jvYO4j?yFT>'K0͂,@]ޘGYW-苜"1ha,-v qlͼe8j T*&n\(,%o4-❨]y6C7 3V$u^K8v 2[y pg~ްJDw:Ogř5OpkP3XZNftyl( Ly*+RӁSl`8W:~&1ZUO5GXj KOo'\)'J bKA 99^˹xbHa./ Mdh h]P@?BW6sXr.5Jn!qWSOw?j´a`dyϜZ!v\|u FIq@B.(&p$3ꋓ ԰Rб^ic0[M$- C'gWpO8=}zS$ dEStim0# %3)=ꋯg[ TAD^Z>p֢'a W NټL<+(7+mZ x bt2}R5Wc$gh, [ [qGw}iHH91)zMc'H6Ճ8dSf!Q&~y2O{*Y2W3a HSA?7x.ǣb8?FcFE@*W{kF_bs9p@Q0lbé{F7s.,}܎Vv2tݱVZ(uĢZ ᥶*jqP,2Кݍ V4ChV]h[v8GD[baov>9c}\u'Nn3x(n% wɺ =6w5{7g&_\&av#U,]!ߌZNh%=a|"9|-B1j}ތv b갟eBmפ&BSfH 8P©B_!L(zI.Z'NeНLVc8(Wf弔d&U>{ n b@7EHQ-͊0KJ4UƮNH 1]\G 5ɝf:4K]r$hłShFKF9`#H}~̈́eYs=4>Qݘ[FoA퐛)҉4u葨&b޳3HLt܅Pg^Y \W]q )[B VX}=rE~0k H\^d=44z"@# oq댦QUk:&73B'&\"W ұ;|;lhXq) ][.kkJKp kOӫ;yݑ]tϴP&*t~bLg+\] r+nj~^xDLt[څ**+. 68*x1暠*fջ<(٥h]8P@}5r <6 B'RL=*t}{ʦ7K In挴uHm02+gɯ!-rQw\<8G-/v~~ 1ELJߠrw_k;>bCƺ9P>y7_]RV0F\)š$wNSՠ|H[.=qـwYܟ1W nQ9 tgUċgOnN-q~+e Ӆn^fV`JIvdӆ_o?lu=u1qH3s$'i |-kz)AD>Ag!?6כͨ!p3i.=ߥХWtߍk,e<^/Hce3 aiiF~ye8@KQ>U e!sM()H(F:YԊ}%"S=hԑA3Tq!6 wV&8e&?L0Eގ*]Rccgv%oONEp'G.r -P6E| k*Ƚ,պÄqq~>+@O'_Kӕ얇 =0N 1:;'- ١ܜNL,ljo,=%#ilk蔻z>r gѵ[*(X0yZDZ`Clq _ %$ bIL[~Q 񠳙2RLǐ7 g!J;k ]F6ERϱUțxڰ?j=mSrud|wۙ G>+?)hOp|UwL$"`,87/\ܶJGNUG{' V@Y63:vdOiNyu2x.mJ)$|h\aV([^8:9N^9 lE9vFbŌ{=F Mi,C/|0~Et W[ `OY1ngogmćH(cd&H]D{yz"ՎxHyv;.prYdžp ǫ'[ܤJ\oˎ@oB sd,_.8X7O۵&DFڱaYl˶#æ, hd'l57Q3U[/RIߨGRMeƲy_ڇ.[1gN>7c2 io"a%y)I$GҋGU"ʁ~dh6 ر"4iƥx kE ٔun `(Z j տ;R0|pR@_$tiE':$6>_y9$..Dsמd7h;ć!|MeZTlqD| 0'0EYKႃF̅!r);p?j'i}t\"ovism%#JdY1h) hш{DCW>0Xx()h[]p4 !>bECXԲThr3݆D?W.ۈ .ףF*}.Ï=7ux$LցI@, WPE2V/gasS6Vx$ S 2v3mȉ78LBtj*Pzv\U}VScapa;WIP?'\|S̩+8ҜTYUZbu0 ͮykȢ[7;nl7clRt(VB}n8j=\_9U<ŏƛiCng? iK|P}{b 緝/?xeAmY,6r#F%lS@&ۛ˺NG &s mjb,EP$typKRHn6CsbGeٙ[@鰗ݧsLp5k^fvow [i1=b`ݫ8W/] =#n;`;+nǙ:/ZeR*ܟcޅfPNm%=CK R 6:ܻ`J[b\MTbD5GU$7vab/\8 z7TDJ  ؋th&d(4 r/3 G7.<ci&*Dgɨ ϟ}.A ݄{qr<6rT iᥚ9(޼΍hs} VlC1hBC߻b\Z}D{qF[CͼU%  Tе/>*Ey6H:\ ėU~u@HwyIZp\g=WQ4q:jϭ8v%'2#q.432apZu1y>~S6{%9!?~ĀD%DߐMTձMFcn6%FUK'M:"KK>[X+n=#ˆ,!/g}uCjo:,FMx ,:Xg' ٦;mql3WķI 6drъ@^D_{pt%s4]h$t~K40kXV/GhIIJK5=\R>]/; {iFYv?[͓[Ii ݑ5ҘVC =ӂxI55wo9h,d@O?z<3}ƶ2E8m`K Gߺ)!U\Ig6 zёCPZr:qpU hTK1y~[]Ч=X%f.\*c ,(7! =%4Gv, ;%gUx!T$Sesy&GDsCWzW:JJcHh;"),V #vU(8q Z >=Y1PeT$9_3Uհ [I؋2rQR7yw^VM0c Sg6,0(?rdKU;rT$ktV?ѦDxuM)@%S~(O15SJEM=8Fh#-VZ&JE#qt)0n 9S}~';X ( X72u{Ƞ@nZfA$?ڣ]aPzCV.`Q Uc87ikՑŘD!0V By8ɥYo:ѢCU0D,/Gub0`e@s\):߂_\nX;v~!ݎrݵanx~==7i2@˜c6 t ͍XG dN]mLG6Wl9_u8$mQJ Uz -Uxn"}Swܙ$mmdT Fܳľ'nծ5/*9uR>(\z\ -ċRawo-NQ8 AHZ , h_>/J'{ͼS޵zEiP]0xNѼ@2oI7]jPU3#:KQt*lⰾp8:lyjCgpUö=Dr^`6;Iϗ< ֻyJ{ < bΠQ.eWzL110ޔDqmŰ M[ Us `8,jf#u~ė>ڑ sQj3e}5-ck#pd zɓ#HKlUyb2Kpr44踱p΂L _ F/ؔwѽmDvj,ޔHGi߫ #64n5Kj ۙdAr F{W0gռY˻Sͣ1mA,[/Q .Ybs{tk}w|FS)Pn8wS4O6fU Sm3R'3fca3[h? dCNgh"bO Nv;:+by$`Ŷ'\ 3cwmN=7v d\wӡšzr|Q3wJps0&R?OEiQ/'vhmB fFFޗoyÉֺR7&&(7ܟA#(.kWC[{Q"\8,M$]eh#@!HRM0ߑz?Z!7rұ(WXp`bv>:X N)ʃUޚHQ!OUN?Ɲَ׽( TwՑ!#Up'E7^)Ÿ]%(C+`4+;є0RREh r/L`]K.>nXp˜+\& xoظ\lYat| \W",_A,%*.:}/Eqiv!4VLcixmE#1D-jJՠI @7VEeέcg;8LDhaĝ€bKfDYM=Wm(umڄTKDtq Yq+ 'G)ژ&ӊ]^F&< 9v۠]m\/A\RS+UMVUPgfH>Y5)rAuhZĥ+^PoRS^wr*ʴ\g+IH>x]' ڻ'\F!H1zD>J@E+ƙq !曢:L2'1Lń<[Kɼv093bll(sIj7㌙Ĺ@r\>ZdGCc(>-;!g`:3 f]6(5<;rՅ|e=60tw $ 92'ȴgBR?H`ssf4lU*cb$j`F,1a-Ff6^wzR'd5.{aVk@ ol{; SCTx;Ҹ#Ӵ̹",E ,$^j /-zV#'_O[z@0wK6pvD@Bp@fBQ}8$]\@SgJQQr y2:ֲ4Pd-"N$ܥulEJi#! @oJ~POxTp-.+,͡C` [>aV^Ye`)I5>Z@na)<>~"Ij+>ل?f4(V2?x-K׻?E8|F ^ǹR+ti;YXBv3xmPX+ƭ̽UZ| #>/k_yqVe}y7b%b)#w8,'#ԉUo5 7˵45p[fOPpGxMjP.Y\bxG(LəS))E9I(Һ{5Os`zlQ}0RvwxhqE|H!:ioՕ/1,9 xA>Q,L-OBEuU_GS7c}=--CeSI @F#|,N.v!6qmF HZZ׋y:A|a.P ʫm_0B` jK^/ -Iye g^>cq|8..ΡJA>\> {s1A6}9ds{Q[Q4!t"[(#{,}_WjѕU\/KCڮXz6UeE^xɾRҏa_VڱStC2W#ؼJ/Sy?x T<@!P0;ۨc 9Cj*jS@Fn*!j:o"@!fkK2BIQ{exͨ<)qk`^0)5l*+d,<_߀xPtU V @ixrh+Qv?ƹI&}/='SWs-=2/[0~-u@?Dݲ>~s SS7FGKk[}\IӍ|xPtFYE&iʠ=⭆6]& wL=J+5egOz93e_LFDTΧϓctzNa%:_j;-v?`qEFԔqLUu2{  ۪-s#G@(Xr?'^Hj4NrsDp?<;Ӳ?Hy0" yKFp?^w+R3딄+>9l.TaGזsPΝk,EC^#FbJ-qnВ`m--4`] )ckXރWqpIw0?B@Yx k[oNFq~NO%n7mZ) Qzdԉ2z =H{i{vc[H 8)" Wu3x gEHaK5PXY2`6 >)[j",&QVP{]=)ynsWt%19R@0S/E71JDK?p5Pc9+KFBlWr9KBʞn!_4&JiRJTATDuـx5rBݣV@|Uj_ᒿsU?Czr""Lhc1B')YR( 49aM5@:{:Ul]E/\#zHŰOh~ oBRXObG >`Nt?봶\,nxo#vc{Lȉǘ|-+ ˭3|gO5Yt[a@>vtN=9 F ȕ@0+Ȯd!љh)QW+`HB2:P(SYW-Xۨ!{ϞAA.E 8~LjފUAg e^J@׳Zu 3+Kѿ].J}|x=/͑yj־H!wLq1ry%,O꥜"%6xB%(>1o':I `TԔƊ x\L#o14R}Aړt0ױ´Eb,tt,~`Gj/uyGa*h!y}<8 g+:3#IV4QPP}m[f[\ɏyo2,(\TG hsS<t8W'(@ΕYl᛭x}mt2n5:.)$~Ui U .h$0D?CXP׃[U_ serWy8;*l.!OBԏ̗uSm=>hR %,A@|%bsX*_kQ2\o&hރo&4}z`'3Jd @`}MGz :s]8RKf5ܑ"Ԓ,)?Bl/2eRnqo$ʠޚSЗJ [^;ym]H 59Gp|_6LR|$rĀb\z{5AVl␳ -qkQ^|7\));BΏ{,%RB76Q]KMIԬp2+P%]9vVIa͟vϜio'c}[Yu ML`6sk/4-Aw,1Q/',1쏕,ۤB_B{gzC~pLm9'w9O#ɟBMjw=rW!i/ <삢UU@Fd9w%rgM/rϷʷ0Nً E|ydfK3OlqjoVD:W7(|*H9V0SU\ (Rqh}7ZkNy^I4Dy"6ߺ-Me3݁ʂl, (l?k[[s@"`'&p*T'=Zt'7!:ORlm0bb&K!BH*KaNݕ5pRnϽ_6s˳"V)#|,~ÔNl5 E+zK^Jc" AͦWoqɿ,:>$_"%њ}B&\Mz"V g\%: o.@;2u!2\>?^+oO>$_ An `5)6)]EF4+]?DF~[޲ϓ@@ `J$i CECdc e乍)eKc= eX$c v4a(o]b퀆k`:gT4U$0'؛z x("-LdT +"pTRt-6ogO5 6L'HJe#΅|űbX"p<(#ħ`csd\,ȹtLC}J0_}Ekw[E0 ՝Kϊ_oKlfmW匊Zc9I:[X&Za4?OXPh )/s3U=?*C,22cW F">,9԰%p* M.i]| V:іSGD`BGnZ=!7j?yȮ\f'uEG+(2@(9 )Wko1012@%!4\;ʀ?^t? !ϥv?zUYMf͍A\5x{U!%Y|XO~`Fqp Dy~k`믛@4zO D>V+m*cnS~S%aGnred:?+f|ڬy"FѢQv1[1y4en$~{\`XHI_̑&r4`yze`ϕ b AMMVJs!j4W3g ~7] b]xs S"Ӟy;|0*8TP(!a64>½̈E0l\ol_R8%:[?!BL͖1sWo0 >ˇv1҄]_~9WYlkoi]pT9Awo(N α ɾMZHux4] ~V)27ֶ^};,sWYA$ eϜ=n$M euW'_wdhI _wugof\'R c@(?zv١28rElȈn`W9TA A!V5~%h  xTok nT\dkX#ϼS5lyt[18DKh KQނ+U=Է,ݢ] xqsr\X_J/R19QvBmzK2SϏ+J&_UC}|hx0 b Ŗw^^iOY)2;LV*%< Vp!ߡ˻%m8 K7T7ns2y~&H$o'`ˮ+LjBPǐr!D=>%2k/ݛPhWVR\3Pf^BKN/#`@ٌZh(!٪|L~8SXr0n.₄If.!:CLƽ{H>I8uÿ-{'nJZ7(Cm;*:~6ft`ԍQۛaOx\vn7H![htΰD uZRr(N`ǣ}8}7=iS^ǧOIAՕ]|-]rlT}9b%Ve˼%5}{PO.;4A>釗2}viz4 C!ioa5\ D,Vȸ@S@~C 5\$|rp+fX_n[cW)FHIXGQuM_ _s\;n祯PU=? Ijre4rVf0׳(I}\Axygq`HjPa†G@_KI/-2xz]JDuõlZ/)bE >Vp}xߺx0_co mM}rM1JxLrƔl-h` _P0$x3`Ʃ&ܻkSiy)*Zw K n9TpʨE(9ԽA_RblS5I=7;< G0EtwbI: }5dIMI+%j.MrrGG ^=&Y'C_PSXw T#y Fn\_cݺANYbYLv#y|ز|Lw4v޶l;tL`Bq;6u~iw9п; eY:_'uB5DD"mw6'j,ǧD;GqT)U^V] {l Hu֝t0+$; -vula#>]tWCzq2i\0нT_kB/^B(j)/G? WMQÎ_ǩ ϔҌj~'l>;0)ھ6pihByoE`BZ `^[=5prE>_|G_ϑSԏB}mBDW'h;;cMBuSNéDMyv׎!D"m/n\&Rn?֑+8m SUph|m SZqYmy8 \M4X$:nu&;;N{S|L71K*n7QWwheWss #6oGL?(\z|h+}g3u 8d纰]r{ʍ` 0 X=v'l qa"ƃ=MS6}\{F+㿘Ӻ <o7fD.7ND@6++iqZ=`wU_7ș]ޥx=-'e+Q*Y6$Mi} "QD %w#m͞ʨ#mב\tzB( _cO1Hv Itz\ >{sots~|۬LΕLj#oKqTtH ePg@mھA `BRV9^ǎك̃% y͸U+~BlzR1i+38e)Y̑no :aEi֊ft]@$m 2 )&uk{x.D׿1;'쵂cOD`b(ewXHw-!{*R yce̩!',vzHXjRRFK/MfaPGPFad=*rR SUk:{5tgsʖv&Ew']Ji{iLsv:&u֓Šwth,WA/\-2Mq/K_?3)j58j] @2OFq:pJ^;#ctoxX/hh5BD{\3EHٕöQqgQ*Ujxa y])S('z ok1F6NaU1:ĽDp9+;=5Je-6NP9F>!ŔEqB$P!|鬬2qg= y(lyp g?JўVHoz|FfCgQTZ= >aǸ4cH|Dfs yc{W#i$r>dSm'WyWpUp_&4 #D/:IP`Spf(s{x@-M۹/^~v*km)}3)޲T75fAl4i ?oONRnYa&΅4fB7 sKȉߦg;OVJQԥ[Plb@`勨,§ڍ2f42؏M7ϾG*) V?Դ1Q{/eUa,8WG@e' ogTN$y:OyR%S=;ߋ}ͼ'P3\ۿPo& B{auMv* v탵sپճ`@H7xqU h)ɖp Qe`tjT Ϊ6SvcŀI]6ӏb-A Ç 7h]SJh` o0R 5z "h?Nر.e1{ [@D5h# ~n= A^b1!i,3/3_ 6O8ӮlէOIwX'uwحiEN$xꄨ;arJxxsZ B!/lD6;p{u3$W,Dгϧ0, ,xZiË]0<)a2ԵNfk0KBĤЛ`x~߯t(2j26-NT~ȏsB?;lc~zb>Wwrm>XT?aRIH Nk7?5_HAmd^AqIJ-L PHbi[.p|P Z^E[u;$ :l LK ikSc@SqT Xw<|:-RI6d$lkj*u,o=|CjO2'E6:CRNpװՒ,,we0ֺ~O"ǹ7*XwV+֋ R<闀*_4}s-f%O-pl1RHA1äg;ޟru,ז%uk_mn&"&&E 0P )DjT=NыW0 '[[L23-",I+0E; ! >>L^< -D& MsQS~ =n%=s`*׻ ^3MJ)vWI:(ᦟuohT?z>DFn,\=U&U'W(7zt:z.XVbs6Jyp7,BI r) |JhFJEI,-\s^eAUfK@C.8#3M[5R|Oq;|?%Hb\W^P|TIɈKȟ85DbJe"n{'~4j.{Eәݡ(*7 Ξ,Ť(yz1. zgu+C$0BHP5;/ַ~IJ 1VK!vF笻r.3]IA1MӘ]"{o޲#)BРw3&zF[Tg%xw59txWN b-0LXy &5 Ҕ.LA.w'%QR#"5-e+ȍ"MӎzhA?Q D1<{h.N79[]*~P9* +Ve.cw1ː˶~Hrv~͹cvbK($|cغ_TU7Tb<)Z}qmʭfsLh;Dd0gr: ;\u::共5s$vD y(hWZǔ~{=z|d]]%*ugo._'&9/޸ACcݲPgf@'&ʨ1Ig[_u 3>4~>wRJyw0Z`?Eӵ6X 'P ևrx-r">X.w&U=4CoDUas:c<5l n3L@чZܒ$]+<#c&`?Vژ(=2+;[?TV4QxG#g "ڷnBB P,`Υ .{;Xd2 (s|6~\D/`sњYf˃e4ei1X3Kl>ĩml o`c4";('YWq  ԥ&8E b$GNF I{Hj#-V!; ̓86E;x|.G̲ |L?\1XG6z2Iq(k*-l*olLէƇbca@חV/sJih m AsHvSma hy1a=[Evd{zt Qd#-Of/ rhSo95!i߲· )`Z|^c Ak{-ӪD'IiYY/aD-*3kAcU5;/c֢@u уKn.ۤD#DcC͏* n:+pIպؘT#G@P/V!+m4:T2{pߍl`DBm#]箼~1rv9 Qpl`lLe躧^αͱfL0@H[څ''1G hZ}o#/3`Gx}7Ⱦpv@QZ(Pm)dhNK laٜ[ *,f> uH UG̩;.bPhTm U˶f7]K#DVWӣ}DZ 0O3?*V(=YPۭkUFݘ r mYD@h26MFSDY޵ \l؝갌)YJ!@gvVyLĝjH kIޜxk X>QC0lIu)wȧ!/Hn*OI]:3|F8Ov*:W+SD.1_;doW(y񦃰ߌK(%gyMZ H`fnfǟ$: rC߅L[, aw3p|F =T.R ٌ4#a8Bt+D!5m+/>IG E|?|z cMF:{oEq0vtUm8 X:9,H:8?uSy(='i"c#`MaNq?{(M灿W\/np9s!P7z4\(+Hov/gPݕOt*i_Zk0D*+=v +6K`h  RQLs5SM\c~𰞱iDXιXJ#NuV0BaY`>fJ`CJ%GZx\=l^T)VǁaIBhՉ3~ϢG |}fU47ćyxc<6i!jvox#L?횙ތԌ2q$U;fA>a8 EK[_Sb/`JcC|f_ͭۖztcKל"Xgt겒al$T"گdc'Gm1!WFKLNʖ}#$ h,=3Hz}dq5dDEM"r&ǽ +*Ȋ%vCT&7^4yT<]iAoBlEi:ڇBhlr]$x%pEÌ,CFʁum^pyOC c%5YJ52QPU*PӨV~KGDs +y'Y3 d uV3>` 쒿 +YJ̿3S_.d^/9Ju6M[_ ut~c̭,y$F3ގ4]yt91N9 G+pS%e`ge98,n b7 !ǔ1~TH;p!#cm/%i'rUMoŻhQi; 6?e|ފT.OFi]iT;Dm+3L,1Dz6g>r+bv@m }?E qӅ}a]>zv=W|C3m¿@̛A4LJ_vʉUx2v圄5(S [̾[Hy! q+!7N=z 1ҽ<F>E~֐Uނ/0uiw)d ˈkԟN{zW/C-)+b˱ң؛+aN8P X-oN&z"g*lgH4:Sꐋ+lUψ -jOr??dҨTfxח$%14ߠ?,FJcK;ƨZtkd|ܒ ({@%>Z|UfuMC4mn [dDJ3 1`z4ʩ=tjtM3ͥHC U2#C5u$ }G:F7pJ$6ד}!^qŚCs"O@zjI Qf?5OpBtvE~iMJC-c›ĵ.^DzSS%E˻PIJd~Rhnfɫ*x \d-53q)Jl>"|6fJ9 (Qp3];xM?j&c; ?ÝZ4vD:Q kblM]A1V*JM)5he}Bap#W?ZW'5{O"uFnџQ^u$D `sQ#^QN}͘n{I=@Qϲ }Vs@rmDryY%!qiErq hXz8vh!ո%:xΕ"eɇВ IFz{VzT7e i qʹWm+4C'^٢Ӻ,S47ؕ͂wNq ۽n|6GK#2"4R}lx 1#L_[+PY×(!5D 9vB5@ v$t( ccI[sWd<;q%K\"W K!{[ɟ~!]}V'fViBqVO#2X%* .i/%֍!KP*RK&nXjkX%ߋ]=ȊX,twx-;k[ @e9O pd*/>ԉ:# fvL;D2*yo;'Ĺ+%$)=sí 4υu;'>\0i\^)!{\18j?N8nB&6\t_:*.΀rSꤛ8%QQJR>h(T7 62cX י82]f V(;_u*- 4%1!(Pѷ&$cKʫsߵt >#\3z _V3d]$G%05dC~KZ7zdn#D\zb*K5vXqVxWwW; _N݃%UR'7rKutL'jYbG֠c*sT~H X'uXte(9Q \D+V0Gx'Ԉ\~0^TR+U;Z+yX ;d֧5]FDvI.=t`GG iY> =O=< |uHxQ12o-tDx&k{ER~v:=X(TUJӸ+݊YE={_RS ,֧2V;w4mşW`rڍI>E~Ƌz9_~p?@_z.Q2/.Dʃ0>z .і8HI"y߹g,tt<.l?䤑! Mh6*+\\ʌEV lUmn hh N9-N l ;&C~a!uAmȹE*㟭g^=;M0NMl6NU0QtR:$|P_;o`(r;$a7-2RU%\}RӘZ.l@ /Տ{wJh ) m9HʣI)Gh1LzHxDx2of]+ ՎTu Ye,=*RզE\‰/͌E:aVpEb T!'>&L|UA?|ϪejJVpdg~Ni "+a(*y8A} $LqǚLAtFk+fܷi"ڠrG}>+c2߿'P(4:?uPn{zmz$ElȏP0 SW`Bkbrwl1> m2:8x3 WR"V2n?-jYw-22ʻ!\4趠dEeJ=p5ma=W߳ӜFZ\ͅ^).-y,WĨ7Z}wC;|@5ߖMި{ 'tWݢՃ]U'r* *[Ogp.+%ϋE7ȓwinh!MU 's(\Upco@AK9%RWcȕ}|(pW ;)<]DI9눖.7m͒<Ѩ*e(ݛ/k^ MiRى7{,L kU:+}q=lvU'@2 !Raw]"^dH*Qt AAs緻j@NamF۬jP#V<'QbR }RSlVrV7 X!4z+CI@zgJ_;DnCxYD㔘>T ,n=ާPAĕΧcEŘ}}<7b7_Y\߷:x(`e1O]m-uy 6z1;R7e?)uN?h9FgۄA2Btڻ8'PfT_ٝ~S*K$5a^tS2|xVU} JNCem~ l {CZ+,̬ ?ij?ry|" ܞ9kRwI\6IYL44-R,o&/kld2eqNpHNls05`(1S Ì,u'θ^(g7qw!?V29Jb)C5!5׵K+.ï3HtJM^-q 'nøQS5PflUCMeלOcBbPD {tZџ&G>;Yzu Gڡ<h<", o+v:,}^Y,TM9R΂y}=IZKҖ*tt'%0,.)p.|͟dݛ{Ti^lKot><әKtg'ycd`)$[r?Iq|^+#UZàEܝuׇfD4 g}0ʒa֥ y: 6~0k{<;H ~66>ϾhNGT Td6`zQ -&ʃn\\U}^,/c6r'ap˕&N^Jz^ӌ"ĥ/ݺ;:h>Hw|1B3I }ߴZ_oe1+x( 1Z|JZdH_f0GHlW槆ɂ P(};WWfL C"I9%Aq)\ N^m50d"AJ?DCnfR|^{mk9Cs:eb  Kvd,޸˿yƐ򊧗nomf'(ŝh3p9B]ۖ3476kuΡ,ͬ)]5"5sm\U%B(M(K!-;#薲$/at˫qZ[T>pZe3iL6۽DWaCT ϑy0;p/LVgζ+-_E0W֥MDzTUbmF3؝;"A>-|d̘$0E )tp t⣋`ieF<j ,yĥ#T)FQyږ$a f5SjgхB}Ir8ep |E m])C_E72 Ӹ\ F |7 V(]t:f^ă3?DFԳHE˳OQsd[gfq=zyGH=F? /f{#DSZb3'aAy. 6wWC0͞ЙPƢ-)Sk-qjp -Nz!a+bQTsCoe ǷQ{9BO0N߲ʻV wTy &ec'Y 5F']V%1HڽbeuI~e5IPlRS$r|q(v9;z1U |$V-s7-vPAc3@7x(DTv g3 gvĩNj \ژطPȄXE<,ܯȷ\ҳeE,T~l jPi.U}XO x]pi"]DQzDulbƧ_&_P-ETNWa=H"eFlf]lqY1祫UI5]@rtԆNw/ vmZG i2Y^L@boyD=r˘uBO=G@Y@qa߂ .;A= #W$j;w(s;++PU%7\]XP"$g:"2UU*]2 Zhڿ0R9dp*UEz pXy$^S)%(]`d QmZߢgx ?qWʱpv*Jw87 ky'*owFi6Dٌ;rEY;q[ WG:y`45^{#1˭S299]bJ<f Nv m7492CIM t$=]",UW!:-n7HqAb0r]PMɫ0M& J/N?YOMbF,D s%[_/diD ieXz#![Ko omc$n@˷,8.:UKtiC.@#ah׎(; }8*i篈JEPN!{?$ӂT*yx n ~]ۑ5.9XtHSр%P\1[ 6G2U\Bx]g9|eS$lUeC"A{챘F /iMͿDJz' n&:Qyp?hpDL`gH~9?4 y0IPujOg^:)J5hdVg̊CSr~1QHi .epؽ@Ι 3b@t纉4͓;U3|Ƥ1tL6~I6$‘Δ2^rh`-^5.mduٜ@0<'ȄgQb`[>Lr# c?ᗜ CƭxݣN3fqӞG ,G@3vo [yg2LBÕJwHho@/?}r-X#GTlv MH<) YqAәN%V!o].A,}J BQ[mk9*ۏndݜP2)s^{/0SAT)9i xjȇT1:X,כEyuk|p`W>St=u)N޳t3\vIQwvb6,4Yq/$e<:Ċ*I ِ([9/ai+6dV`~m b$p9 Iq5Jcx!f'!3}aRF&}߄z:fgҙp=7M :{>^H[ssD[``)gz=&R/2.t,:loLOjT]OYLi­_4BR'-Q ]T`qjo>5E$ SuRBJ IK$ >e__)ͭOK4ICܿ)TT;umP~5y;2)(lEވe!&TԟIՖGM3넹T5$Թirؿ0yPr.V<rEU$C(z~0w )ET&ae< [F+@}slkKYj Z:[YX?~lexr#lc?FI%:[9VdQ#Pf׌QqB׈M1 ݠkRM^ژ`g9'AH̢Y[6V+YoRNUvuaesyۑT:1GS}8QF7 m7dBήFUn&428]Oͳqt&S =.9|=% x9L} м+eQIX.0۾\3DϝEMi Jީ|oK2ՇA<a܈P]O=&-_`sW:=->D=klk/Gg+):i10y3.H[uv0h^=Ƹ9`WuH[}/8Ҡ619p)n&}AŇT ɋqe:Q_~F'f=9 i{3F3 h#2O>0nXZ^y7Yf=t9XOA{H/s<5d9Huϋ1`b˶$cA.AvXf |}|͐_e_. { glS$*W=pq7cycYK,k[,g-_J-)EV^p6& {< 1P@Ӳ]Y=֜UmFɗݥ av[[9F(efp>Ndi)Sx0B,5$}߄0ϠNl4+u>p8Mp+&E  , 42eǞ֡|bUEͮiwф=M/|95LImUV^[~VjF`HؤllmҔvS5zOEyH=]L!:516~Z}-_̀h!9;5PÜx$vUψѩORʥGK 6 -ԘKr\)œr ;G'TmnNs{6X h <ž4fCyգDɆ[n9Ɇo9{j%邁2(NaEL5L;xsx=@f e([S>B,Q ٶJړ7)1׼N(_H"1̻ۤ]="SD`ϼfϓ6OxaG&I=d@QsGj~;8b -/ĄuEޥ@WP>Q/($ّ %v,xOw>a<@z~/oˏ)Ot= lLq,lٍG1-ɫg _/)d[/Ư&NzHc0t̜(c]322 D[?#6p$K80g~yOVd)¾X#7wNf^;k{ u9u #hv=YĢ7*m$Vn#Pz}BCm~0]1LC(VA΂}-xZE%FX85:DP1FLigQLU~ϘiU6De8TH\DbK[k«*ξ k@{D&a,̪T1el41<@;Y"R-@@heE0%`id,n|+(=hC:BaQoTny:f&r5cڢ.h= a8ï$`sJ=ro%э;Ӵ13NMҴ6|,x#r8ggմ_Xs_ X|!STJDtX 8Q ,yF'} ȑ^ A7Nj݋,nB+ 9_>Ɏ܅\T1ZSzʯi0ТrceXSԺ.پX-} A7FRN:T7SX_,GqMOd`Vj,'rJ݄ݹ38~w gZn'-{~\E(d8VuGɱ#-SmxhLַmaUz"NCͰ͙2~)ΊndT;$X]]Bx!={Y}vaacPJgdJX֪(LbjZ~ CE$ MU5wh yo$){IF;np6Q D/}Y`x`%f%?Qɾ膦ZZyu]%Ǘ2$O[2PriVOD4 o)?u84b||kq9/qg<9utwºioW҈5U rE;Բ|!H<*$ &l##XG&a'=B@][!~)åSF_=h.Ȧ `bx L }=hM!x@xTݒ߉^>t Q1Mہ qzٞ$c>P1.F[@ߐw/f9C9z J_i Yj)AK @~Z@2j,OW*NP멗q~`En2 ^()Y ҔSs9ִwHZY& ωsyOZ'J7dyf0ɍ#SৈH| [!S ,'7<\hk)HWLy̰ ^xn-'PuX*"2 2uyCg+hĈ0ߧȲ͖ݹ*@O;ouaBHb: nȜ66d8,Q7fƓ`u}D!NGђˬ*/ҁHX\; ("r@ n蟿?C&Jԉ uP|>oRx+~pV,ϟ%)<%dv\PF^u$0Kg| l $-MU4Y"fbi&xm=;Bn V_unx7e^$\кaJux>š[e뙩L4 Bǫ[֛ Y.)`?W˿7T4p}jz4RI(FoB2my+JIH1i)I+Lyly<fd8Pb糸ap^%,Q *cԹi78b,u(4Oix35lspeKPR.,q2) Qc{ahޚ'ށ1`6\Dv#Lc dX9?BMk!\O[nSJqԨ^5S.dz.R4# H ?wS fDa[=9EwxJ(j̈bF:]ʻ$mtLډhbm3H6=9P:]^ACTbɸ@Q^ ,? ss (~;Gs4{x!"lVjGXu_*NG?CA*vݜSV؅ Ut|%;[kHϴצ1^5B7*j`xOOK7"8&.QZdzkTpGO+}0f:&*J% *+D,Xywd4m"4ER^1~0U&bq)=5͔N\ zwvOUHu[x`s{jqB>S.FT2ݞLJF pkͭp Ln)FL%۰\5Tj6̩:xZk"Hu>lPoҐ=%qIVIBU7K: ɉgi˒2hJьADYZPIL<;laJ% ۓ8HZT,r2*E oVD$!3AHBxˡ(294}(g!O^?`jwԼR98l1rqIkDNG_Ukdh/lMJCl3"`۪#?G+A؀cfJT^mo`BoS;E[{<"dއ;..}:b_O߷y ;75Y}f)Nh]߿N` A%9iDz.^҅P8ώWqq#"cЩ4`'ՒqpGVӻ%s+[~KelKM[pysCfÂ9 eNUÐaLMƆhS1~ƖFۥci9ҒcgQV-hs ܊I`Ij?1;z~)Hwia1("6e?D=Nn_ 5jzBVCk:j)~>Y{L/h)kԃKqQ, M)'CC=j6K'<f٣_MjrS,5FEBBuZѻ^pbHwW(RCx! ױi9@M}# E!쳴?jMhI5Zfj(s4 &B)]Pbv"S#[y8r¬MӌuSYGByG~<ͰضNf gʐ(a-V0BvGY,pumM,=uct$꨻sqNЯLQp^0Ɔ 0gްqV~/lXጛ%]˸d4ALj=R+"O`ry׈=U/[amky݋yj z(t7֓gE#4 Tĉ9 0V`OR@:=&A$83sB9D @Wxd( Bh;@2ƞ2iԹ-Οbj8r-'`f1\ _o@{t=𙁂AZO x_K28 ̟ M6HLkйXED"+neOmŜ3\}zk:áN` 2zxiapf0z& C2>N(ziQs_Z@Z/niE6Bnl,ewqΖ̃mt0J+ ?$d&t0~ Q⾥jjOP3pjhb3K(z&Z5rPOy.)Np0=}#GvqšdV(=L Yj]0H|xO,K 6 8a.PhE\! -tۏ<o&[U(EJb@=5x:PDVC_Nn1;Rvk"Ʊ_zlvJj>ֱzz.O,˙7--f<8f8 te7H* jN]yt?@>P [g|t'iUfIvK_tuڹ]=ue :W*0]$Oaz9ӝncY". WY{J:":sZ"v`W+2'Qs&#mb8FSF`g=@ 30-4*qb5Ex= DT7Ԕe9":G= jogLFyT#/VjȆoSocc=QWd|_Lt;`1mS?ZOO7^Ix/ vh(UTWI^DFTƋg}]:z2#eg'ۘIcrTsGq]&Xg*mڞԻ.BQ/dYMj.Re}PMyfa}uh ߱ GQ&c K# ߥ[`Ȕ>4KQ^1`oh}Xl0+KǼ;=4-c+n܍*ziF,Tu=(o"JW!8D @@RHˏJB>+R4){s hL(y T%I4&{|&<<HF_a%5~^qAR-!&|=L8vhCECw+-qi 9[K0;8C2'UeV5>BX/v>wTxA { "E lu}t=1!05q^٦?6l5(DytMwQ{^c-mf+l=Ve炔]G(j2JY9 d;CAW[^}̪̗2^z0GQfҼ5^L1D* e6@`2Q0MB0-TlզyхX_KJd.|Tp>9J5M&fn#[{?zNUl&޵o,^O@e`LĀC *ոdQi}t 佭Mɫa=M{_YN̼fGN;3rZ$'}[Se19AD[}98S?.* jT54[h/0ub'q ~AhVUP1 wB v#U?'D'ڇLl林/ˆhnI}%uZKZ$JyB+UAv➋;HUp'?HU>XS QG@m"odT A^0Vp]1XA(YP^o IځmjSҡknWdQeڵ\h {ZgBѳA߱cBjNh5o[>~@FFi$-q+?b o1Y"cF-.cB#{9) ]*M`fSvN ͸±U/ oMO(*ya/ٍ ٓ:Z48j%.#uîg4xDEZ Q ,SƟ][ޫ./#6-E$B֖:-EQ])c?[u Ĉ/.OF\:bUW3;|=g-0FR#{(KZ*"Kk=?ˢgL-% /5J{+H+&Ƭjn\-׏mCS~$I eJAkjZZ'Fʼ佂-iE:[RY)VlK:KrDVVT0YP88ag Obpc=' 1`Q*bbƚgaOSY&J̨ pOԹKYiD[?eiGeD &lxS߽AJ _o_ A(ڲܛY,H,'tB|*P)w{ uTl1hL Vk*J6G Xr9MG`u,zw˼8JJ s 1`3,ZdbG)gڊ= ngQb7P8-* "D;1'3V:QQ{ Q(C;]űPҤx!^g|2) G}8'+)V0oj3EjnKWqЄ=2h;=!ZQP!B S4w j-b|mAZ%fF`-'*?"h+7xt7GvOԃ-3fL954UmDv*!aE?%`8F >I~V9R |P 5(6l 5ꛔa~ 929ԏso#f}ut'.BQJ m E'<뭽E&<k^?ƸAgA&D Ң"UMʹc<׍<3:ZqIqN;ReH#qkiT^VY  K ‹k*\Ϗ_kvSQװ㵥M,%.mKroëL5!NЙwˬ~ׁbnd$xI[?8ղ]Bm:|1X<5X&Ӆ&qPH RQL%.ƧGr*bbқeI kg|E<ՒU.ջ11S y 3VPtWM] 8 pe-mS-kf<i0vX6-R<"\4aNl;S~f)x0Ly"땾;:0 3ʛyLT̑9]˺ 0 @u櫃{YyZLs,-@J^-, K8+e]YHt]vpS(zmx&wT?$}smOawIls_}Nlalßʎ9_bFɛ 0hk+w#/s3TevGIQg_9^.>Ml*]N[Qk˝ Rax#ͦ,ト)( IJ\m ނhuo(B^vAL@-RdFitR0/Ƹw4[,7+loОָ8/9*!Ɠ<߻'S=P،Mf 09%ɪ ~*zM\c^БZa6leEb4`lj{8ܺu-|9=[r&hZzzDsx\+hfTEa?5~kM*>9>dhڐj)Ih[8J*OeUÂkؾ C? r;jccR'hxܰ)n 5` t4rL=g ҉.W f+=4 {nd?㫰$ST$šnbw,z oHLUm W2 eWT-gj?Y\$'vWr?+9;J!^~[՜ApNUd0"x)ּ aL>R@?mF n=e"P?}:tR)+v4{bc4Eٔ;ELݘ9F0f)Z-A/o 3;k[߹K8"w&d=R2?X,_M' /t8 cWJlV%%hyCid\Wg՘K0\vȰU)Ͷ:q#aY? i+K7eͮYu.} &(VV`B*7gzت;jwM:JNw Uot꘻($׼9C4@fo|M"XgwNccI?OdGR@5jF ,rUf2P8A oL JLySwh@fNn7Cjߘ"A)Rst.(g e5۵%^5V]!5H&_duX\??((ּ? nad9[a"dSb&"KAfvw{eʎdK"7nXg̘Zw#oծe8~bWæwKa!zY~wh7]Дi uJQ&ٷYB O..`jꓛL)ՙ-u{GvWe㘯Gv̛Kg߻(1Ω@!31ԫD^X@- S3}}x!-\y;@v;jA>#&==S㔑c Kc;(9r?^&<vzviy\ >wwm|y |7VvKVE"0XNjbe0+1`m_u6%U) ]s6 sRv sH濉 :1yCTF-X@4`r6pD_5D^ 5*CcJ;8dgfe$kqh_d:*tP:3 [|uXWxJjxޣsMI̯ߧE ifZrf?AVKh* eSCtu2 jǀgIpSL J6,껫A&PኤnlT}qѰ{z\U,=,h`Ա0JCǷc*UV-rq騻jBHaṬO2(D.qZ(6#RY.nc _; = R#Qjץ/ۧ(qvQ̺@4Qpmf"+)764pϩ 4tmauNj61ri8Yam ơ RAb v|\jgwu+dL1'l(xS|,>IkZ ÃA Q` &)EU;}3-n y!-.@lP0 UR4r#@v:*2(R㈮Ͻ'Ejx<=]!nCAFh!GdlȬn$QbuAjZO:Lu,g&m2RO%(r1~\G8yZqV)˿M0.Q0eKgr4O (}&4nv-6|jH;V@{oh1:P 1FX<=1k“BY>jQ ӫ0wgO|"YnԃGۀr$oj@3s &NE.^e׀F/#~U@SÌZ"b'Z8sEcօ)n?^C"U`M5dI3,sFBM sM8$-<㗝p ? 55rRm2#_.. #@aW Ci=5I~|Z23zd0>nyk $7g%5d6߲JR:G@o 'sYU0}w$+x[K'Qo]5 czK&]ži Th?IF%N=3a-ͅj -D]UcS-5IS0Fj:Byۑ\8$*͌WepFf''eV1!U!"HFsUd{2AU0|YYτOʇrPfqpDWެ)-_^  {$UPxwKeFx7~5 #a{;KTLNv9gmLXʠh ym jPQpY>URu %hdc_c+3g(3-S#_ :nz~@"&!>}s5>`5:>Z4OLaO4 {cyUi=`RÄ~zL֘8!<4 Z71T4D/-0dW/"lxhr_fj1 *C-8dL;%`4*FVzt &>:uލψ: =ۖӹ37p8!>ޡJLG3=.M_Ӑ~M k&3,$ORRhR$>H1( "@`'TB':Gv{Ğ`f =&:']>) ȫ,bn}7pB7>Rv/K񸚑Ad[EYK\SXq03L!nId˘''2~%؜?l3(oYS|5<{N};݉iz.VEƣ2K aI.PO*;Df: l OIZp Asғ7#W*HriX䱣ζoBt qyR*c3/GSkc3|ڦ= g^nGha O/䔊X3ސmC\~ieGk kQmI5XML4\$ zh|A8_)S_DchyU{ob7듥~ y;"Nyщ~c>A86MĨ;c%Sm,6r=D@$ܴ"[Q/,$pöNyZ]Oz͚0qam|[;̙v|),B|ٖǂc]x[' 9FB,R")GYٙ]km-Zi>#8XG`b9puq"x(hݩE.w͸#$}3ēBZZ{Ô hI7v5fzmsSg1dvHQxTkg^KdŒގxWJf᮷ĩgk98;FHٓB0[ <>s2@/1;4V#q ~vp'K;33!ƯzOLd9&,&M6m rȠd"rσfMbՎnSHMm1v`  %3G>HA,5{Cy0jUao HM ac7T+Ne}4&]WdT037N}f. JCfEޗEnJS,' q'n*/uu񖠎@mjFOF_bhkmBp@_wgCU&xQx3 )dE#l^㬶$a4l|lD`0;aJXvbCuǚ_juhh~3>+BmJk/]l4H;z\q3 ~et,2L yUf9?=zcPr-ZBNR󎞠B64QW˕hZLD/(OPmQj|ޙ˫8=?h!|M0Bz١[8;Ic0fS+H+A6w<qc9p9:e%!*`elmS Tl<#沈LE7XP!@r@v!QaE0T7ss#kXuQyaj:: FQyp7)od(KWӹ͓AdJ4jb)iЂ>l8R2/+oٕ'@#y7Мp6_h6Er--IgOCL= Ti)K՞21]YK7]V2N{ut^gϮM' 9&r+ޚoRTH?M>5 !u+ 8vnSg}(jN2eW܄z 0c̒x`j*GW1vmumP~,\$G'dJ%N=񫼪S0Ƌs}V = E3xOqd xxY3Fn:sŁd!q{gJnFxZړo^ b4W46wa$V3 7U~CZ 񖣞Wxܟv SLv*E;u`˓Zg*ʎ R\ĝKތ|TͥW|&9y#_N!AaL)S6= u{isxC4 'vP> nO'*%ry[K \Y޹1}ޤ{UiQ[6@;΁+EX4b~0wҫ괂WvC hdL7HiS$-ǭ*.D tzKoITsIrX'z_G;dޟ#z'I!jd89W3+/+,*`Nlh$@jdwve(I?]nbyt)]ɘϸ _NfՐ? aI}}6̯aMKxEg:_TFվX9hL*))8\=S,A< `g?򥡛)~h7oO j54= 1BZ%ul)aK#`InȠ$BJFtChBFST(zdf'yɾ2)zڡ@"qL nGZ.Fw͡eY2o8@5b[j3CSsUg/A8{}.`~$J 09zj<`\"M<v 5R +N T[ҟQƳؓ?ғ8`8X-*5e>aUŵC1Eiw bt>d#U=E(XwpR_3c0#KTG;H:xաC_Q|73$DcHo~[duSox=Hw׹HK'5VΨ >6 Uy҃`+Br.U+̜2/[ϝc~fB{!Qً$T#~ikY1M)٠XK3ZY`ׅ5Sߜ9wbA_3\y<OӔEpQơw "n{9+YNukH\[~.ҰO֖BԆ,dimh^t(C'+RpoҽΆPQs#ǨE9LpVT=_ۑ(,0{-%2\;q1ӷB]s(0EA, ^jND7NTZ.'t0++9z|0]$].'Yq^EʱL,(,bo6A)ZDDvzi!gk!nA;U~3F'[U뚠|d>jΧ!#1Q?*`VC#>4#=ri\8&1w9"HMPN'ܕg/)+nhd=pףK`AvT8@Q3Ki.0<QDE>8i{Y]ܷ, jJr ."-EuJ&ۄ032("= '֓6[vce)l(L+'W<Ӥ̂aq:Z>ttmiH(n F&w}\ɘH"Ʈĭ$O@K%oܦwl 4ݢnlB'=c?H}7K}?S7[:e3M{> (jnN=r["BNn}h=yѝ?70a'Ba@jV:cl ,3X f/A5 XfCp3> -6 a7(ɳԡ{h^~?$|%?7!أa >מ$d19ޠ~H?5z f)R bwp+x T< AUJu=B}tMB'F j(%^:adYAle1UX M3;dDpZa홳7$՛y@~Y 7s \8R rq[=D8Fk: KwLb-C0b{'=2l";^XL|L H!5#^XXk&[T@D] !^ɢޔ୚Εd$B牢SVȥS{2HM%ƸnyYHRK;{ʴP,td}v c@BOt1jDX~-XP[Q2em 0K{ y'cV̵Jb+T 3#@\W*}QЊhEšEGSa49+uٰ~c ԉ/G8B^p~UQj~պ;>qG;" `7P?b2UIY;"0ֲ ɨ>DpԹF?YH̛ Mi 3SmOLiDb m<> ߝ1==@,4$7y[ ۖj/̞$m"WjBC-F"̊uKB-bfcoFநN}m5R^&M%XB~mgf?ڄ3LWNQCxAez5~g|8zp@Jh[A|Vi)%ɉ|txJ̵tsri^-4}A RJXBoUh:Av5j‚oK`t=UZG,vHzwrc{2x& 6\[7 $iT۽@Ƹ*A=rp{GDe7eN8; ̹w[S};sa/\%m^--dW)a;9`jK``l4IÊ<>AZ"] ܠ<~햾0e51M F?oTm'&t#MxL~Xyjå8u[:Un/-nTsK-hHɄL55nRL6v#PQ*U/,$~[} mP؍tgU?Rk# g8(G7م)lz)e)BQc3è0a EZNρ3e;vMӮ_p?`㒻֕㓘Ar̮*MmE41_Sa*'I]#y`Wһ0tw+N#8>Q w]E*{xF߅uhyT6|#L~F L[:&B _{ȟt%t/**J J yo15엕ON& d+ v<1;1 hkaQ^ n`PH[HaD nٜ^ .@z|y]8#^ۻ<\.N[’Y\N'?B}u"2|W5|o19M3Lo>c\wξ HXA: QD;zCrYb "ȹ׌;^IIxrÂߵdrlZo:9q6"X5.7̣uy)u AN@J+o0!@[9'D'sQBIϸdU8.w$p]ZSM?S%)0u4[j2soGr>t؞䩶L,Bas;|I>$6@c͘Wki:6[ZlY8ҋ2‹45Negfn-p-Ft{~Ч^6^Q)Z C.6 acIEILO6B=ŝR@շ#;Ip}ڟ+/.0]j^5X{qg s~״WVg)fY/S0ɹ!ނ.6lot`_G2{/Zv\O$τ;E [\k凹=B* *ᕚr`1*)n R%0V+뱺NsYHӯ-E-'lSHGmdcM1JHupC[ȾQZߥH l l &}hvqn+Lm9 s#uM)3Vew01A@5NяVW$=UX>G7[=|``oL'o4|,;o6\eȷDdTcU|WdXTBN,ih^|8p"GGC-FO&"=`Uᐍs.fM Y]}eW]OëTK9KAhmZ}횾cĿE<hD>w,Yӷ{` aFTX8h ڂȿp)3 %gѮ`q*>V,ewUjwZ7eT5i:9{NN;wϨDǺKS-_}iQ@r@iJ[A/O}wK0Ukk*lAIIPnyZYcm.pNO*FORiՆj7G#{KN0Zwq;>K,A'9Uv,\bɫѐ}|} 1U{O\ o".:w ѝ44l] i͝6M/p,S %K04D,iـ{߅ XelHD7,\qge~t]33m샠fl4_4vr:rt ġq>qC 9hf+Z|ى;}$"b۠RjA9CVO C#$D 8#"{M{4DsݛSWiL҄lܳNBcT>8U_~ɬ`AG);/* FcT)G;1(Yh)1\BF؏bz7}(L'2?we'*L ha-u#d%8Bu+EZ)| j:mF[u୅Į&!{nt(brcY u"&ާejQ:K%R Yw-gziFԪ;z V\O-ǎdA0}q q%Tx ' 2]ӾXO;^ڬܦ.J1H60Ly_QGO-]r7xIoXOb1pS'Ncd.1-lY)y4#9ҥ _kĝm28&K-ەnA=/|t+jDsu#aXQt'uәwwH`~_>&XL̯)*)~ -I(EK*BBcDi,q9v_Ha^A ;͹`e7| A giad,`ej+,/cGinyIƚ_oՖzt+4٦W< ԥ _K<ٙDF^wi1H5RJ3L/g궿:.⿒T÷u3lSdA$1p8hq8~x@Yj4 GEqiHǛFz?D-mF4ʄw]N^.^lR|7&&#%Sj 1(7q3%}A*F'+TTX9TMNqCzSsXc6[Tr{4K ,]ï)릕irv*%qJhR+zʩd'@eU1PZq[KcGh UG0TU՟v~3}8b5[׷U%.Oԓ,u1xkY;BZQ숟`aBi-dו$=jTВ;gԝDVpmihD^y פcsT@15w,{T^APVRGM|gS w@HڧzF6!N:fYiOs0=[ڂPiyzinF5ƪW)}/'DraCHiw{B`!F| l-ܾ1x8H^J(иZ& D,-U8:$2(6.#Yɍ~*rqOv<ìCR145DF]C=M=pg( 8y&c\ZRa<Xo\.HYN?X05 icЁr?=T4 N NNTiwFEPQ]Y=tWL'd*Lw kא'Q8iēs$ڑŐލ֤Čقᵽ#;5Vܠ OWX 7E=Z8 N%Ycn:;>Utwuhc8tRh #o c5[Gemx1}05KC4lB)u1=Dzg|K6QU,:B̰ 8r(v7PE$ǟk.`)y^WnQc qY'EX V@KdvIzm^kE4K[ygCz+&]sF0lr3HgL`aPD2üIE0La0N>#}S8BzlQD3  D}2}16ӋiYAϾb~]>]헺nPâdHC0=-Ѿ/d_V9Xof-eo޲|ՀMh@'[@Ri73L_ɚުQrVi& 3dId 䝸~p yk+ڹ7H&8(@s |;~3۔t<9K[FTH 嵙8hⱦPK]eYGɽb`PVq??ŏoRV f!:; > `Z}svD.R^fA\N6iQKl ?`6Sf %.SC0H#y&YlGI~ ej@?2`=ѼؾiY\Ţ:N\{aUdlyUwɺ`V a F@W2 Aq;&VLDVޗD1".b"k#v7ΧK5Aо5w떠[;^ Ze}UX %+{Cn-Var_NȨTu,fD9/b66 .}'TD #XNds4hJ׽!GG@ą E 86=)e-6yIqםa;j#^1U^z*;&se5CQ;9ݟ!w/bî{S\\Y6Q\7#}+NMRc@ȄMv5_ :J5x9-{h#!F05So~YY8 bʩ 2W*V -`޴%s%?PaE b#u5/]..0[} kӔ\X|>*uY[.wVYt$| s3:r+PRC\Vml2Y7Փ_;I<4 B;y=Vv'׆60߀Tډ;\3 9?hmo*j=USH]t?:-qu(DB]Qw@8wqGb?&^cz.K P y>:Ǩ8Kքތ]:_,ߧⶰ(?=.b.??o>jTM>'zc5L՟‹է> CNJ.N|(%j9FTl3ѥ R.w7JŘ>w&l!ʩ'6fw ipFnڳ%(LA%ZEnۂӡn$,jWS.O]@Dc*8lRL&{,p Pkv{#pƪsq(*ီDdהa V9P&)q=#fC5aO0"~Pu3T ; jƳ*'-ML8/~3.){gnwzሡlaxx`6ؖhJBx>+OaW%n 4}m1q80,?t=9Hc7\Ǥ^IȨlf&oF/F{4c(y4J +CyUGB_!^']1|:jVrx˶G?lPKoHC6Xq)+8KMg*wnANEY65ǥf  Gw]UA&5bNh`| ~Tqfcx˪JÒ{i3 (1gYND~Y[詷o& C(=?P kMqE)Ι{~94^'g.TCS2ZC?) ڽW  oE٬(u"ŊJ̻+9U3QOo&qw$۰mTń 6vT[K EX9Ew~ь %S3Ob\N[P̆)8v[L4)\1@ؖl g t; Ht&\BNĴy'$%^x>Kznȣ>n枢 k $uE*~˜ v]vLruw1I`eҍ8(G*>uSo/<"ur*c]|dK!0Qm+ pyv阗ҙM _so&+F? I=d;~~p' /eVahzxZilX^U\'֟uNmֹܰ,kİ :N%'L凩Qۘ6#f?N)^QWäC $% k{ .X aZڬSG^(כͰUL?yǡ߃2c,=o5~FX~oh6x?#oPު|m l7n7j*I)cЫuXx_I8?Yj}3/tt_׵wKCV0B-|tϔ<0 ฌ؋]?~>:3{S* w]8EoMY%݊' ߽woz%vE'.E Z/4S(4xKP}nN!jEu5 I@ &C0Yq%Y_} jVkt[>풹m@b˦0;|KAyX\ˡ s$iBNz[a9St-5›yR|jz4KI~lOGW}jwmY|)vcDٍbZi E9ew->21M@N-f*7% vJ~'Hqr e&{9؅c kj5sD 2֔x_5нݔ3d6ˇC 6tI QD#ɯqQHE5H՝7gEoA[0AzN N"p?oPC.}5땯NRd T\Ycy{yddњ;JX.#2Xhq&+5=M `l,F3Ʊ0PFgI'K/m9h"F^X:yy+XǮwׯo37b?%˷L~R@&&q>fmlһ_$)y6"^ DP2T<>M Y o&cd''%5~[}uzaacQaQ<8=2G%06O 2H u$(|ٵhR`wBB4FSŦtG^-v<Q|̧)\vUTP2|4fe0o[a.qotZ}j@z~HkK˙,k$^OezIr"Tۤ7Pѷ(Ie(l .y} ^i)M< ?Ή'ˊ[/*@jZ=\8Y&D>t^nGGgIW ҐwMxv!6q"5sb˙/9m6#26z޵՚0j>A'>Xi+*rVu0ESD{vϺ3MBo!c ]2EQz-w1lr"C58aט_ ksUIo *@Rq"|9zKm|7-$X[[PiozY~}(js\bo:(/^LtB0W،$kQО51^A`.w: w-_Qb%sa;o R܈qbB=(LT?L)޷Qx@_֦6v-=&]KVyEm @sb0%=[UU\7ZYdٱ3[u|˻V:vƧMȎS*\F̠a>osޗ@Yǫ3)8) aEΨ_"[o &lC~S+cJ`76 b35>:Nx/C@A֌77gf,7\.h;O@fup#FNzBo}+Cbr9ؖfa/dtw#(A-ʴxUv޸񒶪"!A|pbݵj|zUƢnފ(,]\_nq S:ξGhcϕZn8I=WF kiOfOGHR3 G,4tIן 8+"N'>4i<گ(g9f6=U|arLܰ,wocSmLSH=<㫿[>*sO5lRm1tn8@.LxrQ}H?y+xbD+V.$,Ć>g/%)`t润/gVďinrQmQQh*76g$R{E*BGʛ۲(GUo4ˁH`")dϫhᱭ g~E. ճ{PI+ ;XoyYUOLs] OpD-6P3ѩ`ΡT)N5)MLY67n53xI>V; %@X0$Ŝ.>K_:jUCq>"O,vyMK8!<^KYC>8^n; :t?.2ngТRGh+ ! W+!flXqz>?ub, j KGu;t~j$-ꑩ,fҌ@ xPgM\k!O2I{ A(X ۝?q{G$c2b4G ܵ^[=:uf壼/AMIt$ꂯ^kCCFLv(AL1WJ{ϥ|)ӯp;l j]PEP1͑wRZ-<.J90Z U}P)\a;9z5EP9m_3)${Vf*A=Ȼ + c7(rWq|EcBAگi?R3'1\d}9s_| IuH*zFí-t`!|;\gn)tT6J%N᳣Hl:@fIsp_ܽ𱾧êMklp+8A9z,#P$냾T㭰2je?]!~Ȝ]?'حM`": #_t a;$BUm@*EAL68] SgN=`t_CY|Wt_ IE8nt4,N9i8bDTo ;[ ˷ɢ anjCH6/I97=X+D!2'L/XFMCzBDlwmMQ,m0eUej BEy%fuC&6$PC^wq1Eg$4dIrM(vz[M"+'>آbzpװ>&Ą1_烥DHlmS63#mQFQ r_"`0Vh.xZeJqZ:M؊g`LLrn`ꏚKi0|b} L:\*b.X]|AocCUڈwk՞N'E?έj%@`þ8yk{2j%P&5LXމB?+&*Bxm3y:& 54`^7tlCT]t]*tC( o➠˹1/dHCpW*;_8 {vqʮPSB&þg2\s|ȭMŎszHo]raՈ'+ ;iǍTwv_q'vU'!Ť 6O/R@1c!5b)>[_Ro~Sr/b:=1xcQʈ`J--"9>*xSNp~ھ Bfs=MD)R;XV ~y}bjpJO-3czQ ь =Om)MOw"!Q/JqeǣC3wo]g!܌'Aay?ׂbsh` s eUxD<Ԛp Q|Nđ.6Z1<<~GߢP \(B멠Hb r#nCuA'5fQ /9 +^Ap#` ` T`Sl_"pzaz3f6h;'֞Y3g+NyomT34RN܎3İZKX7w1+.߃v 2#s~C8xE70KbћZ )FM-/̭y /Xq_\^l4pB7v34(ȉQ'_W\j:Qf!Ip vAS/=YɄNoX~u?v ̠i)O2ONmrs(nkLC+EGpM<D4U`;';HdϒaEvc̃ 2'i۾_dǑHMe{ Lg1YMzuVLn%[rl: 4YRH_Q`X@X{]:һoۭ2t?PW_(LKeMoӓR:HX2P怐gNz$&B Wo9y0Ũf#,/}{D+ZqO-vKo#=O|@_we0 ѵϖ ̎ቸye >Ļre[4f?㕃3u i)M3P"$W[r蟜Dћ%9X"CԎr C!rZKu?wpCݢ'״͇PǍaFr7?_OO.$ĦSRmSVP$'ÎÂ#b DSgnؘFJ1ndrq*6 hMiwi~Ybl&=SŠ|`J$y֢f}n':krHUK£W]ZلCƩ̬Zx"] MS9ZFREKOP[ ,vK"p9g+{sXLO;:.xV*/EG!)Hm(nSz>\LZ_,r3dkmFR1_:%;igإZũpS=.<#2@/nGfu}7iQ\Ė^^j&Ё')o(i厳Ld)ZyJmj6w9{[J)V슒Y,6dM4N KP?HYZęد4B#{+Y|/I7Ӟk;xio:sp C`pr35ʥDFaP:{MeF xLq7 40YލqV&Qdauw㰭˶\,R5dYn-` 5R-5q) ^Lv<LGeH|wv|8%qalFRÙ3мti v-G-QE}ZutǰI#eH!1)ZsWe(j}g79jTSݵ]_$0%TG&gKg &ٽTH] 9DQ{9P Hh@*X?YDm ~ٺj>N,RCn7ҡSr6]^Dx,C0=WF@E[G2G2ۇLǕb .#Aċ1#%_Bk@Nej˼2J}M(e.vy6$r*kQm";ķ,W #.C^0w6G͊Gjy4!O3ߥsY@ x,Eamk> 845Zb >i-0&X݌^Kޣ.~~ؕs8s5+ f n.FIh">, {g/HrᚫώܛI^I`Nd7z FOp@vɴ?/r{TMz72Љ:;`<;6N7ILsY5f4UɪQTmfi{56}iЗ QIzoP#13; [Sn >F?n%xWCq@_V0A[N 8[Xe j;\ɷpBr $`2 W,\Dc?ky62L5j >۞oᰤۖXv?ʮ@_C` T抎뾂fs)N˳`v FVJSZcNBv.⍎m "r`aR9#}i#^w]y') Uڦ->1\~>z_|FH7:(Wnm(&;V:y:ۮ\LPT؟Fu.UOuZ ~` kw[E؟,d u)ߗF-IeqY#=$67+ 4_"?V 4i3o o䨘U*%oEbJl m!ir3 ]`V5g8c~wqZp=5,t?St&-.T欌=<5[`YY vFjQb)dYZoܛG&?ROTY2H@V5r\/-Wl(%btӾ99_rX%褁ݺAy҇Ei;VTOoCaTQ?X p!IZ>Ԭ`Ѳ|K.1Α71Kݝտ l$Tr I}%߸[АhOFX=" E'b%} khV#^xћ}Ȃݻ 2Z=?F ^B-/Ig)05*a֥xݺ,.Z?ר©&NvgjG[_cN˫w>lVaM6NaTe 9q 1IEm+d8(/I/}<ݨ |e\rk^c'ӔUp 9Fw, vW݀ qN:@ dV%4iݰy( -E%A g7 jDqj?Lx zY&\#E !jW.Uj$,ᬌc" c{' MPHX6p)0JQ䮙olB&9oa(^![!T~Ubi-^ 3&+Ƨ]6π5#dh4GF@>h) #1LFe.uߕ4i=KZߒ3 cHvEws*? VE(uĐ$t0".&D8vIWzGᵾ I0em|ɴ&ݚ錦W$VS%82N1~o~l($PʜV,X[gkjS3>O#ʑ?.xfC#$vCT8*v[BYn_$WOWS{mJ @`I-ZrIK]0d\aX}7QͤIEeRr+Cغ^~j]+Z'Iѧ@ TYoIJ4_7`1$|'auHQ[qn(`KmrPDCk%j)LkRc2 JiY6Mz^=ݜ)p_tG!d[[v |f͛l W DAxN"lu2lFkELB <_bp Q`- SWȅnXt(c Κx{G5xK`C!VS0OE<#6kr4`[R>;ٺ͠A2?ρW)#De^g0KY-BOFRͨGo巔P_[ M|F^ByVUwRYpS`ZQYݛSQ,f2xL9 R_EB@]ѧ{^!0ZTn'm?#^tme) k?N )ꑇ(9[BE[B{M&H•ieo1 W/.ɧ,}b 2zO9϶\quFIn !`4\ fMq1RzH_8+*d_aY`W /㦿,Hd;,k~yfX`*C'eƎi'jY;S)N$Nz #ה+='Hx:OPp"o8omjlxr=c*Bfl~kVzk({Shfiyzb6|D^t@Nz~kf(mi-RD)k8?Ya!hCK0(wje(\B#"+H=?Y9ӭn0 ̴JrrB^ P1p9o~jiahdemPjIQ(A?S;y #i(GC?4,VSOY2uЦe4$[P'd JzR~ I·v; ǟZEP}qq/2?ĞCNir_ ?ls:I$?[$oRؽ8y rozyjAATr٣qnu^ a4=qeuG>e!hjk^2kǾI;a/?lgZWFQb@ + :Zz \I]8>f0(εnITJ XZril {Q#7isM:83<,)1;BM/}5$GWY D>u1SlmИ'9;Bn(qG ʔ}vRI>0+yO.T*z)cD} 9p(V AC S'Vӯ/'e3BbkʅZ h\7<ukhf6v 5E z*txIRZm\[:`szmO_:"Q=H"/2u -"ʪ9[} qRږq gr:Y]f3FX{100cZkDyxF 0NN4WB+'PB7ũ;"޶&,so#lv$G>6 T4KQB%f]LM3k6JFku姆:unQR )i6E5ƘR:k|5po}LH\bĽ!f3s*uu;iL8a||h`y<v|ub,STqy@ҘA@= |JO*V[yLds@".'@DwE Zy!5wR`@$ OYR_@ךR$l*+v( (9'{~'\?/1PFϗI?C`5?{<=٥}69h@afBPfkyuœwm&+1eiwޣ?{3SB(rS^ f!j@aԡiSJYzmݙ;[(یdF(D?EPs>/w&WA)L1a |xDm+#ܪd{v=|J o61Jk@C.jdi4oPݲhePѸl;{A!AO]sR%P0U-6~=B!cK}D4T] ,*aO:h< H0`3valͪ[;b~#8%F0vb#õ*DHUێ~mTeݍ8B:Ǟ[&{D\!&_ʃ;q&)3.Xv) "839M߂'L)^?b^hwn>yF>+#$@ۏ+׮6=I`yPf u Ij1@Θ鋹ra4yȌAD4&4œ|!/u]ؔra\*~^W)g|ln*!Bjn)Oh-LfO8xQHGY"_Elkj?у7wܑ #U`h{=.5>rD_f mK1͟b[bp̗%տEo[l)_nΦE"uz݅(j 1}"Y>#N=V[-#ݛ#]Se)mV=@tnMzs*}V 鋕P\Mq^ .\Nn7TK?U|})Q_iӏLޞY[m-3<ɓ,&Qڋ]_583R–?ֆBjdl4d g!f%K\@obX,Ҍ}BuABR`A*/3I؉1IlȬ4#oJ`f mGQ"xȇf?E0WT]ti)66=~ŧF' yd;F27IDےFx*O"|nŽMxiZ,-^G<*Ve2s /ŧďЩuE!HWB;bS[>>tZCmV=ma:>z,dO[ QAtk"x8j̞c׺zrgYg>ԙ]WVNFN5pM;jb _sa=i$U/l6*&#Uwh,\QUvړ ٻ YwBmH'c_zTD=?E@ h tvxw.^1*YcsٻOwxH=[Mz)Y^d𨚾5<&1>?v鐺w5w2i'a3G[NvLDtG">}@W`6`v jnj_4%kl}tl6OSZW`ws{˾,Ⅻ|+g#XY:Gjo1+ "r)eFq6+Qe8\t8l>$Qm2_fXz[e\%C@2V)HxP#I8ce-_KU0?smMiqbS0<-(}zsLe%f,dBe۫BiTO9=X|2YT],K 6` S[_G7leᯏNˑ{vH]Rw/nF9Ϥ9e1ҦgXXbTF0p:;ݵ :(ڹsPgYa?Bh}^pb׼CQSu9=j, =_F8M(t&bDzySfxBm<$2qgxd/K֡?0ITxѲxh(G3K ~"&5RCU5u%9.{M=lQY0?ȫ}w_o[4KRq-!ZQM450HStNM[5@RQÁj+6`K( 2R>!3Pw"yB`MB/jO/-u5s-흓cߥP  X=8vt:em=cPy8 i--΅A%p(kq|qZoaj;AiVZ‰ bH9['Ͽ80̔clNMWQ'qBAy)PSlb)ICh 3u3 YZ