~clint-fewbar/ubuntu/oneiric/cobbler/misc-fixes

« back to all changes in this revision

Viewing changes to cobbler/utils.py

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2011-08-17 12:22:53 UTC
  • Revision ID: package-import@ubuntu.com-20110817122253-lofpjlfqv4f2fi1r
Tags: 2.1.0+git20110602-0ubuntu20
* debian/patches:
  - 49_ubuntu_add_arm_arch_support.patch: Updated to allow import of ARM
    arch. (LP: #827674)
  - 56_ubuntu_arm_generate_pxe_files.patch: Added. Add templates and
    generate files for PXE Menu creation for profile/systems. (LP: #827681)
    Additionally make sure hostname is set correctly.
* Add preseed for ARM architectures.
  - debian/ubuntu-server-arm.seed: Add
  - debian/cobbler.install: Install preseed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1305
1305
   if repo:
1306
1306
       valids = [ "i386", "x86_64", "ia64", "ppc", "ppc64", "s390", "s390x", "noarch", "src", "arm" ]
1307
1307
   else:
1308
 
       valids = [ "i386", "x86_64", "ia64", "ppc", "ppc64", "s390", "s390x" ]
 
1308
       valids = [ "i386", "x86_64", "ia64", "ppc", "ppc64", "s390", "s390x", "arm" ]
1309
1309
 
1310
1310
   if arch in valids:
1311
1311
       self.arch = arch