|
@@ -52,7 +52,7 @@ bool pkgInitConfig(Configuration &Cnf)
|
|
|
Cnf.Set("Dir::State::lists","lists/");
|
|
Cnf.Set("Dir::State::lists","lists/");
|
|
|
Cnf.Set("Dir::State::cdroms","cdroms.list");
|
|
Cnf.Set("Dir::State::cdroms","cdroms.list");
|
|
|
Cnf.Set("Dir::State::mirrors","mirrors/");
|
|
Cnf.Set("Dir::State::mirrors","mirrors/");
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
// Cache
|
|
// Cache
|
|
|
Cnf.Set("Dir::Cache","var/cache/apt/");
|
|
Cnf.Set("Dir::Cache","var/cache/apt/");
|
|
|
Cnf.Set("Dir::Cache::archives","archives/");
|
|
Cnf.Set("Dir::Cache::archives","archives/");
|
|
@@ -88,6 +88,9 @@ bool pkgInitConfig(Configuration &Cnf)
|
|
|
// Translation
|
|
// Translation
|
|
|
Cnf.Set("APT::Acquire::Translation", "environment");
|
|
Cnf.Set("APT::Acquire::Translation", "environment");
|
|
|
|
|
|
|
|
|
|
+ // Default cdrom mount point
|
|
|
|
|
+ Cnf.Set("Acquire::cdrom::mount", "/media/cdrom/");
|
|
|
|
|
+
|
|
|
bool Res = true;
|
|
bool Res = true;
|
|
|
|
|
|
|
|
// Read an alternate config file
|
|
// Read an alternate config file
|