Rebooting is needed for hibernation to be available

This commit is contained in:
David Heinemeier Hansson
2026-01-28 13:59:11 +01:00
parent 4fe357972e
commit 5b534de6a0

View File

@@ -67,4 +67,8 @@ sudo cp "$OMARCHY_PATH/default/systemd/hibernate.conf" /etc/systemd/sleep.conf.d
echo "Regenerating initramfs..."
sudo limine-mkinitcpio
echo "Hibernation enabled"
echo
if gum confirm "Reboot to enable hiberation?"; then
omarchy-cmd-reboot
fi