From ecf8387be0135dc8a64c2e6c28cd26e039334de9 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 12 Dec 2008 23:57:54 +0100 Subject: [PATCH] linux-eten: Add ro to CMDLINE to work around a strange bug that the SD gets not mounted --- packages/linux/linux-eten_2.6.28-rc4+git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/linux/linux-eten_2.6.28-rc4+git.bb b/packages/linux/linux-eten_2.6.28-rc4+git.bb index f38a7d4fd8..0d3dac86c6 100644 --- a/packages/linux/linux-eten_2.6.28-rc4+git.bb +++ b/packages/linux/linux-eten_2.6.28-rc4+git.bb @@ -18,4 +18,4 @@ SRC_URI = "\ " S = "${WORKDIR}/git" -CMDLINE = "root=/dev/mmcblk0p1 rootdelay=5" +CMDLINE = "root=/dev/mmcblk0p1 rootdelay=5 ro" -- 2.39.5