From owner-cvs-all Sun Jan 24 20:41:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA13812 for cvs-all-outgoing; Sun, 24 Jan 1999 20:41:08 -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 UAA13803; Sun, 24 Jan 1999 20:41:05 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA00590; Sun, 24 Jan 1999 20:40:54 -0800 (PST) (envelope-from dillon@FreeBSD.org) Date: Sun, 24 Jan 1999 20:40:54 -0800 (PST) Message-Id: <199901250440.UAA00590@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc rc Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/01/24 20:40:54 PST Modified files: etc rc Log: Introduce rc script for BOOTP 'diskless' boot. Well, not quite diskless since the kernel must be booted from something ( like a floppy ). This script must occur near the beginning of the rc file in order to support read-only NFS mounts, which in turn allows all the BOOTP machines to use the same / and /usr. The companion rc.diskless script is forthcoming. Revision Changes Path 1.170 +12 -1 src/etc/rc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message