From fab6187016574cecc2c78816d1cf7daa689bed0b Mon Sep 17 00:00:00 2001 From: Vincent Li Date: Tue, 24 Dec 2024 14:13:57 -0800 Subject: [PATCH] Revert "flash-images: add serial console linux command" the serial change affect installing IPFire on real Loongson hardware where no output from the screen. Signed-off-by: Vincent Li --- lfs/flash-images | 1 - 1 file changed, 1 deletion(-) diff --git a/lfs/flash-images b/lfs/flash-images index a55c68c02..1b5efd0fc 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -176,7 +176,6 @@ ifeq "$(BOOTLOADER)" "grub" # Enable also serial console on GRUB echo "GRUB_TERMINAL=\"serial console\"" >> $(MNThdd)/etc/default/grub echo "GRUB_SERIAL_COMMAND=\"serial --unit=0 --speed=115200\"" >> $(MNThdd)/etc/default/grub - echo "GRUB_CMDLINE_LINUX=\"console=tty1 console=ttyS0,115200 rd.auto panic=10\"" >> $(MNThdd)/etc/default/grub # Add additional entry for Serial console cp $(DIR_SRC)/config/flash-images/grub/11_linux_scon \