diff options
Diffstat (limited to 'install-VM-grongo')
-rwxr-xr-x | install-VM-grongo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-VM-grongo b/install-VM-grongo index 39d5446..28cf566 100755 --- a/install-VM-grongo +++ b/install-VM-grongo @@ -272,7 +272,7 @@ EOF chroot . update-grub rm -v dev/sda* -rootpw="$(head -c 12 /dev/urandom | base64)" +rootpw="$(head -c 18 /dev/urandom | base64 | tr -d +/ | cut -b 1-16)" echo "root:$rootpw" | chroot . chpasswd ### install ssh |