Changes between Version 12 and Version 13 of buildroot


Ignore:
Timestamp:
12/02/2019 06:41:38 PM (5 years ago)
Author:
Cale Collins
Comment:

removed sync, added rm -rf for cleanup

Legend:

Unmodified
Added
Removed
Modified
  • buildroot

    v12 v13  
    211211{{{#!bash
    212212umount ${TMP_MNT}
    213 sync
     213rm -rf ${TMP_MNT}eh
    214214gzip -k -f ${OUT}
    215215}}}