How to make changes in the image.raw #3691
|
I need to make some adjustments in the The script What would the expected process? |
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. |
@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.