diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-12-12 23:57:54 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-12-12 23:57:54 +0100 |
commit | ecf8387be0135dc8a64c2e6c28cd26e039334de9 (patch) | |
tree | b35657fcf1a60119ef9630a3fba746184dd7aa65 /packages/linux | |
parent | 6a9fca4399f9feb469980f8b6d2ef451470b0cde (diff) |
linux-eten: Add ro to CMDLINE to work around a strange bug that the SD gets not
mounted
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-eten_2.6.28-rc4+git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |