kexecboot-cfg: mount root rw on collie
authorThomas Kunze <thommycheck@gmx.de>
Sat, 3 Oct 2009 16:05:45 +0000 (18:05 +0200)
committerThomas Kunze <thommycheck@gmx.de>
Sat, 3 Oct 2009 16:05:45 +0000 (18:05 +0200)
fixes booting from sd-card

recipes/kexecboot/kexecboot-cfg_0.1.bb

index 62db7d2..c6c3124 100644 (file)
@@ -2,11 +2,11 @@ LICENSE = "GPL"
 SECTION = "base"
 DESCRIPTION = "Configuration file for kexecboot"
 
-PR = "r3"
+PR = "r4"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 CMDLINE_CON = "console=ttyS0,115200n8 console=tty1 noinitrd"
-CMDLINE_CON_collie = "console=ttySA0,115200n8 console=tty1 noinitrd"
+CMDLINE_CON_collie = "console=ttySA0,115200n8 console=tty1 noinitrd rw"
 CMDLINE_CON_qemuarm = "console=ttyAMA0,115200n8 console=tty1 noinitrd"
 
 CMDLINE_DEBUG = '${@base_conditional("DISTRO_TYPE", "release", "quiet", "debug",d)}'