poky/scripts/lib/wic
Tom Rini 5ae92b6dd3 wic: Update canned-wks for systemd to use UUID everywhere
With systemd, the mounting of the swap partition is handled via systemd
and will mount it, regardless of if PARTUUID is parsed or not.  systemd
has a runtime dependency on util-linux-mount so PARTUUID for regular
mount points will be handled correctly.  Make all partitions that we add
to the image make use of UUIDs for maximum portability.

(From OE-Core rev: 497467262d501b94061338b4ce826c6f2f9b97b4)

Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-08 22:24:04 +00:00
..
canned-wks wic: Update canned-wks for systemd to use UUID everywhere 2017-11-08 22:24:04 +00:00
plugins wic: When using --use-uuid make sure that we update the fstab with PARTUUID 2017-11-08 22:24:04 +00:00
__init__.py wic: move WicError to lib/wic/__init__.py 2017-03-04 23:18:17 +00:00
engine.py wic: implement ext fs support for 'wic rm' 2017-09-11 17:30:28 +01:00
filemap.py wic: code cleanup 2017-06-23 11:44:12 +01:00
help.py wic: add 'part-name' argument for naming GPT partitions 2017-11-07 13:25:31 +00:00
ksparser.py wic: add 'part-name' argument for naming GPT partitions 2017-11-07 13:25:31 +00:00
misc.py wic: misc.py: Use mmd from mtools instead of syslinux 2017-11-05 22:33:23 +00:00
partition.py wic: add 'part-name' argument for naming GPT partitions 2017-11-07 13:25:31 +00:00
pluginbase.py wic: code cleanup 2017-06-23 11:44:12 +01:00