From c693793474085d8ffb752b9dd9bfe1ac0e98229c Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 12 Apr 2011 12:06:21 -0500 Subject: [PATCH] fix the smsc95xx in the initrd.gz too, as its really hard to debug with all the kevent messages Signed-off-by: Robert Nelson --- mk_mmc.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mk_mmc.sh b/mk_mmc.sh index 2628785..8829016 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -429,6 +429,10 @@ esac sudo touch ${TEMPDIR}/initrd-tree/etc/rcn.conf + #work around for the kevent smsc95xx issue + sudo touch ${TEMPDIR}/initrd-tree/etc/sysctl.conf + echo "vm.min_free_kbytes = 8192" | sudo tee -a ${TEMPDIR}/initrd-tree/etc/sysctl.conf + if [ "${SERIAL_MODE}" ] ; then sudo touch ${TEMPDIR}/initrd-tree/etc/rcn-serial.conf fi