From 8090ee305b8759beb2afce335640db244c132455 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Wed, 26 Nov 2025 12:03:39 -0500 Subject: Some more tweaking to the installer, bake packages into the image --- installer/run.sh | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'installer/run.sh') diff --git a/installer/run.sh b/installer/run.sh index 74e15a5..ff9ff43 100644 --- a/installer/run.sh +++ b/installer/run.sh @@ -26,7 +26,14 @@ if [ "$(id -u)" -ne 0 ] ; then fi # temporary Workaround for slow mirrors -reflector | grep rit.edu > /etc/pacman.d/mirrorlist +# reflector | grep rit.edu > /etc/pacman.d/mirrorlist + +# Our local repository should have most of our packages: +cat >> /etc/pacman.conf <