Required in combination with 'rpmsel' patch. Without explicit '--initdb',
the chroot rpmdb gets initialized by 'apt' and the host db-format.

The '--initdb' enforces a db-creation with the chroot db-format.


2003-11-13  Enrico Scholz  <enrico.scholz@informatik.tu-chemnitz.de>

	* created initially
--- mach/scripts/mach.in~initdb	2003-11-13 19:42:43.000000000 +0100
+++ mach/scripts/mach.in	2003-11-13 19:43:03.000000000 +0100
@@ -1108,6 +1108,7 @@
         # create sources.list, run apt-get update
         srcs = get_sources_list (config)
         create_sources_list (config, srcs)
+        self.rpm("--initdb");
         self.aptget ("update", "Updating apt sources",
                      self.progress ())
     
