Skip to content

Commit

Permalink
Disclaim other OSs for Satellite
Browse files Browse the repository at this point in the history
Co-authored-by: Maximilian Kolb <[email protected]>
  • Loading branch information
Lennonka and maximiliankolb committed Jan 30, 2024
1 parent b482d56 commit 9a320fe
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,17 @@ For UEFI provisioning, select *PXEGrub2*.

Finish::
Post-configuration scripts to execute using an SSH connection when the main provisioning process completes.
You can use Finishing templates only for imaged-based provisioning in virtual or cloud environments that do not support user_data.
You can use Finish templates only for image-based provisioning in virtual or cloud environments that do not support user_data.
Do not confuse an image with a foreman discovery ISO, which is sometimes called a Foreman discovery image.
An image in this context is an install image in a virtualized environment for easy deployment.
+
When a finish script successfully exits with the return code `0`, {ProjectName} treats the code as a success and the host exits the build mode.
+
Note that there are a few finish scripts with a build mode that uses a _call back_ HTTP call.
These scripts are not used for image-based provisioning, but for post configuration of operating-system installations such as Debian, Ubuntu, and BSD.
ifdef::satellite[]
{Team} does not support provisioning of operating systems other than {RHEL}.
endif::[]

user_data::
Post-configuration scripts for providers that accept custom data, also known as seed data.
Expand Down

0 comments on commit 9a320fe

Please sign in to comment.