]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
arm64: Embbed the rootfs for now arm64-dev
authorJulien Grall <julien.grall@linaro.org>
Mon, 30 Mar 2015 15:12:45 +0000 (16:12 +0100)
committerJulien Grall <julien.grall@linaro.org>
Sun, 12 Apr 2015 11:08:21 +0000 (12:08 +0100)
sys/arm64/conf/GENERIC

index ef5c029573a5f12c1115063736873c0e5450a1e3..08299ba019a114961247853a603109a47557ed80 100644 (file)
@@ -24,6 +24,11 @@ ident                GENERIC
 makeoptions    DEBUG=-g                # Build kernel with gdb(1) debug symbols
 makeoptions    WITH_CTF=1              # Run ctfconvert(1) for DTrace support
 
+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