diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-03 23:17:51 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-03 23:17:51 +0000 |
commit | bfeffeb1e4d6f3725eb8148c098505a9d81a7ba5 (patch) | |
tree | 8cf2e76d63c1261a7e3b45412e0647d6cdc8d4f0 /tools | |
parent | 9694cd59f8250ae84c23922fda5cbb751e846e3c (diff) | |
download | libguestfs-bfeffeb1e4d6f3725eb8148c098505a9d81a7ba5.tar.gz libguestfs-bfeffeb1e4d6f3725eb8148c098505a9d81a7ba5.tar.xz libguestfs-bfeffeb1e4d6f3725eb8148c098505a9d81a7ba5.zip |
virt-win-reg: Current is the control set Windows chooses at boot.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/virt-win-reg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/virt-win-reg b/tools/virt-win-reg index 4c9308ad..19fff9d4 100755 --- a/tools/virt-win-reg +++ b/tools/virt-win-reg @@ -163,7 +163,7 @@ to find out is to look at the C<HKLM\SYSTEM\Select> key: "Failed"=dword:00000000 "LastKnownGood"=dword:00000002 -"Default" is the one which Windows will choose when it boots. +"Current" is the one which Windows will choose when it boots. Similarly, other C<Current...> keys in the path may need to be replaced. |