From owner-cvs-all Tue Feb 10 10:32:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA16207 for cvs-all-outgoing; Tue, 10 Feb 1998 10:32:58 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA16182; Tue, 10 Feb 1998 10:32:53 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA11637; Tue, 10 Feb 1998 10:31:29 -0800 (PST) Date: Tue, 10 Feb 1998 10:31:29 -0800 (PST) Message-Id: <199802101831.KAA11637@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release Makefile src/release/sysinstall devices.c floppy.c install.c menus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/02/10 10:31:29 PST Modified files: (Branch: RELENG_2_2) release Makefile Modified files: release/sysinstall devices.c floppy.c install.c menus.c Log: Totally change the way that devices are made in the MFS and subsequently probed in sysinstall. Rather than make template devices and use up lots of inodes, also restricting the number of devices that can be dealt with, mknod all necessary devices as necessary using built-in information. This removes a number of constraints on the number and type of devices that sysinstall can see. Revision Changes Path 1.246.2.76 +3 -5 src/release/Makefile 1.69 +164 -139 src/release/sysinstall/devices.c 1.28 +1 -14 src/release/sysinstall/floppy.c 1.205 +3 -3 src/release/sysinstall/install.c 1.153 +3 -3 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message