Changes between Version 1 and Version 2 of venice/ubuntu


Ignore:
Timestamp:
02/01/2021 05:55:18 PM (3 years ago)
Author:
Cale Collins
Comment:

added --keep-directory-symlink to prevent kernel panic

Legend:

Unmodified
Added
Removed
Modified
  • venice/ubuntu

    v1 v2  
    222222cp -rup rootfs/* ${tmp_mnt}
    223223# and/or extract files from a tarball
    224 tar -C ${tmp_mnt} -xf linux-venice.tar.xz
     224tar -C ${tmp_mnt} -xf linux-venice.tar.xz --keep-directory-symlink
    225225# unmount temporary mount point
    226226umount ${tmp_mnt}