- Report the /MININT option for Live CD boots.

svn path=/trunk/; revision=9617
This commit is contained in:
Filip Navara 2004-06-05 09:35:51 +00:00
parent 3d8820b2b1
commit f3f89873bd

View file

@ -523,7 +523,7 @@ LoadAndBootReactOS(PUCHAR OperatingSystemName)
/* Set kernel command line */
sprintf(multiboot_kernel_cmdline,
"multi(0)disk(0)cdrom(%u)\\reactos",
"multi(0)disk(0)cdrom(%u)\\reactos /MININT",
(unsigned int)BootDrive);
}
else