summaryrefslogtreecommitdiffstats
path: root/initramfs/slxmkramfs
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs/slxmkramfs')
-rwxr-xr-xinitramfs/slxmkramfs14
1 files changed, 7 insertions, 7 deletions
diff --git a/initramfs/slxmkramfs b/initramfs/slxmkramfs
index 1e9c7c06..6a0bba9d 100755
--- a/initramfs/slxmkramfs
+++ b/initramfs/slxmkramfs
@@ -8,7 +8,7 @@
# Dirk von Suchodoletz <dvs@OpenSLX.com>, 2006, 2007
#
# (c) 2003 - 2006 - RZ Universitaet Freiburg
-# (c) 2006, 2007 - OpenSLX.org Project
+# (c) 2006, 2007 - OpenSLX GmbH
# NOTE (zooey):
# this whole file should be reimplemented in perl in order to
@@ -427,14 +427,14 @@ if [ "$use_busybox" = 1 ]; then
${SLX_SHARE_PATH}/busybox directory."; }
fi
if [ -n "$use_busybox" ] ; then
+ # somehow the target platform should be defined and proper busybox copied
cp ${SLX_SHARE_PATH}/busybox/busybox ${INSTDIR}/bin
for bbins in [ ar arping ash bunzip2 cat chmod chown chroot cp cpio cut \
- date dd df dmesg du echo env expr fdisk free grep gunzip hwclock \
- insmod \
- id ip kill killall ln ls lsmod mdev mkdir mke2fs mkfs.ext2 mkfs.ext3 \
- mknod mkswap modprobe mount mv nice ping printf ps rdate rm rmmod sed \
- sleep sort swapoff swapon switch_root tar test tftp time touch tr \
- udhcpc umount uptime usleep vconfig vi zcat zcip; do
+ date dd df dmesg du echo env expr fdisk free grep gunzip hwclock \
+ insmod id ip kill killall ln ls lsmod mdev mkdir mke2fs mkfs.ext2 \
+ mkfs.ext3 mknod mkswap modprobe mount mv nice ping printf ps rdate rm \
+ rmmod sed sleep sort swapoff swapon switch_root tar test tftp time \
+ touch tr udhcpc umount uptime usleep vconfig vi zcat zcip; do
ln -fs /bin/busybox ${INSTDIR}/bin/$bbins
done
# fake the sh link in busybox environment