From ffc3c34b8ebcefb8ffa91f203f6ae92f444eacf0 Mon Sep 17 00:00:00 2001 From: rafa_99 Date: Sun, 7 Aug 2022 03:58:16 +0100 Subject: Some updates relative to parabola gnu/linux --- abi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/abi b/abi index 9c8e2e0..46818e0 100755 --- a/abi +++ b/abi @@ -1,6 +1,6 @@ #!/bin/sh -OS=$(grep -i ^id /etc/os-release | cut -d= -f2) +OS=$(grep -i ^id= /etc/os-release | cut -d= -f2) ############################# @@ -257,7 +257,7 @@ if [ "$OS" = "artix" ]; then fstabgen -U /mnt >> /mnt/etc/fstab else if [ "$OS" = "parabola" ] && [ "$INIT" != "openrc" ]; then - pacstrap /mnt base libelogind udev-init-scripts openrc-desktop elogind "$KERNEL" + pacstrap /mnt base libelogind udev-init-scripts elogind "$KERNEL" else pacstrap /mnt base "$KERNEL" fi -- cgit v1.2.3