distribution
Table of Contents
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.
사용법: distribution_delete LABEL3. distribution_details
Show the details of a Kickstart tree.
사용법: distribution_details LABEL4. distribution_list
List the available autoinstall trees.
사용법: distribution_list5. distribution_rename
Rename a Kickstart tree.
사용법: distribution_rename OLDNAME NEWNAME6. 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]