summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLars Müller2007-01-06 22:33:17 +0100
committerLars Müller2007-01-06 22:33:17 +0100
commit4a7642d7047675da9c1a9b3a2b8fb9fcbbbaebf7 (patch)
treeaaf3885cad6f7c3c129452d9bac5156be93b8c54 /Makefile
parentStart to use busybox to bootstrap the stage1 systems. (diff)
downloadcore-4a7642d7047675da9c1a9b3a2b8fb9fcbbbaebf7.tar.gz
core-4a7642d7047675da9c1a9b3a2b8fb9fcbbbaebf7.tar.xz
core-4a7642d7047675da9c1a9b3a2b8fb9fcbbbaebf7.zip
Add slxbootstrap used by busybox.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@589 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c9c790b7..c32d3449 100644
--- a/Makefile
+++ b/Makefile
@@ -151,7 +151,7 @@ supported."; \
tar -xp -C $(SLX_SHARE_PATH)
@cd theming; tar --exclude=.svn -cp * | \
tar -xp -C $(SLX_SHARE_PATH)/themes; cd ..
- @cp tools/busybox $(SLX_SHARE_PATH)/busybox
+ @cp -p tools/busybox installer/slxbootstrap $(SLX_SHARE_PATH)/busybox/
@# create pre-/postinit scripts for us in initramfs:
@echo -e "#!/bin/sh\n#\n# This script allows the local admin to \