diff options
author | g2@giantshoulder.com <g2@giantshoulder.com> | 2005-02-21 00:27:47 +0000 |
---|---|---|
committer | g2@giantshoulder.com <g2@giantshoulder.com> | 2005-02-21 00:27:47 +0000 |
commit | 473d45a56ea484dd66ac0700a917e304e994d6e5 (patch) | |
tree | 0882c812f5ef771013dce6ff6825c14339975f68 /packages/linux | |
parent | 851c22ddf3182974555c69e2a4fd5b7c9ca3425d (diff) |
Switch to hotplug-ng and tweak sysconfsetup for /etc/networks/interfaces and ehci-hcd, boot directly to /dev/mtdblock4 until we add /initrd and fix switchbox
BKrev: 42192b03wZVN4cRgtqs0xPX31y3Klg
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/openslug-kernel_2.6.9.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/linux/openslug-kernel_2.6.9.bb b/packages/linux/openslug-kernel_2.6.9.bb index d1a59d85ce..a4ee115f92 100644 --- a/packages/linux/openslug-kernel_2.6.9.bb +++ b/packages/linux/openslug-kernel_2.6.9.bb @@ -27,7 +27,9 @@ inherit kernel ARCH = "arm" KERNEL_IMAGETYPE = "zImage" CMDLINE_CONSOLE ?= "ttyS0,115200n8" -CMDLINE_ROOT = "root=/dev/slug rootfstype=ext2,jffs2 initrd=0x01000000,10M mem=32M@0x00000000" +#CMDLINE_ROOT = "root=/dev/slug rootfstype=ext2,jffs2 initrd=0x01000000,10M mem=32M@0x00000000" +CMDLINE_ROOT = "root=/dev/mtdblock4 rootfstype=jffs2 mem=32M@0x00000000" +#CMDLINE_ROOT = "root=/dev/ram0 rootfstype=ext2,jffs2 initrd=0x01000000,10M /init=/linuxrc mem=32M@0x00000000" CMDLINE = "${CMDLINE_ROOT} ${CMDLINE_CONSOLE}" do_configure_prepend() { |