Hi, I'm writing a VMWare ESX automated build script and I'm falling at the last hurdle, probably as I'm really not strong at scripting.
I need to secure Grub so in my script I have a like saying;
echo "password --md5 password-converted-to-md5" >> /boot/grub/grub.conf
This unfortunately places the following into this file;
password ?-md5 password-converted-to-md5
I know it's a simple one for some of you guys but I've been googling for hours and I'm getting frustrated.
Thank you very much in advance.