Commit 1bc7462
committed
xtask: Pass --filesystem to bcvk for ostree variant too
BOOTC_filesystem was silently ignored when BOOTC_variant=ostree because
install_args() only emitted --filesystem inside the composefs_backend
block. bcvk's --filesystem flag is not composefs-specific (the cache
hash includes filesystem type and bcvk creates a fresh base disk per
filesystem), so the guard was wrong.
Move --filesystem before the composefs_backend block so that e.g.
BOOTC_filesystem=ext4 just test-tmt-nobuild readonly actually installs
on ext4, exercising the reflink-probe fallback path.
Assisted-by: OpenCode (claude-sonnet-4-6@default)
Signed-off-by: Colin Walters <walters@verbum.org>1 parent 39b7b26 commit 1bc7462
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
70 | | - | |
| 68 | + | |
| 69 | + | |
71 | 70 | | |
72 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | | - | |
76 | | - | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments