coreos / coreos-xhyve

Container Linux running on xhyve hypervisor
Apache License 2.0
330 stars 42 forks source link

Install to disk #4

Open philips opened 9 years ago

philips commented 9 years ago

Currently this script runs exclusively out of memory, make it a (default) option to run from disk. xhyve supports this so it shoudl just be a matter of creating an empty file or even using an existing CoreOS disk image.

bakins commented 9 years ago

I wonder how hard it would be to create a packer builder for xhyve. I think @kelseyhightower has built one before.

philips commented 9 years ago

@bakins We essentially just need an empty "root" disk. Right now the kernel/initrd needs to be outside the disk image.

rimusz commented 9 years ago

@philips I like the way CoreOS runs in the RAM, easy update of the iso image and you have new version. It boots so quickly too. We definitely need the "root" disk. +1