Rewrite 2014 FOSDEM talk using Tech Talk PSE.
[libguestfs-talks.git] / 2014-fosdem / 2000-virt-builder.js
diff --git a/2014-fosdem/2000-virt-builder.js b/2014-fosdem/2000-virt-builder.js
new file mode 100644 (file)
index 0000000..ebb17e4
--- /dev/null
@@ -0,0 +1,12 @@
+
+// poor man's file include
+document.write('<h1>Build virtual machines in seconds</h1>')
+document.write('<pre>')
+document.write('virt-builder centos-6                  \\ <br/>');
+document.write('  --format qcow2 --size 20G            \\ <br/>');
+document.write('  --hostname cent6                     \\ <br/>');
+document.write('  --install @XFCE,cloud-init           \\ <br/>');
+document.write('  --edit \'/etc/sysconfig/keyboard:     \\ <br/>');
+document.write('      s/^KEYTABLE=.*/KEYTABLE="uk"/\'   \\ <br/>');
+document.write('  --firstboot-command \'yum -y update\'  \\ <br/>');
+document.write('</pre>');