summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/partition.py
Commit message (Expand)AuthorAgeFilesLines
* wic: keep rootfs_size as integerAlexander Kanavin2021-09-301-1/+1
* wic: Warn if an ext filesystem affected by the Y2038 problem is usedFlorian Bezdeka2021-03-181-0/+38
* wic: Optimise fstab modification for ext2/3/4 and msdos partitionsPaul Barker2021-02-031-5/+22
* wic: Copy rootfs dir if fstab needs updatingPaul Barker2021-02-031-1/+4
* wic: Add --change-directory argumentRicardo Ribalda Delgado2021-02-031-0/+1
* wic: Pass canonicalized paths in PSEUDO_IGNORE_PATHSPeter Kjellerstedt2021-02-031-1/+11
* wic: Handle new PSEUDO_IGNORE_PATHS variableRichard Purdie2021-02-031-5/+7
* wic: Avoid creating invalid pseudo directoryRicardo Ribalda Delgado2021-02-031-7/+8
* wic: Fix multi images .wks with bitbakeRicardo Ribalda Delgado2021-02-031-6/+3
* wic: Fix permissions when using exclude or include pathRicardo Ribalda Delgado2021-02-031-3/+4
* wic: Add --offset argument for partitionsJoshua Watt2020-10-061-0/+1
* 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
* wic: allow only supported fstypesEd Bartosh2017-04-011-6/+2
* wic: remove fsimage pluginEd Bartosh2017-04-011-13/+0
* wic: partition.py: Add fsck to avoid corrupt EXT file systemsDaniel Schultz2017-03-221-0/+3
* wic: move PluginMgr class to pluginbaseEd Bartosh2017-03-041-1/+1
* wic: remove PluginMgr.get_plugin_methodsEd Bartosh2017-03-041-12/+8
* wic: reimplement PluginMgr.get_plugin_methodsEd Bartosh2017-03-041-8/+5
* wic: remove PluginMgr.get_source_pluginsEd Bartosh2017-03-041-1/+1
* wic: use PluginMgr directlyEd Bartosh2017-03-041-3/+3
* wic: move WicError to lib/wic/__init__.pyEd Bartosh2017-03-041-1/+1
* wic: raise WicError in core modulesEd Bartosh2017-03-041-25/+21
* wic: use wic logger in core modulesEd Bartosh2017-03-041-32/+40
* wic: Add --exclude-path option to rootfs source plugin.Kristian Amlie2017-02-151-0/+1