mkefidisk.sh: Make the rootfs copy the last step
authorDarren Hart <dvhart@linux.intel.com>
Wed, 16 Jul 2014 14:16:03 +0000 (14:16 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Jul 2014 23:09:00 +0000 (00:09 +0100)
commit497eb200ed23c01de645beeda5b015945d1a2e72
tree8742bc64b4e787e612c72ed91192ee26ab917c23
parent0c9d09ab5db267e841daee8c95a3d3d6337504f8
mkefidisk.sh: Make the rootfs copy the last step

Copying the rootfs is the most time intensive task. Move it last so if
we are to encounter other errors, we do so quickly and error out.

(From OE-Core rev: 38a485aabfb57d42fa4663386c22aa9260d0a944)

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/contrib/mkefidisk.sh