We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa1d3f commit 9f732b6Copy full SHA for 9f732b6
1 file changed
run_qemu.sh
@@ -7,8 +7,12 @@ shopt -s inherit_errexit
7
# default config
8
: "${builddir:=./qbuild}"
9
rootpw="root"
10
+
11
+# Only for mkosi v14 and before. v15 and above use "systemd-repart" instead,
12
+# see mkosi documentation and https://github.com/pmem/run_qemu/issues/88
13
rootfssize="10G"
14
espsize="512M"
15
16
nvme_size="1G"
17
efi_mem_size="2" #in GiB
18
legacy_pmem_size="2" #in GiB
0 commit comments