grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GITGRUB] New menu interface (implementation)


From: Bean
Subject: Re: [GITGRUB] New menu interface (implementation)
Date: Fri, 30 Oct 2009 20:07:03 +0800

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]