From f0b5bccd92d28c28853fe7aa6993375cc81b686b Mon Sep 17 00:00:00 2001 From: Evgeny Golyshev Date: Sun, 3 Mar 2019 23:35:48 +0300 Subject: [PATCH] Reflect OPi changes in README --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c7839792..37b529a8 100644 --- a/README.md +++ b/README.md @@ -186,18 +186,20 @@ The built image will be located in the `build` directory. By the way, you can sp ## Documentation -| | Alpine 3.9 | Devuan 1 «Jessie» | Raspbian 9 «Stretch» | Ubuntu 16.04 «Xenial Xerus» | Ubuntu 18.04 «Bionic Beaver» | -|---------------------------------------------------------------------------------------------|:--------------:|:---------------------:|:---------------------:|:---------------------------:|:----------------------------:| -| Raspberry Pi [Model B and B+](https://www.raspberrypi.org/products/raspberry-pi-1-model-b/) | | | 32bit | | | -| Raspberry Pi [2 Model B](https://www.raspberrypi.org/products/raspberry-pi-2-model-b/) | 32bit | 32bit | 32bit | 32bit | 32bit | -| Raspberry Pi [3 Model B](https://www.raspberrypi.org/products/raspberry-pi-3-model-b/) | 32bit | 32bit | 32bit | | 32bit, 64bit | -| Raspberry Pi [Zero](https://www.raspberrypi.org/products/raspberry-pi-zero/) | | | 32bit | | | +| | Alpine 3.9 | Devuan 1 «Jessie» | Debian 10 «Buster» | Raspbian 9 «Stretch» | Ubuntu 16.04 «Xenial Xerus» | Ubuntu 18.04 «Bionic Beaver» | +|---------------------------------------------------------------------------------------------|:--------------:|:---------------------:|:---------------------:|:---------------------:|:---------------------------:|:----------------------------:| +| Orange Pi [PC Plus](http://orangepi.org/orangepipcplus/) | | | 32bit | | | | +| Raspberry Pi [Model B and B+](https://www.raspberrypi.org/products/raspberry-pi-1-model-b/) | | | | 32bit | | | +| Raspberry Pi [2 Model B](https://www.raspberrypi.org/products/raspberry-pi-2-model-b/) | 32bit | 32bit | | 32bit | 32bit | 32bit | +| Raspberry Pi [3 Model B](https://www.raspberrypi.org/products/raspberry-pi-3-model-b/) | 32bit | 32bit | | 32bit | | 32bit, 64bit | +| Raspberry Pi [Zero](https://www.raspberrypi.org/products/raspberry-pi-zero/) | | | | 32bit | | | The operating system of the target image is specified via the `OS` environment variable. The next table maps full names of the supported operating systems to their short name intended for using as values of `OS`. | Full name | Short name | |----------------------------------------------------------------------------------------------------------------------|------------------------| | Alpine [3.9](https://alpinelinux.org/posts/Alpine-3.9.0-released.html) (32-bit) | alpine-3.9-armhf | +| Debian 10 «[Buster](https://debian.org/releases/buster/)» (32-bit) | debain-buster-armhf | | Devuan 1 «[Jessie](https://lists.dyne.org/lurker/message/20170525.180739.f86cd310.en.html#devuan-announce)» (32-bit) | devuan-jessie-armhf | | Raspbian 9 «[Stretch](https://raspberrypi.org/blog/raspbian-stretch/)» (32-bit) | raspbian-stretch-armhf | | Ubuntu 16.04 «[Xenial Xerus](https://wiki.ubuntu.com/XenialXerus/ReleaseNotes)» (32-bit) | ubuntu-xenial-armhf |