~ubuntu-branches/ubuntu/oneiric/base-installer/oneiric

« back to all changes in this revision

Viewing changes to kernel/tests/i386/amd-k7-old.test

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-05-26 15:54:12 UTC
  • mfrom: (0.2.18 sid)
  • Revision ID: james.westby@ubuntu.com-20110526155412-aj6c54r99zdaa1u6
Tags: 1.119ubuntu1
* 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.
  - 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.
  - Run dpkg with --force-unsafe-io during installation.
* Explicitly drop code supporting -386 kernels, which were dropped from
  Ubuntu some time ago.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
cpuinfo amd-k7-old.cpuinfo
2
2
majors 2.6
3
 
flavour 686 686-bigmem 486
 
3
flavour 686 686-pae 686-bigmem 486
4
4
kernel-2.6 \
5
5
  linux-generic \
6
6
  linux-image-generic \
11
11
  linux-generic-pae \
12
12
  linux-image-generic-pae \
13
13
  linux-xen \
14
 
  linux-image-xen \
15
 
  linux-386 \
16
 
  linux-image-386
 
14
  linux-image-xen
17
15
usable \
18
16
  linux-generic \
19
17
  linux-generic-pae \