From owner-cvs-all Wed Aug 16 22:43:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FA2B37B99A; Wed, 16 Aug 2000 22:43:43 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA82174; Wed, 16 Aug 2000 22:43:42 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200008170543.WAA82174@freefall.freebsd.org> From: John Baldwin Date: Wed, 16 Aug 2000 22:43:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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