Changes between Version 12 and Version 13 of linux/ubi


Ignore:
Timestamp:
03/05/2019 10:56:52 PM (5 years ago)
Author:
Bobby Jones
Comment:

Removed extra "for" loop renaming, which is only necessary when moving the .gz extension on compressed part files

Legend:

Unmodified
Added
Removed
Modified
  • linux/ubi

    v12 v13  
    340340# Split file every 200M with suffix ".part" and decimal increment
    341341split -d -b 200M ${FILE} ${FILE}.part
    342 for i in $(ls ${FILE}.*); do
    343  mv $i ${FILE}.$(echo $i | cut -d'.' -f3)
    344 done
    345342
    346343# Result will be multiple files such as xenial-large.ubi.partXX that are <= 200M and