Date: Mon, 11 Feb 2002 08:56:30 -0600 (CST) From: mark tinguely <tinguely@web.cs.ndsu.nodak.edu> To: alex@metrocom.ru, questions@FreeBSD.ORG Subject: Re: sysinstall 4.5 upgrade Message-ID: <200202111456.g1BEuUu71156@web.cs.ndsu.nodak.edu> In-Reply-To: <Pine.GSO.4.21.0202081510470.19414-100000@apache.metrocom.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202111456.g1BEuUu71156>