diff options
author | Oliver Tappe | 2008-05-28 23:43:39 +0200 |
---|---|---|
committer | Oliver Tappe | 2008-05-28 23:43:39 +0200 |
commit | 406e29aff82181197bf7f2d1d34bd7ea2b2bbb7c (patch) | |
tree | f4505d0216215972390e9b2f403a606f11f9b82d /Makefile | |
parent | * cosmetics: print filename of kernel instead of full path in warning that is (diff) | |
download | core-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |