Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2013 14:43:17 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r255989 - head/sys/mips/conf
Message-ID:  <201310021443.r92EhHCS076384@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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