View Single Post
  #6   (View Single Post)  
Old 19th February 2009
vermaden's Avatar
vermaden vermaden is offline
Administrator
 
Join Date: Apr 2008
Location: pl_PL.lodz
Posts: 1,056
Default

Quote:
3. cd /boot
4. cp -Rp kernel kernel.works *
Dunno it that is necessery, you do installkernel with KODIR option, so original /boot/kernel will stay untouched, and even if you forgot to add KODIR option, it will be automatically renamed to /boot/kernel.old while new one will be placed as /boot/kernel

Quote:
10. make -j3 buildkernel KERNCONF=MYKERNEL *
11. make KODIR=/boot/kernel.new KERNCONF=MYKERNEL installkernel *
These tow can be merged into one:
10. make -j3 kernel KERNCONF=MYKERNEL KODIR=/boot/kernel.new
__________________
religions, worst damnation of mankind
"If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds

Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”.
vermaden's: links resources deviantart spreadbsd
Reply With Quote