% BOOTSTRAP(1) Version 3.0.2 | Scripts Documentation % Georg Voell - georg.voell@oracle.com % (c)2021 Oracle 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: Lixux, Darwin (Mac OS X) and SunOS (Solaris). Works for Oracle Cloud Infrastructure (OCI) and Oracle Public Cloud (OPC or OCI-Classic) An internet connection (e.g. via Internet or NAT Gateway) is needed. EXIT CODES ========== 01: Unsupported platform. 02: No root privileges (needed to proceed). 03: No 'curl' in PATH. 04: No internet connection. 05: Unable to download or install admin scripts. 06: Unable to download or install tools.