Changes between Version 61 and Version 62 of ventana/ubuntu


Ignore:
Timestamp:
07/30/2020 08:20:47 PM (4 years ago)
Author:
Cale Collins
Comment:

added tarball option for step 13

Legend:

Unmodified
Added
Removed
Modified
  • ventana/ubuntu

    v61 v62  
    276276 * ''You may wish to move this file else place for later use should you wish to chroot again.''
    277277
    278 13. install to bootable media:
     27813. Now that the rootfs has been created, use one of the following options:
     279
     280a. Create a tarball of the rootfs
     281{{{
     282sudo tar --keep-directory-symlink -cvJf $distro-ventana.tar.xz -C $target .
     283}}}
     284
     285b. install to bootable media:
    279286 * For a removable block storage device supported by your board such as a USB Mass Storage device, a microSD, an mSATA SSD the example below will create a single ext4 rootfs partition on a removable block storage device. Ensure you set DEVICE properly for your system.
    280287{{{