X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=tools%2Fvirt-win-reg;h=afa8087afd8da9130bf57b7f52176f334f2ac221;hp=91a167315f8c8573ef2ab017dc92b6f87d9283c3;hb=4ea0abfce413767868a8f53b3d20e5d2f62dff08;hpb=25c15261253bbd2fb140e5ca1c902acf714f76a9 diff --git a/tools/virt-win-reg b/tools/virt-win-reg index 91a1673..afa8087 100755 --- a/tools/virt-win-reg +++ b/tools/virt-win-reg @@ -280,7 +280,6 @@ my %fses = my $oses = inspect_operating_systems ($g, \%fses); my @roots = keys %$oses; -die __"no root device found in this operating system image" if @roots == 0; die __"multiboot operating systems are not supported by virt-win-reg" if @roots > 1; my $root_dev = $roots[0]; @@ -338,7 +337,7 @@ else { # Import mode. %hives = (); # Look in the tmpdir for all the hive files which have been - # downloaded / modified by the import mapper, and upload + # downloaded / modified by the import mapper, and upload # each one. opendir my $dh, $tmpdir or die "$tmpdir: $!"; foreach (readdir $dh) {