#1781 Remove title option for livemedia-creator
Merged 4 years ago by tkopecek. Opened 4 years ago by mohanboddu.

file modified
-2
@@ -3423,10 +3423,8 @@ 

                     ])

  

          isoname='%s-%s-%s-%s.iso' % (name, arch, version, release)

-         title = self.opts.get('title', name)

          cmd.extend(['--iso-name', isoname,

                      '--releasever', version,

-                     '--title', title,

                     ])

  

  

file modified
+1 -2
@@ -5663,7 +5663,6 @@ 

                 "RPMs in the LiveMedia. May be used multiple times. The " +

                 "build tag repo associated with the target is the default."))

      parser.add_option("--release", help=_("Forcibly set the release field"))

-     parser.add_option("--title", help=_("Set the image title (defaults to <name>)"))

      parser.add_option("--volid", help=_("Set the volume id"))

      parser.add_option("--specfile", metavar="URL",

          help=_("SCM URL to spec file fragment to use to generate wrapper RPMs"))
@@ -6065,7 +6064,7 @@ 

      passthru_opts = [

          'format', 'install_tree_url', 'isoname', 'ksurl',

          'ksversion', 'release', 'repo', 'scratch', 'skip_tag',

-         'specfile', 'title', 'vcpu', 'vmem', 'volid', 'optional_arches',

+         'specfile', 'vcpu', 'vmem', 'volid', 'optional_arches',

Please double check this change.

          'lorax_dir', 'lorax_url',

          ]

      for opt in passthru_opts:

@@ -41,7 +41,6 @@ 

      "lorax_dir": None,

      "lorax_url": None,

      "optional_arches": None,

-     "title": None,

      "volid": None,

  }

  
@@ -414,7 +413,6 @@ 

                          times. The build tag repo associated with the target

                          is the default.

    --release=RELEASE     Forcibly set the release field

-   --title=TITLE         Set the image title (defaults to <name>)

    --volid=VOLID         Set the volume id

    --specfile=URL        SCM URL to spec file fragment to use to generate

                          wrapper RPMs