summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic
Commit message (Expand)AuthorAgeFilesLines
* wic: Add option to not change fstabFabio Berton2017-09-262-2/+11
* wic: allow multiple /boot partitions with different contentEnrico Scholz2017-09-251-4/+13
* wic: accept '-' in bitbake variablesEnrico Scholz2017-09-181-1/+1
* wic: run bmaptool with native Python3Ed Bartosh2017-09-111-2/+4
* wic: update help contentEd Bartosh2017-09-111-32/+32
* wic: implement ext fs support for 'wic rm'Ed Bartosh2017-09-111-11/+16
* wic: implement ext fs support for 'wic cp'Ed Bartosh2017-09-111-4/+9
* wic: implement ext fs support for 'wic ls'Ed Bartosh2017-09-111-5/+10
* wic: always read image partitionsEd Bartosh2017-08-271-2/+3
* wic: implement 'wic write' commandEd Bartosh2017-08-272-0/+186
* wic: extend list of used toolsEd Bartosh2017-08-271-1/+2
* wic: added 'fstypes' parameter to Disk.__init__Ed Bartosh2017-08-271-2/+7
* wic: convert partition number to intEd Bartosh2017-08-271-2/+2
* wic: get more info from the 'parted print' outputEd Bartosh2017-08-271-1/+8
* wic: reimplement getting paths of used toolsEd Bartosh2017-08-271-27/+9
* wic: improve generating disk system identifierJonathan Liu2017-08-031-1/+2
* wic: Switch to using --use-uuid by defaultTom Rini2017-07-303-6/+6
* wic: ensure generated disk system identifier is non-zeroJonathan Liu2017-07-301-1/+1
* wic: add /boot mount point to fstab by defaultEd Bartosh2017-07-301-1/+1
* wic: rootfs: make copied rootfs uniqueEd Bartosh2017-07-301-1/+1
* wic: rootfs: fix rootfs path reportingEd Bartosh2017-07-301-6/+4
* wic: use absolute paths in rootfs pluginEd Bartosh2017-07-301-2/+2
* wic: copy rootfs directory before changing fstabEd Bartosh2017-07-301-9/+15
* wic: add description of --mkfs-extraoptsEd Bartosh2017-07-211-0/+6
* wic: implement wks option --mkfs-extraoptsEd Bartosh2017-07-212-15/+25
* wic: fix calculation of partition numberEd Bartosh2017-07-211-1/+1
* wic: isoimage-isohybrid: use grub-efi from deploy dirEd Bartosh2017-07-171-52/+23
* wic: isoimage-isohybrid: check result of glob()Ed Bartosh2017-07-171-2/+5
* wic: isoimage: do not remove temp directoryEd Bartosh2017-07-171-2/+2
* wic: get rid of using wic-toolsEd Bartosh2017-07-173-11/+7
* wic: remove extra double-quote on documentation stringJean-Francois Dagenais2017-06-231-1/+1
* wic/runner.py: move runtool API to misc.pyEd Bartosh2017-06-232-55/+36
* wic: fix restoring of original fstabEd Bartosh2017-06-231-4/+5
* wic: code cleanupEd Bartosh2017-06-235-11/+5
* wic: flatten directory structureEd Bartosh2017-06-2312-13/+12
* wic: implement removing directoriesEd Bartosh2017-06-141-4/+18
* wic: implement removing filesEd Bartosh2017-06-141-1/+15
* wic: add 'wic rm' commandEd Bartosh2017-06-141-0/+7
* wic: add help and usage content for 'wic rm'Ed Bartosh2017-06-141-1/+58
* wic: fully implement 'wic cp'Ed Bartosh2017-06-141-1/+10
* wic: add Disk._put_part_image methodEd Bartosh2017-06-141-0/+5
* filemap: calculate dst size correctlyEd Bartosh2017-06-141-1/+5
* filemap: check if dest is written for every blockEd Bartosh2017-06-141-0/+7
* filemap: change signature of sparse_copy functionEd Bartosh2017-06-142-4/+13
* wic: add mcopy propertyEd Bartosh2017-06-141-0/+5
* wic: add Disk._prop helperEd Bartosh2017-06-141-5/+10
* wic: add 'wic cp' commandEd Bartosh2017-06-141-0/+7
* wic: add help and usage content for 'wic cp'Ed Bartosh2017-06-141-0/+62
* engine: implement listing wic imagesEd Bartosh2017-06-141-2/+82
* wic: add 'wic ls' commandEd Bartosh2017-06-141-0/+4