diff --git a/Makefile b/Makefile index f6ceb9b..a90a084 100644 --- a/Makefile +++ b/Makefile @@ -74,9 +74,9 @@ export PATH CHROOT container PORTAGE_DIR VA_PKGDIR DISTDIR VA_ARCH inroot := systemd-nspawn --quiet \ --directory=$(CHROOT) \ --machine=$(container) \ - --bind=$(PORTAGE_DIR):/usr/portage \ - --bind=$(VA_PKGDIR):/usr/portage/packages \ - --bind=$(DISTDIR):/usr/portage/distfiles + --bind=$(PORTAGE_DIR):/var/db/repos/gentoo \ + --bind=$(VA_PKGDIR):/var/cache/binpkgs \ + --bind=$(DISTDIR):/var/cache/distfiles ifeq ($(VA_ARCH),x86) inroot := linux32 $(inroot) diff --git a/configs/stage3-tarball-excludes b/configs/stage3-tarball-excludes new file mode 100644 index 0000000..e69de29