From: Julien Grall Date: Sat, 30 May 2015 20:32:11 +0000 (+0100) Subject: Revert "arm64: Embbed the rootfs for now" X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=39be89a1d7596758d24feb795cfaa846472d8f73;p=people%2Fjulieng%2Ffreebsd.git Revert "arm64: Embbed the rootfs for now" This reverts commit adbe11eedcfedac7dd473a028b23096e026fc4bd. --- diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC index 521dadce612d..5adaf6484125 100644 --- a/sys/arm64/conf/GENERIC +++ b/sys/arm64/conf/GENERIC @@ -24,11 +24,6 @@ ident GENERIC makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols makeoptions NO_MODULES=1 # We don't yet support modules on arm64 -options MD_ROOT -options MD_ROOT_SIZE=4096 -makeoptions MFS_IMAGE=/home/xentest/arm64_root.img -options ROOTDEVNAME=\"ufs:md0\" - options XENHVM options SCHED_ULE # ULE scheduler options PREEMPTION # Enable kernel thread preemption