# Patch to boot from rootfs rather than initfs. I am aware this is not the biggest patch in the world but I do not really care.
# I have no idea what 1f0 means but the last digit means the mtd device. 
# Looking at the defaults. 1f03 = /dev/mtd3 (initfs), 1f04 = /dev/mtd4 (rootfs)

--- kernel-source-diablo-2.6.21/kernel-source/arch/arm/configs/nokia_2420_defconfig.old	2009-01-09 15:28:40.000000000 +0000
+++ kernel-source-diablo-2.6.21/kernel-source/arch/arm/configs/nokia_2420_defconfig	2009-01-10 09:45:18.000000000 +0000
@@ -259,7 +259,7 @@
 CONFIG_ZBOOT_ROM_TEXT=0x10C08000
 CONFIG_ZBOOT_ROM_BSS=0x10200000
 # CONFIG_ZBOOT_ROM is not set
-CONFIG_CMDLINE="root=1f03 rootfstype=jffs2 ro console=tty0 console=ttyMTD5"
+CONFIG_CMDLINE="root=1f04 rootfstype=jffs2 ro console=tty0 console=ttyMTD5"
 # CONFIG_XIP_KERNEL is not set
 # CONFIG_KEXEC is not set
 
