diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-16 17:37:30 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-16 18:36:33 +0000 |
commit | fcc631dedb894379cde01af563df3f6a364db7cb (patch) | |
tree | 41d8d1184c9e086d1d322538a6a5bc488cf897c3 /images/guest-aux/windows-system.reg | |
parent | 9becb385b78eddb9b3817c6accaa6cdb3db0b5af (diff) | |
download | libguestfs-fcc631dedb894379cde01af563df3f6a364db7cb.tar.gz libguestfs-fcc631dedb894379cde01af563df3f6a364db7cb.tar.xz libguestfs-fcc631dedb894379cde01af563df3f6a364db7cb.zip |
images: Make phony Windows image for testing.
Diffstat (limited to 'images/guest-aux/windows-system.reg')
-rw-r--r-- | images/guest-aux/windows-system.reg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/images/guest-aux/windows-system.reg b/images/guest-aux/windows-system.reg new file mode 100644 index 00000000..87ae7796 --- /dev/null +++ b/images/guest-aux/windows-system.reg @@ -0,0 +1,8 @@ +[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001] + +[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services] + +[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip] + +[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters] +"Hostname"=str(1):"windows.invalid" |