% BOOTSTRAP(1) Version 3.2.1 | Scripts Documentation % Georg Voell - georg.voell@standby.cloud % (c)2025 Standby.cloud NAME ==== **bootstrap** - (BASH Script) Attach this script to the instance (Advanced Options - Cloud Init Script File). SYNOPSIS ======== | **bootstrap** DESCRIPTION =========== Attach this script to the instance (Advanced Options - Cloud Init Script File). It downloads admin scripts and tools as soon as internet access is available. Supported platforms: All Linux variants, but only tested with Oracle Linux. Some commands were only executed if OS is "Oracle Linux" or "Red Hat Enterprise Linux" and version >= 7. Works for Oracle Cloud Infrastructure (OCI) and Oracle Public Cloud (OPC or OCI-Classic) An internet connection (e.g. via Internet or NAT Gateway) or at least a Service Gateway is needed. EXIT CODES ========== 01: Unsupported platform. 02: No root privileges (needed to proceed). 03: No 'curl' in PATH. 04: No internet connection.