~ubuntu-branches/ubuntu/edgy/ubiquity/edgy-updates

« back to all changes in this revision

Viewing changes to d-i/source/base-installer/kernel/powerpc.sh

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2006-10-12 11:40:02 UTC
  • Revision ID: james.westby@ubuntu.com-20061012114002-7z4469rwf918pp91
Tags: 1.2.0
* If /proc/cmdline contains access=v3, run 'orca -n' and sleep for a bit
  before starting the installer UI.

* Update .desktop file translations from Rosetta: Georgian.
* Update translations from Rosetta: Bengali, Czech, German, Greek,
  Spanish, Finnish, French, Galician, Hindi, Croatian, Hungarian, Italian,
  Georgian, Kazakh, Kurdish, Dutch, Polish, Portuguese, Portuguese
  (Brazil), Russian, Slovak, Swedish, Turkish, Chinese (China).
* Automatic update of included source packages: base-installer
  1.63ubuntu6, choose-mirror 2.04ubuntu2, console-setup 1.7ubuntu18,
  partman-base 90ubuntu8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
arch_get_kernel_flavour () {
2
2
        CPU=`grep '^cpu[[:space:]]*:' "$CPUINFO" | head -n1 | cut -d: -f2 | sed 's/^ *//; s/[, ].*//' | tr A-Z a-z`
3
3
        case "$CPU" in
4
 
                power3|i-star|s-star|power4|power4+|ppc970*|power5)
 
4
                power3|i-star|s-star|power4|power4+|ppc970*|power5|power5+)
5
5
                        family=powerpc64
6
6
                        ;;
7
7
                *)