diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 88e89f6..0616537 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: - name: Install dependencies run: | sudo apt update -qq - sudo apt install -yqq libguestfs-tools qemu-utils rsync sudo wget xz-utils pigz mount dosfstools libarchive-tools + sudo apt install -yqq libguestfs-tools qemu-utils qemu qemu-user-static binfmt-support rsync sudo wget xz-utils pigz mount dosfstools libarchive-tools - name: Build firmware run: | diff --git a/README.md b/README.md index 691d0c3..7c35c0f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ +# AnotterKiosk +Another kiosk browser OS? Yes, this one is a little bit opinionated :) -Another kiosk browser OS? - -Yes, this one is a little bit opinionated :) The author ran several similar setups in production for years and has seen a lot of problems and strange failure modes. This project aims to solve a lot of those (at least for the author), it might also be useful for others :)