From 55eae0af3b3b645c78b84278291ec0089e5492b0 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 9 May 2013 15:35:46 +0100 Subject: [PATCH] recipes: Add link to script for converting Windows DVD to bootable USB key. --- examples/guestfs-recipes.pod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/guestfs-recipes.pod b/examples/guestfs-recipes.pod index b3b23a367..7c062113d 100644 --- a/examples/guestfs-recipes.pod +++ b/examples/guestfs-recipes.pod @@ -102,6 +102,10 @@ source directories over the target filesystems. Note this won't work (at least, not directly) for bootable virtual machine disks because it doesn't copy over the boot loader. +=head1 Convert Windows DVD to bootable USB key + +L + =head1 Create empty disk images The L tool can do this directly.