Changes between Version 21 and Version 22 of linux/ubi


Ignore:
Timestamp:
06/24/2019 03:59:06 PM (5 years ago)
Author:
Tim Harvey
Comment:

remove invalid reference to fakeroot

Legend:

Unmodified
Added
Removed
Modified
  • linux/ubi

    v21 v22  
    116116{{{#!bash
    117117mkdir tmp
    118 fakeroot tar --numeric-owner -xvf myrootfs.tar.gz -C tmp
    119 }}}
    120  * Note that {{{fakeroot}}} is used because this allows you preserve the ownership of files that you have in your rootfs such as root owned /dev files
     118sudo tar --numeric-owner -xvf myrootfs.tar.gz -C tmp
     119}}}
     120of files that you have in your rootfs such as root owned /dev files
    1211212. copy your kernel files (and u-boot bootscript if you have one):
    122122{{{#!bash