diff options
-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 |