summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOliver Tappe2008-01-16 16:04:23 +0100
committerOliver Tappe2008-01-16 16:04:23 +0100
commitd36353b9854df6fc040bc3a8923444dd0cd7fbc7 (patch)
tree81ff60715276849d8173e118ab870783be1b15ce /Makefile
parent* requiredFSMods() now returns an array instead of a flattened (diff)
downloadcore-d36353b9854df6fc040bc3a8923444dd0cd7fbc7.tar.gz
core-d36353b9854df6fc040bc3a8923444dd0cd7fbc7.tar.xz
core-d36353b9854df6fc040bc3a8923444dd0cd7fbc7.zip
* it is now possible to cause slxconfig-demuxer to use the
new, internal code for generating the initialramfs (option --makeinitramfs) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1480 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c3fca761..04d63a84 100644
--- a/Makefile
+++ b/Makefile
@@ -162,6 +162,8 @@ supported."; \
| tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/lib; \
tar --exclude=.svn -cp -C config-db OpenSLX \
| tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/lib; \
+ tar --exclude=.svn -cp -C initramfs OpenSLX \
+ | tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/lib; \
tar --exclude=.svn -cp -C installer OpenSLX \
| tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/lib; \
tar --exclude=.svn -cp -C os-plugins OpenSLX \