X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=po-docs%2Fja.po;h=5730b3e6adbfc0558296271a299593504daf7674;hb=82a9bfb8debc686d018d98b3ff9bb0732fd9fcb0;hp=8f66dc22031b76ae17ec638d3029068e853c95dc;hpb=5b656fac03146c331cd1310f22febf631b2d8e36;p=libguestfs.git diff --git a/po-docs/ja.po b/po-docs/ja.po index 8f66dc2..5730b3e 100644 --- a/po-docs/ja.po +++ b/po-docs/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: libguestfs@redhat.com\n" -"POT-Creation-Date: 2011-01-10 10:10+0000\n" +"POT-Creation-Date: 2011-04-18 22:43+0200\n" "PO-Revision-Date: 2010-09-02 14:46+0100\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -250,7 +250,6 @@ msgid "" " \n" msgstr "" -# type: verbatim #. type: verbatim #: ../src/guestfs.pod:98 #, no-wrap @@ -259,7 +258,7 @@ msgid "" " * disk image.\n" " */\n" " guestfs_touch (g, \"/hello\");\n" -"\n" +" \n" msgstr "" # type: verbatim @@ -925,9 +924,9 @@ msgstr "" #: ../src/guestfs.pod:1093 ../src/guestfs.pod:1097 ../src/guestfs.pod:1101 #: ../src/guestfs.pod:1583 ../src/guestfs.pod:1588 ../src/guestfs.pod:1592 #: ../src/guestfs.pod:1702 ../src/guestfs.pod:1707 ../src/guestfs.pod:1711 -#: ../src/guestfs.pod:2063 ../src/guestfs.pod:2069 ../src/guestfs.pod:2074 -#: ../src/guestfs.pod:2080 ../src/guestfs.pod:2534 ../src/guestfs.pod:2538 -#: ../src/guestfs.pod:2542 ../src/guestfs.pod:2546 +#: ../src/guestfs.pod:2064 ../src/guestfs.pod:2070 ../src/guestfs.pod:2075 +#: ../src/guestfs.pod:2081 ../src/guestfs.pod:2535 ../src/guestfs.pod:2539 +#: ../src/guestfs.pod:2543 ../src/guestfs.pod:2547 #: ../src/guestfs-actions.pod:15 ../src/guestfs-actions.pod:22 #: ../src/guestfs-actions.pod:569 ../src/guestfs-actions.pod:577 #: ../src/guestfs-actions.pod:584 ../src/guestfs-actions.pod:591 @@ -1101,7 +1100,7 @@ msgstr "" # type: =item #. type: =item #: ../src/guestfs.pod:469 ../src/guestfs.pod:1204 ../src/guestfs.pod:1335 -#: ../src/guestfs.pod:2108 +#: ../src/guestfs.pod:2109 msgid "1." msgstr "" @@ -1123,7 +1122,7 @@ msgstr "" # type: =item #. type: =item #: ../src/guestfs.pod:475 ../src/guestfs.pod:1208 ../src/guestfs.pod:1339 -#: ../src/guestfs.pod:2133 +#: ../src/guestfs.pod:2134 msgid "2." msgstr "" @@ -2112,11 +2111,10 @@ msgstr "" msgid "PATH" msgstr "" -# type: textblock #. type: textblock #: ../src/guestfs.pod:915 msgid "" -"Libguestfs needs a kernel and initrd.img, which it finds by looking along an " +"Libguestfs needs a supermin appliance, which it finds by looking along an " "internal path." msgstr "" @@ -3828,17 +3826,17 @@ msgstr "" msgid "0 E= C E= C" msgstr "" -# type: textblock #. type: textblock #: ../src/guestfs.pod:1713 msgid "" "If any progress notification is sent during a call, then a final progress " -"notification is always sent when C = C." +"notification is always sent when C = C (I the call " +"fails with an error)." msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1716 +#: ../src/guestfs.pod:1717 msgid "" "This is to simplify caller code, so callers can easily set the progress " "indicator to \"100%\" at the end of the operation, without requiring special " @@ -3847,7 +3845,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1722 +#: ../src/guestfs.pod:1723 msgid "" "The callback also receives the procedure number and serial number of the " "call. These are only useful for debugging protocol issues, and the callback " @@ -3857,13 +3855,13 @@ msgstr "" # type: =head1 #. type: =head1 -#: ../src/guestfs.pod:1727 +#: ../src/guestfs.pod:1728 msgid "PRIVATE DATA AREA" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1729 +#: ../src/guestfs.pod:1730 msgid "" "You can attach named pieces of private data to the libguestfs handle, and " "fetch them by name for the lifetime of the handle. This is called the " @@ -3872,13 +3870,13 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1733 +#: ../src/guestfs.pod:1734 msgid "To attach a named piece of data, use the following call:" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs.pod:1735 +#: ../src/guestfs.pod:1736 #, no-wrap msgid "" " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n" @@ -3887,7 +3885,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1737 +#: ../src/guestfs.pod:1738 msgid "" "C is the name to associate with this data, and C is an arbitrary " "pointer (which can be C). Any previous item with the same name is " @@ -3896,7 +3894,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1741 +#: ../src/guestfs.pod:1742 msgid "" "You can use any C you want, but names beginning with an underscore " "character are reserved for internal libguestfs purposes (for implementing " @@ -3906,13 +3904,13 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1746 +#: ../src/guestfs.pod:1747 msgid "To retrieve the pointer, use:" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs.pod:1748 +#: ../src/guestfs.pod:1749 #, no-wrap msgid "" " void *guestfs_get_private (guestfs_h *g, const char *key);\n" @@ -3921,7 +3919,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1750 +#: ../src/guestfs.pod:1751 msgid "" "This function returns C if either no data is found associated with " "C, or if the user previously set the C's C pointer to " @@ -3930,7 +3928,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1754 +#: ../src/guestfs.pod:1755 msgid "" "Libguestfs does not try to look at or interpret the C pointer in any " "way. As far as libguestfs is concerned, it need not be a valid pointer at " @@ -3943,7 +3941,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1762 +#: ../src/guestfs.pod:1763 msgid "" "The private data area is implemented using a hash table, and should be " "reasonably efficient for moderate numbers of keys." @@ -3951,13 +3949,13 @@ msgstr "" # type: =end #. type: =end -#: ../src/guestfs.pod:1765 ../src/guestfs.pod:1770 +#: ../src/guestfs.pod:1766 ../src/guestfs.pod:1771 msgid "html" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1767 +#: ../src/guestfs.pod:1768 msgid "" " " @@ -3965,13 +3963,13 @@ msgstr "" # type: =head1 #. type: =head1 -#: ../src/guestfs.pod:1772 +#: ../src/guestfs.pod:1773 msgid "ARCHITECTURE" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1774 +#: ../src/guestfs.pod:1775 msgid "" "Internally, libguestfs is implemented by running an appliance (a special " "type of small virtual machine) using L. Qemu runs as a child " @@ -3980,7 +3978,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs.pod:1778 +#: ../src/guestfs.pod:1779 #, no-wrap msgid "" " ___________________\n" @@ -4007,7 +4005,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1798 +#: ../src/guestfs.pod:1799 msgid "" "The library, linked to the main program, creates the child process and hence " "the appliance in the L function." @@ -4015,7 +4013,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1801 +#: ../src/guestfs.pod:1802 msgid "" "Inside the appliance is a Linux kernel and a complete stack of userspace " "tools (such as LVM and ext2 programs) and a small controlling daemon called " @@ -4028,7 +4026,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1810 +#: ../src/guestfs.pod:1811 msgid "" "A common misunderstanding is that the appliance \"is\" the virtual machine. " "Although the disk image you are attached to might also be used by some " @@ -4040,19 +4038,19 @@ msgstr "" # type: =head1 #. type: =head1 -#: ../src/guestfs.pod:1817 +#: ../src/guestfs.pod:1818 msgid "STATE MACHINE" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1819 +#: ../src/guestfs.pod:1820 msgid "libguestfs uses a state machine to model the child process:" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs.pod:1821 +#: ../src/guestfs.pod:1822 #, no-wrap msgid "" " |\n" @@ -4081,7 +4079,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1843 +#: ../src/guestfs.pod:1844 msgid "" "The normal transitions are (1) CONFIG (when the handle is created, but there " "is no child process), (2) LAUNCHING (when the child process is booting up), " @@ -4091,7 +4089,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1848 +#: ../src/guestfs.pod:1849 msgid "" "The guest may be killed by L, or may die " "asynchronously at any time (eg. due to some internal error), and that causes " @@ -4100,7 +4098,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1852 +#: ../src/guestfs.pod:1853 msgid "" "Configuration commands for qemu such as L can only be " "issued when in the CONFIG state." @@ -4108,7 +4106,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1855 +#: ../src/guestfs.pod:1856 msgid "" "The API offers one call that goes from CONFIG through LAUNCHING to READY. " "L blocks until the child process is READY to accept " @@ -4118,7 +4116,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1861 +#: ../src/guestfs.pod:1862 msgid "" "API actions such as L can only be issued when in the READY " "state. These API calls block waiting for the command to be carried out (ie. " @@ -4129,7 +4127,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1867 +#: ../src/guestfs.pod:1868 msgid "" "Finally, the child process sends asynchronous messages back to the main " "program, such as kernel log messages. You can register a callback to " @@ -4138,19 +4136,19 @@ msgstr "" # type: =head1 #. type: =head1 -#: ../src/guestfs.pod:1871 +#: ../src/guestfs.pod:1872 msgid "INTERNALS" msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs.pod:1873 +#: ../src/guestfs.pod:1874 msgid "COMMUNICATION PROTOCOL" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1875 +#: ../src/guestfs.pod:1876 msgid "" "Don't rely on using this protocol directly. This section documents how it " "currently works, but it may change at any time." @@ -4158,7 +4156,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1878 +#: ../src/guestfs.pod:1879 msgid "" "The protocol used to talk between the library and the daemon running inside " "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC " @@ -4167,7 +4165,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1882 +#: ../src/guestfs.pod:1883 msgid "" "The detailed format of structures is in C (note: " "this file is automatically generated)." @@ -4175,7 +4173,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1885 +#: ../src/guestfs.pod:1886 msgid "" "There are two broad cases, ordinary functions that don't have any C " "and C parameters, which are handled with very simple request/reply " @@ -4186,19 +4184,19 @@ msgstr "" # type: =head3 #. type: =head3 -#: ../src/guestfs.pod:1892 +#: ../src/guestfs.pod:1893 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1894 +#: ../src/guestfs.pod:1895 msgid "For ordinary functions, the request message is:" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs.pod:1896 +#: ../src/guestfs.pod:1897 #, no-wrap msgid "" " total length (header + arguments,\n" @@ -4210,7 +4208,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1901 +#: ../src/guestfs.pod:1902 msgid "" "The total length field allows the daemon to allocate a fixed size buffer " "into which it slurps the rest of the message. As a result, the total length " @@ -4220,7 +4218,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1907 +#: ../src/guestfs.pod:1908 msgid "" "Note also that many functions don't take any arguments, in which case the " "C_args> is completely omitted." @@ -4228,7 +4226,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1910 +#: ../src/guestfs.pod:1911 msgid "" "The header contains the procedure number (C) which is how the " "receiver knows what type of args structure to expect, or none at all." @@ -4236,7 +4234,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1914 +#: ../src/guestfs.pod:1915 msgid "" "For functions that take optional arguments, the optional arguments are " "encoded in the C_args> structure in the same way as ordinary " @@ -4249,13 +4247,13 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1922 +#: ../src/guestfs.pod:1923 msgid "The reply message for ordinary functions is:" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs.pod:1924 +#: ../src/guestfs.pod:1925 #, no-wrap msgid "" " total length (header + ret,\n" @@ -4267,7 +4265,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1929 +#: ../src/guestfs.pod:1930 msgid "" "As above the C_ret> structure may be completely omitted for " "functions that return no formal return values." @@ -4275,14 +4273,14 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1932 +#: ../src/guestfs.pod:1933 msgid "" "As above the total length of the reply is limited to C." msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1935 +#: ../src/guestfs.pod:1936 msgid "" "In the case of an error, a flag is set in the header, and the reply message " "is slightly changed:" @@ -4290,7 +4288,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs.pod:1938 +#: ../src/guestfs.pod:1939 #, no-wrap msgid "" " total length (header + error,\n" @@ -4302,7 +4300,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1943 +#: ../src/guestfs.pod:1944 msgid "" "The C structure contains the error message as a " "string." @@ -4310,13 +4308,13 @@ msgstr "" # type: =head3 #. type: =head3 -#: ../src/guestfs.pod:1946 +#: ../src/guestfs.pod:1947 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1948 +#: ../src/guestfs.pod:1949 msgid "" "A C parameter indicates that we transfer a file I the guest. " "The normal request message is sent (see above). However this is followed by " @@ -4325,7 +4323,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs.pod:1952 +#: ../src/guestfs.pod:1953 #, no-wrap msgid "" " total length (header + arguments,\n" @@ -4340,13 +4338,13 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1960 +#: ../src/guestfs.pod:1961 msgid "The \"sequence of chunks\" is:" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs.pod:1962 +#: ../src/guestfs.pod:1963 #, no-wrap msgid "" " length of chunk (not including length word itself)\n" @@ -4361,7 +4359,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1970 +#: ../src/guestfs.pod:1971 msgid "" "The final chunk has the C field set to zero. Additionally a flag " "is set in the final chunk to indicate either successful completion or early " @@ -4370,7 +4368,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1974 +#: ../src/guestfs.pod:1975 msgid "" "At time of writing there are no functions that have more than one FileIn " "parameter. However this is (theoretically) supported, by sending the " @@ -4380,7 +4378,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1979 +#: ../src/guestfs.pod:1980 msgid "" "Both the library (sender) I the daemon (receiver) may cancel the " "transfer. The library does this by sending a chunk with a special flag set " @@ -4390,7 +4388,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1985 +#: ../src/guestfs.pod:1986 msgid "" "The daemon may also cancel. It does this by writing a special word " "C to the socket. The library listens for this during " @@ -4403,7 +4401,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:1994 +#: ../src/guestfs.pod:1995 msgid "" "This protocol allows the transfer of arbitrary sized files (no 32 bit " "limit), and also files where the size is not known in advance (eg. from " @@ -4414,13 +4412,13 @@ msgstr "" # type: =head3 #. type: =head3 -#: ../src/guestfs.pod:2000 +#: ../src/guestfs.pod:2001 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2002 +#: ../src/guestfs.pod:2003 msgid "" "The protocol for FileOut parameters is exactly the same as for FileIn " "parameters, but with the roles of daemon and library reversed." @@ -4428,7 +4426,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs.pod:2005 +#: ../src/guestfs.pod:2006 #, no-wrap msgid "" " total length (header + ret,\n" @@ -4443,13 +4441,13 @@ msgstr "" # type: =head3 #. type: =head3 -#: ../src/guestfs.pod:2013 +#: ../src/guestfs.pod:2014 msgid "INITIAL MESSAGE" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2015 +#: ../src/guestfs.pod:2016 msgid "" "When the daemon launches it sends an initial word (C) " "which indicates that the guest and daemon is alive. This is what L) if there is a callback registered, or " @@ -4482,7 +4480,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2029 +#: ../src/guestfs.pod:2030 msgid "" "The daemon self-limits the frequency of progress messages it sends (see " "C). Not all calls generate progress " @@ -4491,13 +4489,13 @@ msgstr "" # type: =head1 #. type: =head1 -#: ../src/guestfs.pod:2033 +#: ../src/guestfs.pod:2034 msgid "LIBGUESTFS VERSION NUMBERS" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2035 +#: ../src/guestfs.pod:2036 msgid "" "Since April 2010, libguestfs has started to make separate development and " "stable releases, along with corresponding branches in our git repository. " @@ -4506,7 +4504,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs.pod:2040 +#: ../src/guestfs.pod:2041 #, no-wrap msgid "" " even numbers for stable: 1.2.x, 1.4.x, ...\n" @@ -4524,13 +4522,13 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2051 +#: ../src/guestfs.pod:2052 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"." msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2053 +#: ../src/guestfs.pod:2054 msgid "" "As time passes we cherry pick fixes from the development branch and backport " "those into the stable branch, the effect being that the stable branch should " @@ -4541,13 +4539,13 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2059 +#: ../src/guestfs.pod:2060 msgid "Our criteria for backporting changes are:" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2065 +#: ../src/guestfs.pod:2066 msgid "" "Documentation changes which don't affect any code are backported unless the " "documentation refers to a future feature which is not in stable." @@ -4555,7 +4553,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2071 +#: ../src/guestfs.pod:2072 msgid "" "Bug fixes which are not controversial, fix obvious problems, and have been " "well tested are backported." @@ -4563,7 +4561,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2076 +#: ../src/guestfs.pod:2077 msgid "" "Simple rearrangements of code which shouldn't affect how it works get " "backported. This is so that the code in the two branches doesn't get too " @@ -4572,7 +4570,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2082 +#: ../src/guestfs.pod:2083 msgid "" "We I backport new features, new APIs, new tools etc, except in one " "exceptional case: the new feature is required in order to implement an " @@ -4581,7 +4579,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2088 +#: ../src/guestfs.pod:2089 msgid "" "A new stable branch starts when we think the new features in development are " "substantial and compelling enough over the current stable branch to warrant " @@ -4592,17 +4590,17 @@ msgid "" msgstr "" #. type: =head1 -#: ../src/guestfs.pod:2096 +#: ../src/guestfs.pod:2097 msgid "EXTENDING LIBGUESTFS" msgstr "" #. type: =head2 -#: ../src/guestfs.pod:2098 +#: ../src/guestfs.pod:2099 msgid "ADDING A NEW API ACTION" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2100 +#: ../src/guestfs.pod:2101 msgid "" "Large amounts of boilerplate code in libguestfs (RPC, bindings, " "documentation) are generated, and this makes it easy to extend the " @@ -4610,19 +4608,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2104 +#: ../src/guestfs.pod:2105 msgid "To add a new API action there are two changes:" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2110 +#: ../src/guestfs.pod:2111 msgid "" "You need to add a description of the call (name, parameters, return type, " "tests, documentation) to C." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2113 +#: ../src/guestfs.pod:2114 msgid "" "There are two sorts of API action, depending on whether the call goes " "through to the daemon in the appliance, or is serviced entirely by the " @@ -4633,7 +4631,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2121 +#: ../src/guestfs.pod:2122 msgid "" "Most new actions are of the first type, and get added to the " "C list. Each function has a unique procedure number used " @@ -4643,7 +4641,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2127 +#: ../src/guestfs.pod:2128 msgid "" "For library-only actions of the second type, add to the " "C list. Since these functions are serviced by the " @@ -4653,36 +4651,36 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2135 +#: ../src/guestfs.pod:2136 msgid "Implement the action (in C):" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2137 +#: ../src/guestfs.pod:2138 msgid "" "For daemon actions, implement the function CnameE> in the " "C directory." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2140 +#: ../src/guestfs.pod:2141 msgid "" "For library actions, implement the function CnameE> " "(note: double underscore) in the C directory." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2143 +#: ../src/guestfs.pod:2144 msgid "In either case, use another function as an example of what to do." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2147 +#: ../src/guestfs.pod:2148 msgid "After making these changes, use C to compile." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2149 +#: ../src/guestfs.pod:2150 msgid "" "Note that you don't need to implement the RPC, language bindings, manual " "pages or anything else. It's all automatically generated from the OCaml " @@ -4690,12 +4688,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs.pod:2153 +#: ../src/guestfs.pod:2154 msgid "ADDING TESTS FOR AN API ACTION" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2155 +#: ../src/guestfs.pod:2156 msgid "" "You can supply zero or as many tests as you want per API call. The tests " "can either be added as part of the API description (C." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2164 +#: ../src/guestfs.pod:2165 msgid "The test environment has 4 block devices:" msgstr "" #. type: =item -#: ../src/guestfs.pod:2168 +#: ../src/guestfs.pod:2169 msgid "C 500MB" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2170 +#: ../src/guestfs.pod:2171 msgid "General block device for testing." msgstr "" #. type: =item -#: ../src/guestfs.pod:2172 +#: ../src/guestfs.pod:2173 msgid "C 50MB" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2174 +#: ../src/guestfs.pod:2175 msgid "" "C is an ext2 filesystem used for testing filesystem write " "operations." msgstr "" #. type: =item -#: ../src/guestfs.pod:2177 +#: ../src/guestfs.pod:2178 msgid "C 10MB" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2179 +#: ../src/guestfs.pod:2180 msgid "Used in a few tests where two block devices are needed." msgstr "" #. type: =item -#: ../src/guestfs.pod:2181 +#: ../src/guestfs.pod:2182 msgid "C" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2183 +#: ../src/guestfs.pod:2184 msgid "ISO with fixed content (see C)." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2187 +#: ../src/guestfs.pod:2188 msgid "" "To be able to run the tests in a reasonable amount of time, the libguestfs " "appliance and block devices are reused between tests. So don't try testing " @@ -4767,7 +4765,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2191 +#: ../src/guestfs.pod:2192 msgid "" "Each test starts with an initial scenario, selected using one of the " "C expressions, described in C. These " @@ -4777,7 +4775,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2197 +#: ../src/guestfs.pod:2198 msgid "" "You can add a prerequisite clause to any individual test. This is a run-" "time check, which, if it fails, causes the test to be skipped. Useful if " @@ -4787,14 +4785,14 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2203 +#: ../src/guestfs.pod:2204 msgid "" "In addition, packagers can skip individual tests by setting environment " "variables before running C." msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2206 +#: ../src/guestfs.pod:2207 #, no-wrap msgid "" " SKIP_TEST__=1\n" @@ -4802,17 +4800,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2208 +#: ../src/guestfs.pod:2209 msgid "eg: C skips test #3 of L." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2210 +#: ../src/guestfs.pod:2211 msgid "or:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2212 +#: ../src/guestfs.pod:2213 #, no-wrap msgid "" " SKIP_TEST_=1\n" @@ -4820,17 +4818,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2214 +#: ../src/guestfs.pod:2215 msgid "eg: C skips all L tests." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2216 +#: ../src/guestfs.pod:2217 msgid "Packagers can run only certain tests by setting for example:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2218 +#: ../src/guestfs.pod:2219 #, no-wrap msgid "" " TEST_ONLY=\"vfs_type zerofree\"\n" @@ -4838,29 +4836,29 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2220 +#: ../src/guestfs.pod:2221 msgid "" "See C for more details of how these environment variables " "work." msgstr "" #. type: =head2 -#: ../src/guestfs.pod:2223 +#: ../src/guestfs.pod:2224 msgid "DEBUGGING NEW API ACTIONS" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2225 +#: ../src/guestfs.pod:2226 msgid "Test new actions work before submitting them." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2227 +#: ../src/guestfs.pod:2228 msgid "You can use guestfish to try out new commands." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2229 +#: ../src/guestfs.pod:2230 msgid "" "Debugging the daemon is a problem because it runs inside a minimal " "environment. However you can fprintf messages in the daemon to stderr, and " @@ -4868,12 +4866,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs.pod:2233 +#: ../src/guestfs.pod:2234 msgid "FORMATTING CODE AND OTHER CONVENTIONS" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2235 +#: ../src/guestfs.pod:2236 msgid "" "Our C source code generally adheres to some basic code-formatting " "conventions. The existing code base is not totally consistent on this " @@ -4883,14 +4881,14 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2241 +#: ../src/guestfs.pod:2242 msgid "" "If you use Emacs, add the following to one of one of your start-up files (e." "g., ~/.emacs), to help ensure that you get indentation right:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2244 +#: ../src/guestfs.pod:2245 #, no-wrap msgid "" " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n" @@ -4906,7 +4904,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2254 +#: ../src/guestfs.pod:2255 #, no-wrap msgid "" " ;;; When editing C sources in libguestfs, use this style.\n" @@ -4924,12 +4922,12 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2266 +#: ../src/guestfs.pod:2267 msgid "Enable warnings when compiling (and fix any problems this finds):" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2269 +#: ../src/guestfs.pod:2270 #, no-wrap msgid "" " ./configure --enable-gcc-warnings\n" @@ -4937,12 +4935,12 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2271 +#: ../src/guestfs.pod:2272 msgid "Useful targets are:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2273 +#: ../src/guestfs.pod:2274 #, no-wrap msgid "" " make syntax-check # checks the syntax of the C code\n" @@ -4951,36 +4949,36 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs.pod:2276 +#: ../src/guestfs.pod:2277 msgid "DAEMON CUSTOM PRINTF FORMATTERS" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2278 +#: ../src/guestfs.pod:2279 msgid "" "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, " "which are used to do shell quoting." msgstr "" #. type: =item -#: ../src/guestfs.pod:2283 +#: ../src/guestfs.pod:2284 msgid "%Q" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2285 +#: ../src/guestfs.pod:2286 msgid "" "Simple shell quoted string. Any spaces or other shell characters are " "escaped for you." msgstr "" #. type: =item -#: ../src/guestfs.pod:2288 +#: ../src/guestfs.pod:2289 msgid "%R" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2290 +#: ../src/guestfs.pod:2291 msgid "" "Same as C<%Q> except the string is treated as a path which is prefixed by " "the sysroot." @@ -4988,12 +4986,12 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2295 ../fish/guestfish.pod:240 ../fish/guestfish.pod:594 +#: ../src/guestfs.pod:2296 ../fish/guestfish.pod:240 ../fish/guestfish.pod:594 msgid "For example:" msgstr "" #. type: verbatim -#: ../src/guestfs.pod:2297 +#: ../src/guestfs.pod:2298 #, no-wrap msgid "" " asprintf (&cmd, \"cat %R\", path);\n" @@ -5001,12 +4999,12 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2299 +#: ../src/guestfs.pod:2300 msgid "would produce C" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2301 +#: ../src/guestfs.pod:2302 msgid "" "I Do I use these when you are passing parameters to the C functions. These parameters do NOT need to be quoted because " @@ -5015,29 +5013,29 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs.pod:2307 +#: ../src/guestfs.pod:2308 msgid "SUBMITTING YOUR NEW API ACTIONS" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2309 +#: ../src/guestfs.pod:2310 msgid "" "Submit patches to the mailing list: L and CC to L." msgstr "" #. type: =head2 -#: ../src/guestfs.pod:2313 +#: ../src/guestfs.pod:2314 msgid "INTERNATIONALIZATION (I18N) SUPPORT" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2315 +#: ../src/guestfs.pod:2316 msgid "We support i18n (gettext anyhow) in the library." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2317 +#: ../src/guestfs.pod:2318 msgid "" "However many messages come from the daemon, and we don't translate those at " "the moment. One reason is that the appliance generally has all locale files " @@ -5046,175 +5044,175 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2323 +#: ../src/guestfs.pod:2324 msgid "" "Debugging messages are never translated, since they are intended for the " "programmers." msgstr "" #. type: =head2 -#: ../src/guestfs.pod:2326 +#: ../src/guestfs.pod:2327 msgid "SOURCE CODE SUBDIRECTORIES" msgstr "" #. type: =item -#: ../src/guestfs.pod:2330 +#: ../src/guestfs.pod:2331 msgid "C" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2332 +#: ../src/guestfs.pod:2333 msgid "The libguestfs appliance, build scripts and so on." msgstr "" #. type: =item -#: ../src/guestfs.pod:2334 +#: ../src/guestfs.pod:2335 msgid "C" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2336 +#: ../src/guestfs.pod:2337 msgid "Automated tests of the C API." msgstr "" #. type: =item -#: ../src/guestfs.pod:2338 +#: ../src/guestfs.pod:2339 msgid "C" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2340 +#: ../src/guestfs.pod:2341 msgid "" "The L, L and L commands and " "documentation." msgstr "" #. type: =item -#: ../src/guestfs.pod:2343 +#: ../src/guestfs.pod:2344 msgid "C" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2345 +#: ../src/guestfs.pod:2346 msgid "Outside contributions, experimental parts." msgstr "" #. type: =item -#: ../src/guestfs.pod:2347 +#: ../src/guestfs.pod:2348 msgid "C" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2349 +#: ../src/guestfs.pod:2350 msgid "" "The daemon that runs inside the libguestfs appliance and carries out actions." msgstr "" #. type: =item -#: ../src/guestfs.pod:2352 +#: ../src/guestfs.pod:2353 msgid "C" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2354 +#: ../src/guestfs.pod:2355 msgid "L command and documentation." msgstr "" #. type: =item -#: ../src/guestfs.pod:2356 +#: ../src/guestfs.pod:2357 msgid "C" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2358 +#: ../src/guestfs.pod:2359 msgid "C API example code." msgstr "" #. type: =item -#: ../src/guestfs.pod:2360 +#: ../src/guestfs.pod:2361 msgid "C" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2362 +#: ../src/guestfs.pod:2363 msgid "L, the command-line shell." msgstr "" #. type: =item -#: ../src/guestfs.pod:2364 +#: ../src/guestfs.pod:2365 msgid "C" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2366 +#: ../src/guestfs.pod:2367 msgid "" "L, FUSE (userspace filesystem) built on top of libguestfs." msgstr "" #. type: =item -#: ../src/guestfs.pod:2368 +#: ../src/guestfs.pod:2369 msgid "C" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2370 +#: ../src/guestfs.pod:2371 msgid "" "The crucially important generator, used to automatically generate large " "amounts of boilerplate C code for things like RPC and bindings." msgstr "" #. type: =item -#: ../src/guestfs.pod:2373 +#: ../src/guestfs.pod:2374 msgid "C" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2375 +#: ../src/guestfs.pod:2376 msgid "Files used by the test suite." msgstr "" #. type: textblock -#: ../src/guestfs.pod:2377 +#: ../src/guestfs.pod:2378 msgid "Some \"phony\" guest images which we test against." msgstr "" #. type: =item -#: ../src/guestfs.pod:2379 +#: ../src/guestfs.pod:2380 msgid "C" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2381 +#: ../src/guestfs.pod:2382 msgid "L, the virtual machine image inspector." msgstr "" #. type: =item -#: ../src/guestfs.pod:2383 +#: ../src/guestfs.pod:2384 msgid "C" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2385 +#: ../src/guestfs.pod:2386 msgid "M4 macros used by autoconf." msgstr "" #. type: =item -#: ../src/guestfs.pod:2387 +#: ../src/guestfs.pod:2388 msgid "C" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2389 +#: ../src/guestfs.pod:2390 msgid "Translations of simple gettext strings." msgstr "" #. type: =item -#: ../src/guestfs.pod:2391 +#: ../src/guestfs.pod:2392 msgid "C" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2393 +#: ../src/guestfs.pod:2394 msgid "" "The build infrastructure and PO files for translations of manpages and POD " "files. Eventually this will be combined with the C directory, but that " @@ -5222,130 +5220,130 @@ msgid "" msgstr "" #. type: =item -#: ../src/guestfs.pod:2397 +#: ../src/guestfs.pod:2398 msgid "C" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2399 +#: ../src/guestfs.pod:2400 msgid "Regression tests." msgstr "" #. type: =item -#: ../src/guestfs.pod:2401 +#: ../src/guestfs.pod:2402 msgid "C" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2403 +#: ../src/guestfs.pod:2404 msgid "L command and documentation." msgstr "" #. type: =item -#: ../src/guestfs.pod:2405 +#: ../src/guestfs.pod:2406 msgid "C" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2407 +#: ../src/guestfs.pod:2408 msgid "Source code to the C library." msgstr "" #. type: =item -#: ../src/guestfs.pod:2409 +#: ../src/guestfs.pod:2410 msgid "C" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2411 +#: ../src/guestfs.pod:2412 msgid "Command line tools written in Perl (L and many others)." msgstr "" #. type: =item -#: ../src/guestfs.pod:2413 +#: ../src/guestfs.pod:2414 msgid "C" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2415 +#: ../src/guestfs.pod:2416 msgid "" "Test tool for end users to test if their qemu/kernel combination will work " "with libguestfs." msgstr "" #. type: =item -#: ../src/guestfs.pod:2418 +#: ../src/guestfs.pod:2419 msgid "C" msgstr "" #. type: =item -#: ../src/guestfs.pod:2420 +#: ../src/guestfs.pod:2421 msgid "C" msgstr "" #. type: =item -#: ../src/guestfs.pod:2422 +#: ../src/guestfs.pod:2423 msgid "C" msgstr "" #. type: =item -#: ../src/guestfs.pod:2424 +#: ../src/guestfs.pod:2425 msgid "C" msgstr "" #. type: =item -#: ../src/guestfs.pod:2426 +#: ../src/guestfs.pod:2427 msgid "C" msgstr "" #. type: =item -#: ../src/guestfs.pod:2428 +#: ../src/guestfs.pod:2429 msgid "C" msgstr "" #. type: =item -#: ../src/guestfs.pod:2430 +#: ../src/guestfs.pod:2431 msgid "C" msgstr "" #. type: =item -#: ../src/guestfs.pod:2432 +#: ../src/guestfs.pod:2433 msgid "C" msgstr "" #. type: textblock -#: ../src/guestfs.pod:2434 +#: ../src/guestfs.pod:2435 msgid "Language bindings." msgstr "" # type: =head1 #. type: =head1 -#: ../src/guestfs.pod:2438 ../fish/guestfish.pod:965 -#: ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:330 +#: ../src/guestfs.pod:2439 ../fish/guestfish.pod:965 +#: ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:375 msgid "ENVIRONMENT VARIABLES" msgstr "" # type: =item #. type: =item -#: ../src/guestfs.pod:2442 ../fish/guestfish.pod:991 +#: ../src/guestfs.pod:2443 ../fish/guestfish.pod:991 msgid "LIBGUESTFS_APPEND" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2444 ../fish/guestfish.pod:993 +#: ../src/guestfs.pod:2445 ../fish/guestfish.pod:993 msgid "Pass additional options to the guest kernel." msgstr "" # type: =item #. type: =item -#: ../src/guestfs.pod:2446 ../fish/guestfish.pod:995 +#: ../src/guestfs.pod:2447 ../fish/guestfish.pod:995 msgid "LIBGUESTFS_DEBUG" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2448 +#: ../src/guestfs.pod:2449 msgid "" "Set C to enable verbose messages. This has the same " "effect as calling C." @@ -5353,20 +5351,20 @@ msgstr "" # type: =item #. type: =item -#: ../src/guestfs.pod:2451 ../fish/guestfish.pod:1000 +#: ../src/guestfs.pod:2452 ../fish/guestfish.pod:1000 msgid "LIBGUESTFS_MEMSIZE" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2453 ../fish/guestfish.pod:1002 +#: ../src/guestfs.pod:2454 ../fish/guestfish.pod:1002 msgid "" "Set the memory allocated to the qemu process, in megabytes. For example:" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs.pod:2456 ../fish/guestfish.pod:1005 +#: ../src/guestfs.pod:2457 ../fish/guestfish.pod:1005 #, no-wrap msgid "" " LIBGUESTFS_MEMSIZE=700\n" @@ -5375,27 +5373,26 @@ msgstr "" # type: =item #. type: =item -#: ../src/guestfs.pod:2458 ../fish/guestfish.pod:1007 +#: ../src/guestfs.pod:2459 ../fish/guestfish.pod:1007 msgid "LIBGUESTFS_PATH" msgstr "" -# type: textblock #. type: textblock -#: ../src/guestfs.pod:2460 +#: ../src/guestfs.pod:2461 msgid "" -"Set the path that libguestfs uses to search for kernel and initrd.img. See " -"the discussion of paths in section PATH above." +"Set the path that libguestfs uses to search for a supermin appliance. See " +"the discussion of paths in section L above." msgstr "" # type: =item #. type: =item -#: ../src/guestfs.pod:2463 ../fish/guestfish.pod:1012 +#: ../src/guestfs.pod:2464 ../fish/guestfish.pod:1012 msgid "LIBGUESTFS_QEMU" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2465 ../fish/guestfish.pod:1014 +#: ../src/guestfs.pod:2466 ../fish/guestfish.pod:1014 msgid "" "Set the default qemu binary that libguestfs uses. If not set, then the qemu " "which was found at compile time by the configure script is used." @@ -5403,19 +5400,19 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2469 +#: ../src/guestfs.pod:2470 msgid "See also L above." msgstr "" # type: =item #. type: =item -#: ../src/guestfs.pod:2471 ../fish/guestfish.pod:1018 +#: ../src/guestfs.pod:2472 ../fish/guestfish.pod:1018 msgid "LIBGUESTFS_TRACE" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2473 +#: ../src/guestfs.pod:2474 msgid "" "Set C to enable command traces. This has the same " "effect as calling C." @@ -5423,19 +5420,19 @@ msgstr "" # type: =item #. type: =item -#: ../src/guestfs.pod:2476 ../fish/guestfish.pod:1027 +#: ../src/guestfs.pod:2477 ../fish/guestfish.pod:1027 msgid "TMPDIR" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2478 ../fish/guestfish.pod:1029 +#: ../src/guestfs.pod:2479 ../fish/guestfish.pod:1029 msgid "Location of temporary directory, defaults to C." msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2480 ../fish/guestfish.pod:1031 +#: ../src/guestfs.pod:2481 ../fish/guestfish.pod:1031 msgid "" "If libguestfs was compiled to use the supermin appliance then the real " "appliance is cached in this directory, shared between all handles belonging " @@ -5445,18 +5442,18 @@ msgstr "" # type: =head1 #. type: =head1 -#: ../src/guestfs.pod:2488 ../fish/guestfish.pod:1089 +#: ../src/guestfs.pod:2489 ../fish/guestfish.pod:1089 #: ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:233 -#: ../tools/virt-edit.pl:350 ../tools/virt-win-reg.pl:572 +#: ../tools/virt-edit.pl:395 ../tools/virt-win-reg.pl:572 #: ../tools/virt-resize.pl:1483 ../tools/virt-list-filesystems.pl:189 -#: ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:534 +#: ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:539 #: ../tools/virt-list-partitions.pl:257 msgid "SEE ALSO" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2490 +#: ../src/guestfs.pod:2491 msgid "" "L, L, L, L, L, L, L, L, " @@ -5468,7 +5465,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2513 +#: ../src/guestfs.pod:2514 msgid "" "Tools with a similar purpose: L, L, L, L, L." @@ -5476,20 +5473,20 @@ msgstr "" # type: =head1 #. type: =head1 -#: ../src/guestfs.pod:2520 ../tools/virt-win-reg.pl:587 -#: ../tools/virt-make-fs.pl:548 +#: ../src/guestfs.pod:2521 ../tools/virt-win-reg.pl:587 +#: ../tools/virt-make-fs.pl:553 msgid "BUGS" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2522 +#: ../src/guestfs.pod:2523 msgid "To get a list of bugs against libguestfs use this link:" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2524 +#: ../src/guestfs.pod:2525 msgid "" "L" @@ -5497,13 +5494,13 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2526 +#: ../src/guestfs.pod:2527 msgid "To report a new bug against libguestfs use this link:" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2528 +#: ../src/guestfs.pod:2529 msgid "" "L" @@ -5511,31 +5508,31 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2530 +#: ../src/guestfs.pod:2531 msgid "When reporting a bug, please check:" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2536 +#: ../src/guestfs.pod:2537 msgid "That the bug hasn't been reported already." msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2540 +#: ../src/guestfs.pod:2541 msgid "That you are testing a recent version." msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2544 +#: ../src/guestfs.pod:2545 msgid "Describe the bug accurately, and give a way to reproduce it." msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2548 +#: ../src/guestfs.pod:2549 msgid "" "Run libguestfs-test-tool and paste the B output into the " "bug report." @@ -5543,39 +5540,39 @@ msgstr "" # type: =head1 #. type: =head1 -#: ../src/guestfs.pod:2553 ../fish/guestfish.pod:1108 +#: ../src/guestfs.pod:2554 ../fish/guestfish.pod:1108 #: ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:244 msgid "AUTHORS" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2555 ../fish/guestfish.pod:1110 +#: ../src/guestfs.pod:2556 ../fish/guestfish.pod:1110 #: ../test-tool/libguestfs-test-tool.pod:117 ../fuse/guestmount.pod:246 msgid "Richard W.M. Jones (C)" msgstr "" # type: =head1 #. type: =head1 -#: ../src/guestfs.pod:2557 ../fish/guestfish.pod:1112 +#: ../src/guestfs.pod:2558 ../fish/guestfish.pod:1112 #: ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:248 -#: ../tools/virt-edit.pl:366 ../tools/virt-win-reg.pl:602 +#: ../tools/virt-edit.pl:411 ../tools/virt-win-reg.pl:602 #: ../tools/virt-resize.pl:1508 ../tools/virt-list-filesystems.pl:206 -#: ../tools/virt-tar.pl:296 ../tools/virt-make-fs.pl:563 +#: ../tools/virt-tar.pl:296 ../tools/virt-make-fs.pl:568 #: ../tools/virt-list-partitions.pl:273 msgid "COPYRIGHT" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2559 ../fish/guestfish.pod:1114 +#: ../src/guestfs.pod:2560 ../fish/guestfish.pod:1114 #: ../fuse/guestmount.pod:250 msgid "Copyright (C) 2009-2010 Red Hat Inc. L" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2562 +#: ../src/guestfs.pod:2563 msgid "" "This library is free software; you can redistribute it and/or modify it " "under the terms of the GNU Lesser General Public License as published by the " @@ -5585,7 +5582,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2567 +#: ../src/guestfs.pod:2568 msgid "" "This library is distributed in the hope that it will be useful, but WITHOUT " "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " @@ -5595,7 +5592,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs.pod:2572 +#: ../src/guestfs.pod:2573 msgid "" "You should have received a copy of the GNU Lesser General Public License " "along with this library; if not, write to the Free Software Foundation, " @@ -5673,72 +5670,72 @@ msgstr "" #: ../src/guestfs-actions.pod:1682 ../src/guestfs-actions.pod:1704 #: ../src/guestfs-actions.pod:1791 ../src/guestfs-actions.pod:2243 #: ../src/guestfs-actions.pod:2387 ../src/guestfs-actions.pod:2448 -#: ../src/guestfs-actions.pod:2483 ../src/guestfs-actions.pod:3222 -#: ../src/guestfs-actions.pod:3237 ../src/guestfs-actions.pod:3257 -#: ../src/guestfs-actions.pod:3412 ../src/guestfs-actions.pod:3426 -#: ../src/guestfs-actions.pod:3439 ../src/guestfs-actions.pod:3453 -#: ../src/guestfs-actions.pod:3468 ../src/guestfs-actions.pod:3504 -#: ../src/guestfs-actions.pod:3576 ../src/guestfs-actions.pod:3596 -#: ../src/guestfs-actions.pod:3613 ../src/guestfs-actions.pod:3636 -#: ../src/guestfs-actions.pod:3659 ../src/guestfs-actions.pod:3691 -#: ../src/guestfs-actions.pod:3710 ../src/guestfs-actions.pod:3729 -#: ../src/guestfs-actions.pod:3764 ../src/guestfs-actions.pod:3776 -#: ../src/guestfs-actions.pod:3812 ../src/guestfs-actions.pod:3828 -#: ../src/guestfs-actions.pod:3841 ../src/guestfs-actions.pod:3856 -#: ../src/guestfs-actions.pod:3873 ../src/guestfs-actions.pod:3966 -#: ../src/guestfs-actions.pod:3986 ../src/guestfs-actions.pod:3999 -#: ../src/guestfs-actions.pod:4050 ../src/guestfs-actions.pod:4068 -#: ../src/guestfs-actions.pod:4086 ../src/guestfs-actions.pod:4102 -#: ../src/guestfs-actions.pod:4116 ../src/guestfs-actions.pod:4130 -#: ../src/guestfs-actions.pod:4147 ../src/guestfs-actions.pod:4162 -#: ../src/guestfs-actions.pod:4182 ../src/guestfs-actions.pod:4226 -#: ../src/guestfs-actions.pod:4299 ../src/guestfs-actions.pod:4330 -#: ../src/guestfs-actions.pod:4349 ../src/guestfs-actions.pod:4368 -#: ../src/guestfs-actions.pod:4380 ../src/guestfs-actions.pod:4397 -#: ../src/guestfs-actions.pod:4410 ../src/guestfs-actions.pod:4425 -#: ../src/guestfs-actions.pod:4440 ../src/guestfs-actions.pod:4475 -#: ../src/guestfs-actions.pod:4490 ../src/guestfs-actions.pod:4510 -#: ../src/guestfs-actions.pod:4524 ../src/guestfs-actions.pod:4541 -#: ../src/guestfs-actions.pod:4590 ../src/guestfs-actions.pod:4627 -#: ../src/guestfs-actions.pod:4641 ../src/guestfs-actions.pod:4669 -#: ../src/guestfs-actions.pod:4686 ../src/guestfs-actions.pod:4704 -#: ../src/guestfs-actions.pod:4838 ../src/guestfs-actions.pod:4895 -#: ../src/guestfs-actions.pod:4917 ../src/guestfs-actions.pod:4935 -#: ../src/guestfs-actions.pod:4967 ../src/guestfs-actions.pod:5033 -#: ../src/guestfs-actions.pod:5050 ../src/guestfs-actions.pod:5063 -#: ../src/guestfs-actions.pod:5077 ../src/guestfs-actions.pod:5366 -#: ../src/guestfs-actions.pod:5385 ../src/guestfs-actions.pod:5399 -#: ../src/guestfs-actions.pod:5411 ../src/guestfs-actions.pod:5425 -#: ../src/guestfs-actions.pod:5437 ../src/guestfs-actions.pod:5451 -#: ../src/guestfs-actions.pod:5467 ../src/guestfs-actions.pod:5488 -#: ../src/guestfs-actions.pod:5507 ../src/guestfs-actions.pod:5526 -#: ../src/guestfs-actions.pod:5544 ../src/guestfs-actions.pod:5567 -#: ../src/guestfs-actions.pod:5585 ../src/guestfs-actions.pod:5604 -#: ../src/guestfs-actions.pod:5625 ../src/guestfs-actions.pod:5644 -#: ../src/guestfs-actions.pod:5661 ../src/guestfs-actions.pod:5689 -#: ../src/guestfs-actions.pod:5713 ../src/guestfs-actions.pod:5732 -#: ../src/guestfs-actions.pod:5756 ../src/guestfs-actions.pod:5771 -#: ../src/guestfs-actions.pod:5786 ../src/guestfs-actions.pod:5805 -#: ../src/guestfs-actions.pod:5842 ../src/guestfs-actions.pod:5865 -#: ../src/guestfs-actions.pod:5891 ../src/guestfs-actions.pod:5999 -#: ../src/guestfs-actions.pod:6120 ../src/guestfs-actions.pod:6132 -#: ../src/guestfs-actions.pod:6145 ../src/guestfs-actions.pod:6158 -#: ../src/guestfs-actions.pod:6180 ../src/guestfs-actions.pod:6193 -#: ../src/guestfs-actions.pod:6206 ../src/guestfs-actions.pod:6219 -#: ../src/guestfs-actions.pod:6234 ../src/guestfs-actions.pod:6293 -#: ../src/guestfs-actions.pod:6310 ../src/guestfs-actions.pod:6326 -#: ../src/guestfs-actions.pod:6342 ../src/guestfs-actions.pod:6359 -#: ../src/guestfs-actions.pod:6372 ../src/guestfs-actions.pod:6392 -#: ../src/guestfs-actions.pod:6428 ../src/guestfs-actions.pod:6442 -#: ../src/guestfs-actions.pod:6483 ../src/guestfs-actions.pod:6496 -#: ../src/guestfs-actions.pod:6514 ../src/guestfs-actions.pod:6548 -#: ../src/guestfs-actions.pod:6584 ../src/guestfs-actions.pod:6703 -#: ../src/guestfs-actions.pod:6721 ../src/guestfs-actions.pod:6735 -#: ../src/guestfs-actions.pod:6790 ../src/guestfs-actions.pod:6803 -#: ../src/guestfs-actions.pod:6848 ../src/guestfs-actions.pod:6881 -#: ../src/guestfs-actions.pod:6935 ../src/guestfs-actions.pod:6961 -#: ../src/guestfs-actions.pod:7027 ../src/guestfs-actions.pod:7046 -#: ../src/guestfs-actions.pod:7075 +#: ../src/guestfs-actions.pod:2483 ../src/guestfs-actions.pod:3226 +#: ../src/guestfs-actions.pod:3241 ../src/guestfs-actions.pod:3261 +#: ../src/guestfs-actions.pod:3416 ../src/guestfs-actions.pod:3430 +#: ../src/guestfs-actions.pod:3443 ../src/guestfs-actions.pod:3457 +#: ../src/guestfs-actions.pod:3472 ../src/guestfs-actions.pod:3508 +#: ../src/guestfs-actions.pod:3580 ../src/guestfs-actions.pod:3600 +#: ../src/guestfs-actions.pod:3617 ../src/guestfs-actions.pod:3640 +#: ../src/guestfs-actions.pod:3663 ../src/guestfs-actions.pod:3695 +#: ../src/guestfs-actions.pod:3714 ../src/guestfs-actions.pod:3733 +#: ../src/guestfs-actions.pod:3768 ../src/guestfs-actions.pod:3780 +#: ../src/guestfs-actions.pod:3816 ../src/guestfs-actions.pod:3832 +#: ../src/guestfs-actions.pod:3845 ../src/guestfs-actions.pod:3860 +#: ../src/guestfs-actions.pod:3877 ../src/guestfs-actions.pod:3970 +#: ../src/guestfs-actions.pod:3990 ../src/guestfs-actions.pod:4003 +#: ../src/guestfs-actions.pod:4054 ../src/guestfs-actions.pod:4072 +#: ../src/guestfs-actions.pod:4090 ../src/guestfs-actions.pod:4106 +#: ../src/guestfs-actions.pod:4120 ../src/guestfs-actions.pod:4134 +#: ../src/guestfs-actions.pod:4151 ../src/guestfs-actions.pod:4166 +#: ../src/guestfs-actions.pod:4186 ../src/guestfs-actions.pod:4232 +#: ../src/guestfs-actions.pod:4305 ../src/guestfs-actions.pod:4336 +#: ../src/guestfs-actions.pod:4355 ../src/guestfs-actions.pod:4374 +#: ../src/guestfs-actions.pod:4386 ../src/guestfs-actions.pod:4403 +#: ../src/guestfs-actions.pod:4416 ../src/guestfs-actions.pod:4431 +#: ../src/guestfs-actions.pod:4446 ../src/guestfs-actions.pod:4481 +#: ../src/guestfs-actions.pod:4496 ../src/guestfs-actions.pod:4516 +#: ../src/guestfs-actions.pod:4530 ../src/guestfs-actions.pod:4547 +#: ../src/guestfs-actions.pod:4596 ../src/guestfs-actions.pod:4633 +#: ../src/guestfs-actions.pod:4647 ../src/guestfs-actions.pod:4675 +#: ../src/guestfs-actions.pod:4692 ../src/guestfs-actions.pod:4710 +#: ../src/guestfs-actions.pod:4844 ../src/guestfs-actions.pod:4901 +#: ../src/guestfs-actions.pod:4923 ../src/guestfs-actions.pod:4941 +#: ../src/guestfs-actions.pod:4973 ../src/guestfs-actions.pod:5039 +#: ../src/guestfs-actions.pod:5056 ../src/guestfs-actions.pod:5069 +#: ../src/guestfs-actions.pod:5083 ../src/guestfs-actions.pod:5372 +#: ../src/guestfs-actions.pod:5391 ../src/guestfs-actions.pod:5405 +#: ../src/guestfs-actions.pod:5417 ../src/guestfs-actions.pod:5431 +#: ../src/guestfs-actions.pod:5443 ../src/guestfs-actions.pod:5457 +#: ../src/guestfs-actions.pod:5473 ../src/guestfs-actions.pod:5494 +#: ../src/guestfs-actions.pod:5513 ../src/guestfs-actions.pod:5532 +#: ../src/guestfs-actions.pod:5550 ../src/guestfs-actions.pod:5573 +#: ../src/guestfs-actions.pod:5591 ../src/guestfs-actions.pod:5610 +#: ../src/guestfs-actions.pod:5631 ../src/guestfs-actions.pod:5650 +#: ../src/guestfs-actions.pod:5667 ../src/guestfs-actions.pod:5695 +#: ../src/guestfs-actions.pod:5719 ../src/guestfs-actions.pod:5738 +#: ../src/guestfs-actions.pod:5762 ../src/guestfs-actions.pod:5777 +#: ../src/guestfs-actions.pod:5792 ../src/guestfs-actions.pod:5811 +#: ../src/guestfs-actions.pod:5848 ../src/guestfs-actions.pod:5871 +#: ../src/guestfs-actions.pod:5897 ../src/guestfs-actions.pod:6005 +#: ../src/guestfs-actions.pod:6126 ../src/guestfs-actions.pod:6138 +#: ../src/guestfs-actions.pod:6151 ../src/guestfs-actions.pod:6164 +#: ../src/guestfs-actions.pod:6186 ../src/guestfs-actions.pod:6199 +#: ../src/guestfs-actions.pod:6212 ../src/guestfs-actions.pod:6225 +#: ../src/guestfs-actions.pod:6240 ../src/guestfs-actions.pod:6299 +#: ../src/guestfs-actions.pod:6316 ../src/guestfs-actions.pod:6332 +#: ../src/guestfs-actions.pod:6348 ../src/guestfs-actions.pod:6365 +#: ../src/guestfs-actions.pod:6378 ../src/guestfs-actions.pod:6398 +#: ../src/guestfs-actions.pod:6434 ../src/guestfs-actions.pod:6448 +#: ../src/guestfs-actions.pod:6489 ../src/guestfs-actions.pod:6502 +#: ../src/guestfs-actions.pod:6520 ../src/guestfs-actions.pod:6554 +#: ../src/guestfs-actions.pod:6590 ../src/guestfs-actions.pod:6709 +#: ../src/guestfs-actions.pod:6727 ../src/guestfs-actions.pod:6741 +#: ../src/guestfs-actions.pod:6796 ../src/guestfs-actions.pod:6809 +#: ../src/guestfs-actions.pod:6854 ../src/guestfs-actions.pod:6887 +#: ../src/guestfs-actions.pod:6941 ../src/guestfs-actions.pod:6967 +#: ../src/guestfs-actions.pod:7033 ../src/guestfs-actions.pod:7052 +#: ../src/guestfs-actions.pod:7081 msgid "This function returns 0 on success or -1 on error." msgstr "" @@ -5757,12 +5754,12 @@ msgstr "" #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:243 #: ../src/guestfs-actions.pod:264 ../src/guestfs-actions.pod:1435 #: ../src/guestfs-actions.pod:1921 ../src/guestfs-actions.pod:1942 -#: ../src/guestfs-actions.pod:4187 ../src/guestfs-actions.pod:6969 -#: ../src/guestfs-actions.pod:7138 ../fish/guestfish-actions.pod:31 +#: ../src/guestfs-actions.pod:4191 ../src/guestfs-actions.pod:6975 +#: ../src/guestfs-actions.pod:7144 ../fish/guestfish-actions.pod:31 #: ../fish/guestfish-actions.pod:154 ../fish/guestfish-actions.pod:168 #: ../fish/guestfish-actions.pod:949 ../fish/guestfish-actions.pod:1306 -#: ../fish/guestfish-actions.pod:1320 ../fish/guestfish-actions.pod:2816 -#: ../fish/guestfish-actions.pod:4618 ../fish/guestfish-actions.pod:4715 +#: ../fish/guestfish-actions.pod:1320 ../fish/guestfish-actions.pod:2820 +#: ../fish/guestfish-actions.pod:4624 ../fish/guestfish-actions.pod:4721 msgid "" "Deprecated functions will not be removed from the API, but the fact that " "they are deprecated indicates that there are problems with correct use of " @@ -5774,11 +5771,11 @@ msgstr "" #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:128 #: ../src/guestfs-actions.pod:1092 ../src/guestfs-actions.pod:1893 #: ../src/guestfs-actions.pod:1991 ../src/guestfs-actions.pod:2094 -#: ../src/guestfs-actions.pod:3224 ../src/guestfs-actions.pod:3239 -#: ../src/guestfs-actions.pod:4477 ../src/guestfs-actions.pod:5546 -#: ../src/guestfs-actions.pod:5663 ../src/guestfs-actions.pod:5773 -#: ../src/guestfs-actions.pod:6236 ../src/guestfs-actions.pod:6361 -#: ../src/guestfs-actions.pod:6883 +#: ../src/guestfs-actions.pod:3228 ../src/guestfs-actions.pod:3243 +#: ../src/guestfs-actions.pod:4483 ../src/guestfs-actions.pod:5552 +#: ../src/guestfs-actions.pod:5669 ../src/guestfs-actions.pod:5779 +#: ../src/guestfs-actions.pod:6242 ../src/guestfs-actions.pod:6367 +#: ../src/guestfs-actions.pod:6889 msgid "(Added in 0.3)" msgstr "" @@ -5803,7 +5800,7 @@ msgstr "" # type: textblock #. type: textblock #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:137 -#: ../src/guestfs-actions.pod:4201 +#: ../src/guestfs-actions.pod:4205 msgid "" "You may supply a list of optional arguments to this call. Use zero or more " "of the following pairs of parameters, and terminate the list with C<-1> on " @@ -5884,11 +5881,11 @@ msgstr "" #: ../src/guestfs-actions.pod:1963 ../src/guestfs-actions.pod:2003 #: ../src/guestfs-actions.pod:2058 ../src/guestfs-actions.pod:2081 #: ../src/guestfs-actions.pod:2374 ../src/guestfs-actions.pod:2662 -#: ../src/guestfs-actions.pod:2683 ../src/guestfs-actions.pod:4613 -#: ../src/guestfs-actions.pod:4741 ../src/guestfs-actions.pod:5147 -#: ../src/guestfs-actions.pod:5173 ../src/guestfs-actions.pod:6469 -#: ../src/guestfs-actions.pod:6894 ../src/guestfs-actions.pod:6907 -#: ../src/guestfs-actions.pod:6920 +#: ../src/guestfs-actions.pod:2683 ../src/guestfs-actions.pod:4619 +#: ../src/guestfs-actions.pod:4747 ../src/guestfs-actions.pod:5153 +#: ../src/guestfs-actions.pod:5179 ../src/guestfs-actions.pod:6475 +#: ../src/guestfs-actions.pod:6900 ../src/guestfs-actions.pod:6913 +#: ../src/guestfs-actions.pod:6926 msgid "On error this function returns -1." msgstr "" @@ -5926,7 +5923,7 @@ msgstr "" #. type: textblock #: ../src/guestfs-actions.pod:96 ../src/guestfs-actions.pod:107 #: ../src/guestfs-actions.pod:200 ../src/guestfs-actions.pod:211 -#: ../src/guestfs-actions.pod:4240 ../src/guestfs-actions.pod:4252 +#: ../src/guestfs-actions.pod:4246 ../src/guestfs-actions.pod:4258 msgid "See L." msgstr "" @@ -6047,8 +6044,8 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:159 ../src/guestfs-actions.pod:4211 -#: ../fish/guestfish-actions.pod:103 ../fish/guestfish-actions.pod:2827 +#: ../src/guestfs-actions.pod:159 ../src/guestfs-actions.pod:4215 +#: ../fish/guestfish-actions.pod:103 ../fish/guestfish-actions.pod:2831 msgid "The optional arguments are:" msgstr "" @@ -6314,7 +6311,7 @@ msgstr "" #: ../src/guestfs-actions.pod:444 ../src/guestfs-actions.pod:475 #: ../src/guestfs-actions.pod:489 ../src/guestfs-actions.pod:503 #: ../src/guestfs-actions.pod:517 ../src/guestfs-actions.pod:535 -#: ../src/guestfs-actions.pod:5224 +#: ../src/guestfs-actions.pod:5230 msgid "(Added in 0.7)" msgstr "" @@ -6440,18 +6437,18 @@ msgstr "" #: ../src/guestfs-actions.pod:1915 ../src/guestfs-actions.pod:1936 #: ../src/guestfs-actions.pod:2106 ../src/guestfs-actions.pod:2298 #: ../src/guestfs-actions.pod:2505 ../src/guestfs-actions.pod:2586 -#: ../src/guestfs-actions.pod:2634 ../src/guestfs-actions.pod:2744 -#: ../src/guestfs-actions.pod:2775 ../src/guestfs-actions.pod:2799 -#: ../src/guestfs-actions.pod:2861 ../src/guestfs-actions.pod:2884 -#: ../src/guestfs-actions.pod:3398 ../src/guestfs-actions.pod:3748 -#: ../src/guestfs-actions.pod:3918 ../src/guestfs-actions.pod:4028 -#: ../src/guestfs-actions.pod:4759 ../src/guestfs-actions.pod:4952 -#: ../src/guestfs-actions.pod:5122 ../src/guestfs-actions.pod:5300 -#: ../src/guestfs-actions.pod:5349 ../src/guestfs-actions.pod:5912 -#: ../src/guestfs-actions.pod:5928 ../src/guestfs-actions.pod:5945 -#: ../src/guestfs-actions.pod:5969 ../src/guestfs-actions.pod:6643 -#: ../src/guestfs-actions.pod:6662 ../src/guestfs-actions.pod:6680 -#: ../src/guestfs-actions.pod:6860 ../src/guestfs-actions.pod:7132 +#: ../src/guestfs-actions.pod:2634 ../src/guestfs-actions.pod:2748 +#: ../src/guestfs-actions.pod:2779 ../src/guestfs-actions.pod:2803 +#: ../src/guestfs-actions.pod:2865 ../src/guestfs-actions.pod:2888 +#: ../src/guestfs-actions.pod:3402 ../src/guestfs-actions.pod:3752 +#: ../src/guestfs-actions.pod:3922 ../src/guestfs-actions.pod:4032 +#: ../src/guestfs-actions.pod:4765 ../src/guestfs-actions.pod:4958 +#: ../src/guestfs-actions.pod:5128 ../src/guestfs-actions.pod:5306 +#: ../src/guestfs-actions.pod:5355 ../src/guestfs-actions.pod:5918 +#: ../src/guestfs-actions.pod:5934 ../src/guestfs-actions.pod:5951 +#: ../src/guestfs-actions.pod:5975 ../src/guestfs-actions.pod:6649 +#: ../src/guestfs-actions.pod:6668 ../src/guestfs-actions.pod:6686 +#: ../src/guestfs-actions.pod:6866 ../src/guestfs-actions.pod:7138 msgid "" "This function returns a string, or NULL on error. I." @@ -6689,19 +6686,19 @@ msgstr "" #: ../src/guestfs-actions.pod:2194 ../src/guestfs-actions.pod:2213 #: ../src/guestfs-actions.pod:2256 ../src/guestfs-actions.pod:2280 #: ../src/guestfs-actions.pod:2351 ../src/guestfs-actions.pod:2400 -#: ../src/guestfs-actions.pod:2611 ../src/guestfs-actions.pod:2818 -#: ../src/guestfs-actions.pod:3033 ../src/guestfs-actions.pod:3318 -#: ../src/guestfs-actions.pod:3380 ../src/guestfs-actions.pod:3485 -#: ../src/guestfs-actions.pod:3890 ../src/guestfs-actions.pod:4574 -#: ../src/guestfs-actions.pod:5094 ../src/guestfs-actions.pod:5220 -#: ../src/guestfs-actions.pod:5334 ../src/guestfs-actions.pod:5985 -#: ../src/guestfs-actions.pod:6046 ../src/guestfs-actions.pod:6101 -#: ../src/guestfs-actions.pod:6247 ../src/guestfs-actions.pod:6271 -#: ../src/guestfs-actions.pod:6753 ../src/guestfs-actions.pod:6773 -#: ../src/guestfs-actions.pod:6820 ../src/guestfs-actions.pod:6985 -#: ../src/guestfs-actions.pod:7004 ../src/guestfs-actions.pod:7089 -#: ../src/guestfs-actions.pod:7108 ../src/guestfs-actions.pod:7154 -#: ../src/guestfs-actions.pod:7173 +#: ../src/guestfs-actions.pod:2611 ../src/guestfs-actions.pod:2822 +#: ../src/guestfs-actions.pod:3037 ../src/guestfs-actions.pod:3322 +#: ../src/guestfs-actions.pod:3384 ../src/guestfs-actions.pod:3489 +#: ../src/guestfs-actions.pod:3894 ../src/guestfs-actions.pod:4580 +#: ../src/guestfs-actions.pod:5100 ../src/guestfs-actions.pod:5226 +#: ../src/guestfs-actions.pod:5340 ../src/guestfs-actions.pod:5991 +#: ../src/guestfs-actions.pod:6052 ../src/guestfs-actions.pod:6107 +#: ../src/guestfs-actions.pod:6253 ../src/guestfs-actions.pod:6277 +#: ../src/guestfs-actions.pod:6759 ../src/guestfs-actions.pod:6779 +#: ../src/guestfs-actions.pod:6826 ../src/guestfs-actions.pod:6991 +#: ../src/guestfs-actions.pod:7010 ../src/guestfs-actions.pod:7095 +#: ../src/guestfs-actions.pod:7114 ../src/guestfs-actions.pod:7160 +#: ../src/guestfs-actions.pod:7179 msgid "" "This function returns a NULL-terminated array of strings (like L), or NULL if there was an error. I." msgstr "" @@ -7525,30 +7522,30 @@ msgstr "" #: ../src/guestfs-actions.pod:2198 ../src/guestfs-actions.pod:2217 #: ../src/guestfs-actions.pod:2260 ../src/guestfs-actions.pod:2284 #: ../src/guestfs-actions.pod:2301 ../src/guestfs-actions.pod:2330 -#: ../src/guestfs-actions.pod:4992 ../src/guestfs-actions.pod:5018 -#: ../src/guestfs-actions.pod:5149 ../src/guestfs-actions.pod:5175 -#: ../src/guestfs-actions.pod:5199 ../src/guestfs-actions.pod:6050 -#: ../src/guestfs-actions.pod:6105 ../src/guestfs-actions.pod:6251 -#: ../src/guestfs-actions.pod:6275 ../src/guestfs-actions.pod:6937 -#: ../src/guestfs-actions.pod:6963 ../src/guestfs-actions.pod:6989 -#: ../src/guestfs-actions.pod:7008 ../src/guestfs-actions.pod:7093 -#: ../src/guestfs-actions.pod:7112 ../src/guestfs-actions.pod:7158 -#: ../src/guestfs-actions.pod:7177 ../fish/guestfish-actions.pod:580 +#: ../src/guestfs-actions.pod:4998 ../src/guestfs-actions.pod:5024 +#: ../src/guestfs-actions.pod:5155 ../src/guestfs-actions.pod:5181 +#: ../src/guestfs-actions.pod:5205 ../src/guestfs-actions.pod:6056 +#: ../src/guestfs-actions.pod:6111 ../src/guestfs-actions.pod:6257 +#: ../src/guestfs-actions.pod:6281 ../src/guestfs-actions.pod:6943 +#: ../src/guestfs-actions.pod:6969 ../src/guestfs-actions.pod:6995 +#: ../src/guestfs-actions.pod:7014 ../src/guestfs-actions.pod:7099 +#: ../src/guestfs-actions.pod:7118 ../src/guestfs-actions.pod:7164 +#: ../src/guestfs-actions.pod:7183 ../fish/guestfish-actions.pod:580 #: ../fish/guestfish-actions.pod:715 ../fish/guestfish-actions.pod:727 #: ../fish/guestfish-actions.pod:903 ../fish/guestfish-actions.pod:913 #: ../fish/guestfish-actions.pod:980 ../fish/guestfish-actions.pod:990 #: ../fish/guestfish-actions.pod:1185 ../fish/guestfish-actions.pod:1480 #: ../fish/guestfish-actions.pod:1490 ../fish/guestfish-actions.pod:1518 #: ../fish/guestfish-actions.pod:1533 ../fish/guestfish-actions.pod:1543 -#: ../fish/guestfish-actions.pod:1562 ../fish/guestfish-actions.pod:3332 -#: ../fish/guestfish-actions.pod:3347 ../fish/guestfish-actions.pod:3423 -#: ../fish/guestfish-actions.pod:3440 ../fish/guestfish-actions.pod:3455 -#: ../fish/guestfish-actions.pod:4038 ../fish/guestfish-actions.pod:4084 -#: ../fish/guestfish-actions.pod:4169 ../fish/guestfish-actions.pod:4184 -#: ../fish/guestfish-actions.pod:4594 ../fish/guestfish-actions.pod:4612 -#: ../fish/guestfish-actions.pod:4629 ../fish/guestfish-actions.pod:4639 -#: ../fish/guestfish-actions.pod:4687 ../fish/guestfish-actions.pod:4697 -#: ../fish/guestfish-actions.pod:4726 ../fish/guestfish-actions.pod:4736 +#: ../fish/guestfish-actions.pod:1562 ../fish/guestfish-actions.pod:3338 +#: ../fish/guestfish-actions.pod:3353 ../fish/guestfish-actions.pod:3429 +#: ../fish/guestfish-actions.pod:3446 ../fish/guestfish-actions.pod:3461 +#: ../fish/guestfish-actions.pod:4044 ../fish/guestfish-actions.pod:4090 +#: ../fish/guestfish-actions.pod:4175 ../fish/guestfish-actions.pod:4190 +#: ../fish/guestfish-actions.pod:4600 ../fish/guestfish-actions.pod:4618 +#: ../fish/guestfish-actions.pod:4635 ../fish/guestfish-actions.pod:4645 +#: ../fish/guestfish-actions.pod:4693 ../fish/guestfish-actions.pod:4703 +#: ../fish/guestfish-actions.pod:4732 ../fish/guestfish-actions.pod:4742 msgid "" "Because of the message protocol, there is a transfer limit of somewhere " "between 2MB and 4MB. See L." @@ -7556,12 +7553,12 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:873 ../src/guestfs-actions.pod:3322 -#: ../src/guestfs-actions.pod:3384 ../src/guestfs-actions.pod:3401 -#: ../src/guestfs-actions.pod:3489 ../src/guestfs-actions.pod:3894 -#: ../src/guestfs-actions.pod:3908 ../src/guestfs-actions.pod:5098 -#: ../src/guestfs-actions.pod:5112 ../src/guestfs-actions.pod:6824 -#: ../src/guestfs-actions.pod:6838 +#: ../src/guestfs-actions.pod:873 ../src/guestfs-actions.pod:3326 +#: ../src/guestfs-actions.pod:3388 ../src/guestfs-actions.pod:3405 +#: ../src/guestfs-actions.pod:3493 ../src/guestfs-actions.pod:3898 +#: ../src/guestfs-actions.pod:3912 ../src/guestfs-actions.pod:5104 +#: ../src/guestfs-actions.pod:5118 ../src/guestfs-actions.pod:6830 +#: ../src/guestfs-actions.pod:6844 msgid "(Added in 0.4)" msgstr "" @@ -7705,9 +7702,9 @@ msgstr "" # type: textblock #. type: textblock #: ../src/guestfs-actions.pod:930 ../src/guestfs-actions.pod:1238 -#: ../src/guestfs-actions.pod:2060 ../src/guestfs-actions.pod:3066 -#: ../src/guestfs-actions.pod:3095 ../src/guestfs-actions.pod:3156 -#: ../src/guestfs-actions.pod:3183 ../src/guestfs-actions.pod:6521 +#: ../src/guestfs-actions.pod:2060 ../src/guestfs-actions.pod:3070 +#: ../src/guestfs-actions.pod:3099 ../src/guestfs-actions.pod:3160 +#: ../src/guestfs-actions.pod:3187 ../src/guestfs-actions.pod:6527 msgid "(Added in 1.0.2)" msgstr "" @@ -7740,11 +7737,11 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:946 ../src/guestfs-actions.pod:4629 -#: ../src/guestfs-actions.pod:4688 ../src/guestfs-actions.pod:4725 -#: ../src/guestfs-actions.pod:4743 ../src/guestfs-actions.pod:4919 -#: ../src/guestfs-actions.pod:6430 ../src/guestfs-actions.pod:6444 -#: ../src/guestfs-actions.pod:6850 +#: ../src/guestfs-actions.pod:946 ../src/guestfs-actions.pod:4635 +#: ../src/guestfs-actions.pod:4694 ../src/guestfs-actions.pod:4731 +#: ../src/guestfs-actions.pod:4749 ../src/guestfs-actions.pod:4925 +#: ../src/guestfs-actions.pod:6436 ../src/guestfs-actions.pod:6450 +#: ../src/guestfs-actions.pod:6856 msgid "(Added in 1.3.2)" msgstr "" @@ -7829,11 +7826,11 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:986 ../src/guestfs-actions.pod:4145 -#: ../src/guestfs-actions.pod:4328 ../src/guestfs-actions.pod:4347 -#: ../src/guestfs-actions.pod:4366 ../fish/guestfish-actions.pod:669 -#: ../fish/guestfish-actions.pod:2791 ../fish/guestfish-actions.pod:2907 -#: ../fish/guestfish-actions.pod:2917 ../fish/guestfish-actions.pod:2927 +#: ../src/guestfs-actions.pod:986 ../src/guestfs-actions.pod:4149 +#: ../src/guestfs-actions.pod:4334 ../src/guestfs-actions.pod:4353 +#: ../src/guestfs-actions.pod:4372 ../fish/guestfish-actions.pod:669 +#: ../fish/guestfish-actions.pod:2795 ../fish/guestfish-actions.pod:2913 +#: ../fish/guestfish-actions.pod:2923 ../fish/guestfish-actions.pod:2933 msgid "The mode actually set is affected by the umask." msgstr "" @@ -7864,8 +7861,8 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:1002 ../src/guestfs-actions.pod:3253 -#: ../fish/guestfish-actions.pod:677 ../fish/guestfish-actions.pod:2249 +#: ../src/guestfs-actions.pod:1002 ../src/guestfs-actions.pod:3257 +#: ../fish/guestfish-actions.pod:677 ../fish/guestfish-actions.pod:2253 msgid "" "Only numeric uid and gid are supported. If you want to use names, you will " "need to locate and parse the password file yourself (Augeas support makes " @@ -8059,9 +8056,9 @@ msgstr "" #. type: textblock #: ../src/guestfs-actions.pod:1110 ../src/guestfs-actions.pod:1233 #: ../src/guestfs-actions.pod:1264 ../src/guestfs-actions.pod:1684 -#: ../src/guestfs-actions.pod:1706 ../src/guestfs-actions.pod:6516 -#: ../src/guestfs-actions.pod:6550 ../src/guestfs-actions.pod:7029 -#: ../src/guestfs-actions.pod:7048 +#: ../src/guestfs-actions.pod:1706 ../src/guestfs-actions.pod:6522 +#: ../src/guestfs-actions.pod:6556 ../src/guestfs-actions.pod:7035 +#: ../src/guestfs-actions.pod:7054 msgid "" "This long-running command can generate progress notification messages so " "that the caller can display a progress bar or indicator. To receive these " @@ -8071,9 +8068,9 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:1115 ../src/guestfs-actions.pod:3921 -#: ../src/guestfs-actions.pod:5125 ../src/guestfs-actions.pod:6757 -#: ../src/guestfs-actions.pod:6777 ../src/guestfs-actions.pod:6863 +#: ../src/guestfs-actions.pod:1115 ../src/guestfs-actions.pod:3925 +#: ../src/guestfs-actions.pod:5131 ../src/guestfs-actions.pod:6763 +#: ../src/guestfs-actions.pod:6783 ../src/guestfs-actions.pod:6869 msgid "(Added in 1.0.87)" msgstr "" @@ -8107,8 +8104,8 @@ msgstr "" #. type: textblock #: ../src/guestfs-actions.pod:1129 ../src/guestfs-actions.pod:1143 #: ../src/guestfs-actions.pod:1215 ../src/guestfs-actions.pod:1289 -#: ../src/guestfs-actions.pod:1398 ../src/guestfs-actions.pod:4592 -#: ../src/guestfs-actions.pod:4969 +#: ../src/guestfs-actions.pod:1398 ../src/guestfs-actions.pod:4598 +#: ../src/guestfs-actions.pod:4975 msgid "(Added in 1.0.18)" msgstr "" @@ -8210,10 +8207,10 @@ msgstr "" #: ../src/guestfs-actions.pod:1179 ../src/guestfs-actions.pod:1196 #: ../src/guestfs-actions.pod:1309 ../src/guestfs-actions.pod:2263 #: ../src/guestfs-actions.pod:2287 ../src/guestfs-actions.pod:2355 -#: ../src/guestfs-actions.pod:4031 ../src/guestfs-actions.pod:4492 -#: ../src/guestfs-actions.pod:6254 ../src/guestfs-actions.pod:6278 -#: ../src/guestfs-actions.pod:6896 ../src/guestfs-actions.pod:6909 -#: ../src/guestfs-actions.pod:6922 +#: ../src/guestfs-actions.pod:4035 ../src/guestfs-actions.pod:4498 +#: ../src/guestfs-actions.pod:6260 ../src/guestfs-actions.pod:6284 +#: ../src/guestfs-actions.pod:6902 ../src/guestfs-actions.pod:6915 +#: ../src/guestfs-actions.pod:6928 msgid "(Added in 1.0.54)" msgstr "" @@ -8303,8 +8300,8 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:1227 ../src/guestfs-actions.pod:6510 -#: ../fish/guestfish-actions.pod:821 ../fish/guestfish-actions.pod:4342 +#: ../src/guestfs-actions.pod:1227 ../src/guestfs-actions.pod:6516 +#: ../fish/guestfish-actions.pod:821 ../fish/guestfish-actions.pod:4348 msgid "C can also be a named pipe." msgstr "" @@ -8359,7 +8356,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:1269 ../src/guestfs-actions.pod:6555 +#: ../src/guestfs-actions.pod:1269 ../src/guestfs-actions.pod:6561 msgid "(Added in 1.5.17)" msgstr "" @@ -8524,7 +8521,7 @@ msgstr "" # type: textblock #. type: textblock #: ../src/guestfs-actions.pod:1344 ../src/guestfs-actions.pod:2071 -#: ../src/guestfs-actions.pod:5758 +#: ../src/guestfs-actions.pod:5764 msgid "(Added in 1.0.69)" msgstr "" @@ -8561,17 +8558,17 @@ msgstr "" #: ../src/guestfs-actions.pod:2220 ../src/guestfs-actions.pod:2376 #: ../src/guestfs-actions.pod:2389 ../src/guestfs-actions.pod:2404 #: ../src/guestfs-actions.pod:2450 ../src/guestfs-actions.pod:2472 -#: ../src/guestfs-actions.pod:2485 ../src/guestfs-actions.pod:3414 -#: ../src/guestfs-actions.pod:3428 ../src/guestfs-actions.pod:3441 -#: ../src/guestfs-actions.pod:3455 ../src/guestfs-actions.pod:4427 -#: ../src/guestfs-actions.pod:5303 ../src/guestfs-actions.pod:5352 -#: ../src/guestfs-actions.pod:6122 ../src/guestfs-actions.pod:6134 -#: ../src/guestfs-actions.pod:6147 ../src/guestfs-actions.pod:6160 -#: ../src/guestfs-actions.pod:6182 ../src/guestfs-actions.pod:6195 -#: ../src/guestfs-actions.pod:6208 ../src/guestfs-actions.pod:6221 -#: ../src/guestfs-actions.pod:6992 ../src/guestfs-actions.pod:7011 -#: ../src/guestfs-actions.pod:7096 ../src/guestfs-actions.pod:7115 -#: ../src/guestfs-actions.pod:7161 ../src/guestfs-actions.pod:7180 +#: ../src/guestfs-actions.pod:2485 ../src/guestfs-actions.pod:3418 +#: ../src/guestfs-actions.pod:3432 ../src/guestfs-actions.pod:3445 +#: ../src/guestfs-actions.pod:3459 ../src/guestfs-actions.pod:4433 +#: ../src/guestfs-actions.pod:5309 ../src/guestfs-actions.pod:5358 +#: ../src/guestfs-actions.pod:6128 ../src/guestfs-actions.pod:6140 +#: ../src/guestfs-actions.pod:6153 ../src/guestfs-actions.pod:6166 +#: ../src/guestfs-actions.pod:6188 ../src/guestfs-actions.pod:6201 +#: ../src/guestfs-actions.pod:6214 ../src/guestfs-actions.pod:6227 +#: ../src/guestfs-actions.pod:6998 ../src/guestfs-actions.pod:7017 +#: ../src/guestfs-actions.pod:7102 ../src/guestfs-actions.pod:7121 +#: ../src/guestfs-actions.pod:7167 ../src/guestfs-actions.pod:7186 msgid "(Added in 1.0.66)" msgstr "" @@ -9087,9 +9084,9 @@ msgstr "" #: ../src/guestfs-actions.pod:1827 ../src/guestfs-actions.pod:2508 #: ../src/guestfs-actions.pod:2589 ../src/guestfs-actions.pod:2615 #: ../src/guestfs-actions.pod:2664 ../src/guestfs-actions.pod:2685 -#: ../src/guestfs-actions.pod:2718 ../src/guestfs-actions.pod:2802 -#: ../src/guestfs-actions.pod:2864 ../src/guestfs-actions.pod:3037 -#: ../src/guestfs-actions.pod:3169 +#: ../src/guestfs-actions.pod:2722 ../src/guestfs-actions.pod:2806 +#: ../src/guestfs-actions.pod:2868 ../src/guestfs-actions.pod:3041 +#: ../src/guestfs-actions.pod:3173 msgid "(Added in 1.5.3)" msgstr "" @@ -9294,8 +9291,8 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:1753 ../src/guestfs-actions.pod:3858 -#: ../src/guestfs-actions.pod:5387 +#: ../src/guestfs-actions.pod:1753 ../src/guestfs-actions.pod:3862 +#: ../src/guestfs-actions.pod:5393 msgid "(Added in 1.0.27)" msgstr "" @@ -9491,7 +9488,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:1866 ../src/guestfs-actions.pod:7034 +#: ../src/guestfs-actions.pod:1866 ../src/guestfs-actions.pod:7040 msgid "(Added in 1.0.16)" msgstr "" @@ -9536,11 +9533,11 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:1882 ../src/guestfs-actions.pod:5065 -#: ../src/guestfs-actions.pod:5528 ../src/guestfs-actions.pod:5896 -#: ../src/guestfs-actions.pod:5915 ../src/guestfs-actions.pod:5931 -#: ../src/guestfs-actions.pod:5948 ../src/guestfs-actions.pod:6705 -#: ../src/guestfs-actions.pod:6723 ../src/guestfs-actions.pod:7077 +#: ../src/guestfs-actions.pod:1882 ../src/guestfs-actions.pod:5071 +#: ../src/guestfs-actions.pod:5534 ../src/guestfs-actions.pod:5902 +#: ../src/guestfs-actions.pod:5921 ../src/guestfs-actions.pod:5937 +#: ../src/guestfs-actions.pod:5954 ../src/guestfs-actions.pod:6711 +#: ../src/guestfs-actions.pod:6729 ../src/guestfs-actions.pod:7083 msgid "(Added in 1.0.26)" msgstr "" @@ -9590,7 +9587,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:5569 +#: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:5575 msgid "(Added in 1.0.72)" msgstr "" @@ -9628,7 +9625,7 @@ msgstr "" # type: textblock #. type: textblock #: ../src/guestfs-actions.pod:1925 ../src/guestfs-actions.pod:1946 -#: ../src/guestfs-actions.pod:5587 ../src/guestfs-actions.pod:5606 +#: ../src/guestfs-actions.pod:5593 ../src/guestfs-actions.pod:5612 msgid "(Added in 1.0.15)" msgstr "" @@ -9698,21 +9695,21 @@ msgstr "" # type: textblock #. type: textblock #: ../src/guestfs-actions.pod:1960 ../src/guestfs-actions.pod:2041 -#: ../src/guestfs-actions.pod:5622 ../src/guestfs-actions.pod:5729 +#: ../src/guestfs-actions.pod:5628 ../src/guestfs-actions.pod:5735 #: ../fish/guestfish-actions.pod:1335 ../fish/guestfish-actions.pod:1386 -#: ../fish/guestfish-actions.pod:3749 ../fish/guestfish-actions.pod:3836 +#: ../fish/guestfish-actions.pod:3755 ../fish/guestfish-actions.pod:3842 msgid "" "For more information on the architecture of libguestfs, see L." msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:4149 -#: ../src/guestfs-actions.pod:4332 ../src/guestfs-actions.pod:4351 -#: ../src/guestfs-actions.pod:4370 ../src/guestfs-actions.pod:4382 -#: ../src/guestfs-actions.pod:4399 ../src/guestfs-actions.pod:4412 -#: ../src/guestfs-actions.pod:5290 ../src/guestfs-actions.pod:5627 -#: ../src/guestfs-actions.pod:5870 ../src/guestfs-actions.pod:6471 +#: ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:4153 +#: ../src/guestfs-actions.pod:4338 ../src/guestfs-actions.pod:4357 +#: ../src/guestfs-actions.pod:4376 ../src/guestfs-actions.pod:4388 +#: ../src/guestfs-actions.pod:4405 ../src/guestfs-actions.pod:4418 +#: ../src/guestfs-actions.pod:5296 ../src/guestfs-actions.pod:5633 +#: ../src/guestfs-actions.pod:5876 ../src/guestfs-actions.pod:6477 msgid "(Added in 1.0.55)" msgstr "" @@ -9740,7 +9737,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:1976 ../src/guestfs-actions.pod:5646 +#: ../src/guestfs-actions.pod:1976 ../src/guestfs-actions.pod:5652 msgid "(Added in 1.5.4)" msgstr "" @@ -9850,7 +9847,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2020 ../src/guestfs-actions.pod:5691 +#: ../src/guestfs-actions.pod:2020 ../src/guestfs-actions.pod:5697 msgid "(Added in 1.0.6)" msgstr "" @@ -9878,12 +9875,12 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2031 ../src/guestfs-actions.pod:3259 -#: ../src/guestfs-actions.pod:3556 ../src/guestfs-actions.pod:3956 -#: ../src/guestfs-actions.pod:3988 ../src/guestfs-actions.pod:4995 -#: ../src/guestfs-actions.pod:5338 ../src/guestfs-actions.pod:5715 -#: ../src/guestfs-actions.pod:6374 ../src/guestfs-actions.pod:6394 -#: ../src/guestfs-actions.pod:6586 +#: ../src/guestfs-actions.pod:2031 ../src/guestfs-actions.pod:3263 +#: ../src/guestfs-actions.pod:3560 ../src/guestfs-actions.pod:3960 +#: ../src/guestfs-actions.pod:3992 ../src/guestfs-actions.pod:5001 +#: ../src/guestfs-actions.pod:5344 ../src/guestfs-actions.pod:5721 +#: ../src/guestfs-actions.pod:6380 ../src/guestfs-actions.pod:6400 +#: ../src/guestfs-actions.pod:6592 msgid "(Added in 1.0.77)" msgstr "" @@ -9914,7 +9911,7 @@ msgstr "" # type: textblock #. type: textblock #: ../src/guestfs-actions.pod:2046 ../src/guestfs-actions.pod:2109 -#: ../src/guestfs-actions.pod:5734 ../src/guestfs-actions.pod:5788 +#: ../src/guestfs-actions.pod:5740 ../src/guestfs-actions.pod:5794 msgid "(Added in 1.0.67)" msgstr "" @@ -9944,11 +9941,11 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2056 ../src/guestfs-actions.pod:3062 -#: ../src/guestfs-actions.pod:3091 ../src/guestfs-actions.pod:3152 -#: ../src/guestfs-actions.pod:3179 ../fish/guestfish-actions.pod:1396 -#: ../fish/guestfish-actions.pod:2131 ../fish/guestfish-actions.pod:2149 -#: ../fish/guestfish-actions.pod:2187 ../fish/guestfish-actions.pod:2203 +#: ../src/guestfs-actions.pod:2056 ../src/guestfs-actions.pod:3066 +#: ../src/guestfs-actions.pod:3095 ../src/guestfs-actions.pod:3156 +#: ../src/guestfs-actions.pod:3183 ../fish/guestfish-actions.pod:1396 +#: ../fish/guestfish-actions.pod:2135 ../fish/guestfish-actions.pod:2153 +#: ../fish/guestfish-actions.pod:2191 ../fish/guestfish-actions.pod:2207 msgid "For more information on states, see L." msgstr "" @@ -10079,7 +10076,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2123 ../src/guestfs-actions.pod:3273 +#: ../src/guestfs-actions.pod:2123 ../src/guestfs-actions.pod:3277 msgid "" "Normally it is better to get all extended attributes from a file in one go " "by calling C. However some Linux filesystem " @@ -10090,8 +10087,8 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2130 ../src/guestfs-actions.pod:3280 -#: ../fish/guestfish-actions.pod:1441 ../fish/guestfish-actions.pod:2268 +#: ../src/guestfs-actions.pod:2130 ../src/guestfs-actions.pod:3284 +#: ../fish/guestfish-actions.pod:1441 ../fish/guestfish-actions.pod:2272 msgid "" "Extended attribute values are blobs of binary data. If there is no extended " "attribute named C, this returns an error." @@ -10106,8 +10103,8 @@ msgstr "" # type: textblock #. type: textblock #: ../src/guestfs-actions.pod:2135 ../src/guestfs-actions.pod:2326 -#: ../src/guestfs-actions.pod:3285 ../src/guestfs-actions.pod:4988 -#: ../src/guestfs-actions.pod:5014 ../src/guestfs-actions.pod:5195 +#: ../src/guestfs-actions.pod:3289 ../src/guestfs-actions.pod:4994 +#: ../src/guestfs-actions.pod:5020 ../src/guestfs-actions.pod:5201 msgid "" "This function returns a buffer, or NULL on error. The size of the returned " "buffer is written to C<*size_r>. I, or NULL if there was " "an error. I after use>." @@ -10168,10 +10165,10 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2159 ../src/guestfs-actions.pod:3305 -#: ../src/guestfs-actions.pod:3470 ../src/guestfs-actions.pod:3506 -#: ../src/guestfs-actions.pod:5368 ../src/guestfs-actions.pod:5807 -#: ../src/guestfs-actions.pod:7142 +#: ../src/guestfs-actions.pod:2159 ../src/guestfs-actions.pod:3309 +#: ../src/guestfs-actions.pod:3474 ../src/guestfs-actions.pod:3510 +#: ../src/guestfs-actions.pod:5374 ../src/guestfs-actions.pod:5813 +#: ../src/guestfs-actions.pod:7148 msgid "(Added in 1.0.59)" msgstr "" @@ -10217,8 +10214,8 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2182 ../src/guestfs-actions.pod:5972 -#: ../src/guestfs-actions.pod:5989 +#: ../src/guestfs-actions.pod:2182 ../src/guestfs-actions.pod:5978 +#: ../src/guestfs-actions.pod:5995 msgid "(Added in 1.0.50)" msgstr "" @@ -10389,8 +10386,8 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2278 ../src/guestfs-actions.pod:6269 -#: ../fish/guestfish-actions.pod:1531 ../fish/guestfish-actions.pod:4182 +#: ../src/guestfs-actions.pod:2278 ../src/guestfs-actions.pod:6275 +#: ../fish/guestfish-actions.pod:1531 ../fish/guestfish-actions.pod:4188 msgid "If the parameter C is zero, this returns an empty list." msgstr "" @@ -10421,8 +10418,8 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2304 ../src/guestfs-actions.pod:6053 -#: ../src/guestfs-actions.pod:6108 +#: ../src/guestfs-actions.pod:2304 ../src/guestfs-actions.pod:6059 +#: ../src/guestfs-actions.pod:6114 msgid "(Added in 1.0.22)" msgstr "" @@ -10778,10 +10775,10 @@ msgstr "" #: ../src/guestfs-actions.pod:2493 ../src/guestfs-actions.pod:2516 #: ../src/guestfs-actions.pod:2597 ../src/guestfs-actions.pod:2623 #: ../src/guestfs-actions.pod:2645 ../src/guestfs-actions.pod:2672 -#: ../src/guestfs-actions.pod:2693 ../src/guestfs-actions.pod:2726 -#: ../src/guestfs-actions.pod:2755 ../src/guestfs-actions.pod:2786 -#: ../src/guestfs-actions.pod:2830 ../src/guestfs-actions.pod:2872 -#: ../src/guestfs-actions.pod:2895 +#: ../src/guestfs-actions.pod:2693 ../src/guestfs-actions.pod:2730 +#: ../src/guestfs-actions.pod:2759 ../src/guestfs-actions.pod:2790 +#: ../src/guestfs-actions.pod:2834 ../src/guestfs-actions.pod:2876 +#: ../src/guestfs-actions.pod:2899 msgid "" "This function should only be called with a root device string as returned by " "C." @@ -10807,16 +10804,16 @@ msgstr "" #. type: textblock #: ../src/guestfs-actions.pod:2503 ../src/guestfs-actions.pod:2584 #: ../src/guestfs-actions.pod:2632 ../src/guestfs-actions.pod:2660 -#: ../src/guestfs-actions.pod:2742 ../src/guestfs-actions.pod:2773 -#: ../src/guestfs-actions.pod:2797 ../src/guestfs-actions.pod:2816 -#: ../src/guestfs-actions.pod:2859 ../src/guestfs-actions.pod:2882 -#: ../src/guestfs-actions.pod:2988 ../src/guestfs-actions.pod:3029 +#: ../src/guestfs-actions.pod:2746 ../src/guestfs-actions.pod:2777 +#: ../src/guestfs-actions.pod:2801 ../src/guestfs-actions.pod:2820 +#: ../src/guestfs-actions.pod:2863 ../src/guestfs-actions.pod:2886 +#: ../src/guestfs-actions.pod:2992 ../src/guestfs-actions.pod:3033 #: ../fish/guestfish-actions.pod:1685 ../fish/guestfish-actions.pod:1759 #: ../fish/guestfish-actions.pod:1792 ../fish/guestfish-actions.pod:1813 -#: ../fish/guestfish-actions.pod:1873 ../fish/guestfish-actions.pod:1897 -#: ../fish/guestfish-actions.pod:1914 ../fish/guestfish-actions.pod:1927 -#: ../fish/guestfish-actions.pod:1962 ../fish/guestfish-actions.pod:1978 -#: ../fish/guestfish-actions.pod:2077 ../fish/guestfish-actions.pod:2111 +#: ../fish/guestfish-actions.pod:1877 ../fish/guestfish-actions.pod:1901 +#: ../fish/guestfish-actions.pod:1918 ../fish/guestfish-actions.pod:1931 +#: ../fish/guestfish-actions.pod:1966 ../fish/guestfish-actions.pod:1982 +#: ../fish/guestfish-actions.pod:2081 ../fish/guestfish-actions.pod:2115 msgid "Please read L for more details." msgstr "" @@ -10984,8 +10981,8 @@ msgstr "" # type: =item #. type: =item -#: ../src/guestfs-actions.pod:2570 ../src/guestfs-actions.pod:2850 -#: ../fish/guestfish-actions.pod:1745 ../fish/guestfish-actions.pod:1953 +#: ../src/guestfs-actions.pod:2570 ../src/guestfs-actions.pod:2854 +#: ../fish/guestfish-actions.pod:1745 ../fish/guestfish-actions.pod:1957 msgid "\"unknown\"" msgstr "" @@ -10997,8 +10994,8 @@ msgstr "" # type: =item #. type: =item -#: ../src/guestfs-actions.pod:2574 ../src/guestfs-actions.pod:2842 -#: ../fish/guestfish-actions.pod:1749 ../fish/guestfish-actions.pod:1945 +#: ../src/guestfs-actions.pod:2574 ../src/guestfs-actions.pod:2846 +#: ../fish/guestfish-actions.pod:1749 ../fish/guestfish-actions.pod:1949 msgid "\"windows\"" msgstr "" @@ -11012,8 +11009,8 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2581 ../src/guestfs-actions.pod:2856 -#: ../fish/guestfish-actions.pod:1756 ../fish/guestfish-actions.pod:1959 +#: ../src/guestfs-actions.pod:2581 ../src/guestfs-actions.pod:2860 +#: ../fish/guestfish-actions.pod:1756 ../fish/guestfish-actions.pod:1963 msgid "" "Future versions of libguestfs may return other strings here. The caller " "should be prepared to handle any string." @@ -11191,19 +11188,20 @@ msgid "" "\n" msgstr "" -# type: textblock #. type: textblock #: ../src/guestfs-actions.pod:2696 ../fish/guestfish-actions.pod:1837 msgid "" "This returns a hash of where we think the filesystems associated with this " "operating system should be mounted. Callers should note that this is at " "best an educated guess made by reading configuration files such as C." +"fstab>. I that this may return filesystems which are " +"non-existent or not mountable and callers should be prepared to handle or " +"ignore failures if they try to mount them." msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2701 ../fish/guestfish-actions.pod:1842 +#: ../src/guestfs-actions.pod:2705 ../fish/guestfish-actions.pod:1846 msgid "" "Each element in the returned hashtable has a key which is the path of the " "mountpoint (eg. C) and a value which is the filesystem that would be " @@ -11212,14 +11210,14 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2706 ../fish/guestfish-actions.pod:1847 +#: ../src/guestfs-actions.pod:2710 ../fish/guestfish-actions.pod:1851 msgid "" "Non-mounted devices such as swap devices are I returned in this list." msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2709 +#: ../src/guestfs-actions.pod:2713 msgid "" "Please read L for more details. See also " "C." @@ -11227,8 +11225,8 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2712 ../src/guestfs-actions.pod:3358 -#: ../src/guestfs-actions.pod:4554 ../src/guestfs-actions.pod:6410 +#: ../src/guestfs-actions.pod:2716 ../src/guestfs-actions.pod:3362 +#: ../src/guestfs-actions.pod:4560 ../src/guestfs-actions.pod:6416 msgid "" "This function returns a NULL-terminated array of strings, or NULL if there " "was an error. The array of strings will always have length C<2n+1>, where " @@ -11238,13 +11236,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:2720 +#: ../src/guestfs-actions.pod:2724 msgid "guestfs_inspect_get_package_format" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:2722 +#: ../src/guestfs-actions.pod:2726 #, no-wrap msgid "" " char *\n" @@ -11255,7 +11253,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2729 +#: ../src/guestfs-actions.pod:2733 msgid "" "This function and C return the " "package format and package management tool used by the inspected operating " @@ -11265,7 +11263,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2735 ../fish/guestfish-actions.pod:1866 +#: ../src/guestfs-actions.pod:2739 ../fish/guestfish-actions.pod:1870 msgid "" "This returns the string C if we could not determine the package " "format I if the operating system does not have a real packaging system " @@ -11274,7 +11272,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2739 ../fish/guestfish-actions.pod:1870 +#: ../src/guestfs-actions.pod:2743 ../fish/guestfish-actions.pod:1874 msgid "" "Possible strings include: C, C, C, C, C. " "Future versions of libguestfs may return other strings." @@ -11282,19 +11280,19 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2747 ../src/guestfs-actions.pod:2778 +#: ../src/guestfs-actions.pod:2751 ../src/guestfs-actions.pod:2782 msgid "(Added in 1.7.5)" msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:2749 +#: ../src/guestfs-actions.pod:2753 msgid "guestfs_inspect_get_package_management" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:2751 +#: ../src/guestfs-actions.pod:2755 #, no-wrap msgid "" " char *\n" @@ -11305,7 +11303,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2758 +#: ../src/guestfs-actions.pod:2762 msgid "" "C and this function return the package " "format and package management tool used by the inspected operating system. " @@ -11315,7 +11313,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2764 ../fish/guestfish-actions.pod:1888 +#: ../src/guestfs-actions.pod:2768 ../fish/guestfish-actions.pod:1892 msgid "" "This returns the string C if we could not determine the package " "management tool I if the operating system does not have a real packaging " @@ -11324,7 +11322,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2768 ../fish/guestfish-actions.pod:1892 +#: ../src/guestfs-actions.pod:2772 ../fish/guestfish-actions.pod:1896 msgid "" "Possible strings include: C, C, C (for all Debian " "derivatives), C, C, C, C. Future versions of " @@ -11333,13 +11331,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:2780 +#: ../src/guestfs-actions.pod:2784 msgid "guestfs_inspect_get_product_name" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:2782 +#: ../src/guestfs-actions.pod:2786 #, no-wrap msgid "" " char *\n" @@ -11350,7 +11348,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2789 ../fish/guestfish-actions.pod:1906 +#: ../src/guestfs-actions.pod:2793 ../fish/guestfish-actions.pod:1910 msgid "" "This returns the product name of the inspected operating system. The " "product name is generally some freeform string which can be displayed to the " @@ -11359,7 +11357,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2794 ../fish/guestfish-actions.pod:1911 +#: ../src/guestfs-actions.pod:2798 ../fish/guestfish-actions.pod:1915 msgid "" "If the product name could not be determined, then the string C is " "returned." @@ -11367,13 +11365,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:2804 +#: ../src/guestfs-actions.pod:2808 msgid "guestfs_inspect_get_roots" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:2806 +#: ../src/guestfs-actions.pod:2810 #, no-wrap msgid "" " char **\n" @@ -11383,7 +11381,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2809 +#: ../src/guestfs-actions.pod:2813 msgid "" "This function is a convenient way to get the list of root devices, as " "returned from a previous call to C, but without redoing " @@ -11392,7 +11390,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2813 +#: ../src/guestfs-actions.pod:2817 msgid "" "This returns an empty list if either no root devices were found or the " "caller has not called C." @@ -11400,19 +11398,19 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2822 +#: ../src/guestfs-actions.pod:2826 msgid "(Added in 1.7.3)" msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:2824 +#: ../src/guestfs-actions.pod:2828 msgid "guestfs_inspect_get_type" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:2826 +#: ../src/guestfs-actions.pod:2830 #, no-wrap msgid "" " char *\n" @@ -11423,7 +11421,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2833 ../fish/guestfish-actions.pod:1936 +#: ../src/guestfs-actions.pod:2837 ../fish/guestfish-actions.pod:1940 msgid "" "This returns the type of the inspected operating system. Currently defined " "types are:" @@ -11431,49 +11429,49 @@ msgstr "" # type: =item #. type: =item -#: ../src/guestfs-actions.pod:2838 ../fish/guestfish-actions.pod:1941 +#: ../src/guestfs-actions.pod:2842 ../fish/guestfish-actions.pod:1945 msgid "\"linux\"" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2840 ../fish/guestfish-actions.pod:1943 +#: ../src/guestfs-actions.pod:2844 ../fish/guestfish-actions.pod:1947 msgid "Any Linux-based operating system." msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2844 ../fish/guestfish-actions.pod:1947 +#: ../src/guestfs-actions.pod:2848 ../fish/guestfish-actions.pod:1951 msgid "Any Microsoft Windows operating system." msgstr "" # type: =item #. type: =item -#: ../src/guestfs-actions.pod:2846 ../fish/guestfish-actions.pod:1949 +#: ../src/guestfs-actions.pod:2850 ../fish/guestfish-actions.pod:1953 msgid "\"freebsd\"" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2848 ../fish/guestfish-actions.pod:1951 +#: ../src/guestfs-actions.pod:2852 ../fish/guestfish-actions.pod:1955 msgid "FreeBSD." msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2852 ../fish/guestfish-actions.pod:1955 +#: ../src/guestfs-actions.pod:2856 ../fish/guestfish-actions.pod:1959 msgid "The operating system type could not be determined." msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:2866 +#: ../src/guestfs-actions.pod:2870 msgid "guestfs_inspect_get_windows_systemroot" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:2868 +#: ../src/guestfs-actions.pod:2872 #, no-wrap msgid "" " char *\n" @@ -11484,7 +11482,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2875 ../fish/guestfish-actions.pod:1971 +#: ../src/guestfs-actions.pod:2879 ../fish/guestfish-actions.pod:1975 msgid "" "This returns the Windows systemroot of the inspected guest. The systemroot " "is a directory path such as C." @@ -11492,7 +11490,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2878 ../fish/guestfish-actions.pod:1974 +#: ../src/guestfs-actions.pod:2882 ../fish/guestfish-actions.pod:1978 msgid "" "This call assumes that the guest is Windows and that the systemroot could be " "determined by inspection. If this is not the case then an error is returned." @@ -11500,19 +11498,19 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2887 +#: ../src/guestfs-actions.pod:2891 msgid "(Added in 1.5.25)" msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:2889 +#: ../src/guestfs-actions.pod:2893 msgid "guestfs_inspect_list_applications" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:2891 +#: ../src/guestfs-actions.pod:2895 #, no-wrap msgid "" " struct guestfs_application_list *\n" @@ -11523,13 +11521,13 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2898 ../fish/guestfish-actions.pod:1987 +#: ../src/guestfs-actions.pod:2902 ../fish/guestfish-actions.pod:1991 msgid "Return the list of applications installed in the operating system." msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2900 +#: ../src/guestfs-actions.pod:2904 msgid "" "I This call works differently from other parts of the inspection " "API. You have to call C, then " @@ -11543,7 +11541,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2910 ../fish/guestfish-actions.pod:1999 +#: ../src/guestfs-actions.pod:2914 ../fish/guestfish-actions.pod:2003 msgid "" "This returns an empty list if the inspection code was not able to determine " "the list of applications." @@ -11551,19 +11549,19 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2913 ../fish/guestfish-actions.pod:2002 +#: ../src/guestfs-actions.pod:2917 ../fish/guestfish-actions.pod:2006 msgid "The application structure contains the following fields:" msgstr "" # type: =item #. type: =item -#: ../src/guestfs-actions.pod:2917 ../fish/guestfish-actions.pod:2006 +#: ../src/guestfs-actions.pod:2921 ../fish/guestfish-actions.pod:2010 msgid "C" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2919 ../fish/guestfish-actions.pod:2008 +#: ../src/guestfs-actions.pod:2923 ../fish/guestfish-actions.pod:2012 msgid "" "The name of the application. For Red Hat-derived and Debian-derived Linux " "guests, this is the package name." @@ -11571,13 +11569,13 @@ msgstr "" # type: =item #. type: =item -#: ../src/guestfs-actions.pod:2922 ../fish/guestfish-actions.pod:2011 +#: ../src/guestfs-actions.pod:2926 ../fish/guestfish-actions.pod:2015 msgid "C" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2924 ../fish/guestfish-actions.pod:2013 +#: ../src/guestfs-actions.pod:2928 ../fish/guestfish-actions.pod:2017 msgid "" "The display name of the application, sometimes localized to the install " "language of the guest operating system." @@ -11585,7 +11583,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2927 ../fish/guestfish-actions.pod:2016 +#: ../src/guestfs-actions.pod:2931 ../fish/guestfish-actions.pod:2020 msgid "" "If unavailable this is returned as an empty string C<\"\">. Callers needing " "to display something can use C instead." @@ -11593,13 +11591,13 @@ msgstr "" # type: =item #. type: =item -#: ../src/guestfs-actions.pod:2930 ../fish/guestfish-actions.pod:2019 +#: ../src/guestfs-actions.pod:2934 ../fish/guestfish-actions.pod:2023 msgid "C" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2932 ../fish/guestfish-actions.pod:2021 +#: ../src/guestfs-actions.pod:2936 ../fish/guestfish-actions.pod:2025 msgid "" "For package managers which use epochs, this contains the epoch of the " "package (an integer). If unavailable, this is returned as C<0>." @@ -11607,13 +11605,13 @@ msgstr "" # type: =item #. type: =item -#: ../src/guestfs-actions.pod:2935 ../fish/guestfish-actions.pod:2024 +#: ../src/guestfs-actions.pod:2939 ../fish/guestfish-actions.pod:2028 msgid "C" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2937 ../fish/guestfish-actions.pod:2026 +#: ../src/guestfs-actions.pod:2941 ../fish/guestfish-actions.pod:2030 msgid "" "The version string of the application or package. If unavailable this is " "returned as an empty string C<\"\">." @@ -11621,13 +11619,13 @@ msgstr "" # type: =item #. type: =item -#: ../src/guestfs-actions.pod:2940 ../fish/guestfish-actions.pod:2029 +#: ../src/guestfs-actions.pod:2944 ../fish/guestfish-actions.pod:2033 msgid "C" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2942 ../fish/guestfish-actions.pod:2031 +#: ../src/guestfs-actions.pod:2946 ../fish/guestfish-actions.pod:2035 msgid "" "The release string of the application or package, for package managers that " "use this. If unavailable this is returned as an empty string C<\"\">." @@ -11635,13 +11633,13 @@ msgstr "" # type: =item #. type: =item -#: ../src/guestfs-actions.pod:2946 ../fish/guestfish-actions.pod:2035 +#: ../src/guestfs-actions.pod:2950 ../fish/guestfish-actions.pod:2039 msgid "C" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2948 ../fish/guestfish-actions.pod:2037 +#: ../src/guestfs-actions.pod:2952 ../fish/guestfish-actions.pod:2041 msgid "" "The installation path of the application (on operating systems such as " "Windows which use installation paths). This path is in the format used by " @@ -11650,19 +11648,19 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2953 ../fish/guestfish-actions.pod:2042 +#: ../src/guestfs-actions.pod:2957 ../fish/guestfish-actions.pod:2046 msgid "If unavailable this is returned as an empty string C<\"\">." msgstr "" # type: =item #. type: =item -#: ../src/guestfs-actions.pod:2955 ../fish/guestfish-actions.pod:2044 +#: ../src/guestfs-actions.pod:2959 ../fish/guestfish-actions.pod:2048 msgid "C" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2957 ../fish/guestfish-actions.pod:2046 +#: ../src/guestfs-actions.pod:2961 ../fish/guestfish-actions.pod:2050 msgid "" "The install path translated into a libguestfs path. If unavailable this is " "returned as an empty string C<\"\">." @@ -11670,13 +11668,13 @@ msgstr "" # type: =item #. type: =item -#: ../src/guestfs-actions.pod:2960 ../fish/guestfish-actions.pod:2049 +#: ../src/guestfs-actions.pod:2964 ../fish/guestfish-actions.pod:2053 msgid "C" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2962 ../fish/guestfish-actions.pod:2051 +#: ../src/guestfs-actions.pod:2966 ../fish/guestfish-actions.pod:2055 msgid "" "The name of the publisher of the application, for package managers that use " "this. If unavailable this is returned as an empty string C<\"\">." @@ -11684,13 +11682,13 @@ msgstr "" # type: =item #. type: =item -#: ../src/guestfs-actions.pod:2966 ../fish/guestfish-actions.pod:2055 +#: ../src/guestfs-actions.pod:2970 ../fish/guestfish-actions.pod:2059 msgid "C" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2968 ../fish/guestfish-actions.pod:2057 +#: ../src/guestfs-actions.pod:2972 ../fish/guestfish-actions.pod:2061 msgid "" "The URL (eg. upstream URL) of the application. If unavailable this is " "returned as an empty string C<\"\">." @@ -11698,13 +11696,13 @@ msgstr "" # type: =item #. type: =item -#: ../src/guestfs-actions.pod:2971 ../fish/guestfish-actions.pod:2060 +#: ../src/guestfs-actions.pod:2975 ../fish/guestfish-actions.pod:2064 msgid "C" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2973 ../fish/guestfish-actions.pod:2062 +#: ../src/guestfs-actions.pod:2977 ../fish/guestfish-actions.pod:2066 msgid "" "For packaging systems which support this, the name of the source package. " "If unavailable this is returned as an empty string C<\"\">." @@ -11712,13 +11710,13 @@ msgstr "" # type: =item #. type: =item -#: ../src/guestfs-actions.pod:2976 ../fish/guestfish-actions.pod:2065 +#: ../src/guestfs-actions.pod:2980 ../fish/guestfish-actions.pod:2069 msgid "C" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2978 ../fish/guestfish-actions.pod:2067 +#: ../src/guestfs-actions.pod:2982 ../fish/guestfish-actions.pod:2071 msgid "" "A short (usually one line) description of the application or package. If " "unavailable this is returned as an empty string C<\"\">." @@ -11726,13 +11724,13 @@ msgstr "" # type: =item #. type: =item -#: ../src/guestfs-actions.pod:2981 ../fish/guestfish-actions.pod:2070 +#: ../src/guestfs-actions.pod:2985 ../fish/guestfish-actions.pod:2074 msgid "C" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2983 ../fish/guestfish-actions.pod:2072 +#: ../src/guestfs-actions.pod:2987 ../fish/guestfish-actions.pod:2076 msgid "" "A longer description of the application or package. If unavailable this is " "returned as an empty string C<\"\">." @@ -11740,7 +11738,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2990 +#: ../src/guestfs-actions.pod:2994 msgid "" "This function returns a C, or NULL if " "there was an error. I " @@ -11749,19 +11747,19 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:2994 +#: ../src/guestfs-actions.pod:2998 msgid "(Added in 1.7.8)" msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:2996 +#: ../src/guestfs-actions.pod:3000 msgid "guestfs_inspect_os" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:2998 +#: ../src/guestfs-actions.pod:3002 #, no-wrap msgid "" " char **\n" @@ -11771,7 +11769,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3001 ../fish/guestfish-actions.pod:2083 +#: ../src/guestfs-actions.pod:3005 ../fish/guestfish-actions.pod:2087 msgid "" "This function uses other libguestfs functions and certain heuristics to " "inspect the disk(s) (usually disks belonging to a virtual machine), looking " @@ -11780,13 +11778,13 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3005 ../fish/guestfish-actions.pod:2087 +#: ../src/guestfs-actions.pod:3009 ../fish/guestfish-actions.pod:2091 msgid "The list returned is empty if no operating systems were found." msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3007 ../fish/guestfish-actions.pod:2089 +#: ../src/guestfs-actions.pod:3011 ../fish/guestfish-actions.pod:2093 msgid "" "If one operating system was found, then this returns a list with a single " "element, which is the name of the root filesystem of this operating system. " @@ -11797,7 +11795,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3014 +#: ../src/guestfs-actions.pod:3018 msgid "" "You can pass the root string(s) returned to other C " "functions in order to query further information about each operating system, " @@ -11806,7 +11804,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3019 +#: ../src/guestfs-actions.pod:3023 msgid "" "This function uses other libguestfs features such as C and " "C in order to mount and unmount filesystems and look at " @@ -11816,7 +11814,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3025 ../fish/guestfish-actions.pod:2107 +#: ../src/guestfs-actions.pod:3029 ../fish/guestfish-actions.pod:2111 msgid "" "This function cannot decrypt encrypted disks. The caller must do that first " "(supplying the necessary keys) if the disk is encrypted." @@ -11824,20 +11822,20 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3031 ../src/guestfs-actions.pod:3316 -#: ../src/guestfs-actions.pod:3378 +#: ../src/guestfs-actions.pod:3035 ../src/guestfs-actions.pod:3320 +#: ../src/guestfs-actions.pod:3382 msgid "See also C." msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3039 +#: ../src/guestfs-actions.pod:3043 msgid "guestfs_is_blockdev" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3041 +#: ../src/guestfs-actions.pod:3045 #, no-wrap msgid "" " int\n" @@ -11848,7 +11846,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3045 ../fish/guestfish-actions.pod:2119 +#: ../src/guestfs-actions.pod:3049 ../fish/guestfish-actions.pod:2123 msgid "" "This returns C if and only if there is a block device with the given " "C name." @@ -11856,30 +11854,30 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3048 ../src/guestfs-actions.pod:3077 -#: ../src/guestfs-actions.pod:3107 ../src/guestfs-actions.pod:3122 -#: ../src/guestfs-actions.pod:3138 ../src/guestfs-actions.pod:3194 -#: ../src/guestfs-actions.pod:3209 +#: ../src/guestfs-actions.pod:3052 ../src/guestfs-actions.pod:3081 +#: ../src/guestfs-actions.pod:3111 ../src/guestfs-actions.pod:3126 +#: ../src/guestfs-actions.pod:3142 ../src/guestfs-actions.pod:3198 +#: ../src/guestfs-actions.pod:3213 msgid "See also C." msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3052 ../src/guestfs-actions.pod:3081 -#: ../src/guestfs-actions.pod:3126 ../src/guestfs-actions.pod:3198 -#: ../src/guestfs-actions.pod:3213 +#: ../src/guestfs-actions.pod:3056 ../src/guestfs-actions.pod:3085 +#: ../src/guestfs-actions.pod:3130 ../src/guestfs-actions.pod:3202 +#: ../src/guestfs-actions.pod:3217 msgid "(Added in 1.5.10)" msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3054 +#: ../src/guestfs-actions.pod:3058 msgid "guestfs_is_busy" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3056 +#: ../src/guestfs-actions.pod:3060 #, no-wrap msgid "" " int\n" @@ -11889,7 +11887,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3059 ../fish/guestfish-actions.pod:2128 +#: ../src/guestfs-actions.pod:3063 ../fish/guestfish-actions.pod:2132 msgid "" "This returns true iff this handle is busy processing a command (in the " "C state)." @@ -11897,13 +11895,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3068 +#: ../src/guestfs-actions.pod:3072 msgid "guestfs_is_chardev" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3070 +#: ../src/guestfs-actions.pod:3074 #, no-wrap msgid "" " int\n" @@ -11914,7 +11912,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3074 ../fish/guestfish-actions.pod:2137 +#: ../src/guestfs-actions.pod:3078 ../fish/guestfish-actions.pod:2141 msgid "" "This returns C if and only if there is a character device with the " "given C name." @@ -11922,13 +11920,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3083 +#: ../src/guestfs-actions.pod:3087 msgid "guestfs_is_config" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3085 +#: ../src/guestfs-actions.pod:3089 #, no-wrap msgid "" " int\n" @@ -11938,7 +11936,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3088 ../fish/guestfish-actions.pod:2146 +#: ../src/guestfs-actions.pod:3092 ../fish/guestfish-actions.pod:2150 msgid "" "This returns true iff this handle is being configured (in the C " "state)." @@ -11946,13 +11944,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3097 +#: ../src/guestfs-actions.pod:3101 msgid "guestfs_is_dir" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3099 +#: ../src/guestfs-actions.pod:3103 #, no-wrap msgid "" " int\n" @@ -11963,7 +11961,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3103 ../fish/guestfish-actions.pod:2155 +#: ../src/guestfs-actions.pod:3107 ../fish/guestfish-actions.pod:2159 msgid "" "This returns C if and only if there is a directory with the given " "C name. Note that it returns false for other objects like files." @@ -11971,13 +11969,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3113 +#: ../src/guestfs-actions.pod:3117 msgid "guestfs_is_fifo" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3115 +#: ../src/guestfs-actions.pod:3119 #, no-wrap msgid "" " int\n" @@ -11988,7 +11986,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3119 ../fish/guestfish-actions.pod:2165 +#: ../src/guestfs-actions.pod:3123 ../fish/guestfish-actions.pod:2169 msgid "" "This returns C if and only if there is a FIFO (named pipe) with the " "given C name." @@ -11996,13 +11994,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3128 +#: ../src/guestfs-actions.pod:3132 msgid "guestfs_is_file" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3130 +#: ../src/guestfs-actions.pod:3134 #, no-wrap msgid "" " int\n" @@ -12013,7 +12011,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3134 ../fish/guestfish-actions.pod:2174 +#: ../src/guestfs-actions.pod:3138 ../fish/guestfish-actions.pod:2178 msgid "" "This returns C if and only if there is a regular file with the given " "C name. Note that it returns false for other objects like directories." @@ -12021,13 +12019,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3144 +#: ../src/guestfs-actions.pod:3148 msgid "guestfs_is_launching" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3146 +#: ../src/guestfs-actions.pod:3150 #, no-wrap msgid "" " int\n" @@ -12037,7 +12035,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3149 ../fish/guestfish-actions.pod:2184 +#: ../src/guestfs-actions.pod:3153 ../fish/guestfish-actions.pod:2188 msgid "" "This returns true iff this handle is launching the subprocess (in the " "C state)." @@ -12045,13 +12043,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3158 +#: ../src/guestfs-actions.pod:3162 msgid "guestfs_is_lv" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3160 +#: ../src/guestfs-actions.pod:3164 #, no-wrap msgid "" " int\n" @@ -12062,7 +12060,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3164 ../fish/guestfish-actions.pod:2193 +#: ../src/guestfs-actions.pod:3168 ../fish/guestfish-actions.pod:2197 msgid "" "This command tests whether C is a logical volume, and returns true " "iff this is the case." @@ -12070,13 +12068,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3171 +#: ../src/guestfs-actions.pod:3175 msgid "guestfs_is_ready" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3173 +#: ../src/guestfs-actions.pod:3177 #, no-wrap msgid "" " int\n" @@ -12086,7 +12084,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3176 ../fish/guestfish-actions.pod:2200 +#: ../src/guestfs-actions.pod:3180 ../fish/guestfish-actions.pod:2204 msgid "" "This returns true iff this handle is ready to accept commands (in the " "C state)." @@ -12094,13 +12092,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3185 +#: ../src/guestfs-actions.pod:3189 msgid "guestfs_is_socket" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3187 +#: ../src/guestfs-actions.pod:3191 #, no-wrap msgid "" " int\n" @@ -12111,7 +12109,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3191 ../fish/guestfish-actions.pod:2209 +#: ../src/guestfs-actions.pod:3195 ../fish/guestfish-actions.pod:2213 msgid "" "This returns C if and only if there is a Unix domain socket with the " "given C name." @@ -12119,13 +12117,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3200 +#: ../src/guestfs-actions.pod:3204 msgid "guestfs_is_symlink" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3202 +#: ../src/guestfs-actions.pod:3206 #, no-wrap msgid "" " int\n" @@ -12136,7 +12134,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3206 ../fish/guestfish-actions.pod:2218 +#: ../src/guestfs-actions.pod:3210 ../fish/guestfish-actions.pod:2222 msgid "" "This returns C if and only if there is a symbolic link with the given " "C name." @@ -12144,13 +12142,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3215 +#: ../src/guestfs-actions.pod:3219 msgid "guestfs_kill_subprocess" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3217 +#: ../src/guestfs-actions.pod:3221 #, no-wrap msgid "" " int\n" @@ -12160,19 +12158,19 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3220 ../fish/guestfish-actions.pod:2227 +#: ../src/guestfs-actions.pod:3224 ../fish/guestfish-actions.pod:2231 msgid "This kills the qemu subprocess. You should never need to call this." msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3226 +#: ../src/guestfs-actions.pod:3230 msgid "guestfs_launch" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3228 +#: ../src/guestfs-actions.pod:3232 #, no-wrap msgid "" " int\n" @@ -12182,7 +12180,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3231 ../fish/guestfish-actions.pod:2235 +#: ../src/guestfs-actions.pod:3235 ../fish/guestfish-actions.pod:2239 msgid "" "Internally libguestfs is implemented by running a virtual machine using " "L." @@ -12190,7 +12188,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3234 ../fish/guestfish-actions.pod:2238 +#: ../src/guestfs-actions.pod:3238 ../fish/guestfish-actions.pod:2242 msgid "" "You should call this after configuring the handle (eg. adding drives) but " "before performing any actions." @@ -12198,13 +12196,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3241 +#: ../src/guestfs-actions.pod:3245 msgid "guestfs_lchown" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3243 +#: ../src/guestfs-actions.pod:3247 #, no-wrap msgid "" " int\n" @@ -12217,7 +12215,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3249 +#: ../src/guestfs-actions.pod:3253 msgid "" "Change the file owner to C and group to C. This is like " "C but if C is a symlink then the link itself is " @@ -12226,13 +12224,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3261 +#: ../src/guestfs-actions.pod:3265 msgid "guestfs_lgetxattr" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3263 +#: ../src/guestfs-actions.pod:3267 #, no-wrap msgid "" " char *\n" @@ -12245,7 +12243,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3269 ../fish/guestfish-actions.pod:2257 +#: ../src/guestfs-actions.pod:3273 ../fish/guestfish-actions.pod:2261 msgid "" "Get a single extended attribute from file C named C. If C " "is a symlink, then this call returns an extended attribute from the symlink." @@ -12253,19 +12251,19 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3283 +#: ../src/guestfs-actions.pod:3287 msgid "See also: C, C, L." msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3291 +#: ../src/guestfs-actions.pod:3295 msgid "guestfs_lgetxattrs" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3293 +#: ../src/guestfs-actions.pod:3297 #, no-wrap msgid "" " struct guestfs_xattr_list *\n" @@ -12276,7 +12274,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3297 +#: ../src/guestfs-actions.pod:3301 msgid "" "This is the same as C, but if C is a symbolic link, " "then it returns the extended attributes of the link itself." @@ -12284,13 +12282,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3307 +#: ../src/guestfs-actions.pod:3311 msgid "guestfs_list_devices" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3309 +#: ../src/guestfs-actions.pod:3313 #, no-wrap msgid "" " char **\n" @@ -12300,25 +12298,25 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3312 ../fish/guestfish-actions.pod:2285 +#: ../src/guestfs-actions.pod:3316 ../fish/guestfish-actions.pod:2289 msgid "List all the block devices." msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3314 ../fish/guestfish-actions.pod:2287 +#: ../src/guestfs-actions.pod:3318 ../fish/guestfish-actions.pod:2291 msgid "The full block device names are returned, eg. C." msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3324 +#: ../src/guestfs-actions.pod:3328 msgid "guestfs_list_filesystems" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3326 +#: ../src/guestfs-actions.pod:3330 #, no-wrap msgid "" " char **\n" @@ -12328,7 +12326,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3329 ../fish/guestfish-actions.pod:2295 +#: ../src/guestfs-actions.pod:3333 ../fish/guestfish-actions.pod:2299 msgid "" "This inspection command looks for filesystems on partitions, block devices " "and logical volumes, returning a list of devices containing filesystems and " @@ -12337,7 +12335,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3333 ../fish/guestfish-actions.pod:2299 +#: ../src/guestfs-actions.pod:3337 ../fish/guestfish-actions.pod:2303 msgid "" "The return value is a hash, where the keys are the devices containing " "filesystems, and the values are the filesystem types. For example:" @@ -12345,7 +12343,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3337 ../fish/guestfish-actions.pod:2303 +#: ../src/guestfs-actions.pod:3341 ../fish/guestfish-actions.pod:2307 #, no-wrap msgid "" " \"/dev/sda1\" => \"ntfs\"\n" @@ -12357,7 +12355,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3342 ../fish/guestfish-actions.pod:2308 +#: ../src/guestfs-actions.pod:3346 ../fish/guestfish-actions.pod:2312 msgid "" "The value can have the special value \"unknown\", meaning the content of the " "device is undetermined or empty. \"swap\" means a Linux swap partition." @@ -12365,7 +12363,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3346 +#: ../src/guestfs-actions.pod:3350 msgid "" "This command runs other libguestfs commands, which might include " "C and C, and therefore you should use this " @@ -12374,7 +12372,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3350 +#: ../src/guestfs-actions.pod:3354 msgid "" "Not all of the filesystems returned will be mountable. In particular, swap " "partitions are returned in the list. Also this command does not check that " @@ -12385,19 +12383,19 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3364 ../src/guestfs-actions.pod:4955 +#: ../src/guestfs-actions.pod:3368 ../src/guestfs-actions.pod:4961 msgid "(Added in 1.5.15)" msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3366 +#: ../src/guestfs-actions.pod:3370 msgid "guestfs_list_partitions" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3368 +#: ../src/guestfs-actions.pod:3372 #, no-wrap msgid "" " char **\n" @@ -12407,19 +12405,19 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3371 ../fish/guestfish-actions.pod:2328 +#: ../src/guestfs-actions.pod:3375 ../fish/guestfish-actions.pod:2332 msgid "List all the partitions detected on all block devices." msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3373 ../fish/guestfish-actions.pod:2330 +#: ../src/guestfs-actions.pod:3377 ../fish/guestfish-actions.pod:2334 msgid "The full partition device names are returned, eg. C" msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3375 +#: ../src/guestfs-actions.pod:3379 msgid "" "This does not return logical volumes. For that you will need to call " "C." @@ -12427,13 +12425,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3386 +#: ../src/guestfs-actions.pod:3390 msgid "guestfs_ll" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3388 +#: ../src/guestfs-actions.pod:3392 #, no-wrap msgid "" " char *\n" @@ -12444,7 +12442,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3392 ../fish/guestfish-actions.pod:2341 +#: ../src/guestfs-actions.pod:3396 ../fish/guestfish-actions.pod:2345 msgid "" "List the files in C (relative to the root directory, there is no " "cwd) in the format of 'ls -la'." @@ -12452,7 +12450,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3395 ../fish/guestfish-actions.pod:2344 +#: ../src/guestfs-actions.pod:3399 ../fish/guestfish-actions.pod:2348 msgid "" "This command is mostly useful for interactive sessions. It is I " "intended that you try to parse the output string." @@ -12460,13 +12458,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3403 +#: ../src/guestfs-actions.pod:3407 msgid "guestfs_ln" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3405 +#: ../src/guestfs-actions.pod:3409 #, no-wrap msgid "" " int\n" @@ -12478,19 +12476,19 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3410 ../fish/guestfish-actions.pod:2351 +#: ../src/guestfs-actions.pod:3414 ../fish/guestfish-actions.pod:2355 msgid "This command creates a hard link using the C command." msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3416 +#: ../src/guestfs-actions.pod:3420 msgid "guestfs_ln_f" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3418 +#: ../src/guestfs-actions.pod:3422 #, no-wrap msgid "" " int\n" @@ -12502,7 +12500,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3423 ../fish/guestfish-actions.pod:2357 +#: ../src/guestfs-actions.pod:3427 ../fish/guestfish-actions.pod:2361 msgid "" "This command creates a hard link using the C command. The C<-f> " "option removes the link (C) if it exists already." @@ -12510,13 +12508,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3430 +#: ../src/guestfs-actions.pod:3434 msgid "guestfs_ln_s" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3432 +#: ../src/guestfs-actions.pod:3436 #, no-wrap msgid "" " int\n" @@ -12528,19 +12526,19 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3437 ../fish/guestfish-actions.pod:2364 +#: ../src/guestfs-actions.pod:3441 ../fish/guestfish-actions.pod:2368 msgid "This command creates a symbolic link using the C command." msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3443 +#: ../src/guestfs-actions.pod:3447 msgid "guestfs_ln_sf" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3445 +#: ../src/guestfs-actions.pod:3449 #, no-wrap msgid "" " int\n" @@ -12552,7 +12550,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3450 ../fish/guestfish-actions.pod:2370 +#: ../src/guestfs-actions.pod:3454 ../fish/guestfish-actions.pod:2374 msgid "" "This command creates a symbolic link using the C command, The C<-f> " "option removes the link (C) if it exists already." @@ -12560,13 +12558,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3457 +#: ../src/guestfs-actions.pod:3461 msgid "guestfs_lremovexattr" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3459 +#: ../src/guestfs-actions.pod:3463 #, no-wrap msgid "" " int\n" @@ -12578,7 +12576,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3464 +#: ../src/guestfs-actions.pod:3468 msgid "" "This is the same as C, but if C is a symbolic " "link, then it removes an extended attribute of the link itself." @@ -12586,13 +12584,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3472 +#: ../src/guestfs-actions.pod:3476 msgid "guestfs_ls" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3474 +#: ../src/guestfs-actions.pod:3478 #, no-wrap msgid "" " char **\n" @@ -12603,7 +12601,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3478 ../fish/guestfish-actions.pod:2385 +#: ../src/guestfs-actions.pod:3482 ../fish/guestfish-actions.pod:2389 msgid "" "List the files in C (relative to the root directory, there is no " "cwd). The '.' and '..' entries are not returned, but hidden files are shown." @@ -12611,7 +12609,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3482 +#: ../src/guestfs-actions.pod:3486 msgid "" "This command is mostly useful for interactive sessions. Programs should " "probably use C instead." @@ -12619,13 +12617,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3491 +#: ../src/guestfs-actions.pod:3495 msgid "guestfs_lsetxattr" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3493 +#: ../src/guestfs-actions.pod:3497 #, no-wrap msgid "" " int\n" @@ -12639,7 +12637,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3500 +#: ../src/guestfs-actions.pod:3504 msgid "" "This is the same as C, but if C is a symbolic link, " "then it sets an extended attribute of the link itself." @@ -12647,13 +12645,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3508 +#: ../src/guestfs-actions.pod:3512 msgid "guestfs_lstat" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3510 +#: ../src/guestfs-actions.pod:3514 #, no-wrap msgid "" " struct guestfs_stat *\n" @@ -12664,14 +12662,14 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3514 ../src/guestfs-actions.pod:6009 -#: ../fish/guestfish-actions.pod:2404 ../fish/guestfish-actions.pod:4017 +#: ../src/guestfs-actions.pod:3518 ../src/guestfs-actions.pod:6015 +#: ../fish/guestfish-actions.pod:2408 ../fish/guestfish-actions.pod:4023 msgid "Returns file information for the given C." msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3516 +#: ../src/guestfs-actions.pod:3520 msgid "" "This is the same as C except that if C is a symbolic " "link, then the link is stat-ed, not the file it refers to." @@ -12679,13 +12677,13 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3520 ../fish/guestfish-actions.pod:2410 +#: ../src/guestfs-actions.pod:3524 ../fish/guestfish-actions.pod:2414 msgid "This is the same as the C system call." msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3522 ../src/guestfs-actions.pod:6013 +#: ../src/guestfs-actions.pod:3526 ../src/guestfs-actions.pod:6019 msgid "" "This function returns a C, or NULL if there was an " "error. I after use>." @@ -12693,20 +12691,20 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3526 ../src/guestfs-actions.pod:6017 -#: ../src/guestfs-actions.pod:6035 ../src/guestfs-actions.pod:6416 +#: ../src/guestfs-actions.pod:3530 ../src/guestfs-actions.pod:6023 +#: ../src/guestfs-actions.pod:6041 ../src/guestfs-actions.pod:6422 msgid "(Added in 0.9.2)" msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3528 +#: ../src/guestfs-actions.pod:3532 msgid "guestfs_lstatlist" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3530 +#: ../src/guestfs-actions.pod:3534 #, no-wrap msgid "" " struct guestfs_stat_list *\n" @@ -12718,7 +12716,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3535 +#: ../src/guestfs-actions.pod:3539 msgid "" "This call allows you to perform the C operation on multiple " "files, where all files are in the directory C. C is the list " @@ -12727,7 +12725,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3539 ../fish/guestfish-actions.pod:2420 +#: ../src/guestfs-actions.pod:3543 ../fish/guestfish-actions.pod:2424 msgid "" "On return you get a list of stat structs, with a one-to-one correspondence " "to the C list. If any name did not exist or could not be lstat'd, " @@ -12736,7 +12734,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3544 +#: ../src/guestfs-actions.pod:3548 msgid "" "This call is intended for programs that want to efficiently list a directory " "contents without making many round-trips. See also C " @@ -12748,7 +12746,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3552 +#: ../src/guestfs-actions.pod:3556 msgid "" "This function returns a C, or NULL if there was " "an error. I after use>." @@ -12756,13 +12754,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3558 +#: ../src/guestfs-actions.pod:3562 msgid "guestfs_luks_add_key" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3560 +#: ../src/guestfs-actions.pod:3564 #, no-wrap msgid "" " int\n" @@ -12776,7 +12774,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3567 ../fish/guestfish-actions.pod:2437 +#: ../src/guestfs-actions.pod:3571 ../fish/guestfish-actions.pod:2441 msgid "" "This command adds a new key on LUKS device C. C is any " "existing key, and is used to access the device. C is the new key to " @@ -12785,7 +12783,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3572 +#: ../src/guestfs-actions.pod:3576 msgid "" "Note that if C already contains a key, then this command will " "fail. You have to use C first to remove that key." @@ -12793,9 +12791,9 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3578 ../src/guestfs-actions.pod:3618 -#: ../src/guestfs-actions.pod:3641 ../src/guestfs-actions.pod:3661 -#: ../src/guestfs-actions.pod:3693 ../src/guestfs-actions.pod:3712 +#: ../src/guestfs-actions.pod:3582 ../src/guestfs-actions.pod:3622 +#: ../src/guestfs-actions.pod:3645 ../src/guestfs-actions.pod:3665 +#: ../src/guestfs-actions.pod:3697 ../src/guestfs-actions.pod:3716 msgid "" "This function takes a key or passphrase parameter which could contain " "sensitive material. Read the section L for more " @@ -12804,20 +12802,20 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3582 ../src/guestfs-actions.pod:3622 -#: ../src/guestfs-actions.pod:3645 ../src/guestfs-actions.pod:3665 +#: ../src/guestfs-actions.pod:3586 ../src/guestfs-actions.pod:3626 +#: ../src/guestfs-actions.pod:3649 ../src/guestfs-actions.pod:3669 msgid "(Added in 1.5.2)" msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3584 +#: ../src/guestfs-actions.pod:3588 msgid "guestfs_luks_close" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3586 +#: ../src/guestfs-actions.pod:3590 #, no-wrap msgid "" " int\n" @@ -12828,7 +12826,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3590 +#: ../src/guestfs-actions.pod:3594 msgid "" "This closes a LUKS device that was created earlier by C " "or C. The C parameter must be the name of the " @@ -12838,21 +12836,21 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3598 ../src/guestfs-actions.pod:3697 -#: ../src/guestfs-actions.pod:3716 ../src/guestfs-actions.pod:3766 -#: ../src/guestfs-actions.pod:3814 +#: ../src/guestfs-actions.pod:3602 ../src/guestfs-actions.pod:3701 +#: ../src/guestfs-actions.pod:3720 ../src/guestfs-actions.pod:3770 +#: ../src/guestfs-actions.pod:3818 msgid "(Added in 1.5.1)" msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3600 +#: ../src/guestfs-actions.pod:3604 msgid "guestfs_luks_format" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3602 +#: ../src/guestfs-actions.pod:3606 #, no-wrap msgid "" " int\n" @@ -12865,7 +12863,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3608 ../fish/guestfish-actions.pod:2463 +#: ../src/guestfs-actions.pod:3612 ../fish/guestfish-actions.pod:2467 msgid "" "This command erases existing data on C and formats the device as a " "LUKS encrypted device. C is the initial key, which is added to key " @@ -12874,15 +12872,15 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3615 ../src/guestfs-actions.pod:3638 -#: ../src/guestfs-actions.pod:3778 ../src/guestfs-actions.pod:4706 -#: ../src/guestfs-actions.pod:5469 ../src/guestfs-actions.pod:5844 -#: ../src/guestfs-actions.pod:5867 ../src/guestfs-actions.pod:5893 -#: ../src/guestfs-actions.pod:7053 ../fish/guestfish-actions.pod:2471 -#: ../fish/guestfish-actions.pod:2484 ../fish/guestfish-actions.pod:2568 -#: ../fish/guestfish-actions.pod:3129 ../fish/guestfish-actions.pod:3636 -#: ../fish/guestfish-actions.pod:3916 ../fish/guestfish-actions.pod:3932 -#: ../fish/guestfish-actions.pod:3947 ../fish/guestfish-actions.pod:4662 +#: ../src/guestfs-actions.pod:3619 ../src/guestfs-actions.pod:3642 +#: ../src/guestfs-actions.pod:3782 ../src/guestfs-actions.pod:4712 +#: ../src/guestfs-actions.pod:5475 ../src/guestfs-actions.pod:5850 +#: ../src/guestfs-actions.pod:5873 ../src/guestfs-actions.pod:5899 +#: ../src/guestfs-actions.pod:7059 ../fish/guestfish-actions.pod:2475 +#: ../fish/guestfish-actions.pod:2488 ../fish/guestfish-actions.pod:2572 +#: ../fish/guestfish-actions.pod:3135 ../fish/guestfish-actions.pod:3642 +#: ../fish/guestfish-actions.pod:3922 ../fish/guestfish-actions.pod:3938 +#: ../fish/guestfish-actions.pod:3953 ../fish/guestfish-actions.pod:4668 msgid "" "B." @@ -12890,13 +12888,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3624 +#: ../src/guestfs-actions.pod:3628 msgid "guestfs_luks_format_cipher" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3626 +#: ../src/guestfs-actions.pod:3630 #, no-wrap msgid "" " int\n" @@ -12910,7 +12908,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3633 +#: ../src/guestfs-actions.pod:3637 msgid "" "This command is the same as C but it also allows you to " "set the C used." @@ -12918,13 +12916,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3647 +#: ../src/guestfs-actions.pod:3651 msgid "guestfs_luks_kill_slot" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3649 +#: ../src/guestfs-actions.pod:3653 #, no-wrap msgid "" " int\n" @@ -12937,7 +12935,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3655 ../fish/guestfish-actions.pod:2491 +#: ../src/guestfs-actions.pod:3659 ../fish/guestfish-actions.pod:2495 msgid "" "This command deletes the key in key slot C from the encrypted LUKS " "device C. C must be one of the I keys." @@ -12945,13 +12943,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3667 +#: ../src/guestfs-actions.pod:3671 msgid "guestfs_luks_open" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3669 +#: ../src/guestfs-actions.pod:3673 #, no-wrap msgid "" " int\n" @@ -12964,7 +12962,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3675 ../fish/guestfish-actions.pod:2502 +#: ../src/guestfs-actions.pod:3679 ../fish/guestfish-actions.pod:2506 msgid "" "This command opens a block device which has been encrypted according to the " "Linux Unified Key Setup (LUKS) standard." @@ -12972,13 +12970,13 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3678 ../fish/guestfish-actions.pod:2505 +#: ../src/guestfs-actions.pod:3682 ../fish/guestfish-actions.pod:2509 msgid "C is the encrypted block device or partition." msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3680 ../fish/guestfish-actions.pod:2507 +#: ../src/guestfs-actions.pod:3684 ../fish/guestfish-actions.pod:2511 msgid "" "The caller must supply one of the keys associated with the LUKS block " "device, in the C parameter." @@ -12986,7 +12984,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3683 ../fish/guestfish-actions.pod:2510 +#: ../src/guestfs-actions.pod:3687 ../fish/guestfish-actions.pod:2514 msgid "" "This creates a new block device called C. Reads and " "writes to this block device are decrypted from and encrypted to the " @@ -12995,7 +12993,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3687 +#: ../src/guestfs-actions.pod:3691 msgid "" "If this block device contains LVM volume groups, then calling " "C followed by C will make them " @@ -13004,13 +13002,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3699 +#: ../src/guestfs-actions.pod:3703 msgid "guestfs_luks_open_ro" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3701 +#: ../src/guestfs-actions.pod:3705 #, no-wrap msgid "" " int\n" @@ -13023,7 +13021,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3707 +#: ../src/guestfs-actions.pod:3711 msgid "" "This is the same as C except that a read-only mapping is " "created." @@ -13031,13 +13029,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3718 +#: ../src/guestfs-actions.pod:3722 msgid "guestfs_lvcreate" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3720 +#: ../src/guestfs-actions.pod:3724 #, no-wrap msgid "" " int\n" @@ -13050,7 +13048,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3726 ../fish/guestfish-actions.pod:2535 +#: ../src/guestfs-actions.pod:3730 ../fish/guestfish-actions.pod:2539 msgid "" "This creates an LVM logical volume called C on the volume group " "C, with C megabytes." @@ -13058,13 +13056,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3733 +#: ../src/guestfs-actions.pod:3737 msgid "guestfs_lvm_canonical_lv_name" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3735 +#: ../src/guestfs-actions.pod:3739 #, no-wrap msgid "" " char *\n" @@ -13075,7 +13073,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3739 ../fish/guestfish-actions.pod:2542 +#: ../src/guestfs-actions.pod:3743 ../fish/guestfish-actions.pod:2546 msgid "" "This converts alternative naming schemes for LVs that you might find to the " "canonical name. For example, C is converted to C parameter does not refer to a " "logical volume." @@ -13092,25 +13090,25 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3746 +#: ../src/guestfs-actions.pod:3750 msgid "See also C." msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3751 +#: ../src/guestfs-actions.pod:3755 msgid "(Added in 1.5.24)" msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3753 +#: ../src/guestfs-actions.pod:3757 msgid "guestfs_lvm_clear_filter" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3755 +#: ../src/guestfs-actions.pod:3759 #, no-wrap msgid "" " int\n" @@ -13120,7 +13118,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3758 +#: ../src/guestfs-actions.pod:3762 msgid "" "This undoes the effect of C. LVM will be able to " "see every block device." @@ -13128,21 +13126,21 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3761 ../src/guestfs-actions.pod:3803 -#: ../fish/guestfish-actions.pod:2558 ../fish/guestfish-actions.pod:2589 +#: ../src/guestfs-actions.pod:3765 ../src/guestfs-actions.pod:3807 +#: ../fish/guestfish-actions.pod:2562 ../fish/guestfish-actions.pod:2593 msgid "" "This command also clears the LVM cache and performs a volume group scan." msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3768 +#: ../src/guestfs-actions.pod:3772 msgid "guestfs_lvm_remove_all" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3770 +#: ../src/guestfs-actions.pod:3774 #, no-wrap msgid "" " int\n" @@ -13152,7 +13150,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3773 ../fish/guestfish-actions.pod:2565 +#: ../src/guestfs-actions.pod:3777 ../fish/guestfish-actions.pod:2569 msgid "" "This command removes all LVM logical volumes, volume groups and physical " "volumes." @@ -13160,13 +13158,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3783 +#: ../src/guestfs-actions.pod:3787 msgid "guestfs_lvm_set_filter" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3785 +#: ../src/guestfs-actions.pod:3789 #, no-wrap msgid "" " int\n" @@ -13177,7 +13175,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3789 ../fish/guestfish-actions.pod:2575 +#: ../src/guestfs-actions.pod:3793 ../fish/guestfish-actions.pod:2579 msgid "" "This sets the LVM device filter so that LVM will only be able to \"see\" the " "block devices in the list C, and will ignore all other attached " @@ -13186,7 +13184,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3793 ../fish/guestfish-actions.pod:2579 +#: ../src/guestfs-actions.pod:3797 ../fish/guestfish-actions.pod:2583 msgid "" "Where disk image(s) contain duplicate PVs or VGs, this command is useful to " "get LVM to ignore the duplicates, otherwise LVM can get confused. Note also " @@ -13199,13 +13197,13 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3806 ../fish/guestfish-actions.pod:2592 +#: ../src/guestfs-actions.pod:3810 ../fish/guestfish-actions.pod:2596 msgid "You can filter whole block devices or individual partitions." msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3808 ../fish/guestfish-actions.pod:2594 +#: ../src/guestfs-actions.pod:3812 ../fish/guestfish-actions.pod:2598 msgid "" "You cannot use this if any VG is currently in use (eg. contains a mounted " "filesystem), even if you are not filtering out that VG." @@ -13213,13 +13211,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3816 +#: ../src/guestfs-actions.pod:3820 msgid "guestfs_lvremove" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3818 +#: ../src/guestfs-actions.pod:3822 #, no-wrap msgid "" " int\n" @@ -13230,7 +13228,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3822 ../fish/guestfish-actions.pod:2602 +#: ../src/guestfs-actions.pod:3826 ../fish/guestfish-actions.pod:2606 msgid "" "Remove an LVM logical volume C, where C is the path to the " "LV, such as C." @@ -13238,7 +13236,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3825 ../fish/guestfish-actions.pod:2605 +#: ../src/guestfs-actions.pod:3829 ../fish/guestfish-actions.pod:2609 msgid "" "You can also remove all LVs in a volume group by specifying the VG name, C." @@ -13246,20 +13244,20 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3830 ../src/guestfs-actions.pod:5052 -#: ../src/guestfs-actions.pod:6792 +#: ../src/guestfs-actions.pod:3834 ../src/guestfs-actions.pod:5058 +#: ../src/guestfs-actions.pod:6798 msgid "(Added in 1.0.13)" msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3832 +#: ../src/guestfs-actions.pod:3836 msgid "guestfs_lvrename" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3834 +#: ../src/guestfs-actions.pod:3838 #, no-wrap msgid "" " int\n" @@ -13271,25 +13269,25 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3839 ../fish/guestfish-actions.pod:2612 +#: ../src/guestfs-actions.pod:3843 ../fish/guestfish-actions.pod:2616 msgid "Rename a logical volume C with the new name C." msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3843 ../src/guestfs-actions.pod:6805 +#: ../src/guestfs-actions.pod:3847 ../src/guestfs-actions.pod:6811 msgid "(Added in 1.0.83)" msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3845 +#: ../src/guestfs-actions.pod:3849 msgid "guestfs_lvresize" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3847 +#: ../src/guestfs-actions.pod:3851 #, no-wrap msgid "" " int\n" @@ -13301,7 +13299,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3852 ../fish/guestfish-actions.pod:2618 +#: ../src/guestfs-actions.pod:3856 ../fish/guestfish-actions.pod:2622 msgid "" "This resizes (expands or shrinks) an existing LVM logical volume to " "C. When reducing, data in the reduced part is lost." @@ -13309,13 +13307,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3860 +#: ../src/guestfs-actions.pod:3864 msgid "guestfs_lvresize_free" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3862 +#: ../src/guestfs-actions.pod:3866 #, no-wrap msgid "" " int\n" @@ -13327,7 +13325,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3867 ../fish/guestfish-actions.pod:2626 +#: ../src/guestfs-actions.pod:3871 ../fish/guestfish-actions.pod:2630 msgid "" "This expands an existing logical volume C so that it fills C% of the " "remaining free space in the volume group. Commonly you would call this with " @@ -13337,19 +13335,19 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3875 +#: ../src/guestfs-actions.pod:3879 msgid "(Added in 1.3.3)" msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3877 +#: ../src/guestfs-actions.pod:3881 msgid "guestfs_lvs" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3879 +#: ../src/guestfs-actions.pod:3883 #, no-wrap msgid "" " char **\n" @@ -13359,7 +13357,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3882 ../fish/guestfish-actions.pod:2636 +#: ../src/guestfs-actions.pod:3886 ../fish/guestfish-actions.pod:2640 msgid "" "List all the logical volumes detected. This is the equivalent of the L command." @@ -13367,7 +13365,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3885 ../fish/guestfish-actions.pod:2639 +#: ../src/guestfs-actions.pod:3889 ../fish/guestfish-actions.pod:2643 msgid "" "This returns a list of the logical volume device names (eg. C)." @@ -13375,19 +13373,19 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3888 +#: ../src/guestfs-actions.pod:3892 msgid "See also C, C." msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3896 +#: ../src/guestfs-actions.pod:3900 msgid "guestfs_lvs_full" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3898 +#: ../src/guestfs-actions.pod:3902 #, no-wrap msgid "" " struct guestfs_lvm_lv_list *\n" @@ -13397,7 +13395,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3901 ../fish/guestfish-actions.pod:2648 +#: ../src/guestfs-actions.pod:3905 ../fish/guestfish-actions.pod:2652 msgid "" "List all the logical volumes detected. This is the equivalent of the L command. The \"full\" version includes all fields." @@ -13405,7 +13403,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3904 +#: ../src/guestfs-actions.pod:3908 msgid "" "This function returns a C, or NULL if there " "was an error. I after use>." @@ -13413,13 +13411,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3910 +#: ../src/guestfs-actions.pod:3914 msgid "guestfs_lvuuid" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3912 +#: ../src/guestfs-actions.pod:3916 #, no-wrap msgid "" " char *\n" @@ -13430,19 +13428,19 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3916 ../fish/guestfish-actions.pod:2655 +#: ../src/guestfs-actions.pod:3920 ../fish/guestfish-actions.pod:2659 msgid "This command returns the UUID of the LVM LV C." msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3923 +#: ../src/guestfs-actions.pod:3927 msgid "guestfs_lxattrlist" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3925 +#: ../src/guestfs-actions.pod:3929 #, no-wrap msgid "" " struct guestfs_xattr_list *\n" @@ -13454,7 +13452,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3930 ../fish/guestfish-actions.pod:2661 +#: ../src/guestfs-actions.pod:3934 ../fish/guestfish-actions.pod:2665 msgid "" "This call allows you to get the extended attributes of multiple files, where " "all files are in the directory C. C is the list of files from " @@ -13463,7 +13461,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3934 ../fish/guestfish-actions.pod:2665 +#: ../src/guestfs-actions.pod:3938 ../fish/guestfish-actions.pod:2669 msgid "" "On return you get a flat list of xattr structs which must be interpreted " "sequentially. The first xattr struct always has a zero-length C. " @@ -13476,7 +13474,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3944 +#: ../src/guestfs-actions.pod:3948 msgid "" "This call is intended for programs that want to efficiently list a directory " "contents without making many round-trips. See also C for " @@ -13488,13 +13486,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3958 +#: ../src/guestfs-actions.pod:3962 msgid "guestfs_mkdir" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3960 +#: ../src/guestfs-actions.pod:3964 #, no-wrap msgid "" " int\n" @@ -13505,19 +13503,19 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3964 ../fish/guestfish-actions.pod:2687 +#: ../src/guestfs-actions.pod:3968 ../fish/guestfish-actions.pod:2691 msgid "Create a directory named C." msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3970 +#: ../src/guestfs-actions.pod:3974 msgid "guestfs_mkdir_mode" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3972 +#: ../src/guestfs-actions.pod:3976 #, no-wrap msgid "" " int\n" @@ -13529,7 +13527,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3977 ../fish/guestfish-actions.pod:2693 +#: ../src/guestfs-actions.pod:3981 ../fish/guestfish-actions.pod:2697 msgid "" "This command creates a directory, setting the initial permissions of the " "directory to C." @@ -13537,7 +13535,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3980 ../fish/guestfish-actions.pod:2696 +#: ../src/guestfs-actions.pod:3984 ../fish/guestfish-actions.pod:2700 msgid "" "For common Linux filesystems, the actual mode which is set will be C. Non-native-Linux filesystems may interpret the mode in " @@ -13546,19 +13544,19 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3984 +#: ../src/guestfs-actions.pod:3988 msgid "See also C, C" msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:3990 +#: ../src/guestfs-actions.pod:3994 msgid "guestfs_mkdir_p" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:3992 +#: ../src/guestfs-actions.pod:3996 #, no-wrap msgid "" " int\n" @@ -13569,7 +13567,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:3996 ../fish/guestfish-actions.pod:2706 +#: ../src/guestfs-actions.pod:4000 ../fish/guestfish-actions.pod:2710 msgid "" "Create a directory named C, creating any parent directories as " "necessary. This is like the C shell command." @@ -13577,13 +13575,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: ../src/guestfs-actions.pod:4003 +#: ../src/guestfs-actions.pod:4007 msgid "guestfs_mkdtemp" msgstr "" # type: verbatim #. type: verbatim -#: ../src/guestfs-actions.pod:4005 +#: ../src/guestfs-actions.pod:4009 #, no-wrap msgid "" " char *\n" @@ -13594,7 +13592,7 @@ msgstr "" # type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:4009 ../fish/guestfish-actions.pod:2713 +#: ../src/guestfs-actions.pod:4013 ../fish/guestfish-actions.pod:2717 msgid "" "This command creates a temporary directory. The C