version 1.3, 2012/07/25 20:05:38
|
version 1.5, 2012/07/25 20:09:58
|
Line 22
|
Line 22
|
|
|
[[!template id=programlisting text=""" |
[[!template id=programlisting text=""" |
# cd /usr/src |
# cd /usr/src |
# ./build.sh -O ../obj -T ../tools -j<njobs> -U distribution |
# ./build.sh -O ../obj -T ../tools -j#jobs -U distribution |
"""] |
"""]] |
|
|
* Build the kernel |
* Build the kernel |
|
|
[[!template id=programlisting text=""" |
[[!template id=programlisting text=""" |
# cd /usr/src |
# cd /usr/src |
# ./build.sh -O ../obj -T ../tools -j<njobs> kernel=<KERNEL> |
# ./build.sh -O ../obj -T ../tools -j#jobs kernel=YOUR_KERNEL |
"""] |
"""]] |
|
|
* Install the new kernel |
* Install the new kernel |
|
|
[[!template id=programlisting text=""" |
[[!template id=programlisting text=""" |
# cd /usr/src |
# cd /usr/src |
# cp /netbsd /netbsd.old |
# cp /netbsd /netbsd.old |
# cp /usr/obj/sys/arch/<ARCH>/compile/<KERNEL>/netbsd / |
# cp /usr/obj/sys/arch/YOUR_ARCH/compile/YOUR_KERNEL/netbsd / |
# shutdown -r now |
# shutdown -r now |
# cd /usr/src |
# cd /usr/src |
# ./build.sh -O ../obj -T ../tools -U install=/ |
# ./build.sh -O ../obj -T ../tools -U install=/ |
# /usr/sbin/etcupdate -s /usr/src |
# /usr/sbin/etcupdate -s /usr/src |
"""]]] |
"""]] |
|
|
## Adobe Flash |
## Adobe Flash |
|
|
Line 54
|
Line 54
|
# cd /usr/pkgsrc/multimedia/ns-flash |
# cd /usr/pkgsrc/multimedia/ns-flash |
# make install |
# make install |
$ nspluginwrapper -i /usr/pkg/lib/netscape/plugins/libflashplayer.so |
$ nspluginwrapper -i /usr/pkg/lib/netscape/plugins/libflashplayer.so |
"""] |
"""]] |
|
|