]> code.ossystems Code Review - openembedded-core.git/commit
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:08:48 +0000 (00:08 +0100)
commit38a485aabfb57d42fa4663386c22aa9260d0a944
tree1f3aac997a5364868915e3dc2bfd8aadecb1dcb3
parent40fe82fecf7a94b24893862ac17ee2bc749fc5e8
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.

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