[Pkg-libvirt-commits] [libguestfs] 55/66: tests: Add drivers directory to phony Windows image.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:47:57 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.27.54-1
in repository libguestfs.

commit 7806e8667b172775a1a9763c495d68c9531e754a
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Sep 24 17:55:27 2014 +0100

    tests: Add drivers directory to phony Windows image.
    
    Allows virt-v2v to upload drivers.
---
 tests/guests/guest-aux/make-windows-img.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/guests/guest-aux/make-windows-img.sh b/tests/guests/guest-aux/make-windows-img.sh
index 9d477fa..575c2ee 100755
--- a/tests/guests/guest-aux/make-windows-img.sh
+++ b/tests/guests/guest-aux/make-windows-img.sh
@@ -1,6 +1,6 @@
 #!/bin/bash -
 # libguestfs
-# Copyright (C) 2010-2012 Red Hat Inc.
+# Copyright (C) 2010-2014 Red Hat Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -57,6 +57,7 @@ mkfs ntfs /dev/sda2
 # Enough to fool inspection API.
 mount /dev/sda2 /
 mkdir-p /Windows/System32/Config
+mkdir-p /Windows/System32/Drivers
 
 upload $SRCDIR/guest-aux/windows-software /Windows/System32/Config/SOFTWARE
 upload $SRCDIR/guest-aux/windows-system /Windows/System32/Config/SYSTEM

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list