[ubuntu/maverick] base-installer 1.107ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Wed May 19 12:45:21 BST 2010


base-installer (1.107ubuntu1) maverick; urgency=low

  * Resynchronise with Debian.  Remaining changes:
    - Use and depend on the Ubuntu keyring.
    - Enable the restricted component by default, unless
      apt-setup/restricted is preseeded to false.
    - Set up the default sources.list to look in -updates and -security (the
      latter from apt-setup/security_host) as well as the unadorned suite;
      also -proposed if apt-setup/proposed is true.
    - Use Ubuntu kernel image names.
    - Allow preseeding base-installer/kernel/override-image to force a given
      kernel to be used.
    - Install busybox-initramfs rather than busybox.
    - Revert Joey's patch to call base-installer.d hooks after running
      debootstrap, which broke console-setup's expectation of being able to
      insert its configuration file into /target before console-setup is
      installed by debootstrap.
    - Add armel/imx51, armel/dove, and armel/omap subarchitectures.
    - Prefer PAE kernels on machines with >3GB of RAM.
    - Install kernel headers to match the kernel. This may be overridden by
      setting base-installer/kernel/headers to false.
    - Add base-installer/kernel/backports-modules template, which may be
      preseeded to install selected linux-backports-modules-* packages.
  * Drop patch to ignore Recommends while installing the kernel, superseded
    by a more general change upstream.

base-installer (1.107) unstable; urgency=low

  [ Frans Pop ]
  * Fix install_extra() to actually display the return code from apt-install
    in case of an error.

  [ Aurelien Jarno ]
  * Add script and tests to select SH4 kernels.
  * Add code to install GNU/kFreeBSD kernel.

  [ Updated translations ]
  * Asturian (ast.po) by astur
  * Danish (da.po) by Anders Jenbo
  * German (de.po) by Holger Wansing
  * French (fr.po) by Christian Perrier
  * Hebrew (he.po) by Lior Kaplan
  * Lithuanian (lt.po) by Kęstutis Biliūnas
  * Norwegian Nynorsk (nn.po) by Eirik U. Birkeland

base-installer (1.106) unstable; urgency=low

  * Define the mount point for apt-cdrom in target as /media/cdrom instead
    of /cdrom as the latter was deprecated back in Etch.

  [ Updated translations ]
  * Hebrew (he.po) by Omer Zak
  * Slovenian (sl.po) by Vanja Cvelbar

base-installer (1.105) unstable; urgency=low

  [ Colin Watson ]
  * Upgrade to debhelper v7.
  * Ensure that Acquire::cdrom::AutoDetect is disabled when running
    apt-cdrom.  We bind-mount /target/cdrom, so apt's new libudev-based
    autodetection isn't needed during installation.

  [ Frans Pop ]
  * powerpc: add kernel selection support for PlayStation 3 systems.
  * Don't install Recommends during base system installation as it leads to
    inconsistencies and requires too many exceptions. Instead delay enabling
    installation of Recommends to the very end of base system installation.
    Any package installations after base-installer will follow the debconf
    setting install-recommends, unless overridden in a call to 'apt-install'.
  * Drop install_filesystems step as that is now being taken care of by
    post-base-installer.d hook scripts.
    Requires: partman-base (138), partman-md (50), partman-lvm (69),
    partman-crypto (41).

  [ Updated translations ]
  * Bengali (bn.po) by Israt Jahan
  * German (de.po) by Holger Wansing
  * Hebrew (he.po) by Lior Kaplan
  * Slovenian (sl.po) by Vanja Cvelbar
  * Simplified Chinese (zh_CN.po) by 苏运强

base-installer (1.104) unstable; urgency=low

  * Remove options relative_links and do_bootfloppy from default
    /etc/kernel-img.conf file as requested by Maximilian Attems.
  * Allow for options to be present in queue for apt-install (di-utils 1.73).

  [ Updated translations ]
  * Asturian (ast.po) by astur
  * Belarusian (be.po) by Pavel Piatruk
  * Esperanto (eo.po) by Felipe Castro
  * Galician (gl.po) by Marce Villarino
  * Italian (it.po) by Milo Casagrande
  * Slovenian (sl.po) by Vanja Cvelbar

