From owner-freebsd-questions Mon Feb 11 6:56:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web.cs.ndsu.nodak.edu (web.cs.ndsu.NoDak.edu [134.129.125.7]) by hub.freebsd.org (Postfix) with ESMTP id C779B37B404 for ; Mon, 11 Feb 2002 06:56:38 -0800 (PST) Received: (from tinguely@localhost) by web.cs.ndsu.nodak.edu (8.11.4/8.11.4) id g1BEuUu71156; Mon, 11 Feb 2002 08:56:30 -0600 (CST) (envelope-from tinguely) Date: Mon, 11 Feb 2002 08:56:30 -0600 (CST) From: mark tinguely Message-Id: <200202111456.g1BEuUu71156@web.cs.ndsu.nodak.edu> To: alex@metrocom.ru, questions@FreeBSD.ORG Subject: Re: sysinstall 4.5 upgrade In-Reply-To: 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 > > Could you answer the question how the contents of /stand directory can be > upgraded to match the FreeBSD 4.5 version? As it is now I upgraded the > system to 4.5 but this directory seems to have remained unchanged so now > when I run /stand/sysinstall it aborts with a core dump. Thanks! download 4.5-RELEASE/floppies/mfsroot.flp to /tmp assuming the pseudo-device "vn" option is compiled into your kernel. # vnconfig vn0c /tmp/mfsroot.flp # mount /dev/vn0c /mnt # cp /mnt/mfsroot.gz /tmp # umount /mnt # vnconfig -u vn0c # gunzip /tmp/mfsroot.gz # vnconfig vn0c /tmp/mfsroot # mount /dev/vn0c /mnt # cd /mnt # rm -r /stand # tar cpf - stand | tar xpf - -C / # cd / # umount /mnt # vnconfig -u vn0c --mark tinguely To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message