#!/bin/bash
/sbin/modprobe mtdram total_size=256000
/sbin/modprobe mtdblock
dd if=initrd.bin of=/dev/mtdblock0
mount -t jffs2 /dev/mtdblock0 /mnt/initrd

