summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic
Commit message (Expand)AuthorAgeFilesLines
* wic: fix calculation of partition numberEd Bartosh2017-08-291-1/+1
* wic: partition: Run fsck on EXT file systemsDaniel Schultz2017-08-291-0/+3
* wic: plugins: rawcopy: Fixed wrong variable typeDaniel Schultz2017-05-181-1/+1
* wic: filemap: Fixed spared_copy skipDaniel Schultz2017-05-181-3/+3
* wic: Create a logical partition only when it is really mandatoryAlessio Igor Bogani2017-01-111-3/+4
* wic: fix function comment typosMaciej Borzecki2017-01-111-2/+2
* wic: check that filesystem is specified for a rootfs partitionMaciej Borzecki2017-01-111-0/+4
* wic: make sure that partition size is always an integer in internal processingMaciej Borzecki2017-01-113-6/+12
* systemd-bootdisk.wks: use PARTUUIDEd Bartosh2017-01-111-1/+1
* canned-wks: use GPT partition tableEd Bartosh2016-10-113-3/+3
* systemd-bootdisk.wks: update kernel command lineEd Bartosh2016-10-111-1/+1
* mkgummidisk.wks: update kernel command lineEd Bartosh2016-10-091-1/+1
* mkefidisk.wks: update kernel command lineEd Bartosh2016-10-071-1/+1
* mkefidisk.wks: use MSDOS partition tableEd Bartosh2016-10-071-1/+1
* wic: rewrite MBR disk identifierEd Bartosh2016-10-072-3/+11
* wic: generate PARTUUID for MDOS partitionsEd Bartosh2016-10-072-4/+13
* wic: set PARTUUID only for gpt partition tableEd Bartosh2016-10-071-1/+1
* mkefidisk.wks: use partition UUID and GPT partition tableEd Bartosh2016-10-011-2/+2
* wic: rename and amend systemd-boot wks fileJianxun Zhang2016-10-011-2/+2
* wic: remove partition imagesEd Bartosh2016-09-241-1/+8
* directdisk*.wks: add serial console supportEd Bartosh2016-09-223-3/+3
* wic: rawcopy: make source filenames uniqueEd Bartosh2016-07-211-1/+1
* wic: mountpoint is an optional argumentMaciej Borzecki2016-07-201-1/+1
* wic: clone gummiboot wks for systemd-bootJianxun Zhang2016-07-201-0/+11
* wic: add systemd-boot option in EFI boot image pluginJianxun Zhang2016-07-201-3/+5
* image-live, image-vm, wic: Remove fs size workaroundJussi Kukkonen2016-06-034-26/+0
* wic: encode help textEd Bartosh2016-06-021-1/+1
* wic: bootimg-efi: include startup.nsh if it's availableChristopher Larson2016-05-301-0/+5
* wic: fix path parsing, use last occurrenceGeorge McCollister2016-05-201-1/+1
* wic: add help for --bmap commandline optionEd Bartosh2016-05-191-1/+4
* wic: implement --bmap optionEd Bartosh2016-05-194-12/+26
* wic: add bmaptool to the list of utilitiesEd Bartosh2016-05-191-1/+2
* 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