On Tue, 24 Feb 2009, Stephen Montgomery-Smith wrote: > Sean Bruno wrote: > cd /usr/src > make installkernel > .... this dies with a "file system full" error > rm -r /boot/kernel.old > make installkernel > Although I wouldn't recommend it "in general", for your case I would make sure everything you need is configured into the kernel you build (so it doesn't need any loadable modules) and then: cd /usr/src/sys/<arch>/compile/GENERIC mkdir /boot/kernel.new cp kernel /boot/kernel.new so that you can boot the new one and see it work before deleting the old one. Just a suggestion, rickReceived on Tue Feb 24 2009 - 19:59:32 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:42 UTC