summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic
AgeCommit message (Expand)Author
2023-05-19wic/bootimg-efi: if fixed-size is set then use that for mkdosfsRandolph Sapp
2022-11-11wic: swap partitions are not added to fstabciarancourtney
2022-01-12wic: use shutil.whichMingli Yu
2022-01-12wic: misc: Do not find for executables in ASSUME_PROVIDEDRicardo Ribalda Delgado
2022-01-06scripts: Update to use exec_module() instead of load_module()Richard Purdie
2021-12-11wic:direct.py: ignore invalid mountpoints during fstab updateMarkus Volk
2021-11-27scripts/lib/wic/help.py: Update Fedora Kickstart URLsJon Mason
2021-09-24wic: keep rootfs_size as integerAlexander Kanavin
2021-08-27Use the label provided when formating a dos partitionjbouchard
2021-08-16wic: don't forcibly pass -T defaultRoss Burton
2021-03-11wic: Warn if an ext filesystem affected by the Y2038 problem is usedFlorian Bezdeka
2021-01-28wic: Optimise fstab modification for ext2/3/4 and msdos partitionsPaul Barker
2021-01-28wic: Copy rootfs dir if fstab needs updatingPaul Barker
2021-01-28wic: Add --change-directory argumentRicardo Ribalda Delgado
2021-01-28wic: Update pseudo db when excluding content from rootfsPaul Barker
2021-01-28wic: Ensure internal workdir is not reusedPaul Barker
2021-01-28wic: Allow exec_native_cmd to run HOSTTOOLSPaul Barker
2021-01-28wic: Add workdir argumentPaul Barker
2021-01-28wic: Pass canonicalized paths in PSEUDO_IGNORE_PATHSPeter Kjellerstedt
2021-01-28wic: Handle new PSEUDO_IGNORE_PATHS variableRichard Purdie
2021-01-28wic: Avoid creating invalid pseudo directoryRicardo Ribalda Delgado
2021-01-28wic: Fix multi images .wks with bitbakeRicardo Ribalda Delgado
2021-01-28wic: Fix permissions when using exclude or include pathRicardo Ribalda Delgado
2021-01-05wic: fix typoDaniel Ammann
2021-01-04wic/direct/kparser: ensure fsuuid for vfat and msdos align with formatLee Chee Yang
2020-09-30wic: Add 512 Byte alignment to --offsetJoshua Watt
2020-09-30wic: Fix error message when reporting invalid offsetJoshua Watt
2020-09-30wic: Fix --extra-space argument handlingJoshua Watt
2020-09-30wic: Add --offset argument for partitionsJoshua Watt
2020-09-02wic: misc: Add /bin to the list of searchpathsVijai Kumar K
2020-07-23wic/filemap: Fall back to standard copy when no way to get the block mapKevin Hao
2020-07-23wic/filemap: Drop the unused get_unmapped_ranges()Kevin Hao
2020-07-23wic/filemap: Drop the unused block_is_unmapped()Kevin Hao
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-04-01wic: align layer plugin pathLee Chee Yang
2020-03-22wic/direct: reserve 2 sector for extended partitionChee Yang Lee
2020-03-02wic/engine: lets display an error not a tracebackArmin Kuster
2020-03-01wic/engine: dump the partition table in JSON format onlyPierre-Jean Texier
2020-02-18qemux86: do not add vga=0 to kernel parametersAlexander Kanavin
2020-02-15wic: Honor APPENDKevin Hao
2020-01-19wic: fix images build in parallelMaxim Uvarov
2020-01-10wic: Add --include-path argumentPaul Barker
2020-01-10wic: Preserve intermediate filesPaul Barker
2020-01-02wic/filemap: If FIGETBSZ iotctl fail, failback to os.statKalle Lampila
2019-11-27wic: 'wic cp' to copy from imageChee Yang Lee
2019-11-21wic: rm with -r flag supportChee Yang Lee
2019-11-14wic: beautify 'wic help'Chee Yang Lee