bug-grub
[Top][All Lists]
Advanced

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

request for enhancement: grub-md5-crypt


From: James Carter
Subject: request for enhancement: grub-md5-crypt
Date: 06 Aug 2003 11:56:22 +0100

grub-md5-crypt would be more useful if it could be used in scripts like
this:
        md5passwd=`grub-md5-crypt`
        if [ $? -eq 0 ]; then
                echo "password --md5 $md5passwd" >> /boot/grub/menu.lst
        fi

this is not possible in grub-0.93 because the password prompts are
sent to standard out. sending them to standard error allows this.

-- 
 J.F.Carter                       http://www.jfc.org.uk/

Attachment: patch
Description: Text document


reply via email to

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