ok, add prefix to make cryptklr boot

This commit is contained in:
Michaël Banaan Ananas 2012-01-28 19:33:37 +00:00
parent 903ac40d0f
commit 0bda97540e

View File

@ -319,7 +319,7 @@ static const SCSIConfigTable dev_table =
{
1, /* 1 SCSI device */
{
{ SCSI_ID_0, "disk", SCSI_DEVICE_HARDDISK } /* SCSI ID 0, using CHD 0, and it's a HDD */
{ SCSI_ID_0, ":disk", SCSI_DEVICE_HARDDISK } /* SCSI ID 0, using CHD 0, and it's a HDD */
}
};