Subject: bin/1408: ccd's should be configured by /etc/rc
To: None <gnats-bugs@gnats.netbsd.org>
From: None <thomas@mathematik.uni-Bremen.de>
List: netbsd-bugs
Date: 08/26/1995 22:34:52
>Number:         1408
>Category:       bin
>Synopsis:       ccd's should be configured by /etc/rc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bin-bug-people (Utility Bug People)
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Aug 26 16:35:01 1995
>Last-Modified:
>Originator:     Thomas Eberhardt
>Organization:
CeVis, University of Bremen, Germany
>Release:        NetBSD-current 950826
>Environment:
	
System: NetBSD ed209 1.0A NetBSD 1.0A (ED209) #7: Fri Aug 25 20:51:35 MET DST 1995 thomas@ed209:/usr/src/sys/arch/i386/compile/ED209 i386

Machine: i386
>Description:
	Since we now have ccd's for every architecture I suggest that /etc/rc
	should configure them as its very first action so that they are
	accessible by the automatic file system checks and to make the
	system usable in the first place in the case that /usr resides
	on a ccd.
>How-To-Repeat:
	
>Fix:
*** /usr/src/etc/rc	Mon Nov 21 22:22:34 1994
--- /etc/rc	Sat Aug 19 16:27:14 1995
***************
*** 17,22 ****
--- 17,28 ----
  PATH=/sbin:/bin:/usr/sbin:/usr/bin
  export PATH
  
+ # configure concatenated disk devices.
+ if [ -f /etc/ccd.conf ]
+ then
+ 	ccdconfig -C
+ fi
+ 
  if [ -e /fastboot ]
  then
  	echo "Fast boot: skipping disk checks."
>Audit-Trail:
>Unformatted: