summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOliver Tappe2007-03-29 10:26:24 +0200
committerOliver Tappe2007-03-29 10:26:24 +0200
commit37aa7d6330c5af18a3dded9a6b358366063d9a74 (patch)
tree3d532c6709219314299f6b60e0e739716ce545e6 /Makefile
parent* renamed busybox.i386 to busybox.i586, since I suppose that is its actual pl... (diff)
downloadcore-37aa7d6330c5af18a3dded9a6b358366063d9a74.tar.gz
core-37aa7d6330c5af18a3dded9a6b358366063d9a74.tar.xz
core-37aa7d6330c5af18a3dded9a6b358366063d9a74.zip
* added installation of mksquashfs, adjusted installation of busybox to last changes
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@835 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 37e92c3e..e9d744d0 100644
--- a/Makefile
+++ b/Makefile
@@ -114,6 +114,7 @@ supported."; \
-p $(SLX_SHARE_PATH)/templates \
-p $(SLX_SHARE_PATH)/initramfs \
-p $(SLX_SHARE_PATH)/busybox \
+ -p $(SLX_SHARE_PATH)/squashfs \
-p $(SLX_PRIVATE_PATH)/config/default/initramfs \
-p $(SLX_PRIVATE_PATH)/config/default/rootfs \
-p $(SLX_PRIVATE_PATH)/db \
@@ -157,8 +158,9 @@ supported."; \
tar -xp -C $(SLX_SHARE_PATH)
@cd theming; tar --exclude=.svn -cp * | \
tar -xp -C $(SLX_SHARE_PATH)/themes; cd ..
- @cp -p tools/busybox{,.links,.x86_64,.i386} installer/slxbootstrap \
+ @cp -pP tools/busybox{,.links,.x86_64,.i586} installer/slxbootstrap \
$(SLX_SHARE_PATH)/busybox/
+ @cp -p tools/mksquashfs $(SLX_SHARE_PATH)/squashfs/
@# create pre-/postinit scripts for us in initramfs:
@echo -e "#!/bin/sh\n#\n# This script allows the local admin to \