Date: Wed, 19 May 2010 12:06:04 +0100
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Installer Team <ubuntu-installer at lists.ubuntu.com>
Signed-By: Colin Watson <cjwatson at canonical.com>
https://launchpad.net/ubuntu/maverick/+source/base-installer/1.107ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 19 May 2010 12:06:04 +0100
Source: base-installer
Binary: base-installer bootstrap-base
Architecture: source
Version: 1.107ubuntu1
Distribution: maverick
Urgency: low
Maintainer: Ubuntu Installer Team <ubuntu-installer at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description: 
 base-installer - base system installation framework (udeb)
 bootstrap-base - Install the base system (udeb)
Changes: 
 base-installer (1.107ubuntu1) maverick; urgency=low
 .
   * Resynchronise with Debian.  Remaining changes:
     - Use and depend on the Ubuntu keyring.
     - Enable the restricted component by default, unless
       apt-setup/restricted is preseeded to false.
     - Set up the default sources.list to look in -updates and -security (the
       latter from apt-setup/security_host) as well as the unadorned suite;
       also -proposed if apt-setup/proposed is true.
     - Use Ubuntu kernel image names.
     - Allow preseeding base-installer/kernel/override-image to force a given
       kernel to be used.
     - Install busybox-initramfs rather than busybox.
     - Revert Joey's patch to call base-installer.d hooks after running
       debootstrap, which broke console-setup's expectation of being able to
       insert its configuration file into /target before console-setup is
       installed by debootstrap.
     - Add armel/imx51, armel/dove, and armel/omap subarchitectures.
     - Prefer PAE kernels on machines with >3GB of RAM.
     - Install kernel headers to match the kernel. This may be overridden by
       setting base-installer/kernel/headers to false.
     - Add base-installer/kernel/backports-modules template, which may be
       preseeded to install selected linux-backports-modules-* packages.
   * Drop patch to ignore Recommends while installing the kernel, superseded
     by a more general change upstream.
 .
 base-installer (1.107) unstable; urgency=low
 .
   [ Frans Pop ]
   * Fix install_extra() to actually display the return code from apt-install
     in case of an error.
 .
   [ Aurelien Jarno ]
   * Add script and tests to select SH4 kernels.
   * Add code to install GNU/kFreeBSD kernel.
 .
   [ Updated translations ]
   * Asturian (ast.po) by astur
   * Danish (da.po) by Anders Jenbo
   * German (de.po) by Holger Wansing
   * French (fr.po) by Christian Perrier
   * Hebrew (he.po) by Lior Kaplan
   * Lithuanian (lt.po) by Kęstutis Biliūnas
   * Norwegian Nynorsk (nn.po) by Eirik U. Birkeland
 .
 base-installer (1.106) unstable; urgency=low
 .
   * Define the mount point for apt-cdrom in target as /media/cdrom instead
     of /cdrom as the latter was deprecated back in Etch.
 .
   [ Updated translations ]
   * Hebrew (he.po) by Omer Zak
   * Slovenian (sl.po) by Vanja Cvelbar
 .
 base-installer (1.105) unstable; urgency=low
 .
   [ Colin Watson ]
   * Upgrade to debhelper v7.
   * Ensure that Acquire::cdrom::AutoDetect is disabled when running
     apt-cdrom.  We bind-mount /target/cdrom, so apt's new libudev-based
     autodetection isn't needed during installation.
 .
   [ Frans Pop ]
   * powerpc: add kernel selection support for PlayStation 3 systems.
   * Don't install Recommends during base system installation as it leads to
     inconsistencies and requires too many exceptions. Instead delay enabling
     installation of Recommends to the very end of base system installation.
     Any package installations after base-installer will follow the debconf
     setting install-recommends, unless overridden in a call to 'apt-install'.
   * Drop install_filesystems step as that is now being taken care of by
     post-base-installer.d hook scripts.
     Requires: partman-base (138), partman-md (50), partman-lvm (69),
     partman-crypto (41).
 .
   [ Updated translations ]
   * Bengali (bn.po) by Israt Jahan
   * German (de.po) by Holger Wansing
   * Hebrew (he.po) by Lior Kaplan
   * Slovenian (sl.po) by Vanja Cvelbar
   * Simplified Chinese (zh_CN.po) by 苏运强
 .
 base-installer (1.104) unstable; urgency=low
 .
   * Remove options relative_links and do_bootfloppy from default
     /etc/kernel-img.conf file as requested by Maximilian Attems.
   * Allow for options to be present in queue for apt-install (di-utils 1.73).
 .
   [ Updated translations ]
   * Asturian (ast.po) by astur
   * Belarusian (be.po) by Pavel Piatruk
   * Esperanto (eo.po) by Felipe Castro
   * Galician (gl.po) by Marce Villarino
   * Italian (it.po) by Milo Casagrande
   * Slovenian (sl.po) by Vanja Cvelbar
