From 0fbcc80442b42b7a785e4cbb1fabea044094441f Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 31 Mar 2014 11:05:45 +0300 Subject: Enable shared /src This adds a shared /src mounted from /opt/baserock/src This allows chroots to share /src and also provides a persistent src space in the face of adding and removing chroots. Signed-off-by: Daniel Silverstone Reviewed-by: Sam Thursfield --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d0238b2..e9bf8ae 100644 --- a/Makefile +++ b/Makefile @@ -14,4 +14,5 @@ install: install -m 0755 $${TOOL} $(DESTDIR)$(PREFIX)/sbin/$${TOOL}; \ done install -d $(DESTDIR)/opt/baserock/chroots + install -d $(DESTDIR)/opt/baserock/src -- cgit v1.2.1