Changes between Version 12 and Version 13 of linux/ubi
- Timestamp:
- 03/05/2019 10:56:52 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/ubi
v12 v13 340 340 # Split file every 200M with suffix ".part" and decimal increment 341 341 split -d -b 200M ${FILE} ${FILE}.part 342 for i in $(ls ${FILE}.*); do343 mv $i ${FILE}.$(echo $i | cut -d'.' -f3)344 done345 342 346 343 # Result will be multiple files such as xenial-large.ubi.partXX that are <= 200M and