Hi,

Update:

Support enter key in edit. You can use enter key to break a line into
two. Use backspace at the beginning of a line to join two lines into
one.

Support md5 password. Use utility grub-mkpasswd to generate md5
password, for example:

grub-mkpasswd 123456

Output:
$1$qn6KtRs$nO9.aB.p85BBI2w.KYko6.

The use this in grub.cfg:

password --md5 admin '$1$qn6KtRs$nO9.aB.p85BBI2w.KYko6.'

Don't forget the '' otherwise $ would be used to expand variable.

-- 
Bean

My repository: https://launchpad.net/burg


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to