summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOliver Tappe2007-04-11 20:00:44 +0200
committerOliver Tappe2007-04-11 20:00:44 +0200
commit8b57d4588ceff322a9d60e23ec8b1e10437b0600 (patch)
tree24fe970d8ced5c6712f854d2967926cf664e4d03 /Makefile
parent* fixed leftover of use_absolute_tftp (diff)
downloadcore-8b57d4588ceff322a9d60e23ec8b1e10437b0600.tar.gz
core-8b57d4588ceff322a9d60e23ec8b1e10437b0600.tar.xz
core-8b57d4588ceff322a9d60e23ec8b1e10437b0600.zip
* created example of a PXE-template file and changed Makefile to copy
this to the config-path git-svn-id: http://svn.openslx.org/svn/openslx/trunk@876 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 e9d744d0..11178865 100644
--- a/Makefile
+++ b/Makefile
@@ -152,6 +152,8 @@ supported."; \
tar -xp -C $(SLX_SHARE_PATH)/initramfs; cd ../..
@tar --exclude=.svn -cp -C initramfs distro-specs | \
tar -xp -C $(SLX_SHARE_PATH)
+ @cp -p config-db/PXE-template.example \
+ $(SLX_CONFIG_PATH)/
@cp -a installer/default_files/machine-setup.default \
$(SLX_SHARE_PATH)/templates/
@tar --exclude=.svn -cp -C installer/default_files tftpboot | \