]> code.ossystems Code Review - openembedded-core.git/commit
wic: When using --use-uuid make sure that we update the fstab with PARTUUID
authorTom Rini <trini@konsulko.com>
Thu, 21 Sep 2017 17:46:16 +0000 (13:46 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Dec 2017 17:14:28 +0000 (17:14 +0000)
commit1d1fdcaf8702110783f2003cd3f8ae96c99a6d72
treec6459dc56366446731840eaa8cd05569d5b0a7e9
parent8407100061e56346cafa06cc60eb63103d166bf8
wic: When using --use-uuid make sure that we update the fstab with PARTUUID

When we have been told to use the UUID we should also update the fstab
to make use of PARTUUID instead of hard-coding the device in question.
This will make the resulting image much more portable.

Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Armin Kuster <akuster@mvista.com>
scripts/lib/wic/plugins/imager/direct.py