aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic
AgeCommit message (Expand)Author
2016-12-17wic: obey the rootfs size from the metadataChristopher Larson
2016-12-13wic: Create a logical partition only when it is really mandatoryAlessio Igor Bogani
2016-11-15wic: fix function comment typosMaciej Borzecki
2016-11-15wic: check that filesystem is specified for a rootfs partitionMaciej Borzecki
2016-11-15wic: use partition size when creating empty partition filesMaciej Borzecki
2016-11-15wic: make sure that partition size is always an integer in internal processingMaciej Borzecki
2016-11-15systemd-bootdisk.wks: use PARTUUIDEd Bartosh
2016-11-06wic: call os.ftruncate instead of running truncateEd Bartosh
2016-10-11canned-wks: use GPT partition tableEd Bartosh
2016-10-11systemd-bootdisk.wks: update kernel command lineEd Bartosh
2016-10-09mkgummidisk.wks: update kernel command lineEd Bartosh
2016-10-07mkefidisk.wks: update kernel command lineEd Bartosh
2016-10-07mkefidisk.wks: use MSDOS partition tableEd Bartosh
2016-10-07wic: rewrite MBR disk identifierEd Bartosh
2016-10-07wic: generate PARTUUID for MDOS partitionsEd Bartosh
2016-10-07wic: set PARTUUID only for gpt partition tableEd Bartosh
2016-10-01mkefidisk.wks: use partition UUID and GPT partition tableEd Bartosh
2016-10-01wic: rename and amend systemd-boot wks fileJianxun Zhang
2016-09-24wic: remove partition imagesEd Bartosh
2016-09-22directdisk*.wks: add serial console supportEd Bartosh
2016-07-21wic: rawcopy: make source filenames uniqueEd Bartosh
2016-07-20wic: mountpoint is an optional argumentMaciej Borzecki
2016-07-20wic: clone gummiboot wks for systemd-bootJianxun Zhang
2016-07-20wic: add systemd-boot option in EFI boot image pluginJianxun Zhang
2016-06-03image-live, image-vm, wic: Remove fs size workaroundJussi Kukkonen
2016-06-02wic: encode help textEd Bartosh
2016-05-30wic: bootimg-efi: include startup.nsh if it's availableChristopher Larson
2016-05-20wic: fix path parsing, use last occurrenceGeorge McCollister
2016-05-19wic: add help for --bmap commandline optionEd Bartosh
2016-05-19wic: implement --bmap optionEd Bartosh
2016-05-19wic: add bmaptool to the list of utilitiesEd Bartosh
2016-05-14wic: use next builtin instead of .next methodEd Bartosh
2016-05-14wic: don't encode unicode stringsEd Bartosh
2016-05-14wic: decode output of subprocess.communicateEd Bartosh
2016-05-14wic: use // operator instead of /Ed Bartosh
2016-05-14wic: use find_executable in favor of bb.utils.whichEd Bartosh
2016-05-14wic: don't use L suffix for integersEd Bartosh
2016-05-14wic: refactor pluginbaseEd Bartosh
2016-05-14wic: remove unused functionsEd Bartosh
2016-05-14wic: use new syntax of 'except' statementEd Bartosh
2016-05-14wic: remove with_statement importsEd Bartosh
2016-05-14wic: don't inherit classes from objectEd Bartosh
2016-05-14wic: don't use dict.keys and dict.has_keyEd Bartosh
2016-05-14wic: use items instead of iteritemsEd Bartosh
2016-05-14wic: replace print statements with print functionEd Bartosh
2016-05-06wic: use sparse_copy to preserve sparsenessEd Bartosh
2016-05-06wic: use sparse_copy to copy partitionsEd Bartosh
2016-05-06wic: add sparse_copy APIEd Bartosh
2016-05-06wic: add FIEMAP and SEEK_HOLE / SEEK_DATA APIsEd Bartosh
2016-05-06wic: moved DiskImage to direct.pyEd Bartosh