FIX: add partition information

This commit is contained in:
2025-11-17 10:39:27 +01:00
parent e85f5bd14a
commit 24d38febf1
2 changed files with 22 additions and 1 deletions

View File

@@ -6,7 +6,9 @@ I've attached various links I used to learn about how all of this works below, t
## Build
A qcow image may be built by first calling `make oci` to build the oci image and then `make qcow` to turn it into a bootable qcow image.
A qcow image may be built by first calling `make oci` to build the oci image and then `make qcow` to turn it into a bootable qcow image. For hardware installation, I recommend the anaconda-iso variant.
You should adapt user & disk settings in `disk_config/user.toml` before you build your own installation iso though.
## Links