From owner-cvs-all Sat Oct 3 19:01:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA09741 for cvs-all-outgoing; Sat, 3 Oct 1998 19:01:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA09714; Sat, 3 Oct 1998 19:01:13 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA05943; Sat, 3 Oct 1998 19:01:05 -0700 (PDT) Date: Sat, 3 Oct 1998 19:01:05 -0700 (PDT) Message-Id: <199810040201.TAA05943@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/10/03 19:01:03 PDT Modified files: release Makefile Log: Don't write the fsimage in the kernel on alpha - the combined kernel + fsimage is far too large to fit on a single floppy. Copy it out for the later creation of a root floppy image instead. Revision Changes Path 1.396 +5 -1 src/release/Makefile