From 8470d4cbf86191a53927a2de6eeb313b52752770 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Wed, 17 Nov 2004 14:23:41 +0000 Subject: Added rootfstype to openslug-kernel to allow booting from both ext2 and jffs2. BKrev: 419b5eedSUiOE6c5-Vtc-jRsM736Zg --- linux/openslug-kernel_2.6.9.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/openslug-kernel_2.6.9.oe') 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() { -- cgit v1.2.3