From: Rod Whitby Date: Wed, 17 Nov 2004 14:23:41 +0000 (+0000) Subject: Added rootfstype to openslug-kernel to allow booting from both ext2 and jffs2. X-Git-Tag: Release-2010-05/1~16163 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8470d4cbf86191a53927a2de6eeb313b52752770;p=openembedded.git Added rootfstype to openslug-kernel to allow booting from both ext2 and jffs2. BKrev: 419b5eedSUiOE6c5-Vtc-jRsM736Zg --- diff --git a/linux/openslug-kernel_2.6.9.oe b/linux/openslug-kernel_2.6.9.oe index d30d0968d3..65dab84801 100644 --- a/linux/openslug-kernel_2.6.9.oe +++ b/linux/openslug-kernel_2.6.9.oe @@ -24,7 +24,7 @@ inherit kernel ARCH = "arm" KERNEL_IMAGETYPE = "zImage" CMDLINE_CONSOLE ?= "ttyS0,115200n8" -CMDLINE_ROOT = "root=/dev/slug initrd=0x01000000,10M mem=32M@0x00000000" +CMDLINE_ROOT = "root=/dev/slug rootfstype=ext2,jffs2 initrd=0x01000000,10M mem=32M@0x00000000" CMDLINE = "${CMDLINE_ROOT} ${CMDLINE_CONSOLE}" do_configure_prepend() {