Index: openacs-4/packages/acs-bootstrap-installer/installer/install-data-model.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer/Attic/install-data-model.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-bootstrap-installer/installer/install-data-model.tcl 29 Aug 2001 21:22:48 -0000 1.3 +++ openacs-4/packages/acs-bootstrap-installer/installer/install-data-model.tcl 4 Sep 2001 00:51:04 -0000 1.4 @@ -24,7 +24,7 @@ } ns_write " -Now installing the OpenACS kernel data model... +Installing the OpenACS kernel data model...
 "
 cd [file join [acs_root_dir] packages acs-kernel sql [db_type]]
@@ -62,10 +62,12 @@
 
 apm_version_enable -callback apm_ns_write_callback [apm_package_install -callback apm_ns_write_callback "[file join [acs_root_dir] packages acs-kernel acs-kernel.info]"]
 
+ns_write "Loading package .info files ... this will take a few minutes

" + # Preload all the .info files so the next page is snappy. apm_dependency_check -initial_install [apm_scan_packages -new [file join [acs_root_dir] packages]] -ns_write " +ns_write "Done loading package .info files

[install_next_button "packages-install"] [install_footer]