grub-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 3/3] Add (multiple) -k, --pubkey=FILE support to grub-inst


From: Vladimir 'φ-coder/phcoder' Serbinenko
Subject: Re: [PATCH v3 3/3] Add (multiple) -k, --pubkey=FILE support to grub-install command
Date: Thu, 19 Sep 2013 09:23:59 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130821 Icedove/17.0.8

Please update other install methods as well
On 07.09.2013 01:59, Jon McCune wrote:
> +pubkey_file_arg=""
> +if [ x"$pubkey_file_list" != x ]; then
> +    for file in $pubkey_file_list; do
> +      if [ ! -e "$file" ]; then
> +        gettext_printf "Public key file %s not found.\n" "${file}" 1>&2
> +        exit 1
> +      fi
> +      pubkey_file_arg="$pubkey_file_arg --pubkey=$file"
> +    done
> +fi
> +
This would go to grub-install_header. Also this code doesn't handle
spaces properly.

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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