Author: cfinck
Date: Sun Mar 13 17:54:42 2011
New Revision: 51038
URL:
http://svn.reactos.org/svn/reactos?rev=51038&view=rev
Log:
Get rid of the "old boot method" entries.
In contrast to my previous commit, this should indeed be merged to Trunk, but please
don't forget to get rid of the corresponding FreeLDR code as well then.
Modified:
branches/ros-branch-0_3_13/reactos/base/setup/usetup/bootsup.c
branches/ros-branch-0_3_13/reactos/boot/bootdata/bootcd.ini
branches/ros-branch-0_3_13/reactos/boot/bootdata/livecd.ini
Modified: branches/ros-branch-0_3_13/reactos/base/setup/usetup/bootsup.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_13/reactos/base/…
==============================================================================
--- branches/ros-branch-0_3_13/reactos/base/setup/usetup/bootsup.c [iso-8859-1]
(original)
+++ branches/ros-branch-0_3_13/reactos/base/setup/usetup/bootsup.c [iso-8859-1] Sun Mar 13
17:54:42 2011
@@ -513,18 +513,6 @@
L"/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS /RDIMAGEPATH=reactos.img
/RDIMAGEOFFSET=32256");
#endif
- /* ReactOS_old */
- CreateFreeLoaderEntry(IniCache, IniSection,
- L"ReactOS_old", L"\"ReactOS (old boot method)\"",
- L"ReactOS", ArcPath,
- L"");
-
- /* ReactOS_Debug_old */
- CreateFreeLoaderEntry(IniCache, IniSection,
- L"ReactOS_Debug_old", L"\"ReactOS (Debug, old boot
method)\"",
- L"ReactOS", ArcPath,
- L"/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS");
-
/* Save the ini file */
IniCacheSave(IniCache, IniPath);
IniCacheDestroy(IniCache);
Modified: branches/ros-branch-0_3_13/reactos/boot/bootdata/bootcd.ini
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_13/reactos/boot/…
==============================================================================
--- branches/ros-branch-0_3_13/reactos/boot/bootdata/bootcd.ini [iso-8859-1] (original)
+++ branches/ros-branch-0_3_13/reactos/boot/bootdata/bootcd.ini [iso-8859-1] Sun Mar 13
17:54:42 2011
@@ -21,10 +21,6 @@
[Operating Systems]
Setup="Setup"
-Setup_old="Setup (old boot method)"
[Setup]
BootType=ReactOSSetup2
-
-[Setup_old]
-BootType=ReactOSSetup
Modified: branches/ros-branch-0_3_13/reactos/boot/bootdata/livecd.ini
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_13/reactos/boot/…
==============================================================================
--- branches/ros-branch-0_3_13/reactos/boot/bootdata/livecd.ini [iso-8859-1] (original)
+++ branches/ros-branch-0_3_13/reactos/boot/bootdata/livecd.ini [iso-8859-1] Sun Mar 13
17:54:42 2011
@@ -21,14 +21,8 @@
[Operating Systems]
ReactOS="ReactOS"
-Reactos_old="ReactOS (old boot method)"
[ReactOS]
BootType=Windows2003
SystemPath=LiveCD\reactos
Options=/DEBUGPORT=COM1 /SOS /MININT
-
-[Reactos_old]
-BootType=ReactOS
-SystemPath=LiveCD\reactos
-Options=/DEBUGPORT=COM1 /SOS