From 2eac3bf5b24c26236ca8b1cbc9cf20c7baf10f22 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Sun, 8 Jun 2008 20:57:54 +0000 Subject: 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 --- Makefile | 2 +- initramfs/Stage3-ng.tbz | Bin 0 -> 1582866 bytes tools/busybox.uclib.i586 | Bin 326864 -> 0 bytes 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 initramfs/Stage3-ng.tbz delete mode 100755 tools/busybox.uclib.i586 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 Binary files /dev/null and b/initramfs/Stage3-ng.tbz differ diff --git a/tools/busybox.uclib.i586 b/tools/busybox.uclib.i586 deleted file mode 100755 index 875afcab..00000000 Binary files a/tools/busybox.uclib.i586 and /dev/null differ -- cgit v1.2.3-55-g7522