From 1d7f1160ee86c01cb78d92356a9c69ce21035a28 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Thu, 4 Dec 2025 23:07:55 -0500 Subject: Tweak the setup scripts, installer and some other minor bits. Vulkan package was also renamed, causing issues --- installer/run.sh | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'installer/run.sh') 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 -- cgit v1.2.3