diff options
Diffstat (limited to 'mkrepo.sh')
| -rwxr-xr-x | mkrepo.sh | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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/ |
