Bug 31881
| Summary: | boot time parameter PROFILE not evaluated | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Thilo Kopp <thilo.kopp> |
| Component: | linuxconf | Assignee: | Nalin Dahyabhai <nalin> |
| Status: | CLOSED WONTFIX | QA Contact: | Brock Organ <borgan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-21 18:47:56 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Thilo Kopp
2001-03-15 17:39:23 UTC
This should not be a lilo problem. Lilo passes unknown options to the linux kernel unmodified. To check this, you can see if the file /proc/cmdline includes your PROFILE= option. If it does, that means the lilo passed the option as it was suppossed to and the problem is somewhere else (most likely in linuxconf at that point). Yes indeed, the buggy component is not LILO but rather: Linuxconf 1.19 (subrev 2). I can switch profiles from within linuxconf -> Control -> Control panel -> Switch system profile perfectly fine however it will not work during boot time: LILO passes the option to the kernel (as can be checked from /proc/cmdline) but the corresponding profile is not loaded. I'm switching the component to linuxconf and the assigned owner to the owner of linuxconf then so that this can be addressed. During the boot process, the system initialization /etc/rc.d/rc.sysinit takes care of networking, file systems, loading modules and so on. I guess that it should also contain program code which evaluates the boot time parameter PROFILE. However, there is no single line which contains the words linuxconf or profile. Other boot time parameters (e.g. fastboot=yes) are taken care of in this file but not the boot time parameter profile. Does anyone have a /etc/rc.d/rc.sysinit which contains instructions for linuxconf and profile? Closing because we don't ship linuxconf anymore Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |