Reverted some local changes that aren't meant to be checked in yet.
Modified: trunk/reactos/Makefile
Modified: trunk/reactos/bootdata/txtsetup.sif

Modified: trunk/reactos/Makefile
--- trunk/reactos/Makefile	2005-01-07 18:57:43 UTC (rev 12873)
+++ trunk/reactos/Makefile	2005-01-07 19:16:19 UTC (rev 12874)
@@ -38,7 +38,7 @@
 
 # Filesystem libraries
 # vfatlib
-LIB_FSLIB = vfatlib ext2lib
+LIB_FSLIB = vfatlib
 
 # Static libraries
 LIB_STATIC = string rosrtl epsapi uuid libwine zlib rtl tgetopt pseh adns dxguid strmiids
@@ -83,7 +83,7 @@
 
 # Kernel mode file system drivers
 # cdfs ext2 fs_rec ms np vfat
-FS_DRIVERS = cdfs fs_rec ms np vfat ext2 mup ntfs
+FS_DRIVERS = cdfs fs_rec ms np vfat mup ntfs
 
 # Kernel mode networking drivers
 # afd ndis npf tcpip tdi wshtcpip

Modified: trunk/reactos/bootdata/txtsetup.sif
--- trunk/reactos/bootdata/txtsetup.sif	2005-01-07 18:57:43 UTC (rev 12873)
+++ trunk/reactos/bootdata/txtsetup.sif	2005-01-07 19:16:19 UTC (rev 12874)
@@ -29,15 +29,14 @@
 ntoskrnl.exe  = 2
 scsiport.sys  = 3
 vfatfs.sys    = 3
-ext2.sys      = 3
 
 [Cabinets]
 Cabinet=reactos.cab
 
 [SetupData]
 DefaultPath = \ReactOS
-;OsLoadOptions = "/NOGUIBOOT /NODEBUG"
-OsLoadOptions = "/NOGUIBOOT /DEBUGPORT=COM1"
+OsLoadOptions = "/NOGUIBOOT /NODEBUG"
+;OsLoadOptions = "/NOGUIBOOT /DEBUGPORT=COM1"
 ;OsLoadOptions = "/NOGUIBOOT /DEBUGPORT=SCREEN"
 ;OsLoadOptions = "/NOGUIBOOT /DEBUGPORT=BOCHS"