~ubuntu-branches/ubuntu/saucy/debian-installer-utils/saucy

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-05-21 16:57:48 UTC
  • mfrom: (1.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100521165748-ipsy50qfbv1ddo4d
Tags: 1.75ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - user-params: Don't propagate vga=*, break=*, *-ubiquity, or
    noninteractive to installed system.
  - Use /proc/self/fd/4 rather than /dev/fd/4 in fetch-url-methods/http;
    the latter doesn't seem to exist in d-i.
  - list-devices: new "mmc-partition" type for detecting partitions on MMC
    devices.
  - Don't include the battery subsystem on calls to udevadm trigger.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
will be queued for the future anna run. If it's run after a default
16
16
retriever is configured, the specified udebs will be installed immediately.
17
17
 
18
 
apt-install: The parameter is a deb that should be installed into /target.
19
 
If the /target environment is not yet set up, the package will be queued for
20
 
later installation (at the end of base-installation).
 
18
apt-install: The parameter is one or more debs that should be installed into
 
19
/target. If the /target environment is not yet set up, the package will be
 
20
queued for later installation (at the end of base-installation).
21
21
If /target is already set up, the package will be installed straightaway.
 
22
Whether Recommends are installed by default depends on the value of the
 
23
template base-installer/install-recommends.
 
24
The command accepts the following options, which get preserved if packages
 
25
are queued for later installation:
 
26
* --no-recommends: don't install Recommends, even if that's the default;
 
27
* --with-recommends: force installation of Recommends.
22
28
apt-install makes use of in-target and debconf-apt-progress to allow
23
29
configuration questions to be asked and to allow media changes if multiple
24
30
CD/DVD sources have been set up.