]> git.ipfire.org Git - thirdparty/grub.git/commit
util/grub-install: Set point of no return for powerpc-ieee1275 install
authorMichael Chang <mchang@suse.com>
Thu, 25 Aug 2022 06:05:01 +0000 (14:05 +0800)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 11 Oct 2022 12:57:36 +0000 (14:57 +0200)
commit55e6eeab3743fb4d03b0fed76cc750173a14ab5c
treeaea017d7e90069aab97bddd2c64560ef02092dd7
parent12e20a6a695f4967b30a95bb52e4e2e0a10c9094
util/grub-install: Set point of no return for powerpc-ieee1275 install

The point of no return is used to define a point where no change should
be reverted in a wake of fatal error that consequently aborts the
process. The powerpc-ieee1275 install apparently missed this point of no
return definition that newly installed modules could be inadvertently
reverted after successful image embedding so that boot failure is
incurred due to inconsistent state.

Signed-off-by: Michael Chang <mchang@suse.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
util/grub-install.c