Revision [991]

This is an old revision of MIPSNotes made by GeekGod on 2009-10-01 12:19:23.

 

MIPS Notes

* Add the following to /etc/make.conf:
WITHOUT_X11=yo
WITHOUT_PERL_MALLOC=1
TARGET_BIG_ENDIAN=yes
* Need to ntpdate device on every bootup
* Need to create a 2G swap file for the builder box:
dd if=/dev/zero of=/nfsroot/swap bs=128M count=16
and then enable it on RS:
mdconfig -a -f /swap
swapon /dev/md0
* Clock needs to be set on EVERY bootup with:
ntpdate time.nist.gov
* A swap drive needs to be setup on the netboot server:
dd if=/dev/zero of=/nfsroot/swap bs=128M count=16
* The client needs to use the swap drive on each boot:
mdconfig -a -f /swap
swapon /dev/md1
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki