distro/rhel85: move payloads to iso root
Move the ostree repository and the tar image to the root of the boot iso. This has several advantages: we do no longer have to correctly guess the size of the anaconda image. Also we do not need to compress the payload within the squashfs. Update the image installer's test data. NB: the changes to the package list were introduced earlier and should mostly affect the build pipeline. Should have caught is in the corresponding change, but was apparently not picked up by CI.
This commit is contained in:
parent
63fe1c4c83
commit
3dfc997992
3 changed files with 3045 additions and 107 deletions
6
docs/news/unreleased/bootiso-payload-in-iso-root.md
Normal file
6
docs/news/unreleased/bootiso-payload-in-iso-root.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Bootiso: move payload to iso root
|
||||
|
||||
Instead of including the payload, i.e. ostree commits or live images,
|
||||
in the anaconda squashfs, they are now located at the root of the iso.
|
||||
This has several advantages, including shorter build times, more
|
||||
flexibility in payload size and easier access to the actual payload.
|
||||
Loading…
Add table
Add a link
Reference in a new issue