summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOliver Tappe2008-08-20 14:20:07 +0200
committerOliver Tappe2008-08-20 14:20:07 +0200
commit0677328054a51160b79af3fb982b852294c5e175 (patch)
treeeecc8c2a1808aa61296dd50ebceef4b887f9dba4 /Makefile
parentThere is no working 64bit version of the old initramfs ... (diff)
downloadcore-0677328054a51160b79af3fb982b852294c5e175.tar.gz
core-0677328054a51160b79af3fb982b852294c5e175.tar.xz
core-0677328054a51160b79af3fb982b852294c5e175.zip
* merged branch 'initramfs-ng' back intro trunk - requires careful testing ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2055 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6747fec1..9a9b25c6 100644
--- a/Makefile
+++ b/Makefile
@@ -184,9 +184,6 @@ supported."; \
@ # copy shareable data:
@tar --exclude=.svn -cp -C initramfs preboot | \
tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share; \
- tar --exclude=.svn -cp -C initramfs initrd-stuff/ | \
- tar -xp --strip-components 1 \
- -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/initramfs; \
tar --exclude=.svn -cp -C initramfs stage3-stuff/ | \
tar -xp --strip-components 1 \
-C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/initramfs; \