summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add local usb and pci ids.baserock/morphMark Doffman2014-03-273-1/+43423
| | | | | Add local ids so that during build process wget does not have to be used to access them.
* Add morph file.Mark Doffman2014-03-271-0/+5
|
* Release 0.2.10v0.2.10Zeeshan Ali (Khattak)2014-03-202-1/+25
|
* osinfo-install-script: read config values as stringsGiuseppe Scrivano2014-03-201-4/+4
| | | | | | | | | | | | Prefer xmlNewDocRawNode to xmlNewDocNode when the content is a raw string. Solves this problem: $ osinfo-install-script rhel6.5 -c "admin-password=a&b" error : unterminated entity reference b Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* README: Fix typoChristophe Fergeau2014-03-141-2/+2
| | | | This fixes a typo in the 'Patch submission' header
* installer,rhel: Add injection method infoGiuseppe Scrivano2014-03-061-0/+6
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* installer,fedora: Add injection method infoGiuseppe Scrivano2014-03-061-0/+6
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* installer,windows: Add injection method infoGiuseppe Scrivano2014-03-064-0/+6
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* ubuntu: Add jeos install-script (version >= 12.04)Fabiano Fidêncio2014-03-063-0/+175
| | | | | script based on: https://github.com/clalancette/oz/tree/master/oz/auto Co-Author: Giuseppe Scrivano <gscrivan@redhat.com>
* debian: add installer scriptGiuseppe Scrivano2014-03-063-0/+82
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* osinfo-install-script: support --list-injection-methodsGiuseppe Scrivano2014-03-061-3/+43
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* installer: Add get_injection_methods()Giuseppe Scrivano2014-03-065-4/+81
| | | | | | | The API allows applications to query the available methods to inject the script to the installation process. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* README: fix mailing list URLGiuseppe Scrivano2014-02-281-3/+3
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* win8.1: Disable unattended installationFabiano Fidêncio2014-02-211-5/+0
| | | | | | | | When win8.1 entry was added it was mostly a c&p from a previous version and the installer part was mistakenly also copied. Since win8.1 unattended installation has never been tested and some people have reported it not to work, lets disable it for now and re-enable when we assure it works.
* Add hypervisor data for newer QEMUsChristophe Fergeau2014-01-261-0/+72
|
* oses: add missing "distro" element for Debian 7Giuseppe Scrivano2014-01-241-0/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Switch to using the upstream m4 macros for GObject-introspectionRyan Lortie2014-01-172-57/+20
| | | | | | integration. https://fedorahosted.org/libosinfo/ticket/11
* fedora: Uncomment installer URLsZeeshan Ali (Khattak)2014-01-071-6/+6
| | | | | Now that Fedora 20 is released and these URLs are valid, time to enable this data.
* win7: Add data/test for an enterprise N ISOZeeshan Ali (Khattak)2014-01-073-1/+32
|
* build: add libraries via _LIBADD, not _LDFLAGSRyan Lortie2014-01-071-3/+5
| | | | | | | | | | | | | | | | Make sure we use the _LIBADD variable for adding our dependencies. Adding libraries via _LDFLAGS means that we have our libraries appearing before the user's LDFLAGS environment variable, which is bad, because the LDFLAGS from pkg-config could contain -L for system paths and jhbuild sets LDFLAGS to -L${prefix}/lib so that we can find the libraries in the user's jhbuild install path. If the system path flags come before the user's directory then we'll get the wrong version. Also: automake documentation says it's wrong and would actually error out on this if it wasn't hidden behind a variable substitution. https://fedorahosted.org/libosinfo/ticket/12
* ubuntu: add Saucy SalamanderGiuseppe Scrivano2013-12-175-0/+177
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* ubuntu: mark 13.04 as releasedGiuseppe Scrivano2013-12-171-10/+5
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* solaris: add Solaris 11Giuseppe Scrivano2013-12-171-0/+10
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* mandriva: add Mandriva Business Server 1.0Giuseppe Scrivano2013-12-171-0/+10
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* mandrake: remove wrong codename for 10.2Giuseppe Scrivano2013-12-171-1/+0
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* freebsd: add version 9.2 and 10.0Giuseppe Scrivano2013-12-171-0/+27
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* freebsd: add missing eol-dateGiuseppe Scrivano2013-12-171-0/+3
| | | | | | Taken from: http://www.freebsd.org/security/ Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* opensuse: Add 13.1 informationFabiano Fidêncio2013-12-171-0/+47
|
* Release 0.2.9v0.2.9Zeeshan Ali (Khattak)2013-12-161-0/+25
|
* debian: Update URL for 6 and 7Fabiano Fidêncio2013-12-165-6/+122
|
* debian: fix ISO's recogntion for debian7Fabiano Fidêncio2013-12-165-2/+118
| | | | Debian 7 is using 7.\d.\d format of ISOs instead of the usual 7.0.\d
* test: distribute test-os.xmlGiuseppe Scrivano2013-12-151-1/+1
| | | | | | It fixes "make check" within a distributed tarball Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* build: specify the full path to libosinfo.symsGiuseppe Scrivano2013-12-151-2/+2
| | | | | | It fixes "make check" in a VPATH build Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Remove trailing blank line in test fileDaniel P. Berrange2013-12-111-1/+0
| | | | Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Add scripts for validating the libosinfo.syms fileDaniel P. Berrange2013-12-114-0/+193
| | | | | | | | | Import two test scripts from libvirt code which validate that all symbols in libosinfo.syms exist in the ELF binary, and also validate the alphabetical sorting. These are hooked up to run with 'make check'. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Sort symbols in libosinfo.syms alphabeticallyDaniel P. Berrange2013-12-111-185/+220
| | | | | | | We had mostly tried to sort symbols alphabetically but had screwed up in a large number of places. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Remove non-existant osinfo_device_driver_set_signed symDaniel P. Berrange2013-12-111-1/+0
| | | | | | | | The libosinfo.syms file listed osinfo_device_driver_set_signed which does not exist in the C code. This causes build errors on Win32 platforms which don't tolerate non-existant symbols Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* win7,xp: Version driver locationZeeshan Ali (Khattak)2013-12-061-4/+4
| | | | | This is so that apps can differentiate between different versions of drivers.
* rhel: Add comment for future 6.x entriesZeeshan Ali (Khattak)2013-12-051-0/+3
|
* install-script,rhel: Adjust for RHEL 7Zeeshan Ali (Khattak)2013-12-041-0/+8
|
* rhel: Add RHEL 7.0 infoZeeshan Ali (Khattak)2013-12-041-0/+56
|
* install-script,rhel: Make it work for 'Server' variantZeeshan Ali (Khattak)2013-12-041-2/+0
| | | | | | | Apparently there is neither office suite nor 'internet-applications' package group on (at least the first) 'Server' variant ISO and they are not exactly needed by default on workstation/client either. User can easily install them later if needed.
* install-script,rhel: Specify installation method/sourceZeeshan Ali (Khattak)2013-12-041-0/+2
| | | | | | | | | | This is the same change as we made to fedora install script in commit d04f022cc30d03f451e27284b6311309cf1dee9f. While installation method/source has always been mandatory, Anaconda has ignored us not specifying it so far. Our luck runs out in RHEL 7 though, where unattended installation breaks if this is not explicitly specified.
* rhel: Add info on 6.5Zeeshan Ali (Khattak)2013-12-041-0/+50
|
* win7: List all variantsZeeshan Ali (Khattak)2013-11-291-2/+86
| | | | List all variants and map appr. medias to them.
* tools: osinfo-detect prints variantZeeshan Ali (Khattak)2013-11-291-1/+29
| | | | | If a particular variant is matched against, osinfo-detect should print the name of that variant rather than the OS itself.
* media: Add variant info API/XMLZeeshan Ali (Khattak)2013-11-296-3/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add: * ability to associate media to one or more variants of the OS in the 'media' XML node. For example: <os id="http://microsoft.com/win/7"> <short-id>win7</short-id> <name>Microsoft Windows 7</name> .. <variant id="starter"> <name>Microsoft Windows 7 Starter</name> </variant> <variant id="home-basic"> <name>Microsoft Windows 7 Home Basic</name> </variant> <variant id="home-premium"> <name>Microsoft Windows 7 Home Premium</name> </variant> .. <media installer-reboots="2" arch="x86_64"> <variant id="home-premium"/> <iso> .. </iso> </media> </os> * API to query variants of the OS, media is associated with.
* os: Add variant info API/XMLZeeshan Ali (Khattak)2013-11-295-0/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | Add: * ability to specificy various variants of an OS under the 'os' XML node. For example: <os id="http://microsoft.com/win/7"> <short-id>win7</short-id> <name>Microsoft Windows 7</name> .. <variant id="starter"> <name>Microsoft Windows 7 Starter</name> </variant> <variant id="home-basic"> <name>Microsoft Windows 7 Home Basic</name> </variant> <variant id="home-premium"> <name>Microsoft Windows 7 Home Premium</name> </variant> .. </os> * API to add and query variants of an OS.
* Introducing OsinfoOsVariantListZeeshan Ali (Khattak)2013-11-295-0/+161
| | | | Just a OsinfoList subclass that is meant to contain Variant objects.
* Introducing OsinfoOsVariantZeeshan Ali (Khattak)2013-11-296-0/+247
| | | | | | This is a new entity class that will represent variants of an OS. For example professional, enterprise and ultimate editions of Windows OSs and workstation and server variants of RHEL etc.