summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/partition.py
AgeCommit message (Expand)Author
2023-12-21wic: use E2FSPROGS_FAKE_TIME and hash_seed to generate reproducible ext4 imagesvenkata pyla
2023-09-02wic: Add gpt-hybrid partition layoutJoshua Watt
2023-08-21wic: fix wrong attempt to create file system in upartitioned regionsMarkus Niebel
2023-05-25wic: Add argument --hidden to default imagerLeon Anavi
2023-02-15wic: Fix usage of fstype=none in wicPavel Zhukov
2022-11-07wic: make ext2/3/4 images reproducibleSergei Zhmylev
2022-10-26wic: honor the SOURCE_DATE_EPOCH in case of updated fstabSergei Zhmylev
2022-05-16wic: added fspassno parameter to partitionClaudius Heine
2022-02-16wic: partition: Support valueless keys in sourceparamsStefan Herbrechtsmeier
2021-09-19wic: keep rootfs_size as integerAlexander Kanavin
2021-08-20wic: Add --no-fstab-update part optionDaniel Gomez
2021-05-31Add support for erofs filesystemsRichard Weinberger
2021-03-02scripts/lib/wic/partition.py: do not set FAT sizeAlexander Kanavin
2021-02-26wic: Warn if an ext filesystem affected by the Y2038 problem is usedFlorian Bezdeka
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
2020-12-20wic: Pass canonicalized paths in PSEUDO_IGNORE_PATHSPeter Kjellerstedt
2020-10-07wic: Handle new PSEUDO_IGNORE_PATHS variableRichard Purdie
2020-06-04wic: Add --offset argument for partitionsJoshua Watt
2020-04-26wic: Avoid creating invalid pseudo directoryRicardo Ribalda Delgado
2020-04-26wic: Add --change-directory argumentRicardo Ribalda Delgado
2020-04-26wic: Fix multi images .wks with bitbakeRicardo Ribalda Delgado
2020-04-26wic: Fix permissions when using exclude or include pathRicardo Ribalda Delgado
2020-04-07Revert "wic: Add --embed-rootfs argument"Richard Purdie
2020-04-06wic: Add --embed-rootfs argumentRicardo Ribalda Delgado
2020-01-10wic: Add --include-path argumentPaul Barker
2019-09-27wic: Using the right rootfs size during prepare_rootfsAlessio Igor Bogani
2019-08-12wic: Make disk partition size consistently computedJason Wessel
2019-08-12wic: Add partition type for msdos partition tablesJason Wessel
2019-05-09meta/lib+scripts: Convert to SPDX license headersRichard Purdie
2019-04-26Revert "wic: Set a miniumum FAT16 volume size."Angus Lees
2019-02-28wic: Ensure that sourceparams values can contain '='Jan Kiszka
2018-09-13wic: Introduce the --use-label partition parameterKevin Hao
2018-08-15wic: Remove the unused variable Partition.sourceparams_dictKevin Hao
2018-05-22wic: Fix partition files UIDs on multi rootfs imagesRicardo Ribalda Delgado
2018-03-04wic: Set a miniumum FAT16 volume size.Paulo Neves
2018-03-04wic: partition plugin wrongly assumes it is rootfsPaulo Neves
2018-03-04wic: Add post operation hook for SourcePluginParthiban Nallathambi
2018-01-02wic: Fix a path to a psuedo state directory (PSEUDO_LOCALSTATEDIR).Adrian Fiergolski
2017-12-18wic: Introduce --fsuuid and have --use-uuid make use of UUID tooTom Rini
2017-12-18wic: partition.py: Update comments slightlyTom Rini
2017-11-07wic: add 'part-name' argument for naming GPT partitionsArtur MÄ…drzak
2017-07-21wic: implement wks option --mkfs-extraoptsEd Bartosh
2017-06-23wic: code cleanupEd Bartosh
2017-06-23wic: flatten directory structureEd Bartosh
2017-04-01wic: partition: Update fsck parametersDaniel Schultz
2017-04-01wic: remove prepare_empty_partition_squashfsEd Bartosh
2017-04-01wic: set FAT 16 for msdos partitionsEd Bartosh
2017-04-01wic: support 'msdos' fstypeEd Bartosh
2017-04-01wic: don't silently skip unknown fstypesEd Bartosh