summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic
Commit message (Expand)AuthorAgeFilesLines
* 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
* wic: add help and usage content for 'wic ls'Ed Bartosh2017-06-141-0/+65
* bootimg-pcbios: make boot image file uniqueEd Bartosh2017-06-141-1/+1
* filemap: add parameter 'length' to sparse_copyEd Bartosh2017-06-141-3/+12
* filemap: fix skip logicEd Bartosh2017-06-141-4/+7
* wic: Remove obsolete reference to msger logger.Kristian Amlie2017-06-061-2/+5
* isoimage-isohybrid: don't use TRANSLATED_TARGET_ARCHEd Bartosh2017-06-031-4/+2
* wic: Add missing text to usage and help stringsAndreas J. Reichel2017-05-231-1/+1
* wic: Use argparse instead of optparseAndreas J. Reichel2017-05-232-12/+22
* wic: Fix typo in help screen.Kristian Amlie2017-04-291-1/+1
* oe-selftest: test wic sparse_copy APIEd Bartosh2017-04-121-2/+4
* qemux86-directdisk.wks: vda -> sdaRobert Yang2017-04-121-1/+1