We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809b18b commit a0cdb06Copy full SHA for a0cdb06
crates/lib/src/bootc_composefs/state.rs
@@ -95,6 +95,7 @@ pub(crate) fn copy_etc_to_state(
95
let cp_ret = Command::new("cp")
96
.args([
97
"-a",
98
+ "--remove-destination",
99
&format!("{}/etc/.", tempdir.dir.path().as_str()?),
100
&format!("{state_path}/etc/."),
101
])
0 commit comments