summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/partition.py
Commit message (Expand)AuthorAgeFilesLines
* wic: use E2FSPROGS_FAKE_TIME and hash_seed to generate reproducible ext4 imagesvenkata pyla2023-12-211-0/+14
* wic: Add gpt-hybrid partition layoutJoshua Watt2023-09-021-0/+1
* wic: fix wrong attempt to create file system in upartitioned regionsMarkus Niebel2023-08-211-1/+1
* wic: Add argument --hidden to default imagerLeon Anavi2023-05-251-0/+1
* wic: Fix usage of fstype=none in wicPavel Zhukov2023-02-151-0/+5
* wic: make ext2/3/4 images reproducibleSergei Zhmylev2022-11-071-5/+24
* wic: honor the SOURCE_DATE_EPOCH in case of updated fstabSergei Zhmylev2022-10-261-1/+6
* wic: added fspassno parameter to partitionClaudius Heine2022-05-161-0/+1
* wic: partition: Support valueless keys in sourceparamsStefan Herbrechtsmeier2022-02-161-1/+1
* wic: keep rootfs_size as integerAlexander Kanavin2021-09-191-1/+1
* wic: Add --no-fstab-update part optionDaniel Gomez2021-08-201-2/+3
* Add support for erofs filesystemsRichard Weinberger2021-05-311-3/+13
* 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-261-0/+38
* wic: Optimise fstab modification for ext2/3/4 and msdos partitionsPaul Barker2021-01-201-5/+22
* wic: Copy rootfs dir if fstab needs updatingPaul Barker2021-01-201-1/+4
* wic: Pass canonicalized paths in PSEUDO_IGNORE_PATHSPeter Kjellerstedt2020-12-201-1/+11
* wic: Handle new PSEUDO_IGNORE_PATHS variableRichard Purdie2020-10-071-5/+7
* wic: Add --offset argument for partitionsJoshua Watt2020-06-041-0/+1
* wic: Avoid creating invalid pseudo directoryRicardo Ribalda Delgado2020-04-261-7/+8
* wic: Add --change-directory argumentRicardo Ribalda Delgado2020-04-261-0/+1
* 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-261-3/+4
* Revert "wic: Add --embed-rootfs argument"Richard Purdie2020-04-071-1/+0
* wic: Add --embed-rootfs argumentRicardo Ribalda Delgado2020-04-061-0/+1
* wic: Add --include-path argumentPaul Barker2020-01-101-0/+1
* wic: Using the right rootfs size during prepare_rootfsAlessio Igor Bogani2019-09-271-6/+17
* wic: Make disk partition size consistently computedJason Wessel2019-08-121-12/+6
* wic: Add partition type for msdos partition tablesJason Wessel2019-08-121-0/+1
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-091-15/+1
* Revert "wic: Set a miniumum FAT16 volume size."Angus Lees2019-04-261-1/+1
* wic: Ensure that sourceparams values can contain '='Jan Kiszka2019-02-281-1/+1
* wic: Introduce the --use-label partition parameterKevin Hao2018-09-131-0/+1
* wic: Remove the unused variable Partition.sourceparams_dictKevin Hao2018-08-151-1/+0
* wic: Fix partition files UIDs on multi rootfs imagesRicardo Ribalda Delgado2018-05-221-1/+1
* wic: Set a miniumum FAT16 volume size.Paulo Neves2018-03-041-1/+1
* wic: partition plugin wrongly assumes it is rootfsPaulo Neves2018-03-041-2/+2
* wic: Add post operation hook for SourcePluginParthiban Nallathambi2018-03-041-0/+3
* wic: Fix a path to a psuedo state directory (PSEUDO_LOCALSTATEDIR).Adrian Fiergolski2018-01-021-1/+1
* wic: Introduce --fsuuid and have --use-uuid make use of UUID tooTom Rini2017-12-181-14/+18
* wic: partition.py: Update comments slightlyTom Rini2017-12-181-3/+1
* wic: add 'part-name' argument for naming GPT partitionsArtur MÄ…drzak2017-11-071-0/+1
* wic: implement wks option --mkfs-extraoptsEd Bartosh2017-07-211-15/+24
* wic: code cleanupEd Bartosh2017-06-231-1/+0
* wic: flatten directory structureEd Bartosh2017-06-231-1/+1
* wic: partition: Update fsck parametersDaniel Schultz2017-04-011-1/+1
* wic: remove prepare_empty_partition_squashfsEd Bartosh2017-04-011-29/+4
* wic: set FAT 16 for msdos partitionsEd Bartosh2017-04-011-2/+12
* wic: support 'msdos' fstypeEd Bartosh2017-04-011-5/+9
* wic: don't silently skip unknown fstypesEd Bartosh2017-04-011-19/+13