summaryrefslogtreecommitdiffstats
path: root/tools/virt-edit
diff options
context:
space:
mode:
Diffstat (limited to 'tools/virt-edit')
-rwxr-xr-xtools/virt-edit1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/virt-edit b/tools/virt-edit
index c133e6a1..e00e4cfb 100755
--- a/tools/virt-edit
+++ b/tools/virt-edit
@@ -133,7 +133,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-edit" if @roots > 1;
my $root_dev = $roots[0];