[virt-tools-list] [PATCH 00/10] Install Scripts fixes and improvements

Fabiano Fidêncio fabiano at fidencio.org
Tue Jun 12 02:23:01 UTC 2012


These patches are a set of little corrections and some improvements in install-script stuffs (so, it's based on danpb's branch dedicated to install-script), allowing, then, Gnome Boxes to drop current schema to do unattended installations in favor to use this install-script API.

As talked with danpb in #boxes, the whole serie is being send (some of them resend) to facilitate the review.

Best regards,

Daniel P. Berrange (1):
  Fix installation of install-scripts' database dir

Fabiano Fidêncio (9):
  Update README's file
  Fix function's name exposed by osinfo_db
  Standardize function's names
  Expose forgotten API's from install script config
  Add win2k and win7 forgotten installers' tag
  Add "hostname" property to install-script-config
  Add desktop profile for Fedora 15 and newer
  Change osinfo_install_script_generate to write the output in a file
  Add desktop profile for Windows

 README                               |    2 +
 data/install-scripts/Makefile.am     |    4 +-
 data/install-scripts/fedora.xml      |  148 +++++++++++++++++++++++++++++++++-
 data/install-scripts/windows-cmd.xml |   22 +++++
 data/install-scripts/windows-reg.xml |   23 ++++++
 data/install-scripts/windows-sif.xml |   66 ++++++++++++++-
 data/oses/fedora.xml                 |    2 +
 data/oses/windows.xml                |   26 +++++-
 osinfo/libosinfo.syms                |    9 ++-
 osinfo/osinfo_install_config.c       |   13 +++
 osinfo/osinfo_install_config.h       |    6 ++
 osinfo/osinfo_install_script.c       |   35 ++++++--
 osinfo/osinfo_install_script.h       |   11 +--
 osinfo/osinfo_os.c                   |    2 +-
 osinfo/osinfo_os.h                   |    2 +-
 tools/osinfo-install-script.c        |   76 ++++++++++++-----
 16 files changed, 403 insertions(+), 44 deletions(-)
 create mode 100644 data/install-scripts/windows-cmd.xml
 create mode 100644 data/install-scripts/windows-reg.xml

-- 
1.7.10.2




More information about the virt-tools-list mailing list