Changes between Version 21 and Version 22 of linux/ubi
- Timestamp:
- 06/24/2019 03:59:06 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/ubi
v21 v22 116 116 {{{#!bash 117 117 mkdir tmp 118 fakeroottar --numeric-owner -xvf myrootfs.tar.gz -C tmp119 }}} 120 * Note that {{{fakeroot}}} is used because this allows you preserve the ownershipof files that you have in your rootfs such as root owned /dev files118 sudo tar --numeric-owner -xvf myrootfs.tar.gz -C tmp 119 }}} 120 of files that you have in your rootfs such as root owned /dev files 121 121 2. copy your kernel files (and u-boot bootscript if you have one): 122 122 {{{#!bash