Changes between Version 1 and Version 2 of venice/ubuntu
- Timestamp:
- 02/01/2021 05:55:18 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/ubuntu
v1 v2 222 222 cp -rup rootfs/* ${tmp_mnt} 223 223 # and/or extract files from a tarball 224 tar -C ${tmp_mnt} -xf linux-venice.tar.xz 224 tar -C ${tmp_mnt} -xf linux-venice.tar.xz --keep-directory-symlink 225 225 # unmount temporary mount point 226 226 umount ${tmp_mnt}