From c0fd7247101142a66ae20554a8750fc027621650 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Thu, 22 Apr 2021 01:58:59 +0200 Subject: [PATCH 1/2] Unlock Hirsute --- README.md | 2 +- config/distributions/hirsute/support | 2 +- config/templates/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1450747765..dd56ac3f66 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ build tools ## 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, - superuser rights (configured sudo or root access).

diff --git a/config/distributions/hirsute/support b/config/distributions/hirsute/support index 03cd470150..a23e5fb945 100644 --- a/config/distributions/hirsute/support +++ b/config/distributions/hirsute/support @@ -1 +1 @@ -csc +supported diff --git a/config/templates/Dockerfile b/config/templates/Dockerfile index 31d9f396d5..4b0d1fe1fa 100644 --- a/config/templates/Dockerfile +++ b/config/templates/Dockerfile @@ -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 \ From 642076b964d3a5112a32bd18e7646f601f1f9582 Mon Sep 17 00:00:00 2001 From: lanefu Date: Wed, 21 Apr 2021 20:15:40 -0400 Subject: [PATCH 2/2] Update README.md slight tweak --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dd56ac3f66..415f10f23c 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,11 @@ build tools - x64 machine with at least 2GB of memory and ~35GB of disk space for a VM, container or native OS, - 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). +

## How to build an image or a kernel?