From 149ebba2f1cb066465b2f40cfb4679aad1e9afe8 Mon Sep 17 00:00:00 2001 From: Marcos Tischer Vallim Date: Sun, 8 Sep 2024 00:16:45 -0300 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 14ef8eeb..8964eb1f 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,19 @@ See also the list of [contributors](CONTRIBUTORS.txt) who participated in this p * `live system` - the computer environment that runs from the live OS, generated by a `build system`. This may also be referred to as the `chroot environment`. * `target system` - the computer environment that runs after installation has completed from a `live system`. +> [!IMPORTANT] +> It is very important to remember that the version you are generating depends on the version being used on the host machine. +> +> Example: +> If I am generating a from scratch `bionic` version, it is necessary for the host machine to have a `bionic` version or higher installed. +> +> | Scratch | Host | +> |:--------:|:-----------:| +> | `bionic` | `>= bionic` | +> | `focal` | `>= focal` | +> | `jammy` | `>= jammy` | +> | `noble` | `>= noble` | + ## Prerequisites (GNU/Linux Debian/Ubuntu) Install packages we need in the `build system` required by our scripts.