Age | Commit message (Collapse) | Author |
|
(cherry picked from commit 0c5edf1ced2872c495b190977db575deaf28fa1c)
|
|
We will first download and try to verify the image using the generated minisign
signature. If this fails, we try to retrieve the GPG signature file.
|
|
|
|
|
|
Documentation https://github.com/vyos/vyatta-cfg-system/blob/current/scripts/install/install-functions#L90
(cherry picked from commit 1a05b1bfe0ccfd3f02a1cd4983b5f899364408c8)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bug 7544
Found several misspellings in the install prompts.
|
|
|
|
|
|
|
|
In order to allow username and password parameters in the
corresponding op mode command, we allow username and password to be
specified on the install-image command line.
|
|
|
|
|
|
The -z test in shell needs to be quoted to avoid issues
with shell expansion.
|
|
|
|
In URL mode, we now check for a digital signature file. If one
exists, we'll try to download it and check the signature.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|