From owner-freebsd-current@FreeBSD.ORG Mon Feb 7 21:02:50 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 605BB16A4CE for ; Mon, 7 Feb 2005 21:02:50 +0000 (GMT) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0059C43D31 for ; Mon, 7 Feb 2005 21:02:48 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j17L2bBu042083; Mon, 7 Feb 2005 23:02:37 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.200] (pptp.ebs.gr [10.1.1.200]) by ebs.gr (8.12.11/8.12.11) with ESMTP id j17L2XCt059149; Mon, 7 Feb 2005 23:02:33 +0200 (EET) (envelope-from past@ebs.gr) Received: from 127.0.0.1 (AVG SMTP 7.0.300 [265.8.5]); Mon, 07 Feb 2005 23:02:26 +0200 Message-ID: <4207D761.1040401@ebs.gr> Date: Mon, 07 Feb 2005 23:02:25 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Garance A Drosihn References: <200502070810.53809.jonathan@fosburgh.org> <20050207.101739.16679956.imp@bsdimp.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org cc: "M. Warner Losh" Subject: Re: 5-STABLE to 6-CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2005 21:02:50 -0000 Garance A Drosihn wrote: > At 10:17 AM -0700 2/7/05, M. Warner Losh wrote: >> [3] From the bootblocks, boot -s, and then do >> fsck -p >> mount -u / >> mount -a >> cd src >> adjkerntz -i # if CMOS is wall time >> Also, when doing a major release upgrade, it is required that >> you boot into single user mode to do the installworld. > > > To me, it seemed like a good idea to put all these steps (and a > few others) in a source-file under /root. That way I only have to > type in one thing -- and I'm much less tempted to try short-cuts > if there is only one thing to type in. I agree. In that case perhaps nextboot could also be useful, as someone (jhb?) mentioned some time ago. Cheers, Panagiotis