summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOliver Tappe2008-05-28 23:43:39 +0200
committerOliver Tappe2008-05-28 23:43:39 +0200
commit406e29aff82181197bf7f2d1d34bd7ea2b2bbb7c (patch)
treef4505d0216215972390e9b2f403a606f11f9b82d /Makefile
parent* cosmetics: print filename of kernel instead of full path in warning that is (diff)
downloadcore-406e29aff82181197bf7f2d1d34bd7ea2b2bbb7c.tar.gz
core-406e29aff82181197bf7f2d1d34bd7ea2b2bbb7c.tar.xz
core-406e29aff82181197bf7f2d1d34bd7ea2b2bbb7c.zip
preparations to support cdboot as a second boot type for clients
* refactored PXE specific stuff out of slxconfig-demuxer and moved it into a separate class (OpenSLX::BootEnvironment::PXE) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1809 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 d63b3f3d..52c16bc4 100644
--- a/Makefile
+++ b/Makefile
@@ -159,6 +159,8 @@ supported."; \
cp os-plugins/slx* $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/bin/; \
tar --exclude=.svn -cp -C lib OpenSLX \
| tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/lib; \
+ tar --exclude=.svn -cp -C boot-env OpenSLX \
+ | 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 \