summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic
Commit message (Expand)AuthorAgeFilesLines
* wic: use next builtin instead of .next methodEd Bartosh2016-05-142-2/+2
* wic: don't encode unicode stringsEd Bartosh2016-05-141-7/+0
* wic: decode output of subprocess.communicateEd Bartosh2016-05-141-2/+2
* wic: use // operator instead of /Ed Bartosh2016-05-142-10/+10
* wic: use find_executable in favor of bb.utils.whichEd Bartosh2016-05-141-8/+2
* wic: don't use L suffix for integersEd Bartosh2016-05-141-4/+4
* wic: refactor pluginbaseEd Bartosh2016-05-141-28/+14
* wic: remove unused functionsEd Bartosh2016-05-141-68/+1
* wic: use new syntax of 'except' statementEd Bartosh2016-05-143-3/+3
* wic: remove with_statement importsEd Bartosh2016-05-141-1/+0
* wic: don't inherit classes from objectEd Bartosh2016-05-146-6/+6
* wic: don't use dict.keys and dict.has_keyEd Bartosh2016-05-143-5/+5
* wic: use items instead of iteritemsEd Bartosh2016-05-144-5/+5
* wic: replace print statements with print functionEd Bartosh2016-05-143-15/+15
* wic: use sparse_copy to preserve sparsenessEd Bartosh2016-05-061-4/+3
* wic: use sparse_copy to copy partitionsEd Bartosh2016-05-061-4/+2
* wic: add sparse_copy APIEd Bartosh2016-05-061-0/+30
* wic: add FIEMAP and SEEK_HOLE / SEEK_DATA APIsEd Bartosh2016-05-061-0/+531
* wic: moved DiskImage to direct.pyEd Bartosh2016-05-062-41/+21
* wic: get rid of fs_related.makedirsEd Bartosh2016-05-061-14/+0
* wic: get rid of inheritance Disk->DiskImageEd Bartosh2016-05-061-34/+9
* wic: use truncate utility to create sparse filesEd Bartosh2016-05-062-24/+8
* wic: add help for --system-id optionEd Bartosh2016-04-291-0/+4
* wic: set partition system idEd Bartosh2016-04-291-1/+6
* wic: add system_id argument to Image.add_partitionEd Bartosh2016-04-292-2/+3
* wic: add system_id attribute to PartitionEd Bartosh2016-04-291-0/+1
* wic: add sfdisk to the list of utilitiesEd Bartosh2016-04-291-0/+1
* wic: add --system-id wks optionEd Bartosh2016-04-291-0/+19
* wic: isoimage-isohybrid: fix splash file pathsIoan-Adrian Ratiu2016-04-291-2/+2
* wic: isoimage-isohybrid: add grubefi configfile supportIoan-Adrian Ratiu2016-04-291-21/+32
* wic: fix bug in handling fsoptionsEd Bartosh2016-04-141-19/+17
* Revert "wic/utils/partitionedfs.py: assemble .wic images as sparse files"Ross Burton2016-04-131-1/+1
* wic/utils/partitionedfs.py: assemble .wic images as sparse filesJoshua Lock2016-04-091-1/+1
* wic/isoimage-isohybrid.py: change cpio generated uid&gid to rootIoan-Adrian Ratiu2016-04-031-2/+2
* wic/isoimage-isohybrid.py: use glob to find initramfs locationIoan-Adrian Ratiu2016-04-031-2/+2
* wic: fix type of no-table optionEd Bartosh2016-03-281-1/+1
* wic: don't throw away our created swap partitionChristopher Larson2016-02-281-0/+1
* wic: fix processing of --use-uuidEd Bartosh2016-02-151-0/+3
* isoimage-isohybrid.py: fix cpio working directoryIoan-Adrian Ratiu2016-02-071-1/+1
* wic: isoimage-isohybrid: check for syslinux-nativeMihaly Varga2016-02-041-2/+5
* wic: default to empty bootloader configMaciej Borzecki2016-02-041-0/+4
* wic: pylinted ksparser moduleEd Bartosh2016-01-201-4/+11
* wic: add help for 'include' commandEd Bartosh2016-01-201-0/+14
* wic: move parts of canned .wks into common.wks.incEd Bartosh2016-01-204-9/+6
* wic: implement search of includesEd Bartosh2016-01-201-2/+14
* wic: refactor get_boot_configEd Bartosh2016-01-201-9/+7
* wic: ksparser: add support for includeEd Bartosh2016-01-201-1/+6
* wic: do not remove build dir in source pluginsEd Bartosh2016-01-204-7/+3
* wic: use unique partition numberEd Bartosh2016-01-201-1/+3
* wic: move wks parsing code to KickStart._parseEd Bartosh2016-01-201-0/+3