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;
42
42
use cap_std_ext:: cmdext:: CapStdExtCommandExt ;
43
43
use cap_std_ext:: prelude:: CapStdExtDirExt ;
44
44
use clap:: ValueEnum ;
45
- use composefs_boot :: bootloader :: read_file;
45
+ use composefs :: fs :: read_file;
46
46
use fn_error_context:: context;
47
47
use ostree:: gio;
48
48
use ostree_ext:: composefs:: {
Original file line number Diff line number Diff line change 5
5
//! bootable container images.
6
6
7
7
pub ( crate ) mod bootc_kargs;
8
+ mod bootloader;
8
9
mod boundimage;
9
10
mod cfsctl;
10
11
pub mod cli;
11
12
mod composefs_consts;
13
+ mod containerenv;
12
14
pub ( crate ) mod deploy;
13
15
pub ( crate ) mod fsck;
14
16
pub ( crate ) mod generator;
15
17
mod glyph;
16
18
mod image;
19
+ mod install;
17
20
pub ( crate ) mod journal;
18
21
mod k8sapitypes;
19
22
mod lints;
20
23
mod lsm;
21
24
pub ( crate ) mod metadata;
25
+ mod parsers;
22
26
mod podman;
23
27
mod podstorage;
24
28
mod progress_jsonl;
@@ -32,17 +36,8 @@ mod utils;
32
36
#[ cfg( feature = "docgen" ) ]
33
37
mod docgen;
34
38
35
- mod bootloader;
36
- mod containerenv;
37
- mod install;
38
-
39
- #[ cfg( feature = "composefs-backend" ) ]
40
- #[ allow( dead_code) ]
41
- pub ( crate ) mod parsers;
42
39
#[ cfg( feature = "rhsm" ) ]
43
40
mod rhsm;
44
41
45
- mod parsers;
46
-
47
42
// Re-export blockdev crate for internal use
48
43
pub ( crate ) use bootc_blockdev as blockdev;
You can’t perform that action at this time.
0 commit comments