Change default releasever to 8

Related: rhbz#1650295
This commit is contained in:
Brian C. Lane 2018-11-16 15:24:30 -08:00
parent bcb8058dce
commit f3638762fe
2 changed files with 2 additions and 2 deletions

View File

@ -287,7 +287,7 @@ def lmc_parser(dracut_default=""):
help="Substituted for @TITLE@ in bootloader config files")
parser.add_argument("--project", default="Linux",
help="substituted for @PROJECT@ in bootloader config files")
parser.add_argument("--releasever", default="28",
parser.add_argument("--releasever", default="8",
help="substituted for @VERSION@ in bootloader config files")
parser.add_argument("--volid", default=None, help="volume id")
parser.add_argument("--squashfs_args",

View File

@ -142,7 +142,7 @@ def main():
def get_dnf_base_object(installroot, sources, mirrorlists=None, repos=None,
enablerepos=None, disablerepos=None,
tempdir="/var/tmp", proxy=None, releasever="28",
tempdir="/var/tmp", proxy=None, releasever="8",
cachedir=None, logdir=None, sslverify=True):
""" Create a dnf Base object and setup the repositories and installroot