From fca47fd474977b33af7e081808e20b750ba7467b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 10 Mar 2017 12:05:38 -0300 Subject: Make /etc/rc.local executable at kvmx-create --- kvmx-create | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kvmx-create') diff --git a/kvmx-create b/kvmx-create index 9d29472..9ffeb88 100755 --- a/kvmx-create +++ b/kvmx-create @@ -262,6 +262,8 @@ fi exit 0 EOF + hydra_sudo_run chmod +x $WORK/etc/rc.local + # Root password echo 'root:root' | kvmx_sudo_run chroot $WORK/ chpasswd -- cgit v1.2.3