~xubuntu-dev/ubuntu-cdimage/xubuntu-base

« back to all changes in this revision

Viewing changes to lib/cdimage/livefs.py

  • Committer: Colin Watson
  • Date: 2015-12-08 13:39:13 UTC
  • mfrom: (1555.1.1 ubuntu-cdimage)
  • Revision ID: cjwatson@canonical.com-20151208133913-s35v5qns8s1tyewl
[r=cjwatson] Add s390x.

Show diffs side-by-side

added added

removed removed

Lines of Context:
534
534
            return ["powerpc-smp", "powerpc64-smp"]
535
535
    elif cpuarch == "ppc64el":
536
536
        return ["generic"]
 
537
    elif cpuarch == "s390x":
 
538
        return ["generic"]
537
539
    elif cpuarch == "sparc":
538
540
        return ["sparc64"]
539
541
    else: