summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2013-10-02 14:43:17 +0000
committersbruno <sbruno@FreeBSD.org>2013-10-02 14:43:17 +0000
commit44a6c311ba7afe3ac99633d0390daa2974f81b61 (patch)
treec813930a06e348d3df435d55f754bac4a990d1c6 /sys/mips
parent0846c5c8dd674bd65872fc6dba5c8f8c58ccbbcd (diff)
downloadFreeBSD-src-44a6c311ba7afe3ac99633d0390daa2974f81b61.zip
FreeBSD-src-44a6c311ba7afe3ac99633d0390daa2974f81b61.tar.gz
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
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/conf/MALTA2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/conf/MALTA b/sys/mips/conf/MALTA
index ab9d38d..fc082ad 100644
--- a/sys/mips/conf/MALTA
+++ b/sys/mips/conf/MALTA
@@ -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
OpenPOWER on IntegriCloud