Working With Archs

The ‘archs’ resource defines architectures that the workers support. Archs are system wide, and configured by the system administrator.

Creating an Arch

$ mf arch create -l i386

$ mf arch create -l x86_64

Updating an Arch

$ mf arch update i38 -l i386

Deleting an Arch

$ mf arch delete i386

Listing Archs

$ mf arch listall
i386
i686
x86_64

$ mf arch listall -f i?86
i386
i686

Showing Data For an Arch

$ mf arch show i386

          Label | i386
     Created By | mf-admin
     Created On | 2010-11-30 19:06:26
    Last Update | 2010-11-30 19:06:26

Project Versions

Table Of Contents

Previous topic

Working With Systems

Next topic

Working With Distros

This Page