summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/plugins
AgeCommit message (Expand)Author
2022-05-27wic/plugins/images/direct: Allow changes in fstab on rootfsTobias Schmidl
2022-05-16wic: added fspassno parameter to partitionClaudius Heine
2022-05-08wic/plugins/rootfs: Fix permissions when splitting rootfs folders across part...Felix Moessbauer
2022-04-22wic: do not use PARTLABEL for msdos partition tablesHenning Schild
2022-02-16wic: rawcopy: Add support for packed imagesStefan Herbrechtsmeier
2021-11-24wic: support rootdev identified by partition labelSchmidt, Adriaan
2021-11-10wic: Use os.rename instead of bb.utils.renameKhem Raj
2021-10-01wic/bootimg-efi: Add Unified Kernel Image optionKristian Klausen
2021-09-26wic:direct.py: ignore invalid mountpoints during fstab updateMarkus Volk
2021-09-04wic: Add extra-space argumentKristian Klausen
2021-08-20wic: Add --no-fstab-update part optionDaniel Gomez
2021-06-29Use the label provided when formating a dos partitionjbouchard
2021-05-31Add support for erofs filesystemsRichard Weinberger
2021-05-06classes/lib/scripts: Use bb.utils.rename() instead of os.rename()Devendra Tewari
2021-02-09wic: debug mode to keep tmp directoryLee Chee Yang
2021-01-20wic: Optimise fstab modification for ext2/3/4 and msdos partitionsPaul Barker
2021-01-20wic: Copy rootfs dir if fstab needs updatingPaul Barker
2021-01-20wic: Update pseudo db when excluding content from rootfsPaul Barker
2021-01-20wic: Ensure internal workdir is not reusedPaul Barker
2021-01-13wic: Add workdir argumentPaul Barker
2021-01-01wic/direct/kparser: ensure fsuuid for vfat and msdos align with formatLee Chee Yang
2020-12-15wic: Introduce empty plugin to create unformatted empty partitionsDiego Sueiro
2020-11-08isoimage-isohybrid.py: Support adding files/dirsChaitanya Vadrevu
2020-09-14wic/bootimg-efi: IMAGE_EFI_BOOT_FILES variable added to separate bootimg-efi ...Khairul Rohaizzat Jamaluddin
2020-08-22wic: Add 512 Byte alignment to --offsetJoshua Watt
2020-08-06wic: fix typoDaniel Ammann
2020-07-25wic/bootimg-efi: Add support for IMAGE_BOOT_FILESKhasim Mohammed
2020-06-16wic: Fix error message when reporting invalid offsetJoshua Watt
2020-06-04wic: Add --offset argument for partitionsJoshua Watt
2020-04-26wic: rootfs: Combine path_validation in one functionRicardo Ribalda Delgado
2020-04-26wic: root: Add an opt. destination on include-pathRicardo Ribalda Delgado
2020-04-26wic: Continue if excluded_path does not existRicardo Ribalda Delgado
2020-04-26wic: Add --change-directory argumentRicardo Ribalda Delgado
2020-04-26wic: Fix permissions when using exclude or include pathRicardo Ribalda Delgado
2020-04-07Revert "wic: Fix permissions when using exclude or include path"Richard Purdie
2020-04-07Revert "wic: Add --embed-rootfs argument"Richard Purdie
2020-04-06wic: Add --embed-rootfs argumentRicardo Ribalda Delgado
2020-04-06wic: Fix permissions when using exclude or include pathRicardo Ribalda Delgado
2020-03-22wic/direct: reserve 2 sector for extended partitionChee Yang Lee
2020-01-19wic: fix images build in parallelMaxim Uvarov
2020-01-10wic: Add --include-path argumentPaul Barker
2020-01-10wic: Preserve intermediate filesPaul Barker
2019-11-10isoimage-isohybrid.py: Parameterize ESP partition sizeHaris Okanovic
2019-11-10isoimage-isohybrid.py: Parameterize ESP labelHaris Okanovic
2019-10-19wic/rawcopy: Support files in sub-directoriesEugene Smirnov
2019-10-07wic/direct: Partition numbering is broken for MBR primary partition #4Michael Cooper
2019-08-08wic: Add partition type for msdos partition tablesJason Wessel
2019-07-23wic/plugins: Source that support both EFI and BIOSWilliam Bourque
2019-07-18wic: Fix (again) partition files UIDs on multi rootfs imagesRicardo Ribalda Delgado
2019-07-17wic: add support for kernel with initramfs bundledChee Yang Lee