Age | Commit message (Expand) | Author | Files |
2017-06-14 | wic: implement removing directories | Ed Bartosh | 1 |
2017-06-14 | wic: implement removing files | Ed Bartosh | 1 |
2017-06-14 | wic: add 'wic rm' command | Ed Bartosh | 1 |
2017-06-14 | wic: add help and usage content for 'wic rm' | Ed Bartosh | 1 |
2017-06-14 | wic: fully implement 'wic cp' | Ed Bartosh | 1 |
2017-06-14 | wic: add Disk._put_part_image method | Ed Bartosh | 1 |
2017-06-14 | filemap: calculate dst size correctly | Ed Bartosh | 1 |
2017-06-14 | filemap: check if dest is written for every block | Ed Bartosh | 1 |
2017-06-14 | filemap: change signature of sparse_copy function | Ed Bartosh | 2 |
2017-06-14 | wic: add mcopy property | Ed Bartosh | 1 |
2017-06-14 | wic: add Disk._prop helper | Ed Bartosh | 1 |
2017-06-14 | wic: add 'wic cp' command | Ed Bartosh | 1 |
2017-06-14 | wic: add help and usage content for 'wic cp' | Ed Bartosh | 1 |
2017-06-14 | engine: implement listing wic images | Ed Bartosh | 1 |
2017-06-14 | wic: add 'wic ls' command | Ed Bartosh | 1 |
2017-06-14 | wic: add help and usage content for 'wic ls' | Ed Bartosh | 1 |
2017-06-14 | bootimg-pcbios: make boot image file unique | Ed Bartosh | 1 |
2017-06-14 | filemap: add parameter 'length' to sparse_copy | Ed Bartosh | 1 |
2017-06-14 | filemap: fix skip logic | Ed Bartosh | 1 |
2017-06-06 | wic: Remove obsolete reference to msger logger. | Kristian Amlie | 1 |
2017-06-03 | isoimage-isohybrid: don't use TRANSLATED_TARGET_ARCH | Ed Bartosh | 1 |
2017-05-21 | wic: Add missing text to usage and help strings | Andreas J. Reichel | 1 |
2017-05-21 | wic: Use argparse instead of optparse | Andreas J. Reichel | 2 |
2017-04-28 | wic: Fix typo in help screen. | Kristian Amlie | 1 |
2017-04-11 | oe-selftest: test wic sparse_copy API | Ed Bartosh | 1 |
2017-04-11 | qemux86-directdisk.wks: vda -> sda | Robert Yang | 1 |
2017-04-05 | wic: improve error message | Chen Qi | 1 |
2017-04-05 | Revert "filemap: remove FilemapSeek class" | Ed Bartosh | 1 |
2017-03-31 | wic: partition: Update fsck parameters | Daniel Schultz | 1 |
2017-03-31 | wic: remove prepare_empty_partition_squashfs | Ed Bartosh | 1 |
2017-03-31 | wic: fix list of supported fstypes in help content | Ed Bartosh | 1 |
2017-03-31 | wic: set correct system id for msdos partitions | Ed Bartosh | 1 |
2017-03-31 | wic: set FAT 16 for msdos partitions | Ed Bartosh | 1 |
2017-03-31 | wic: support 'msdos' fstype | Ed Bartosh | 1 |
2017-03-31 | wic: don't silently skip unknown fstypes | Ed Bartosh | 1 |
2017-03-31 | wic: allow only supported fstypes | Ed Bartosh | 3 |
2017-03-31 | wic: remove unused code from runner module | Ed Bartosh | 2 |
2017-03-31 | wic: remove runner.show API | Ed Bartosh | 2 |
2017-03-31 | wic: use wic-tools STAGING_DATADIR as bootimg_dir | Ed Bartosh | 1 |
2017-03-31 | wic: remove fsimage plugin | Ed Bartosh | 2 |
2017-03-31 | filemap: remove FilemapSeek class | Ed Bartosh | 1 |
2017-03-27 | wic: fix generation of partition UUID | Ed Bartosh | 1 |
2017-03-24 | wic: use kernel_dir to find systemd-efi bootloader | Ed Bartosh | 1 |
2017-03-22 | wic: improve getting syslinux path | Ed Bartosh | 1 |
2017-03-22 | wic: remove empty plugin methods | Ed Bartosh | 3 |
2017-03-22 | wic: fix bug in sparse_copy | Ed Bartosh | 1 |
2017-03-22 | wic: use kernel_dir instead of bootimg_dir | Ed Bartosh | 3 |
2017-03-22 | wic: don't set creator.bootimg_dir in plugins | Ed Bartosh | 2 |
2017-03-22 | wic: remove rootfs_pcbios_ext plugin | Ed Bartosh | 1 |
2017-03-21 | wic: partition.py: Add fsck to avoid corrupt EXT file systems | Daniel Schultz | 1 |