summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/engine.py
AgeCommit message (Expand)Author
2021-11-21wic: use shutil.whichMingli Yu
2020-04-26wic: use Filesystem UUID when expand swap partitionLee Chee Yang
2020-03-02wic/engine: lets display an error not a tracebackArmin Kuster
2020-03-01wic/engine: dump the partition table in JSON format onlyPierre-Jean Texier
2019-11-27wic: 'wic cp' to copy from imageChee Yang Lee
2019-11-21wic: rm with -r flag supportChee Yang Lee
2019-10-23wic/engine: use 'linux-swap' for swap file systemChee Yang Lee
2019-06-07wic/engine: include .wks.in in wic search and listChee Yang Lee
2019-05-09meta/lib+scripts: Convert to SPDX license headersRichard Purdie
2019-04-03wic/engine: Add missing newlineRichard Purdie
2019-02-15wic/engine: Fix missing parted autobuilder failuresRichard Purdie
2019-02-14wic/engine.py: Load paths from PATH environment variableWilliam Bourque
2019-02-14scripts/lib/wic/engine: Fix cp's target path for ext* filesystemsLeonardo Augusto
2018-10-12wic: make engine.py:get_partitions() resilient to parted/dmidecode stderr outputGeoff Parker
2018-10-10wic: Support for changing the imager.Davis, Michael
2018-07-26wic/engine: improve error reporting when using rm with wicAnuj Mittal
2018-07-26logging: use warning instead warnChen Qi
2018-07-18wic/engine: use up all free space when expanding partitionsAnuj Mittal
2018-07-18wic/engine: fix errors when expanding partitionsAnuj Mittal
2018-06-04wic/engine.py: improve error message when required tools are missingAnuj Mittal
2017-09-11wic: implement ext fs support for 'wic rm'Ed Bartosh
2017-09-11wic: implement ext fs support for 'wic cp'Ed Bartosh
2017-09-11wic: implement ext fs support for 'wic ls'Ed Bartosh
2017-08-27wic: always read image partitionsEd Bartosh
2017-08-27wic: implement 'wic write' commandEd Bartosh
2017-08-27wic: extend list of used toolsEd Bartosh
2017-08-27wic: added 'fstypes' parameter to Disk.__init__Ed Bartosh
2017-08-27wic: convert partition number to intEd Bartosh
2017-08-27wic: get more info from the 'parted print' outputEd Bartosh
2017-08-27wic: reimplement getting paths of used toolsEd Bartosh
2017-06-23wic: flatten directory structureEd Bartosh
2017-06-14wic: implement removing directoriesEd Bartosh
2017-06-14wic: implement removing filesEd Bartosh
2017-06-14wic: add 'wic rm' commandEd Bartosh
2017-06-14wic: fully implement 'wic cp'Ed Bartosh
2017-06-14wic: add Disk._put_part_image methodEd Bartosh
2017-06-14wic: add mcopy propertyEd Bartosh
2017-06-14wic: add Disk._prop helperEd Bartosh
2017-06-14wic: add 'wic cp' commandEd Bartosh
2017-06-14engine: implement listing wic imagesEd Bartosh
2017-06-14wic: add 'wic ls' commandEd Bartosh
2017-05-23wic: Use argparse instead of optparseAndreas J. Reichel
2017-03-04wic: move PluginMgr class to pluginbaseEd Bartosh
2017-03-04wic: remove PluginMgr.get_source_pluginsEd Bartosh
2017-03-04wic: use PluginMgr directlyEd Bartosh
2017-03-04wic: move WicError to lib/wic/__init__.pyEd Bartosh
2017-03-04wic: raise WicError in core modulesEd Bartosh
2017-03-04wic: remove msger moduleEd Bartosh
2017-03-04wic: use wic logger in core modulesEd Bartosh
2017-02-15wic: remove unused argument scripts_pathEd Bartosh