RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1947376 - Remove support for anaconda boot arguments without the "inst." prefix
Summary: Remove support for anaconda boot arguments without the "inst." prefix
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: anaconda
Version: 9.0
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: beta
: ---
Assignee: Jiri Konecny
QA Contact: Release Test Team
Sagar Dubewar
URL:
Whiteboard:
Depends On:
Blocks: 1942219
TreeView+ depends on / blocked
 
Reported: 2021-04-08 10:46 UTC by Jan Stodola
Modified: 2021-12-07 21:23 UTC (History)
6 users (show)

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 ----
Clone Of:
Environment:
Last Closed: 2021-12-07 21:20:54 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jan Stodola 2021-04-08 10:46:00 UTC
Description of problem:
Anaconda boot arguments without the "inst." prefix have been deprecated since RHEL-7. Remove the support in RHEL-9.

Version-Release number of selected component (if applicable):
anaconda-34.24.6-1.el9

How reproducible:
Always

Steps to Reproduce:
1. Start the installation with an anaconda boot argument without the "inst." prefix, for example "text"

Actual results:
The boot argument is recognized and used.

Expected results:
Anaconda boot arguments without the "inst." prefix are not used any more.

Comment 3 Radek Vykydal 2021-05-03 15:16:33 UTC
https://github.com/rhinstaller/anaconda/pull/3328

Comment 5 Radek Vykydal 2021-05-06 15:42:03 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

Comment 8 Jiri Konecny 2021-06-01 12:47:01 UTC
PR: https://github.com/rhinstaller/anaconda/pull/3422

Comment 16 Marta Lewandowska 2021-07-13 14:05:31 UTC
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)


Note You need to log in before you can comment on or make changes to this bug.