a3769a7219
I find myself not liking the name rpm-ostree anymore; it's descriptive, but unfortunately we compete with other projects with easier and sexier names. Also, people continually find the ostree and rpm-ostree layering unclear. It's *much* easier to say "nxs depends on ostree", even though textually it's obvious "rpm-ostree depends on ostree". Anyways, just an experiment for now. Closes: #307 Approved by: giuseppe |
||
---|---|---|
.. | ||
atomic-centos-continuous.repo | ||
Dockerfile.builder | ||
host-install.sh | ||
Makefile | ||
README.md | ||
setup.yml |
Using vmcheck
One time setup:
host$ vagrant up
host$ vagrant ssh
vm$ sudo rpm-ostree rebase centos-atomic-continuous:centos-atomic-host/7/x86_64/devel/continuous
vm$ systemctl reboot
Edit source code on the host system; to synchronize, use:
vagrant rsync
To build and install into the VM:
host$ vagrant ssh
vm$ cd ~/sync/tests/vmcheck
vm$ make build
vm$ make install
vm$ systemctl restart rpm-ostreed