Re: installkernel ignoring WITHOUT_DEBUG_FILES?

2020-04-29 Thread Yuri Pankov
Mark Johnston wrote: On Wed, Apr 29, 2020 at 08:49:00AM +0300, Yuri Pankov wrote: I'm trying to replace the kernel on memstick image with the help of mdconfig, and installkernel runs out of space despite WITHOUT_DEBUG_FILES= added to /etc/src.conf. /usr/src$ make -V MK_DEBUG_FILES no /usr/src$

Re: installkernel ignoring WITHOUT_DEBUG_FILES?

2020-04-29 Thread Mark Johnston
On Wed, Apr 29, 2020 at 08:49:00AM +0300, Yuri Pankov wrote: > I'm trying to replace the kernel on memstick image with the help of > mdconfig, and installkernel runs out of space despite > WITHOUT_DEBUG_FILES= added to /etc/src.conf. > > /usr/src$ make -V MK_DEBUG_FILES > no > /usr/src$ sudo rm

installkernel ignoring WITHOUT_DEBUG_FILES?

2020-04-28 Thread Yuri Pankov
I'm trying to replace the kernel on memstick image with the help of mdconfig, and installkernel runs out of space despite WITHOUT_DEBUG_FILES= added to /etc/src.conf. /usr/src$ make -V MK_DEBUG_FILES no /usr/src$ sudo rm -rf /mnt/usr/lib/debug /usr/src$ sudo make DESTDIR=/mnt installkernel