diff --git a/easy-arch.sh b/easy-arch.sh index 4145a39..6693f44 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -233,5 +233,9 @@ systemctl enable snapper-timeline.timer --root=/mnt &>/dev/null systemctl enable snapper-cleanup.timer --root=/mnt &>/dev/null systemctl enable grub-btrfs.path --root=/mnt &>/dev/null +# Enabling systemd-oom. +echo "Enabling systemd-oomd." +systemctl enable systemd-oomd --root=/mnt &>/dev/null + echo "Done, you may now wish to reboot (further changes can be done by chrooting into /mnt)." exit