diff options
-rw-r--r-- | src/inspect_fs_cd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspect_fs_cd.c b/src/inspect_fs_cd.c index a7195421..12c1a6d8 100644 --- a/src/inspect_fs_cd.c +++ b/src/inspect_fs_cd.c @@ -263,7 +263,7 @@ check_fedora_installer_root (guestfs_h *g, struct inspect_fs *fs) return -1; } - fs->is_multipart_disk = totaldiscs > 0; + fs->is_multipart_disk = totaldiscs > 1; /* and what about discnum? */ return 0; |