@@ -37,6 +37,7 @@ sum** of the downloaded ``bootstrap-salt.sh`` file.
37
37
38
38
The SHA256 sum of the ``bootstrap-salt.sh `` file, per release, is:
39
39
40
+ - 2024.07.18: ``92a74e7ff8a9032a7713c2b3955991d66aaca08a4eb9494ce3dd66b5044f6bc3 ``
40
41
- 2024.07.16: ``4f76d1549c71d696a605f97645d8633b6269c4d9ae54b1fbdfedca1dcf893e7a ``
41
42
- 2024.07.12: ``526f4a5383db308081a120e26988679238ca6add4bf7a82120cbe71d57ab826e ``
42
43
- 2024.04.03: ``450ba5cde4af8d6cb5c56c66791f87b918bcda70ccdfb10abf3cc294143c8073 ``
@@ -118,6 +119,7 @@ To view the latest options and descriptions for ``salt-bootstrap``, use ``-h`` a
118
119
-L Also install salt-cloud and required python-libcloud package
119
120
-M Also install salt-master
120
121
-S Also install salt-syndic
122
+ -W Also install salt-api
121
123
-N Do not install salt-minion
122
124
-X Do not start daemons after installation
123
125
-d Disables checking if Salt services are enabled to start on system boot.
@@ -372,12 +374,15 @@ Supported Operating Systems
372
374
---------------------------
373
375
374
376
The salt-bootstrap script officially supports the distributions outlined in
375
- `Salt's Supported Operating Systems `_ document, (BSD-based OSs, Solaris and AIX are no longer
377
+ `Salt's Supported Operating Systems
378
+ <https://docs.saltproject.io/salt/install-guide/en/latest/topics/salt-supported-operating-systems.html> `_
379
+ document, (BSD-based OSs, Solaris and AIX are no longer
376
380
supported). The operating systems listed below should reflect this document but may become out of
377
381
date. If an operating system is listed below, but is not listed on the official supported operating
378
382
systems document, the level of support is "best-effort".
379
383
380
- Since Salt is written in Python, the packages available from the `Salt Project's repository `_ are
384
+ Since Salt is written in Python, the packages available from the `Salt Project's repository
385
+ <https://repo.saltproject.io/salt/py3> `_ are
381
386
CPU architecture independent and could be installed on any hardware supported by Linux kernel.
382
387
However, the Salt Project does package Salt's binary dependencies only for ``x86_64 `` (``amd64 ``)
383
388
and ``AArch64 `` (``arm64 ``).
0 commit comments