diff --git a/Makefile b/Makefile index 8a85f42..ac188a8 100644 --- a/Makefile +++ b/Makefile @@ -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)/ diff --git a/packages b/packages index 39dffd0..5ef6e83 100644 --- a/packages +++ b/packages @@ -2,3 +2,4 @@ sed gzip pacman systemd +gawk