From owner-freebsd-doc@FreeBSD.ORG Wed Nov 3 02:55:40 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA82D16A4CE for ; Wed, 3 Nov 2004 02:55:40 +0000 (GMT) Received: from auk2.snu.ac.kr (auk2.snu.ac.kr [147.46.100.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8074443D41 for ; Wed, 3 Nov 2004 02:55:40 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from [147.46.44.181] (spamrefuse@yahoo.com) by auk2.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004110311:55:25:652403.15883.2895690672 for ; Wed, 03 Nov 2004 11:55:25 +0900 (KST) Message-ID: <418848A6.1060302@yahoo.com> Date: Wed, 03 Nov 2004 11:55:34 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041017 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-docs@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: YES-__TRSYS_LV__3 (SR:-2.59) (SRN:SPAMROBOT) ----------------- Subject: 5.3: diskless(8) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 02:55:41 -0000 Hi, In the manpage of diskless(8), there is: 1) [...zip...] DHCP or BOOTP to acquire configuration information. The boot scripts recognize a diskless startup and perform the actions found in /etc/rc.d/initdiskless and /etc/rc.d/diskless. On older systems, the scripts are located in /etc/rc.diskless1 and /etc/rc.diskless2. [...cut...] However, /etc/rc.d/diskless is not on my 5.3 system; should that be removed here? 2) [...zip...] where is the mount point on the server of the root partition. The script /usr/share/examples/diskless/clone_root can be used to create a shared read-only root partition, but in many cases you may decide to export (again as read-only) the root directory used by the server itself. [...cut...] I actually wonder if the reference to the clone_root script is still recommendable. Since the diskless boot depends on NFS (rather insecure), the diskless setup should be on a trusted network anyway, so why not just advice in diskless(8) to directly mount the root-partition of the master, instead of cloning root. If so, the remark on clone_root may be removed from diskless(8), and the clone_root script itself may be removed as well (the script doesn't work anyway with 5.3). 3) diskless(8) also mentions "/etc/rc.local", which is not in use anymore on 5.3. Regards, Rob.