summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/kickstart/custom_commands/partition.py
AgeCommit message (Expand)Author
2016-01-17wic: remove pykickstart codeEd Bartosh
2015-12-01wic: exec_native_cmd: implement support for pseudoEd Bartosh
2015-09-02wic: fix short variable namesEd Bartosh
2015-09-02wic: get rid of wildcard importsEd Bartosh
2015-09-02wic: fix errors in partition.py moduleEd Bartosh
2015-09-02wic: remove micpartition.pyEd Bartosh
2015-07-02wic: Code cleanup: long lines, identation and whitespacesEd Bartosh
2015-07-02wic: Add --uuid partition optionEd Bartosh
2015-07-02wic: Fix naming conflictEd Bartosh
2015-07-02wic: Remove duplicated codeEd Bartosh
2015-07-02wic: Refactor prepare_empty_partition APIEd Bartosh
2015-07-02wic: Call methods better wayEd Bartosh
2015-07-02wic: Get rid of useless variable 'image_rootfs'Ed Bartosh
2015-07-02wic: Refactor prepare_rootfs APIEd Bartosh
2015-06-23wic: code cleanup: superfluous-parensEd Bartosh
2015-06-11wic: Fix format stringEd Bartosh
2015-06-11wic: Generate random uuid for partitionEd Bartosh
2015-06-11wic: Add --use-uuid partition optionEd Bartosh
2015-06-11wic: move checks to exec_native_cmdEd Bartosh
2015-05-23wic: Make sure file exists before removing itEd Bartosh
2015-05-16wic: remove intermediate partitionsAlexandre Belloni
2015-04-08wic: code cleanup: unused importsEd Bartosh
2015-03-20wic: Consider PSEUDO_* environment variablesEd Bartosh
2015-02-14wic: properly label filesystemsAlexandre Belloni
2015-02-14wic: fix empty btrfs partitionsAlexandre Belloni
2015-02-14wic: allow to configure overhead factor per partitionAlexandre Belloni
2015-02-14wic: allow to configure extra space per partitionAlexandre Belloni
2015-02-14wic: allow creation of partitions not in tableAlexandre Belloni
2015-02-07wic: use kB for the partitions sizeAlexandre Belloni
2014-10-30wic: Use overhead factor when creating partitions from rootfs directoriesTom Zanussi
2014-10-30wic: Don't allow mkfs to fail silently in partition commandTom Zanussi
2014-09-23wic: fix vfat partition sector count only if neededMaciej Borzecki
2014-09-23wic: use IMAGE_EXTRA_SPACE for vfat rootfsMaciej Borzecki
2014-09-23wic: minor comment updateMaciej Borzecki
2014-08-15wic: include partition label in fs image file nameMaciej Borzecki
2014-08-15wic: Parse and pass sourceparams to partition plugin methodsTom Zanussi
2014-08-15wic: Add sourceparam param to partition plugin methodsTom Zanussi
2014-08-15wic: Add '--sourceparams' partition optionTom Zanussi
2014-08-11wic: Rename /mic to /wicTom Zanussi