mount_initramfs

Function mount_initramfs 

Source
fn mount_initramfs(
    manager: &Arc<VfsManager>,
    initramfs: MemoryArea,
) -> Result<(), FileSystemError>