Copying subimage output to Partition #3690
-
How would I vendor say a sysext image into a partition? My naive attempt
results in Same with Or should the image be copied into the |
Beta Was this translation helpful? Give feedback.
Answered by
MoltenArmor
Apr 15, 2025
Replies: 1 comment
-
This is a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eadwu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a
systemd-repart
partition definition, not amkosi
config.systemd-repart
will not understandmkosi
's specifier. Consider adding this to your subimage'smkosi.postoutput
:cp $OUTPUTDIR/xxx.raw $OUTPUTDIR/<YOUR BASE SUBIMAGE>/
.