From 5720107e9b452351e9257e992dfc7c9a1bf528e9 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 27 May 2025 09:50:43 -0700 Subject: [PATCH] Set ppc64le default boot to test the media Previously the default was to just boot the media, this makes it consistent with the other architectures and defaults to testing the media before booting. Resolves: RHEL-93170 --- 80-rhel/config_files/ppc/grub.cfg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/80-rhel/config_files/ppc/grub.cfg.in b/80-rhel/config_files/ppc/grub.cfg.in index 46f7f32..ac0b24c 100644 --- a/80-rhel/config_files/ppc/grub.cfg.in +++ b/80-rhel/config_files/ppc/grub.cfg.in @@ -1,4 +1,4 @@ -set default=0 +set default=1 set timeout=5 echo -e "\nWelcome to the @PRODUCT@ @VERSION@ installer!\n\n"