Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    :param base: a :class:`yum.Yumbase` object.
    :raises: :class:`cli.CliError`
    """
    # if base.conf.uid != 0:
    # base#     base.logger.critical(_('You need to be root to perform this command.'))
      # raise  raise cli.CliError

  • After the above changes, you can start using the image, installing RPMs or do other customization, such as

...