Skip to content

Commit f06a96c

Browse files
croissanneallisonkarlitskaya
authored andcommitted
composefs-boot: support writing insecure composefs cmdline
Supports writing `composefs=?<root-id>`. Signed-off-by: Sanne Raymaekers <[email protected]>
1 parent ae3b538 commit f06a96c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ async fn main() -> Result<()> {
291291
&repo,
292292
entry,
293293
&id,
294+
args.insecure,
294295
bootdir,
295296
None,
296297
entry_id.as_deref(),

0 commit comments

Comments
 (0)