summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOliver Tappe2008-09-01 23:51:20 +0200
committerOliver Tappe2008-09-01 23:51:20 +0200
commit7043bffef52e7f7404a09d4de3919de915e5de70 (patch)
tree342dd11f074aa6657869913bf27a7d56d3bb08af /Makefile
parent* somewhere we got a line break in copyprocess before svn commit (diff)
downloadcore-7043bffef52e7f7404a09d4de3919de915e5de70.tar.gz
core-7043bffef52e7f7404a09d4de3919de915e5de70.tar.xz
core-7043bffef52e7f7404a09d4de3919de915e5de70.zip
* implemented PREBOOT_CD boot environment that creates an appropriate ISO image
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2181 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b65dc377..e96086db 100644
--- a/Makefile
+++ b/Makefile
@@ -192,8 +192,8 @@ supported."; \
tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share; \
tar --exclude=.svn -cp -C initramfs uclib-rootfs | \
tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share; \
- tar --exclude=.svn --exclude *.example -cp -C boot-env pxe | \
- tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/boot-env; \
+ tar --exclude=.svn --exclude *.example --exclude OpenSLX -cp boot-env | \
+ tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/; \
cp -p boot-env/pxe/menu-template.example \
$(SLX_BUILD_PATH)$(SLX_CONFIG_PATH)/boot-env/pxe/; \
cp -a installer/default_files/machine-setup.default \