summaryrefslogtreecommitdiff
path: root/abi
diff options
context:
space:
mode:
authorrafa_99 <raroma09@gmail.com>2022-08-07 13:45:35 +0100
committerrafa_99 <raroma09@gmail.com>2022-08-07 13:45:35 +0100
commit1ca14499f117980fd2572d6ca894312d4f867413 (patch)
treecfa91c8416bb6e4c06625f6be482eec828af02f8 /abi
parent23f13b518611e9940d3c8c54d5df03131e63048f (diff)
Fixed if statement
Diffstat (limited to 'abi')
-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"