SD card partition

Hi all,

I was trying SD card partition and everything went on well until this point at http://code.google.com/p/beagleboard/wiki/LinuxBootDiskFormat

Bootloader settings

If you use bootloader U-Boot, use following settings to mount root file system at second partition from kernel:
console=ttyS2,115200n8 root=/dev/mmcblk0p2 rw rootdelay=1

As i know when the partition is done i have to remove and insert the SD card so that it is mounted on host system irrespective of partition type. my idea doesnt fits into the instruction provided above.

what exactly does it mean?

-aamer

rootdelay=N shouldn't be used, use rootwait.

regards,

Koen