From owner-freebsd-current Sun Sep 3 07:19:53 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id HAA18189 for current-outgoing; Sun, 3 Sep 1995 07:19:53 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id HAA18180 for ; Sun, 3 Sep 1995 07:19:50 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id HAA10928; Sun, 3 Sep 1995 07:19:31 -0700 To: Chien-Ta Lee cc: freebsd-current@FreeBSD.ORG Subject: Re: Making a release problem : bootfd In-reply-to: Your message of "Sun, 03 Sep 1995 16:13:02 +0800." <199509030813.QAA21795@linux.csie.nctu.edu.tw> Date: Sun, 03 Sep 1995 07:19:31 -0700 Message-ID: <10926.810137971@time.cdrom.com> From: "Jordan K. Hubbard" Sender: current-owner@FreeBSD.ORG Precedence: bulk > when making release.8 (bootfd), it died due to disklabel failure. > How to solve it ? (I am using 2.2-CURRENT, kernel supports MFS) > Thanks. You need to have the `vn' device in your kernel to make releases. Stick this line somewhere near the end of your kernel config file: pseudo-device vn 1 Jordan