# export-autoyast — Export System Description as AutoYasST profile ## SYNOPSIS `machinery export-autoyast` -a | --autoyast-dir NAME --force `machinery` help export-autoyast ## DESCRIPTION The `export-autoyast` subcommand exports a stored system description as a AutoYaST profile. ## ARGUMENTS * `NAME` (required): Name of the system description. ## OPTIONS * `-a AUTOYAST_DIR`, `--autoyast-dir=AUTOYAST_DIR` (required): Write the AutoYaST profile to a subdirectory at the specified directory. The directory will be created if it does not exist yet. * `--force` (optional): Overwrite existing system description ## SYSTEM REGISTRATION * To register a SLES 12 system automatically with AutoYaST, it is required to edit the generated profile. The following example registers the system with the SUSE Customer Center. ```xml true tux@example.com MY_SECRET_REGCODE true false ``` * More information can be found at the SUSE AutoYaST documentation. https://www.suse.com/documentation/sles-12/singlehtml/book_autoyast/book_autoyast.html ## EXAMPLES * Export the `myhost` system description to `/tmp/myhost-autoyast`: $ `machinery` export-autoyast myhost --autoyast-dir=/tmp