Make better use of UUIDs on Intel platform wks files 11/13711/1
authorTom Rini <trini@konsulko.com>
Tue, 3 Apr 2018 20:11:22 +0000 (16:11 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 3 Apr 2018 20:11:22 +0000 (16:11 -0400)
commit7fd3464a23a54c495e1a7ab3ef1cde1fe83aeda2
tree396a901f898e7d364f85784f3f2e4f4d3b3ae771
parentea00cb6f79616987d7e3c7e83a6ee01cb73eb170
Make better use of UUIDs on Intel platform wks files

- Stop using --ondisk XXX in the wks files, that enforces using
  USB/SATA/etc as /etc/fstab will be referencing these devices.
- Pass --use-uuid for the boot partition
- Update mkefi-agl.sh and mkabl-agl.sh to modify the final fstab to
  use the PARTUUID they create rather than the PARTUUID of the resulting
  wic file.

Change-Id: I450ba77805fdb83e31411ea48b25aad415fa8a69
Bug-AGL: SPEC-1300
Signed-off-by: Tom Rini <trini@konsulko.com>
meta-agl-bsp/wic/systemd-intel-corei7-64-bootdisk.wks
meta-agl-bsp/wic/systemd-joule-bootdisk.wks
scripts/mkabl-agl.sh
scripts/mkefi-agl.sh