"Zbigniew Szalbot" <[email protected]> writes: > My main mistake was that I had > makeoptions DEBUG=-g > in the kernel config file. That made for a ~130MB kernel so when I > compiled and tried to install a new one, it ran out of space (it would > be about 260 MB but I only had 242 MB). > > Many thanks for all you detailed instructions though!
% df -h |grep ad0s1 /dev/ad0s1a 242M 79M 144M 35% / "makeoptions DEBUG=-g" is not commented out in my kernel conf, but I have added INSTALL_NODEBUG="yes" to /etc/src.conf. See /usr/src/UPDATING (entry from 20060118). If required you can find debug/symbols files in /usr/obj. - Herbert _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
