diff --git a/ostree-ext/src/container_utils.rs b/ostree-ext/src/container_utils.rs index 9ceb193d..812cdffc 100644 --- a/ostree-ext/src/container_utils.rs +++ b/ostree-ext/src/container_utils.rs @@ -73,7 +73,7 @@ pub fn is_bare_split_xattrs() -> Result { /// Returns true if the system appears to have been booted via ostree. /// This accesses global state in /run. -pub fn is_ostree_booted() -> io::Result { +pub fn ostree_booted() -> io::Result { Path::new(&format!("/{OSTREE_BOOTED}")).try_exists() }