Skip to content

Commit 729d6a8

Browse files
Update composefs-setup-root to parse composefs-rs config
Instead of parsing ostree's toml config, we will have and parse composefs-rs config located at `/usr/lib/composefs/setup-root-conf.toml` Signed-off-by: Pragyan Poudyal <[email protected]>
1 parent 5676ea0 commit 729d6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/composefs-setup-root.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ struct Args {
7474

7575
#[arg(
7676
long,
77-
default_value = "/usr/lib/ostree/prepare-root.conf",
77+
default_value = "/usr/lib/composefs/setup-root-conf.toml",
7878
help = "Config path (for testing)"
7979
)]
8080
config: PathBuf,

0 commit comments

Comments
 (0)