Files
scylladb/kvm/build.sh
Takuya ASADA c620bab8e5 VM image build script to running SeaStar on Linux guest
Creates Linux guest with SeaStar + DPDK in just 2 commands.

Signed-off-by: Takuya ASADA <syuu@cloudius-systems.com>
2015-05-27 15:39:30 +03:00

7 lines
275 B
Bash
Executable File

#!/bin/sh
rm -rf /tmp/seastar
cp -a ../ /tmp/seastar
virt-builder fedora-21 -o seastar-dev.qcow2 --format qcow2 --size 20G --hostname seastar-dev --install "@core" --update --selinux-relabel --copy-in /tmp/seastar:/root/ --firstboot scripts/bootstrap.sh
rm -rf /tmp/seastar