summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2014-06-24 13:30:11 +0200
committerKay Sievers <kay@vrfy.org>2014-06-24 15:41:03 +0200
commit3577de7ac39c54821e1d1d946db65e109dfb94b2 (patch)
tree2bfdabbd233a5b1ce3685a033cde65e5d412f01e /Makefile.am
parent96e264415033ef9b07c062850aed4cac316f20b8 (diff)
nspawn: create essential base directories at system bootup
This allows us to bootup a rootfs with a /usr directory only.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 37a164e562..bc56d7500d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -827,7 +827,9 @@ libsystemd_shared_la_SOURCES = \
src/shared/eventfd-util.c \
src/shared/eventfd-util.h \
src/shared/copy.c \
- src/shared/copy.h
+ src/shared/copy.h \
+ src/shared/base-filesystem.c \
+ src/shared/base-filesystem.h
nodist_libsystemd_shared_la_SOURCES = \
src/shared/errno-from-name.h \