summaryrefslogtreecommitdiff
path: root/scripts/lib/wic
AgeCommit message (Expand)AuthorFiles
2016-07-21wic: rawcopy: make source filenames uniqueEd Bartosh1
2016-07-20wic: mountpoint is an optional argumentMaciej Borzecki1
2016-07-20wic: clone gummiboot wks for systemd-bootJianxun Zhang1
2016-07-20wic: add systemd-boot option in EFI boot image pluginJianxun Zhang1
2016-06-03image-live, image-vm, wic: Remove fs size workaroundJussi Kukkonen4
2016-06-02wic: encode help textEd Bartosh1
2016-05-30wic: bootimg-efi: include startup.nsh if it's availableChristopher Larson1
2016-05-20wic: fix path parsing, use last occurrenceGeorge McCollister1
2016-05-19wic: add help for --bmap commandline optionEd Bartosh1
2016-05-19wic: implement --bmap optionEd Bartosh4
2016-05-19wic: add bmaptool to the list of utilitiesEd Bartosh1
2016-05-14wic: use next builtin instead of .next methodEd Bartosh2
2016-05-14wic: don't encode unicode stringsEd Bartosh1
2016-05-14wic: decode output of subprocess.communicateEd Bartosh1
2016-05-14wic: use // operator instead of /Ed Bartosh2
2016-05-14wic: use find_executable in favor of bb.utils.whichEd Bartosh1
2016-05-14wic: don't use L suffix for integersEd Bartosh1
2016-05-14wic: refactor pluginbaseEd Bartosh1
2016-05-14wic: remove unused functionsEd Bartosh1
2016-05-14wic: use new syntax of 'except' statementEd Bartosh3
2016-05-14wic: remove with_statement importsEd Bartosh1
2016-05-14wic: don't inherit classes from objectEd Bartosh6
2016-05-14wic: don't use dict.keys and dict.has_keyEd Bartosh3
2016-05-14wic: use items instead of iteritemsEd Bartosh4
2016-05-14wic: replace print statements with print functionEd Bartosh3
2016-05-06wic: use sparse_copy to preserve sparsenessEd Bartosh1
2016-05-06wic: use sparse_copy to copy partitionsEd Bartosh1
2016-05-06wic: add sparse_copy APIEd Bartosh1
2016-05-06wic: add FIEMAP and SEEK_HOLE / SEEK_DATA APIsEd Bartosh1
2016-05-06wic: moved DiskImage to direct.pyEd Bartosh2
2016-05-06wic: get rid of fs_related.makedirsEd Bartosh1
2016-05-06wic: get rid of inheritance Disk->DiskImageEd Bartosh1
2016-05-06wic: use truncate utility to create sparse filesEd Bartosh2
2016-04-29wic: add help for --system-id optionEd Bartosh1
2016-04-29wic: set partition system idEd Bartosh1
2016-04-29wic: add system_id argument to Image.add_partitionEd Bartosh2
2016-04-29wic: add system_id attribute to PartitionEd Bartosh1
2016-04-29wic: add sfdisk to the list of utilitiesEd Bartosh1
2016-04-29wic: add --system-id wks optionEd Bartosh1
2016-04-29wic: isoimage-isohybrid: fix splash file pathsIoan-Adrian Ratiu1
2016-04-29wic: isoimage-isohybrid: add grubefi configfile supportIoan-Adrian Ratiu1
2016-04-14wic: fix bug in handling fsoptionsEd Bartosh1
2016-04-13Revert "wic/utils/partitionedfs.py: assemble .wic images as sparse files"Ross Burton1
2016-04-09wic/utils/partitionedfs.py: assemble .wic images as sparse filesJoshua Lock1
2016-04-03wic/isoimage-isohybrid.py: change cpio generated uid&gid to rootIoan-Adrian Ratiu1
2016-04-03wic/isoimage-isohybrid.py: use glob to find initramfs locationIoan-Adrian Ratiu1
2016-03-28wic: fix type of no-table optionEd Bartosh1
2016-02-28wic: don't throw away our created swap partitionChristopher Larson1
2016-02-15wic: fix processing of --use-uuidEd Bartosh1
2016-02-07isoimage-isohybrid.py: fix cpio working directoryIoan-Adrian Ratiu1