summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic
Commit message (Expand)AuthorAgeFilesLines
* wic: Fix populating of IMAGE_EFI_BOOT_FILES with uefi-kernelPavel Zhukov2023-02-261-1/+1
* wic: Fix usage of fstype=none in wicPavel Zhukov2023-02-151-0/+5
* base: add support for loongarch64Xiaotian Wu2023-02-041-0/+3
* wic/efi-bootdisk.wks: Fix for 6.1 kernel versionsRichard Purdie2023-01-261-1/+1
* wic: make ext2/3/4 images reproducibleSergei Zhmylev2022-11-071-5/+24
* wic: swap partitions are not added to fstabciarancourtney2022-10-291-1/+1
* wic: honor the SOURCE_DATE_EPOCH in case of updated fstabSergei Zhmylev2022-10-263-2/+10
* wic: implement binary repeatable disk identifiersSergei Zhmylev2022-10-261-1/+4
* wic: bootimg-efi: implement --include-pathMaxim Uvarov2022-10-261-0/+5
* wic: add UEFI kernel as UEFI stubMaxim Uvarov2022-10-261-0/+24
* Revert "wic/plugins/images/direct: Allow changes in fstab on rootfs"Ross Burton2022-09-281-1/+1
* wic: add 'none' fstype for custom imageJeongBong Seo2022-08-122-1/+5
* scripts: Add copyright statements to files without oneRichard Purdie2022-08-124-0/+8
* wic/bootimg-efi: Add support for loading devicetree filesJan Kiszka2022-08-021-7/+31
* wic/bootimg-efi: Factor out some common bitsJan Kiszka2022-08-021-25/+21
* wic/bootimg-efi: use cross objcopy when building unified kernel imageRoss Burton2022-08-021-13/+12
* wic: add target tools to PATH when executing native commandsRoss Burton2022-08-021-3/+4
* wic/plugins/rootfs: Fix NameError for 'orig_path'Mihai Lindner2022-07-231-1/+1
* wic/plugins/images/direct: Allow changes in fstab on rootfsTobias Schmidl2022-05-271-1/+1
* wic: added fspassno parameter to partitionClaudius Heine2022-05-164-1/+10
* wic/plugins/rootfs: Fix permissions when splitting rootfs folders across part...Felix Moessbauer2022-05-081-1/+4
* wic: Add dependencies for erofs-utilsSean Anderson2022-04-271-0/+1
* wic: do not use PARTLABEL for msdos partition tablesHenning Schild2022-04-221-1/+1
* wic: rawcopy: Add support for packed imagesStefan Herbrechtsmeier2022-02-161-1/+28
* wic: partition: Support valueless keys in sourceparamsStefan Herbrechtsmeier2022-02-161-1/+1
* scripts: Update to use exec_module() instead of load_module()Richard Purdie2022-01-051-2/+6
* wic: support rootdev identified by partition labelSchmidt, Adriaan2021-11-241-0/+2
* wic: use shutil.whichMingli Yu2021-11-212-5/+5
* scripts/lib/wic/help.py: Update Fedora Kickstart URLsJon Mason2021-11-111-2/+2
* wic: Use os.rename instead of bb.utils.renameKhem Raj2021-11-101-1/+1
* wic/bootimg-efi: Add Unified Kernel Image optionKristian Klausen2021-10-041-10/+64
* wic:direct.py: ignore invalid mountpoints during fstab updateMarkus Volk2021-09-261-1/+1
* wic: keep rootfs_size as integerAlexander Kanavin2021-09-191-1/+1
* wic: Add extra-space argumentKristian Klausen2021-09-061-2/+5
* wic: Add --no-fstab-update part optionDaniel Gomez2021-08-204-3/+8
* scripts/lib/wic/help/py: "Redhat" -> "Red Hat"Robert P. J. Day2021-08-171-1/+1
* wic: don't forcibly pass -T defaultRoss Burton2021-08-123-3/+3
* Use the label provided when formating a dos partitionjbouchard2021-06-291-2/+4
* Add support for erofs filesystemsRichard Weinberger2021-05-314-7/+23
* classes/lib/scripts: Use bb.utils.rename() instead of os.rename()Devendra Tewari2021-05-061-1/+1
* scripts/lib/wic/partition.py: do not set FAT sizeAlexander Kanavin2021-03-021-4/+0
* wic: Warn if an ext filesystem affected by the Y2038 problem is usedFlorian Bezdeka2021-02-265-3/+42
* wic: debug mode to keep tmp directoryLee Chee Yang2021-02-091-2/+4
* wic: Optimise fstab modification for ext2/3/4 and msdos partitionsPaul Barker2021-01-202-8/+28
* wic: Copy rootfs dir if fstab needs updatingPaul Barker2021-01-203-29/+29
* wic: Update pseudo db when excluding content from rootfsPaul Barker2021-01-201-5/+8
* wic: Ensure internal workdir is not reusedPaul Barker2021-01-201-1/+11
* wic: Allow exec_native_cmd to run HOSTTOOLSPaul Barker2021-01-131-2/+5
* wic: Add workdir argumentPaul Barker2021-01-131-1/+1
* wic/direct/kparser: ensure fsuuid for vfat and msdos align with formatLee Chee Yang2021-01-012-0/+24