diff options
-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() { |