]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
arm64: Embbed the rootfs for now
authorJulien Grall <julien.grall@linaro.org>
Mon, 30 Mar 2015 15:12:45 +0000 (16:12 +0100)
committerJulien Grall <julien.grall@citrix.com>
Sat, 3 Oct 2015 18:37:38 +0000 (19:37 +0100)
sys/arm64/conf/GENERIC

index 5adaf6484125f6ca605bf0aa91dfd0ca1bcc86aa..521dadce612d030d591d8324f1f3685f7853294c 100644 (file)
@@ -24,6 +24,11 @@ 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