Projects
Eulaceura:Factory
lorax
_service:obs_scm:backport-Do-not-use-loglevel-o...
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:backport-Do-not-use-loglevel-option-when-running-Anaconda.patch of Package lorax
From 78eec89cda687f9689978eedb5482d041577577a Mon Sep 17 00:00:00 2001 From: Vojtech Trefny <vtrefny@redhat.com> Date: Wed, 18 Nov 2020 10:27:58 +0100 Subject: [PATCH] Do not use '--loglevel' option when running Anaconda This option has been removed, see https://github.com/rhinstaller/anaconda/pull/2864 --- src/pylorax/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pylorax/installer.py b/src/pylorax/installer.py index b882ecf..9d0a852 100644 --- a/src/pylorax/installer.py +++ b/src/pylorax/installer.py @@ -355,7 +355,7 @@ def novirt_install(opts, disk_img, disk_size, cancel_func=None, tar_img=None): if os.path.isdir(path): shutil.rmtree(path) - args = ["--kickstart", opts.ks[0], "--cmdline", "--loglevel", "debug"] + args = ["--kickstart", opts.ks[0], "--cmdline"] if opts.anaconda_args: for arg in opts.anaconda_args: args += arg.split(" ", 1) -- 1.8.3.1
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2