From owner-cvs-all Thu Aug 1 3: 5:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AED0037B400; Thu, 1 Aug 2002 03:05:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34C0D43E6A; Thu, 1 Aug 2002 03:05:31 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g71A5VJU073869; Thu, 1 Aug 2002 03:05:31 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g71A5URv073858; Thu, 1 Aug 2002 03:05:30 -0700 (PDT) Message-Id: <200208011005.g71A5URv073858@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 1 Aug 2002 03:05:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile src/release/alpha dokern.sh src/release/i386 dokern.sh src/release/scripts dokern.sh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/01 03:05:30 PDT Modified files: (Branch: RELENG_4) release Makefile Added files: (Branch: RELENG_4) release/alpha dokern.sh release/i386 dokern.sh Removed files: (Branch: RELENG_4) release/scripts dokern.sh Log: MFC: Split scripts/dokern.sh into MD parts. The old version used ``uname -m'' to choose the appropriate sed(1) filter, and this did not obviously work in the case of cross release. I've been getting kern.flp overflows on i386 attempting to cross-release Alpha. Many thanks to Wilko for providing me with an account on his Alpha box. Comparing generated BOOTMFS configs helped fix this problem almost immediately. Revision Changes Path 1.536.2.92 +2 -2 src/release/Makefile 1.56.2.1 +67 -0 src/release/alpha/dokern.sh (new) 1.58.2.1 +115 -0 src/release/i386/dokern.sh (new) 1.23.2.31 +0 -179 src/release/scripts/dokern.sh (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message