Merge pull request #2790 from armbian/AR-732

Unlock Hirsute
This commit is contained in:
lanefu 2021-04-22 08:31:19 -04:00 committed by GitHub
commit d34b45ef39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View file

@ -38,9 +38,12 @@ build tools</h3>
## What do you need to get started?
- x64 machine with at least 2GB of memory and ~35GB of disk space for a VM, container or native OS,
- Ubuntu Focal 20.04 x64 for native building or any [Docker](https://docs.armbian.com/Developer-Guide_Building-with-Docker/) capable x64 Linux for containerised,
- Ubuntu Hirsute 21.04 x64 for native building or any [Docker](https://docs.armbian.com/Developer-Guide_Building-with-Docker/) capable x64 Linux for containerised,
- Hirsuite is required for newer non-LTS releases.. ex: Bullseye, Sid, Groovy, Hirsuite
- If building for LTS releases.. ex: focal, bionic, buster, It is possible to use Ubuntu 20.04 Focal, but is not supported.
- superuser rights (configured sudo or root access).
<p align=right><a href=#table-of-contents></a></p>
## How to build an image or a kernel?

View file

@ -1 +1 @@
csc
supported

View file

@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:21.04
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get install -y --no-install-recommends \