You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command will create a new bootstrap script with default name [literal]``bootstrap.sh`` and it will overwrite the existing [literal]``bootstrap.sh`` file which is used for the Server.
83
97
98
+
84
99
* To specify a different script, use the following comamnd:
85
100
86
101
+
@@ -155,6 +170,13 @@ For more information about activation keys, see xref:client-configuration:activa
155
170
[role=procedure]
156
171
_____
157
172
173
+
. From the command prompt of the {productname} container host, run the following command as the root user to enter the server container:
174
+
+
175
+
176
+
----
177
+
mgrctl term
178
+
----
179
+
+
158
180
159
181
. On your {productname} Server, as root at the command line change to the bootstrap directory with:
160
182
@@ -213,6 +235,7 @@ Using environment variables allows dynamic input at runtime and makes it easier
213
235
214
236
_____
215
237
238
+
216
239
[NOTE]
217
240
====
218
241
By default, bootstrap script will try to install [package]``venv-salt-minion`` if it is available in the bootstrap repository and [package]``salt-minion`` if there is no {salt} bundle in the bootstrap repository.
@@ -233,8 +256,15 @@ When you have finished creating your script, you can use it to register clients.
233
256
[role=procedure]
234
257
_____
235
258
236
-
. On the {productname} Server, log in as root.
237
-
At the command prompt, and change to the bootstrap directory:
259
+
. From the command prompt of the {productname} container host, run the following command as the root user to enter the server container:
260
+
+
261
+
262
+
----
263
+
mgrctl term
264
+
----
265
+
+
266
+
267
+
. On the {productname} Server, change to the bootstrap directory:
0 commit comments