From 0116a04750d8f3bbe973c4827437174ddcab18cb Mon Sep 17 00:00:00 2001 From: beech Date: Sat, 6 Jul 2024 01:27:03 -0500 Subject: [PATCH] Updated comments --- README.md | 2 +- preinstall1.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4c5989..168e163 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ curl https://git.boppdev.net/beech/ArchScripts/raw/branch/main/nvidia.sh -o nvid sh nvidia.sh nano /boot/loader/entries/arch.conf -nvidia-drm.modeset=1 # Add this to the last line (ex: rw nvidia-drm.modeset=1) +nvidia-drm.modeset=1 # Add this to the end of the last line (ex: rw nvidia-drm.modeset=1) exit umount -R /mnt diff --git a/preinstall1.sh b/preinstall1.sh index bc4569a..0c08078 100644 --- a/preinstall1.sh +++ b/preinstall1.sh @@ -58,6 +58,9 @@ sudo pacman -S pacman-contrib --noconfirm rankmirrors -n 6 /etc/pacman.d/mirrorlist.backup > /etc/pacman.d/mirrorlist # install arch +echo "-------------------------------------------------" +echo "Installing to drive" +echo "-------------------------------------------------" pacstrap -K /mnt base linux linux-firmware base-devel --noconfirm --needed