svn commit: r255989 - head/sys/mips/conf

Sean Bruno sbruno at FreeBSD.org
Wed Oct 2 14:43:17 UTC 2013


Author: sbruno
Date: Wed Oct  2 14:43:17 2013
New Revision: 255989
URL: http://svnweb.freebsd.org/changeset/base/255989

Log:
  set ROOTDEVNAME to ada0 with no paritions.  This makes it much more functional
  with makefs and other tools for testing and ports building
  
  Approved by:    re (gjb)
  MFC after:      2 weeks

Modified:
  head/sys/mips/conf/MALTA

Modified: head/sys/mips/conf/MALTA
==============================================================================
--- head/sys/mips/conf/MALTA	Wed Oct  2 13:33:10 2013	(r255988)
+++ head/sys/mips/conf/MALTA	Wed Oct  2 14:43:17 2013	(r255989)
@@ -51,7 +51,7 @@ options 	FFS			#Berkeley Fast Filesystem
 options 	SOFTUPDATES		#Enable FFS soft updates support
 options 	UFS_ACL			#Support for access control lists
 options 	UFS_DIRHASH		#Improve performance on big directories
-options 	ROOTDEVNAME=\"ufs:ada0s1a\"
+options 	ROOTDEVNAME=\"ufs:ada0\"
 
 
 # Debugging for use in -current


More information about the svn-src-all mailing list