diff --git a/core/src/init.rs b/core/src/init.rs index eb74d6a19..be5b01dc3 100644 --- a/core/src/init.rs +++ b/core/src/init.rs @@ -258,7 +258,7 @@ pub async fn init( .arg("journalctl") .invoke(crate::ErrorKind::Journald) .await - .log_err(); + .ok(); mount_logs.complete(); tokio::io::copy( &mut open_file("/run/startos/init.log").await?,