On Tue, 2016-08-02 at 19:55 -0700, [email protected] wrote: > Hi Geoff, > For using Libvirt to install CoreOS, we should use virt-install > --filesystem to mapped the user_data to guest VM. > I find that for using --filesystem, the guest kernel should have the 9p > module. But in CoreOS , I run "lsmod|grep 9p", I don't find the essential > module. I wonder if we compile the CoreOS kernel, the config file has the > setting: > CONFIG_NET_9P=y > # needed for virtfs mount > CONFIG_NET_9P_VIRTIO=y > If not, that means I should recompile the kernel?
As Gary mentioned the coreos arm64 kernel has the virtfs support built in. I never used virtfs with qemu. This seems to tell you how to do it: http://wiki.qemu.org/Documentation/9psetup Maybe ask the Linaro QEMU guys to see if it works for arm64. -Geoff
