msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
-"POT-Creation-Date: 2010-12-19 15:38+0000\n"
+"POT-Creation-Date: 2010-12-31 08:37+0000\n"
"PO-Revision-Date: 2010-09-02 14:46+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-# type: =encoding
-#: ../src/guestfs.pod:1 ../fish/guestfish.pod:1
-#: ../test-tool/libguestfs-test-tool.pod:1 ../fuse/guestmount.pod:1
-#: ../tools/virt-edit.pl:30 ../tools/virt-win-reg.pl:33
-#: ../tools/virt-resize.pl:38 ../tools/virt-list-filesystems.pl:28
-#: ../tools/virt-tar.pl:29 ../tools/virt-make-fs.pl:33
-#: ../tools/virt-list-partitions.pl:28
-msgid "utf8"
-msgstr ""
-
# type: =head1
+#. type: =head1
#: ../src/guestfs.pod:3 ../fish/guestfish.pod:3
#: ../test-tool/libguestfs-test-tool.pod:3 ../fuse/guestmount.pod:3
#: ../tools/virt-edit.pl:32 ../tools/virt-win-reg.pl:35
msgstr "名前"
# type: textblock
+#. type: textblock
#: ../src/guestfs.pod:5
msgid "guestfs - Library for accessing and modifying virtual machine images"
msgstr ""
# type: =head1
+#. type: =head1
#: ../src/guestfs.pod:7 ../fish/guestfish.pod:7
#: ../test-tool/libguestfs-test-tool.pod:7 ../fuse/guestmount.pod:7
#: ../tools/virt-edit.pl:36 ../tools/virt-win-reg.pl:39
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs.pod:9
#, no-wrap
msgid ""
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs.pod:11
#, no-wrap
msgid ""
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs.pod:19
#, no-wrap
msgid ""
msgstr ""
# type: =head1
+#. type: =head1
#: ../src/guestfs.pod:23 ../fish/guestfish.pod:30
#: ../test-tool/libguestfs-test-tool.pod:11 ../fuse/guestmount.pod:20
#: ../tools/virt-edit.pl:50 ../tools/virt-win-reg.pl:63
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs.pod:25
msgid ""
"Libguestfs is a library for accessing and modifying guest disk images. "
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs.pod:33
msgid ""
"Libguestfs uses Linux kernel and qemu code, and can access any type of guest "
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs.pod:38
msgid ""
"Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, "
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs.pod:43
msgid ""
"Libguestfs is a library that can be linked with C and C++ management "
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs.pod:48
msgid ""
"You don't need to be root to use libguestfs, although obviously you do need "
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs.pod:51
msgid ""
"Libguestfs is a large API because it can do many things. For a gentle "
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs.pod:54
msgid ""
"There are also some example programs in the L<guestfs-examples(3)> manual "
msgstr ""
# type: =head1
+#. type: =head1
#: ../src/guestfs.pod:57
msgid "API OVERVIEW"
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs.pod:59
msgid ""
"This section provides a gentler overview of the libguestfs API. We also try "
msgstr ""
# type: =head2
+#. type: =head2
#: ../src/guestfs.pod:64
msgid "HANDLES"
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs.pod:66
msgid ""
"Before you can use libguestfs calls, you have to create a handle. Then you "
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs.pod:73
msgid "The general structure of all libguestfs-using programs looks like this:"
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs.pod:76
#, no-wrap
msgid ""
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs.pod:78
#, no-wrap
msgid ""
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs.pod:83
#, no-wrap
msgid ""
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs.pod:89
#, no-wrap
msgid ""
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs.pod:94
#, no-wrap
msgid ""
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs.pod:98
#, no-wrap
msgid ""
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs.pod:103
#, no-wrap
msgid ""
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs.pod:109
#, no-wrap
msgid ""
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs.pod:112
msgid ""
"The code above doesn't include any error checking. In real code you should "
msgstr ""
# type: =head2
+#. type: =head2
#: ../src/guestfs.pod:121
msgid "DISK IMAGES"
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs.pod:123
msgid ""
"The image filename (C<\"guest.img\"> in the example above) could be a disk "
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs.pod:129
msgid ""
"The call you should use in modern code for adding drives is L</"
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs.pod:133
#, no-wrap
msgid ""
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs.pod:137
msgid "You can add a disk read-only using:"
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs.pod:139
#, no-wrap
msgid ""
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs.pod:144
msgid ""
"or by calling the older function L</guestfs_add_drive_ro>. In either case "
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs.pod:147
msgid ""
"Be extremely cautious if the disk image is in use, eg. if it is being used "
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs.pod:151
msgid ""
"You must add at least one disk image, and you may add multiple disk images. "
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs.pod:156
msgid ""
"Once L</guestfs_launch> has been called you cannot add any more images. You "
msgstr ""
# type: =head2
+#. type: =head2
#: ../src/guestfs.pod:161
msgid "MOUNTING"
msgstr ""
-# type: textblock
+#. type: textblock
#: ../src/guestfs.pod:163
msgid ""
"Before you can read or write files, create directories and so on in a disk "
"image that contains filesystems, you have to mount those filesystems using "
-"L</guestfs_mount>. If you already know that a disk image contains (for "
-"example) one partition with a filesystem on that partition, then you can "
-"mount it directly:"
+"L</guestfs_mount_options> or L</guestfs_mount_ro>. If you already know that "
+"a disk image contains (for example) one partition with a filesystem on that "
+"partition, then you can mount it directly:"
msgstr ""
-# type: verbatim
-#: ../src/guestfs.pod:169
+#. type: verbatim
+#: ../src/guestfs.pod:170
#, no-wrap
msgid ""
-" guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
+" guestfs_mount_options (g, \"\", \"/dev/sda1\", \"/\");\n"
"\n"
msgstr ""
-# type: textblock
-#: ../src/guestfs.pod:171
+#. type: textblock
+#: ../src/guestfs.pod:172
msgid ""
"where C</dev/sda1> means literally the first partition (C<1>) of the first "
"disk image that we added (C</dev/sda>). If the disk contains Linux LVM2 "
-"logical volumes you could refer to those instead (eg. C</dev/VG/LV>)."
+"logical volumes you could refer to those instead (eg. C</dev/VG/LV>). Note "
+"that these are libguestfs virtual devices, and are nothing to do with host "
+"devices."
msgstr ""
-# type: textblock
-#: ../src/guestfs.pod:175
+#. type: textblock
+#: ../src/guestfs.pod:178
msgid ""
"If you are given a disk image and you don't know what it contains then you "
"have to find out. Libguestfs can do that too: use L</"
"guestfs_list_partitions> and L</guestfs_lvs> to list possible partitions and "
"LVs, and either try mounting each to see what is mountable, or else examine "
-"them with L</guestfs_vfs_type> or L</guestfs_file>. Libguestfs also has a "
-"set of APIs for inspection of disk images (see L</INSPECTION> below). But "
-"you might find it easier to look at higher level programs built on top of "
-"libguestfs, in particular L<virt-inspector(1)>."
+"them with L</guestfs_vfs_type> or L</guestfs_file>. To list just "
+"filesystems, use L</guestfs_list_filesystems>."
msgstr ""
-# type: textblock
-#: ../src/guestfs.pod:185
+#. type: textblock
+#: ../src/guestfs.pod:186
msgid ""
-"To mount a disk image read-only, use L</guestfs_mount_ro>. There are "
+"Libguestfs also has a set of APIs for inspection of unknown disk images (see "
+"L</INSPECTION> below). But you might find it easier to look at higher level "
+"programs built on top of libguestfs, in particular L<virt-inspector(1)>."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:191
+msgid ""
+"To mount a filesystem read-only, use L</guestfs_mount_ro>. There are "
"several other variations of the C<guestfs_mount_*> call."
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:188
+#. type: =head2
+#: ../src/guestfs.pod:194
msgid "FILESYSTEM ACCESS AND MODIFICATION"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:190
+#. type: textblock
+#: ../src/guestfs.pod:196
msgid ""
"The majority of the libguestfs API consists of fairly low-level calls for "
"accessing and modifying the files, directories, symlinks etc on mounted "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:196
+#. type: textblock
+#: ../src/guestfs.pod:202
msgid ""
"Specify filenames as full paths, starting with C<\"/\"> and including the "
"mount point."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:199
+#. type: textblock
+#: ../src/guestfs.pod:205
msgid ""
"For example, if you mounted a filesystem at C<\"/\"> and you want to read "
"the file called C<\"etc/passwd\"> then you could do:"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:202
+#. type: verbatim
+#: ../src/guestfs.pod:208
#, no-wrap
msgid ""
" char *data = guestfs_cat (g, \"/etc/passwd\");\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:204
+#. type: textblock
+#: ../src/guestfs.pod:210
msgid ""
"This would return C<data> as a newly allocated buffer containing the full "
"content of that file (with some conditions: see also L</DOWNLOADING> below), "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:208
+#. type: textblock
+#: ../src/guestfs.pod:214
msgid ""
"As another example, to create a top-level directory on that filesystem "
"called C<\"var\"> you would do:"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:211
+#. type: verbatim
+#: ../src/guestfs.pod:217
#, no-wrap
msgid ""
" guestfs_mkdir (g, \"/var\");\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:213
+#. type: textblock
+#: ../src/guestfs.pod:219
msgid "To create a symlink you could do:"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:215
+#. type: verbatim
+#: ../src/guestfs.pod:221
#, no-wrap
msgid ""
" guestfs_ln_s (g, \"/etc/init.d/portmap\",\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:218
+#. type: textblock
+#: ../src/guestfs.pod:224
msgid ""
"Libguestfs will reject attempts to use relative paths and there is no "
"concept of a current working directory."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:221
+#. type: textblock
+#: ../src/guestfs.pod:227
msgid ""
"Libguestfs can return errors in many situations: for example if the "
"filesystem isn't writable, or if a file or directory that you requested "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:227
+#. type: textblock
+#: ../src/guestfs.pod:233
msgid ""
"File writes are affected by the per-handle umask, set by calling L</"
"guestfs_umask> and defaulting to 022. See L</UMASK>."
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:230
+#. type: =head2
+#: ../src/guestfs.pod:236
msgid "PARTITIONING"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:232
+#. type: textblock
+#: ../src/guestfs.pod:238
msgid ""
"Libguestfs contains API calls to read, create and modify partition tables on "
"disk images."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:235
+#. type: textblock
+#: ../src/guestfs.pod:241
msgid ""
"In the common case where you want to create a single partition covering the "
"whole disk, you should use the L</guestfs_part_disk> call:"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:239
+#. type: verbatim
+#: ../src/guestfs.pod:245
#, no-wrap
msgid ""
" const char *parttype = \"mbr\";\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:244
+#. type: textblock
+#: ../src/guestfs.pod:250
msgid ""
"Obviously this effectively wipes anything that was on that disk image before."
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:247
+#. type: =head2
+#: ../src/guestfs.pod:253
msgid "LVM2"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:249
+#. type: textblock
+#: ../src/guestfs.pod:255
msgid ""
"Libguestfs provides access to a large part of the LVM2 API, such as L</"
"guestfs_lvcreate> and L</guestfs_vgremove>. It won't make much sense unless "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:254
+#. type: textblock
+#: ../src/guestfs.pod:260
msgid ""
"This author strongly recommends reading the LVM HOWTO, online at L<http://"
"tldp.org/HOWTO/LVM-HOWTO/>."
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:257
+#. type: =head2
+#: ../src/guestfs.pod:263
msgid "DOWNLOADING"
msgstr ""
-# type: textblock
-#: ../src/guestfs.pod:259
+#. type: textblock
+#: ../src/guestfs.pod:265
msgid ""
"Use L</guestfs_cat> to download small, text only files. This call is "
"limited to files which are less than 2 MB and which cannot contain any ASCII "
-"NUL (C<\\0>) characters. However it has a very simple to use API."
+"NUL (C<\\0>) characters. However the API is very simple to use."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:264
+#. type: textblock
+#: ../src/guestfs.pod:269
msgid ""
"L</guestfs_read_file> can be used to read files which contain arbitrary 8 "
"bit data, since it returns a (pointer, size) pair. However it is still "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:268
+#. type: textblock
+#: ../src/guestfs.pod:273
msgid ""
"L</guestfs_download> can be used to download any file, with no limits on "
"content or size (even files larger than 4 GB)."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:271
+#. type: textblock
+#: ../src/guestfs.pod:276
msgid ""
"To download multiple files, see L</guestfs_tar_out> and L</guestfs_tgz_out>."
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:274
+#. type: =head2
+#: ../src/guestfs.pod:279
msgid "UPLOADING"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:276
+#. type: textblock
+#: ../src/guestfs.pod:281
msgid ""
"It's often the case that you want to write a file or files to the disk image."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:279
+#. type: textblock
+#: ../src/guestfs.pod:284
msgid ""
"To write a small file with fixed content, use L</guestfs_write>. To create "
"a file of all zeroes, use L</guestfs_truncate_size> (sparse) or L</"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:285
+#. type: textblock
+#: ../src/guestfs.pod:290
msgid ""
"To upload a single file, use L</guestfs_upload>. This call has no limits on "
"file content or size (even files larger than 4 GB)."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:288
+#. type: textblock
+#: ../src/guestfs.pod:293
msgid ""
"To upload multiple files, see L</guestfs_tar_in> and L</guestfs_tgz_in>."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:290
+#. type: textblock
+#: ../src/guestfs.pod:295
msgid ""
"However the fastest way to upload I<large numbers of arbitrary files> is to "
"turn them into a squashfs or CD ISO (see L<mksquashfs(8)> and L<mkisofs(8)"
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:301
+#. type: =head2
+#: ../src/guestfs.pod:306
msgid "COPYING"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:303
+#. type: textblock
+#: ../src/guestfs.pod:308
msgid ""
"There are various different commands for copying between files and devices "
"and in and out of the guest filesystem. These are summarised in the table "
msgstr ""
# type: =item
-#: ../src/guestfs.pod:309
+#. type: =item
+#: ../src/guestfs.pod:314
msgid "B<file> to B<file>"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:311
+#. type: textblock
+#: ../src/guestfs.pod:316
msgid ""
"Use L</guestfs_cp> to copy a single file, or L</guestfs_cp_a> to copy "
"directories recursively."
msgstr ""
# type: =item
-#: ../src/guestfs.pod:314
+#. type: =item
+#: ../src/guestfs.pod:319
msgid "B<file or device> to B<file or device>"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:316
+#. type: textblock
+#: ../src/guestfs.pod:321
msgid ""
"Use L</guestfs_dd> which efficiently uses L<dd(1)> to copy between files and "
"devices in the guest."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:319
+#. type: textblock
+#: ../src/guestfs.pod:324
msgid "Example: duplicate the contents of an LV:"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:321
+#. type: verbatim
+#: ../src/guestfs.pod:326
#, no-wrap
msgid ""
" guestfs_dd (g, \"/dev/VG/Original\", \"/dev/VG/Copy\");\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:323
+#. type: textblock
+#: ../src/guestfs.pod:328
msgid ""
"The destination (C</dev/VG/Copy>) must be at least as large as the source "
"(C</dev/VG/Original>). To copy less than the whole source device, use L</"
msgstr ""
# type: =item
-#: ../src/guestfs.pod:327
+#. type: =item
+#: ../src/guestfs.pod:332
msgid "B<file on the host> to B<file or device>"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:329
+#. type: textblock
+#: ../src/guestfs.pod:334
msgid "Use L</guestfs_upload>. See L</UPLOADING> above."
msgstr ""
# type: =item
-#: ../src/guestfs.pod:331
+#. type: =item
+#: ../src/guestfs.pod:336
msgid "B<file or device> to B<file on the host>"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:333
+#. type: textblock
+#: ../src/guestfs.pod:338
msgid "Use L</guestfs_download>. See L</DOWNLOADING> above."
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:337
+#. type: =head2
+#: ../src/guestfs.pod:342
msgid "UPLOADING AND DOWNLOADING TO PIPES AND FILE DESCRIPTORS"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:339
+#. type: textblock
+#: ../src/guestfs.pod:344
msgid ""
"Calls like L</guestfs_upload>, L</guestfs_download>, L</guestfs_tar_in>, L</"
"guestfs_tar_out> etc appear to only take filenames as arguments, so it "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:347
+#. type: textblock
+#: ../src/guestfs.pod:352
msgid "For example, L<virt-cat(1)> writes its output to stdout by doing:"
msgstr ""
-# type: verbatim
-#: ../src/guestfs.pod:350
+#. type: verbatim
+#: ../src/guestfs.pod:355
#, no-wrap
msgid ""
-" guestfs_download (filename, \"/dev/stdout\");\n"
+" guestfs_download (g, filename, \"/dev/stdout\");\n"
"\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:352
+#. type: textblock
+#: ../src/guestfs.pod:357
msgid "and you can write tar output to a pipe C<fd> by doing:"
msgstr ""
-# type: verbatim
-#: ../src/guestfs.pod:354
+#. type: verbatim
+#: ../src/guestfs.pod:359
#, no-wrap
msgid ""
" char devfd[64];\n"
" snprintf (devfd, sizeof devfd, \"/dev/fd/%d\", fd);\n"
-" guestfs_tar_out (\"/\", devfd);\n"
+" guestfs_tar_out (g, \"/\", devfd);\n"
"\n"
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:358
+#. type: =head2
+#: ../src/guestfs.pod:363
msgid "LISTING FILES"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:360
+#. type: textblock
+#: ../src/guestfs.pod:365
msgid ""
"L</guestfs_ll> is just designed for humans to read (mainly when using the "
"L<guestfish(1)>-equivalent command C<ll>)."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:363
+#. type: textblock
+#: ../src/guestfs.pod:368
msgid ""
"L</guestfs_ls> is a quick way to get a list of files in a directory from "
"programs, as a flat list of strings."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:366
+#. type: textblock
+#: ../src/guestfs.pod:371
msgid ""
"L</guestfs_readdir> is a programmatic way to get a list of files in a "
"directory, plus additional information about each one. It is more "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:370
+#. type: textblock
+#: ../src/guestfs.pod:375
msgid ""
"L</guestfs_find> and L</guestfs_find0> can be used to recursively list files."
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:373
+#. type: =head2
+#: ../src/guestfs.pod:378
msgid "RUNNING COMMANDS"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:375
+#. type: textblock
+#: ../src/guestfs.pod:380
msgid ""
"Although libguestfs is primarily an API for manipulating files inside guest "
"images, we also provide some limited facilities for running commands inside "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:379
+#. type: textblock
+#: ../src/guestfs.pod:384
msgid "There are many limitations to this:"
msgstr ""
# type: =item
-#: ../src/guestfs.pod:383 ../src/guestfs.pod:388 ../src/guestfs.pod:393
-#: ../src/guestfs.pod:397 ../src/guestfs.pod:402 ../src/guestfs.pod:406
-#: ../src/guestfs.pod:411 ../src/guestfs.pod:416 ../src/guestfs.pod:1006
-#: ../src/guestfs.pod:1010 ../src/guestfs.pod:1014 ../src/guestfs.pod:1019
-#: ../src/guestfs.pod:1027 ../src/guestfs.pod:1046 ../src/guestfs.pod:1054
-#: ../src/guestfs.pod:1076 ../src/guestfs.pod:1080 ../src/guestfs.pod:1084
-#: ../src/guestfs.pod:1088 ../src/guestfs.pod:1092 ../src/guestfs.pod:1096
-#: ../src/guestfs.pod:1578 ../src/guestfs.pod:1583 ../src/guestfs.pod:1587
-#: ../src/guestfs.pod:1697 ../src/guestfs.pod:1702 ../src/guestfs.pod:1706
-#: ../src/guestfs.pod:2058 ../src/guestfs.pod:2064 ../src/guestfs.pod:2069
-#: ../src/guestfs.pod:2075 ../src/guestfs.pod:2187 ../src/guestfs.pod:2191
-#: ../src/guestfs.pod:2195 ../src/guestfs.pod:2199
+#. type: =item
+#: ../src/guestfs.pod:388 ../src/guestfs.pod:393 ../src/guestfs.pod:398
+#: ../src/guestfs.pod:402 ../src/guestfs.pod:407 ../src/guestfs.pod:411
+#: ../src/guestfs.pod:416 ../src/guestfs.pod:421 ../src/guestfs.pod:1011
+#: ../src/guestfs.pod:1015 ../src/guestfs.pod:1019 ../src/guestfs.pod:1024
+#: ../src/guestfs.pod:1032 ../src/guestfs.pod:1051 ../src/guestfs.pod:1059
+#: ../src/guestfs.pod:1081 ../src/guestfs.pod:1085 ../src/guestfs.pod:1089
+#: ../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-actions.pod:15 ../src/guestfs-actions.pod:22
-#: ../src/guestfs-actions.pod:571 ../src/guestfs-actions.pod:579
-#: ../src/guestfs-actions.pod:586 ../src/guestfs-actions.pod:593
-#: ../src/guestfs-actions.pod:1589 ../src/guestfs-actions.pod:1593
-#: ../src/guestfs-actions.pod:1597 ../src/guestfs-actions.pod:1601
-#: ../src/guestfs-actions.pod:1609 ../src/guestfs-actions.pod:1613
-#: ../src/guestfs-actions.pod:1617 ../src/guestfs-actions.pod:1627
-#: ../src/guestfs-actions.pod:1631 ../src/guestfs-actions.pod:1635
-#: ../src/guestfs-actions.pod:1773 ../src/guestfs-actions.pod:1777
-#: ../src/guestfs-actions.pod:1782 ../src/guestfs-actions.pod:1787
-#: ../src/guestfs-actions.pod:1848 ../src/guestfs-actions.pod:1852
-#: ../src/guestfs-actions.pod:1857 ../fish/guestfish.pod:427
+#: ../src/guestfs-actions.pod:569 ../src/guestfs-actions.pod:577
+#: ../src/guestfs-actions.pod:584 ../src/guestfs-actions.pod:591
+#: ../src/guestfs-actions.pod:1587 ../src/guestfs-actions.pod:1591
+#: ../src/guestfs-actions.pod:1595 ../src/guestfs-actions.pod:1599
+#: ../src/guestfs-actions.pod:1607 ../src/guestfs-actions.pod:1611
+#: ../src/guestfs-actions.pod:1615 ../src/guestfs-actions.pod:1625
+#: ../src/guestfs-actions.pod:1629 ../src/guestfs-actions.pod:1633
+#: ../src/guestfs-actions.pod:1771 ../src/guestfs-actions.pod:1775
+#: ../src/guestfs-actions.pod:1780 ../src/guestfs-actions.pod:1785
+#: ../src/guestfs-actions.pod:1846 ../src/guestfs-actions.pod:1850
+#: ../src/guestfs-actions.pod:1855 ../fish/guestfish.pod:427
#: ../fish/guestfish.pod:431 ../fish/guestfish.pod:435
#: ../fish/guestfish.pod:439 ../fish/guestfish-actions.pod:13
-#: ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:375
-#: ../fish/guestfish-actions.pod:383 ../fish/guestfish-actions.pod:390
-#: ../fish/guestfish-actions.pod:397 ../fish/guestfish-actions.pod:1067
-#: ../fish/guestfish-actions.pod:1071 ../fish/guestfish-actions.pod:1075
-#: ../fish/guestfish-actions.pod:1079 ../fish/guestfish-actions.pod:1087
-#: ../fish/guestfish-actions.pod:1091 ../fish/guestfish-actions.pod:1095
-#: ../fish/guestfish-actions.pod:1105 ../fish/guestfish-actions.pod:1109
-#: ../fish/guestfish-actions.pod:1113 ../fish/guestfish-actions.pod:1203
-#: ../fish/guestfish-actions.pod:1207 ../fish/guestfish-actions.pod:1212
-#: ../fish/guestfish-actions.pod:1217 ../fish/guestfish-actions.pod:1259
-#: ../fish/guestfish-actions.pod:1263 ../fish/guestfish-actions.pod:1268
+#: ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:373
+#: ../fish/guestfish-actions.pod:381 ../fish/guestfish-actions.pod:388
+#: ../fish/guestfish-actions.pod:395 ../fish/guestfish-actions.pod:1065
+#: ../fish/guestfish-actions.pod:1069 ../fish/guestfish-actions.pod:1073
+#: ../fish/guestfish-actions.pod:1077 ../fish/guestfish-actions.pod:1085
+#: ../fish/guestfish-actions.pod:1089 ../fish/guestfish-actions.pod:1093
+#: ../fish/guestfish-actions.pod:1103 ../fish/guestfish-actions.pod:1107
+#: ../fish/guestfish-actions.pod:1111 ../fish/guestfish-actions.pod:1201
+#: ../fish/guestfish-actions.pod:1205 ../fish/guestfish-actions.pod:1210
+#: ../fish/guestfish-actions.pod:1215 ../fish/guestfish-actions.pod:1257
+#: ../fish/guestfish-actions.pod:1261 ../fish/guestfish-actions.pod:1266
#: ../tools/virt-win-reg.pl:536 ../tools/virt-win-reg.pl:542
#: ../tools/virt-win-reg.pl:548 ../tools/virt-resize.pl:345
#: ../tools/virt-resize.pl:350 ../tools/virt-resize.pl:360
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:385
+#. type: textblock
+#: ../src/guestfs.pod:390
msgid ""
"The kernel version that the command runs under will be different from what "
"it expects."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:390
+#. type: textblock
+#: ../src/guestfs.pod:395
msgid ""
"If the command needs to communicate with daemons, then most likely they "
"won't be running."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:395
+#. type: textblock
+#: ../src/guestfs.pod:400
msgid "The command will be running in limited memory."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:399
+#. type: textblock
+#: ../src/guestfs.pod:404
msgid ""
"The network may not be available unless you enable it (see L</"
"guestfs_set_network>)."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:404
+#. type: textblock
+#: ../src/guestfs.pod:409
msgid "Only supports Linux guests (not Windows, BSD, etc)."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:408
+#. type: textblock
+#: ../src/guestfs.pod:413
msgid ""
"Architecture limitations (eg. won't work for a PPC guest on an X86 host)."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:413
+#. type: textblock
+#: ../src/guestfs.pod:418
msgid ""
"For SELinux guests, you may need to enable SELinux and load policy first. "
"See L</SELINUX> in this manpage."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:418
+#. type: textblock
+#: ../src/guestfs.pod:423
msgid ""
"I<Security:> It is not safe to run commands from untrusted, possibly "
"malicious guests. These commands may attempt to exploit your program by "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:427
+#. type: textblock
+#: ../src/guestfs.pod:432
msgid ""
"A secure alternative is to use libguestfs to install a \"firstboot\" script "
"(a script which runs when the guest next boots normally), and to have this "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:435
+#. type: textblock
+#: ../src/guestfs.pod:440
msgid ""
"The two main API calls to run commands are L</guestfs_command> and L</"
"guestfs_sh> (there are also variations)."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:438
+#. type: textblock
+#: ../src/guestfs.pod:443
msgid ""
"The difference is that L</guestfs_sh> runs commands using the shell, so any "
"shell globs, redirections, etc will work."
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:441
+#. type: =head2
+#: ../src/guestfs.pod:446
msgid "CONFIGURATION FILES"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:443
+#. type: textblock
+#: ../src/guestfs.pod:448
msgid ""
"To read and write configuration files in Linux guest filesystems, we "
"strongly recommend using Augeas. For example, Augeas understands how to "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:448
+#. type: textblock
+#: ../src/guestfs.pod:453
msgid ""
"The main Augeas calls are bound through the C<guestfs_aug_*> APIs. We don't "
"document Augeas itself here because there is excellent documentation on the "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:452
+#. type: textblock
+#: ../src/guestfs.pod:457
msgid ""
"If you don't want to use Augeas (you fool!) then try calling L</"
"guestfs_read_lines> to get the file as a list of lines which you can iterate "
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:456
+#. type: =head2
+#: ../src/guestfs.pod:461
msgid "SELINUX"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:458
+#. type: textblock
+#: ../src/guestfs.pod:463
msgid ""
"We support SELinux guests. To ensure that labeling happens correctly in "
"SELinux guests, you need to enable SELinux and load the guest's policy:"
msgstr ""
# type: =item
-#: ../src/guestfs.pod:464 ../src/guestfs.pod:1199 ../src/guestfs.pod:1330
+#. type: =item
+#: ../src/guestfs.pod:469 ../src/guestfs.pod:1204 ../src/guestfs.pod:1335
+#: ../src/guestfs.pod:2108
msgid "1."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:466
+#. type: textblock
+#: ../src/guestfs.pod:471
msgid "Before launching, do:"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:468
+#. type: verbatim
+#: ../src/guestfs.pod:473
#, no-wrap
msgid ""
" guestfs_set_selinux (g, 1);\n"
msgstr ""
# type: =item
-#: ../src/guestfs.pod:470 ../src/guestfs.pod:1203 ../src/guestfs.pod:1334
+#. type: =item
+#: ../src/guestfs.pod:475 ../src/guestfs.pod:1208 ../src/guestfs.pod:1339
+#: ../src/guestfs.pod:2133
msgid "2."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:472
+#. type: textblock
+#: ../src/guestfs.pod:477
msgid ""
"After mounting the guest's filesystem(s), load the policy. This is best "
"done by running the L<load_policy(8)> command in the guest itself:"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:476
+#. type: verbatim
+#: ../src/guestfs.pod:481
#, no-wrap
msgid ""
" guestfs_sh (g, \"/usr/sbin/load_policy\");\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:478
+#. type: textblock
+#: ../src/guestfs.pod:483
msgid ""
"(Older versions of C<load_policy> require you to specify the name of the "
"policy file)."
msgstr ""
# type: =item
-#: ../src/guestfs.pod:481 ../src/guestfs.pod:1340
+#. type: =item
+#: ../src/guestfs.pod:486 ../src/guestfs.pod:1345
msgid "3."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:483
+#. type: textblock
+#: ../src/guestfs.pod:488
msgid ""
"Optionally, set the security context for the API. The correct security "
"context to use can only be known by inspecting the guest. As an example:"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:487
+#. type: verbatim
+#: ../src/guestfs.pod:492
#, no-wrap
msgid ""
" guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:491
+#. type: textblock
+#: ../src/guestfs.pod:496
msgid "This will work for running commands and editing existing files."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:493
+#. type: textblock
+#: ../src/guestfs.pod:498
msgid ""
"When new files are created, you may need to label them explicitly, for "
"example by running the external command C<restorecon pathname>."
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:497
+#. type: =head2
+#: ../src/guestfs.pod:502
msgid "UMASK"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:499
+#. type: textblock
+#: ../src/guestfs.pod:504
msgid ""
"Certain calls are affected by the current file mode creation mask (the "
"\"umask\"). In particular ones which create files or directories, such as "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:505
+#. type: textblock
+#: ../src/guestfs.pod:510
msgid ""
"The default umask is C<022>, so files are created with modes such as C<0644> "
"and directories with C<0755>."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:508
+#. type: textblock
+#: ../src/guestfs.pod:513
msgid ""
"There are two ways to avoid being affected by umask. Either set umask to 0 "
"(call C<guestfs_umask (g, 0)> early after launching). Or call L</"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:512
+#. type: textblock
+#: ../src/guestfs.pod:517
msgid "For more information about umask, see L<umask(2)>."
msgstr ""
# type: =head1
-#: ../src/guestfs.pod:514 ../fish/guestfish.pod:720
+#. type: =head1
+#: ../src/guestfs.pod:519 ../fish/guestfish.pod:720
msgid "ENCRYPTED DISKS"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:516
+#. type: textblock
+#: ../src/guestfs.pod:521
msgid ""
"Libguestfs allows you to access Linux guests which have been encrypted using "
"whole disk encryption that conforms to the Linux Unified Key Setup (LUKS) "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:522
+#. type: textblock
+#: ../src/guestfs.pod:527
msgid ""
"Use L</guestfs_vfs_type> to identify LUKS-encrypted block devices (it "
"returns the string C<crypto_LUKS>)."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:525
+#. type: textblock
+#: ../src/guestfs.pod:530
msgid ""
"Then open these devices by calling L</guestfs_luks_open>. Obviously you "
"will require the passphrase!"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:528
+#. type: textblock
+#: ../src/guestfs.pod:533
msgid ""
"Opening a LUKS device creates a new device mapper device called C</dev/"
"mapper/mapname> (where C<mapname> is the string you supply to L</"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:534
+#. type: textblock
+#: ../src/guestfs.pod:539
msgid ""
"LVM volume groups on the device can be made visible by calling L</"
"guestfs_vgscan> followed by L</guestfs_vg_activate_all>. The logical volume"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:538
+#. type: textblock
+#: ../src/guestfs.pod:543
msgid ""
"Use the reverse process to close a LUKS device. Unmount any logical volumes "
"on it, deactivate the volume groups by caling C<guestfs_vg_activate (g, 0, "
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:545
+#. type: =head2
+#: ../src/guestfs.pod:550
msgid "INSPECTION"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:547
+#. type: textblock
+#: ../src/guestfs.pod:552
msgid ""
"Libguestfs has APIs for inspecting an unknown disk image to find out if it "
"contains operating systems. (These APIs used to be in a separate Perl-only "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:553
+#. type: textblock
+#: ../src/guestfs.pod:558
msgid ""
"Add all disks belonging to the unknown virtual machine and call L</"
"guestfs_launch> in the usual way."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:556
+#. type: textblock
+#: ../src/guestfs.pod:561
msgid ""
"Then call L</guestfs_inspect_os>. This function uses other libguestfs calls "
"and certain heuristics, and returns a list of operating systems that were "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:565
+#. type: textblock
+#: ../src/guestfs.pod:570
msgid ""
"For each root, you can then call various C<guestfs_inspect_get_*> functions "
"to get additional details about that operating system. For example, call L</"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:571
+#. type: textblock
+#: ../src/guestfs.pod:576
msgid ""
"Un*x-like and Linux-based operating systems usually consist of several "
"filesystems which are mounted at boot time (for example, a separate boot "
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:578
+#. type: verbatim
+#: ../src/guestfs.pod:583
#, no-wrap
msgid ""
" /boot => /dev/sda1\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:582
+#. type: textblock
+#: ../src/guestfs.pod:587
msgid ""
"The caller can then make calls to L</guestfs_mount_options> to mount the "
"filesystems as suggested."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:585
+#. type: textblock
+#: ../src/guestfs.pod:590
msgid ""
"Be careful to mount filesystems in the right order (eg. C</> before C</"
"usr>). Sorting the keys of the hash by length, shortest first, should work."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:589
+#. type: textblock
+#: ../src/guestfs.pod:594
msgid ""
"Inspection currently only works for some common operating systems. "
"Contributors are welcome to send patches for other operating systems that we "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:593
+#. type: textblock
+#: ../src/guestfs.pod:598
msgid ""
"Encrypted disks must be opened before inspection. See L</ENCRYPTED DISKS> "
"for more details. The L</guestfs_inspect_os> function just ignores any "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:597
+#. type: textblock
+#: ../src/guestfs.pod:602
msgid ""
"A note on the implementation: The call L</guestfs_inspect_os> performs "
"inspection and caches the results in the guest handle. Subsequent calls to "
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:606
+#. type: =head2
+#: ../src/guestfs.pod:611
msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:608
+#. type: textblock
+#: ../src/guestfs.pod:613
msgid ""
"Libguestfs can mount NTFS partitions. It does this using the L<http://www."
"ntfs-3g.org/> driver."
msgstr ""
# type: =head3
-#: ../src/guestfs.pod:611
+#. type: =head3
+#: ../src/guestfs.pod:616
msgid "DRIVE LETTERS AND PATHS"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:613
+#. type: textblock
+#: ../src/guestfs.pod:618
msgid ""
"DOS and Windows still use drive letters, and the filesystems are always "
"treated as case insensitive by Windows itself, and therefore you might find "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:619
+#. type: textblock
+#: ../src/guestfs.pod:624
msgid ""
"Drive letter mappings are outside the scope of libguestfs. You have to use "
"libguestfs to read the appropriate Windows Registry and configuration files, "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:624
+#. type: textblock
+#: ../src/guestfs.pod:629
msgid ""
"Replacing backslash characters with forward slash characters is also outside "
"the scope of libguestfs, but something that you can easily do."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:627
+#. type: textblock
+#: ../src/guestfs.pod:632
msgid ""
"Where we can help is in resolving the case insensitivity of paths. For "
"this, call L</guestfs_case_sensitive_path>."
msgstr ""
# type: =head3
-#: ../src/guestfs.pod:630
+#. type: =head3
+#: ../src/guestfs.pod:635
msgid "ACCESSING THE WINDOWS REGISTRY"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:632
+#. type: textblock
+#: ../src/guestfs.pod:637
msgid ""
"Libguestfs also provides some help for decoding Windows Registry \"hive\" "
"files, through the library C<hivex> which is part of the libguestfs project "
msgstr ""
# type: =head3
-#: ../src/guestfs.pod:640
+#. type: =head3
+#: ../src/guestfs.pod:645
msgid "SYMLINKS ON NTFS-3G FILESYSTEMS"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:642
+#. type: textblock
+#: ../src/guestfs.pod:647
msgid ""
"Ntfs-3g tries to rewrite \"Junction Points\" and NTFS \"symbolic links\" to "
"provide something which looks like a Linux symlink. The way it tries to do "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:646
+#. type: textblock
+#: ../src/guestfs.pod:651
msgid ""
"L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-"
"symbolic-links/>"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:648
+#. type: textblock
+#: ../src/guestfs.pod:653
msgid ""
"The essential problem is that ntfs-3g simply does not have enough "
"information to do a correct job. NTFS links can contain drive letters and "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:655
+#. type: textblock
+#: ../src/guestfs.pod:660
msgid ""
"Instead if you encounter a symbolic link on an ntfs-3g filesystem, use L</"
"guestfs_lgetxattr> to read the C<system.ntfs_reparse_data> extended "
msgstr ""
# type: =head3
-#: ../src/guestfs.pod:660
+#. type: =head3
+#: ../src/guestfs.pod:665
msgid "EXTENDED ATTRIBUTES ON NTFS-3G FILESYSTEMS"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:662
+#. type: textblock
+#: ../src/guestfs.pod:667
msgid ""
"There are other useful extended attributes that can be read from ntfs-3g "
"filesystems (using L</guestfs_getxattr>). See:"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:665
+#. type: textblock
+#: ../src/guestfs.pod:670
msgid ""
"L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:667
+#. type: =head2
+#: ../src/guestfs.pod:672
msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:669
+#. type: textblock
+#: ../src/guestfs.pod:674
msgid ""
"Although we don't want to discourage you from using the C API, we will "
"mention here that the same API is also available in other languages."
msgstr ""
-# type: textblock
-#: ../src/guestfs.pod:672
+#. type: textblock
+#: ../src/guestfs.pod:677
msgid ""
"The API is broadly identical in all supported languages. This means that "
-"the C call C<guestfs_mount(g,path)> is C<$g-E<gt>mount($path)> in Perl, C<g."
-"mount(path)> in Python, and C<Guestfs.mount g path> in OCaml. In other "
-"words, a straightforward, predictable isomorphism between each language."
+"the C call C<guestfs_add_drive_ro(g,file)> is C<$g-E<gt>add_drive_ro($file)> "
+"in Perl, C<g.add_drive_ro(file)> in Python, and C<g#add_drive_ro file> in "
+"OCaml. In other words, a straightforward, predictable isomorphism between "
+"each language."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:678
+#. type: textblock
+#: ../src/guestfs.pod:683
msgid ""
"Error messages are automatically transformed into exceptions if the language "
"supports it."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:681
+#. type: textblock
+#: ../src/guestfs.pod:686
msgid ""
"We don't try to \"object orientify\" parts of the API in OO languages, "
"although contributors are welcome to write higher level APIs above what we "
msgstr ""
# type: =item
-#: ../src/guestfs.pod:687
+#. type: =item
+#: ../src/guestfs.pod:692
msgid "B<C++>"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:689
+#. type: textblock
+#: ../src/guestfs.pod:694
msgid ""
"You can use the I<guestfs.h> header file from C++ programs. The C++ API is "
"identical to the C API. C++ classes and exceptions are not used."
msgstr ""
# type: =item
-#: ../src/guestfs.pod:693
+#. type: =item
+#: ../src/guestfs.pod:698
msgid "B<C#>"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:695
+#. type: textblock
+#: ../src/guestfs.pod:700
msgid ""
"The C# bindings are highly experimental. Please read the warnings at the "
"top of C<csharp/Libguestfs.cs>."
msgstr ""
# type: =item
-#: ../src/guestfs.pod:698
+#. type: =item
+#: ../src/guestfs.pod:703
msgid "B<Haskell>"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:700
+#. type: textblock
+#: ../src/guestfs.pod:705
msgid ""
"This is the only language binding that is working but incomplete. Only "
"calls which return simple integers have been bound in Haskell, and we are "
msgstr ""
# type: =item
-#: ../src/guestfs.pod:704
+#. type: =item
+#: ../src/guestfs.pod:709
msgid "B<Java>"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:706
+#. type: textblock
+#: ../src/guestfs.pod:711
msgid ""
"Full documentation is contained in the Javadoc which is distributed with "
"libguestfs."
msgstr ""
# type: =item
-#: ../src/guestfs.pod:709
+#. type: =item
+#: ../src/guestfs.pod:714
msgid "B<OCaml>"
msgstr ""
-# type: textblock
-#: ../src/guestfs.pod:711
-msgid "For documentation see L<guestfs-ocaml(3)>."
+#. type: textblock
+#: ../src/guestfs.pod:716
+msgid "See L<guestfs-ocaml(3)>."
msgstr ""
# type: =item
-#: ../src/guestfs.pod:713
+#. type: =item
+#: ../src/guestfs.pod:718
msgid "B<Perl>"
msgstr ""
-# type: textblock
-#: ../src/guestfs.pod:715
-msgid "For documentation see L<Sys::Guestfs(3)>."
+#. type: textblock
+#: ../src/guestfs.pod:720
+msgid "See L<Sys::Guestfs(3)>."
msgstr ""
# type: =item
-#: ../src/guestfs.pod:717
+#. type: =item
+#: ../src/guestfs.pod:722
msgid "B<PHP>"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:719
+#. type: textblock
+#: ../src/guestfs.pod:724
msgid ""
"For documentation see C<README-PHP> supplied with libguestfs sources or in "
"the php-libguestfs package for your distribution."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:722
+#. type: textblock
+#: ../src/guestfs.pod:727
msgid "The PHP binding only works correctly on 64 bit machines."
msgstr ""
# type: =item
-#: ../src/guestfs.pod:724
+#. type: =item
+#: ../src/guestfs.pod:729
msgid "B<Python>"
msgstr ""
-# type: textblock
-#: ../src/guestfs.pod:726
-msgid "For documentation see L<guestfs-python(3)>."
+#. type: textblock
+#: ../src/guestfs.pod:731
+msgid "See L<guestfs-python(3)>."
msgstr ""
# type: =item
-#: ../src/guestfs.pod:728
+#. type: =item
+#: ../src/guestfs.pod:733
msgid "B<Ruby>"
msgstr ""
-# type: textblock
-#: ../src/guestfs.pod:730
-msgid "For documentation see L<guestfs-ruby(3)>."
+#. type: textblock
+#: ../src/guestfs.pod:735
+msgid "See L<guestfs-ruby(3)>."
msgstr ""
# type: =item
-#: ../src/guestfs.pod:732
+#. type: =item
+#: ../src/guestfs.pod:737
msgid "B<shell scripts>"
msgstr ""
-# type: textblock
-#: ../src/guestfs.pod:734
-msgid "For documentation see L<guestfish(1)>."
+#. type: textblock
+#: ../src/guestfs.pod:739
+msgid "See L<guestfish(1)>."
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:738
+#. type: =head2
+#: ../src/guestfs.pod:743
msgid "LIBGUESTFS GOTCHAS"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:740
+#. type: textblock
+#: ../src/guestfs.pod:745
msgid ""
"L<http://en.wikipedia.org/wiki/Gotcha_(programming)>: \"A feature of a "
"system [...] that works in the way it is documented but is counterintuitive "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:744
+#. type: textblock
+#: ../src/guestfs.pod:749
msgid ""
"Since we developed libguestfs and the associated tools, there are several "
"things we would have designed differently, but are now stuck with for "
msgstr ""
# type: =item
-#: ../src/guestfs.pod:752
+#. type: =item
+#: ../src/guestfs.pod:757
msgid "Autosync / forgetting to sync."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:754
+#. type: textblock
+#: ../src/guestfs.pod:759
msgid ""
"When modifying a filesystem from C or another language, you B<must> unmount "
"all filesystems and call L</guestfs_sync> explicitly before you close the "
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:758
+#. type: verbatim
+#: ../src/guestfs.pod:763
#, no-wrap
msgid ""
" guestfs_set_autosync (g, 1);\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:760
+#. type: textblock
+#: ../src/guestfs.pod:765
msgid ""
"to have the unmount/sync done automatically for you when the handle 'g' is "
"closed. (This feature is called \"autosync\", L</guestfs_set_autosync> q.v.)"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:764
+#. type: textblock
+#: ../src/guestfs.pod:769
msgid ""
"If you forget to do this, then it is entirely possible that your changes "
"won't be written out, or will be partially written, or (very rarely) that "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:768
+#. type: textblock
+#: ../src/guestfs.pod:773
msgid ""
"Note that in L<guestfish(3)> autosync is the default. So quick and dirty "
"guestfish scripts that forget to sync will work just fine, which can make "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:772
+#. type: textblock
+#: ../src/guestfs.pod:777
msgid ""
"Update: Autosync is enabled by default for all API users starting from "
"libguestfs 1.5.24."
msgstr ""
# type: =item
-#: ../src/guestfs.pod:775
+#. type: =item
+#: ../src/guestfs.pod:780
msgid "Mount option C<-o sync> should not be the default."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:777
+#. type: textblock
+#: ../src/guestfs.pod:782
msgid ""
"If you use L</guestfs_mount>, then C<-o sync,noatime> are added implicitly. "
"However C<-o sync> does not add any reliability benefit, but does have a "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:781
+#. type: textblock
+#: ../src/guestfs.pod:786
msgid ""
"The work around is to use L</guestfs_mount_options> and set the mount "
"options that you actually want to use."
msgstr ""
# type: =item
-#: ../src/guestfs.pod:784
+#. type: =item
+#: ../src/guestfs.pod:789
msgid "Read-only should be the default."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:786
+#. type: textblock
+#: ../src/guestfs.pod:791
msgid ""
"In L<guestfish(3)>, I<--ro> should be the default, and you should have to "
"specify I<--rw> if you want to make changes to the image."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:789
+#. type: textblock
+#: ../src/guestfs.pod:794
msgid "This would reduce the potential to corrupt live VM images."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:791
+#. type: textblock
+#: ../src/guestfs.pod:796
msgid ""
"Note that many filesystems change the disk when you just mount and unmount, "
"even if you didn't perform any writes. You need to use L</"
msgstr ""
# type: =item
-#: ../src/guestfs.pod:795
+#. type: =item
+#: ../src/guestfs.pod:800
msgid "guestfish command line is hard to use."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:797
+#. type: textblock
+#: ../src/guestfs.pod:802
msgid ""
"C<guestfish disk.img> doesn't do what people expect (open C<disk.img> for "
"examination). It tries to run a guestfish command C<disk.img> which doesn't "
msgstr ""
# type: =item
-#: ../src/guestfs.pod:804
+#. type: =item
+#: ../src/guestfs.pod:809
msgid "guestfish megabyte modifiers don't work right on all commands"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:806
+#. type: textblock
+#: ../src/guestfs.pod:811
msgid ""
"In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for "
"other modifiers). What guestfish actually does is to multiply the number "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:813
+#. type: textblock
+#: ../src/guestfs.pod:818
msgid "The most common is L</guestfs_lvcreate>. The guestfish command:"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:815
+#. type: verbatim
+#: ../src/guestfs.pod:820
#, no-wrap
msgid ""
" lvcreate LV VG 100M\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:817
+#. type: textblock
+#: ../src/guestfs.pod:822
msgid ""
"does not do what you might expect. Instead because L</guestfs_lvcreate> is "
"already expecting megabytes, this tries to create a 100 I<terabyte> (100 "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:822
+#. type: textblock
+#: ../src/guestfs.pod:827
msgid ""
"This could be fixed in the generator by specially marking parameters and "
"return values which take bytes or other units."
msgstr ""
# type: =item
-#: ../src/guestfs.pod:825
+#. type: =item
+#: ../src/guestfs.pod:830
msgid "Ambiguity between devices and paths"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:827
+#. type: textblock
+#: ../src/guestfs.pod:832
msgid ""
"There is a subtle ambiguity in the API between a device name (eg. C</dev/"
"sdb2>) and a similar pathname. A file might just happen to be called "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:832
+#. type: textblock
+#: ../src/guestfs.pod:837
msgid ""
"In the current API we usually resolve this ambiguity by having two separate "
"calls, for example L</guestfs_checksum> and L</guestfs_checksum_device>. "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:838
+#. type: textblock
+#: ../src/guestfs.pod:843
msgid ""
"To avoid both the ambiguity and the need to duplicate some calls, we could "
"make paths/devices into structured names. One way to do this would be to "
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:844
+#. type: verbatim
+#: ../src/guestfs.pod:849
#, no-wrap
msgid ""
" type path = Path of string | Device of int | Partition of int * int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:846
+#. type: textblock
+#: ../src/guestfs.pod:851
msgid "which would allow you to pass arguments like:"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:848
+#. type: verbatim
+#: ../src/guestfs.pod:853
#, no-wrap
msgid ""
" Path \"/foo/bar\"\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:853
+#. type: textblock
+#: ../src/guestfs.pod:858
msgid ""
"As you can see there are still problems to resolve even with this "
"representation. Also consider how it might work in guestfish."
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:858
+#. type: =head2
+#: ../src/guestfs.pod:863
msgid "PROTOCOL LIMITS"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:860
+#. type: textblock
+#: ../src/guestfs.pod:865
msgid ""
"Internally libguestfs uses a message-based protocol to pass API calls and "
"their responses to and from a small \"appliance\" (see L</INTERNALS> for "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:868
+#. type: textblock
+#: ../src/guestfs.pod:873
msgid ""
"A simple call such as L</guestfs_cat> returns its result (the file data) in "
"a simple string. Because this string is at some point internally encoded as "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:874
+#. type: textblock
+#: ../src/guestfs.pod:879
msgid ""
"In order to transfer large files into and out of the guest filesystem, you "
"need to use particular calls that support this. The sections L</UPLOADING> "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:878
+#. type: textblock
+#: ../src/guestfs.pod:883
msgid ""
"You might also consider mounting the disk image using our FUSE filesystem "
"support (L<guestmount(1)>)."
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:881
+#. type: =head2
+#: ../src/guestfs.pod:886
msgid "KEYS AND PASSPHRASES"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:883
+#. type: textblock
+#: ../src/guestfs.pod:888
msgid ""
"Certain libguestfs calls take a parameter that contains sensitive key "
"material, passed in as a C string."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:886
+#. type: textblock
+#: ../src/guestfs.pod:891
msgid ""
"In the future we would hope to change the libguestfs implementation so that "
"keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:891
+#. type: textblock
+#: ../src/guestfs.pod:896
msgid ""
"Therefore you should be aware that any key parameter you pass to libguestfs "
"might end up being written out to the swap partition. If this is a concern, "
msgstr ""
# type: =head1
-#: ../src/guestfs.pod:896
+#. type: =head2
+#: ../src/guestfs.pod:901
msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:898
+#. type: textblock
+#: ../src/guestfs.pod:903
msgid ""
"All high-level libguestfs actions are synchronous. If you want to use "
"libguestfs asynchronously then you must create a thread."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:901
+#. type: textblock
+#: ../src/guestfs.pod:906
msgid ""
"Only use the handle from a single thread. Either use the handle exclusively "
"from one thread, or provide your own mutex so that two threads cannot issue "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:905
+#. type: textblock
+#: ../src/guestfs.pod:910
msgid ""
"See the graphical program guestfs-browser for one possible architecture for "
"multithreaded programs using libvirt and libguestfs."
msgstr ""
# type: =head1
-#: ../src/guestfs.pod:908
+#. type: =head2
+#: ../src/guestfs.pod:913
msgid "PATH"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:910
+#. type: textblock
+#: ../src/guestfs.pod:915
msgid ""
"Libguestfs needs a kernel and initrd.img, which it finds by looking along an "
"internal path."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:913
+#. type: textblock
+#: ../src/guestfs.pod:918
msgid ""
"By default it looks for these in the directory C<$libdir/guestfs> (eg. C</"
"usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:916
+#. type: textblock
+#: ../src/guestfs.pod:921
msgid ""
"Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
"to change the directories that libguestfs will search in. The value is a "
msgstr ""
# type: =head1
-#: ../src/guestfs.pod:923
+#. type: =head2
+#: ../src/guestfs.pod:928
msgid "QEMU WRAPPERS"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:925
+#. type: textblock
+#: ../src/guestfs.pod:930
msgid ""
"If you want to compile your own qemu, run qemu from a non-standard location, "
"or pass extra arguments to qemu, then you can write a shell-script wrapper "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:929
+#. type: textblock
+#: ../src/guestfs.pod:934
msgid ""
"There is one important rule to remember: you I<must C<exec qemu>> as the "
"last command in the shell script (so that qemu replaces the shell and "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:934
+#. type: textblock
+#: ../src/guestfs.pod:939
msgid ""
"Here is an example of a wrapper, where I have built my own copy of qemu from "
"source:"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:937
+#. type: verbatim
+#: ../src/guestfs.pod:942
#, no-wrap
msgid ""
" #!/bin/sh -\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:941
+#. type: textblock
+#: ../src/guestfs.pod:946
msgid ""
"Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
"then use it by setting the LIBGUESTFS_QEMU environment variable. For "
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:945
+#. type: verbatim
+#: ../src/guestfs.pod:950
#, no-wrap
msgid ""
" LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:947
+#. type: textblock
+#: ../src/guestfs.pod:952
msgid ""
"Note that libguestfs also calls qemu with the -help and -version options in "
"order to determine features."
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:950
+#. type: =head2
+#: ../src/guestfs.pod:955
msgid "ABI GUARANTEE"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:952
+#. type: textblock
+#: ../src/guestfs.pod:957
msgid ""
"We guarantee the libguestfs ABI (binary interface), for public, high-level "
"actions as outlined in this section. Although we will deprecate some "
msgstr ""
# type: =head1
-#: ../src/guestfs.pod:958
+#. type: =head2
+#: ../src/guestfs.pod:963
msgid "BLOCK DEVICE NAMING"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:960
+#. type: textblock
+#: ../src/guestfs.pod:965
msgid ""
"In the kernel there is now quite a profusion of schemata for naming block "
"devices (in this context, by I<block device> I mean a physical or virtual "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:972
+#. type: textblock
+#: ../src/guestfs.pod:977
msgid ""
"As discussed above, libguestfs uses a qemu appliance running an embedded "
"Linux kernel to access block devices. We can run a variety of appliances "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:976
+#. type: textblock
+#: ../src/guestfs.pod:981
msgid ""
"This causes a problem for libguestfs because many API calls use device or "
"partition names. Working scripts and the recipe (example) scripts that we "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:981
+#. type: textblock
+#: ../src/guestfs.pod:986
msgid ""
"Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>. "
"Internally C</dev/sd*> names are translated, if necessary, to other names as "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:987
+#. type: textblock
+#: ../src/guestfs.pod:992
msgid ""
"Note that this I<only> applies to parameters. The L</guestfs_list_devices>, "
"L</guestfs_list_partitions> and similar calls return the true names of the "
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:992
+#. type: =head3
+#: ../src/guestfs.pod:997
msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:994
+#. type: textblock
+#: ../src/guestfs.pod:999
msgid ""
"Usually this translation is transparent. However in some (very rare) cases "
"you may need to know the exact algorithm. Such cases include where you use "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1000
+#. type: textblock
+#: ../src/guestfs.pod:1005
msgid ""
"The algorithm is applied only to I<parameters> which are known to be either "
"device or partition names. Return values from functions such as L</"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1008
+#. type: textblock
+#: ../src/guestfs.pod:1013
msgid "Is the string a parameter which is a device or partition name?"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1012
+#. type: textblock
+#: ../src/guestfs.pod:1017
msgid "Does the string begin with C</dev/sd>?"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1016
+#. type: textblock
+#: ../src/guestfs.pod:1021
msgid ""
"Does the named device exist? If so, we use that device. However if I<not> "
"then we continue with this algorithm."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1021
+#. type: textblock
+#: ../src/guestfs.pod:1026
msgid "Replace initial C</dev/sd> string with C</dev/hd>."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1023
+#. type: textblock
+#: ../src/guestfs.pod:1028
msgid "For example, change C</dev/sda2> to C</dev/hda2>."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1025
+#. type: textblock
+#: ../src/guestfs.pod:1030
msgid "If that named device exists, use it. If not, continue."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1029
+#. type: textblock
+#: ../src/guestfs.pod:1034
msgid "Replace initial C</dev/sd> string with C</dev/vd>."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1031
+#. type: textblock
+#: ../src/guestfs.pod:1036
msgid "If that named device exists, use it. If not, return an error."
msgstr ""
# type: =head3
-#: ../src/guestfs.pod:1035
+#. type: =head3
+#: ../src/guestfs.pod:1040
msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1037
+#. type: textblock
+#: ../src/guestfs.pod:1042
msgid ""
"Although the standard naming scheme and automatic translation is useful for "
"simple programs and guestfish scripts, for larger programs it is best not to "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1041
+#. type: textblock
+#: ../src/guestfs.pod:1046
msgid ""
"Where possible for maximum future portability programs using libguestfs "
"should use these future-proof techniques:"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1048
+#. type: textblock
+#: ../src/guestfs.pod:1053
msgid ""
"Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
"device names, and then use those names directly."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1051
+#. type: textblock
+#: ../src/guestfs.pod:1056
msgid ""
"Since those device names exist by definition, they will never be translated."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1056
+#. type: textblock
+#: ../src/guestfs.pod:1061
msgid ""
"Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
"filesystem labels."
msgstr ""
# type: =head1
-#: ../src/guestfs.pod:1061
+#. type: =head1
+#: ../src/guestfs.pod:1066
msgid "SECURITY"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1063
+#. type: textblock
+#: ../src/guestfs.pod:1068
msgid ""
"This section discusses security implications of using libguestfs, "
"particularly with untrusted or malicious guests or disk images."
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1066
+#. type: =head2
+#: ../src/guestfs.pod:1071
msgid "GENERAL SECURITY CONSIDERATIONS"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1068
+#. type: textblock
+#: ../src/guestfs.pod:1073
msgid ""
"Be careful with any files or data that you download from a guest (by "
"\"download\" we mean not just the L</guestfs_download> command but any "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1078
+#. type: textblock
+#: ../src/guestfs.pod:1083
msgid "the data (file etc) not being present"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1082
+#. type: textblock
+#: ../src/guestfs.pod:1087
msgid "being present but empty"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1086
+#. type: textblock
+#: ../src/guestfs.pod:1091
msgid "being much larger than normal"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1090
+#. type: textblock
+#: ../src/guestfs.pod:1095
msgid "containing arbitrary 8 bit data"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1094
+#. type: textblock
+#: ../src/guestfs.pod:1099
msgid "being in an unexpected character encoding"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1098
+#. type: textblock
+#: ../src/guestfs.pod:1103
msgid "containing homoglyphs."
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1102
+#. type: =head2
+#: ../src/guestfs.pod:1107
msgid "SECURITY OF MOUNTING FILESYSTEMS"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1104
+#. type: textblock
+#: ../src/guestfs.pod:1109
msgid ""
"When you mount a filesystem under Linux, mistakes in the kernel filesystem "
"(VFS) module can sometimes be escalated into exploits by deliberately "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1117
+#. type: textblock
+#: ../src/guestfs.pod:1122
msgid ""
"That explains why you should never mount a filesystem from an untrusted "
"guest on your host kernel. How about libguestfs? We run a Linux kernel "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1128
+#. type: textblock
+#: ../src/guestfs.pod:1133
msgid ""
"In any case callers can reduce the attack surface by forcing the filesystem "
"type when mounting (use L</guestfs_mount_vfs>)."
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1131
+#. type: =head2
+#: ../src/guestfs.pod:1136
msgid "PROTOCOL SECURITY"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1133
+#. type: textblock
+#: ../src/guestfs.pod:1138
msgid ""
"The protocol is designed to be secure, being based on RFC 4506 (XDR) with a "
"defined upper message size. However a program that uses libguestfs must "
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1139
+#. type: =head2
+#: ../src/guestfs.pod:1144
msgid "INSPECTION SECURITY"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1141
+#. type: textblock
+#: ../src/guestfs.pod:1146
msgid ""
"Parts of the inspection API (see L</INSPECTION>) return untrusted strings "
"directly from the guest, and these could contain any 8 bit data. Callers "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1147
+#. type: textblock
+#: ../src/guestfs.pod:1152
msgid ""
"Guest configuration may be altered in unusual ways by the administrator of "
"the virtual machine, and may not reflect reality (particularly for untrusted "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1155
+#. type: textblock
+#: ../src/guestfs.pod:1160
msgid ""
"The inspection API parses guest configuration using two external libraries: "
"Augeas (Linux configuration) and hivex (Windows Registry). Both are "
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1161
+#. type: =head2
+#: ../src/guestfs.pod:1166
msgid "RUNNING UNTRUSTED GUEST COMMANDS"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1163
+#. type: textblock
+#: ../src/guestfs.pod:1168
msgid ""
"Be very cautious about running commands from the guest. By running a "
"command in the guest, you are giving CPU time to a binary that you do not "
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1169
+#. type: =head2
+#: ../src/guestfs.pod:1174
msgid "CVE-2010-3851"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1171
+#. type: textblock
+#: ../src/guestfs.pod:1176
msgid "https://bugzilla.redhat.com/642934"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1173
+#. type: textblock
+#: ../src/guestfs.pod:1178
msgid ""
"This security bug concerns the automatic disk format detection that qemu "
"does on disk images."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1176
+#. type: textblock
+#: ../src/guestfs.pod:1181
msgid ""
"A raw disk image is just the raw bytes, there is no header. Other disk "
"images like qcow2 contain a special header. Qemu deals with this by looking "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1181
+#. type: textblock
+#: ../src/guestfs.pod:1186
msgid ""
"This allows a guest which has been given a raw disk image to write some "
"other header. At next boot (or when the disk image is accessed by "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1186
+#. type: textblock
+#: ../src/guestfs.pod:1191
msgid ""
"This in itself would not be a problem, but qcow2 offers many features, one "
"of which is to allow a disk image to refer to another image (called the "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1194
+#. type: textblock
+#: ../src/guestfs.pod:1199
msgid ""
"In libguestfs this is rather hard to exploit except under two circumstances:"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1201
+#. type: textblock
+#: ../src/guestfs.pod:1206
msgid "You have enabled the network or have opened the disk in write mode."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1205
+#. type: textblock
+#: ../src/guestfs.pod:1210
msgid ""
"You are also running untrusted code from the guest (see L</RUNNING "
"COMMANDS>)."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1210
+#. type: textblock
+#: ../src/guestfs.pod:1215
msgid ""
"The way to avoid this is to specify the expected disk format when adding "
"disks (the optional C<format> option to L</guestfs_add_drive_opts>). You "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1215
+#. type: textblock
+#: ../src/guestfs.pod:1220
msgid ""
"For disks added from libvirt using calls like L</guestfs_add_domain>, the "
"format is fetched from libvirt and passed through."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1218
+#. type: textblock
+#: ../src/guestfs.pod:1223
msgid ""
"For libguestfs tools, use the I<--format> command line parameter as "
"appropriate."
msgstr ""
# type: =head1
-#: ../src/guestfs.pod:1221
+#. type: =head1
+#: ../src/guestfs.pod:1226
msgid "CONNECTION MANAGEMENT"
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1223
+#. type: =head2
+#: ../src/guestfs.pod:1228
msgid "guestfs_h *"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1225
+#. type: textblock
+#: ../src/guestfs.pod:1230
msgid ""
"C<guestfs_h> is the opaque type representing a connection handle. Create a "
"handle by calling L</guestfs_create>. Call L</guestfs_close> to free the "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1229
+#. type: textblock
+#: ../src/guestfs.pod:1234
msgid ""
"For information on using multiple handles and threads, see the section L</"
"MULTIPLE HANDLES AND MULTIPLE THREADS> below."
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1232
+#. type: =head2
+#: ../src/guestfs.pod:1237
msgid "guestfs_create"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1234
+#. type: verbatim
+#: ../src/guestfs.pod:1239
#, no-wrap
msgid ""
" guestfs_h *guestfs_create (void);\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1236
+#. type: textblock
+#: ../src/guestfs.pod:1241
msgid "Create a connection handle."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1238
+#. type: textblock
+#: ../src/guestfs.pod:1243
msgid ""
"You have to call L</guestfs_add_drive_opts> (or one of the equivalent calls) "
"on the handle at least once."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1241
+#. type: textblock
+#: ../src/guestfs.pod:1246
msgid ""
"This function returns a non-NULL pointer to a handle on success or NULL on "
"error."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1244
+#. type: textblock
+#: ../src/guestfs.pod:1249
msgid "After configuring the handle, you have to call L</guestfs_launch>."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1246
+#. type: textblock
+#: ../src/guestfs.pod:1251
msgid ""
"You may also want to configure error handling for the handle. See L</ERROR "
"HANDLING> section below."
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1249
+#. type: =head2
+#: ../src/guestfs.pod:1254
msgid "guestfs_close"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1251
+#. type: verbatim
+#: ../src/guestfs.pod:1256
#, no-wrap
msgid ""
" void guestfs_close (guestfs_h *g);\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1253
+#. type: textblock
+#: ../src/guestfs.pod:1258
msgid "This closes the connection handle and frees up all resources used."
msgstr ""
# type: =head1
-#: ../src/guestfs.pod:1255
+#. type: =head1
+#: ../src/guestfs.pod:1260
msgid "ERROR HANDLING"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1257
+#. type: textblock
+#: ../src/guestfs.pod:1262
msgid ""
"API functions can return errors. For example, almost all functions that "
"return C<int> will return C<-1> to indicate an error."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1260
+#. type: textblock
+#: ../src/guestfs.pod:1265
msgid ""
"Additional information is available for errors: an error message string and "
"optionally an error number (errno) if the thing that failed was a system "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1264
+#. type: textblock
+#: ../src/guestfs.pod:1269
msgid ""
"You can get at the additional information about the last error on the handle "
"by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1269
+#. type: textblock
+#: ../src/guestfs.pod:1274
msgid ""
"When the handle is created, a default error handler is installed which "
"prints the error message string to C<stderr>. For small short-running "
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1273
+#. type: verbatim
+#: ../src/guestfs.pod:1278
#, no-wrap
msgid ""
" if (guestfs_launch (g) == -1)\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1276
+#. type: textblock
+#: ../src/guestfs.pod:1281
msgid ""
"since the default error handler will ensure that an error message has been "
"printed to C<stderr> before the program exits."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1279
+#. type: textblock
+#: ../src/guestfs.pod:1284
msgid ""
"For other programs the caller will almost certainly want to install an "
"alternate error handler or do error handling in-line like this:"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1282
+#. type: verbatim
+#: ../src/guestfs.pod:1287
#, no-wrap
msgid ""
" g = guestfs_create ();\n"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1284
+#. type: verbatim
+#: ../src/guestfs.pod:1289
#, no-wrap
msgid ""
" /* This disables the default behaviour of printing errors\n"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1288
+#. type: verbatim
+#: ../src/guestfs.pod:1293
#, no-wrap
msgid ""
" if (guestfs_launch (g) == -1) {\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1296
+#. type: textblock
+#: ../src/guestfs.pod:1301
msgid ""
"Out of memory errors are handled differently. The default action is to call "
"L<abort(3)>. If this is undesirable, then you can set a handler using L</"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1300
+#. type: textblock
+#: ../src/guestfs.pod:1305
msgid ""
"L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
"because there is no handle if this happens there is no way to get additional "
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1306
+#. type: =head2
+#: ../src/guestfs.pod:1311
msgid "guestfs_last_error"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1308
+#. type: verbatim
+#: ../src/guestfs.pod:1313
#, no-wrap
msgid ""
" const char *guestfs_last_error (guestfs_h *g);\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1310
+#. type: textblock
+#: ../src/guestfs.pod:1315
msgid ""
"This returns the last error message that happened on C<g>. If there has not "
"been an error since the handle was created, then this returns C<NULL>."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1314
+#. type: textblock
+#: ../src/guestfs.pod:1319
msgid ""
"The lifetime of the returned string is until the next error occurs, or L</"
"guestfs_close> is called."
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1317
+#. type: =head2
+#: ../src/guestfs.pod:1322
msgid "guestfs_last_errno"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1319
+#. type: verbatim
+#: ../src/guestfs.pod:1324
#, no-wrap
msgid ""
" int guestfs_last_errno (guestfs_h *g);\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1321
+#. type: textblock
+#: ../src/guestfs.pod:1326
msgid "This returns the last error number (errno) that happened on C<g>."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1323
+#. type: textblock
+#: ../src/guestfs.pod:1328
msgid "If successful, an errno integer not equal to zero is returned."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1325
+#. type: textblock
+#: ../src/guestfs.pod:1330
msgid ""
"If no error, this returns 0. This call can return 0 in three situations:"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1332
+#. type: textblock
+#: ../src/guestfs.pod:1337
msgid "There has not been any error on the handle."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1336
+#. type: textblock
+#: ../src/guestfs.pod:1341
msgid ""
"There has been an error but the errno was meaningless. This corresponds to "
"the case where the error did not come from a failed system call, but for "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1342
+#. type: textblock
+#: ../src/guestfs.pod:1347
msgid ""
"There was an error from a failed system call, but for some reason the errno "
"was not captured and returned. This usually indicates a bug in libguestfs."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1348
+#. type: textblock
+#: ../src/guestfs.pod:1353
msgid ""
"Libguestfs tries to convert the errno from inside the applicance into a "
"corresponding errno for the caller (not entirely trivial: the appliance "
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1356
+#. type: =head2
+#: ../src/guestfs.pod:1361
msgid "guestfs_set_error_handler"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1358
+#. type: verbatim
+#: ../src/guestfs.pod:1363
#, no-wrap
msgid ""
" typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1365
+#. type: textblock
+#: ../src/guestfs.pod:1370
msgid ""
"The callback C<cb> will be called if there is an error. The parameters "
"passed to the callback are an opaque data pointer and the error message "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1369
+#. type: textblock
+#: ../src/guestfs.pod:1374
msgid ""
"C<errno> is not passed to the callback. To get that the callback must call "
"L</guestfs_last_errno>."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1372
+#. type: textblock
+#: ../src/guestfs.pod:1377
msgid ""
"Note that the message string C<msg> is freed as soon as the callback "
"function returns, so if you want to stash it somewhere you must make your "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1376
+#. type: textblock
+#: ../src/guestfs.pod:1381
msgid "The default handler prints messages on C<stderr>."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1378
+#. type: textblock
+#: ../src/guestfs.pod:1383
msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1380
+#. type: =head2
+#: ../src/guestfs.pod:1385
msgid "guestfs_get_error_handler"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1382
+#. type: verbatim
+#: ../src/guestfs.pod:1387
#, no-wrap
msgid ""
" guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1385
+#. type: textblock
+#: ../src/guestfs.pod:1390
msgid "Returns the current error handler callback."
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1387
+#. type: =head2
+#: ../src/guestfs.pod:1392
msgid "guestfs_set_out_of_memory_handler"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1389
+#. type: verbatim
+#: ../src/guestfs.pod:1394
#, no-wrap
msgid ""
" typedef void (*guestfs_abort_cb) (void);\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1393
+#. type: textblock
+#: ../src/guestfs.pod:1398
msgid ""
"The callback C<cb> will be called if there is an out of memory situation. "
"I<Note this callback must not return>."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1396
+#. type: textblock
+#: ../src/guestfs.pod:1401
msgid "The default is to call L<abort(3)>."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1398
+#. type: textblock
+#: ../src/guestfs.pod:1403
msgid ""
"You cannot set C<cb> to C<NULL>. You can't ignore out of memory situations."
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1401
+#. type: =head2
+#: ../src/guestfs.pod:1406
msgid "guestfs_get_out_of_memory_handler"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1403
+#. type: verbatim
+#: ../src/guestfs.pod:1408
#, no-wrap
msgid ""
" guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1405
+#. type: textblock
+#: ../src/guestfs.pod:1410
msgid "This returns the current out of memory handler."
msgstr ""
# type: =head1
-#: ../src/guestfs.pod:1407
+#. type: =head1
+#: ../src/guestfs.pod:1412
msgid "API CALLS"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1409 ../fish/guestfish.pod:958
+#. type: textblock
+#: ../src/guestfs.pod:1414 ../fish/guestfish.pod:958
msgid "@ACTIONS@"
msgstr ""
# type: =head1
-#: ../src/guestfs.pod:1411
+#. type: =head1
+#: ../src/guestfs.pod:1416
msgid "STRUCTURES"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1413
+#. type: textblock
+#: ../src/guestfs.pod:1418
msgid "@STRUCTS@"
msgstr ""
# type: =head1
-#: ../src/guestfs.pod:1415
+#. type: =head1
+#: ../src/guestfs.pod:1420
msgid "AVAILABILITY"
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1417
+#. type: =head2
+#: ../src/guestfs.pod:1422
msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1419
+#. type: textblock
+#: ../src/guestfs.pod:1424
msgid ""
"Using L</guestfs_available> you can test availability of the following "
"groups of functions. This test queries the appliance to see if the "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1424
+#. type: textblock
+#: ../src/guestfs.pod:1429
msgid "@AVAILABILITY@"
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1426
+#. type: =head2
+#: ../src/guestfs.pod:1431
msgid "GUESTFISH supported COMMAND"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1428
+#. type: textblock
+#: ../src/guestfs.pod:1433
msgid ""
"In L<guestfish(3)> there is a handy interactive command C<supported> which "
"prints out the available groups and whether they are supported by this build "
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1433
+#. type: =head2
+#: ../src/guestfs.pod:1438
msgid "SINGLE CALLS AT COMPILE TIME"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1435
+#. type: textblock
+#: ../src/guestfs.pod:1440
msgid ""
"Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
"function, such as:"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1438
+#. type: verbatim
+#: ../src/guestfs.pod:1443
#, no-wrap
msgid ""
" #define LIBGUESTFS_HAVE_DD 1\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1440
+#. type: textblock
+#: ../src/guestfs.pod:1445
msgid "if L</guestfs_dd> is available."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1442
+#. type: textblock
+#: ../src/guestfs.pod:1447
msgid ""
"Before version 1.5.8, if you needed to test whether a single libguestfs "
"function is available at compile time, we recommended using build tools such "
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1447
+#. type: verbatim
+#: ../src/guestfs.pod:1452
#, no-wrap
msgid ""
" AC_CHECK_LIB([guestfs],[guestfs_create])\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1450
+#. type: textblock
+#: ../src/guestfs.pod:1455
msgid ""
"which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
"in your program."
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1453
+#. type: =head2
+#: ../src/guestfs.pod:1458
msgid "SINGLE CALLS AT RUN TIME"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1455
+#. type: textblock
+#: ../src/guestfs.pod:1460
msgid ""
"Testing at compile time doesn't guarantee that a function really exists in "
"the library. The reason is that you might be dynamically linked against a "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1462
+#. type: textblock
+#: ../src/guestfs.pod:1467
msgid ""
"You can use L<dlopen(3)> to test if a function is available at run time, as "
"in this example program (note that you still need the compile time check as "
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1466
+#. type: verbatim
+#: ../src/guestfs.pod:1471
#, no-wrap
msgid ""
" #include <stdio.h>\n"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1472
+#. type: verbatim
+#: ../src/guestfs.pod:1477
#, no-wrap
msgid ""
" main ()\n"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1478
+#. type: verbatim
+#: ../src/guestfs.pod:1483
#, no-wrap
msgid ""
" /* Test if the function guestfs_dd is really available. */\n"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1487
+#. type: verbatim
+#: ../src/guestfs.pod:1492
#, no-wrap
msgid ""
" if (!has_function)\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1500
+#. type: textblock
+#: ../src/guestfs.pod:1505
msgid ""
"You may think the above is an awful lot of hassle, and it is. There are "
"other ways outside of the C linking system to ensure that this kind of "
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1505
+#. type: verbatim
+#: ../src/guestfs.pod:1510
#, no-wrap
msgid ""
" Requires: libguestfs >= 1.0.80\n"
msgstr ""
# type: =head1
-#: ../src/guestfs.pod:1507
+#. type: =head1
+#: ../src/guestfs.pod:1512
msgid "CALLS WITH OPTIONAL ARGUMENTS"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1509
+#. type: textblock
+#: ../src/guestfs.pod:1514
msgid ""
"A recent feature of the API is the introduction of calls which take optional "
"arguments. In C these are declared 3 ways. The main way is as a call which "
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1514
+#. type: verbatim
+#: ../src/guestfs.pod:1519
#, no-wrap
msgid ""
" int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1516
+#. type: textblock
+#: ../src/guestfs.pod:1521
msgid ""
"Call this with a list of optional arguments, terminated by C<-1>. So to "
"call with no optional arguments specified:"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1519
+#. type: verbatim
+#: ../src/guestfs.pod:1524
#, no-wrap
msgid ""
" guestfs_add_drive_opts (g, filename, -1);\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1521
+#. type: textblock
+#: ../src/guestfs.pod:1526
msgid "With a single optional argument:"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1523
+#. type: verbatim
+#: ../src/guestfs.pod:1528
#, no-wrap
msgid ""
" guestfs_add_drive_opts (g, filename,\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1527
+#. type: textblock
+#: ../src/guestfs.pod:1532
msgid "With two:"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1529
+#. type: verbatim
+#: ../src/guestfs.pod:1534
#, no-wrap
msgid ""
" guestfs_add_drive_opts (g, filename,\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1534
+#. type: textblock
+#: ../src/guestfs.pod:1539
msgid ""
"and so forth. Don't forget the terminating C<-1> otherwise Bad Things will "
"happen!"
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1537
+#. type: =head2
+#: ../src/guestfs.pod:1542
msgid "USING va_list FOR OPTIONAL ARGUMENTS"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1539
+#. type: textblock
+#: ../src/guestfs.pod:1544
msgid ""
"The second variant has the same name with the suffix C<_va>, which works the "
"same way but takes a C<va_list>. See the C manual for details. For the "
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1543
+#. type: verbatim
+#: ../src/guestfs.pod:1548
#, no-wrap
msgid ""
" int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1546
+#. type: =head2
+#: ../src/guestfs.pod:1551
msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1548
+#. type: textblock
+#: ../src/guestfs.pod:1553
msgid ""
"The third variant is useful where you need to construct these calls. You "
"pass in a structure where you fill in the optional fields. The structure "
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1554
+#. type: verbatim
+#: ../src/guestfs.pod:1559
#, no-wrap
msgid ""
" struct guestfs_add_drive_opts_argv {\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1563
+#. type: textblock
+#: ../src/guestfs.pod:1568
msgid "You could call it like this:"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1565
+#. type: verbatim
+#: ../src/guestfs.pod:1570
#, no-wrap
msgid ""
" struct guestfs_add_drive_opts_argv optargs = {\n"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1572
+#. type: verbatim
+#: ../src/guestfs.pod:1577
#, no-wrap
msgid ""
" guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1574 ../src/guestfs-actions.pod:11
-#: ../src/guestfs-actions.pod:1844 ../fish/guestfish-actions.pod:9
-#: ../fish/guestfish-actions.pod:1255 ../tools/virt-win-reg.pl:532
+#. type: textblock
+#: ../src/guestfs.pod:1579 ../src/guestfs-actions.pod:11
+#: ../src/guestfs-actions.pod:1842 ../fish/guestfish-actions.pod:9
+#: ../fish/guestfish-actions.pod:1253 ../tools/virt-win-reg.pl:532
msgid "Notes:"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1580
+#. type: textblock
+#: ../src/guestfs.pod:1585
msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1585
+#. type: textblock
+#: ../src/guestfs.pod:1590
msgid "You do not need to fill in all fields of the structure."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1589
+#. type: textblock
+#: ../src/guestfs.pod:1594
msgid ""
"There must be a one-to-one correspondence between fields of the structure "
"that are filled in, and bits set in the bitmask."
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1594
+#. type: =head2
+#: ../src/guestfs.pod:1599
msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1596
+#. type: textblock
+#: ../src/guestfs.pod:1601
msgid ""
"In other languages, optional arguments are expressed in the way that is "
"natural for that language. We refer you to the language-specific "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1600
+#. type: textblock
+#: ../src/guestfs.pod:1605
msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1602
+#. type: =head2
+#: ../src/guestfs.pod:1607
msgid "SETTING CALLBACKS TO HANDLE EVENTS"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1604
+#. type: textblock
+#: ../src/guestfs.pod:1609
msgid ""
"The child process generates events in some situations. Current events "
"include: receiving a log message, the child process exits."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1607
+#. type: textblock
+#: ../src/guestfs.pod:1612
msgid ""
"Use the C<guestfs_set_*_callback> functions to set a callback for different "
"types of events."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1610
+#. type: textblock
+#: ../src/guestfs.pod:1615
msgid ""
"Only I<one callback of each type> can be registered for each handle. "
"Calling C<guestfs_set_*_callback> again overwrites the previous callback of "
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1615
+#. type: =head2
+#: ../src/guestfs.pod:1620
msgid "guestfs_set_log_message_callback"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1617
+#. type: verbatim
+#: ../src/guestfs.pod:1622
#, no-wrap
msgid ""
" typedef void (*guestfs_log_message_cb) (guestfs_h *g, void *opaque,\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1623
+#. type: textblock
+#: ../src/guestfs.pod:1628
msgid ""
"The callback function C<cb> will be called whenever qemu or the guest writes "
"anything to the console."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1626
+#. type: textblock
+#: ../src/guestfs.pod:1631
msgid "Use this function to capture kernel messages and similar."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1628
+#. type: textblock
+#: ../src/guestfs.pod:1633
msgid ""
"Normally there is no log message handler, and log messages are just "
"discarded."
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1631
+#. type: =head2
+#: ../src/guestfs.pod:1636
msgid "guestfs_set_subprocess_quit_callback"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1633
+#. type: verbatim
+#: ../src/guestfs.pod:1638
#, no-wrap
msgid ""
" typedef void (*guestfs_subprocess_quit_cb) (guestfs_h *g, void *opaque);\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1638
+#. type: textblock
+#: ../src/guestfs.pod:1643
msgid ""
"The callback function C<cb> will be called when the child process quits, "
"either asynchronously or if killed by L</guestfs_kill_subprocess>. (This "
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1643
+#. type: =head2
+#: ../src/guestfs.pod:1648
msgid "guestfs_set_launch_done_callback"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1645
+#. type: verbatim
+#: ../src/guestfs.pod:1650
#, no-wrap
msgid ""
" typedef void (*guestfs_launch_done_cb) (guestfs_h *g, void *opaque);\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1650
+#. type: textblock
+#: ../src/guestfs.pod:1655
msgid ""
"The callback function C<cb> will be called when the child process becomes "
"ready first time after it has been launched. (This corresponds to a "
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1654
+#. type: =head2
+#: ../src/guestfs.pod:1659
msgid "guestfs_set_close_callback"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1656
+#. type: verbatim
+#: ../src/guestfs.pod:1661
#, no-wrap
msgid ""
" typedef void (*guestfs_close_cb) (guestfs_h *g, void *opaque);\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1661
+#. type: textblock
+#: ../src/guestfs.pod:1666
msgid ""
"The callback function C<cb> will be called while the handle is being closed "
"(synchronously from L</guestfs_close>)."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1664
+#. type: textblock
+#: ../src/guestfs.pod:1669
msgid ""
"Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
"handles that are open when the program exits. This means that this callback "
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1672
+#. type: =head2
+#: ../src/guestfs.pod:1677
msgid "guestfs_set_progress_callback"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1674
+#. type: verbatim
+#: ../src/guestfs.pod:1679
#, no-wrap
msgid ""
" typedef void (*guestfs_progress_cb) (guestfs_h *g, void *opaque,\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1681
+#. type: textblock
+#: ../src/guestfs.pod:1686
msgid ""
"Some long-running operations can generate progress messages. If this "
"callback is registered, then it will be called each time a progress message "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1687
+#. type: textblock
+#: ../src/guestfs.pod:1692
msgid ""
"The callback receives two numbers: C<position> and C<total>. The units of "
"C<total> are not defined, although for some operations C<total> may relate "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1693
+#. type: textblock
+#: ../src/guestfs.pod:1698
msgid "The only defined and stable parts of the API are:"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1699
+#. type: textblock
+#: ../src/guestfs.pod:1704
msgid ""
"The callback can display to the user some type of progress bar or indicator "
"which shows the ratio of C<position>:C<total>."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1704
+#. type: textblock
+#: ../src/guestfs.pod:1709
msgid "0 E<lt>= C<position> E<lt>= C<total>"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1708
+#. 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<position> = C<total>."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1711
+#. type: textblock
+#: ../src/guestfs.pod:1716
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 "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1717
+#. type: textblock
+#: ../src/guestfs.pod:1722
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 "
msgstr ""
# type: =head1
-#: ../src/guestfs.pod:1722
+#. type: =head1
+#: ../src/guestfs.pod:1727
msgid "PRIVATE DATA AREA"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1724
+#. type: textblock
+#: ../src/guestfs.pod:1729
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 "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1728
+#. type: textblock
+#: ../src/guestfs.pod:1733
msgid "To attach a named piece of data, use the following call:"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1730
+#. type: verbatim
+#: ../src/guestfs.pod:1735
#, no-wrap
msgid ""
" void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1732
+#. type: textblock
+#: ../src/guestfs.pod:1737
msgid ""
"C<key> is the name to associate with this data, and C<data> is an arbitrary "
"pointer (which can be C<NULL>). Any previous item with the same name is "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1736
+#. type: textblock
+#: ../src/guestfs.pod:1741
msgid ""
"You can use any C<key> you want, but names beginning with an underscore "
"character are reserved for internal libguestfs purposes (for implementing "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1741
+#. type: textblock
+#: ../src/guestfs.pod:1746
msgid "To retrieve the pointer, use:"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1743
+#. type: verbatim
+#: ../src/guestfs.pod:1748
#, no-wrap
msgid ""
" void *guestfs_get_private (guestfs_h *g, const char *key);\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1745
+#. type: textblock
+#: ../src/guestfs.pod:1750
msgid ""
"This function returns C<NULL> if either no data is found associated with "
"C<key>, or if the user previously set the C<key>'s C<data> pointer to "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1749
+#. type: textblock
+#: ../src/guestfs.pod:1754
msgid ""
"Libguestfs does not try to look at or interpret the C<data> pointer in any "
"way. As far as libguestfs is concerned, it need not be a valid pointer at "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1757
+#. type: textblock
+#: ../src/guestfs.pod:1762
msgid ""
"The private data area is implemented using a hash table, and should be "
"reasonably efficient for moderate numbers of keys."
msgstr ""
# type: =end
-#: ../src/guestfs.pod:1760 ../src/guestfs.pod:1765
+#. type: =end
+#: ../src/guestfs.pod:1765 ../src/guestfs.pod:1770
msgid "html"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1762
+#. type: textblock
+#: ../src/guestfs.pod:1767
msgid ""
"<!-- old anchor for the next section --> <a name="
"\"state_machine_and_low_level_event_api\"/>"
msgstr ""
# type: =head1
-#: ../src/guestfs.pod:1767
+#. type: =head1
+#: ../src/guestfs.pod:1772
msgid "ARCHITECTURE"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1769
+#. type: textblock
+#: ../src/guestfs.pod:1774
msgid ""
"Internally, libguestfs is implemented by running an appliance (a special "
"type of small virtual machine) using L<qemu(1)>. Qemu runs as a child "
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1773
+#. type: verbatim
+#: ../src/guestfs.pod:1778
#, no-wrap
msgid ""
" ___________________\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1793
+#. type: textblock
+#: ../src/guestfs.pod:1798
msgid ""
"The library, linked to the main program, creates the child process and hence "
"the appliance in the L</guestfs_launch> function."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1796
+#. type: textblock
+#: ../src/guestfs.pod:1801
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 "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1805
+#. type: textblock
+#: ../src/guestfs.pod:1810
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 "
msgstr ""
# type: =head1
-#: ../src/guestfs.pod:1812
+#. type: =head1
+#: ../src/guestfs.pod:1817
msgid "STATE MACHINE"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1814
+#. type: textblock
+#: ../src/guestfs.pod:1819
msgid "libguestfs uses a state machine to model the child process:"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1816
+#. type: verbatim
+#: ../src/guestfs.pod:1821
#, no-wrap
msgid ""
" |\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1838
+#. type: textblock
+#: ../src/guestfs.pod:1843
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), "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1843
+#. type: textblock
+#: ../src/guestfs.pod:1848
msgid ""
"The guest may be killed by L</guestfs_kill_subprocess>, or may die "
"asynchronously at any time (eg. due to some internal error), and that causes "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1847
+#. type: textblock
+#: ../src/guestfs.pod:1852
msgid ""
"Configuration commands for qemu such as L</guestfs_add_drive> can only be "
"issued when in the CONFIG state."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1850
+#. type: textblock
+#: ../src/guestfs.pod:1855
msgid ""
"The API offers one call that goes from CONFIG through LAUNCHING to READY. "
"L</guestfs_launch> blocks until the child process is READY to accept "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1856
+#. type: textblock
+#: ../src/guestfs.pod:1861
msgid ""
"API actions such as L</guestfs_mount> can only be issued when in the READY "
"state. These API calls block waiting for the command to be carried out (ie. "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1862
+#. type: textblock
+#: ../src/guestfs.pod:1867
msgid ""
"Finally, the child process sends asynchronous messages back to the main "
"program, such as kernel log messages. You can register a callback to "
msgstr ""
# type: =head1
-#: ../src/guestfs.pod:1866
+#. type: =head1
+#: ../src/guestfs.pod:1871
msgid "INTERNALS"
msgstr ""
# type: =head2
-#: ../src/guestfs.pod:1868
+#. type: =head2
+#: ../src/guestfs.pod:1873
msgid "COMMUNICATION PROTOCOL"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1870
+#. type: textblock
+#: ../src/guestfs.pod:1875
msgid ""
"Don't rely on using this protocol directly. This section documents how it "
"currently works, but it may change at any time."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1873
+#. type: textblock
+#: ../src/guestfs.pod:1878
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 "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1877
+#. type: textblock
+#: ../src/guestfs.pod:1882
msgid ""
"The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
"this file is automatically generated)."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1880
+#. type: textblock
+#: ../src/guestfs.pod:1885
msgid ""
"There are two broad cases, ordinary functions that don't have any C<FileIn> "
"and C<FileOut> parameters, which are handled with very simple request/reply "
msgstr ""
# type: =head3
-#: ../src/guestfs.pod:1887
+#. type: =head3
+#: ../src/guestfs.pod:1892
msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1889
+#. type: textblock
+#: ../src/guestfs.pod:1894
msgid "For ordinary functions, the request message is:"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1891
+#. type: verbatim
+#: ../src/guestfs.pod:1896
#, no-wrap
msgid ""
" total length (header + arguments,\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1896
+#. type: textblock
+#: ../src/guestfs.pod:1901
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 "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1902
+#. type: textblock
+#: ../src/guestfs.pod:1907
msgid ""
"Note also that many functions don't take any arguments, in which case the "
"C<guestfs_I<foo>_args> is completely omitted."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1905
+#. type: textblock
+#: ../src/guestfs.pod:1910
msgid ""
"The header contains the procedure number (C<guestfs_proc>) which is how the "
"receiver knows what type of args structure to expect, or none at all."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1909
+#. type: textblock
+#: ../src/guestfs.pod:1914
msgid ""
"For functions that take optional arguments, the optional arguments are "
"encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1917
+#. type: textblock
+#: ../src/guestfs.pod:1922
msgid "The reply message for ordinary functions is:"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1919
+#. type: verbatim
+#: ../src/guestfs.pod:1924
#, no-wrap
msgid ""
" total length (header + ret,\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1924
+#. type: textblock
+#: ../src/guestfs.pod:1929
msgid ""
"As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
"functions that return no formal return values."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1927
+#. type: textblock
+#: ../src/guestfs.pod:1932
msgid ""
"As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1930
+#. type: textblock
+#: ../src/guestfs.pod:1935
msgid ""
"In the case of an error, a flag is set in the header, and the reply message "
"is slightly changed:"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1933
+#. type: verbatim
+#: ../src/guestfs.pod:1938
#, no-wrap
msgid ""
" total length (header + error,\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1938
+#. type: textblock
+#: ../src/guestfs.pod:1943
msgid ""
"The C<guestfs_message_error> structure contains the error message as a "
"string."
msgstr ""
# type: =head3
-#: ../src/guestfs.pod:1941
+#. type: =head3
+#: ../src/guestfs.pod:1946
msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1943
+#. type: textblock
+#: ../src/guestfs.pod:1948
msgid ""
"A C<FileIn> parameter indicates that we transfer a file I<into> the guest. "
"The normal request message is sent (see above). However this is followed by "
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1947
+#. type: verbatim
+#: ../src/guestfs.pod:1952
#, no-wrap
msgid ""
" total length (header + arguments,\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1955
+#. type: textblock
+#: ../src/guestfs.pod:1960
msgid "The \"sequence of chunks\" is:"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:1957
+#. type: verbatim
+#: ../src/guestfs.pod:1962
#, no-wrap
msgid ""
" length of chunk (not including length word itself)\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1965
+#. type: textblock
+#: ../src/guestfs.pod:1970
msgid ""
"The final chunk has the C<data_len> field set to zero. Additionally a flag "
"is set in the final chunk to indicate either successful completion or early "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1969
+#. type: textblock
+#: ../src/guestfs.pod:1974
msgid ""
"At time of writing there are no functions that have more than one FileIn "
"parameter. However this is (theoretically) supported, by sending the "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1974
+#. type: textblock
+#: ../src/guestfs.pod:1979
msgid ""
"Both the library (sender) I<and> the daemon (receiver) may cancel the "
"transfer. The library does this by sending a chunk with a special flag set "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1980
+#. type: textblock
+#: ../src/guestfs.pod:1985
msgid ""
"The daemon may also cancel. It does this by writing a special word "
"C<GUESTFS_CANCEL_FLAG> to the socket. The library listens for this during "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1989
+#. type: textblock
+#: ../src/guestfs.pod:1994
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 "
msgstr ""
# type: =head3
-#: ../src/guestfs.pod:1995
+#. type: =head3
+#: ../src/guestfs.pod:2000
msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:1997
+#. type: textblock
+#: ../src/guestfs.pod:2002
msgid ""
"The protocol for FileOut parameters is exactly the same as for FileIn "
"parameters, but with the roles of daemon and library reversed."
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:2000
+#. type: verbatim
+#: ../src/guestfs.pod:2005
#, no-wrap
msgid ""
" total length (header + ret,\n"
msgstr ""
# type: =head3
-#: ../src/guestfs.pod:2008
+#. type: =head3
+#: ../src/guestfs.pod:2013
msgid "INITIAL MESSAGE"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2010
+#. type: textblock
+#: ../src/guestfs.pod:2015
msgid ""
"When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
"which indicates that the guest and daemon is alive. This is what L</"
msgstr ""
# type: =head3
-#: ../src/guestfs.pod:2014
+#. type: =head3
+#: ../src/guestfs.pod:2019
msgid "PROGRESS NOTIFICATION MESSAGES"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2016
+#. type: textblock
+#: ../src/guestfs.pod:2021
msgid ""
"The daemon may send progress notification messages at any time. These are "
"distinguished by the normal length word being replaced by "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2020
+#. type: textblock
+#: ../src/guestfs.pod:2025
msgid ""
"The library turns them into progress callbacks (see "
"C<guestfs_set_progress_callback>) if there is a callback registered, or "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2024
+#. type: textblock
+#: ../src/guestfs.pod:2029
msgid ""
"The daemon self-limits the frequency of progress messages it sends (see "
"C<daemon/proto.c:notify_progress>). Not all calls generate progress "
msgstr ""
# type: =head1
-#: ../src/guestfs.pod:2028
+#. type: =head1
+#: ../src/guestfs.pod:2033
msgid "LIBGUESTFS VERSION NUMBERS"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2030
+#. type: textblock
+#: ../src/guestfs.pod:2035
msgid ""
"Since April 2010, libguestfs has started to make separate development and "
"stable releases, along with corresponding branches in our git repository. "
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:2035
+#. type: verbatim
+#: ../src/guestfs.pod:2040
#, no-wrap
msgid ""
" even numbers for stable: 1.2.x, 1.4.x, ...\n"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2046
+#. type: textblock
+#: ../src/guestfs.pod:2051
msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2048
+#. type: textblock
+#: ../src/guestfs.pod:2053
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 "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2054
+#. type: textblock
+#: ../src/guestfs.pod:2059
msgid "Our criteria for backporting changes are:"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2060
+#. type: textblock
+#: ../src/guestfs.pod:2065
msgid ""
"Documentation changes which don't affect any code are backported unless the "
"documentation refers to a future feature which is not in stable."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2066
+#. type: textblock
+#: ../src/guestfs.pod:2071
msgid ""
"Bug fixes which are not controversial, fix obvious problems, and have been "
"well tested are backported."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2071
+#. type: textblock
+#: ../src/guestfs.pod:2076
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 "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2077
+#. type: textblock
+#: ../src/guestfs.pod:2082
msgid ""
"We I<don't> backport new features, new APIs, new tools etc, except in one "
"exceptional case: the new feature is required in order to implement an "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2083
+#. type: textblock
+#: ../src/guestfs.pod:2088
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 "
"will stabilize over time."
msgstr ""
+#. type: =head1
+#: ../src/guestfs.pod:2096
+msgid "EXTENDING LIBGUESTFS"
+msgstr ""
+
+#. type: =head2
+#: ../src/guestfs.pod:2098
+msgid "ADDING A NEW API ACTION"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2100
+msgid ""
+"Large amounts of boilerplate code in libguestfs (RPC, bindings, "
+"documentation) are generated, and this makes it easy to extend the "
+"libguestfs API."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2104
+msgid "To add a new API action there are two changes:"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2110
+msgid ""
+"You need to add a description of the call (name, parameters, return type, "
+"tests, documentation) to C<generator/generator_actions.ml>."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2113
+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 "
+"library (see L</ARCHITECTURE> above). L</guestfs_sync> is an example of the "
+"former, since the sync is done in the appliance. L</guestfs_set_trace> is "
+"an example of the latter, since a trace flag is maintained in the handle and "
+"all tracing is done on the library side."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2121
+msgid ""
+"Most new actions are of the first type, and get added to the "
+"C<daemon_functions> list. Each function has a unique procedure number used "
+"in the RPC protocol which is assigned to that action when we publish "
+"libguestfs and cannot be reused. Take the latest procedure number and "
+"increment it."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2127
+msgid ""
+"For library-only actions of the second type, add to the "
+"C<non_daemon_functions> list. Since these functions are serviced by the "
+"library and do not travel over the RPC mechanism to the daemon, these "
+"functions do not need a procedure number, and so the procedure number is set "
+"to C<-1>."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2135
+msgid "Implement the action (in C):"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2137
+msgid ""
+"For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
+"C<daemon/> directory."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2140
+msgid ""
+"For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
+"(note: double underscore) in the C<src/> directory."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2143
+msgid "In either case, use another function as an example of what to do."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2147
+msgid "After making these changes, use C<make> to compile."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2149
+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 "
+"description."
+msgstr ""
+
+#. type: =head2
+#: ../src/guestfs.pod:2153
+msgid "ADDING TESTS FOR AN API ACTION"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2155
+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<generator/"
+"generator_actions.ml>), or in some rarer cases you may want to drop a script "
+"into C<regressions/>. Note that adding a script to C<regressions/> is "
+"slower, so if possible use the first method."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2161
+msgid ""
+"The following describes the test environment used when you add an API test "
+"in C<generator_actions.ml>."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2164
+msgid "The test environment has 4 block devices:"
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2168
+msgid "C</dev/sda> 500MB"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2170
+msgid "General block device for testing."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2172
+msgid "C</dev/sdb> 50MB"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2174
+msgid ""
+"C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
+"operations."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2177
+msgid "C</dev/sdc> 10MB"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2179
+msgid "Used in a few tests where two block devices are needed."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2181
+msgid "C</dev/sdd>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2183
+msgid "ISO with fixed content (see C<images/test.iso>)."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2187
+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 "
+"L</guestfs_kill_subprocess> :-x"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2191
+msgid ""
+"Each test starts with an initial scenario, selected using one of the "
+"C<Init*> expressions, described in C<generator/generator_types.ml>. These "
+"initialize the disks mentioned above in a particular way as documented in "
+"C<generator_types.ml>. You should not assume anything about the previous "
+"contents of other disks that are not initialized."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2197
+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 "
+"testing a command which might not work on all variations of libguestfs "
+"builds. A test that has prerequisite of C<Always> means to run "
+"unconditionally."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2203
+msgid ""
+"In addition, packagers can skip individual tests by setting environment "
+"variables before running C<make check>."
+msgstr ""
+
+#. type: verbatim
+#: ../src/guestfs.pod:2206
+#, no-wrap
+msgid ""
+" SKIP_TEST_<CMD>_<NUM>=1\n"
+"\n"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2208
+msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2210
+msgid "or:"
+msgstr ""
+
+#. type: verbatim
+#: ../src/guestfs.pod:2212
+#, no-wrap
+msgid ""
+" SKIP_TEST_<CMD>=1\n"
+"\n"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2214
+msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2216
+msgid "Packagers can run only certain tests by setting for example:"
+msgstr ""
+
+#. type: verbatim
+#: ../src/guestfs.pod:2218
+#, no-wrap
+msgid ""
+" TEST_ONLY=\"vfs_type zerofree\"\n"
+"\n"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2220
+msgid ""
+"See C<capitests/tests.c> for more details of how these environment variables "
+"work."
+msgstr ""
+
+#. type: =head2
+#: ../src/guestfs.pod:2223
+msgid "DEBUGGING NEW API ACTIONS"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2225
+msgid "Test new actions work before submitting them."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2227
+msgid "You can use guestfish to try out new commands."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2229
+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 "
+"they will show up if you use C<guestfish -v>."
+msgstr ""
+
+#. type: =head2
+#: ../src/guestfs.pod:2233
+msgid "FORMATTING CODE AND OTHER CONVENTIONS"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2235
+msgid ""
+"Our C source code generally adheres to some basic code-formatting "
+"conventions. The existing code base is not totally consistent on this "
+"front, but we do prefer that contributed code be formatted similarly. In "
+"short, use spaces-not-TABs for indentation, use 2 spaces for each "
+"indentation level, and other than that, follow the K&R style."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2241
+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
+#, no-wrap
+msgid ""
+" ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
+" ;;; Exceptions: Makefile and ChangeLog modes.\n"
+" (add-hook 'find-file-hook\n"
+" '(lambda () (if (and buffer-file-name\n"
+" (string-match \"/libguestfs\\\\>\"\n"
+" (buffer-file-name))\n"
+" (not (string-equal mode-name \"Change Log\"))\n"
+" (not (string-equal mode-name \"Makefile\")))\n"
+" (setq indent-tabs-mode nil))))\n"
+" \n"
+msgstr ""
+
+#. type: verbatim
+#: ../src/guestfs.pod:2254
+#, no-wrap
+msgid ""
+" ;;; When editing C sources in libguestfs, use this style.\n"
+" (defun libguestfs-c-mode ()\n"
+" \"C mode with adjusted defaults for use with libguestfs.\"\n"
+" (interactive)\n"
+" (c-set-style \"K&R\")\n"
+" (setq c-indent-level 2)\n"
+" (setq c-basic-offset 2))\n"
+" (add-hook 'c-mode-hook\n"
+" '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
+" (buffer-file-name))\n"
+" (libguestfs-c-mode))))\n"
+"\n"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2266
+msgid "Enable warnings when compiling (and fix any problems this finds):"
+msgstr ""
+
+#. type: verbatim
+#: ../src/guestfs.pod:2269
+#, no-wrap
+msgid ""
+" ./configure --enable-gcc-warnings\n"
+"\n"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2271
+msgid "Useful targets are:"
+msgstr ""
+
+#. type: verbatim
+#: ../src/guestfs.pod:2273
+#, no-wrap
+msgid ""
+" make syntax-check # checks the syntax of the C code\n"
+" make check # runs the test suite\n"
+"\n"
+msgstr ""
+
+#. type: =head2
+#: ../src/guestfs.pod:2276
+msgid "DAEMON CUSTOM PRINTF FORMATTERS"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2278
+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
+msgid "%Q"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2285
+msgid ""
+"Simple shell quoted string. Any spaces or other shell characters are "
+"escaped for you."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2288
+msgid "%R"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2290
+msgid ""
+"Same as C<%Q> except the string is treated as a path which is prefixed by "
+"the sysroot."
+msgstr ""
+
+# type: textblock
+#. type: textblock
+#: ../src/guestfs.pod:2295 ../fish/guestfish.pod:240 ../fish/guestfish.pod:594
+msgid "For example:"
+msgstr ""
+
+#. type: verbatim
+#: ../src/guestfs.pod:2297
+#, no-wrap
+msgid ""
+" asprintf (&cmd, \"cat %R\", path);\n"
+"\n"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2299
+msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2301
+msgid ""
+"I<Note:> Do I<not> use these when you are passing parameters to the C<command"
+"{,r,v,rv}()> functions. These parameters do NOT need to be quoted because "
+"they are not passed via the shell (instead, straight to exec). You probably "
+"want to use the C<sysroot_path()> function however."
+msgstr ""
+
+#. type: =head2
+#: ../src/guestfs.pod:2307
+msgid "SUBMITTING YOUR NEW API ACTIONS"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2309
+msgid ""
+"Submit patches to the mailing list: L<http://www.redhat.com/mailman/listinfo/"
+"libguestfs> and CC to L<rjones@redhat.com>."
+msgstr ""
+
+#. type: =head2
+#: ../src/guestfs.pod:2313
+msgid "INTERNATIONALIZATION (I18N) SUPPORT"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2315
+msgid "We support i18n (gettext anyhow) in the library."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2317
+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 "
+"removed from it, because they take up a lot of space. So we'd have to readd "
+"some of those, as well as copying our PO files into the appliance."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2323
+msgid ""
+"Debugging messages are never translated, since they are intended for the "
+"programmers."
+msgstr ""
+
+#. type: =head2
+#: ../src/guestfs.pod:2326
+msgid "SOURCE CODE SUBDIRECTORIES"
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2330
+msgid "C<appliance>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2332
+msgid "The libguestfs appliance, build scripts and so on."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2334
+msgid "C<capitests>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2336
+msgid "Automated tests of the C API."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2338
+msgid "C<cat>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2340
+msgid ""
+"The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
+"documentation."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2343
+msgid "C<contrib>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2345
+msgid "Outside contributions, experimental parts."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2347
+msgid "C<daemon>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2349
+msgid ""
+"The daemon that runs inside the libguestfs appliance and carries out actions."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2352
+msgid "C<df>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2354
+msgid "L<virt-df(1)> command and documentation."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2356
+msgid "C<examples>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2358
+msgid "C API example code."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2360
+msgid "C<fish>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2362
+msgid "L<guestfish(1)>, the command-line shell."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2364
+msgid "C<fuse>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2366
+msgid ""
+"L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2368
+msgid "C<generator>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2370
+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
+msgid "C<images>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2375
+msgid "Files used by the test suite."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2377
+msgid "Some \"phony\" guest images which we test against."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2379
+msgid "C<inspector>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2381
+msgid "L<virt-inspector(1)>, the virtual machine image inspector."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2383
+msgid "C<m4>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2385
+msgid "M4 macros used by autoconf."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2387
+msgid "C<po>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2389
+msgid "Translations of simple gettext strings."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2391
+msgid "C<po-docs>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2393
+msgid ""
+"The build infrastructure and PO files for translations of manpages and POD "
+"files. Eventually this will be combined with the C<po> directory, but that "
+"is rather complicated."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2397
+msgid "C<regressions>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2399
+msgid "Regression tests."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2401
+msgid "C<rescue>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2403
+msgid "L<virt-rescue(1)> command and documentation."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2405
+msgid "C<src>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2407
+msgid "Source code to the C library."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2409
+msgid "C<tools>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2411
+msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2413
+msgid "C<test-tool>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2415
+msgid ""
+"Test tool for end users to test if their qemu/kernel combination will work "
+"with libguestfs."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2418
+msgid "C<csharp>"
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2420
+msgid "C<haskell>"
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2422
+msgid "C<java>"
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2424
+msgid "C<ocaml>"
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2426
+msgid "C<php>"
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2428
+msgid "C<perl>"
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2430
+msgid "C<python>"
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:2432
+msgid "C<ruby>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2434
+msgid "Language bindings."
+msgstr ""
+
# type: =head1
-#: ../src/guestfs.pod:2091 ../fish/guestfish.pod:965
+#. type: =head1
+#: ../src/guestfs.pod:2438 ../fish/guestfish.pod:965
#: ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:330
msgid "ENVIRONMENT VARIABLES"
msgstr ""
# type: =item
-#: ../src/guestfs.pod:2095 ../fish/guestfish.pod:991
+#. type: =item
+#: ../src/guestfs.pod:2442 ../fish/guestfish.pod:991
msgid "LIBGUESTFS_APPEND"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2097 ../fish/guestfish.pod:993
+#. type: textblock
+#: ../src/guestfs.pod:2444 ../fish/guestfish.pod:993
msgid "Pass additional options to the guest kernel."
msgstr ""
# type: =item
-#: ../src/guestfs.pod:2099 ../fish/guestfish.pod:995
+#. type: =item
+#: ../src/guestfs.pod:2446 ../fish/guestfish.pod:995
msgid "LIBGUESTFS_DEBUG"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2101
+#. type: textblock
+#: ../src/guestfs.pod:2448
msgid ""
"Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages. This has the same "
"effect as calling C<guestfs_set_verbose (g, 1)>."
msgstr ""
# type: =item
-#: ../src/guestfs.pod:2104 ../fish/guestfish.pod:1000
+#. type: =item
+#: ../src/guestfs.pod:2451 ../fish/guestfish.pod:1000
msgid "LIBGUESTFS_MEMSIZE"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2106 ../fish/guestfish.pod:1002
+#. type: textblock
+#: ../src/guestfs.pod:2453 ../fish/guestfish.pod:1002
msgid ""
"Set the memory allocated to the qemu process, in megabytes. For example:"
msgstr ""
# type: verbatim
-#: ../src/guestfs.pod:2109 ../fish/guestfish.pod:1005
+#. type: verbatim
+#: ../src/guestfs.pod:2456 ../fish/guestfish.pod:1005
#, no-wrap
msgid ""
" LIBGUESTFS_MEMSIZE=700\n"
msgstr ""
# type: =item
-#: ../src/guestfs.pod:2111 ../fish/guestfish.pod:1007
+#. type: =item
+#: ../src/guestfs.pod:2458 ../fish/guestfish.pod:1007
msgid "LIBGUESTFS_PATH"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2113
+#. type: textblock
+#: ../src/guestfs.pod:2460
msgid ""
"Set the path that libguestfs uses to search for kernel and initrd.img. See "
"the discussion of paths in section PATH above."
msgstr ""
# type: =item
-#: ../src/guestfs.pod:2116 ../fish/guestfish.pod:1012
+#. type: =item
+#: ../src/guestfs.pod:2463 ../fish/guestfish.pod:1012
msgid "LIBGUESTFS_QEMU"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2118 ../fish/guestfish.pod:1014
+#. type: textblock
+#: ../src/guestfs.pod:2465 ../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."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2122
+#. type: textblock
+#: ../src/guestfs.pod:2469
msgid "See also L</QEMU WRAPPERS> above."
msgstr ""
# type: =item
-#: ../src/guestfs.pod:2124 ../fish/guestfish.pod:1018
+#. type: =item
+#: ../src/guestfs.pod:2471 ../fish/guestfish.pod:1018
msgid "LIBGUESTFS_TRACE"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2126
+#. type: textblock
+#: ../src/guestfs.pod:2473
msgid ""
"Set C<LIBGUESTFS_TRACE=1> to enable command traces. This has the same "
"effect as calling C<guestfs_set_trace (g, 1)>."
msgstr ""
# type: =item
-#: ../src/guestfs.pod:2129 ../fish/guestfish.pod:1027
+#. type: =item
+#: ../src/guestfs.pod:2476 ../fish/guestfish.pod:1027
msgid "TMPDIR"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2131 ../fish/guestfish.pod:1029
+#. type: textblock
+#: ../src/guestfs.pod:2478 ../fish/guestfish.pod:1029
msgid "Location of temporary directory, defaults to C</tmp>."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2133 ../fish/guestfish.pod:1031
+#. type: textblock
+#: ../src/guestfs.pod:2480 ../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 "
msgstr ""
# type: =head1
-#: ../src/guestfs.pod:2141 ../fish/guestfish.pod:1089
+#. type: =head1
+#: ../src/guestfs.pod:2488 ../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-resize.pl:1483 ../tools/virt-list-filesystems.pl:189
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2143
+#. type: textblock
+#: ../src/guestfs.pod:2490
msgid ""
"L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, L<guestfs-"
"ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, L<virt-df(1)>, "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2166
+#. type: textblock
+#: ../src/guestfs.pod:2513
msgid ""
"Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, L<lvm"
"(8)>, L<disktype(1)>."
msgstr ""
# type: =head1
-#: ../src/guestfs.pod:2173 ../tools/virt-win-reg.pl:587
+#. type: =head1
+#: ../src/guestfs.pod:2520 ../tools/virt-win-reg.pl:587
#: ../tools/virt-make-fs.pl:548
msgid "BUGS"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2175
+#. type: textblock
+#: ../src/guestfs.pod:2522
msgid "To get a list of bugs against libguestfs use this link:"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2177
+#. type: textblock
+#: ../src/guestfs.pod:2524
msgid ""
"L<https://bugzilla.redhat.com/buglist.cgi?"
"component=libguestfs&product=Virtualization+Tools>"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2179
+#. type: textblock
+#: ../src/guestfs.pod:2526
msgid "To report a new bug against libguestfs use this link:"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2181
+#. type: textblock
+#: ../src/guestfs.pod:2528
msgid ""
"L<https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools>"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2183
+#. type: textblock
+#: ../src/guestfs.pod:2530
msgid "When reporting a bug, please check:"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2189
+#. type: textblock
+#: ../src/guestfs.pod:2536
msgid "That the bug hasn't been reported already."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2193
+#. type: textblock
+#: ../src/guestfs.pod:2540
msgid "That you are testing a recent version."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2197
+#. type: textblock
+#: ../src/guestfs.pod:2544
msgid "Describe the bug accurately, and give a way to reproduce it."
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2201
+#. type: textblock
+#: ../src/guestfs.pod:2548
msgid ""
"Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
"bug report."
msgstr ""
# type: =head1
-#: ../src/guestfs.pod:2206 ../fish/guestfish.pod:1108
+#. type: =head1
+#: ../src/guestfs.pod:2553 ../fish/guestfish.pod:1108
#: ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:244
msgid "AUTHORS"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2208 ../fish/guestfish.pod:1110
+#. type: textblock
+#: ../src/guestfs.pod:2555 ../fish/guestfish.pod:1110
#: ../test-tool/libguestfs-test-tool.pod:117 ../fuse/guestmount.pod:246
msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
msgstr ""
# type: =head1
-#: ../src/guestfs.pod:2210 ../fish/guestfish.pod:1112
+#. type: =head1
+#: ../src/guestfs.pod:2557 ../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-resize.pl:1508 ../tools/virt-list-filesystems.pl:206
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2212 ../fish/guestfish.pod:1114
+#. type: textblock
+#: ../src/guestfs.pod:2559 ../fish/guestfish.pod:1114
#: ../fuse/guestmount.pod:250
msgid "Copyright (C) 2009-2010 Red Hat Inc. L<http://libguestfs.org/>"
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2215
+#. type: textblock
+#: ../src/guestfs.pod:2562
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 "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2220
+#. type: textblock
+#: ../src/guestfs.pod:2567
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 "
msgstr ""
# type: textblock
-#: ../src/guestfs.pod:2225
+#. type: textblock
+#: ../src/guestfs.pod:2572
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, "
msgstr ""
# type: =head2
+#. type: =head2
#: ../src/guestfs-actions.pod:1
msgid "guestfs_add_cdrom"
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs-actions.pod:3
#, no-wrap
msgid ""
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
msgid "This function adds a virtual CD-ROM disk image to the guest."
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
msgid "This is equivalent to the qemu parameter C<-cdrom filename>."
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs-actions.pod:17
msgid ""
"This call checks for the existence of C<filename>. This stops you from "
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs-actions.pod:24
msgid ""
"If you just want to add an ISO file (often you use this as an efficient way "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:128
-#: ../src/guestfs-actions.pod:189 ../src/guestfs-actions.pod:226
-#: ../src/guestfs-actions.pod:240 ../src/guestfs-actions.pod:261
-#: ../src/guestfs-actions.pod:281 ../src/guestfs-actions.pod:295
-#: ../src/guestfs-actions.pod:410 ../src/guestfs-actions.pod:430
-#: ../src/guestfs-actions.pod:444 ../src/guestfs-actions.pod:489
-#: ../src/guestfs-actions.pod:517 ../src/guestfs-actions.pod:535
-#: ../src/guestfs-actions.pod:602 ../src/guestfs-actions.pod:635
-#: ../src/guestfs-actions.pod:649 ../src/guestfs-actions.pod:664
-#: ../src/guestfs-actions.pod:763 ../src/guestfs-actions.pod:781
-#: ../src/guestfs-actions.pod:795 ../src/guestfs-actions.pod:809
-#: ../src/guestfs-actions.pod:970 ../src/guestfs-actions.pod:990
-#: ../src/guestfs-actions.pod:1008 ../src/guestfs-actions.pod:1092
-#: ../src/guestfs-actions.pod:1110 ../src/guestfs-actions.pod:1129
-#: ../src/guestfs-actions.pod:1143 ../src/guestfs-actions.pod:1163
-#: ../src/guestfs-actions.pod:1233 ../src/guestfs-actions.pod:1264
-#: ../src/guestfs-actions.pod:1289 ../src/guestfs-actions.pod:1326
-#: ../src/guestfs-actions.pod:1432 ../src/guestfs-actions.pod:1466
-#: ../src/guestfs-actions.pod:1684 ../src/guestfs-actions.pod:1706
-#: ../src/guestfs-actions.pod:1793 ../src/guestfs-actions.pod:2243
+#. type: textblock
+#: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:126
+#: ../src/guestfs-actions.pod:187 ../src/guestfs-actions.pod:224
+#: ../src/guestfs-actions.pod:238 ../src/guestfs-actions.pod:259
+#: ../src/guestfs-actions.pod:279 ../src/guestfs-actions.pod:293
+#: ../src/guestfs-actions.pod:408 ../src/guestfs-actions.pod:428
+#: ../src/guestfs-actions.pod:442 ../src/guestfs-actions.pod:487
+#: ../src/guestfs-actions.pod:515 ../src/guestfs-actions.pod:533
+#: ../src/guestfs-actions.pod:600 ../src/guestfs-actions.pod:633
+#: ../src/guestfs-actions.pod:647 ../src/guestfs-actions.pod:662
+#: ../src/guestfs-actions.pod:761 ../src/guestfs-actions.pod:779
+#: ../src/guestfs-actions.pod:793 ../src/guestfs-actions.pod:807
+#: ../src/guestfs-actions.pod:968 ../src/guestfs-actions.pod:988
+#: ../src/guestfs-actions.pod:1006 ../src/guestfs-actions.pod:1090
+#: ../src/guestfs-actions.pod:1108 ../src/guestfs-actions.pod:1127
+#: ../src/guestfs-actions.pod:1141 ../src/guestfs-actions.pod:1161
+#: ../src/guestfs-actions.pod:1231 ../src/guestfs-actions.pod:1262
+#: ../src/guestfs-actions.pod:1287 ../src/guestfs-actions.pod:1324
+#: ../src/guestfs-actions.pod:1430 ../src/guestfs-actions.pod:1464
+#: ../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:3410 ../src/guestfs-actions.pod:3424
-#: ../src/guestfs-actions.pod:3437 ../src/guestfs-actions.pod:3451
-#: ../src/guestfs-actions.pod:3466 ../src/guestfs-actions.pod:3502
-#: ../src/guestfs-actions.pod:3574 ../src/guestfs-actions.pod:3594
-#: ../src/guestfs-actions.pod:3611 ../src/guestfs-actions.pod:3634
-#: ../src/guestfs-actions.pod:3657 ../src/guestfs-actions.pod:3689
-#: ../src/guestfs-actions.pod:3708 ../src/guestfs-actions.pod:3727
-#: ../src/guestfs-actions.pod:3762 ../src/guestfs-actions.pod:3774
-#: ../src/guestfs-actions.pod:3810 ../src/guestfs-actions.pod:3826
-#: ../src/guestfs-actions.pod:3839 ../src/guestfs-actions.pod:3854
-#: ../src/guestfs-actions.pod:3871 ../src/guestfs-actions.pod:3964
-#: ../src/guestfs-actions.pod:3984 ../src/guestfs-actions.pod:3997
-#: ../src/guestfs-actions.pod:4048 ../src/guestfs-actions.pod:4066
-#: ../src/guestfs-actions.pod:4084 ../src/guestfs-actions.pod:4100
-#: ../src/guestfs-actions.pod:4114 ../src/guestfs-actions.pod:4128
-#: ../src/guestfs-actions.pod:4145 ../src/guestfs-actions.pod:4160
-#: ../src/guestfs-actions.pod:4180 ../src/guestfs-actions.pod:4224
-#: ../src/guestfs-actions.pod:4295 ../src/guestfs-actions.pod:4326
-#: ../src/guestfs-actions.pod:4345 ../src/guestfs-actions.pod:4364
-#: ../src/guestfs-actions.pod:4376 ../src/guestfs-actions.pod:4393
-#: ../src/guestfs-actions.pod:4406 ../src/guestfs-actions.pod:4421
-#: ../src/guestfs-actions.pod:4436 ../src/guestfs-actions.pod:4471
-#: ../src/guestfs-actions.pod:4486 ../src/guestfs-actions.pod:4506
-#: ../src/guestfs-actions.pod:4520 ../src/guestfs-actions.pod:4537
-#: ../src/guestfs-actions.pod:4586 ../src/guestfs-actions.pod:4623
-#: ../src/guestfs-actions.pod:4637 ../src/guestfs-actions.pod:4665
-#: ../src/guestfs-actions.pod:4682 ../src/guestfs-actions.pod:4700
-#: ../src/guestfs-actions.pod:4834 ../src/guestfs-actions.pod:4891
-#: ../src/guestfs-actions.pod:4913 ../src/guestfs-actions.pod:4931
-#: ../src/guestfs-actions.pod:4963 ../src/guestfs-actions.pod:5029
-#: ../src/guestfs-actions.pod:5046 ../src/guestfs-actions.pod:5059
-#: ../src/guestfs-actions.pod:5073 ../src/guestfs-actions.pod:5362
-#: ../src/guestfs-actions.pod:5381 ../src/guestfs-actions.pod:5395
-#: ../src/guestfs-actions.pod:5407 ../src/guestfs-actions.pod:5421
-#: ../src/guestfs-actions.pod:5433 ../src/guestfs-actions.pod:5447
-#: ../src/guestfs-actions.pod:5463 ../src/guestfs-actions.pod:5484
-#: ../src/guestfs-actions.pod:5503 ../src/guestfs-actions.pod:5522
-#: ../src/guestfs-actions.pod:5540 ../src/guestfs-actions.pod:5563
-#: ../src/guestfs-actions.pod:5581 ../src/guestfs-actions.pod:5600
-#: ../src/guestfs-actions.pod:5621 ../src/guestfs-actions.pod:5640
-#: ../src/guestfs-actions.pod:5657 ../src/guestfs-actions.pod:5685
-#: ../src/guestfs-actions.pod:5709 ../src/guestfs-actions.pod:5728
-#: ../src/guestfs-actions.pod:5752 ../src/guestfs-actions.pod:5767
-#: ../src/guestfs-actions.pod:5782 ../src/guestfs-actions.pod:5801
-#: ../src/guestfs-actions.pod:5838 ../src/guestfs-actions.pod:5861
-#: ../src/guestfs-actions.pod:5887 ../src/guestfs-actions.pod:5995
-#: ../src/guestfs-actions.pod:6116 ../src/guestfs-actions.pod:6128
-#: ../src/guestfs-actions.pod:6141 ../src/guestfs-actions.pod:6154
-#: ../src/guestfs-actions.pod:6176 ../src/guestfs-actions.pod:6189
-#: ../src/guestfs-actions.pod:6202 ../src/guestfs-actions.pod:6215
-#: ../src/guestfs-actions.pod:6230 ../src/guestfs-actions.pod:6289
-#: ../src/guestfs-actions.pod:6306 ../src/guestfs-actions.pod:6322
-#: ../src/guestfs-actions.pod:6338 ../src/guestfs-actions.pod:6355
-#: ../src/guestfs-actions.pod:6368 ../src/guestfs-actions.pod:6388
-#: ../src/guestfs-actions.pod:6424 ../src/guestfs-actions.pod:6438
-#: ../src/guestfs-actions.pod:6479 ../src/guestfs-actions.pod:6492
-#: ../src/guestfs-actions.pod:6510 ../src/guestfs-actions.pod:6544
-#: ../src/guestfs-actions.pod:6580 ../src/guestfs-actions.pod:6699
-#: ../src/guestfs-actions.pod:6717 ../src/guestfs-actions.pod:6731
-#: ../src/guestfs-actions.pod:6786 ../src/guestfs-actions.pod:6799
-#: ../src/guestfs-actions.pod:6844 ../src/guestfs-actions.pod:6877
-#: ../src/guestfs-actions.pod:6931 ../src/guestfs-actions.pod:6957
-#: ../src/guestfs-actions.pod:7023 ../src/guestfs-actions.pod:7042
-#: ../src/guestfs-actions.pod:7071
+#: ../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
msgid "This function returns 0 on success or -1 on error."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:242
-#: ../src/guestfs-actions.pod:263 ../fish/guestfish-actions.pod:28
-#: ../fish/guestfish-actions.pod:153 ../fish/guestfish-actions.pod:167
+#. type: textblock
+#: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:240
+#: ../src/guestfs-actions.pod:261 ../fish/guestfish-actions.pod:28
+#: ../fish/guestfish-actions.pod:151 ../fish/guestfish-actions.pod:165
msgid ""
"This function is deprecated. In new code, use the C<add_drive_opts> call "
"instead."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:245
-#: ../src/guestfs-actions.pod:266 ../src/guestfs-actions.pod:1437
-#: ../src/guestfs-actions.pod:1923 ../src/guestfs-actions.pod:1944
-#: ../src/guestfs-actions.pod:4185 ../src/guestfs-actions.pod:6965
-#: ../src/guestfs-actions.pod:7134 ../fish/guestfish-actions.pod:31
-#: ../fish/guestfish-actions.pod:156 ../fish/guestfish-actions.pod:170
-#: ../fish/guestfish-actions.pod:951 ../fish/guestfish-actions.pod:1308
-#: ../fish/guestfish-actions.pod:1322 ../fish/guestfish-actions.pod:2818
-#: ../fish/guestfish-actions.pod:4620 ../fish/guestfish-actions.pod:4717
+#. type: textblock
+#: ../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
+#: ../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
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 "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:130
-#: ../src/guestfs-actions.pod:1094 ../src/guestfs-actions.pod:1895
-#: ../src/guestfs-actions.pod:1993 ../src/guestfs-actions.pod:2096
+#. type: textblock
+#: ../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:4473 ../src/guestfs-actions.pod:5542
-#: ../src/guestfs-actions.pod:5659 ../src/guestfs-actions.pod:5769
-#: ../src/guestfs-actions.pod:6232 ../src/guestfs-actions.pod:6357
-#: ../src/guestfs-actions.pod:6879
+#: ../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
msgid "(Added in 0.3)"
msgstr ""
# type: =head2
+#. type: =head2
#: ../src/guestfs-actions.pod:41
msgid "guestfs_add_domain"
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs-actions.pod:43
#, no-wrap
msgid ""
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:139
-#: ../src/guestfs-actions.pod:4199
+#. type: textblock
+#: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:137
+#: ../src/guestfs-actions.pod:4201
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 "
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs-actions.pod:53
#, no-wrap
msgid ""
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs-actions.pod:57
msgid ""
"This function adds the disk(s) attached to the named libvirt domain C<dom>. "
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs-actions.pod:62 ../fish/guestfish-actions.pod:46
msgid ""
"The number of disks added is returned. This operation is atomic: if an "
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs-actions.pod:65 ../fish/guestfish-actions.pod:49
msgid ""
"This function does some minimal checks to make sure the libvirt domain is "
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs-actions.pod:69 ../fish/guestfish-actions.pod:53
msgid ""
"Disks must be accessible locally. This often means that adding disks from a "
"unless those disks are accessible via the same device path locally too."
msgstr ""
-# type: textblock
-#: ../src/guestfs-actions.pod:74
+#. type: textblock
+#: ../src/guestfs-actions.pod:74 ../fish/guestfish-actions.pod:58
msgid ""
"The optional C<libvirturi> parameter sets the libvirt URI (see L<http://"
"libvirt.org/uri.html>). If this is not set then we connect to the default "
"libvirt URI (or one set through an environment variable, see the libvirt "
-"documentation for full details). If you are using the C API directly then "
-"it is more flexible to create the libvirt connection object yourself, get "
-"the domain object, and call C<guestfs_add_libvirt_dom>."
+"documentation for full details)."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:82
+#. type: textblock
+#: ../src/guestfs-actions.pod:80
msgid ""
"The other optional parameters are passed directly through to "
"C<guestfs_add_drive_opts>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:85 ../src/guestfs-actions.pod:338
-#: ../src/guestfs-actions.pod:503 ../src/guestfs-actions.pod:681
-#: ../src/guestfs-actions.pod:712 ../src/guestfs-actions.pod:730
-#: ../src/guestfs-actions.pod:749 ../src/guestfs-actions.pod:1309
-#: ../src/guestfs-actions.pod:1663 ../src/guestfs-actions.pod:1866
-#: ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:2005
-#: ../src/guestfs-actions.pod:2060 ../src/guestfs-actions.pod:2083
+#. type: textblock
+#: ../src/guestfs-actions.pod:83 ../src/guestfs-actions.pod:336
+#: ../src/guestfs-actions.pod:501 ../src/guestfs-actions.pod:679
+#: ../src/guestfs-actions.pod:710 ../src/guestfs-actions.pod:728
+#: ../src/guestfs-actions.pod:747 ../src/guestfs-actions.pod:1307
+#: ../src/guestfs-actions.pod:1661 ../src/guestfs-actions.pod:1864
+#: ../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:4609
-#: ../src/guestfs-actions.pod:4737 ../src/guestfs-actions.pod:5143
-#: ../src/guestfs-actions.pod:5169 ../src/guestfs-actions.pod:6465
-#: ../src/guestfs-actions.pod:6890 ../src/guestfs-actions.pod:6903
-#: ../src/guestfs-actions.pod:6916
+#: ../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
msgid "On error this function returns -1."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:87
+#. type: textblock
+#: ../src/guestfs-actions.pod:85
msgid "(Added in 1.7.4)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:89
+#. type: =head2
+#: ../src/guestfs-actions.pod:87
msgid "guestfs_add_domain_va"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:91
+#. type: verbatim
+#: ../src/guestfs-actions.pod:89
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:96
+#. type: textblock
+#: ../src/guestfs-actions.pod:94
msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:98 ../src/guestfs-actions.pod:109
-#: ../src/guestfs-actions.pod:202 ../src/guestfs-actions.pod:213
-#: ../src/guestfs-actions.pod:4236 ../src/guestfs-actions.pod:4248
+#. 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
msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:100
+#. type: =head2
+#: ../src/guestfs-actions.pod:98
msgid "guestfs_add_domain_argv"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:102
+#. type: verbatim
+#: ../src/guestfs-actions.pod:100
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:107
+#. type: textblock
+#: ../src/guestfs-actions.pod:105
msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:111
+#. type: =head2
+#: ../src/guestfs-actions.pod:109
msgid "guestfs_add_drive"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:113
+#. type: verbatim
+#: ../src/guestfs-actions.pod:111
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:117
+#. type: textblock
+#: ../src/guestfs-actions.pod:115
msgid ""
"This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
"optional parameters, so the disk is added writable, with the format being "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:121
+#. type: textblock
+#: ../src/guestfs-actions.pod:119
msgid ""
"Automatic detection of the format opens you up to a potential security hole "
"when dealing with untrusted raw-format images. See CVE-2010-3851 and "
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:132
+#. type: =head2
+#: ../src/guestfs-actions.pod:130
msgid "guestfs_add_drive_opts"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:134
+#. type: verbatim
+#: ../src/guestfs-actions.pod:132
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:144
+#. type: verbatim
+#: ../src/guestfs-actions.pod:142
#, no-wrap
msgid ""
" GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:148 ../fish/guestfish-actions.pod:92
+#. type: textblock
+#: ../src/guestfs-actions.pod:146 ../fish/guestfish-actions.pod:90
msgid ""
"This function adds a virtual machine disk image C<filename> to libguestfs. "
"The first time you call this function, the disk appears as C</dev/sda>, the "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:153 ../fish/guestfish-actions.pod:97
+#. type: textblock
+#: ../src/guestfs-actions.pod:151 ../fish/guestfish-actions.pod:95
msgid ""
"You don't necessarily need to be root when using libguestfs. However you "
"obviously do need sufficient permissions to access the filename for whatever "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:159 ../fish/guestfish-actions.pod:103
+#. type: textblock
+#: ../src/guestfs-actions.pod:157 ../fish/guestfish-actions.pod:101
msgid "This call checks that C<filename> exists."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:161 ../src/guestfs-actions.pod:4209
-#: ../fish/guestfish-actions.pod:105 ../fish/guestfish-actions.pod:2829
+#. type: textblock
+#: ../src/guestfs-actions.pod:159 ../src/guestfs-actions.pod:4211
+#: ../fish/guestfish-actions.pod:103 ../fish/guestfish-actions.pod:2827
msgid "The optional arguments are:"
msgstr ""
# type: =item
-#: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:109
+#. type: =item
+#: ../src/guestfs-actions.pod:163 ../fish/guestfish-actions.pod:107
msgid "C<readonly>"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:167 ../fish/guestfish-actions.pod:111
+#. type: textblock
+#: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:109
msgid ""
"If true then the image is treated as read-only. Writes are still allowed, "
"but they are stored in a temporary snapshot overlay which is discarded at "
msgstr ""
# type: =item
-#: ../src/guestfs-actions.pod:171 ../fish/guestfish-actions.pod:115
+#. type: =item
+#: ../src/guestfs-actions.pod:169 ../fish/guestfish-actions.pod:113
msgid "C<format>"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:173
+#. type: textblock
+#: ../src/guestfs-actions.pod:171
msgid ""
"This forces the image format. If you omit this (or use C<guestfs_add_drive> "
"or C<guestfs_add_drive_ro>) then the format is automatically detected. "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:177 ../fish/guestfish-actions.pod:121
+#. type: textblock
+#: ../src/guestfs-actions.pod:175 ../fish/guestfish-actions.pod:119
msgid ""
"Automatic detection of the format opens you up to a potential security hole "
"when dealing with untrusted raw-format images. See CVE-2010-3851 and "
msgstr ""
# type: =item
-#: ../src/guestfs-actions.pod:182 ../fish/guestfish-actions.pod:126
+#. type: =item
+#: ../src/guestfs-actions.pod:180 ../fish/guestfish-actions.pod:124
msgid "C<iface>"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:184
+#. type: textblock
+#: ../src/guestfs-actions.pod:182
msgid ""
"This rarely-used option lets you emulate the behaviour of the deprecated "
"C<guestfs_add_drive_with_if> call (q.v.)"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:191
+#. type: textblock
+#: ../src/guestfs-actions.pod:189
msgid "(Added in 1.5.23)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:193
+#. type: =head2
+#: ../src/guestfs-actions.pod:191
msgid "guestfs_add_drive_opts_va"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:195
+#. type: verbatim
+#: ../src/guestfs-actions.pod:193
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:200
+#. type: textblock
+#: ../src/guestfs-actions.pod:198
msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:204
+#. type: =head2
+#: ../src/guestfs-actions.pod:202
msgid "guestfs_add_drive_opts_argv"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:206
+#. type: verbatim
+#: ../src/guestfs-actions.pod:204
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:211
+#. type: textblock
+#: ../src/guestfs-actions.pod:209
msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:215
+#. type: =head2
+#: ../src/guestfs-actions.pod:213
msgid "guestfs_add_drive_ro"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:217
+#. type: verbatim
+#: ../src/guestfs-actions.pod:215
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:221
+#. type: textblock
+#: ../src/guestfs-actions.pod:219
msgid ""
"This function is the equivalent of calling C<guestfs_add_drive_opts> with "
"the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:228
+#. type: textblock
+#: ../src/guestfs-actions.pod:226
msgid "(Added in 1.0.38)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:230
+#. type: =head2
+#: ../src/guestfs-actions.pod:228
msgid "guestfs_add_drive_ro_with_if"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:232
+#. type: verbatim
+#: ../src/guestfs-actions.pod:230
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:237
+#. type: textblock
+#: ../src/guestfs-actions.pod:235
msgid ""
"This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
"QEMU interface emulation to use at run time."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:249 ../src/guestfs-actions.pod:270
+#. type: textblock
+#: ../src/guestfs-actions.pod:247 ../src/guestfs-actions.pod:268
#: ../src/guestfs-actions.pod:2333
msgid "(Added in 1.0.84)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:251
+#. type: =head2
+#: ../src/guestfs-actions.pod:249
msgid "guestfs_add_drive_with_if"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:253
+#. type: verbatim
+#: ../src/guestfs-actions.pod:251
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:258
+#. type: textblock
+#: ../src/guestfs-actions.pod:256
msgid ""
"This is the same as C<guestfs_add_drive> but it allows you to specify the "
"QEMU interface emulation to use at run time."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:272
+#. type: =head2
+#: ../src/guestfs-actions.pod:270
msgid "guestfs_aug_clear"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:274
+#. type: verbatim
+#: ../src/guestfs-actions.pod:272
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:278 ../fish/guestfish-actions.pod:178
+#. type: textblock
+#: ../src/guestfs-actions.pod:276 ../fish/guestfish-actions.pod:176
msgid ""
"Set the value associated with C<path> to C<NULL>. This is the same as the "
"L<augtool(1)> C<clear> command."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:283 ../src/guestfs-actions.pod:2085
+#. type: textblock
+#: ../src/guestfs-actions.pod:281 ../src/guestfs-actions.pod:2083
msgid "(Added in 1.3.4)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:285
+#. type: =head2
+#: ../src/guestfs-actions.pod:283
msgid "guestfs_aug_close"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:287
+#. type: verbatim
+#: ../src/guestfs-actions.pod:285
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:290
+#. type: textblock
+#: ../src/guestfs-actions.pod:288
msgid ""
"Close the current Augeas handle and free up any resources used by it. After "
"calling this, you have to call C<guestfs_aug_init> again before you can use "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:297 ../src/guestfs-actions.pod:322
-#: ../src/guestfs-actions.pod:340 ../src/guestfs-actions.pod:354
-#: ../src/guestfs-actions.pod:412 ../src/guestfs-actions.pod:432
-#: ../src/guestfs-actions.pod:446 ../src/guestfs-actions.pod:477
-#: ../src/guestfs-actions.pod:491 ../src/guestfs-actions.pod:505
-#: ../src/guestfs-actions.pod:519 ../src/guestfs-actions.pod:537
-#: ../src/guestfs-actions.pod:5220
+#. type: textblock
+#: ../src/guestfs-actions.pod:295 ../src/guestfs-actions.pod:320
+#: ../src/guestfs-actions.pod:338 ../src/guestfs-actions.pod:352
+#: ../src/guestfs-actions.pod:410 ../src/guestfs-actions.pod:430
+#: ../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
msgid "(Added in 0.7)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:299
+#. type: =head2
+#: ../src/guestfs-actions.pod:297
msgid "guestfs_aug_defnode"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:301
+#. type: verbatim
+#: ../src/guestfs-actions.pod:299
#, no-wrap
msgid ""
" struct guestfs_int_bool *\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:307 ../fish/guestfish-actions.pod:194
+#. type: textblock
+#: ../src/guestfs-actions.pod:305 ../fish/guestfish-actions.pod:192
msgid ""
"Defines a variable C<name> whose value is the result of evaluating C<expr>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:310
+#. type: textblock
+#: ../src/guestfs-actions.pod:308
msgid ""
"If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
"calling C<guestfs_aug_set> C<expr>, C<value>. C<name> will be the nodeset "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:314 ../fish/guestfish-actions.pod:201
+#. type: textblock
+#: ../src/guestfs-actions.pod:312 ../fish/guestfish-actions.pod:199
msgid ""
"On success this returns a pair containing the number of nodes in the "
"nodeset, and a boolean flag if a node was created."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:318
+#. type: textblock
+#: ../src/guestfs-actions.pod:316
msgid ""
"This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
"an error. I<The caller must call C<guestfs_free_int_bool> after use>."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:324
+#. type: =head2
+#: ../src/guestfs-actions.pod:322
msgid "guestfs_aug_defvar"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:326
+#. type: verbatim
+#: ../src/guestfs-actions.pod:324
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:331 ../fish/guestfish-actions.pod:209
+#. type: textblock
+#: ../src/guestfs-actions.pod:329 ../fish/guestfish-actions.pod:207
msgid ""
"Defines an Augeas variable C<name> whose value is the result of evaluating "
"C<expr>. If C<expr> is NULL, then C<name> is undefined."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:335 ../fish/guestfish-actions.pod:213
+#. type: textblock
+#: ../src/guestfs-actions.pod:333 ../fish/guestfish-actions.pod:211
msgid ""
"On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
"evaluates to something which is not a nodeset."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:342
+#. type: =head2
+#: ../src/guestfs-actions.pod:340
msgid "guestfs_aug_get"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:344
+#. type: verbatim
+#: ../src/guestfs-actions.pod:342
#, no-wrap
msgid ""
" char *\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:348 ../fish/guestfish-actions.pod:220
+#. type: textblock
+#: ../src/guestfs-actions.pod:346 ../fish/guestfish-actions.pod:218
msgid ""
"Look up the value associated with C<path>. If C<path> matches exactly one "
"node, the C<value> is returned."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:351 ../src/guestfs-actions.pod:851
-#: ../src/guestfs-actions.pod:869 ../src/guestfs-actions.pod:929
-#: ../src/guestfs-actions.pod:945 ../src/guestfs-actions.pod:1048
-#: ../src/guestfs-actions.pod:1178 ../src/guestfs-actions.pod:1195
-#: ../src/guestfs-actions.pod:1214 ../src/guestfs-actions.pod:1343
-#: ../src/guestfs-actions.pod:1534 ../src/guestfs-actions.pod:1646
-#: ../src/guestfs-actions.pod:1809 ../src/guestfs-actions.pod:1826
-#: ../src/guestfs-actions.pod:1917 ../src/guestfs-actions.pod:1938
-#: ../src/guestfs-actions.pod:2108 ../src/guestfs-actions.pod:2298
+#. type: textblock
+#: ../src/guestfs-actions.pod:349 ../src/guestfs-actions.pod:849
+#: ../src/guestfs-actions.pod:867 ../src/guestfs-actions.pod:927
+#: ../src/guestfs-actions.pod:943 ../src/guestfs-actions.pod:1046
+#: ../src/guestfs-actions.pod:1176 ../src/guestfs-actions.pod:1193
+#: ../src/guestfs-actions.pod:1212 ../src/guestfs-actions.pod:1341
+#: ../src/guestfs-actions.pod:1532 ../src/guestfs-actions.pod:1644
+#: ../src/guestfs-actions.pod:1807 ../src/guestfs-actions.pod:1824
+#: ../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:3396 ../src/guestfs-actions.pod:3746
-#: ../src/guestfs-actions.pod:3916 ../src/guestfs-actions.pod:4026
-#: ../src/guestfs-actions.pod:4755 ../src/guestfs-actions.pod:4948
-#: ../src/guestfs-actions.pod:5118 ../src/guestfs-actions.pod:5296
-#: ../src/guestfs-actions.pod:5345 ../src/guestfs-actions.pod:5908
-#: ../src/guestfs-actions.pod:5924 ../src/guestfs-actions.pod:5941
-#: ../src/guestfs-actions.pod:5965 ../src/guestfs-actions.pod:6639
-#: ../src/guestfs-actions.pod:6658 ../src/guestfs-actions.pod:6676
-#: ../src/guestfs-actions.pod:6856 ../src/guestfs-actions.pod:7128
+#: ../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
msgid ""
"This function returns a string, or NULL on error. I<The caller must free "
"the returned string after use>."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:356
+#. type: =head2
+#: ../src/guestfs-actions.pod:354
msgid "guestfs_aug_init"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:358
+#. type: verbatim
+#: ../src/guestfs-actions.pod:356
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:363 ../fish/guestfish-actions.pod:227
+#. type: textblock
+#: ../src/guestfs-actions.pod:361 ../fish/guestfish-actions.pod:225
msgid ""
"Create a new Augeas handle for editing configuration files. If there was "
"any previous Augeas handle associated with this guestfs session, then it is "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:367
+#. type: textblock
+#: ../src/guestfs-actions.pod:365
msgid "You must call this before using any other C<guestfs_aug_*> commands."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:370 ../fish/guestfish-actions.pod:234
+#. type: textblock
+#: ../src/guestfs-actions.pod:368 ../fish/guestfish-actions.pod:232
msgid ""
"C<root> is the filesystem root. C<root> must not be NULL, use C</> instead."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:373 ../fish/guestfish-actions.pod:237
+#. type: textblock
+#: ../src/guestfs-actions.pod:371 ../fish/guestfish-actions.pod:235
msgid ""
"The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
"logical I<or> of the following integers:"
msgstr ""
# type: =item
-#: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:243
+#. type: =item
+#: ../src/guestfs-actions.pod:377 ../fish/guestfish-actions.pod:241
msgid "C<AUG_SAVE_BACKUP> = 1"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:381 ../fish/guestfish-actions.pod:245
+#. type: textblock
+#: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:243
msgid "Keep the original file with a C<.augsave> extension."
msgstr ""
# type: =item
-#: ../src/guestfs-actions.pod:383 ../fish/guestfish-actions.pod:247
+#. type: =item
+#: ../src/guestfs-actions.pod:381 ../fish/guestfish-actions.pod:245
msgid "C<AUG_SAVE_NEWFILE> = 2"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:385 ../fish/guestfish-actions.pod:249
+#. type: textblock
+#: ../src/guestfs-actions.pod:383 ../fish/guestfish-actions.pod:247
msgid ""
"Save changes into a file with extension C<.augnew>, and do not overwrite "
"original. Overrides C<AUG_SAVE_BACKUP>."
msgstr ""
# type: =item
-#: ../src/guestfs-actions.pod:388 ../fish/guestfish-actions.pod:252
+#. type: =item
+#: ../src/guestfs-actions.pod:386 ../fish/guestfish-actions.pod:250
msgid "C<AUG_TYPE_CHECK> = 4"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:390 ../fish/guestfish-actions.pod:254
+#. type: textblock
+#: ../src/guestfs-actions.pod:388 ../fish/guestfish-actions.pod:252
msgid "Typecheck lenses (can be expensive)."
msgstr ""
# type: =item
-#: ../src/guestfs-actions.pod:392 ../fish/guestfish-actions.pod:256
+#. type: =item
+#: ../src/guestfs-actions.pod:390 ../fish/guestfish-actions.pod:254
msgid "C<AUG_NO_STDINC> = 8"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:258
+#. type: textblock
+#: ../src/guestfs-actions.pod:392 ../fish/guestfish-actions.pod:256
msgid "Do not use standard load path for modules."
msgstr ""
# type: =item
-#: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:260
+#. type: =item
+#: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:258
msgid "C<AUG_SAVE_NOOP> = 16"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:262
+#. type: textblock
+#: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:260
msgid "Make save a no-op, just record what would have been changed."
msgstr ""
# type: =item
-#: ../src/guestfs-actions.pod:400 ../fish/guestfish-actions.pod:264
+#. type: =item
+#: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:262
msgid "C<AUG_NO_LOAD> = 32"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:402
+#. type: textblock
+#: ../src/guestfs-actions.pod:400
msgid "Do not load the tree in C<guestfs_aug_init>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:406
+#. type: textblock
+#: ../src/guestfs-actions.pod:404
msgid "To close the handle, you can call C<guestfs_aug_close>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:408 ../fish/guestfish-actions.pod:272
+#. type: textblock
+#: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:270
msgid "To find out more about Augeas, see L<http://augeas.net/>."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:414
+#. type: =head2
+#: ../src/guestfs-actions.pod:412
msgid "guestfs_aug_insert"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:416
+#. type: verbatim
+#: ../src/guestfs-actions.pod:414
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:422 ../fish/guestfish-actions.pod:278
+#. type: textblock
+#: ../src/guestfs-actions.pod:420 ../fish/guestfish-actions.pod:276
msgid ""
"Create a new sibling C<label> for C<path>, inserting it into the tree before "
"or after C<path> (depending on the boolean flag C<before>)."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:426 ../fish/guestfish-actions.pod:282
+#. type: textblock
+#: ../src/guestfs-actions.pod:424 ../fish/guestfish-actions.pod:280
msgid ""
"C<path> must match exactly one existing node in the tree, and C<label> must "
"be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:434
+#. type: =head2
+#: ../src/guestfs-actions.pod:432
msgid "guestfs_aug_load"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:436
+#. type: verbatim
+#: ../src/guestfs-actions.pod:434
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:439 ../fish/guestfish-actions.pod:290
+#. type: textblock
+#: ../src/guestfs-actions.pod:437 ../fish/guestfish-actions.pod:288
msgid "Load files into the tree."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:441 ../fish/guestfish-actions.pod:292
+#. type: textblock
+#: ../src/guestfs-actions.pod:439 ../fish/guestfish-actions.pod:290
msgid "See C<aug_load> in the Augeas documentation for the full gory details."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:448
+#. type: =head2
+#: ../src/guestfs-actions.pod:446
msgid "guestfs_aug_ls"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:450
+#. type: verbatim
+#: ../src/guestfs-actions.pod:448
#, no-wrap
msgid ""
" char **\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:454
+#. type: textblock
+#: ../src/guestfs-actions.pod:452
msgid ""
"This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
"sorting the resulting nodes into alphabetical order."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:457 ../src/guestfs-actions.pod:473
-#: ../src/guestfs-actions.pod:619 ../src/guestfs-actions.pod:1067
-#: ../src/guestfs-actions.pod:1358 ../src/guestfs-actions.pod:1377
-#: ../src/guestfs-actions.pod:1480 ../src/guestfs-actions.pod:1499
-#: ../src/guestfs-actions.pod:1748 ../src/guestfs-actions.pod:2178
+#. type: textblock
+#: ../src/guestfs-actions.pod:455 ../src/guestfs-actions.pod:471
+#: ../src/guestfs-actions.pod:617 ../src/guestfs-actions.pod:1065
+#: ../src/guestfs-actions.pod:1356 ../src/guestfs-actions.pod:1375
+#: ../src/guestfs-actions.pod:1478 ../src/guestfs-actions.pod:1497
+#: ../src/guestfs-actions.pod:1746 ../src/guestfs-actions.pod:2178
#: ../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:3316
-#: ../src/guestfs-actions.pod:3378 ../src/guestfs-actions.pod:3483
-#: ../src/guestfs-actions.pod:3888 ../src/guestfs-actions.pod:4570
-#: ../src/guestfs-actions.pod:5090 ../src/guestfs-actions.pod:5216
-#: ../src/guestfs-actions.pod:5330 ../src/guestfs-actions.pod:5981
-#: ../src/guestfs-actions.pod:6042 ../src/guestfs-actions.pod:6097
-#: ../src/guestfs-actions.pod:6243 ../src/guestfs-actions.pod:6267
-#: ../src/guestfs-actions.pod:6749 ../src/guestfs-actions.pod:6769
-#: ../src/guestfs-actions.pod:6816 ../src/guestfs-actions.pod:6981
-#: ../src/guestfs-actions.pod:7000 ../src/guestfs-actions.pod:7085
-#: ../src/guestfs-actions.pod:7104 ../src/guestfs-actions.pod:7150
-#: ../src/guestfs-actions.pod:7169
+#: ../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
msgid ""
"This function returns a NULL-terminated array of strings (like L<environ(3)"
">), or NULL if there was an error. I<The caller must free the strings and "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:461 ../src/guestfs-actions.pod:992
-#: ../src/guestfs-actions.pod:1010 ../src/guestfs-actions.pod:1415
+#. type: textblock
+#: ../src/guestfs-actions.pod:459 ../src/guestfs-actions.pod:990
+#: ../src/guestfs-actions.pod:1008 ../src/guestfs-actions.pod:1413
#: ../src/guestfs-actions.pod:3111 ../src/guestfs-actions.pod:3142
-#: ../src/guestfs-actions.pod:3729 ../src/guestfs-actions.pod:3779
-#: ../src/guestfs-actions.pod:3966 ../src/guestfs-actions.pod:3999
-#: ../src/guestfs-actions.pod:4162 ../src/guestfs-actions.pod:4574
-#: ../src/guestfs-actions.pod:5031 ../src/guestfs-actions.pod:5409
-#: ../src/guestfs-actions.pod:5423 ../src/guestfs-actions.pod:5435
-#: ../src/guestfs-actions.pod:5843 ../src/guestfs-actions.pod:6481
-#: ../src/guestfs-actions.pod:6494 ../src/guestfs-actions.pod:6733
-#: ../src/guestfs-actions.pod:6936 ../src/guestfs-actions.pod:6969
+#: ../src/guestfs-actions.pod:3731 ../src/guestfs-actions.pod:3781
+#: ../src/guestfs-actions.pod:3968 ../src/guestfs-actions.pod:4001
+#: ../src/guestfs-actions.pod:4164 ../src/guestfs-actions.pod:4578
+#: ../src/guestfs-actions.pod:5035 ../src/guestfs-actions.pod:5413
+#: ../src/guestfs-actions.pod:5427 ../src/guestfs-actions.pod:5439
+#: ../src/guestfs-actions.pod:5847 ../src/guestfs-actions.pod:6485
+#: ../src/guestfs-actions.pod:6498 ../src/guestfs-actions.pod:6737
+#: ../src/guestfs-actions.pod:6973
msgid "(Added in 0.8)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:463
+#. type: =head2
+#: ../src/guestfs-actions.pod:461
msgid "guestfs_aug_match"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:465
+#. type: verbatim
+#: ../src/guestfs-actions.pod:463
#, no-wrap
msgid ""
" char **\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:469 ../fish/guestfish-actions.pod:306
+#. type: textblock
+#: ../src/guestfs-actions.pod:467 ../fish/guestfish-actions.pod:304
msgid ""
"Returns a list of paths which match the path expression C<path>. The "
"returned paths are sufficiently qualified so that they match exactly one "
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:479
+#. type: =head2
+#: ../src/guestfs-actions.pod:477
msgid "guestfs_aug_mv"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:481
+#. type: verbatim
+#: ../src/guestfs-actions.pod:479
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:486 ../fish/guestfish-actions.pod:314
+#. type: textblock
+#: ../src/guestfs-actions.pod:484 ../fish/guestfish-actions.pod:312
msgid ""
"Move the node C<src> to C<dest>. C<src> must match exactly one node. "
"C<dest> is overwritten if it exists."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:493
+#. type: =head2
+#: ../src/guestfs-actions.pod:491
msgid "guestfs_aug_rm"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:495
+#. type: verbatim
+#: ../src/guestfs-actions.pod:493
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:499 ../fish/guestfish-actions.pod:321
+#. type: textblock
+#: ../src/guestfs-actions.pod:497 ../fish/guestfish-actions.pod:319
msgid "Remove C<path> and all of its children."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:501 ../fish/guestfish-actions.pod:323
+#. type: textblock
+#: ../src/guestfs-actions.pod:499 ../fish/guestfish-actions.pod:321
msgid "On success this returns the number of entries which were removed."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:507
+#. type: =head2
+#: ../src/guestfs-actions.pod:505
msgid "guestfs_aug_save"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:509
+#. type: verbatim
+#: ../src/guestfs-actions.pod:507
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:512 ../fish/guestfish-actions.pod:329
+#. type: textblock
+#: ../src/guestfs-actions.pod:510 ../fish/guestfish-actions.pod:327
msgid "This writes all pending changes to disk."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:514
+#. type: textblock
+#: ../src/guestfs-actions.pod:512
msgid ""
"The flags which were passed to C<guestfs_aug_init> affect exactly how files "
"are saved."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:521
+#. type: =head2
+#: ../src/guestfs-actions.pod:519
msgid "guestfs_aug_set"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:523
+#. type: verbatim
+#: ../src/guestfs-actions.pod:521
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:528 ../fish/guestfish-actions.pod:338
+#. type: textblock
+#: ../src/guestfs-actions.pod:526 ../fish/guestfish-actions.pod:336
msgid "Set the value associated with C<path> to C<val>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:530
+#. type: textblock
+#: ../src/guestfs-actions.pod:528
msgid ""
"In the Augeas API, it is possible to clear a node by setting the value to "
"NULL. Due to an oversight in the libguestfs API you cannot do that with "
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:539
+#. type: =head2
+#: ../src/guestfs-actions.pod:537
msgid "guestfs_available"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:541
+#. type: verbatim
+#: ../src/guestfs-actions.pod:539
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:545 ../fish/guestfish-actions.pod:349
+#. type: textblock
+#: ../src/guestfs-actions.pod:543 ../fish/guestfish-actions.pod:347
msgid ""
"This command is used to check the availability of some groups of "
"functionality in the appliance, which not all builds of the libguestfs "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:549
+#. type: textblock
+#: ../src/guestfs-actions.pod:547
msgid ""
"The libguestfs groups, and the functions that those groups correspond to, "
"are listed in L<guestfs(3)/AVAILABILITY>. You can also fetch this list at "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:554 ../fish/guestfish-actions.pod:358
+#. type: textblock
+#: ../src/guestfs-actions.pod:552 ../fish/guestfish-actions.pod:356
msgid ""
"The argument C<groups> is a list of group names, eg: C<[\"inotify\", \"augeas"
"\"]> would check for the availability of the Linux inotify functions and "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:559 ../fish/guestfish-actions.pod:363
+#. type: textblock
+#: ../src/guestfs-actions.pod:557 ../fish/guestfish-actions.pod:361
msgid "The command returns no error if I<all> requested groups are available."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:561 ../fish/guestfish-actions.pod:365
+#. type: textblock
+#: ../src/guestfs-actions.pod:559 ../fish/guestfish-actions.pod:363
msgid ""
"It fails with an error if one or more of the requested groups is unavailable "
"in the appliance."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:564 ../fish/guestfish-actions.pod:368
+#. type: textblock
+#: ../src/guestfs-actions.pod:562 ../fish/guestfish-actions.pod:366
msgid ""
"If an unknown group name is included in the list of groups then an error is "
"always returned."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:567 ../fish/guestfish-actions.pod:371
+#. type: textblock
+#: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:369
msgid "I<Notes:>"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:573
+#. type: textblock
+#: ../src/guestfs-actions.pod:571
msgid "You must call C<guestfs_launch> before calling this function."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:575 ../fish/guestfish-actions.pod:379
+#. type: textblock
+#: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:377
msgid ""
"The reason is because we don't know what groups are supported by the "
"appliance/daemon until it is running and can be queried."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:581 ../fish/guestfish-actions.pod:385
+#. type: textblock
+#: ../src/guestfs-actions.pod:579 ../fish/guestfish-actions.pod:383
msgid ""
"If a group of functions is available, this does not necessarily mean that "
"they will work. You still have to check for errors when calling individual "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:588 ../fish/guestfish-actions.pod:392
+#. type: textblock
+#: ../src/guestfs-actions.pod:586 ../fish/guestfish-actions.pod:390
msgid ""
"It is usually the job of distro packagers to build complete functionality "
"into the libguestfs appliance. Upstream libguestfs, if built from source "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:595
+#. type: textblock
+#: ../src/guestfs-actions.pod:593
msgid ""
"This call was added in version C<1.0.80>. In previous versions of "
"libguestfs all you could do would be to speculatively execute a command to "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:604 ../src/guestfs-actions.pod:1165
+#. type: textblock
+#: ../src/guestfs-actions.pod:602 ../src/guestfs-actions.pod:1163
msgid "(Added in 1.0.80)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:606
+#. type: =head2
+#: ../src/guestfs-actions.pod:604
msgid "guestfs_available_all_groups"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:608
+#. type: verbatim
+#: ../src/guestfs-actions.pod:606
#, no-wrap
msgid ""
" char **\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:611
+#. type: textblock
+#: ../src/guestfs-actions.pod:609
msgid ""
"This command returns a list of all optional groups that this daemon knows "
"about. Note this returns both supported and unsupported groups. To find "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:617
+#. type: textblock
+#: ../src/guestfs-actions.pod:615
msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:623
+#. type: textblock
+#: ../src/guestfs-actions.pod:621
msgid "(Added in 1.3.15)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:625
+#. type: =head2
+#: ../src/guestfs-actions.pod:623
msgid "guestfs_base64_in"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:627
+#. type: verbatim
+#: ../src/guestfs-actions.pod:625
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:632 ../fish/guestfish-actions.pod:422
+#. type: textblock
+#: ../src/guestfs-actions.pod:630 ../fish/guestfish-actions.pod:420
msgid ""
"This command uploads base64-encoded data from C<base64file> to C<filename>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:637 ../src/guestfs-actions.pod:651
+#. type: textblock
+#: ../src/guestfs-actions.pod:635 ../src/guestfs-actions.pod:649
msgid "(Added in 1.3.5)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:639
+#. type: =head2
+#: ../src/guestfs-actions.pod:637
msgid "guestfs_base64_out"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:641
+#. type: verbatim
+#: ../src/guestfs-actions.pod:639
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:646 ../fish/guestfish-actions.pod:431
+#. type: textblock
+#: ../src/guestfs-actions.pod:644 ../fish/guestfish-actions.pod:429
msgid ""
"This command downloads the contents of C<filename>, writing it out to local "
"file C<base64file> encoded as base64."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:653
+#. type: =head2
+#: ../src/guestfs-actions.pod:651
msgid "guestfs_blockdev_flushbufs"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:655
+#. type: verbatim
+#: ../src/guestfs-actions.pod:653
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:659 ../fish/guestfish-actions.pod:440
+#. type: textblock
+#: ../src/guestfs-actions.pod:657 ../fish/guestfish-actions.pod:438
msgid ""
"This tells the kernel to flush internal buffers associated with C<device>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:662 ../src/guestfs-actions.pod:679
-#: ../src/guestfs-actions.pod:694 ../src/guestfs-actions.pod:710
-#: ../src/guestfs-actions.pod:728 ../src/guestfs-actions.pod:747
-#: ../src/guestfs-actions.pod:761 ../src/guestfs-actions.pod:779
-#: ../src/guestfs-actions.pod:793 ../src/guestfs-actions.pod:807
-#: ../fish/guestfish-actions.pod:443 ../fish/guestfish-actions.pod:454
-#: ../fish/guestfish-actions.pod:463 ../fish/guestfish-actions.pod:473
-#: ../fish/guestfish-actions.pod:485 ../fish/guestfish-actions.pod:498
-#: ../fish/guestfish-actions.pod:506 ../fish/guestfish-actions.pod:517
-#: ../fish/guestfish-actions.pod:525 ../fish/guestfish-actions.pod:533
+#. type: textblock
+#: ../src/guestfs-actions.pod:660 ../src/guestfs-actions.pod:677
+#: ../src/guestfs-actions.pod:692 ../src/guestfs-actions.pod:708
+#: ../src/guestfs-actions.pod:726 ../src/guestfs-actions.pod:745
+#: ../src/guestfs-actions.pod:759 ../src/guestfs-actions.pod:777
+#: ../src/guestfs-actions.pod:791 ../src/guestfs-actions.pod:805
+#: ../fish/guestfish-actions.pod:441 ../fish/guestfish-actions.pod:452
+#: ../fish/guestfish-actions.pod:461 ../fish/guestfish-actions.pod:471
+#: ../fish/guestfish-actions.pod:483 ../fish/guestfish-actions.pod:496
+#: ../fish/guestfish-actions.pod:504 ../fish/guestfish-actions.pod:515
+#: ../fish/guestfish-actions.pod:523 ../fish/guestfish-actions.pod:531
msgid "This uses the L<blockdev(8)> command."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:666 ../src/guestfs-actions.pod:683
-#: ../src/guestfs-actions.pod:698 ../src/guestfs-actions.pod:714
-#: ../src/guestfs-actions.pod:732 ../src/guestfs-actions.pod:751
-#: ../src/guestfs-actions.pod:765 ../src/guestfs-actions.pod:783
-#: ../src/guestfs-actions.pod:797 ../src/guestfs-actions.pod:811
+#. type: textblock
+#: ../src/guestfs-actions.pod:664 ../src/guestfs-actions.pod:681
+#: ../src/guestfs-actions.pod:696 ../src/guestfs-actions.pod:712
+#: ../src/guestfs-actions.pod:730 ../src/guestfs-actions.pod:749
+#: ../src/guestfs-actions.pod:763 ../src/guestfs-actions.pod:781
+#: ../src/guestfs-actions.pod:795 ../src/guestfs-actions.pod:809
msgid "(Added in 0.9.3)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:668
+#. type: =head2
+#: ../src/guestfs-actions.pod:666
msgid "guestfs_blockdev_getbsz"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:670
+#. type: verbatim
+#: ../src/guestfs-actions.pod:668
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:674 ../fish/guestfish-actions.pod:449
+#. type: textblock
+#: ../src/guestfs-actions.pod:672 ../fish/guestfish-actions.pod:447
msgid "This returns the block size of a device."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:676 ../src/guestfs-actions.pod:776
-#: ../fish/guestfish-actions.pod:451 ../fish/guestfish-actions.pod:514
+#. type: textblock
+#: ../src/guestfs-actions.pod:674 ../src/guestfs-actions.pod:774
+#: ../fish/guestfish-actions.pod:449 ../fish/guestfish-actions.pod:512
msgid ""
"(Note this is different from both I<size in blocks> and I<filesystem block "
"size>)."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:685
+#. type: =head2
+#: ../src/guestfs-actions.pod:683
msgid "guestfs_blockdev_getro"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:687
+#. type: verbatim
+#: ../src/guestfs-actions.pod:685
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:691 ../fish/guestfish-actions.pod:460
+#. type: textblock
+#: ../src/guestfs-actions.pod:689 ../fish/guestfish-actions.pod:458
msgid ""
"Returns a boolean indicating if the block device is read-only (true if read-"
"only, false if not)."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:696 ../src/guestfs-actions.pod:1398
-#: ../src/guestfs-actions.pod:1413 ../src/guestfs-actions.pod:1893
-#: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:1976
-#: ../src/guestfs-actions.pod:2031 ../src/guestfs-actions.pod:2046
-#: ../src/guestfs-actions.pod:2071 ../src/guestfs-actions.pod:2094
+#. type: textblock
+#: ../src/guestfs-actions.pod:694 ../src/guestfs-actions.pod:1396
+#: ../src/guestfs-actions.pod:1411 ../src/guestfs-actions.pod:1891
+#: ../src/guestfs-actions.pod:1902 ../src/guestfs-actions.pod:1974
+#: ../src/guestfs-actions.pod:2029 ../src/guestfs-actions.pod:2044
+#: ../src/guestfs-actions.pod:2069 ../src/guestfs-actions.pod:2092
#: ../src/guestfs-actions.pod:3050 ../src/guestfs-actions.pod:3064
#: ../src/guestfs-actions.pod:3079 ../src/guestfs-actions.pod:3093
#: ../src/guestfs-actions.pod:3109 ../src/guestfs-actions.pod:3124
#: ../src/guestfs-actions.pod:3140 ../src/guestfs-actions.pod:3154
#: ../src/guestfs-actions.pod:3167 ../src/guestfs-actions.pod:3181
#: ../src/guestfs-actions.pod:3196 ../src/guestfs-actions.pod:3211
-#: ../src/guestfs-actions.pod:4719
+#: ../src/guestfs-actions.pod:4723
msgid "This function returns a C truth value on success or -1 on error."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:700
+#. type: =head2
+#: ../src/guestfs-actions.pod:698
msgid "guestfs_blockdev_getsize64"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:702
+#. type: verbatim
+#: ../src/guestfs-actions.pod:700
#, no-wrap
msgid ""
" int64_t\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:706 ../fish/guestfish-actions.pod:469
+#. type: textblock
+#: ../src/guestfs-actions.pod:704 ../fish/guestfish-actions.pod:467
msgid "This returns the size of the device in bytes."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:708
+#. type: textblock
+#: ../src/guestfs-actions.pod:706
msgid "See also C<guestfs_blockdev_getsz>."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:716
+#. type: =head2
+#: ../src/guestfs-actions.pod:714
msgid "guestfs_blockdev_getss"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:718
+#. type: verbatim
+#: ../src/guestfs-actions.pod:716
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:722 ../fish/guestfish-actions.pod:479
+#. type: textblock
+#: ../src/guestfs-actions.pod:720 ../fish/guestfish-actions.pod:477
msgid ""
"This returns the size of sectors on a block device. Usually 512, but can be "
"larger for modern devices."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:725
+#. type: textblock
+#: ../src/guestfs-actions.pod:723
msgid ""
"(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
"that)."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:734
+#. type: =head2
+#: ../src/guestfs-actions.pod:732
msgid "guestfs_blockdev_getsz"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:736
+#. type: verbatim
+#: ../src/guestfs-actions.pod:734
#, no-wrap
msgid ""
" int64_t\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:740 ../fish/guestfish-actions.pod:491
+#. type: textblock
+#: ../src/guestfs-actions.pod:738 ../fish/guestfish-actions.pod:489
msgid ""
"This returns the size of the device in units of 512-byte sectors (even if "
"the sectorsize isn't 512 bytes ... weird)."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:743
+#. type: textblock
+#: ../src/guestfs-actions.pod:741
msgid ""
"See also C<guestfs_blockdev_getss> for the real sector size of the device, "
"and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:753
+#. type: =head2
+#: ../src/guestfs-actions.pod:751
msgid "guestfs_blockdev_rereadpt"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:755
+#. type: verbatim
+#: ../src/guestfs-actions.pod:753
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:759 ../fish/guestfish-actions.pod:504
+#. type: textblock
+#: ../src/guestfs-actions.pod:757 ../fish/guestfish-actions.pod:502
msgid "Reread the partition table on C<device>."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:767
+#. type: =head2
+#: ../src/guestfs-actions.pod:765
msgid "guestfs_blockdev_setbsz"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:769
+#. type: verbatim
+#: ../src/guestfs-actions.pod:767
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:774 ../fish/guestfish-actions.pod:512
+#. type: textblock
+#: ../src/guestfs-actions.pod:772 ../fish/guestfish-actions.pod:510
msgid "This sets the block size of a device."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:785
+#. type: =head2
+#: ../src/guestfs-actions.pod:783
msgid "guestfs_blockdev_setro"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:787
+#. type: verbatim
+#: ../src/guestfs-actions.pod:785
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:791 ../fish/guestfish-actions.pod:523
+#. type: textblock
+#: ../src/guestfs-actions.pod:789 ../fish/guestfish-actions.pod:521
msgid "Sets the block device named C<device> to read-only."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:799
+#. type: =head2
+#: ../src/guestfs-actions.pod:797
msgid "guestfs_blockdev_setrw"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:801
+#. type: verbatim
+#: ../src/guestfs-actions.pod:799
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:805 ../fish/guestfish-actions.pod:531
+#. type: textblock
+#: ../src/guestfs-actions.pod:803 ../fish/guestfish-actions.pod:529
msgid "Sets the block device named C<device> to read-write."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:813
+#. type: =head2
+#: ../src/guestfs-actions.pod:811
msgid "guestfs_case_sensitive_path"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:815
+#. type: verbatim
+#: ../src/guestfs-actions.pod:813
#, no-wrap
msgid ""
" char *\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:819 ../fish/guestfish-actions.pod:539
+#. type: textblock
+#: ../src/guestfs-actions.pod:817 ../fish/guestfish-actions.pod:537
msgid ""
"This can be used to resolve case insensitive paths on a filesystem which is "
"case sensitive. The use case is to resolve paths which you have read from "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:824 ../fish/guestfish-actions.pod:544
+#. type: textblock
+#: ../src/guestfs-actions.pod:822 ../fish/guestfish-actions.pod:542
msgid ""
"The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
"(and probably others), which is that although the underlying filesystem is "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:829 ../fish/guestfish-actions.pod:549
+#. type: textblock
+#: ../src/guestfs-actions.pod:827 ../fish/guestfish-actions.pod:547
msgid ""
"One consequence of this is that special directories such as C<c:\\windows> "
"may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:835 ../fish/guestfish-actions.pod:555
+#. type: textblock
+#: ../src/guestfs-actions.pod:833 ../fish/guestfish-actions.pod:553
msgid ""
"Bug or feature? You decide: L<http://www.tuxera.com/community/ntfs-3g-faq/"
"#posixfilenames1>"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:838 ../fish/guestfish-actions.pod:558
+#. type: textblock
+#: ../src/guestfs-actions.pod:836 ../fish/guestfish-actions.pod:556
msgid ""
"This function resolves the true case of each element in the path and returns "
"the case-sensitive path."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:841
+#. type: textblock
+#: ../src/guestfs-actions.pod:839
msgid ""
"Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\") might return C<"
"\"/WINDOWS/system32\"> (the exact return value would depend on details of "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:846 ../fish/guestfish-actions.pod:566
+#. type: textblock
+#: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:564
msgid "I<Note>: This function does not handle drive names, backslashes etc."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:849
+#. type: textblock
+#: ../src/guestfs-actions.pod:847
msgid "See also C<guestfs_realpath>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:854 ../src/guestfs-actions.pod:6661
+#. type: textblock
+#: ../src/guestfs-actions.pod:852 ../src/guestfs-actions.pod:6665
msgid "(Added in 1.0.75)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:856
+#. type: =head2
+#: ../src/guestfs-actions.pod:854
msgid "guestfs_cat"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:858
+#. type: verbatim
+#: ../src/guestfs-actions.pod:856
#, no-wrap
msgid ""
" char *\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:862 ../src/guestfs-actions.pod:5206
-#: ../fish/guestfish-actions.pod:575 ../fish/guestfish-actions.pod:3464
+#. type: textblock
+#: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:5210
+#: ../fish/guestfish-actions.pod:573 ../fish/guestfish-actions.pod:3462
msgid "Return the contents of the file named C<path>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:864
+#. type: textblock
+#: ../src/guestfs-actions.pod:862
msgid ""
"Note that this function cannot correctly handle binary files (specifically, "
"files containing C<\\0> character which is treated as end of string). For "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:872 ../src/guestfs-actions.pod:1051
-#: ../src/guestfs-actions.pod:1071 ../src/guestfs-actions.pod:1362
-#: ../src/guestfs-actions.pod:1381 ../src/guestfs-actions.pod:1484
-#: ../src/guestfs-actions.pod:1503 ../src/guestfs-actions.pod:1752
+#. type: textblock
+#: ../src/guestfs-actions.pod:870 ../src/guestfs-actions.pod:1049
+#: ../src/guestfs-actions.pod:1069 ../src/guestfs-actions.pod:1360
+#: ../src/guestfs-actions.pod:1379 ../src/guestfs-actions.pod:1482
+#: ../src/guestfs-actions.pod:1501 ../src/guestfs-actions.pod:1750
#: ../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:4988 ../src/guestfs-actions.pod:5014
-#: ../src/guestfs-actions.pod:5145 ../src/guestfs-actions.pod:5171
-#: ../src/guestfs-actions.pod:5195 ../src/guestfs-actions.pod:6046
-#: ../src/guestfs-actions.pod:6101 ../src/guestfs-actions.pod:6247
-#: ../src/guestfs-actions.pod:6271 ../src/guestfs-actions.pod:6933
-#: ../src/guestfs-actions.pod:6959 ../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 ../fish/guestfish-actions.pod:582
-#: ../fish/guestfish-actions.pod:717 ../fish/guestfish-actions.pod:729
-#: ../fish/guestfish-actions.pod:905 ../fish/guestfish-actions.pod:915
-#: ../fish/guestfish-actions.pod:982 ../fish/guestfish-actions.pod:992
-#: ../fish/guestfish-actions.pod:1187 ../fish/guestfish-actions.pod:1482
-#: ../fish/guestfish-actions.pod:1492 ../fish/guestfish-actions.pod:1520
-#: ../fish/guestfish-actions.pod:1535 ../fish/guestfish-actions.pod:1545
-#: ../fish/guestfish-actions.pod:1564 ../fish/guestfish-actions.pod:3334
-#: ../fish/guestfish-actions.pod:3349 ../fish/guestfish-actions.pod:3425
-#: ../fish/guestfish-actions.pod:3442 ../fish/guestfish-actions.pod:3457
-#: ../fish/guestfish-actions.pod:4040 ../fish/guestfish-actions.pod:4086
-#: ../fish/guestfish-actions.pod:4171 ../fish/guestfish-actions.pod:4186
-#: ../fish/guestfish-actions.pod:4596 ../fish/guestfish-actions.pod:4614
-#: ../fish/guestfish-actions.pod:4631 ../fish/guestfish-actions.pod:4641
-#: ../fish/guestfish-actions.pod:4689 ../fish/guestfish-actions.pod:4699
-#: ../fish/guestfish-actions.pod:4728 ../fish/guestfish-actions.pod:4738
+#: ../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
+#: ../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
msgid ""
"Because of the message protocol, there is a transfer limit of somewhere "
"between 2MB and 4MB. See L<guestfs(3)/PROTOCOL LIMITS>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:875 ../src/guestfs-actions.pod:3320
-#: ../src/guestfs-actions.pod:3382 ../src/guestfs-actions.pod:3399
-#: ../src/guestfs-actions.pod:3487 ../src/guestfs-actions.pod:3892
-#: ../src/guestfs-actions.pod:3906 ../src/guestfs-actions.pod:5094
-#: ../src/guestfs-actions.pod:5108 ../src/guestfs-actions.pod:6820
-#: ../src/guestfs-actions.pod:6834
+#. 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
msgid "(Added in 0.4)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:877
+#. type: =head2
+#: ../src/guestfs-actions.pod:875
msgid "guestfs_checksum"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:879
+#. type: verbatim
+#: ../src/guestfs-actions.pod:877
#, no-wrap
msgid ""
" char *\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:884 ../fish/guestfish-actions.pod:589
+#. type: textblock
+#: ../src/guestfs-actions.pod:882 ../fish/guestfish-actions.pod:587
msgid ""
"This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:887 ../fish/guestfish-actions.pod:592
+#. type: textblock
+#: ../src/guestfs-actions.pod:885 ../fish/guestfish-actions.pod:590
msgid ""
"The type of checksum to compute is given by the C<csumtype> parameter which "
"must have one of the following values:"
msgstr ""
# type: =item
-#: ../src/guestfs-actions.pod:892 ../fish/guestfish-actions.pod:597
+#. type: =item
+#: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:595
msgid "C<crc>"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:894 ../fish/guestfish-actions.pod:599
+#. type: textblock
+#: ../src/guestfs-actions.pod:892 ../fish/guestfish-actions.pod:597
msgid ""
"Compute the cyclic redundancy check (CRC) specified by POSIX for the "
"C<cksum> command."
msgstr ""
# type: =item
-#: ../src/guestfs-actions.pod:897 ../fish/guestfish-actions.pod:602
+#. type: =item
+#: ../src/guestfs-actions.pod:895 ../fish/guestfish-actions.pod:600
msgid "C<md5>"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:899 ../fish/guestfish-actions.pod:604
+#. type: textblock
+#: ../src/guestfs-actions.pod:897 ../fish/guestfish-actions.pod:602
msgid "Compute the MD5 hash (using the C<md5sum> program)."
msgstr ""
# type: =item
-#: ../src/guestfs-actions.pod:901 ../fish/guestfish-actions.pod:606
+#. type: =item
+#: ../src/guestfs-actions.pod:899 ../fish/guestfish-actions.pod:604
msgid "C<sha1>"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:608
+#. type: textblock
+#: ../src/guestfs-actions.pod:901 ../fish/guestfish-actions.pod:606
msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
msgstr ""
# type: =item
-#: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:610
+#. type: =item
+#: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:608
msgid "C<sha224>"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:612
+#. type: textblock
+#: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:610
msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
msgstr ""
# type: =item
-#: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:614
+#. type: =item
+#: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:612
msgid "C<sha256>"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:616
+#. type: textblock
+#: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:614
msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
msgstr ""
# type: =item
-#: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:618
+#. type: =item
+#: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:616
msgid "C<sha384>"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:620
+#. type: textblock
+#: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:618
msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
msgstr ""
# type: =item
-#: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:622
+#. type: =item
+#: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:620
msgid "C<sha512>"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:919 ../fish/guestfish-actions.pod:624
+#. type: textblock
+#: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:622
msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:923 ../fish/guestfish-actions.pod:628
+#. type: textblock
+#: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:626
msgid "The checksum is returned as a printable string."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:925
+#. type: textblock
+#: ../src/guestfs-actions.pod:923
msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:927
+#. type: textblock
+#: ../src/guestfs-actions.pod:925
msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:932 ../src/guestfs-actions.pod:1240
-#: ../src/guestfs-actions.pod:2062 ../src/guestfs-actions.pod:3066
+#. 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:6517
+#: ../src/guestfs-actions.pod:3183 ../src/guestfs-actions.pod:6521
msgid "(Added in 1.0.2)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:934
+#. type: =head2
+#: ../src/guestfs-actions.pod:932
msgid "guestfs_checksum_device"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:936
+#. type: verbatim
+#: ../src/guestfs-actions.pod:934
#, no-wrap
msgid ""
" char *\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:941
+#. type: textblock
+#: ../src/guestfs-actions.pod:939
msgid ""
"This call computes the MD5, SHAx or CRC checksum of the contents of the "
"device named C<device>. For the types of checksums supported see the "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:948 ../src/guestfs-actions.pod:4625
-#: ../src/guestfs-actions.pod:4684 ../src/guestfs-actions.pod:4721
-#: ../src/guestfs-actions.pod:4739 ../src/guestfs-actions.pod:4915
-#: ../src/guestfs-actions.pod:6426 ../src/guestfs-actions.pod:6440
-#: ../src/guestfs-actions.pod:6846
+#. 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
msgid "(Added in 1.3.2)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:950
+#. type: =head2
+#: ../src/guestfs-actions.pod:948
msgid "guestfs_checksums_out"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:952
+#. type: verbatim
+#: ../src/guestfs-actions.pod:950
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:958 ../fish/guestfish-actions.pod:646
+#. type: textblock
+#: ../src/guestfs-actions.pod:956 ../fish/guestfish-actions.pod:644
msgid ""
"This command computes the checksums of all regular files in C<directory> and "
"then emits a list of those checksums to the local output file C<sumsfile>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:962 ../fish/guestfish-actions.pod:650
+#. type: textblock
+#: ../src/guestfs-actions.pod:960 ../fish/guestfish-actions.pod:648
msgid ""
"This can be used for verifying the integrity of a virtual machine. However "
"to be properly secure you should pay attention to the output of the checksum "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:972
+#. type: textblock
+#: ../src/guestfs-actions.pod:970
msgid "(Added in 1.3.7)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:974
+#. type: =head2
+#: ../src/guestfs-actions.pod:972
msgid "guestfs_chmod"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:976
+#. type: verbatim
+#: ../src/guestfs-actions.pod:974
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:981 ../fish/guestfish-actions.pod:664
+#. type: textblock
+#: ../src/guestfs-actions.pod:979 ../fish/guestfish-actions.pod:662
msgid ""
"Change the mode (permissions) of C<path> to C<mode>. Only numeric modes are "
"supported."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:984 ../fish/guestfish-actions.pod:667
+#. type: textblock
+#: ../src/guestfs-actions.pod:982 ../fish/guestfish-actions.pod:665
msgid ""
"I<Note>: When using this command from guestfish, C<mode> by default would be "
"decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:988 ../src/guestfs-actions.pod:4143
-#: ../src/guestfs-actions.pod:4324 ../src/guestfs-actions.pod:4343
-#: ../src/guestfs-actions.pod:4362 ../fish/guestfish-actions.pod:671
-#: ../fish/guestfish-actions.pod:2793 ../fish/guestfish-actions.pod:2909
-#: ../fish/guestfish-actions.pod:2919 ../fish/guestfish-actions.pod:2929
+#. 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
msgid "The mode actually set is affected by the umask."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:994
+#. type: =head2
+#: ../src/guestfs-actions.pod:992
msgid "guestfs_chown"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:996
+#. type: verbatim
+#: ../src/guestfs-actions.pod:994
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1002 ../fish/guestfish-actions.pod:677
+#. type: textblock
+#: ../src/guestfs-actions.pod:1000 ../fish/guestfish-actions.pod:675
msgid "Change the file owner to C<owner> and group to C<group>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1004 ../src/guestfs-actions.pod:3253
-#: ../fish/guestfish-actions.pod:679 ../fish/guestfish-actions.pod:2251
+#. type: textblock
+#: ../src/guestfs-actions.pod:1002 ../src/guestfs-actions.pod:3253
+#: ../fish/guestfish-actions.pod:677 ../fish/guestfish-actions.pod:2249
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 "
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1012
+#. type: =head2
+#: ../src/guestfs-actions.pod:1010
msgid "guestfs_command"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1014
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1012
#, no-wrap
msgid ""
" char *\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1018 ../fish/guestfish-actions.pod:687
+#. type: textblock
+#: ../src/guestfs-actions.pod:1016 ../fish/guestfish-actions.pod:685
msgid ""
"This call runs a command from the guest filesystem. The filesystem must be "
"mounted, and must contain a compatible operating system (ie. something "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1023
+#. type: textblock
+#: ../src/guestfs-actions.pod:1021
msgid ""
"The single parameter is an argv-style list of arguments. The first element "
"is the name of the program to run. Subsequent elements are parameters. The "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1030 ../fish/guestfish-actions.pod:699
+#. type: textblock
+#: ../src/guestfs-actions.pod:1028 ../fish/guestfish-actions.pod:697
msgid "The return value is anything printed to I<stdout> by the command."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1033 ../fish/guestfish-actions.pod:702
+#. type: textblock
+#: ../src/guestfs-actions.pod:1031 ../fish/guestfish-actions.pod:700
msgid ""
"If the command returns a non-zero exit status, then this function returns an "
"error message. The error message string is the content of I<stderr> from "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1037 ../fish/guestfish-actions.pod:706
+#. type: textblock
+#: ../src/guestfs-actions.pod:1035 ../fish/guestfish-actions.pod:704
msgid ""
"The C<$PATH> environment variable will contain at least C</usr/bin> and C</"
"bin>. If you require a program from another location, you should provide "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1042 ../fish/guestfish-actions.pod:711
+#. type: textblock
+#: ../src/guestfs-actions.pod:1040 ../fish/guestfish-actions.pod:709
msgid ""
"Shared libraries and data files required by the program must be available on "
"filesystems which are mounted in the correct places. It is the caller's "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1054 ../src/guestfs-actions.pod:1074
-#: ../src/guestfs-actions.pod:1537
+#. type: textblock
+#: ../src/guestfs-actions.pod:1052 ../src/guestfs-actions.pod:1072
+#: ../src/guestfs-actions.pod:1535
msgid "(Added in 0.9.1)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1056
+#. type: =head2
+#: ../src/guestfs-actions.pod:1054
msgid "guestfs_command_lines"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1058
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1056
#, no-wrap
msgid ""
" char **\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1062
+#. type: textblock
+#: ../src/guestfs-actions.pod:1060
msgid ""
"This is the same as C<guestfs_command>, but splits the result into a list of "
"lines."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1065
+#. type: textblock
+#: ../src/guestfs-actions.pod:1063
msgid "See also: C<guestfs_sh_lines>"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1076
+#. type: =head2
+#: ../src/guestfs-actions.pod:1074
msgid "guestfs_config"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1078
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1076
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1083 ../fish/guestfish-actions.pod:736
+#. type: textblock
+#: ../src/guestfs-actions.pod:1081 ../fish/guestfish-actions.pod:734
msgid ""
"This can be used to add arbitrary qemu command line parameters of the form "
"C<-param value>. Actually it's not quite arbitrary - we prevent you from "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1088 ../fish/guestfish-actions.pod:741
+#. type: textblock
+#: ../src/guestfs-actions.pod:1086 ../fish/guestfish-actions.pod:739
msgid "The first character of C<param> string must be a C<-> (dash)."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1090 ../fish/guestfish-actions.pod:743
+#. type: textblock
+#: ../src/guestfs-actions.pod:1088 ../fish/guestfish-actions.pod:741
msgid "C<value> can be NULL."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1096
+#. type: =head2
+#: ../src/guestfs-actions.pod:1094
msgid "guestfs_copy_size"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1098
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1096
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1104 ../fish/guestfish-actions.pod:749
+#. type: textblock
+#: ../src/guestfs-actions.pod:1102 ../fish/guestfish-actions.pod:747
msgid ""
"This command copies exactly C<size> bytes from one source device or file "
"C<src> to another destination device or file C<dest>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1107 ../fish/guestfish-actions.pod:752
+#. type: textblock
+#: ../src/guestfs-actions.pod:1105 ../fish/guestfish-actions.pod:750
msgid ""
"Note this will fail if the source is too short or if the destination is not "
"large enough."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1112 ../src/guestfs-actions.pod:1235
-#: ../src/guestfs-actions.pod:1266 ../src/guestfs-actions.pod:1686
-#: ../src/guestfs-actions.pod:1708 ../src/guestfs-actions.pod:6512
-#: ../src/guestfs-actions.pod:6546 ../src/guestfs-actions.pod:7025
-#: ../src/guestfs-actions.pod:7044
+#. 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
msgid ""
"This long-running command can generate progress notification messages so "
"that the caller can display a progress bar or indicator. To receive these "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1117 ../src/guestfs-actions.pod:3919
-#: ../src/guestfs-actions.pod:5121 ../src/guestfs-actions.pod:6753
-#: ../src/guestfs-actions.pod:6773 ../src/guestfs-actions.pod:6859
+#. 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
msgid "(Added in 1.0.87)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1119
+#. type: =head2
+#: ../src/guestfs-actions.pod:1117
msgid "guestfs_cp"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1121
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1119
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1126 ../fish/guestfish-actions.pod:759
+#. type: textblock
+#: ../src/guestfs-actions.pod:1124 ../fish/guestfish-actions.pod:757
msgid ""
"This copies a file from C<src> to C<dest> where C<dest> is either a "
"destination filename or destination directory."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1131 ../src/guestfs-actions.pod:1145
-#: ../src/guestfs-actions.pod:1217 ../src/guestfs-actions.pod:1291
-#: ../src/guestfs-actions.pod:1400 ../src/guestfs-actions.pod:4588
-#: ../src/guestfs-actions.pod:4965
+#. 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
msgid "(Added in 1.0.18)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1133
+#. type: =head2
+#: ../src/guestfs-actions.pod:1131
msgid "guestfs_cp_a"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1135
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1133
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1140 ../fish/guestfish-actions.pod:766
+#. type: textblock
+#: ../src/guestfs-actions.pod:1138 ../fish/guestfish-actions.pod:764
msgid ""
"This copies a file or directory from C<src> to C<dest> recursively using the "
"C<cp -a> command."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1147
+#. type: =head2
+#: ../src/guestfs-actions.pod:1145
msgid "guestfs_dd"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1149
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1147
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1154 ../fish/guestfish-actions.pod:773
+#. type: textblock
+#: ../src/guestfs-actions.pod:1152 ../fish/guestfish-actions.pod:771
msgid ""
"This command copies from one source device or file C<src> to another "
"destination device or file C<dest>. Normally you would use this to copy to "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1159
+#. type: textblock
+#: ../src/guestfs-actions.pod:1157
msgid ""
"If the destination is a device, it must be as large or larger than the "
"source file or device, otherwise the copy will fail. This command cannot do "
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1167
+#. type: =head2
+#: ../src/guestfs-actions.pod:1165
msgid "guestfs_df"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1169
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1167
#, no-wrap
msgid ""
" char *\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1172 ../fish/guestfish-actions.pod:786
+#. type: textblock
+#: ../src/guestfs-actions.pod:1170 ../fish/guestfish-actions.pod:784
msgid "This command runs the C<df> command to report disk space used."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1174 ../src/guestfs-actions.pod:1191
+#. type: textblock
+#: ../src/guestfs-actions.pod:1172 ../src/guestfs-actions.pod:1189
msgid ""
"This command is mostly useful for interactive sessions. It is I<not> "
"intended that you try to parse the output string. Use C<guestfs_statvfs> "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1181 ../src/guestfs-actions.pod:1198
-#: ../src/guestfs-actions.pod:1311 ../src/guestfs-actions.pod:2263
+#. type: textblock
+#: ../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:4029 ../src/guestfs-actions.pod:4488
-#: ../src/guestfs-actions.pod:6250 ../src/guestfs-actions.pod:6274
-#: ../src/guestfs-actions.pod:6892 ../src/guestfs-actions.pod:6905
-#: ../src/guestfs-actions.pod:6918
+#: ../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
msgid "(Added in 1.0.54)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1183
+#. type: =head2
+#: ../src/guestfs-actions.pod:1181
msgid "guestfs_df_h"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1185
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1183
#, no-wrap
msgid ""
" char *\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1188 ../fish/guestfish-actions.pod:796
+#. type: textblock
+#: ../src/guestfs-actions.pod:1186 ../fish/guestfish-actions.pod:794
msgid ""
"This command runs the C<df -h> command to report disk space used in human-"
"readable format."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1200
+#. type: =head2
+#: ../src/guestfs-actions.pod:1198
msgid "guestfs_dmesg"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1202
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1200
#, no-wrap
msgid ""
" char *\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1205 ../fish/guestfish-actions.pod:807
+#. type: textblock
+#: ../src/guestfs-actions.pod:1203 ../fish/guestfish-actions.pod:805
msgid ""
"This returns the kernel messages (C<dmesg> output) from the guest kernel. "
"This is sometimes useful for extended debugging of problems."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1209
+#. type: textblock
+#: ../src/guestfs-actions.pod:1207
msgid ""
"Another way to get the same information is to enable verbose messages with "
"C<guestfs_set_verbose> or by setting the environment variable "
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1219
+#. type: =head2
+#: ../src/guestfs-actions.pod:1217
msgid "guestfs_download"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1221
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1219
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1226 ../src/guestfs-actions.pod:1251
-#: ../fish/guestfish-actions.pod:820 ../fish/guestfish-actions.pod:833
+#. type: textblock
+#: ../src/guestfs-actions.pod:1224 ../src/guestfs-actions.pod:1249
+#: ../fish/guestfish-actions.pod:818 ../fish/guestfish-actions.pod:831
msgid ""
"Download file C<remotefilename> and save it as C<filename> on the local "
"machine."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1229 ../src/guestfs-actions.pod:6506
-#: ../fish/guestfish-actions.pod:823 ../fish/guestfish-actions.pod:4344
+#. type: textblock
+#: ../src/guestfs-actions.pod:1227 ../src/guestfs-actions.pod:6510
+#: ../fish/guestfish-actions.pod:821 ../fish/guestfish-actions.pod:4342
msgid "C<filename> can also be a named pipe."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1231
+#. type: textblock
+#: ../src/guestfs-actions.pod:1229
msgid "See also C<guestfs_upload>, C<guestfs_cat>."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1242
+#. type: =head2
+#: ../src/guestfs-actions.pod:1240
msgid "guestfs_download_offset"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1244
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1242
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1254 ../fish/guestfish-actions.pod:836
+#. type: textblock
+#: ../src/guestfs-actions.pod:1252 ../fish/guestfish-actions.pod:834
msgid ""
"C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
"region must be within the file or device)."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1257
+#. type: textblock
+#: ../src/guestfs-actions.pod:1255
msgid ""
"Note that there is no limit on the amount of data that can be downloaded "
"with this call, unlike with C<guestfs_pread>, and this call always reads the "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1262
+#. type: textblock
+#: ../src/guestfs-actions.pod:1260
msgid "See also C<guestfs_download>, C<guestfs_pread>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1271 ../src/guestfs-actions.pod:6551
+#. type: textblock
+#: ../src/guestfs-actions.pod:1269 ../src/guestfs-actions.pod:6555
msgid "(Added in 1.5.17)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1273
+#. type: =head2
+#: ../src/guestfs-actions.pod:1271
msgid "guestfs_drop_caches"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1275
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1273
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1279 ../fish/guestfish-actions.pod:852
+#. type: textblock
+#: ../src/guestfs-actions.pod:1277 ../fish/guestfish-actions.pod:850
msgid ""
"This instructs the guest kernel to drop its page cache, and/or dentries and "
"inode caches. The parameter C<whattodrop> tells the kernel what precisely "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1284 ../fish/guestfish-actions.pod:857
+#. type: textblock
+#: ../src/guestfs-actions.pod:1282 ../fish/guestfish-actions.pod:855
msgid "Setting C<whattodrop> to 3 should drop everything."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1286 ../fish/guestfish-actions.pod:859
+#. type: textblock
+#: ../src/guestfs-actions.pod:1284 ../fish/guestfish-actions.pod:857
msgid ""
"This automatically calls L<sync(2)> before the operation, so that the "
"maximum guest memory is freed."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1293
+#. type: =head2
+#: ../src/guestfs-actions.pod:1291
msgid "guestfs_du"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1295
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1293
#, no-wrap
msgid ""
" int64_t\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1299 ../fish/guestfish-actions.pod:866
+#. type: textblock
+#: ../src/guestfs-actions.pod:1297 ../fish/guestfish-actions.pod:864
msgid ""
"This command runs the C<du -s> command to estimate file space usage for "
"C<path>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1302 ../fish/guestfish-actions.pod:869
+#. type: textblock
+#: ../src/guestfs-actions.pod:1300 ../fish/guestfish-actions.pod:867
msgid ""
"C<path> can be a file or a directory. If C<path> is a directory then the "
"estimate includes the contents of the directory and all subdirectories "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1306 ../fish/guestfish-actions.pod:873
+#. type: textblock
+#: ../src/guestfs-actions.pod:1304 ../fish/guestfish-actions.pod:871
msgid ""
"The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1313
+#. type: =head2
+#: ../src/guestfs-actions.pod:1311
msgid "guestfs_e2fsck_f"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1315
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1313
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1319 ../fish/guestfish-actions.pod:880
+#. type: textblock
+#: ../src/guestfs-actions.pod:1317 ../fish/guestfish-actions.pod:878
msgid ""
"This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
"on C<device>, noninteractively (C<-p>), even if the filesystem appears to be "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1323
+#. type: textblock
+#: ../src/guestfs-actions.pod:1321
msgid ""
"This command is only needed because of C<guestfs_resize2fs> (q.v.). "
"Normally you should use C<guestfs_fsck>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1328
+#. type: textblock
+#: ../src/guestfs-actions.pod:1326
msgid "(Added in 1.0.29)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1330
+#. type: =head2
+#: ../src/guestfs-actions.pod:1328
msgid "guestfs_echo_daemon"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1332
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1330
#, no-wrap
msgid ""
" char *\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1336 ../fish/guestfish-actions.pod:891
+#. type: textblock
+#: ../src/guestfs-actions.pod:1334 ../fish/guestfish-actions.pod:889
msgid ""
"This command concatenates the list of C<words> passed with single spaces "
"between them and returns the resulting string."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1339 ../fish/guestfish-actions.pod:894
+#. type: textblock
+#: ../src/guestfs-actions.pod:1337 ../fish/guestfish-actions.pod:892
msgid "You can use this command to test the connection through to the daemon."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1341
+#. type: textblock
+#: ../src/guestfs-actions.pod:1339
msgid "See also C<guestfs_ping_daemon>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1346 ../src/guestfs-actions.pod:2073
-#: ../src/guestfs-actions.pod:5754
+#. type: textblock
+#: ../src/guestfs-actions.pod:1344 ../src/guestfs-actions.pod:2071
+#: ../src/guestfs-actions.pod:5758
msgid "(Added in 1.0.69)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1348
+#. type: =head2
+#: ../src/guestfs-actions.pod:1346
msgid "guestfs_egrep"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1350
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1348
#, no-wrap
msgid ""
" char **\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1355 ../fish/guestfish-actions.pod:902
+#. type: textblock
+#: ../src/guestfs-actions.pod:1353 ../fish/guestfish-actions.pod:900
msgid ""
"This calls the external C<egrep> program and returns the matching lines."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1365 ../src/guestfs-actions.pod:1384
-#: ../src/guestfs-actions.pod:1441 ../src/guestfs-actions.pod:1487
-#: ../src/guestfs-actions.pod:1506 ../src/guestfs-actions.pod:2201
+#. type: textblock
+#: ../src/guestfs-actions.pod:1363 ../src/guestfs-actions.pod:1382
+#: ../src/guestfs-actions.pod:1439 ../src/guestfs-actions.pod:1485
+#: ../src/guestfs-actions.pod:1504 ../src/guestfs-actions.pod:2201
#: ../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:3412
-#: ../src/guestfs-actions.pod:3426 ../src/guestfs-actions.pod:3439
-#: ../src/guestfs-actions.pod:3453 ../src/guestfs-actions.pod:4423
-#: ../src/guestfs-actions.pod:5299 ../src/guestfs-actions.pod:5348
-#: ../src/guestfs-actions.pod:6118 ../src/guestfs-actions.pod:6130
-#: ../src/guestfs-actions.pod:6143 ../src/guestfs-actions.pod:6156
-#: ../src/guestfs-actions.pod:6178 ../src/guestfs-actions.pod:6191
-#: ../src/guestfs-actions.pod:6204 ../src/guestfs-actions.pod:6217
-#: ../src/guestfs-actions.pod:6988 ../src/guestfs-actions.pod:7007
-#: ../src/guestfs-actions.pod:7092 ../src/guestfs-actions.pod:7111
-#: ../src/guestfs-actions.pod:7157 ../src/guestfs-actions.pod:7176
+#: ../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
msgid "(Added in 1.0.66)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1367
+#. type: =head2
+#: ../src/guestfs-actions.pod:1365
msgid "guestfs_egrepi"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1369
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1367
#, no-wrap
msgid ""
" char **\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1374 ../fish/guestfish-actions.pod:912
+#. type: textblock
+#: ../src/guestfs-actions.pod:1372 ../fish/guestfish-actions.pod:910
msgid ""
"This calls the external C<egrep -i> program and returns the matching lines."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1386
+#. type: =head2
+#: ../src/guestfs-actions.pod:1384
msgid "guestfs_equal"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1388
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1386
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1393 ../fish/guestfish-actions.pod:922
+#. type: textblock
+#: ../src/guestfs-actions.pod:1391 ../fish/guestfish-actions.pod:920
msgid ""
"This compares the two files C<file1> and C<file2> and returns true if their "
"content is exactly equal, or false otherwise."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1396 ../fish/guestfish-actions.pod:925
+#. type: textblock
+#: ../src/guestfs-actions.pod:1394 ../fish/guestfish-actions.pod:923
msgid "The external L<cmp(1)> program is used for the comparison."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1402
+#. type: =head2
+#: ../src/guestfs-actions.pod:1400
msgid "guestfs_exists"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1404
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1402
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1408 ../fish/guestfish-actions.pod:931
+#. type: textblock
+#: ../src/guestfs-actions.pod:1406 ../fish/guestfish-actions.pod:929
msgid ""
"This returns C<true> if and only if there is a file, directory (or anything) "
"with the given C<path> name."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1411
+#. type: textblock
+#: ../src/guestfs-actions.pod:1409
msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1417
+#. type: =head2
+#: ../src/guestfs-actions.pod:1415
msgid "guestfs_fallocate"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1419
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1417
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1424 ../src/guestfs-actions.pod:1450
-#: ../fish/guestfish-actions.pod:940 ../fish/guestfish-actions.pod:959
+#. type: textblock
+#: ../src/guestfs-actions.pod:1422 ../src/guestfs-actions.pod:1448
+#: ../fish/guestfish-actions.pod:938 ../fish/guestfish-actions.pod:957
msgid ""
"This command preallocates a file (containing zero bytes) named C<path> of "
"size C<len> bytes. If the file exists already, it is overwritten."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1428 ../fish/guestfish-actions.pod:944
+#. type: textblock
+#: ../src/guestfs-actions.pod:1426 ../fish/guestfish-actions.pod:942
msgid ""
"Do not confuse this with the guestfish-specific C<alloc> command which "
"allocates a file in the host and attaches it as a device."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1434 ../fish/guestfish-actions.pod:948
+#. type: textblock
+#: ../src/guestfs-actions.pod:1432 ../fish/guestfish-actions.pod:946
msgid ""
"This function is deprecated. In new code, use the C<fallocate64> call "
"instead."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1443
+#. type: =head2
+#: ../src/guestfs-actions.pod:1441
msgid "guestfs_fallocate64"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1445
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1443
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1454
+#. type: textblock
+#: ../src/guestfs-actions.pod:1452
msgid ""
"Note that this call allocates disk blocks for the file. To create a sparse "
"file use C<guestfs_truncate_size> instead."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1457
+#. type: textblock
+#: ../src/guestfs-actions.pod:1455
msgid ""
"The deprecated call C<guestfs_fallocate> does the same, but owing to an "
"oversight it only allowed 30 bit lengths to be specified, effectively "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1462 ../fish/guestfish-actions.pod:971
+#. type: textblock
+#: ../src/guestfs-actions.pod:1460 ../fish/guestfish-actions.pod:969
msgid ""
"Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
"commands which create a file in the host and attach it as a device."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1468
+#. type: textblock
+#: ../src/guestfs-actions.pod:1466
msgid "(Added in 1.3.17)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1470
+#. type: =head2
+#: ../src/guestfs-actions.pod:1468
msgid "guestfs_fgrep"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1472
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1470
#, no-wrap
msgid ""
" char **\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1477 ../fish/guestfish-actions.pod:979
+#. type: textblock
+#: ../src/guestfs-actions.pod:1475 ../fish/guestfish-actions.pod:977
msgid ""
"This calls the external C<fgrep> program and returns the matching lines."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1489
+#. type: =head2
+#: ../src/guestfs-actions.pod:1487
msgid "guestfs_fgrepi"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1491
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1489
#, no-wrap
msgid ""
" char **\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1496 ../fish/guestfish-actions.pod:989
+#. type: textblock
+#: ../src/guestfs-actions.pod:1494 ../fish/guestfish-actions.pod:987
msgid ""
"This calls the external C<fgrep -i> program and returns the matching lines."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1508
+#. type: =head2
+#: ../src/guestfs-actions.pod:1506
msgid "guestfs_file"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1510
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1508
#, no-wrap
msgid ""
" char *\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1514 ../fish/guestfish-actions.pod:999
+#. type: textblock
+#: ../src/guestfs-actions.pod:1512 ../fish/guestfish-actions.pod:997
msgid ""
"This call uses the standard L<file(1)> command to determine the type or "
"contents of the file."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1517 ../fish/guestfish-actions.pod:1002
+#. type: textblock
+#: ../src/guestfs-actions.pod:1515 ../fish/guestfish-actions.pod:1000
msgid ""
"This call will also transparently look inside various types of compressed "
"file."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1520 ../fish/guestfish-actions.pod:1005
+#. type: textblock
+#: ../src/guestfs-actions.pod:1518 ../fish/guestfish-actions.pod:1003
msgid ""
"The exact command which runs is C<file -zb path>. Note in particular that "
"the filename is not prepended to the output (the C<-b> option)."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1524
+#. type: textblock
+#: ../src/guestfs-actions.pod:1522
msgid ""
"This command can also be used on C</dev/> devices (and partitions, LV "
"names). You can for example use this to determine if a device contains a "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1529 ../fish/guestfish-actions.pod:1014
+#. type: textblock
+#: ../src/guestfs-actions.pod:1527 ../fish/guestfish-actions.pod:1012
msgid ""
"If the C<path> does not begin with C</dev/> then this command only works for "
"the content of regular files. For other file types (directory, symbolic "
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1539
+#. type: =head2
+#: ../src/guestfs-actions.pod:1537
msgid "guestfs_file_architecture"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1541
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1539
#, no-wrap
msgid ""
" char *\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1545 ../fish/guestfish-actions.pod:1023
+#. type: textblock
+#: ../src/guestfs-actions.pod:1543 ../fish/guestfish-actions.pod:1021
msgid ""
"This detects the architecture of the binary C<filename>, and returns it if "
"known."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1548 ../fish/guestfish-actions.pod:1026
+#. type: textblock
+#: ../src/guestfs-actions.pod:1546 ../fish/guestfish-actions.pod:1024
msgid "Currently defined architectures are:"
msgstr ""
# type: =item
-#: ../src/guestfs-actions.pod:1552 ../fish/guestfish-actions.pod:1030
+#. type: =item
+#: ../src/guestfs-actions.pod:1550 ../fish/guestfish-actions.pod:1028
msgid "\"i386\""
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1554 ../fish/guestfish-actions.pod:1032
+#. type: textblock
+#: ../src/guestfs-actions.pod:1552 ../fish/guestfish-actions.pod:1030
msgid ""
"This string is returned for all 32 bit i386, i486, i586, i686 binaries "
"irrespective of the precise processor requirements of the binary."
msgstr ""
# type: =item
-#: ../src/guestfs-actions.pod:1557 ../fish/guestfish-actions.pod:1035
+#. type: =item
+#: ../src/guestfs-actions.pod:1555 ../fish/guestfish-actions.pod:1033
msgid "\"x86_64\""
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1559 ../fish/guestfish-actions.pod:1037
+#. type: textblock
+#: ../src/guestfs-actions.pod:1557 ../fish/guestfish-actions.pod:1035
msgid "64 bit x86-64."
msgstr ""
# type: =item
-#: ../src/guestfs-actions.pod:1561 ../fish/guestfish-actions.pod:1039
+#. type: =item
+#: ../src/guestfs-actions.pod:1559 ../fish/guestfish-actions.pod:1037
msgid "\"sparc\""
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1563 ../fish/guestfish-actions.pod:1041
+#. type: textblock
+#: ../src/guestfs-actions.pod:1561 ../fish/guestfish-actions.pod:1039
msgid "32 bit SPARC."
msgstr ""
# type: =item
-#: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1043
+#. type: =item
+#: ../src/guestfs-actions.pod:1563 ../fish/guestfish-actions.pod:1041
msgid "\"sparc64\""
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1567 ../fish/guestfish-actions.pod:1045
+#. type: textblock
+#: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1043
msgid "64 bit SPARC V9 and above."
msgstr ""
# type: =item
-#: ../src/guestfs-actions.pod:1569 ../fish/guestfish-actions.pod:1047
+#. type: =item
+#: ../src/guestfs-actions.pod:1567 ../fish/guestfish-actions.pod:1045
msgid "\"ia64\""
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1571 ../fish/guestfish-actions.pod:1049
+#. type: textblock
+#: ../src/guestfs-actions.pod:1569 ../fish/guestfish-actions.pod:1047
msgid "Intel Itanium."
msgstr ""
# type: =item
-#: ../src/guestfs-actions.pod:1573 ../fish/guestfish-actions.pod:1051
+#. type: =item
+#: ../src/guestfs-actions.pod:1571 ../fish/guestfish-actions.pod:1049
msgid "\"ppc\""
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1575 ../fish/guestfish-actions.pod:1053
+#. type: textblock
+#: ../src/guestfs-actions.pod:1573 ../fish/guestfish-actions.pod:1051
msgid "32 bit Power PC."
msgstr ""
# type: =item
-#: ../src/guestfs-actions.pod:1577 ../fish/guestfish-actions.pod:1055
+#. type: =item
+#: ../src/guestfs-actions.pod:1575 ../fish/guestfish-actions.pod:1053
msgid "\"ppc64\""
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1579 ../fish/guestfish-actions.pod:1057
+#. type: textblock
+#: ../src/guestfs-actions.pod:1577 ../fish/guestfish-actions.pod:1055
msgid "64 bit Power PC."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1583 ../fish/guestfish-actions.pod:1061
+#. type: textblock
+#: ../src/guestfs-actions.pod:1581 ../fish/guestfish-actions.pod:1059
msgid "Libguestfs may return other architecture strings in future."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1585 ../fish/guestfish-actions.pod:1063
+#. type: textblock
+#: ../src/guestfs-actions.pod:1583 ../fish/guestfish-actions.pod:1061
msgid "The function works on at least the following types of files:"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1591 ../fish/guestfish-actions.pod:1069
+#. type: textblock
+#: ../src/guestfs-actions.pod:1589 ../fish/guestfish-actions.pod:1067
msgid "many types of Un*x and Linux binary"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1595 ../fish/guestfish-actions.pod:1073
+#. type: textblock
+#: ../src/guestfs-actions.pod:1593 ../fish/guestfish-actions.pod:1071
msgid "many types of Un*x and Linux shared library"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1599 ../fish/guestfish-actions.pod:1077
+#. type: textblock
+#: ../src/guestfs-actions.pod:1597 ../fish/guestfish-actions.pod:1075
msgid "Windows Win32 and Win64 binaries"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1603 ../fish/guestfish-actions.pod:1081
+#. type: textblock
+#: ../src/guestfs-actions.pod:1601 ../fish/guestfish-actions.pod:1079
msgid "Windows Win32 and Win64 DLLs"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1605 ../fish/guestfish-actions.pod:1083
+#. type: textblock
+#: ../src/guestfs-actions.pod:1603 ../fish/guestfish-actions.pod:1081
msgid "Win32 binaries and DLLs return C<i386>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1607 ../fish/guestfish-actions.pod:1085
+#. type: textblock
+#: ../src/guestfs-actions.pod:1605 ../fish/guestfish-actions.pod:1083
msgid "Win64 binaries and DLLs return C<x86_64>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1611 ../fish/guestfish-actions.pod:1089
+#. type: textblock
+#: ../src/guestfs-actions.pod:1609 ../fish/guestfish-actions.pod:1087
msgid "Linux kernel modules"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1615 ../fish/guestfish-actions.pod:1093
+#. type: textblock
+#: ../src/guestfs-actions.pod:1613 ../fish/guestfish-actions.pod:1091
msgid "Linux new-style initrd images"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1619 ../fish/guestfish-actions.pod:1097
+#. type: textblock
+#: ../src/guestfs-actions.pod:1617 ../fish/guestfish-actions.pod:1095
msgid "some non-x86 Linux vmlinuz kernels"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1623 ../fish/guestfish-actions.pod:1101
+#. type: textblock
+#: ../src/guestfs-actions.pod:1621 ../fish/guestfish-actions.pod:1099
msgid "What it can't do currently:"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1629 ../fish/guestfish-actions.pod:1107
+#. type: textblock
+#: ../src/guestfs-actions.pod:1627 ../fish/guestfish-actions.pod:1105
msgid "static libraries (libfoo.a)"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1633 ../fish/guestfish-actions.pod:1111
+#. type: textblock
+#: ../src/guestfs-actions.pod:1631 ../fish/guestfish-actions.pod:1109
msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1637 ../fish/guestfish-actions.pod:1115
+#. type: textblock
+#: ../src/guestfs-actions.pod:1635 ../fish/guestfish-actions.pod:1113
msgid "x86 Linux vmlinuz kernels"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1639 ../fish/guestfish-actions.pod:1117
+#. type: textblock
+#: ../src/guestfs-actions.pod:1637 ../fish/guestfish-actions.pod:1115
msgid ""
"x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
"compressed code, and are horribly hard to unpack. If you want to find the "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1649 ../src/guestfs-actions.pod:1812
-#: ../src/guestfs-actions.pod:1829 ../src/guestfs-actions.pod:2508
+#. type: textblock
+#: ../src/guestfs-actions.pod:1647 ../src/guestfs-actions.pod:1810
+#: ../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
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1651
+#. type: =head2
+#: ../src/guestfs-actions.pod:1649
msgid "guestfs_filesize"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1653
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1651
#, no-wrap
msgid ""
" int64_t\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1657 ../fish/guestfish-actions.pod:1128
+#. type: textblock
+#: ../src/guestfs-actions.pod:1655 ../fish/guestfish-actions.pod:1126
msgid "This command returns the size of C<file> in bytes."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1659
+#. type: textblock
+#: ../src/guestfs-actions.pod:1657
msgid ""
"To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
"C<guestfs_is_dir>, C<guestfs_is_file> etc. To get the size of block "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1665
+#. type: textblock
+#: ../src/guestfs-actions.pod:1663
msgid "(Added in 1.0.82)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1667
+#. type: =head2
+#: ../src/guestfs-actions.pod:1665
msgid "guestfs_fill"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1669
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1667
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1675 ../fish/guestfish-actions.pod:1138
+#. type: textblock
+#: ../src/guestfs-actions.pod:1673 ../fish/guestfish-actions.pod:1136
msgid ""
"This command creates a new file called C<path>. The initial content of the "
"file is C<len> octets of C<c>, where C<c> must be a number in the range C<"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1679
+#. type: textblock
+#: ../src/guestfs-actions.pod:1677
msgid ""
"To fill a file with zero bytes (sparsely), it is much more efficient to use "
"C<guestfs_truncate_size>. To create a file with a pattern of repeating "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1691
+#. type: textblock
+#: ../src/guestfs-actions.pod:1689
msgid "(Added in 1.0.79)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1693
+#. type: =head2
+#: ../src/guestfs-actions.pod:1691
msgid "guestfs_fill_pattern"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1695
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1693
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1701
+#. type: textblock
+#: ../src/guestfs-actions.pod:1699
msgid ""
"This function is like C<guestfs_fill> except that it creates a new file of "
"length C<len> containing the repeating pattern of bytes in C<pattern>. The "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1713
+#. type: textblock
+#: ../src/guestfs-actions.pod:1711
msgid "(Added in 1.3.12)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1715
+#. type: =head2
+#: ../src/guestfs-actions.pod:1713
msgid "guestfs_find"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1717
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1715
#, no-wrap
msgid ""
" char **\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1721 ../fish/guestfish-actions.pod:1160
+#. type: textblock
+#: ../src/guestfs-actions.pod:1719 ../fish/guestfish-actions.pod:1158
msgid ""
"This command lists out all files and directories, recursively, starting at "
"C<directory>. It is essentially equivalent to running the shell command "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1726 ../fish/guestfish-actions.pod:1165
+#. type: textblock
+#: ../src/guestfs-actions.pod:1724 ../fish/guestfish-actions.pod:1163
msgid ""
"This returns a list of strings I<without any prefix>. Thus if the directory "
"structure was:"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1729 ../fish/guestfish-actions.pod:1168
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1727 ../fish/guestfish-actions.pod:1166
#, no-wrap
msgid ""
" /tmp/a\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1733
+#. type: textblock
+#: ../src/guestfs-actions.pod:1731
msgid ""
"then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1736 ../fish/guestfish-actions.pod:1175
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1734 ../fish/guestfish-actions.pod:1173
#, no-wrap
msgid ""
" a\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1741 ../fish/guestfish-actions.pod:1180
+#. type: textblock
+#: ../src/guestfs-actions.pod:1739 ../fish/guestfish-actions.pod:1178
msgid "If C<directory> is not a directory, then this command returns an error."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1744 ../fish/guestfish-actions.pod:1183
+#. type: textblock
+#: ../src/guestfs-actions.pod:1742 ../fish/guestfish-actions.pod:1181
msgid "The returned list is sorted."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1746
+#. type: textblock
+#: ../src/guestfs-actions.pod:1744
msgid "See also C<guestfs_find0>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1755 ../src/guestfs-actions.pod:3856
-#: ../src/guestfs-actions.pod:5383
+#. type: textblock
+#: ../src/guestfs-actions.pod:1753 ../src/guestfs-actions.pod:3858
+#: ../src/guestfs-actions.pod:5387
msgid "(Added in 1.0.27)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1757
+#. type: =head2
+#: ../src/guestfs-actions.pod:1755
msgid "guestfs_find0"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1759
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1757
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1764 ../fish/guestfish-actions.pod:1194
+#. type: textblock
+#: ../src/guestfs-actions.pod:1762 ../fish/guestfish-actions.pod:1192
msgid ""
"This command lists out all files and directories, recursively, starting at "
"C<directory>, placing the resulting list in the external file called "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1768
+#. type: textblock
+#: ../src/guestfs-actions.pod:1766
msgid ""
"This command works the same way as C<guestfs_find> with the following "
"exceptions:"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1775 ../fish/guestfish-actions.pod:1205
+#. type: textblock
+#: ../src/guestfs-actions.pod:1773 ../fish/guestfish-actions.pod:1203
msgid "The resulting list is written to an external file."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1779 ../fish/guestfish-actions.pod:1209
+#. type: textblock
+#: ../src/guestfs-actions.pod:1777 ../fish/guestfish-actions.pod:1207
msgid ""
"Items (filenames) in the result are separated by C<\\0> characters. See "
"L<find(1)> option I<-print0>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1784 ../fish/guestfish-actions.pod:1214
+#. type: textblock
+#: ../src/guestfs-actions.pod:1782 ../fish/guestfish-actions.pod:1212
msgid "This command is not limited in the number of names that it can return."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1789 ../fish/guestfish-actions.pod:1219
+#. type: textblock
+#: ../src/guestfs-actions.pod:1787 ../fish/guestfish-actions.pod:1217
msgid "The result list is not sorted."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1795
+#. type: textblock
+#: ../src/guestfs-actions.pod:1793
msgid "(Added in 1.0.74)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1797
+#. type: =head2
+#: ../src/guestfs-actions.pod:1795
msgid "guestfs_findfs_label"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1799
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1797
#, no-wrap
msgid ""
" char *\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1803 ../fish/guestfish-actions.pod:1229
+#. type: textblock
+#: ../src/guestfs-actions.pod:1801 ../fish/guestfish-actions.pod:1227
msgid ""
"This command searches the filesystems and returns the one which has the "
"given label. An error is returned if no such filesystem can be found."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1807
+#. type: textblock
+#: ../src/guestfs-actions.pod:1805
msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1814
+#. type: =head2
+#: ../src/guestfs-actions.pod:1812
msgid "guestfs_findfs_uuid"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1816
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1814
#, no-wrap
msgid ""
" char *\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1820 ../fish/guestfish-actions.pod:1239
+#. type: textblock
+#: ../src/guestfs-actions.pod:1818 ../fish/guestfish-actions.pod:1237
msgid ""
"This command searches the filesystems and returns the one which has the "
"given UUID. An error is returned if no such filesystem can be found."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1824
+#. type: textblock
+#: ../src/guestfs-actions.pod:1822
msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1831
+#. type: =head2
+#: ../src/guestfs-actions.pod:1829
msgid "guestfs_fsck"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1833
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1831
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1838 ../fish/guestfish-actions.pod:1249
+#. type: textblock
+#: ../src/guestfs-actions.pod:1836 ../fish/guestfish-actions.pod:1247
msgid ""
"This runs the filesystem checker (fsck) on C<device> which should have "
"filesystem type C<fstype>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1841 ../fish/guestfish-actions.pod:1252
+#. type: textblock
+#: ../src/guestfs-actions.pod:1839 ../fish/guestfish-actions.pod:1250
msgid ""
"The returned integer is the status. See L<fsck(8)> for the list of status "
"codes from C<fsck>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1850 ../fish/guestfish-actions.pod:1261
+#. type: textblock
+#: ../src/guestfs-actions.pod:1848 ../fish/guestfish-actions.pod:1259
msgid "Multiple status codes can be summed together."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1854 ../fish/guestfish-actions.pod:1265
+#. type: textblock
+#: ../src/guestfs-actions.pod:1852 ../fish/guestfish-actions.pod:1263
msgid ""
"A non-zero return code can mean \"success\", for example if errors have been "
"corrected on the filesystem."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1859 ../fish/guestfish-actions.pod:1270
+#. type: textblock
+#: ../src/guestfs-actions.pod:1857 ../fish/guestfish-actions.pod:1268
msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1864 ../fish/guestfish-actions.pod:1275
+#. type: textblock
+#: ../src/guestfs-actions.pod:1862 ../fish/guestfish-actions.pod:1273
msgid ""
"This command is entirely equivalent to running C<fsck -a -t fstype device>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1868 ../src/guestfs-actions.pod:7030
+#. type: textblock
+#: ../src/guestfs-actions.pod:1866 ../src/guestfs-actions.pod:7034
msgid "(Added in 1.0.16)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1870
+#. type: =head2
+#: ../src/guestfs-actions.pod:1868
msgid "guestfs_get_append"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1872
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1870
#, no-wrap
msgid ""
" const char *\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1875 ../fish/guestfish-actions.pod:1281
+#. type: textblock
+#: ../src/guestfs-actions.pod:1873 ../fish/guestfish-actions.pod:1279
msgid ""
"Return the additional kernel options which are added to the guest kernel "
"command line."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1878 ../fish/guestfish-actions.pod:1284
+#. type: textblock
+#: ../src/guestfs-actions.pod:1876 ../fish/guestfish-actions.pod:1282
msgid "If C<NULL> then no options are added."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1880
+#. type: textblock
+#: ../src/guestfs-actions.pod:1878
msgid ""
"This function returns a string which may be NULL. There is no way to return "
"an error from this function. The string is owned by the guest handle and "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1884 ../src/guestfs-actions.pod:5061
-#: ../src/guestfs-actions.pod:5524 ../src/guestfs-actions.pod:5892
-#: ../src/guestfs-actions.pod:5911 ../src/guestfs-actions.pod:5927
-#: ../src/guestfs-actions.pod:5944 ../src/guestfs-actions.pod:6701
-#: ../src/guestfs-actions.pod:6719 ../src/guestfs-actions.pod:7073
+#. 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
msgid "(Added in 1.0.26)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1886
+#. type: =head2
+#: ../src/guestfs-actions.pod:1884
msgid "guestfs_get_autosync"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1888
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1886
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1891 ../fish/guestfish-actions.pod:1290
+#. type: textblock
+#: ../src/guestfs-actions.pod:1889 ../fish/guestfish-actions.pod:1288
msgid "Get the autosync flag."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1897
+#. type: =head2
+#: ../src/guestfs-actions.pod:1895
msgid "guestfs_get_direct"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1899
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1897
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1902 ../fish/guestfish-actions.pod:1296
+#. type: textblock
+#: ../src/guestfs-actions.pod:1900 ../fish/guestfish-actions.pod:1294
msgid "Return the direct appliance mode flag."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1906 ../src/guestfs-actions.pod:5565
+#. type: textblock
+#: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:5569
msgid "(Added in 1.0.72)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1908
+#. type: =head2
+#: ../src/guestfs-actions.pod:1906
msgid "guestfs_get_e2label"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1910
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1908
#, no-wrap
msgid ""
" char *\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1914 ../fish/guestfish-actions.pod:1302
+#. type: textblock
+#: ../src/guestfs-actions.pod:1912 ../fish/guestfish-actions.pod:1300
msgid ""
"This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1920 ../fish/guestfish-actions.pod:1305
+#. type: textblock
+#: ../src/guestfs-actions.pod:1918 ../fish/guestfish-actions.pod:1303
msgid ""
"This function is deprecated. In new code, use the C<vfs_label> call instead."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1927 ../src/guestfs-actions.pod:1948
-#: ../src/guestfs-actions.pod:5583 ../src/guestfs-actions.pod:5602
+#. type: textblock
+#: ../src/guestfs-actions.pod:1925 ../src/guestfs-actions.pod:1946
+#: ../src/guestfs-actions.pod:5587 ../src/guestfs-actions.pod:5606
msgid "(Added in 1.0.15)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1929
+#. type: =head2
+#: ../src/guestfs-actions.pod:1927
msgid "guestfs_get_e2uuid"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1931
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1929
#, no-wrap
msgid ""
" char *\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1935 ../fish/guestfish-actions.pod:1316
+#. type: textblock
+#: ../src/guestfs-actions.pod:1933 ../fish/guestfish-actions.pod:1314
msgid ""
"This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1941 ../fish/guestfish-actions.pod:1319
+#. type: textblock
+#: ../src/guestfs-actions.pod:1939 ../fish/guestfish-actions.pod:1317
msgid ""
"This function is deprecated. In new code, use the C<vfs_uuid> call instead."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1950
+#. type: =head2
+#: ../src/guestfs-actions.pod:1948
msgid "guestfs_get_memsize"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1952
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1950
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1955 ../fish/guestfish-actions.pod:1330
+#. type: textblock
+#: ../src/guestfs-actions.pod:1953 ../fish/guestfish-actions.pod:1328
msgid ""
"This gets the memory size in megabytes allocated to the qemu subprocess."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1958
+#. type: textblock
+#: ../src/guestfs-actions.pod:1956
msgid ""
"If C<guestfs_set_memsize> was not called on this handle, and if "
"C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1962 ../src/guestfs-actions.pod:2043
-#: ../src/guestfs-actions.pod:5618 ../src/guestfs-actions.pod:5725
-#: ../fish/guestfish-actions.pod:1337 ../fish/guestfish-actions.pod:1388
-#: ../fish/guestfish-actions.pod:3751 ../fish/guestfish-actions.pod:3838
+#. type: textblock
+#: ../src/guestfs-actions.pod:1960 ../src/guestfs-actions.pod:2041
+#: ../src/guestfs-actions.pod:5622 ../src/guestfs-actions.pod:5729
+#: ../fish/guestfish-actions.pod:1335 ../fish/guestfish-actions.pod:1386
+#: ../fish/guestfish-actions.pod:3749 ../fish/guestfish-actions.pod:3836
msgid ""
"For more information on the architecture of libguestfs, see L<guestfs(3)>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1967 ../src/guestfs-actions.pod:4147
-#: ../src/guestfs-actions.pod:4328 ../src/guestfs-actions.pod:4347
-#: ../src/guestfs-actions.pod:4366 ../src/guestfs-actions.pod:4378
-#: ../src/guestfs-actions.pod:4395 ../src/guestfs-actions.pod:4408
-#: ../src/guestfs-actions.pod:5286 ../src/guestfs-actions.pod:5623
-#: ../src/guestfs-actions.pod:5866 ../src/guestfs-actions.pod:6467
+#. 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
msgid "(Added in 1.0.55)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1969
+#. type: =head2
+#: ../src/guestfs-actions.pod:1967
msgid "guestfs_get_network"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1971
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1969
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1974 ../fish/guestfish-actions.pod:1344
+#. type: textblock
+#: ../src/guestfs-actions.pod:1972 ../fish/guestfish-actions.pod:1342
msgid "This returns the enable network flag."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1978 ../src/guestfs-actions.pod:5642
+#. type: textblock
+#: ../src/guestfs-actions.pod:1976 ../src/guestfs-actions.pod:5646
msgid "(Added in 1.5.4)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1980
+#. type: =head2
+#: ../src/guestfs-actions.pod:1978
msgid "guestfs_get_path"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1982
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1980
#, no-wrap
msgid ""
" const char *\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1985 ../fish/guestfish-actions.pod:1350
+#. type: textblock
+#: ../src/guestfs-actions.pod:1983 ../fish/guestfish-actions.pod:1348
msgid "Return the current search path."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1987 ../fish/guestfish-actions.pod:1352
+#. type: textblock
+#: ../src/guestfs-actions.pod:1985 ../fish/guestfish-actions.pod:1350
msgid ""
"This is always non-NULL. If it wasn't set already, then this will return "
"the default path."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:1990 ../src/guestfs-actions.pod:2019
+#. type: textblock
+#: ../src/guestfs-actions.pod:1988 ../src/guestfs-actions.pod:2017
msgid ""
"This function returns a string, or NULL on error. The string is owned by "
"the guest handle and must I<not> be freed."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:1995
+#. type: =head2
+#: ../src/guestfs-actions.pod:1993
msgid "guestfs_get_pid"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:1997
+#. type: verbatim
+#: ../src/guestfs-actions.pod:1995
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2000 ../fish/guestfish-actions.pod:1361
+#. type: textblock
+#: ../src/guestfs-actions.pod:1998 ../fish/guestfish-actions.pod:1359
msgid ""
"Return the process ID of the qemu subprocess. If there is no qemu "
"subprocess, then this will return an error."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2003 ../fish/guestfish-actions.pod:1364
+#. type: textblock
+#: ../src/guestfs-actions.pod:2001 ../fish/guestfish-actions.pod:1362
msgid "This is an internal call used for debugging and testing."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2007
+#. type: textblock
+#: ../src/guestfs-actions.pod:2005
msgid "(Added in 1.0.56)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:2009
+#. type: =head2
+#: ../src/guestfs-actions.pod:2007
msgid "guestfs_get_qemu"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:2011
+#. type: verbatim
+#: ../src/guestfs-actions.pod:2009
#, no-wrap
msgid ""
" const char *\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2014 ../fish/guestfish-actions.pod:1370
+#. type: textblock
+#: ../src/guestfs-actions.pod:2012 ../fish/guestfish-actions.pod:1368
msgid "Return the current qemu binary."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2016 ../fish/guestfish-actions.pod:1372
+#. type: textblock
+#: ../src/guestfs-actions.pod:2014 ../fish/guestfish-actions.pod:1370
msgid ""
"This is always non-NULL. If it wasn't set already, then this will return "
"the default qemu binary name."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2022 ../src/guestfs-actions.pod:5687
+#. type: textblock
+#: ../src/guestfs-actions.pod:2020 ../src/guestfs-actions.pod:5691
msgid "(Added in 1.0.6)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:2024
+#. type: =head2
+#: ../src/guestfs-actions.pod:2022
msgid "guestfs_get_recovery_proc"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:2026
+#. type: verbatim
+#: ../src/guestfs-actions.pod:2024
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2029 ../fish/guestfish-actions.pod:1379
+#. type: textblock
+#: ../src/guestfs-actions.pod:2027 ../fish/guestfish-actions.pod:1377
msgid "Return the recovery process enabled flag."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2033 ../src/guestfs-actions.pod:3259
-#: ../src/guestfs-actions.pod:3554 ../src/guestfs-actions.pod:3954
-#: ../src/guestfs-actions.pod:3986 ../src/guestfs-actions.pod:4991
-#: ../src/guestfs-actions.pod:5334 ../src/guestfs-actions.pod:5711
-#: ../src/guestfs-actions.pod:6370 ../src/guestfs-actions.pod:6390
-#: ../src/guestfs-actions.pod:6582
+#. 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
msgid "(Added in 1.0.77)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:2035
+#. type: =head2
+#: ../src/guestfs-actions.pod:2033
msgid "guestfs_get_selinux"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:2037
+#. type: verbatim
+#: ../src/guestfs-actions.pod:2035
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2040
+#. type: textblock
+#: ../src/guestfs-actions.pod:2038
msgid ""
"This returns the current setting of the selinux flag which is passed to the "
"appliance at boot time. See C<guestfs_set_selinux>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2048 ../src/guestfs-actions.pod:2111
-#: ../src/guestfs-actions.pod:5730 ../src/guestfs-actions.pod:5784
+#. type: textblock
+#: ../src/guestfs-actions.pod:2046 ../src/guestfs-actions.pod:2109
+#: ../src/guestfs-actions.pod:5734 ../src/guestfs-actions.pod:5788
msgid "(Added in 1.0.67)"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:2050
+#. type: =head2
+#: ../src/guestfs-actions.pod:2048
msgid "guestfs_get_state"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:2052
+#. type: verbatim
+#: ../src/guestfs-actions.pod:2050
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2055 ../fish/guestfish-actions.pod:1395
+#. type: textblock
+#: ../src/guestfs-actions.pod:2053 ../fish/guestfish-actions.pod:1393
msgid ""
"This returns the current state as an opaque integer. This is only useful "
"for printing debug and internal error messages."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2058 ../src/guestfs-actions.pod:3062
+#. 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:1398
-#: ../fish/guestfish-actions.pod:2133 ../fish/guestfish-actions.pod:2151
-#: ../fish/guestfish-actions.pod:2189 ../fish/guestfish-actions.pod:2205
+#: ../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
msgid "For more information on states, see L<guestfs(3)>."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:2064
+#. type: =head2
+#: ../src/guestfs-actions.pod:2062
msgid "guestfs_get_trace"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:2066
+#. type: verbatim
+#: ../src/guestfs-actions.pod:2064
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2069 ../fish/guestfish-actions.pod:1404
+#. type: textblock
+#: ../src/guestfs-actions.pod:2067 ../fish/guestfish-actions.pod:1402
msgid "Return the command trace flag."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:2075
+#. type: =head2
+#: ../src/guestfs-actions.pod:2073
msgid "guestfs_get_umask"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:2077
+#. type: verbatim
+#: ../src/guestfs-actions.pod:2075
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2080
+#. type: textblock
+#: ../src/guestfs-actions.pod:2078
msgid ""
"Return the current umask. By default the umask is C<022> unless it has been "
"set by calling C<guestfs_umask>."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:2087
+#. type: =head2
+#: ../src/guestfs-actions.pod:2085
msgid "guestfs_get_verbose"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:2089
+#. type: verbatim
+#: ../src/guestfs-actions.pod:2087
#, no-wrap
msgid ""
" int\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2092 ../fish/guestfish-actions.pod:1417
+#. type: textblock
+#: ../src/guestfs-actions.pod:2090 ../fish/guestfish-actions.pod:1415
msgid "This returns the verbose messages flag."
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:2098
+#. type: =head2
+#: ../src/guestfs-actions.pod:2096
msgid "guestfs_getcon"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:2100
+#. type: verbatim
+#: ../src/guestfs-actions.pod:2098
#, no-wrap
msgid ""
" char *\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2103 ../fish/guestfish-actions.pod:1423
+#. type: textblock
+#: ../src/guestfs-actions.pod:2101 ../fish/guestfish-actions.pod:1421
msgid "This gets the SELinux security context of the daemon."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2105
+#. type: textblock
+#: ../src/guestfs-actions.pod:2103
msgid ""
"See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
msgstr ""
# type: =head2
-#: ../src/guestfs-actions.pod:2113
+#. type: =head2
+#: ../src/guestfs-actions.pod:2111
msgid "guestfs_getxattr"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:2115
+#. type: verbatim
+#: ../src/guestfs-actions.pod:2113
#, no-wrap
msgid ""
" char *\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2121
+#. type: textblock
+#: ../src/guestfs-actions.pod:2119
msgid ""
"Get a single extended attribute from file C<path> named C<name>. This call "
"follows symlinks. If you want to lookup an extended attribute for the "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2125 ../src/guestfs-actions.pod:3273
+#. type: textblock
+#: ../src/guestfs-actions.pod:2123 ../src/guestfs-actions.pod:3273
msgid ""
"Normally it is better to get all extended attributes from a file in one go "
"by calling C<guestfs_getxattrs>. However some Linux filesystem "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2132 ../src/guestfs-actions.pod:3280
-#: ../fish/guestfish-actions.pod:1443 ../fish/guestfish-actions.pod:2270
+#. type: textblock
+#: ../src/guestfs-actions.pod:2130 ../src/guestfs-actions.pod:3280
+#: ../fish/guestfish-actions.pod:1441 ../fish/guestfish-actions.pod:2268
msgid ""
"Extended attribute values are blobs of binary data. If there is no extended "
"attribute named C<name>, this returns an error."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2135
+#. type: textblock
+#: ../src/guestfs-actions.pod:2133
msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2137 ../src/guestfs-actions.pod:2326
-#: ../src/guestfs-actions.pod:3285 ../src/guestfs-actions.pod:4984
-#: ../src/guestfs-actions.pod:5010 ../src/guestfs-actions.pod:5191
+#. 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
msgid ""
"This function returns a buffer, or NULL on error. The size of the returned "
"buffer is written to C<*size_r>. I<The caller must free the returned buffer "
"after use>."
msgstr ""
+#. type: textblock
+#: ../src/guestfs-actions.pod:2139 ../src/guestfs-actions.pod:3289
+msgid "(Added in 1.7.24)"
+msgstr ""
+
# type: =head2
+#. type: =head2
#: ../src/guestfs-actions.pod:2141
msgid "guestfs_getxattrs"
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs-actions.pod:2143
#, no-wrap
msgid ""
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2147 ../fish/guestfish-actions.pod:1452
+#. type: textblock
+#: ../src/guestfs-actions.pod:2147 ../fish/guestfish-actions.pod:1450
msgid ""
"This call lists the extended attributes of the file or directory C<path>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2150 ../fish/guestfish-actions.pod:1455
+#. type: textblock
+#: ../src/guestfs-actions.pod:2150 ../fish/guestfish-actions.pod:1453
msgid ""
"At the system call level, this is a combination of the L<listxattr(2)> and "
"L<getxattr(2)> calls."
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs-actions.pod:2153
msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2155 ../src/guestfs-actions.pod:3299
-#: ../src/guestfs-actions.pod:3950
+#. type: textblock
+#: ../src/guestfs-actions.pod:2155 ../src/guestfs-actions.pod:3301
+#: ../src/guestfs-actions.pod:3952
msgid ""
"This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
"an error. I<The caller must call C<guestfs_free_xattr_list> after use>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2159 ../src/guestfs-actions.pod:3303
-#: ../src/guestfs-actions.pod:3468 ../src/guestfs-actions.pod:3504
-#: ../src/guestfs-actions.pod:5364 ../src/guestfs-actions.pod:5803
-#: ../src/guestfs-actions.pod:7138
+#. 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
msgid "(Added in 1.0.59)"
msgstr ""
# type: =head2
+#. type: =head2
#: ../src/guestfs-actions.pod:2161
msgid "guestfs_glob_expand"
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs-actions.pod:2163
#, no-wrap
msgid ""
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2167 ../fish/guestfish-actions.pod:1464
+#. type: textblock
+#: ../src/guestfs-actions.pod:2167 ../fish/guestfish-actions.pod:1462
msgid ""
"This command searches for all the pathnames matching C<pattern> according to "
"the wildcard expansion rules used by the shell."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2171 ../fish/guestfish-actions.pod:1468
+#. type: textblock
+#: ../src/guestfs-actions.pod:2171 ../fish/guestfish-actions.pod:1466
msgid ""
"If no paths match, then this returns an empty list (note: not an error)."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2174 ../fish/guestfish-actions.pod:1471
+#. type: textblock
+#: ../src/guestfs-actions.pod:2174 ../fish/guestfish-actions.pod:1469
msgid ""
"It is just a wrapper around the C L<glob(3)> function with flags C<GLOB_MARK|"
"GLOB_BRACE>. See that manual page for more details."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2182 ../src/guestfs-actions.pod:5968
-#: ../src/guestfs-actions.pod:5985
+#. type: textblock
+#: ../src/guestfs-actions.pod:2182 ../src/guestfs-actions.pod:5972
+#: ../src/guestfs-actions.pod:5989
msgid "(Added in 1.0.50)"
msgstr ""
# type: =head2
+#. type: =head2
#: ../src/guestfs-actions.pod:2184
msgid "guestfs_grep"
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs-actions.pod:2186
#, no-wrap
msgid ""
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2191 ../fish/guestfish-actions.pod:1479
+#. type: textblock
+#: ../src/guestfs-actions.pod:2191 ../fish/guestfish-actions.pod:1477
msgid "This calls the external C<grep> program and returns the matching lines."
msgstr ""
# type: =head2
+#. type: =head2
#: ../src/guestfs-actions.pod:2203
msgid "guestfs_grepi"
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs-actions.pod:2205
#, no-wrap
msgid ""
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2210 ../fish/guestfish-actions.pod:1489
+#. type: textblock
+#: ../src/guestfs-actions.pod:2210 ../fish/guestfish-actions.pod:1487
msgid ""
"This calls the external C<grep -i> program and returns the matching lines."
msgstr ""
# type: =head2
+#. type: =head2
#: ../src/guestfs-actions.pod:2222
msgid "guestfs_grub_install"
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs-actions.pod:2224
#, no-wrap
msgid ""
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2229 ../fish/guestfish-actions.pod:1499
+#. type: textblock
+#: ../src/guestfs-actions.pod:2229 ../fish/guestfish-actions.pod:1497
msgid ""
"This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
"the root directory being C<root>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2232 ../fish/guestfish-actions.pod:1502
+#. type: textblock
+#: ../src/guestfs-actions.pod:2232 ../fish/guestfish-actions.pod:1500
msgid ""
"Note: If grub-install reports the error \"No suitable drive was found in the "
"generated device map.\" it may be that you need to create a C</boot/grub/"
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:2239 ../fish/guestfish-actions.pod:1509
+#. type: verbatim
+#: ../src/guestfs-actions.pod:2239 ../fish/guestfish-actions.pod:1507
#, no-wrap
msgid ""
" (hd0) /dev/vda\n"
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2241 ../fish/guestfish-actions.pod:1511
+#. type: textblock
+#: ../src/guestfs-actions.pod:2241 ../fish/guestfish-actions.pod:1509
msgid "replacing C</dev/vda> with the name of the installation device."
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs-actions.pod:2245
msgid "(Added in 1.0.17)"
msgstr ""
# type: =head2
+#. type: =head2
#: ../src/guestfs-actions.pod:2247
msgid "guestfs_head"
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs-actions.pod:2249
#, no-wrap
msgid ""
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2253 ../fish/guestfish-actions.pod:1517
+#. type: textblock
+#: ../src/guestfs-actions.pod:2253 ../fish/guestfish-actions.pod:1515
msgid ""
"This command returns up to the first 10 lines of a file as a list of strings."
msgstr ""
# type: =head2
+#. type: =head2
#: ../src/guestfs-actions.pod:2265
msgid "guestfs_head_n"
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs-actions.pod:2267
#, no-wrap
msgid ""
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2272 ../fish/guestfish-actions.pod:1527
+#. type: textblock
+#: ../src/guestfs-actions.pod:2272 ../fish/guestfish-actions.pod:1525
msgid ""
"If the parameter C<nrlines> is a positive number, this returns the first "
"C<nrlines> lines of the file C<path>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2275 ../fish/guestfish-actions.pod:1530
+#. type: textblock
+#: ../src/guestfs-actions.pod:2275 ../fish/guestfish-actions.pod:1528
msgid ""
"If the parameter C<nrlines> is a negative number, this returns lines from "
"the file C<path>, excluding the last C<nrlines> lines."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2278 ../src/guestfs-actions.pod:6265
-#: ../fish/guestfish-actions.pod:1533 ../fish/guestfish-actions.pod:4184
+#. type: textblock
+#: ../src/guestfs-actions.pod:2278 ../src/guestfs-actions.pod:6269
+#: ../fish/guestfish-actions.pod:1531 ../fish/guestfish-actions.pod:4182
msgid "If the parameter C<nrlines> is zero, this returns an empty list."
msgstr ""
# type: =head2
+#. type: =head2
#: ../src/guestfs-actions.pod:2289
msgid "guestfs_hexdump"
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs-actions.pod:2291
#, no-wrap
msgid ""
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2295 ../fish/guestfish-actions.pod:1542
+#. type: textblock
+#: ../src/guestfs-actions.pod:2295 ../fish/guestfish-actions.pod:1540
msgid ""
"This runs C<hexdump -C> on the given C<path>. The result is the human-"
"readable, canonical hex dump of the file."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2304 ../src/guestfs-actions.pod:6049
-#: ../src/guestfs-actions.pod:6104
+#. type: textblock
+#: ../src/guestfs-actions.pod:2304 ../src/guestfs-actions.pod:6053
+#: ../src/guestfs-actions.pod:6108
msgid "(Added in 1.0.22)"
msgstr ""
# type: =head2
+#. type: =head2
#: ../src/guestfs-actions.pod:2306
msgid "guestfs_initrd_cat"
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs-actions.pod:2308
#, no-wrap
msgid ""
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2314 ../fish/guestfish-actions.pod:1552
+#. type: textblock
+#: ../src/guestfs-actions.pod:2314 ../fish/guestfish-actions.pod:1550
msgid ""
"This command unpacks the file C<filename> from the initrd file called "
"C<initrdpath>. The filename must be given I<without> the initial C</> "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2318 ../fish/guestfish-actions.pod:1556
+#. type: textblock
+#: ../src/guestfs-actions.pod:2318 ../fish/guestfish-actions.pod:1554
msgid ""
"For example, in guestfish you could use the following command to examine the "
"boot script (usually called C</init>) contained in a Linux initrd or "
msgstr ""
# type: verbatim
-#: ../src/guestfs-actions.pod:2322 ../fish/guestfish-actions.pod:1560
+#. type: verbatim
+#: ../src/guestfs-actions.pod:2322 ../fish/guestfish-actions.pod:1558
#, no-wrap
msgid ""
" initrd-cat /boot/initrd-<version>.img init\n"
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs-actions.pod:2324
msgid "See also C<guestfs_initrd_list>."
msgstr ""
# type: =head2
+#. type: =head2
#: ../src/guestfs-actions.pod:2335
msgid "guestfs_initrd_list"
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs-actions.pod:2337
#, no-wrap
msgid ""
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2341 ../fish/guestfish-actions.pod:1571
+#. type: textblock
+#: ../src/guestfs-actions.pod:2341 ../fish/guestfish-actions.pod:1569
msgid "This command lists out files contained in an initrd."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2343 ../fish/guestfish-actions.pod:1573
+#. type: textblock
+#: ../src/guestfs-actions.pod:2343 ../fish/guestfish-actions.pod:1571
msgid ""
"The files are listed without any initial C</> character. The files are "
"listed in the order they appear (not necessarily alphabetical). Directory "
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2347 ../fish/guestfish-actions.pod:1577
+#. type: textblock
+#: ../src/guestfs-actions.pod:2347 ../fish/guestfish-actions.pod:1575
msgid ""
"Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
"initrd. We I<only> support the newer initramfs format (compressed cpio "
msgstr ""
# type: =head2
+#. type: =head2
#: ../src/guestfs-actions.pod:2357
msgid "guestfs_inotify_add_watch"
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs-actions.pod:2359
#, no-wrap
msgid ""
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2364 ../fish/guestfish-actions.pod:1585
+#. type: textblock
+#: ../src/guestfs-actions.pod:2364 ../fish/guestfish-actions.pod:1583
msgid "Watch C<path> for the events listed in C<mask>."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2366 ../fish/guestfish-actions.pod:1587
+#. type: textblock
+#: ../src/guestfs-actions.pod:2366 ../fish/guestfish-actions.pod:1585
msgid ""
"Note that if C<path> is a directory then events within that directory are "
"watched, but this does I<not> happen recursively (in subdirectories)."
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2370 ../fish/guestfish-actions.pod:1591
+#. type: textblock
+#: ../src/guestfs-actions.pod:2370 ../fish/guestfish-actions.pod:1589
msgid ""
"Note for non-C or non-Linux callers: the inotify events are defined by the "
"Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
msgstr ""
# type: =head2
+#. type: =head2
#: ../src/guestfs-actions.pod:2378
msgid "guestfs_inotify_close"
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs-actions.pod:2380
#, no-wrap
msgid ""
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2383 ../fish/guestfish-actions.pod:1599
+#. type: textblock
+#: ../src/guestfs-actions.pod:2383 ../fish/guestfish-actions.pod:1597
msgid ""
"This closes the inotify handle which was previously opened by inotify_init. "
"It removes all watches, throws away any pending events, and deallocates all "
msgstr ""
# type: =head2
+#. type: =head2
#: ../src/guestfs-actions.pod:2391
msgid "guestfs_inotify_files"
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs-actions.pod:2393
#, no-wrap
msgid ""
msgstr ""
# type: textblock
+#. type: textblock
#: ../src/guestfs-actions.pod:2396
msgid ""
"This function is a helpful wrapper around C<guestfs_inotify_read> which just "
msgstr ""
# type: =head2
+#. type: =head2
#: ../src/guestfs-actions.pod:2406
msgid "guestfs_inotify_init"
msgstr ""
# type: verbatim
+#. type: verbatim
#: ../src/guestfs-actions.pod:2408
#, no-wrap
msgid ""
msgstr ""
# type: textblock
-#: ../src/guestfs-actions.pod:2412 ../fish/guestfish-actions.pod:1615
+#. type: textblock
+#: ../src/guestfs-actions.pod:2412 ../fish/guestfish-actions.pod:1613
msgid ""
"This command creates a new inotify handle. The inotify subsystem can be "
"used to notify events which happen to objects in the guest filesystem."
msgstr ""