1osinfo-detect(1) Libosinfo osinfo-detect(1)
2
3
4
6 osinfo-detect - Detect the operating system on installable media or
7 trees
8
10 osinfo-detect [OPTIONS...] PATH|URI
11
13 Examine the "PATH" or "URI" to determine what (if any) operating system
14 it is for, and whether it is installable or is a Live image. By
15 default "PATH" or "URI" will be interpreted as pointing to ISO media.
16 To request examination of an install tree instead, the option
17 --type=tree should be given.
18
19 The output information is formatted for humans;
20
22 --format=plain
23 --type=media|tree
24 Switch between looking for CD/DVD ISO media (media, the
25 default) or install trees (tree)
26
27 --all Report all operating systems with matching media, instead of
28 only the first match.
29
31 The exit status will be 0 if an operating system was detected, or 1 if
32 none was found.
33
35 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>, Daniel P. Berrange
36 <berrange@redhat.com>
37
39 Copyright (C) 2011-2012 Red Hat, Inc.
40
42 "osinfo-detect" is distributed under the termsof the GNU LGPL v2
43 license. This is free software; see the source for copying conditions.
44 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
45 PARTICULAR PURPOSE
46
47
48
49libosinfo-1.11.0 2023-10-27 osinfo-detect(1)