aboutsummaryrefslogtreecommitdiff
path: root/mkrepo.sh
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2025-11-26 12:03:39 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2025-11-26 12:03:39 -0500
commit8090ee305b8759beb2afce335640db244c132455 (patch)
treeeeca7492cc78f509fa8bde36e45287895376888a /mkrepo.sh
parent4e8db800787b181a917efa093848c2476af4f31c (diff)
downloadvoussoir-8090ee305b8759beb2afce335640db244c132455.tar.gz
voussoir-8090ee305b8759beb2afce335640db244c132455.tar.xz
Some more tweaking to the installer, bake packages into the image
Diffstat (limited to 'mkrepo.sh')
-rwxr-xr-xmkrepo.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/mkrepo.sh b/mkrepo.sh
index 8fe1164..e35231e 100755
--- a/mkrepo.sh
+++ b/mkrepo.sh
@@ -25,7 +25,14 @@ cd pkgs/brave-bin
makepkg -sf
cd -
+sudo pacman --noconfirm --cachedir "/tmp/arch_pkgrepo2" \
+ -Sw $(cat archiso_config/packages.x86_64 | grep -vE '^(brave-bin|yay)')
+
+sudo mv "/tmp/arch_pkgrepo2"/* "${PKGDEST}"/
cd /tmp/arch_pkgrepo
-repo-add ./bootstrapper.db.tar.zst ./*
+repo-add ./bootstrapper.db.tar.zst ./*pkg.tar.zst
cd -
+
+# And put the whole repo onto the ISO...
+sudo cp -r pkgrepo archiso_config/airootfs/home/