Date: Wed, 16 Aug 2000 22:43:42 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys Makefile Message-ID: <200008170543.WAA82174@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2000/08/16 22:43:42 PDT Modified files: sys Makefile Log: Add in a hack that installs 'src/sys/${MACHINE_ARCH}/GENERIC.hints' as /boot/device.hints in the bin dist during releases so that current snapshots have a chance of booting up ok after installing. The real fix for this problem is to rewrite userconfig in Forth, stick it in the loader, axe userconfig from the kernel, and extract the hints from the booted kernel in sysinstall similar to the way we generate /boot/kernel.conf right now. For now, however, this will have to do. Revision Changes Path 1.24 +6 -1 src/sys/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008170543.WAA82174>