summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic
Commit message (Expand)AuthorAgeFilesLines
* wic: fix typoDaniel Ammann2020-08-061-1/+1
* wic/bootimg-efi: Add support for IMAGE_BOOT_FILESKhasim Mohammed2020-07-251-0/+60
* wic/filemap: Fall back to standard copy when no way to get the block mapKevin Hao2020-07-181-1/+27
* wic/filemap: Drop the unused get_unmapped_ranges()Kevin Hao2020-07-181-36/+2
* wic/filemap: Drop the unused block_is_unmapped()Kevin Hao2020-07-181-17/+0
* wic: Fix error message when reporting invalid offsetJoshua Watt2020-06-161-1/+1
* wic: Fix --extra-space argument handlingJoshua Watt2020-06-121-1/+1
* wic: Add --offset argument for partitionsJoshua Watt2020-06-043-20/+42
* wic: rootfs: Combine path_validation in one functionRicardo Ribalda Delgado2020-04-261-22/+19
* wic: root: Add an opt. destination on include-pathRicardo Ribalda Delgado2020-04-263-11/+71
* wic: misc: Do not find for executables in ASSUME_PROVIDEDRicardo Ribalda Delgado2020-04-261-2/+12
* wic: Avoid creating invalid pseudo directoryRicardo Ribalda Delgado2020-04-261-7/+8
* wic: Continue if excluded_path does not existRicardo Ribalda Delgado2020-04-261-1/+3
* wic: Add --change-directory argumentRicardo Ribalda Delgado2020-04-264-3/+26
* wic: Fix multi images .wks with bitbakeRicardo Ribalda Delgado2020-04-261-6/+3
* wic: Fix permissions when using exclude or include pathRicardo Ribalda Delgado2020-04-262-6/+38
* wic: use Filesystem UUID when expand swap partitionLee Chee Yang2020-04-261-2/+3
* Revert "wic: Fix permissions when using exclude or include path"Richard Purdie2020-04-071-19/+3
* Revert "wic: Add --embed-rootfs argument"Richard Purdie2020-04-074-31/+1
* wic: Add --embed-rootfs argumentRicardo Ribalda Delgado2020-04-064-1/+31
* wic: Fix permissions when using exclude or include pathRicardo Ribalda Delgado2020-04-061-3/+19
* wic: align layer plugin pathLee Chee Yang2020-04-022-6/+8
* wic/direct: reserve 2 sector for extended partitionChee Yang Lee2020-03-241-3/+3
* wic/engine: lets display an error not a tracebackArmin Kuster2020-03-021-1/+4
* wic/engine: dump the partition table in JSON format onlyPierre-Jean Texier2020-03-011-1/+1
* qemux86: do not add vga=0 to kernel parametersAlexander Kanavin2020-02-181-1/+1
* wic: Honor APPENDKevin Hao2020-02-151-0/+5
* wic: fix images build in parallelMaxim Uvarov2020-01-191-1/+1
* wic: Add --include-path argumentPaul Barker2020-01-104-2/+17
* wic: Preserve intermediate filesPaul Barker2020-01-101-3/+1
* wic/filemap: If FIGETBSZ iotctl fail, failback to os.statKalle Lampila2020-01-021-2/+4
* wic: 'wic cp' to copy from imageChee Yang Lee2019-11-272-18/+46
* wic: rm with -r flag supportChee Yang Lee2019-11-212-17/+49
* wic: beautify 'wic help'Chee Yang Lee2019-11-141-0/+56
* isoimage-isohybrid.py: Parameterize ESP partition sizeHaris Okanovic2019-11-101-2/+4
* isoimage-isohybrid.py: Parameterize ESP labelHaris Okanovic2019-11-101-2/+4
* wic/engine: use 'linux-swap' for swap file systemChee Yang Lee2019-10-231-1/+1
* wic/help: change 'wic write' help descriptionChee Yang Lee2019-10-231-2/+2
* wic/rawcopy: Support files in sub-directoriesEugene Smirnov2019-10-191-0/+3
* wic/direct: Partition numbering is broken for MBR primary partition #4Michael Cooper2019-10-081-1/+2
* wic: Using the right rootfs size during prepare_rootfsAlessio Igor Bogani2019-09-271-6/+17
* qemuriscv: Generate a wic rootFS with a larger filesystemAlistair Francis2019-09-031-0/+3
* wic: Make disk partition size consistently computedJason Wessel2019-08-121-12/+6
* wic: Add partition type for msdos partition tablesJason Wessel2019-08-123-11/+29
* wic/plugins: Source that support both EFI and BIOSWilliam Bourque2019-07-231-0/+213
* wic: Fix (again) partition files UIDs on multi rootfs imagesRicardo Ribalda Delgado2019-07-191-25/+12
* wic: add support for kernel with initramfs bundledChee Yang Lee2019-07-173-14/+29
* wic: python2 -> python3Robert Yang2019-06-303-3/+3
* wic/bootimg-efi: allow multiple initrdChee Yang Lee2019-06-191-6/+16
* wic/plugins: kernel image refer to KERNEL_IMAGETYPEChee Yang Lee2019-06-113-15/+35