"kernel_args.boot_disk.cd" was never set to true...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14397 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-10-17 10:06:28 +00:00
parent df13a980fe
commit a51b55c985

View File

@ -172,9 +172,7 @@ check_cd_boot(void)
// we obviously were booted from CD!
specification_packet *packet = (specification_packet *)kDataSegmentScratch;
if (packet->media_type != 0)
gKernelArgs.boot_disk.cd = false;
gKernelArgs.boot_disk.cd = packet->media_type != 0;
#if 0
dprintf("got CD boot spec:\n");