From 406e29aff82181197bf7f2d1d34bd7ea2b2bbb7c Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Wed, 28 May 2008 21:43:39 +0000 Subject: 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 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 \ -- cgit v1.2.3-55-g7522