aboutsummaryrefslogtreecommitdiff
path: root/kvmx-create
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-03-10 12:05:38 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-03-10 12:05:38 -0300
commitfca47fd474977b33af7e081808e20b750ba7467b (patch)
tree18032b86295959d5be1674fa22d58c82c4511430 /kvmx-create
parenteadb10ccafbd751b9bd0131befe5ccc0a46ff070 (diff)
downloadkvmx-fca47fd474977b33af7e081808e20b750ba7467b.tar.gz
kvmx-fca47fd474977b33af7e081808e20b750ba7467b.tar.bz2
Make /etc/rc.local executable at kvmx-create
Diffstat (limited to 'kvmx-create')
-rwxr-xr-xkvmx-create2
1 files changed, 2 insertions, 0 deletions
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