linux-eten: Add ro to CMDLINE to work around a strange bug that the SD gets not
authorStefan Schmidt <stefan@datenfreihafen.org>
Fri, 12 Dec 2008 22:57:54 +0000 (23:57 +0100)
committerStefan Schmidt <stefan@datenfreihafen.org>
Fri, 12 Dec 2008 22:57:54 +0000 (23:57 +0100)
mounted

packages/linux/linux-eten_2.6.28-rc4+git.bb

index f38a7d4..0d3dac8 100644 (file)
@@ -18,4 +18,4 @@ SRC_URI = "\
 "
 S = "${WORKDIR}/git"
 
-CMDLINE = "root=/dev/mmcblk0p1 rootdelay=5"
+CMDLINE = "root=/dev/mmcblk0p1 rootdelay=5 ro"