summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xabi2
1 files changed, 1 insertions, 1 deletions
diff --git a/abi b/abi
index 8f6b471..d014e1a 100755
--- a/abi
+++ b/abi
@@ -263,7 +263,7 @@ if [ "$OS" = "artix" ]; then
esac
fstabgen -U /mnt >> /mnt/etc/fstab
else
- if [ "$OS" = "parabola" ] && [ "$INIT" != "openrc" ]; then
+ if [ "$OS" = "parabola" ] && [ "$INIT" = "openrc" ]; then
pacstrap /mnt base libelogind udev-init-scripts elogind "$KERNEL"
else
pacstrap /mnt base "$KERNEL"