Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 1998 20:05:18 +0900 (JST)
From:      issei@mikage.t-cnet.or.jp
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   kern/6152: /sys/i386/conf/LINT supporse obsolute compatible slice.
Message-ID:  <199803281105.UAA11583@fs.mikage.t-cnet.or.jp>

next in thread | raw e-mail | index | archive | help

>Number:         6152
>Category:       kern
>Synopsis:       config directive in LINT use obsolute compatible slice notation.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 28 03:10:01 PST 1998
>Last-Modified:
>Originator:     Issei Suzuki
>Organization:
A Site under T-CNET
>Release:        FreeBSD 2.2.6-RELEASE i386
>Environment:

	FreeBSD 2.2.6-RELEASE

>Description:

	config directive in LINT supporse compatible slice wd0a. Now compatible
	slice is obsolute, so I think you shold use wd0s1a instead ob wd0a.

>How-To-Repeat:

	/sys/i386/conf/LINT

>Fix:
	
--- LINT.orig	Sat Mar 28 19:55:17 1998
+++ LINT	Sat Mar 28 19:55:58 1998
@@ -71,11 +71,11 @@
 #
 # This directive defines a number of things:
 #  - The compiled kernel is to be called `kernel'
-#  - The root filesystem might be on partition wd0a
-#  - Crash dumps will be written to wd0b, if possible.  Specifying the
+#  - The root filesystem might be on partition wd0s1a
+#  - Crash dumps will be written to wd0s1b, if possible.  Specifying the
 #    dump device here is not recommended.  Use dumpon(8).
 #
-config		kernel	root on wd0 dumps on wd0
+config		kernel	root on wd0s1 dumps on wd0s1
 
 
 #####################################################################
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803281105.UAA11583>