fix the smsc95xx in the initrd.gz too, as its really hard to debug with all the kevent messages

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/8/head
Robert Nelson 14 years ago
parent 7487d817cf
commit c693793474

@ -429,6 +429,10 @@ esac
sudo touch ${TEMPDIR}/initrd-tree/etc/rcn.conf 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 if [ "${SERIAL_MODE}" ] ; then
sudo touch ${TEMPDIR}/initrd-tree/etc/rcn-serial.conf sudo touch ${TEMPDIR}/initrd-tree/etc/rcn-serial.conf
fi fi

Loading…
Cancel
Save