Skip to content

Commit 9f732b6

Browse files
committed
run_qemu.sh: clarify esp/rootfssize are only for mkosi < v14
As discovered in (unrelated) #211 Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent dfa1d3f commit 9f732b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

run_qemu.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ shopt -s inherit_errexit
77
# default config
88
: "${builddir:=./qbuild}"
99
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
1013
rootfssize="10G"
1114
espsize="512M"
15+
1216
nvme_size="1G"
1317
efi_mem_size="2" #in GiB
1418
legacy_pmem_size="2" #in GiB

0 commit comments

Comments
 (0)