initramfs-module-bootldr-buster: Use sane console setup.
authorPaul Sokolovsky <pmiscml@gmail.com>
Sun, 9 Mar 2008 01:33:31 +0000 (01:33 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Sun, 9 Mar 2008 01:33:31 +0000 (01:33 +0000)
packages/initrdscripts/files/01-bootldr-buster.sh
packages/initrdscripts/initramfs-module-bootldr-buster_1.0.bb

index 46d0190..c3b79b5 100644 (file)
@@ -7,7 +7,7 @@ if expr "$cmdl" : '.*mtdparts=ipaq' > /dev/null; then
     echo "Detected Compaq bootldr or derivative"
     echo "Kernel command line is assumed to be bogus and ignored"
     echo "!!!!!!!!"
-    CMDLINE=" "
+    CMDLINE="console=ttyS0,115200 console=tty0"
     sleep 3
 fi
 
index a3141f5..8c4c2f7 100644 (file)
@@ -1,5 +1,5 @@
 SRC_URI = "file://01-bootldr-buster.sh"
-PR = "r1"
+PR = "r2"
 DESCRIPTION = "An initramfs module for ignoring bogus kernel commandline from Compaq bootldr"
 RDEPENDS = "initramfs-uniboot"