diff options
Diffstat (limited to 'meta-oe/recipes-extended/efibootmgr/files/w-keep-existing-mbr-signature.patch')
| -rw-r--r-- | meta-oe/recipes-extended/efibootmgr/files/w-keep-existing-mbr-signature.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-oe/recipes-extended/efibootmgr/files/w-keep-existing-mbr-signature.patch b/meta-oe/recipes-extended/efibootmgr/files/w-keep-existing-mbr-signature.patch deleted file mode 100644 index 58bd135564..0000000000 --- a/meta-oe/recipes-extended/efibootmgr/files/w-keep-existing-mbr-signature.patch +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 3 | Import this patch from meta-linaro. | ||
| 4 | |||
| 5 | Signed-off-by: Kai Kang <kai.kang@windriver.com> | ||
| 6 | --- | ||
| 7 | Description: Fix -w option to leave an existing unique MBR signature intact | ||
| 8 | This makes the implementation match the documentation. | ||
| 9 | Author: Colin Watson <cjwatson@ubuntu.com> | ||
| 10 | Bug-Ubuntu: https://bugs.launchpad.net/bugs/1065261 | ||
| 11 | Forwarded: no | ||
| 12 | Last-Update: 2013-02-01 | ||
| 13 | |||
| 14 | Index: b/src/lib/disk.c | ||
| 15 | =================================================================== | ||
| 16 | --- a/src/lib/disk.c | ||
| 17 | +++ b/src/lib/disk.c | ||
| 18 | @@ -352,7 +352,7 @@ | ||
| 19 | printf("******************************************************\n\n"); | ||
| 20 | |||
| 21 | } | ||
| 22 | - else if (opts.write_signature) { | ||
| 23 | + else if (!mbr->unique_mbr_signature && opts.write_signature) { | ||
| 24 | |||
| 25 | /* MBR Signatures must be unique for the | ||
| 26 | EFI Boot Manager | ||
