Difference between revisions of "OpenRC, an alternative to systemd"
Views
Actions
Namespaces
Variants
Tools
→add note for plymouth
imported>Aaditya |
imported>Aaditya |
||
Line 131: | Line 131: | ||
To suspend and hibernate via the command line, '''pm-utils''' can be installed. You may also need the '''upower-pm-utils''' package if suspend and hibernate does not work. See the [[Using_OpenRC,_an_alternative_to_systemd#Troubleshooting | troubleshooting]] for some issues you may face. | To suspend and hibernate via the command line, '''pm-utils''' can be installed. You may also need the '''upower-pm-utils''' package if suspend and hibernate does not work. See the [[Using_OpenRC,_an_alternative_to_systemd#Troubleshooting | troubleshooting]] for some issues you may face. | ||
=== Note === | |||
If you were using [[plymouth]] before, then you need to edit {{ic|/etc/mkinitcpio.conf}} and remove the '''plymouth''' hook, as plymouth does not work correctly with OpenRC. The hooks line should look like: | |||
HOOKS="base udev autodetect modconf block resume filesystems keyboard keymap fsck" | |||
After that would need to regenerate the initrd as: | |||
sudo mkinitcpio -p linux<version> | |||
For example, | |||
sudo mkinitcpio -p linux314 | |||
== Configuration == | == Configuration == |