Final touches before 2015 KVM Forum talk.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 20 Aug 2015 00:49:09 +0000 (01:49 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 20 Aug 2015 17:18:52 +0000 (18:18 +0100)
2015-kvm-forum/0000-introduction.html
2015-kvm-forum/1000-virt-v2v.term
2015-kvm-forum/4000-old-vs-new.html
2015-kvm-forum/5000-overlay-qcow2.html
2015-kvm-forum/9000-final.html
2015-kvm-forum/run
2015-kvm-forum/style.css

index ab96ea4..589205f 100644 (file)
@@ -4,7 +4,7 @@
 
 <div id="titlepage">
   <p class="title">
 
 <div id="titlepage">
   <p class="title">
-    New qemu technology used in virt-v2v
+    New qemu technology<br/>used in virt-v2v
   </p>
   <p><author>
       Richard W.M. Jones <br/>
   </p>
   <p><author>
       Richard W.M. Jones <br/>
index 01275a4..a44c8ea 100755 (executable)
@@ -5,6 +5,8 @@ source functions
 # History.
 remember 'virt-v2v -i disk windows.qcow2 -o local -os .'
 remember 'ls -l -h'
 # History.
 remember 'virt-v2v -i disk windows.qcow2 -o local -os .'
 remember 'ls -l -h'
+remember 'virt-v2v --version'
+remember 'virt-v2v --help'
 
 echo "Running virt-v2v"
 
 
 echo "Running virt-v2v"
 
index 71dd93b..defa256 100644 (file)
@@ -2,7 +2,7 @@
 <link rel="stylesheet" href="style.css" type="text/css"/>
 <script src="code.js" type="text/javascript"></script>
 
 <link rel="stylesheet" href="style.css" type="text/css"/>
 <script src="code.js" type="text/javascript"></script>
 
-<h1>virt-v2v 2009 vs 2014</h1>
+<h1>2009 &rarr; 2014</h1>
 
 <object height="80%" width="99%"
         data="4000-old-vs-new.d/old-vs-new.svg"
 
 <object height="80%" width="99%"
         data="4000-old-vs-new.d/old-vs-new.svg"
index 974247b..908230a 100644 (file)
@@ -2,7 +2,7 @@
 <link rel="stylesheet" href="style.css" type="text/css"/>
 <script src="code.js" type="text/javascript"></script>
 
 <link rel="stylesheet" href="style.css" type="text/css"/>
 <script src="code.js" type="text/javascript"></script>
 
-<h1>Overlay with network backing disks</h1>
+<h1>Network backing disks</h1>
 
 <object height="80%" width="99%"
         data="5000-overlay.d/overlay-qcow2.svg"
 
 <object height="80%" width="99%"
         data="5000-overlay.d/overlay-qcow2.svg"
index aabf9eb..5ed8ac4 100644 (file)
 <li> Fedora&nbsp;&ge;&nbsp;21, RHEL&nbsp;&ge;&nbsp;7.1,
 Debian/experimental, Ubuntu&nbsp;15.x
 <li> Used widely by Red Hat customers
 <li> Fedora&nbsp;&ge;&nbsp;21, RHEL&nbsp;&ge;&nbsp;7.1,
 Debian/experimental, Ubuntu&nbsp;15.x
 <li> Used widely by Red Hat customers
+<li> Developers and testers: <br/>
+Matthew&nbsp;Booth,
+Shahar&nbsp;Havivi,
+Arik&nbsp;Hadas,
+Tingting&nbsp;Zheng,
+Junqin&nbsp;Zhou,
+Hu&nbsp;Zhang,
+Wei&nbsp;Shi,
+Lingfei&nbsp;Kong,
+Pino&nbsp;Toscano,
+Roman&nbsp;Kagan,
+John&nbsp;Eckersberg
 </ul>
 </ul>
index e80f070..94d3fd4 100755 (executable)
@@ -16,7 +16,7 @@ unset https_proxy
 unset ftp_proxy
 
 # Get everything into the cache.
 unset ftp_proxy
 
 # Get everything into the cache.
-guestfish -a /dev/null run > /dev/null &
+guestfish -a /dev/null run || exit 1
 
 # Run techtalk.
 techtalk-pse
 
 # Run techtalk.
 techtalk-pse
index e32fc48..4a33b8f 100644 (file)
@@ -3,8 +3,8 @@
 body {
     background: url(redhat.png) no-repeat;
     background-position: 98% 0;
 body {
     background: url(redhat.png) no-repeat;
     background-position: 98% 0;
-    font-size: 28pt; /* For max */
-    /* font-size: 20pt; */ /* For 1024x768 */
+    /* font-size: 28pt; */ /* For max */
+    font-size: 20pt; /* For 1024x768 */
     /* font-family: liberation, helvetica; */
     font-family: helvetica;
 }
     /* font-family: liberation, helvetica; */
     font-family: helvetica;
 }