pub fn copy_rootfs<P: AsRef<Path>, Q: AsRef<Path>>( source: P, bundle: Q, ) -> Result<()>
Copy rootfs from source to bundle.