Fix: Run final Gentoo tasks in post-install.d

Running this in finalise can cause failures, as the image has already
been created and we have limited disk space.

Change-Id: I4212ce9b47f288518dda233e4971699dd0815d01
This commit is contained in:
Jay Faulkner 2024-12-12 14:49:56 -08:00
parent bec3a6e3a1
commit 1a2e600624
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
fixes:
- |
The gentoo element no longer runs finalization actions during finalise
phase; these actions now happen in post-install phase. This fixes an issue
where the final ``emerge --update @world`` would fail due to limited disk
space, due to the environment finalise steps run in.