summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrafa_99 <raroma09@gmail.com>2022-08-07 02:36:31 +0100
committerrafa_99 <raroma09@gmail.com>2022-08-07 02:36:31 +0100
commitc3e23fcadf47bace56715412872a11760c515a5c (patch)
treed35f25aa05e97abb5b70361342936165caf7418e
parentdc74bde75d3c8d10b9b41747aa965fc981ce0930 (diff)
Fixed Xorg issues and missing hostname on artix
-rwxr-xr-xabi15
1 files changed, 9 insertions, 6 deletions
diff --git a/abi b/abi
index abe2544..9aa2f4e 100755
--- a/abi
+++ b/abi
@@ -296,7 +296,7 @@ $CHROOT -c "passwd root"
clear
if [ "$INIT" = "openrc" ]; then
- $CHROOT /mnt /bin/bash -c "echo hostname=$HOSTNAME > /etc/conf.d/hostname"
+ $CHROOT "echo hostname=$HOSTNAME > /etc/conf.d/hostname"
sed -i s:'keymap="us"':keymap="$KEYMAP":g /mnt/etc/conf.d/keymaps
if [ "$OS" = "parabola" ]; then
@@ -529,11 +529,12 @@ if [ "$EXTRA" != "N" ] && [ "$EXTRA" != "n" ]; then
esac
clear
- # Installation of Xorg Drivers
- if [ "$ENVIRONMENT" -ge 1 ] && [ "$ENVIRONMENT" -le 12 ]; then
- echo "Pick your Xorg Driver:"
- $CHROOT "pacman --needed -S xorg-drivers"
- fi
+ # Installation of Xorg and Drivers
+ $CHROOT "pacman --needed --noconfirm -S xorg"
+ clear
+
+ echo "Pick your Xorg Driver:"
+ $CHROOT "pacman --needed -S xorg-drivers"
clear
# Installation of a Display Manager
@@ -713,6 +714,7 @@ if [ "$OS" != "parabola" ]; then
fi
fi
fi
+ clear
# Gaming Related Stuff
if [ "$MULTI" != "N" ] && [ "$MULTI" != "n" ]; then
@@ -734,6 +736,7 @@ if [ "$OS" != "parabola" ]; then
esac
fi
fi
+ clear
fi
# Office Suite