svn commit: r254902 - head/sys/arm/conf
Andrew Turner
andrew at FreeBSD.org
Mon Aug 26 10:27:16 UTC 2013
Author: andrew
Date: Mon Aug 26 10:27:15 2013
New Revision: 254902
URL: http://svnweb.freebsd.org/changeset/base/254902
Log:
Update the root device to be correct for use with crochet.
Modified:
head/sys/arm/conf/VERSATILEPB
Modified: head/sys/arm/conf/VERSATILEPB
==============================================================================
--- head/sys/arm/conf/VERSATILEPB Mon Aug 26 10:24:59 2013 (r254901)
+++ head/sys/arm/conf/VERSATILEPB Mon Aug 26 10:27:15 2013 (r254902)
@@ -53,7 +53,7 @@ options SYSVMSG #SYSV-style message q
options SYSVSEM #SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
-options ROOTDEVNAME=\"ufs:da0s2a\"
+options ROOTDEVNAME=\"ufs:da0s1a\"
options VFP # vfp/neon
options PREEMPTION
More information about the svn-src-all
mailing list