diff options
author | Rod Whitby <rod@whitby.id.au> | 2004-11-17 14:23:41 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2004-11-17 14:23:41 +0000 |
commit | 8470d4cbf86191a53927a2de6eeb313b52752770 (patch) | |
tree | 70f0dd23644e436ec631f69d10f548a85808be77 | |
parent | da07777bc14e76333ab056f1f32e29887c872389 (diff) |
Added rootfstype to openslug-kernel to allow booting from both ext2 and jffs2.
BKrev: 419b5eedSUiOE6c5-Vtc-jRsM736Zg
-rw-r--r-- | linux/openslug-kernel_2.6.9.oe | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |