From 3eb484958287cd96c2bd2f370c66245d8df3a495 Mon Sep 17 00:00:00 2001 From: Julien Grall Date: Mon, 30 Mar 2015 16:12:45 +0100 Subject: [PATCH] arm64: Embbed the rootfs for now --- sys/arm64/conf/GENERIC | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC index ef5c029573a5..08299ba019a1 100644 --- a/sys/arm64/conf/GENERIC +++ b/sys/arm64/conf/GENERIC @@ -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 -- 2.39.5