Change default releasever to 8
Related: rhbz#1650295
This commit is contained in:
parent
bcb8058dce
commit
f3638762fe
@ -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",
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user