packages: add base group

This commit is contained in:
Santiago Torres 2019-11-26 16:02:21 -05:00
parent 2fc6d9f3ee
commit 4ebfbe5883
No known key found for this signature in database
GPG Key ID: 468F122CE8162295
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ rootfs: hooks
cat pacman-conf.d-noextract.conf >> rootfs/etc/pacman.conf
fakechroot -- fakeroot -- pacman -Sy -r $(BUILDDIR) \
--noconfirm --dbpath $(PWD)/$(BUILDDIR)/var/lib/pacman \
--config pacman.conf \
--config rootfs/etc/pacman.conf \
--noscriptlet \
--hookdir $(PWD)/alpm-hooks/usr/share/libalpm/hooks/ $(shell cat packages)
cp --recursive --preserve=timestamps --backup --suffix=.pacnew rootfs/* $(BUILDDIR)/

View File

@ -2,3 +2,4 @@ sed
gzip
pacman
systemd
gawk