fn find_root_args_to_inherit(
cmdline: &Cmdline<'_>,
root_info: &Filesystem,
) -> Result<RootMountInfo>Expand description
Discover how to mount the root filesystem, using existing kernel arguments and information about the root mount.
fn find_root_args_to_inherit(
cmdline: &Cmdline<'_>,
root_info: &Filesystem,
) -> Result<RootMountInfo>Discover how to mount the root filesystem, using existing kernel arguments and information about the root mount.