From owner-freebsd-questions Fri Nov 30 21:35:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from manor.msen.com (manor.msen.com [148.59.4.66]) by hub.freebsd.org (Postfix) with ESMTP id 567E737B41D for ; Fri, 30 Nov 2001 21:35:44 -0800 (PST) Received: from manor.msen.com (wayne@localhost [127.0.0.1]) by manor.msen.com (8.9.3/8.9.3) with ESMTP id AAA01928 for ; Sat, 1 Dec 2001 00:35:43 -0500 (EST) (envelope-from wayne@manor.msen.com) Message-Id: <200112010535.AAA01928@manor.msen.com> To: freebsd-questions@freebsd.org Subject: Issues with /stand & sysinstall Date: Sat, 01 Dec 2001 00:35:43 -0500 From: "Michael R. Wayne" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Upgraded a system by adding a second drive, mounting it as /u, running /stand/sysinstall and editting the options to change root to /u. Did a minimal installation. Everything worked OK except that /stand did not get created. As I needed to upgrade to RELENG anyway, I NFS mounted /usr/src & /usr/obj, went to /usr/src/release/sysinstall and did a make all make install which built and installed /stand/sysinstall. That is the ONLY file in /stand, none of the other links, etc exist. I manually linked sysinstall to a few command names - all of them fail. sysinstall seems to work OK, although I did not do extensive tests. The size seems VERY small: # ls -l /stand/sysinstall -r-xr-xr-x 1 root wheel 820468 Dec 1 00:18 /stand/sysinstall Digging around in the source code I do not see any code to deal with being called as an alternate name. Nor do I see code in the Makefile to create the other commands. I certainly could go to another machine and simply grab a copy of /stand but this SHOULD work, shouldn't it? /\/\ \/\/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message