YunoHost / package_check

Shell script which check package actions: install, remove, upgrade, backup, restore…
GNU General Public License v3.0
21 stars 26 forks source link

Add support for aarch64 #53

Closed yalh76 closed 5 years ago

yalh76 commented 5 years ago

lxc-create doesn't take in count aarch64 : https://uk.images.linuxcontainers.org/

But aarch64=arm64, so the changes do the trick to let install package_check on aarch64

In addition, when container start on aarch64, the container need more time to initialize network part, nslookup only respond after a few seconds. Adding some time after lxc start allow ping -q -c 2 security.debian.org or ping -q -c 2 yunohost.org to work