aboutsummaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2025-12-04 23:07:55 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2025-12-04 23:07:55 -0500
commit1d7f1160ee86c01cb78d92356a9c69ce21035a28 (patch)
treea455fc3d53ec5607f0467efe20c214b525a29e66 /installer
parent88d589f45415cab3615105e0b1b6f951c5321d95 (diff)
downloadvoussoir-1d7f1160ee86c01cb78d92356a9c69ce21035a28.tar.gz
voussoir-1d7f1160ee86c01cb78d92356a9c69ce21035a28.tar.xz
Tweak the setup scripts, installer and some other minor bits. Vulkan package was also renamed, causing issues
Diffstat (limited to 'installer')
-rw-r--r--installer/run.sh19
1 files changed, 14 insertions, 5 deletions
diff --git a/installer/run.sh b/installer/run.sh
index 97601d8..f6c2af6 100644
--- a/installer/run.sh
+++ b/installer/run.sh
@@ -530,9 +530,9 @@ case $(lspci | grep VGA) in
do_chroot pacman -S --needed rocm-opencl-runtime
;;
*Intel*)
- # OpenCL Drivers
+ # OpenCL & Vulkan Drivers
do_chroot pacman -S --needed \
- intel-compute-runtime intel-media-driver libva-utils vulkan-intel vulkan-mesa
+ intel-compute-runtime intel-media-driver libva-utils vulkan-intel vulkan-mesa-layers
;;
*)
echo "No GPU detected"
@@ -591,12 +591,21 @@ if [ "$(id -u)" -ne 0 ] ; then
exit 1
fi
cp /boot/limine.conf /boot/limine.conf.install
-snapper -c root create-config /
+
+# Snapper is automatically setup, it seems, so this can be skipped
+# here for now, but if for some reason it isn not now you know what command to
+# run
+# snapper -c root create-config /
+
limine-update
limine-snapper-sync
' > "${_install_path}"/home/"${_username}"/setup.sh
-echo "${_green}Install complete! Rebooting!"
-sleep 10
+echo "${_green}Install complete!"
+echo ""
+echo "${_green}Make sure you run the 'setup.sh' script after first boot."
+echo ""
+echo "${_green}Rebooting!"
+sleep 15
reboot