diff --git a/initramfs/busybox/busybox-i486 b/initramfs/busybox/busybox-i486 new file mode 100755 index 0000000..23bea0d Binary files /dev/null and b/initramfs/busybox/busybox-i486 differ diff --git a/initramfs/busybox/busybox-x86_64 b/initramfs/busybox/busybox-x86_64 new file mode 100755 index 0000000..919e5aa Binary files /dev/null and b/initramfs/busybox/busybox-x86_64 differ diff --git a/initramfs/busybox/update b/initramfs/busybox/update index b44c425..59af085 100755 --- a/initramfs/busybox/update +++ b/initramfs/busybox/update @@ -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 diff --git a/initramfs/initramfs_create b/initramfs/initramfs_create index 924b743..7e63659 100755 --- a/initramfs/initramfs_create +++ b/initramfs/initramfs_create @@ -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