grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v3 2/2] grub-install: Add point of no return for IEEE1275 on powe


From: Ismael Luceno
Subject: [PATCH v3 2/2] grub-install: Add point of no return for IEEE1275 on powerpc
Date: Mon, 5 Sep 2022 14:39:47 +0200

Signed-off-by: Ismael Luceno <iluceno@suse.de>
---
 util/grub-install.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/util/grub-install.c b/util/grub-install.c
index da50bd58b73b..45f549c25867 100644
--- a/util/grub-install.c
+++ b/util/grub-install.c
@@ -1859,6 +1859,7 @@ main (int argc, char *argv[])
            {
              if (write_to_disk (ins_dev, imgfile))
                grub_util_error ("%s", _("failed to copy Grub to the PReP 
partition"));
+             grub_set_install_backup_ponr ();
            }
          else
            {
-- 
2.37.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]