Update initramfs options

Dear all,

I've been experimenting with various root FS recently the ubuntu and
the linaro ones and have come across a difference I'd like to get to
the bottom of. With the linaro headless image if a kernel image ends
with -omap, update-initramfs installs it to the boot partition on the
SD card. With a root FS created with rootstock it gets flashed to
nand. How do I control this as I don't want it to choose randomly.

Thanks

Simon

The package "flash-kernel" in ubuntu is causing this, it looks for a
file "/etc/flash-kernel.conf" and does things based upon it or lack of
it...

To store the boot images on the sd card:

cat > /etc/flash-kernel.conf <<EOF
#!/bin/sh
UBOOT_PART=/dev/mmcblk0p1

EOF

Rootstock does not set this by default..

Regards,