summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile6
-rwxr-xr-xtools/busybox.x86_64bin406632 -> 415656 bytes
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 52c16bc4..e54bcf15 100644
--- a/Makefile
+++ b/Makefile
@@ -138,7 +138,7 @@ supported."; \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/lib \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/bin \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/templates \
- -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/cdboot \
+ -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/preboot \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/tpm \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/initramfs \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/busybox \
@@ -185,8 +185,8 @@ supported."; \
@ln -sf $(SLX_BASE_PATH)/bin/slx* $(SLX_BUILD_PATH)$(USR_BIN_PATH)/; \
@ # copy shareable data:
- @cd initramfs/cdboot; tar --exclude=.svn -cp * | \
- tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/cdboot; \
+ @cd initramfs/preboot; tar --exclude=.svn -cp * | \
+ tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/preboot; \
cd ../initrd-stuff; tar --exclude=.svn -cp * | \
tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/initramfs; cd ../..; \
tar --exclude=.svn -cp -C initramfs distro-specs | \
diff --git a/tools/busybox.x86_64 b/tools/busybox.x86_64
index aadf5fc1..f2344a45 100755
--- a/tools/busybox.x86_64
+++ b/tools/busybox.x86_64
Binary files differ