Checksums-Sha1: 
 d08b6ed051ad0b75222db5da16f22f5774b1f530 1982 base-installer_1.107ubuntu1.dsc
 76fae977b9cb9fd85a31394be6498c0d39754040 278154 base-installer_1.107ubuntu1.tar.gz
Checksums-Sha256: 
 4ad935f354a6750573901bac08844beb2deeef1505a55e0151418a25e41f66ff 1982 base-installer_1.107ubuntu1.dsc
 16948ee37e9a34fd991af56abc4edf76b383c5cdc6122728b60080a5131258d4 278154 base-installer_1.107ubuntu1.tar.gz
Files: 
 b611e57c16783e72d8072ddc58e72e88 1982 debian-installer required base-installer_1.107ubuntu1.dsc
 9754906fe93277f5275793deb1c4d178 278154 debian-installer required base-installer_1.107ubuntu1.tar.gz
Original-Maintainer: Debian Install System Team <debian-boot at lists.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer

iQIVAwUBS/PNaDk1h9l9hlALAQgrgxAAjI2ZniDfK1v2ee8T3luhU4nKXrcADUuK
2wD4UsFvw5EufRceSi2aqIOe487pAsJZnwFliTGqnEqdTU3A0GVGD33yRwRREBCq
EitOQU/5b6osCkN2Xr9upvbbXCZgi5acCqfFaJRsrBfqi+x/e+yVHC53kEbKcTF0
0WXV4tF3NIw7eBlc18g1E8RpcoM5/CLBz6vVhCHv/9PUUNjR7Le97rEKCptaa1va
3M2BGvLc0pbOzuIp7dTESbvlX4h3+5ldlUF5jEsmGhFu7A2qdaHEGdSAnlOJ3urf
UPdPXoxcv9p5fXYJPmNn2+CVT+HcP4IzJTPMyAwpi4A5Jh3aiFsY6M8Pw89+XDFn
2xSIpyYKgeyZUbYlYwK/7csUIDzSfREviFzTfYRHoPbE3SG+tfiKXCvlsEE8Eq6L
9ZjXvgwar1zyQiOJzs8VPbo9TesRmyQErbIw8eUZU0ipUiDsqwypMT3eww78JN7s
diGYDEocghDoklsZ0KsBrEBX62o+BQzn0MRce6f+ivgVqER694VnaFY2j8BUDcer
qj7l2zXscaqubqGtCZrahX7uuHI+/Ert6FSXzMm5eD1w040YiCN9pic66HVfy+YN
Mjzr5FNW6bd5FhzTYjERZoEo76na4eanckZtKz6D1vQj7VPl0N2F1/w3mrQkpH29
478aExlLnPI=
=pd6U
-----END PGP SIGNATURE-----


More information about the Maverick-changes mailing list