]> 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>
Wed, 29 Jun 2016 18:34:42 +0000 (19:34 +0100)
commit97c447ba39a6c81f13f02b7abd43138c538285e6
treeab5d5d3e89bfe519bdf0949c2bb4be93798230ba
parentdf76bd9ff6289d2b561d8f79a39bc90ba3c6a488
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.

(From OE-Core rev: a1391c8a603f0ed972ee0bcc8c74999f5f43be43)

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