diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-03-10 12:05:38 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-03-10 12:05:38 -0300 |
commit | fca47fd474977b33af7e081808e20b750ba7467b (patch) | |
tree | 18032b86295959d5be1674fa22d58c82c4511430 | |
parent | eadb10ccafbd751b9bd0131befe5ccc0a46ff070 (diff) | |
download | kvmx-fca47fd474977b33af7e081808e20b750ba7467b.tar.gz kvmx-fca47fd474977b33af7e081808e20b750ba7467b.tar.bz2 |
Make /etc/rc.local executable at kvmx-create
-rwxr-xr-x | kvmx-create | 2 |
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 |