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

[Git][ftp-team/dak][master] external signatures: allow signing grub2



Title: GitLab

Ansgar Burchardt pushed to branch master at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • config/debian/external-signatures.conf
    ... ... @@ -22,8 +22,16 @@ External-Signature-Requests {
    22 22
             "amd64"; "arm64"; "armhf"; "i386";
    
    23 23
           };
    
    24 24
         };
    
    25
    -    // grub2 {
    
    26
    -    // };
    
    25
    +    grub2 {
    
    26
    +      Packages {
    
    27
    +        "grub-efi-amd64-signed-template";
    
    28
    +        "grub-efi-arm64-signed-template";
    
    29
    +        "grub-efi-ia32-signed-template";
    
    30
    +      };
    
    31
    +      Architectures {
    
    32
    +        "amd64"; "arm64"; "i386";
    
    33
    +      };
    
    34
    +    };
    
    27 35
         linux {
    
    28 36
           Packages {
    
    29 37
             "linux-image-amd64-signed-template";
    


  • Reply to: