From b9fb1538082b1c08823b6f0d7ed855398b6b4281 Mon Sep 17 00:00:00 2001 From: Matt Burchett Date: Sun, 29 May 2016 02:53:02 -0500 Subject: [PATCH] fixing readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 8bd935f..842a44a 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,20 @@ Taken scripts from https://lonesysadmin.net/2013/03/26/preparing-linux-template-vms/ +Notes: + +The thin script is kinda flaky. This seems to work better. + +```bash +dd if=/dev/zero of=thin bs=1M +``` + +and for Ubuntu, make sure you use apt instead of yum and make sure that your system is set to regenerate the SSH keys upon boot. + +in your rc.local file: +```bash +dpkg-reconfigure openssh-server +``` +