Changes between Version 14 and Version 15 of linux/blockdev
- Timestamp:
- 10/14/2019 09:49:51 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/blockdev
v14 v15 64 64 7. Un-archive the rootfs tarball to the /mnt/disk location: 65 65 {{{#!bash 66 sudo tar -C /mnt/disk -xvf rootfs.tar.bz2 66 sudo tar -C /mnt/disk -xvf rootfs.tar.bz2 --keep-directory-symlink 67 67 }}} 68 68 * If instead you have a rootfs directory created {{{deboostrap}}} for example you can copy it with a {{{sudo cp -rupv rootfs/* /mnt/disk}}}.