Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mvallim authored Sep 8, 2024
1 parent 052e205 commit 149ebba
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 149ebba

Please sign in to comment.