File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ use cap_std_ext::cap_tempfile::TempDir;
4242use cap_std_ext:: cmdext:: CapStdExtCommandExt ;
4343use cap_std_ext:: prelude:: CapStdExtDirExt ;
4444use clap:: ValueEnum ;
45- use composefs_boot :: bootloader :: read_file;
45+ use composefs :: fs :: read_file;
4646use fn_error_context:: context;
4747use ostree:: gio;
4848use ostree_ext:: composefs:: {
Original file line number Diff line number Diff line change 55//! bootable container images.
66
77pub ( crate ) mod bootc_kargs;
8+ mod bootloader;
89mod boundimage;
910mod cfsctl;
1011pub mod cli;
1112mod composefs_consts;
13+ mod containerenv;
1214pub ( crate ) mod deploy;
1315pub ( crate ) mod fsck;
1416pub ( crate ) mod generator;
1517mod glyph;
1618mod image;
19+ mod install;
1720pub ( crate ) mod journal;
1821mod k8sapitypes;
1922mod lints;
2023mod lsm;
2124pub ( crate ) mod metadata;
25+ mod parsers;
2226mod podman;
2327mod podstorage;
2428mod progress_jsonl;
@@ -32,17 +36,8 @@ mod utils;
3236#[ cfg( feature = "docgen" ) ]
3337mod docgen;
3438
35- mod bootloader;
36- mod containerenv;
37- mod install;
38-
39- #[ cfg( feature = "composefs-backend" ) ]
40- #[ allow( dead_code) ]
41- pub ( crate ) mod parsers;
4239#[ cfg( feature = "rhsm" ) ]
4340mod rhsm;
4441
45- mod parsers;
46-
4742// Re-export blockdev crate for internal use
4843pub ( crate ) use bootc_blockdev as blockdev;
You can’t perform that action at this time.
0 commit comments