Add RAID viewer.
[libguestfs-talks.git] / 2014-fosdem / 2000-virt-builder.js
1
2 // poor man's file include
3 document.write('<h1>Build virtual machines in seconds</h1>')
4 document.write('<pre>')
5 document.write('virt-builder centos-6                  \\ <br/>');
6 document.write('  --format qcow2 --size 20G            \\ <br/>');
7 document.write('  --hostname cent6                     \\ <br/>');
8 document.write('  --install @XFCE,cloud-init           \\ <br/>');
9 document.write('  --edit \'/etc/sysconfig/keyboard:     \\ <br/>');
10 document.write('      s/^KEYTABLE=.*/KEYTABLE="uk"/\'   \\ <br/>');
11 document.write('  --firstboot-command \'yum -y update\'  \\ <br/>');
12 document.write('</pre>');