From 985961cc30ae67942297cfb4bd4836130cdbf7ef Mon Sep 17 00:00:00 2001 From: Samuel Tyler Date: Wed, 22 Oct 2025 15:37:57 +1100 Subject: [PATCH] another idea --- steps/jump/fiwix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps/jump/fiwix.sh b/steps/jump/fiwix.sh index 549da56a..9b7d234c 100755 --- a/steps/jump/fiwix.sh +++ b/steps/jump/fiwix.sh @@ -16,5 +16,5 @@ make_fiwix_initrd -s 1381376 /boot/fiwix.ext2 if match x${BARE_METAL} xTrue; then kexec-fiwix /boot/fiwix -i /boot/fiwix.ext2 -m /e820 -c "fiwix console=/dev/tty1 root=/dev/ram0 initrd=fiwix.ext2 kexec_proto=linux kexec_size=199680 kexec_cmdline=\"init=/init consoleblank=0\"" else - kexec-fiwix /boot/fiwix -i /boot/fiwix.ext2 -m /e820 -c "fiwix console=/dev/ttyS0 root=/dev/ram0 initrd=fiwix.ext2 kexec_proto=linux kexec_size=199680 kexec_cmdline=\"init=/init console=ttyS0\"" + kexec-fiwix /boot/fiwix -i /boot/fiwix.ext2 -m /e820 -c "fiwix console=/dev/ttyS0 root=/dev/ram0 initrd=fiwix.ext2 kexec_proto=linux kexec_size=199680 kexec_cmdline=\"init=/init console=ttyS0,115200\"" fi