]> code.ossystems Code Review - openembedded-core.git/commit
mkefidisk.sh: mount images as read-only
authorRaymond Tan <raymond.tan@intel.com>
Tue, 17 May 2016 05:41:09 +0000 (13:41 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 May 2016 07:39:25 +0000 (08:39 +0100)
commita1391c8a603f0ed972ee0bcc8c74999f5f43be43
tree1906d522631b8994d6b20958a1ebf3b8404c1aa8
parentf1cfa9ab5d79198671275cea2c9864ce0cbcb9f0
mkefidisk.sh: mount images as read-only

Mount the hddimg and rootfs.img as read-only when creating the bootable
image on the medium. Otherwise, the md5 checksum values of the hddimg will
be altered. As this changed checksum value might cause issue for users
whom would reuse the hddimg.

Signed-off-by: Raymond Tan <raymond.tan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/contrib/mkefidisk.sh