Skip to content

Commit 149ebba

Browse files
authored
Update README.md
1 parent 052e205 commit 149ebba

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,19 @@ See also the list of [contributors](CONTRIBUTORS.txt) who participated in this p
3030
* `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`.
3131
* `target system` - the computer environment that runs after installation has completed from a `live system`.
3232

33+
> [!IMPORTANT]
34+
> It is very important to remember that the version you are generating depends on the version being used on the host machine.
35+
>
36+
> Example:
37+
> If I am generating a from scratch `bionic` version, it is necessary for the host machine to have a `bionic` version or higher installed.
38+
>
39+
> | Scratch | Host |
40+
> |:--------:|:-----------:|
41+
> | `bionic` | `>= bionic` |
42+
> | `focal` | `>= focal` |
43+
> | `jammy` | `>= jammy` |
44+
> | `noble` | `>= noble` |
45+
3346
## Prerequisites (GNU/Linux Debian/Ubuntu)
3447

3548
Install packages we need in the `build system` required by our scripts.

0 commit comments

Comments
 (0)