summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrafa_99 <raroma09@gmail.com>2022-08-07 03:58:16 +0100
committerrafa_99 <raroma09@gmail.com>2022-08-07 03:58:16 +0100
commitffc3c34b8ebcefb8ffa91f203f6ae92f444eacf0 (patch)
treeac968cfa38b663c0148819de337b197759abee8c
parent03e64362ee47f7a0e9f9c8e7b8d89118944d1186 (diff)
Some updates relative to parabola gnu/linux
-rwxr-xr-xabi4
1 files 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