From owner-freebsd-stable@FreeBSD.ORG Wed Jan 14 01:56:28 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 038F516A4CE for ; Wed, 14 Jan 2004 01:56:28 -0800 (PST) Received: from techno.sub.ru (webmail.sub.ru [213.247.139.22]) by mx1.FreeBSD.org (Postfix) with SMTP id 22D9C43D5C for ; Wed, 14 Jan 2004 01:56:24 -0800 (PST) (envelope-from tarkhil@webmail.sub.ru) Received: (qmail 14393 invoked by uid 0); 14 Jan 2004 09:53:52 -0000 Received: from unknown (HELO tarkhil.over.ru) (213.148.23.65) by webmail.sub.ru with SMTP; 14 Jan 2004 09:53:52 -0000 Date: Wed, 14 Jan 2004 12:56:04 +0300 From: Alex Povolotsky To: freebsd-stable@freebsd.org Message-Id: <20040114125604.107490d2.tarkhil@webmail.sub.ru> In-Reply-To: <20040109111133.GA58630@marvin.home.local> References: <20040107104515.GA42786@izb.knu.ac.kr> <20040107124038.GA37600@i18n.org> <20040109111133.GA58630@marvin.home.local> Organization: sub.ru X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd4.6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: 4.x -> 5.x X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2004 09:56:28 -0000 On Fri, 9 Jan 2004 22:11:33 +1100 Tony Frank wrote: TF> > 5) mkdir /usr/tmpfs && make installworld DESTDIR=/usr/tmpfs TF> > 6) chflags noschg /bin/* /sbin/* /usr/bin/* /usr/sbin/* /usr/lib/* TF> > \ TF> > /usr/libexec/* TF> > 7) tar -C /usr/tmpfs -cpf . | tar -C / -xpvf - TF> > 8) reboot TF> TF> Is there any particular reason to do these steps 5-7 instead of just TF> a 'make installworld' ? Oh, YES IT IS! Yesterday, I've tried to upgrade 5.1 to 5.2. For some unknown yet to me reason (I'm investigating), make installworld failed somehwere in between, and I had to reinstall 5.1 from CD... Most of userlad programs crashed early, including csh, ls and even sh... -- Alex.