summaryrefslogtreecommitdiffstats
path: root/contrib/intro/libguestfs-intro.html
Commit message (Collapse)AuthorAgeFilesLines
* daemon: collect list of called external commandsOlaf Hering2012-08-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | guestfsd calls many different tools. Keeping track of all of them is error prone. This patch introduces a new helper macro to put the command string into its own ELF section: GUESTFSD_EXT_CMD(C_variable, command_name); This syntax makes it still possible to grep for used command names. The actual usage of the collected list could be like this: objcopy -j .guestfsd_ext_cmds -O binary daemon/guestfsd /dev/stdout | tr '\0' '\n' | sort -u The resulting output will be used to tell mkinitrd which programs to copy into the initrd. Signed-off-by: Olaf Hering <olaf@aepfle.de> RWMJ: - Move str_vgchange at request of author. - Fix snprintf call in daemon/debug.c
* Replace mount-options with mount where appropriate.Richard W.M. Jones2012-08-181-2/+2
| | | | | | Since our minimum supported version is now 1.16 and mount was fixed in 1.13.16, it is now safe to replace mount-options + empty options with mount wherever it occurs.
* contrib: Update introduction to libguestfs.Richard W.M. Jones2011-11-211-25/+94
|
* contrib: Use PNG images as fallback for IE compatibility.Richard W.M. Jones2011-11-021-3/+8
|
* contrib: Update talk.Richard W.M. Jones2011-11-011-11/+84
|
* contrib: Add libguestfs talk.Richard W.M. Jones2011-11-011-0/+253
This is a short (10-15 min) talk that I give to introduce the main features of libguestfs. The "slides" are in the form of a complete self-contained HTML page with a handful images that can be easily distributed before the talk.