pub fn pivot_rootfs(rootfs: &Path) -> Result<(), Box<dyn Error>> { chdir(rootfs)?; std::fs::create_dir_all(rootfs.join("oldroot"))?; ...
確定! 回上一頁