fixing readme
This commit is contained in:
parent
8828a84826
commit
b9fb153808
15
README.md
15
README.md
@ -2,5 +2,20 @@
|
|||||||
|
|
||||||
Taken scripts from https://lonesysadmin.net/2013/03/26/preparing-linux-template-vms/
|
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
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user