Werner Koch (23.06.2008 16:59):
> On Sat, 21 Jun 2008 21:46,
> [EMAIL PROTECTED] said:
> 
>> With it, in complains "gpg: Sorry, no terminal at all requested - can't
>> get input"
> 
> Add option "--batch".

Or, if interactive mode is desired, place this in your initrd script:

mv /dev/tty /dev/tty.bak
cp -a /dev/console /dev/tty

#
# do gpg stuff here
#

rm /dev/tty
mv /dev/tty.bak /dev/tty

-- 
SATtva | security & privacy consulting
www.vladmiller.info | www.pgpru.com


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to