--- wikisrc/users/imil/cheatsheet.mdwn 2012/07/25 20:06:40 1.4 +++ wikisrc/users/imil/cheatsheet.mdwn 2012/07/25 20:09:58 1.5 @@ -22,14 +22,14 @@ [[!template id=programlisting text=""" # cd /usr/src - # ./build.sh -O ../obj -T ../tools -j -U distribution + # ./build.sh -O ../obj -T ../tools -j#jobs -U distribution """]] * Build the kernel [[!template id=programlisting text=""" # cd /usr/src - # ./build.sh -O ../obj -T ../tools -j kernel= + # ./build.sh -O ../obj -T ../tools -j#jobs kernel=YOUR_KERNEL """]] * Install the new kernel @@ -37,7 +37,7 @@ [[!template id=programlisting text=""" # cd /usr/src # cp /netbsd /netbsd.old - # cp /usr/obj/sys/arch//compile//netbsd / + # cp /usr/obj/sys/arch/YOUR_ARCH/compile/YOUR_KERNEL/netbsd / # shutdown -r now # cd /usr/src # ./build.sh -O ../obj -T ../tools -U install=/