Skip to content

Commit 2cee505

Browse files
authored
Added a note about required regcode for elemental (#590) (#591)
1 parent 2436780 commit 2cee505

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

asciidoc/quickstart/elemental.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,12 +255,15 @@ operatingSystem:
255255
users:
256256
- username: root
257257
encryptedPassword: \$6\$jHugJNNd3HElGsUZ\$eodjVe4te5ps44SVcWshdfWizrP.xAyd71CVEXazBJ/.v799/WRCBXxfYmunlBO2yp1hm/zb4r8EmnrrNCF.P/
258+
packages:
259+
sccRegistrationCode: XXX
258260
EOF
259261
----
260262

261263
[NOTE]
262264
====
263265
* The unencoded password is `eib`.
266+
* The `sccRegistrationCode` is needed to download and install the necessary RPMs from the official sources (alternatively, the `elemental-register` and `elemental-system-agent` RPMs can be manually side-loaded instead)
264267
* The `cat` command escapes each `$` with a backslash (`\`) so that Bash does not template them. Remove the backslashes if copying manually.
265268
* The installation device will be wiped during the installation.
266269
====

0 commit comments

Comments
 (0)