From: Stefan Schmidt Date: Fri, 12 Dec 2008 22:57:54 +0000 (+0100) Subject: linux-eten: Add ro to CMDLINE to work around a strange bug that the SD gets not X-Git-Tag: Release-2010-05/1~4767^2~39^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecf8387be0135dc8a64c2e6c28cd26e039334de9;p=openembedded.git linux-eten: Add ro to CMDLINE to work around a strange bug that the SD gets not mounted --- 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"