distribution

The following spacecmd commands are available for working with kickstart distributions.

1. distribution_create

Create a Kickstart tree.

usage: distribution_create [options]

options:
  -n NAME
  -p path to tree
  -b base channel to associate with
  -t install type [fedora|rhel_4/5/6|suse|generic_rpm]

2. distribution_delete

Delete a Kickstart tree.

usage: distribution_delete LABEL

3. distribution_details

Show the details of a Kickstart tree.

usage: distribution_details LABEL

4. distribution_list

List the available autoinstall trees.

usage: distribution_list

5. distribution_rename

Rename a Kickstart tree.

usage: distribution_rename OLDNAME NEWNAME

6. distribution_update

Update the path of a Kickstart tree.

usage: distribution_update NAME [options]

options:
  -p path to tree
  -b base channel to associate with
  -t install type [fedora|rhel_4/5/6|suse|generic_rpm]