aboutsummaryrefslogtreecommitdiff
path: root/post_chroot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'post_chroot.sh')
-rwxr-xr-xpost_chroot.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/post_chroot.sh b/post_chroot.sh
index b75ffac..66de397 100755
--- a/post_chroot.sh
+++ b/post_chroot.sh
@@ -34,6 +34,14 @@ elif [ "$_kernelflag" -eq 2 ]; then
cd "linux-6.10.2"
curl -LO "https://codeberg.org/awy/artix/raw/branch/minimal/.config"
sed -i -e '/^CONFIG_CMDLINE="root=PARTUUID=.*/c\' -e "CONFIG_CMDLINE=\"root=PARTUUID=$PARTUUID_ROOT\"" .config
+ mkdir /etc/modules-load.d
+ cat <<EOL >> /etc/modules-load.d/video.conf
+ nvidia
+ nvidia_modeset
+ nvidia_uvm
+ nvidia_drm
+EOL
+ pacman -S bc perl bison
make menuconfig
#make -j$(nproc)
#make modules