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

« back to all changes in this revision

Viewing changes to lib/cdimage/livefs.py

  • Committer: Dimitri John Ledkov
  • Date: 2015-12-08 13:17:26 UTC
  • mto: This revision was merged to the branch mainline in revision 1556.
  • Revision ID: dimitri.j.ledkov@intel.com-20151208131726-y7r6uwdzfz783jus
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: