summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHelen Koike <helen.koike@collabora.com>2018-05-16 03:21:44 -0300
committerMax Illfelder <illfelder@users.noreply.github.com>2018-05-15 23:21:44 -0700
commit831852113ba9bcea88ffba159932041504049905 (patch)
tree600c091c1827f98fd8c8fe922fcd2083d0b12bda /README.md
parent561679146849864f4cae14b19c3f61ef9b8b2970 (diff)
downloadgoogle-compute-image-packages-831852113ba9bcea88ffba159932041504049905.tar.gz
Add default_shell in instance_config (#609)
* Add default_shell in instance_config In some systems, bash is not necessarily installed and not necessarily the default shell. FreeBSD for instance doesn't come with bash by default. Add default_shell option and let the system to chose which shell to use to execute metadata startup/shutdown scripts. Fallback to bash
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index dd583bd..3599e0f 100644
--- a/README.md
+++ b/README.md
@@ -253,6 +253,7 @@ InstanceSetup | set\_multiqueue | `false` skips multiqueue driver sup
IpForwarding | ethernet\_proto\_id | Protocol ID string for daemon added routes.
IpForwarding | ip\_aliases | `false` disables setting up alias IP routes.
IpForwarding | target\_instance\_ips | `false` disables internal IP address load balancing.
+MetadataScripts | default\_shell | String with the default shell to execute scripts.
MetadataScripts | run\_dir | String base directory where metadata scripts are executed.
MetadataScripts | startup | `false` disables startup script execution.
MetadataScripts | shutdown | `false` disables shutdown script execution.