Sync trunk.
[reactos.git] / boot / freeldr / freeldr / reactos / reactos.c
index 81b654b..22f3771 100644 (file)
@@ -606,6 +606,11 @@ LoadAndBootReactOS(PCSTR OperatingSystemName)
     //
     if (IniReadSettingByName(SectionId, "Options", value, sizeof(value)))
     {
     //
     if (IniReadSettingByName(SectionId, "Options", value, sizeof(value)))
     {
+        //
+        // Append boot-time options
+        //
+        AppendBootTimeOptions(value);
+
         //
         // Check if a ramdisk file was given
         //
         //
         // Check if a ramdisk file was given
         //