own busybox binaries

pull/5/head
Tomas M 2012-09-21 02:16:56 -05:00
parent 1c7b736a7c
commit 58261f207c
4 changed files with 3 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View File

@ -10,5 +10,5 @@ if [ -z "$MYARCH" ]; then
esac
fi
wget -O ./busybox http://busybox.net/downloads/binaries/latest/busybox-$MYARCH
ln busybox-$MYARCH ./busybox
chmod a+x ./busybox

View File

@ -57,12 +57,9 @@ mknod $INITRAMFS/dev/tty1 c 4 1
mknod $INITRAMFS/dev/tty2 c 4 2
mknod $INITRAMFS/dev/tty3 c 4 3
mknod $INITRAMFS/dev/tty4 c 4 4
#for i in $(seq 0 255); do
# mknod $INITRAMFS/dev/loop$i b 7 $i
#done
copy_including_deps /usr/bin/strace
copy_including_deps /usr/bin/lsof
#copy_including_deps /usr/bin/strace
#copy_including_deps /usr/bin/lsof
# TODO: add all comon filesystems which are NOT compiled in kernel already
copy_including_deps /$LMK/kernel/fs/squashfs