How to make changes in the image.raw #3691
-
I need to make some adjustments in the The script What would the expected process? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
@aplanas This is simply not possible. systemd-repart generates the file right before generating the disk image. And loop devices are not available inside of mkosi's sandbox. Your best bet is running whatever extra logic you need after mkosi has finished building the image. |
Beta Was this translation helpful? Give feedback.
@aplanas This is simply not possible. systemd-repart generates the file right before generating the disk image. And loop devices are not available inside of mkosi's sandbox. Your best bet is running whatever extra logic you need after mkosi has finished building the image.