From 5b3c1c9b7fe7a145f9dbb04448bb42028301381d Mon Sep 17 00:00:00 2001 From: varac Date: Mon, 18 Jan 2016 01:31:12 +0100 Subject: fixed locales, hostname, one partition --- scripts/custom.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') diff --git a/scripts/custom.sh b/scripts/custom.sh index 0e4e3a2..f178362 100644 --- a/scripts/custom.sh +++ b/scripts/custom.sh @@ -5,3 +5,6 @@ sed -i 's/PermitRootLogin without-password/PermitRootLogin yes/' /etc/ssh/sshd_c # Set root pw usermod -p "$(echo vagrant | openssl passwd -1 -stdin)" root + +# install additional packages +apt-get install puppet lsb-release facter -- cgit v1.2.3