You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,19 @@ See also the list of [contributors](CONTRIBUTORS.txt) who participated in this p
30
30
*`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`.
31
31
*`target system` - the computer environment that runs after installation has completed from a `live system`.
32
32
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
+
33
46
## Prerequisites (GNU/Linux Debian/Ubuntu)
34
47
35
48
Install packages we need in the `build system` required by our scripts.
0 commit comments