Date: Tue, 10 Feb 1998 10:31:29 -0800 (PST) From: "Jordan K. Hubbard" <jkh@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 Message-ID: <199802101831.KAA11637@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802101831.KAA11637>