summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-06-08 22:57:54 +0200
committerDirk von Suchodoletz2008-06-08 22:57:54 +0200
commit2eac3bf5b24c26236ca8b1cbc9cf20c7baf10f22 (patch)
treeacdc32c5c2716bea0e00587afaf9a167a9a722c7
parent* increased robustness against leaking resources by ignoring INT-signals when (diff)
downloadcore-2eac3bf5b24c26236ca8b1cbc9cf20c7baf10f22.tar.gz
core-2eac3bf5b24c26236ca8b1cbc9cf20c7baf10f22.tar.xz
core-2eac3bf5b24c26236ca8b1cbc9cf20c7baf10f22.zip
Next generation of stage3 - uclib based. At the moment the slx scripts
are packed into Stage3-ng.tbz as long as in testing. Removing outside uclib tools (for directory cleanup). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1869 95ad53e4-c205-0410-b2fa-d234c58c8868
-rw-r--r--Makefile2
-rw-r--r--initramfs/Stage3-ng.tbzbin0 -> 1582866 bytes
-rwxr-xr-xtools/busybox.uclib.i586bin326864 -> 0 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 25b872d3..5eb1c1f5 100644
--- a/Makefile
+++ b/Makefile
@@ -201,7 +201,7 @@ supported."; \
$(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/templates/; \
tar --exclude=.svn -cp -C installer/default_files tftpboot | \
tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share; \
- cp -pP tools/busybox{,.x86_64,.i586,.uclib.i586} \
+ cp -pP tools/busybox{,.x86_64,.i586} \
$(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/busybox/; \
cp -pP tools/{ddcprobe,915resolution}{,.x86_64,.i586} \
$(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/ramfstools; \
diff --git a/initramfs/Stage3-ng.tbz b/initramfs/Stage3-ng.tbz
new file mode 100644
index 00000000..44d18f96
--- /dev/null
+++ b/initramfs/Stage3-ng.tbz
Binary files differ
diff --git a/tools/busybox.uclib.i586 b/tools/busybox.uclib.i586
deleted file mode 100755
index 875afcab..00000000
--- a/tools/busybox.uclib.i586
+++ /dev/null
Binary files differ