Changes between Version 14 and Version 15 of linux/blockdev


Ignore:
Timestamp:
10/14/2019 09:49:51 PM (5 years ago)
Author:
Tim Harvey
Comment:

add --keep-directory-symlink to untar of the kernel to avoid issues with newer ubuntu where /lib is a symlink to /usr/lib

Legend:

Unmodified
Added
Removed
Modified
  • linux/blockdev

    v14 v15  
    64647. Un-archive the rootfs tarball to the /mnt/disk location:
    6565{{{#!bash
    66 sudo tar -C /mnt/disk -xvf rootfs.tar.bz2
     66sudo tar -C /mnt/disk -xvf rootfs.tar.bz2 --keep-directory-symlink
    6767}}}
    6868 * If instead you have a rootfs directory created {{{deboostrap}}} for example you can copy it with a {{{sudo cp -rupv rootfs/*  /mnt/disk}}}.