aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic
AgeCommit message (Expand)Author
2017-12-18wic: Introduce --fsuuid and have --use-uuid make use of UUID tooTom Rini
2017-12-18wic: partition.py: Update comments slightlyTom Rini
2017-12-18wic: kparser.py: Check for SquashFS and use-uuidTom Rini
2017-12-09wic: support filesystem label for rawcopyMartin Hundebøll
2017-11-08wic: Update canned-wks for systemd to use UUID everywhereTom Rini
2017-11-08wic: When using --use-uuid make sure that we update the fstab with PARTUUIDTom Rini
2017-11-05wic: add 'part-name' argument for naming GPT partitionsArtur Mądrzak
2017-11-05wic: misc.py: Use mmd from mtools instead of syslinuxSaul Wold
2017-11-05wic: misc.py: Added more mtools binariesSaul Wold
2017-09-25wic: Add option to not change fstabFabio Berton
2017-09-22wic: allow multiple /boot partitions with different contentEnrico Scholz
2017-09-17wic: accept '-' in bitbake variablesEnrico Scholz
2017-09-11wic: run bmaptool with native Python3Ed Bartosh
2017-09-11wic: update help contentEd Bartosh
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-08-03wic: improve generating disk system identifierJonathan Liu
2017-07-30wic: Switch to using --use-uuid by defaultTom Rini
2017-07-30wic: ensure generated disk system identifier is non-zeroJonathan Liu
2017-07-30wic: add /boot mount point to fstab by defaultEd Bartosh
2017-07-30wic: rootfs: make copied rootfs uniqueEd Bartosh
2017-07-30wic: rootfs: fix rootfs path reportingEd Bartosh
2017-07-30wic: use absolute paths in rootfs pluginEd Bartosh
2017-07-30wic: copy rootfs directory before changing fstabEd Bartosh
2017-07-21wic: add description of --mkfs-extraoptsEd Bartosh
2017-07-21wic: implement wks option --mkfs-extraoptsEd Bartosh
2017-07-21wic: fix calculation of partition numberEd Bartosh
2017-07-17wic: isoimage-isohybrid: use grub-efi from deploy dirEd Bartosh
2017-07-17wic: isoimage-isohybrid: check result of glob()Ed Bartosh
2017-07-17wic: isoimage: do not remove temp directoryEd Bartosh
2017-07-17wic: get rid of using wic-toolsEd Bartosh
2017-06-23wic: remove extra double-quote on documentation stringJean-Francois Dagenais
2017-06-23wic/runner.py: move runtool API to misc.pyEd Bartosh
2017-06-23wic: fix restoring of original fstabEd Bartosh
2017-06-23wic: code cleanupEd 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: add help and usage content for 'wic rm'Ed Bartosh
2017-06-14wic: fully implement 'wic cp'Ed Bartosh
2017-06-14wic: add Disk._put_part_image methodEd Bartosh