diff --git a/content/post/parabola-install-guide/index.md b/content/post/parabola-install-guide/index.md index a596c3b..41ab76d 100644 --- a/content/post/parabola-install-guide/index.md +++ b/content/post/parabola-install-guide/index.md @@ -340,3 +340,22 @@ You now a have a fully libre system, you chad. ## Migrate to Open-RC For maximum chad-status you have to remote systemD in favour of Open-RC, the Parabola wiki has a section on how to do so [HERE](https://wiki.parabola.nu/OpenRC) + +First, upgrade your currently installed packages from your currently configured repositories: +``` +pacman -Syyuu +``` +Then, add the following lines in /etc/pacman.conf: +``` +[nonsystemd] +Include = /etc/pacman.d/mirrorlist + +# Enable [nonsystemd-multilib] only if you have [multilib] enabled +#[nonsystemd-multilib] +#Include = /etc/pacman.d/mirrorlist +``` +Next, replace your currently installed packages with those from the [nonsystem] repo. +``` +pacman -Syyuu +``` +