Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| linux:distros:server:fedora_server [2025/12/03 22:01] – Sean Rhone | linux:distros:server:fedora_server [2025/12/03 23:08] (current) – [PackageKit] Sean Rhone |
|---|
| sudo -e '/etc/default/grub' && sudo restorecon -F -I '/etc/default/grub' && sudo grub2-mkconfig -o '/boot/grub2/grub.cfg' && sudo restorecon -F -I '/boot/grub2/grub.cfg' | sudo -e '/etc/default/grub' && sudo restorecon -F -I '/etc/default/grub' && sudo grub2-mkconfig -o '/boot/grub2/grub.cfg' && sudo restorecon -F -I '/boot/grub2/grub.cfg' |
| |
| GRUB_CMDLINE_LINUX="rhgb quiet" | <code>GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi='Linux' reboot='pci' hibernate='no' idle='halt' nohz='off' preempt='full' pci='pcie_bus_perf,realloc,pcie_scan_all,big_root_window' drm_kms_helper.poll='0' drm_kms_helper.fbdev_emulation='0'"</code> |
| | |
| <code>acpi_osi='Linux' reboot='pci' hibernate='no' idle='halt' nohz='off' preempt='full' pci='pcie_bus_perf,realloc,pcie_scan_all,big_root_window' drm_kms_helper.poll='0' drm_kms_helper.fbdev_emulation='0'</code> | |
| |
| nomodeset | nomodeset |
| * ''packagekitd'' to on-demand ((allows ''PackageKit-command-not-found'' to function)) | * ''packagekitd'' to on-demand ((allows ''PackageKit-command-not-found'' to function)) |
| |
| sudo mkdir -p '/etc/systemd/system/packagekit.service.d' && sudo -e '/etc/systemd/system/packagekit.service.d/on-demand.conf' && sudo restorecon -F -I '/etc/systemd/system/packagekit.service.d/on-demand.conf' && sudo systemctl daemon-reload | sudo mkdir -p '/etc/systemd/system/packagekit.service.d' && sudo -e '/etc/systemd/system/packagekit.service.d/on-demand.conf' && sudo restorecon -F -I -R '/etc/systemd/system/packagekit.service.d' && sudo systemctl daemon-reload |
| |
| <code> | <code> |