diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:21 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:21 +0000 |
commit | 6c9079759285e073024f7e3193c990ede2a17cef (patch) | |
tree | 63531c42def0cae81cdb543870b5cc2e57d2931b /doc/examples/apt.conf | |
parent | e72403e138ccafede3da2115215c46528cd89602 (diff) |
CDrom fixes
Author: jgg
Date: 1999-04-03 01:05:24 GMT
CDrom fixes
Diffstat (limited to 'doc/examples/apt.conf')
-rw-r--r-- | doc/examples/apt.conf | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf index 3895a57b5..4e9ec1660 100644 --- a/doc/examples/apt.conf +++ b/doc/examples/apt.conf @@ -1,4 +1,4 @@ -// $Id: apt.conf,v 1.28 1999/03/15 23:05:49 jgg Exp $ +// $Id: apt.conf,v 1.29 1999/04/03 01:05:25 jgg Exp $ /* This file is an index of all APT configuration directives. It should NOT actually be used as a real config file, though it is a completely valid file. @@ -97,7 +97,14 @@ Acquire cdrom { - Mount "/cdrom"; + Mount "/cdrom"; + + // You need the trailing slash! + "/cdrom/" + { + Mount "sleep 1000"; + UMount "sleep 500"; + } }; }; @@ -171,4 +178,5 @@ Debug pkgInitialize "false"; // This one will dump the configuration space NoLocking "false"; Acquire::Ftp "false"; // Show ftp command traffic + aptcdrom "false"; // Show found package files } |