All;
I want to add a permanent kernel setting: intremap=nosid
What is the easiest way to do this?
Fedora 36 - KDE
Thanks in advance
On Tue, 2022-11-15 at 11:34 -0700, Sbob wrote:
All;
I want to add a permanent kernel setting: intremap=nosid
What is the easiest way to do this?
from https://docs.fedoraproject.org/en-US/fedora/rawhide/system-administrators-gu...
grubby --args="intremap=nosid" --update-kernel=ALL
Fedora 36 - KDE
Thanks in advance
kde mailing list -- kde@lists.fedoraproject.org To unsubscribe send an email to kde-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kde@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
Sérgio Basto sergio@serjux.com wrote:
I want to add a permanent kernel setting: intremap=nosid
What is the easiest way to do this?
from https://docs.fedoraproject.org/en-US/fedora/rawhide/system-administrators-gu...
grubby --args="intremap=nosid" --update-kernel=ALL
My understanding is that this will only change the existing kernel entries; there is also /etc/sysconfig/grub but I'm not sure how they interact.
Tim