own busybox binaries
parent
1c7b736a7c
commit
58261f207c
Binary file not shown.
Binary file not shown.
|
|
@ -10,5 +10,5 @@ if [ -z "$MYARCH" ]; then
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wget -O ./busybox http://busybox.net/downloads/binaries/latest/busybox-$MYARCH
|
ln busybox-$MYARCH ./busybox
|
||||||
chmod a+x ./busybox
|
chmod a+x ./busybox
|
||||||
|
|
|
||||||
|
|
@ -57,12 +57,9 @@ mknod $INITRAMFS/dev/tty1 c 4 1
|
||||||
mknod $INITRAMFS/dev/tty2 c 4 2
|
mknod $INITRAMFS/dev/tty2 c 4 2
|
||||||
mknod $INITRAMFS/dev/tty3 c 4 3
|
mknod $INITRAMFS/dev/tty3 c 4 3
|
||||||
mknod $INITRAMFS/dev/tty4 c 4 4
|
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/strace
|
||||||
copy_including_deps /usr/bin/lsof
|
#copy_including_deps /usr/bin/lsof
|
||||||
|
|
||||||
# TODO: add all comon filesystems which are NOT compiled in kernel already
|
# TODO: add all comon filesystems which are NOT compiled in kernel already
|
||||||
copy_including_deps /$LMK/kernel/fs/squashfs
|
copy_including_deps /$LMK/kernel/fs/squashfs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue