From: Silvio Rhatto Date: Fri, 10 Mar 2017 15:05:38 +0000 (-0300) Subject: Make /etc/rc.local executable at kvmx-create X-Git-Tag: 0.1.0~577 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fca47fd474977b33af7e081808e20b750ba7467b;p=kvmx.git Make /etc/rc.local executable at 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