Uploaded image for project: 'Image Builder'
  1. Image Builder
  2. COMPOSER-1931

osbuild: support creating/enabling fwupd remotes.

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • None
    • osbuild
    • None
    • False
    • None
    • False
    • Testable

      fwupd-remote.json
      {
      
       "type": "org.osbuild.fwupd.remote.conf",
       "options": {
         "filename": "/etc/fwupd/remotes.d/vendor-directory.conf",
         "config": {
           "Enabled": "true",
           "Title": "Vendor (automatic)",
           "MetadataURI": "file:///usr/share/fwupd/remotes.d/vendor/firmware",  
      
         }
        }
      },
      

      results in

      /etc/fwupd/remotes.d/vendor-directory.conf
      [fwupd Remote]
      # this remote provides dynamically generated metadata shipped by the OS vendor and can
      # be found in /usr/share/fwupd/remotes.d/vendor/firmware
      Enabled=true
      Title=Vendor (Automatic)
      # using `Keyring=none` is required as directory remotes requires the local user to trust the person
      # putting the files in the immutable local location.
      Keyring=none
      MetadataURI=file:///usr/share/fwupd/remotes.d/vendor/firmware
      ApprovalRequired=false
      

              Unassigned Unassigned
              majopela@redhat.com Miguel Angel Ajo Pelayo
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: