From 9ee3e48c2b594c0d91aa63ace867040b575621fb Mon Sep 17 00:00:00 2001 From: Skip Grube Date: Tue, 15 Oct 2024 15:53:42 -0400 Subject: [PATCH] Updated console info Serial console *and* tty0 now present --- rocky9_i686.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocky9_i686.ks b/rocky9_i686.ks index 7a8a287..ad17fad 100644 --- a/rocky9_i686.ks +++ b/rocky9_i686.ks @@ -180,7 +180,7 @@ wget %post --erroronfail # Ensure legacy BIOS is installed properly (this is i686, no UEFI here) grub2-install --target=i386-pc /dev/sda -grubby --update-kernel=ALL --remove-args " crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M" --args="console=ttyS0,115200 forcepae" +grubby --update-kernel=ALL --remove-args " crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M" --args="console=tty0 console=ttyS0,115200 forcepae" # setup systemd to boot to the right runlevel rm -f /etc/systemd/system/default.target