aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2018-08-19 13:17:42 -0700
committerGitHub <noreply@github.com>2018-08-19 13:17:42 -0700
commit959968fa54455ca71276d5cef1308d61517576b4 (patch)
tree99076cebbf3b73c78b5d45e4a33cfea31a540707 /README.md
parent95f7fc2b48177a8a673d5e3dbe016c642a465ded (diff)
parenteaef72fef992e008b854f6a50d40f37c19688fb5 (diff)
downloadtiny-ec2-bootstrap-959968fa54455ca71276d5cef1308d61517576b4.tar.bz2
tiny-ec2-bootstrap-959968fa54455ca71276d5cef1308d61517576b4.tar.xz
tiny-ec2-bootstrap-959968fa54455ca71276d5cef1308d61517576b4.zip
Merge pull request #2 from tomalok/masterrelease-1.2.0
Disable root/alpine passwords instead scrambling them
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index d4fc869..1e6e655 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,7 @@ built-in. The only required dependencies are:
14 14
15- bash-like shell (e.g. bash, dash, ash) 15- bash-like shell (e.g. bash, dash, ash)
16- wget 16- wget
17- resize2fs
17 18
18## Supported Features and Environments 19## Supported Features and Environments
19 20
@@ -31,7 +32,7 @@ those things. Instead it supports:
31- setting system hostname 32- setting system hostname
32- install user's configured SSH keys to the alpine user's authorized_keys file 33- install user's configured SSH keys to the alpine user's authorized_keys file
33- run any script-like user data (must start with #!) 34- run any script-like user data (must start with #!)
34- scramble root and alpine password 35- disable root and alpine password
35- resize root partition to available disk space 36- resize root partition to available disk space
36 37
37These steps only run once. After the initial bootstrap the bootstrapper script 38These steps only run once. After the initial bootstrap the bootstrapper script