Released on Wed, 07 Jun 2006 04:24:09 +0000
kinit: convert '/' in block device names to '!', not '.'

register_disk() converts the first slash in a disk name to "!",
so a block device like /dev/cciss/c0d0 shows up in /sys as
/sys/block/cciss!c0d0.

kinit must use the same conversion in order for "root=/dev/cciss/c0d0p1"
to find the device.

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
1 file changed