summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/plugins
Commit message (Expand)AuthorAgeFilesLines
* wic: isoimage-isohybrid: fix UEFI spec breakageIoan-Adrian Ratiu2018-11-241-4/+6
* wic/bootimg-efi.py: recognize initrd when using grubAnuj Mittal2018-07-021-2/+18
* wic/imager/direct: Ensure correct ROOTFS_DIR is shownRichard Purdie2018-04-201-1/+6
* wic: partition plugin wrongly assumes it is rootfsPaulo Neves2018-03-041-1/+1
* wic: Introduce --fsuuid and have --use-uuid make use of UUID tooTom Rini2017-12-183-4/+19
* wic: support filesystem label for rawcopyMartin Hundebøll2017-12-101-0/+22
* wic: When using --use-uuid make sure that we update the fstab with PARTUUIDTom Rini2017-11-081-3/+6
* wic: add 'part-name' argument for naming GPT partitionsArtur Mądrzak2017-11-071-0/+11
* wic: Add option to not change fstabFabio Berton2017-09-261-1/+5
* wic: allow multiple /boot partitions with different contentEnrico Scholz2017-09-251-4/+13
* wic: run bmaptool with native Python3Ed Bartosh2017-09-111-2/+4
* wic: improve generating disk system identifierJonathan Liu2017-08-031-1/+2
* wic: ensure generated disk system identifier is non-zeroJonathan Liu2017-07-301-1/+1
* wic: add /boot mount point to fstab by defaultEd Bartosh2017-07-301-1/+1
* wic: rootfs: make copied rootfs uniqueEd Bartosh2017-07-301-1/+1
* wic: rootfs: fix rootfs path reportingEd Bartosh2017-07-301-6/+4
* wic: use absolute paths in rootfs pluginEd Bartosh2017-07-301-2/+2
* wic: copy rootfs directory before changing fstabEd Bartosh2017-07-301-9/+15
* wic: fix calculation of partition numberEd Bartosh2017-07-211-1/+1
* wic: isoimage-isohybrid: use grub-efi from deploy dirEd Bartosh2017-07-171-52/+23
* wic: isoimage-isohybrid: check result of glob()Ed Bartosh2017-07-171-2/+5
* wic: isoimage: do not remove temp directoryEd Bartosh2017-07-171-2/+2
* wic: get rid of using wic-toolsEd Bartosh2017-07-172-5/+4
* wic: fix restoring of original fstabEd Bartosh2017-06-231-4/+5
* wic: code cleanupEd Bartosh2017-06-231-1/+1
* wic: flatten directory structureEd Bartosh2017-06-237-10/+9
* filemap: change signature of sparse_copy functionEd Bartosh2017-06-141-1/+1
* bootimg-pcbios: make boot image file uniqueEd Bartosh2017-06-141-1/+1
* wic: Remove obsolete reference to msger logger.Kristian Amlie2017-06-061-2/+5
* isoimage-isohybrid: don't use TRANSLATED_TARGET_ARCHEd Bartosh2017-06-031-4/+2
* wic: set correct system id for msdos partitionsEd Bartosh2017-04-011-11/+2
* wic: allow only supported fstypesEd Bartosh2017-04-011-2/+0
* wic: remove runner.show APIEd Bartosh2017-04-011-4/+2
* wic: use wic-tools STAGING_DATADIR as bootimg_dirEd Bartosh2017-04-011-22/+20
* wic: remove fsimage pluginEd Bartosh2017-04-011-56/+0
* wic: fix generation of partition UUIDEd Bartosh2017-03-271-1/+1
* wic: use kernel_dir to find systemd-efi bootloaderEd Bartosh2017-03-241-1/+1
* wic: improve getting syslinux pathEd Bartosh2017-03-231-24/+27
* wic: remove empty plugin methodsEd Bartosh2017-03-233-58/+0
* wic: use kernel_dir instead of bootimg_dirEd Bartosh2017-03-233-18/+18
* wic: don't set creator.bootimg_dir in pluginsEd Bartosh2017-03-232-4/+0
* wic: remove rootfs_pcbios_ext pluginEd Bartosh2017-03-231-213/+0
* wic/partionedfs: Avoid reserving space for non-existing ext. partitionKristian Amlie2017-03-221-2/+6
* wic/direct.py: Avoid exception if using multiple rawcopy/no-table entries.Kristian Amlie2017-03-111-1/+1
* wic: plugins: rawcopy: Fixed wrong variable typeDaniel Schultz2017-03-101-1/+1
* wic: bootimg-pcbios: add support for syslinux vesamenuEd Bartosh2017-03-041-7/+13
* wic: raise WicError instead of calling logger.errorEd Bartosh2017-03-041-2/+2
* wic: move PluginMgr class to pluginbaseEd Bartosh2017-03-041-2/+1
* wic: remove PluginMgr.get_plugin_methodsEd Bartosh2017-03-041-6/+4
* wic: reimplement PluginMgr.get_plugin_methodsEd Bartosh2017-03-041-5/+5