Bug 1947376
Summary: | Remove support for anaconda boot arguments without the "inst." prefix | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Jan Stodola <jstodola> |
Component: | anaconda | Assignee: | Jiri Konecny <jkonecny> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Release Test Team <release-test-team-automation> |
Severity: | medium | Docs Contact: | Sagar Dubewar <sdubewar> |
Priority: | unspecified | ||
Version: | 9.0 | CC: | bilhar, jkonecny, mlewando, rvykydal, sdubewar, vponcova |
Target Milestone: | beta | Keywords: | TestCaseNeeded, Triaged |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | anaconda-34.25.0.7-1 | Doc Type: | Removed functionality |
Doc Text: |
.Removed support for Anaconda boot arguments without `inst.` prefix
Anaconda boot arguments without the `inst.` prefix have been deprecated since RHEL 7. Support for these boot arguments has been removed in RHEL 9. To continue using these options, use the `inst.` prefix.
+
For example, to force the installation program to run in text mode instead of graphical mode, use the following option:
+
----
inst.text
----
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2021-12-07 21:20:54 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1942219 |
Description
Jan Stodola
2021-04-08 10:46:00 UTC
(In reply to Radek Vykydal from comment #4) > Release engineering / compose tooling is not ready for the change yet. so revert it temporarily https://github.com/rhinstaller/anaconda/pull/3346 warnings are written before start of installer and into anaconda.log; for example: WRN stdout: Kernel boot argument 'repo' detected. Did you want to use 'inst.repo' for the installer instead? WRN stdout: All Anaconda kernel boot arguments are now required to use 'inst.' prefix! and then the deprecated boot arguments are ignored, and interactive installer starts. tested ks, repo, sshd, text arguments using anaconda-34.25.0.9-1.el9 (compose RHEL-9.0.0-20210712.3) |