~tsimonq2/debian-cd/lubuntu-cosmic-changes

« back to all changes in this revision

Viewing changes to tools/apt-selection

  • Committer: Arch Librarian
  • Date: 2005-03-22 00:54:17 UTC
  • Revision ID: Arch-1:debian-cd@arch.ubuntu.com%debian-cd--MAIN--0--patch-200
* Make sure we install base packages from debootstrap o...
Author: hertzog
Date: 2001-06-10 14:56:25 GMT
* Make sure we install base packages from debootstrap on first CD
* Little fixes.
* Only includes latest version of a package when concurrent versions
are available (in a local repository for example)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
          -o Dir::State=$APTTMP/$CODENAME-$ARCH/apt-state/ \
26
26
          -o Dir::Cache=$APTTMP/$CODENAME-$ARCH/apt-cache/ \
27
27
          -o Dir::Etc=$APTTMP/$CODENAME-$ARCH/apt/ \
 
28
          -o APT::Cache::AllVersions=0 \
28
29
          -o APT::Architecture=$ARCH "
29
30
 
30
31
if [ -n "$NONFREE" -o -n "$EXTRANONFREE" ]; then