own busybox binaries
This commit is contained in:
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user