From 9f64d6f1e43652a49e7155265706faa380d538ef Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Fri, 23 Jan 2009 16:04:38 +0000 Subject: * updated busybox with: ** inotifyd support (see #355) ** virtual terminal stuff ** powercontroll tools git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2521 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/uclib-rootfs/bin/busybox | Bin 350448 -> 354556 bytes initramfs/uclib-rootfs/sbin/halt | 1 + initramfs/uclib-rootfs/sbin/inotifyd | 1 + initramfs/uclib-rootfs/sbin/poweroff | 1 + initramfs/uclib-rootfs/sbin/reboot | 1 + initramfs/uclib-rootfs/usr/bin/chvt | 1 + initramfs/uclib-rootfs/usr/bin/deallocvt | 1 + initramfs/uclib-rootfs/usr/bin/openvt | 1 + initramfs/uclib-rootfs/usr/bin/readahead | 1 + initramfs/uclib-rootfs/usr/sbin/loadfont | 1 + 10 files changed, 9 insertions(+) create mode 120000 initramfs/uclib-rootfs/sbin/halt create mode 120000 initramfs/uclib-rootfs/sbin/inotifyd create mode 120000 initramfs/uclib-rootfs/sbin/poweroff create mode 120000 initramfs/uclib-rootfs/sbin/reboot create mode 120000 initramfs/uclib-rootfs/usr/bin/chvt create mode 120000 initramfs/uclib-rootfs/usr/bin/deallocvt create mode 120000 initramfs/uclib-rootfs/usr/bin/openvt create mode 120000 initramfs/uclib-rootfs/usr/bin/readahead create mode 120000 initramfs/uclib-rootfs/usr/sbin/loadfont (limited to 'initramfs') diff --git a/initramfs/uclib-rootfs/bin/busybox b/initramfs/uclib-rootfs/bin/busybox index 92941b9a..9eaedc64 100755 Binary files a/initramfs/uclib-rootfs/bin/busybox and b/initramfs/uclib-rootfs/bin/busybox differ diff --git a/initramfs/uclib-rootfs/sbin/halt b/initramfs/uclib-rootfs/sbin/halt new file mode 120000 index 00000000..71259713 --- /dev/null +++ b/initramfs/uclib-rootfs/sbin/halt @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/initramfs/uclib-rootfs/sbin/inotifyd b/initramfs/uclib-rootfs/sbin/inotifyd new file mode 120000 index 00000000..71259713 --- /dev/null +++ b/initramfs/uclib-rootfs/sbin/inotifyd @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/initramfs/uclib-rootfs/sbin/poweroff b/initramfs/uclib-rootfs/sbin/poweroff new file mode 120000 index 00000000..71259713 --- /dev/null +++ b/initramfs/uclib-rootfs/sbin/poweroff @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/initramfs/uclib-rootfs/sbin/reboot b/initramfs/uclib-rootfs/sbin/reboot new file mode 120000 index 00000000..71259713 --- /dev/null +++ b/initramfs/uclib-rootfs/sbin/reboot @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/initramfs/uclib-rootfs/usr/bin/chvt b/initramfs/uclib-rootfs/usr/bin/chvt new file mode 120000 index 00000000..f948f1a7 --- /dev/null +++ b/initramfs/uclib-rootfs/usr/bin/chvt @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/initramfs/uclib-rootfs/usr/bin/deallocvt b/initramfs/uclib-rootfs/usr/bin/deallocvt new file mode 120000 index 00000000..f948f1a7 --- /dev/null +++ b/initramfs/uclib-rootfs/usr/bin/deallocvt @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/initramfs/uclib-rootfs/usr/bin/openvt b/initramfs/uclib-rootfs/usr/bin/openvt new file mode 120000 index 00000000..f948f1a7 --- /dev/null +++ b/initramfs/uclib-rootfs/usr/bin/openvt @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/initramfs/uclib-rootfs/usr/bin/readahead b/initramfs/uclib-rootfs/usr/bin/readahead new file mode 120000 index 00000000..f948f1a7 --- /dev/null +++ b/initramfs/uclib-rootfs/usr/bin/readahead @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/initramfs/uclib-rootfs/usr/sbin/loadfont b/initramfs/uclib-rootfs/usr/sbin/loadfont new file mode 120000 index 00000000..f948f1a7 --- /dev/null +++ b/initramfs/uclib-rootfs/usr/sbin/loadfont @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file -- cgit v1.2.3-55-g7522