Is it possible to specify root partition size without using RuntimeSize? #2898
Unanswered
adrianlshaw
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@adrianlshaw You can override the default partitions and set the partition sizes explicitly. For example, in systemd we have a custom 00-esp.conf:
10-root.conf:
You can adjust the sizes to fit your needs. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My workflow is to make a bootable image using mkosi, and then use raw qemu on the command line.
Mkosi will default to making a small image, and as far I can see from the documentation, to make it bigger I need to use RuntimeSize with mkosi boot. Sadly this breaks my setup.
Beta Was this translation helpful? Give feedback.
All reactions