diff options
author | Oliver Tappe | 2008-08-20 14:20:07 +0200 |
---|---|---|
committer | Oliver Tappe | 2008-08-20 14:20:07 +0200 |
commit | 0677328054a51160b79af3fb982b852294c5e175 (patch) | |
tree | eecc8c2a1808aa61296dd50ebceef4b887f9dba4 /Makefile | |
parent | There is no working 64bit version of the old initramfs ... (diff) | |
download | core-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-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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; \ |