]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/flash-images
installer: Simplify kernel command line parsing
[ipfire-2.x.git] / lfs / flash-images
index 79701aad96713a2130e02fae9dd916840c35c2bf..aeaace26e4bae40dff9129b3e53dc5501f31f53b 100644 (file)
@@ -167,7 +167,7 @@ endif
 ifeq "$(BOOTLOADER)" "grub"
 ifeq "$(SCON)" "1"
        # Enable serial console on GRUB
-       echo "GRUB_TERMINAL=\"serial console\"" >> $(MNThdd)/etc/default/grub
+       echo "GRUB_TERMINAL=\"serial\"" >> $(MNThdd)/etc/default/grub
        echo "GRUB_SERIAL_COMMAND=\"serial --unit=0 --speed=115200\"" >> $(MNThdd)/etc/default/grub
 
        sed -i -e "s|panic=10|& console=ttyS0,115200n8|g" $(MNThdd)/etc/default/grub