summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic
Commit message (Expand)AuthorAgeFilesLines
* wic/engine: use up all free space when expanding partitionsAnuj Mittal2018-07-181-1/+3
* wic/engine: fix errors when expanding partitionsAnuj Mittal2018-07-181-5/+4
* wic: isoimage-isohybrid: debloat image of redundant rootfsIoan-Adrian Ratiu2018-06-292-27/+2
* wic: isoimage-isohybrid: fix UEFI spec breakageIoan-Adrian Ratiu2018-06-291-4/+6
* wic/bootimg-efi.py: recognize initrd when using grubAnuj Mittal2018-06-041-2/+18
* wic/engine.py: improve error message when required tools are missingAnuj Mittal2018-06-041-2/+2
* qemux86-directdisk.wks: remove uvesafb.mode_optionAnuj Mittal2018-06-041-1/+1
* wic: Fix partition files UIDs on multi rootfs imagesRicardo Ribalda Delgado2018-05-222-1/+5
* wic/imager/direct: Ensure correct ROOTFS_DIR is shownRichard Purdie2018-04-201-1/+6
* wic: add wks file to make use of exclude-path functionalityCalifornia Sullivan2018-03-061-0/+3
* wic: Set a miniumum FAT16 volume size.Paulo Neves2018-03-041-1/+1
* wic: partition plugin wrongly assumes it is rootfsPaulo Neves2018-03-042-3/+3
* wic: Add post operation hook for SourcePluginParthiban Nallathambi2018-03-043-0/+17
* wic: if we can't get from ioctl, try from os.stat()Dogukan Ergun2018-01-141-1/+9
* wic: Fix a path to a psuedo state directory (PSEUDO_LOCALSTATEDIR).Adrian Fiergolski2018-01-021-1/+1
* wic: Introduce --fsuuid and have --use-uuid make use of UUID tooTom Rini2017-12-186-19/+47
* wic: partition.py: Update comments slightlyTom Rini2017-12-181-3/+1
* wic: kparser.py: Check for SquashFS and use-uuidTom Rini2017-12-181-0/+5
* wic: support filesystem label for rawcopyMartin Hundebøll2017-12-101-0/+22
* wic: Update canned-wks for systemd to use UUID everywhereTom Rini2017-11-081-2/+2
* wic: When using --use-uuid make sure that we update the fstab with PARTUUIDTom Rini2017-11-081-3/+6
* wic: add 'part-name' argument for naming GPT partitionsArtur Mądrzak2017-11-074-0/+15
* wic: misc.py: Use mmd from mtools instead of syslinuxSaul Wold2017-11-051-1/+1
* wic: misc.py: Added more mtools binariesSaul Wold2017-11-051-0/+3
* 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