# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Red Hat Inc.
# This file is distributed under the same license as the libguestfs package.
-#
+#
# Translators:
# rjones <rjones@redhat.com>, 2011.
# <www.carrotsoft@gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: libguestfs\n"
-"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/\n"
-"POT-Creation-Date: 2011-10-26 21:10+0200\n"
+"Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
+"POT-Creation-Date: 2011-10-27 16:05+0200\n"
"PO-Revision-Date: 2011-10-27 09:15+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Japanese <trans-ja@lists.fedoraproject.org>\n"
+"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ja\n"
"Plural-Forms: nplurals=1; plural=0\n"
#. type: =head1
"When older operating systems install themselves, the partitioning tools "
"place partitions at a sector misaligned with the underlying storage "
"(commonly the first partition starts on sector C<63>). Misaligned "
-"partitions can result in an operating system issuing more I/O than should be"
-" necessary."
+"partitions can result in an operating system issuing more I/O than should be "
+"necessary."
msgstr ""
#. type: textblock
#. type: textblock
#: ../align/virt-alignment-scan.pod:25
msgid ""
-"Currently there is no virt tool for fixing alignment problems. You can only"
-" reinstall the guest operating system. The following NetApp document "
-"summarises the problem and possible solutions: "
-"L<http://media.netapp.com/documents/tr-3747.pdf>"
+"Currently there is no virt tool for fixing alignment problems. You can only "
+"reinstall the guest operating system. The following NetApp document "
+"summarises the problem and possible solutions: L<http://media.netapp.com/"
+"documents/tr-3747.pdf>"
msgstr ""
#. type: =head1
#: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:102
#: ../inspector/virt-inspector.pod:71 ../rescue/virt-rescue.pod:100
msgid ""
-"The format of the disk image is auto-detected. To override this and force a"
-" particular format use the I<--format=..> option."
+"The format of the disk image is auto-detected. To override this and force a "
+"particular format use the I<--format=..> option."
msgstr ""
#. type: =item
#. type: textblock
#: ../align/virt-alignment-scan.pod:174
msgid ""
-"Operating systems older than Windows 2008 and Linux before ca.2010 place the"
-" first sector of the first partition at sector 63, with a 512 byte sector "
-"size. This happens because of a historical accident. Drives have to report"
-" a cylinder / head / sector (CHS) geometry to the BIOS. The geometry is "
+"Operating systems older than Windows 2008 and Linux before ca.2010 place the "
+"first sector of the first partition at sector 63, with a 512 byte sector "
+"size. This happens because of a historical accident. Drives have to report "
+"a cylinder / head / sector (CHS) geometry to the BIOS. The geometry is "
"completely meaningless on modern drives, but it happens that the geometry "
"reported always has 63 sectors per track. The operating system therefore "
"places the first partition at the start of the second \"track\", at sector "
#. type: textblock
#: ../align/virt-alignment-scan.pod:190
msgid ""
-"if the host OS uses local storage directly on hard drive partitions, and the"
-" hard drive has 512 byte physical sectors."
+"if the host OS uses local storage directly on hard drive partitions, and the "
+"hard drive has 512 byte physical sectors."
msgstr ""
#. type: =item
#. type: textblock
#: ../align/virt-alignment-scan.pod:229
msgid ""
-"New versions of the Linux kernel expose the physical and logical block size,"
-" and minimum and recommended I/O size."
+"New versions of the Linux kernel expose the physical and logical block size, "
+"and minimum and recommended I/O size."
msgstr ""
#. type: textblock
#: ../align/virt-alignment-scan.pod:232
-msgid "For a typical hard drive with 512 byte sectors:"
+msgid "For a typical consumer hard drive with 512 byte sectors:"
msgstr ""
#. type: verbatim
#: ../align/virt-alignment-scan.pod:234
#, no-wrap
msgid ""
+" $ cat /sys/block/sda/queue/hw_sector_size\n"
+" 512\n"
" $ cat /sys/block/sda/queue/physical_block_size\n"
" 512\n"
" $ cat /sys/block/sda/queue/logical_block_size\n"
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:243
+#: ../align/virt-alignment-scan.pod:245
+msgid "For a new consumer hard drive with 4Kbyte sectors:"
+msgstr ""
+
+#. type: verbatim
+#: ../align/virt-alignment-scan.pod:247
+#, no-wrap
+msgid ""
+" $ cat /sys/block/sda/queue/hw_sector_size\n"
+" 4096\n"
+" $ cat /sys/block/sda/queue/physical_block_size\n"
+" 4096\n"
+" $ cat /sys/block/sda/queue/logical_block_size\n"
+" 4096\n"
+" $ cat /sys/block/sda/queue/minimum_io_size\n"
+" 4096\n"
+" $ cat /sys/block/sda/queue/optimal_io_size\n"
+" 0\n"
+"\n"
+msgstr ""
+
+#. type: textblock
+#: ../align/virt-alignment-scan.pod:258
msgid "For a NetApp LUN:"
msgstr ""
#. type: verbatim
-#: ../align/virt-alignment-scan.pod:245
+#: ../align/virt-alignment-scan.pod:260
#, no-wrap
msgid ""
" $ cat /sys/block/sdc/queue/logical_block_size\n"
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:254
+#: ../align/virt-alignment-scan.pod:269
msgid ""
"The NetApp allows 512 byte accesses (but they will be very inefficient), "
"prefers a minimum 4K I/O size, but the optimal I/O size is 64K."
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:258
+#: ../align/virt-alignment-scan.pod:273
msgid ""
-"For detailed information about what these numbers mean, see "
-"L<http://docs.redhat.com/docs/en-"
-"US/Red_Hat_Enterprise_Linux/6/html/Storage_Administration_Guide/newstorage-"
-"iolimits.html>"
+"For detailed information about what these numbers mean, see L<http://docs."
+"redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/"
+"Storage_Administration_Guide/newstorage-iolimits.html>"
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:261
+#: ../align/virt-alignment-scan.pod:276
msgid ""
-"[Thanks to Mike Snitzer for providing NetApp data and additional "
-"information.]"
+"[Thanks to Matt Booth for providing 4K drive data. Thanks to Mike Snitzer "
+"for providing NetApp data and additional information.]"
msgstr ""
#. type: =head2
-#: ../align/virt-alignment-scan.pod:264
+#: ../align/virt-alignment-scan.pod:279
msgid "1 MB PARTITION ALIGNMENT"
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:266
+#: ../align/virt-alignment-scan.pod:281
msgid ""
"Microsoft picked 1 MB as the default alignment for all partitions starting "
"with Windows 2008 Server, and Linux has followed this."
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:269
+#: ../align/virt-alignment-scan.pod:284
msgid ""
-"Assuming 512 byte sectors in the guest, you will now see the first partition"
-" starting at sector 2048, and subsequent partitions (if any) will start at "
-"a multiple of 2048 sectors."
+"Assuming 512 byte sectors in the guest, you will now see the first partition "
+"starting at sector 2048, and subsequent partitions (if any) will start at a "
+"multiple of 2048 sectors."
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:273
+#: ../align/virt-alignment-scan.pod:288
msgid ""
"1 MB alignment is compatible with all current alignment requirements (4K, "
"64K) and provides room for future growth in physical block sizes."
msgstr ""
#. type: =head2
-#: ../align/virt-alignment-scan.pod:276
+#: ../align/virt-alignment-scan.pod:291
msgid "SETTING ALIGNMENT"
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:278
+#: ../align/virt-alignment-scan.pod:293
msgid ""
-"L<virt-resize(1)> can change the alignment of the partitions of some guests."
-" Currently it can fully align all the partitions of all Windows guests, and"
-" it will fix the bootloader where necessary. For Linux guests, it can align"
-" the second and subsequent partitions, so the majority of OS accesses except"
-" at boot will be aligned."
+"L<virt-resize(1)> can change the alignment of the partitions of some "
+"guests. Currently it can fully align all the partitions of all Windows "
+"guests, and it will fix the bootloader where necessary. For Linux guests, "
+"it can align the second and subsequent partitions, so the majority of OS "
+"accesses except at boot will be aligned."
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:284
+#: ../align/virt-alignment-scan.pod:299
msgid ""
"Another way to correct partition alignment problems is to reinstall your "
"guest operating systems. If you install operating systems from templates, "
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:288
+#: ../align/virt-alignment-scan.pod:303
msgid ""
-"For older versions of Windows, the following NetApp document contains useful"
-" information: L<http://media.netapp.com/documents/tr-3747.pdf>"
+"For older versions of Windows, the following NetApp document contains useful "
+"information: L<http://media.netapp.com/documents/tr-3747.pdf>"
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:291
+#: ../align/virt-alignment-scan.pod:306
msgid ""
"For Red Hat Enterprise Linux E<le> 5, use a Kickstart script that contains "
-"an explicit C<%pre> section that creates aligned partitions using "
-"L<parted(8)>. Do not use the Kickstart C<part> command. The NetApp "
-"document above contains an example."
+"an explicit C<%pre> section that creates aligned partitions using L<parted(8)"
+">. Do not use the Kickstart C<part> command. The NetApp document above "
+"contains an example."
msgstr ""
#. type: =head1
-#: ../align/virt-alignment-scan.pod:296 ../cat/virt-cat.pod:231
+#: ../align/virt-alignment-scan.pod:311 ../cat/virt-cat.pod:231
#: ../cat/virt-filesystems.pod:373 ../cat/virt-ls.pod:483
#: ../clone/virt-sysprep.pod:475 ../df/virt-df.pod:215
#: ../edit/virt-edit.pod:342 ../inspector/virt-inspector.pod:352
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:298 ../cat/virt-cat.pod:233
+#: ../align/virt-alignment-scan.pod:313 ../cat/virt-cat.pod:233
#: ../cat/virt-filesystems.pod:375 ../cat/virt-ls.pod:485
#: ../clone/virt-sysprep.pod:477 ../df/virt-df.pod:217
#: ../edit/virt-edit.pod:344 ../inspector/virt-inspector.pod:354
msgid ""
"Libvirt guest names can contain arbitrary characters, some of which have "
"meaning to the shell such as C<#> and space. You may need to quote or "
-"escape these characters on the command line. See the shell manual page "
-"L<sh(1)> for details."
+"escape these characters on the command line. See the shell manual page L<sh"
+"(1)> for details."
msgstr ""
#. type: =head1
-#: ../align/virt-alignment-scan.pod:303 ../cat/virt-cat.pod:238
+#: ../align/virt-alignment-scan.pod:318 ../cat/virt-cat.pod:238
#: ../cat/virt-filesystems.pod:380 ../cat/virt-ls.pod:490
#: ../clone/virt-sysprep.pod:482 ../df/virt-df.pod:222
#: ../edit/virt-edit.pod:349 ../fish/guestfish.pod:1114
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:305
+#: ../align/virt-alignment-scan.pod:320
msgid "This program returns:"
msgstr ""
#. type: =item
-#: ../align/virt-alignment-scan.pod:309 ../align/virt-alignment-scan.pod:315
-#: ../align/virt-alignment-scan.pod:321 ../align/virt-alignment-scan.pod:328
+#: ../align/virt-alignment-scan.pod:324 ../align/virt-alignment-scan.pod:330
+#: ../align/virt-alignment-scan.pod:336 ../align/virt-alignment-scan.pod:343
#: ../cat/virt-cat.pod:177 ../cat/virt-cat.pod:182 ../cat/virt-cat.pod:187
#: ../cat/virt-cat.pod:198 ../cat/virt-cat.pod:202
#: ../clone/virt-sysprep.pod:283 ../clone/virt-sysprep.pod:287
#: ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:29
#: ../src/guestfs-actions.pod:641 ../src/guestfs-actions.pod:649
#: ../src/guestfs-actions.pod:656 ../src/guestfs-actions.pod:663
-#: ../src/guestfs-actions.pod:2071 ../src/guestfs-actions.pod:2075
#: ../src/guestfs-actions.pod:2079 ../src/guestfs-actions.pod:2083
-#: ../src/guestfs-actions.pod:2091 ../src/guestfs-actions.pod:2095
-#: ../src/guestfs-actions.pod:2099 ../src/guestfs-actions.pod:2109
-#: ../src/guestfs-actions.pod:2113 ../src/guestfs-actions.pod:2117
-#: ../src/guestfs-actions.pod:2255 ../src/guestfs-actions.pod:2259
-#: ../src/guestfs-actions.pod:2264 ../src/guestfs-actions.pod:2269
-#: ../src/guestfs-actions.pod:2330 ../src/guestfs-actions.pod:2334
-#: ../src/guestfs-actions.pod:2339 ../src/guestfs-actions.pod:2754
-#: ../src/guestfs-actions.pod:2761 ../src/guestfs-actions.pod:2768
-#: ../src/guestfs-actions.pod:3313 ../src/guestfs-actions.pod:3319
-#: ../src/guestfs-actions.pod:3327 ../src/guestfs-actions.pod:3334
-#: ../src/guestfs-actions.pod:3341 ../src/guestfs.pod:403
+#: ../src/guestfs-actions.pod:2087 ../src/guestfs-actions.pod:2091
+#: ../src/guestfs-actions.pod:2099 ../src/guestfs-actions.pod:2103
+#: ../src/guestfs-actions.pod:2107 ../src/guestfs-actions.pod:2117
+#: ../src/guestfs-actions.pod:2121 ../src/guestfs-actions.pod:2125
+#: ../src/guestfs-actions.pod:2263 ../src/guestfs-actions.pod:2267
+#: ../src/guestfs-actions.pod:2272 ../src/guestfs-actions.pod:2277
+#: ../src/guestfs-actions.pod:2338 ../src/guestfs-actions.pod:2342
+#: ../src/guestfs-actions.pod:2347 ../src/guestfs-actions.pod:2762
+#: ../src/guestfs-actions.pod:2769 ../src/guestfs-actions.pod:2776
+#: ../src/guestfs-actions.pod:3321 ../src/guestfs-actions.pod:3327
+#: ../src/guestfs-actions.pod:3335 ../src/guestfs-actions.pod:3342
+#: ../src/guestfs-actions.pod:3349 ../src/guestfs.pod:403
#: ../src/guestfs.pod:408 ../src/guestfs.pod:413 ../src/guestfs.pod:417
#: ../src/guestfs.pod:422 ../src/guestfs.pod:426 ../src/guestfs.pod:431
#: ../src/guestfs.pod:436 ../src/guestfs.pod:1109 ../src/guestfs.pod:1113
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:311
+#: ../align/virt-alignment-scan.pod:326
msgid "0"
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:313
+#: ../align/virt-alignment-scan.pod:328
msgid ""
"successful exit, all partitions are aligned E<ge> 64K for best performance"
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:317
+#: ../align/virt-alignment-scan.pod:332
msgid "1"
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:319
+#: ../align/virt-alignment-scan.pod:334
msgid "an error scanning the disk image or guest"
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:323
+#: ../align/virt-alignment-scan.pod:338
msgid "2"
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:325
+#: ../align/virt-alignment-scan.pod:340
msgid ""
"successful exit, some partitions have alignment E<lt> 64K which can result "
"in poor performance on high end network storage"
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:330
+#: ../align/virt-alignment-scan.pod:345
msgid "3"
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:332
+#: ../align/virt-alignment-scan.pod:347
msgid ""
-"successful exit, some partitions have alignment E<lt> 4K which can result in"
-" poor performance on most hypervisors"
+"successful exit, some partitions have alignment E<lt> 4K which can result in "
+"poor performance on most hypervisors"
msgstr ""
#. type: =head1
-#: ../align/virt-alignment-scan.pod:337 ../cat/virt-cat.pod:243
+#: ../align/virt-alignment-scan.pod:352 ../cat/virt-cat.pod:243
#: ../cat/virt-filesystems.pod:385 ../cat/virt-ls.pod:495
#: ../clone/virt-sysprep.pod:486 ../df/virt-df.pod:227
#: ../edit/virt-edit.pod:354 ../erlang/examples/guestfs-erlang.pod:97
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:339
+#: ../align/virt-alignment-scan.pod:354
msgid ""
-"L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-rescue(1)>, L"
-"<virt-resize(1)>, L<http://libguestfs.org/>."
+"L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-rescue(1)>, "
+"L<virt-resize(1)>, L<http://libguestfs.org/>."
msgstr ""
#. type: =head1
-#: ../align/virt-alignment-scan.pod:346 ../cat/virt-cat.pod:252
+#: ../align/virt-alignment-scan.pod:361 ../cat/virt-cat.pod:252
#: ../cat/virt-filesystems.pod:396 ../cat/virt-ls.pod:507
#: ../clone/virt-sysprep.pod:501 ../df/virt-df.pod:235
#: ../edit/virt-edit.pod:368 ../rescue/virt-rescue.pod:296
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:348 ../cat/virt-cat.pod:254
+#: ../align/virt-alignment-scan.pod:363 ../cat/virt-cat.pod:254
#: ../cat/virt-filesystems.pod:398 ../cat/virt-ls.pod:509
#: ../clone/virt-sysprep.pod:503 ../df/virt-df.pod:237
#: ../edit/virt-edit.pod:370 ../inspector/virt-inspector.pod:395
msgstr ""
#. type: =head1
-#: ../align/virt-alignment-scan.pod:350 ../cat/virt-cat.pod:256
+#: ../align/virt-alignment-scan.pod:365 ../cat/virt-cat.pod:256
#: ../cat/virt-filesystems.pod:400 ../cat/virt-ls.pod:511
#: ../clone/virt-sysprep.pod:505 ../df/virt-df.pod:239
#: ../edit/virt-edit.pod:372 ../erlang/examples/guestfs-erlang.pod:114
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:352 ../clone/virt-sysprep.pod:507
+#: ../align/virt-alignment-scan.pod:367 ../clone/virt-sysprep.pod:507
#: ../sparsify/virt-sparsify.pod:270
msgid "Copyright (C) 2011 Red Hat Inc."
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:354 ../cat/virt-cat.pod:260
+#: ../align/virt-alignment-scan.pod:369 ../cat/virt-cat.pod:260
#: ../cat/virt-filesystems.pod:404 ../cat/virt-ls.pod:515
#: ../clone/virt-sysprep.pod:509 ../df/virt-df.pod:243
#: ../edit/virt-edit.pod:376 ../fish/guestfish.pod:1305
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:359 ../cat/virt-cat.pod:265
+#: ../align/virt-alignment-scan.pod:374 ../cat/virt-cat.pod:265
#: ../cat/virt-filesystems.pod:409 ../cat/virt-ls.pod:520
#: ../clone/virt-sysprep.pod:514 ../df/virt-df.pod:248
#: ../edit/virt-edit.pod:381 ../fish/guestfish.pod:1310
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:364 ../cat/virt-cat.pod:270
+#: ../align/virt-alignment-scan.pod:379 ../cat/virt-cat.pod:270
#: ../cat/virt-filesystems.pod:414 ../cat/virt-ls.pod:525
#: ../clone/virt-sysprep.pod:519 ../df/virt-df.pod:253
#: ../edit/virt-edit.pod:386 ../fish/guestfish.pod:1315
#: ../tools/virt-make-fs.pl:600 ../tools/virt-tar.pl:329
#: ../tools/virt-win-reg.pl:801
msgid ""
-"You should have received a copy of the GNU General Public License along with"
-" this program; if not, write to the Free Software Foundation, Inc., 675 Mass"
-" Ave, Cambridge, MA 02139, USA."
+"You should have received a copy of the GNU General Public License along with "
+"this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
+"Ave, Cambridge, MA 02139, USA."
msgstr ""
#. type: textblock
#: ../cat/virt-cat.pod:24
msgid ""
"Multiple filenames can be given, in which case they are concatenated "
-"together. Each filename must be a full path, starting at the root directory"
-" (starting with '/')."
+"together. Each filename must be a full path, starting at the root directory "
+"(starting with '/')."
msgstr ""
#. type: textblock
#: ../inspector/virt-inspector.pod:67 ../rescue/virt-rescue.pod:96
msgid ""
"Add I<file> which should be a disk image from a virtual machine. If the "
-"virtual machine has multiple block devices, you must supply all of them with"
-" separate I<-a> options."
+"virtual machine has multiple block devices, you must supply all of them with "
+"separate I<-a> options."
msgstr ""
#. type: =item
#. type: textblock
#: ../cat/virt-cat.pod:100
msgid ""
-"When prompting for keys and passphrases, virt-cat normally turns echoing off"
-" so you cannot see what you are typing. If you are not worried about "
-"Tempest attacks and there is no one else in the room you can specify this "
-"flag to see what you are typing."
+"When prompting for keys and passphrases, virt-cat normally turns echoing off "
+"so you cannot see what you are typing. If you are not worried about Tempest "
+"attacks and there is no one else in the room you can specify this flag to "
+"see what you are typing."
msgstr ""
#. type: verbatim
#: ../cat/virt-ls.pod:363 ../edit/virt-edit.pod:158 ../fish/guestfish.pod:291
#: ../fuse/guestmount.pod:174 ../inspector/virt-inspector.pod:116
msgid ""
-"Read key or passphrase parameters from stdin. The default is to try to read"
-" passphrases from the user by opening C</dev/tty>."
+"Read key or passphrase parameters from stdin. The default is to try to read "
+"passphrases from the user by opening C</dev/tty>."
msgstr ""
#. type: =head1
#. type: textblock
#: ../cat/virt-cat.pod:221
msgid ""
-"The command above uses libguestfs's guest inspection feature and so does not"
-" work on guests that libguestfs cannot inspect, or on things like arbitrary "
+"The command above uses libguestfs's guest inspection feature and so does not "
+"work on guests that libguestfs cannot inspect, or on things like arbitrary "
"disk images that don't contain guests. To display a file from a disk image "
"directly, use:"
msgstr ""
#. type: textblock
#: ../cat/virt-cat.pod:245
msgid ""
-"L<guestfs(3)>, L<guestfish(1)>, L<virt-copy-out(1)>, L<virt-edit(1)>, L"
-"<virt-tar-out(1)>, L<http://libguestfs.org/>."
+"L<guestfs(3)>, L<guestfish(1)>, L<virt-copy-out(1)>, L<virt-edit(1)>, L<virt-"
+"tar-out(1)>, L<http://libguestfs.org/>."
msgstr ""
#. type: textblock
#: ../cat/virt-filesystems.pod:15
msgid ""
"This tool allows you to discover filesystems, partitions, logical volumes, "
-"and their sizes in a disk image or virtual machine. It is a replacement for"
-" L<virt-list-filesystems(1)> and L<virt-list-partitions(1)>."
+"and their sizes in a disk image or virtual machine. It is a replacement for "
+"L<virt-list-filesystems(1)> and L<virt-list-partitions(1)>."
msgstr ""
#. type: textblock
#. type: textblock
#: ../cat/virt-filesystems.pod:64
msgid ""
-"Similarly you can use I<--logical-volumes>, I<--volume-groups>, I"
-"<--physical-volumes>, I<--block-devices> to list those items."
+"Similarly you can use I<--logical-volumes>, I<--volume-groups>, I<--physical-"
+"volumes>, I<--block-devices> to list those items."
msgstr ""
#. type: textblock
#. type: textblock
#: ../cat/virt-filesystems.pod:74
msgid ""
-"UUIDs (because they are quite long) are not shown by default. Add the "
-"I<--uuid> option to display device and filesystem UUIDs in the long output."
+"UUIDs (because they are quite long) are not shown by default. Add the I<--"
+"uuid> option to display device and filesystem UUIDs in the long output."
msgstr ""
#. type: textblock
#. type: textblock
#: ../cat/virt-filesystems.pod:112
msgid ""
-"Display everything. This is currently the same as specifying these options:"
-" I<--filesystems>, I<--extra>, I<--partitions>, I<--block-devices>, I"
-"<--logical-volumes>, I<--volume-groups>, I<--physical-volumes>. (More may "
-"be added to this list in future)."
+"Display everything. This is currently the same as specifying these options: "
+"I<--filesystems>, I<--extra>, I<--partitions>, I<--block-devices>, I<--"
+"logical-volumes>, I<--volume-groups>, I<--physical-volumes>. (More may be "
+"added to this list in future)."
msgstr ""
#. type: textblock
#: ../cat/virt-filesystems.pod:157
msgid ""
"This causes filesystems that are not ordinary, mountable filesystems to be "
-"displayed. This category includes swapspace, and filesystems that are empty"
-" or contain unknown data."
+"displayed. This category includes swapspace, and filesystems that are empty "
+"or contain unknown data."
msgstr ""
#. type: textblock
#: ../cat/virt-filesystems.pod:213
msgid ""
"The extra columns displayed depend on what output you select, and the "
-"ordering of columns may change in future versions. Use the title row, "
-"I<--csv> output and/or L<csvtool(1)> to match columns to data in external "
+"ordering of columns may change in future versions. Use the title row, I<--"
+"csv> output and/or L<csvtool(1)> to match columns to data in external "
"programs."
msgstr ""
#. type: textblock
#: ../cat/virt-filesystems.pod:229
msgid ""
-"Display LVM logical volumes. In this mode, these are displayed irrespective"
-" of whether the LVs contain filesystems."
+"Display LVM logical volumes. In this mode, these are displayed irrespective "
+"of whether the LVs contain filesystems."
msgstr ""
#. type: =item
#: ../cat/virt-filesystems.pod:298
msgid ""
"For device and partition names these are displayed as canonical libguestfs "
-"names, so that for example C</dev/sda2> is the second partition on the first"
-" device."
+"names, so that for example C</dev/sda2> is the second partition on the first "
+"device."
msgstr ""
#. type: textblock
#: ../cat/virt-filesystems.pod:321
msgid ""
"The partition type byte, displayed as a two digit hexadecimal number. A "
-"comprehensive list of partition types can be found here: "
-"L<http://www.win.tue.nl/~aeb/partitions/partition_types-1.html>"
+"comprehensive list of partition types can be found here: L<http://www.win."
+"tue.nl/~aeb/partitions/partition_types-1.html>"
msgstr ""
#. type: textblock
#: ../cat/virt-filesystems.pod:334
msgid ""
"The parent column records the parent relationship between objects. For "
-"example, if the object is a partition, then this column contains the name of"
-" the containing device. If the object is a logical volume, then this column"
-" is the name of the volume group."
+"example, if the object is a partition, then this column contains the name of "
+"the containing device. If the object is a logical volume, then this column "
+"is the name of the volume group."
msgstr ""
#. type: =item
#: ../cat/virt-filesystems.pod:354 ../cat/virt-ls.pod:464
#: ../df/virt-df.pod:196
msgid ""
-"Myth: Just split fields at commas. Reality: This does I<not> work reliably."
-" This example has two columns:"
+"Myth: Just split fields at commas. Reality: This does I<not> work "
+"reliably. This example has two columns:"
msgstr ""
#. type: verbatim
#: ../cat/virt-filesystems.pod:368 ../cat/virt-ls.pod:478
#: ../df/virt-df.pod:210
msgid ""
-"For other languages, use a CSV processing library (eg. C<Text::CSV> for Perl"
-" or Python's built-in csv library)."
+"For other languages, use a CSV processing library (eg. C<Text::CSV> for Perl "
+"or Python's built-in csv library)."
msgstr ""
#. type: textblock
#: ../cat/virt-filesystems.pod:387
msgid ""
"L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-df(1)>, L<virt-list-"
-"filesystems(1)>, L<virt-list-partitions(1)>, L<csvtool(1)>, "
-"L<http://libguestfs.org/>."
+"filesystems(1)>, L<virt-list-partitions(1)>, L<csvtool(1)>, L<http://"
+"libguestfs.org/>."
msgstr ""
#. type: textblock
#. type: textblock
#: ../cat/virt-ls.pod:24
msgid ""
-"Multiple directory names can be given, in which case the output from each is"
-" concatenated."
+"Multiple directory names can be given, in which case the output from each is "
+"concatenated."
msgstr ""
#. type: textblock
#: ../cat/virt-ls.pod:27
msgid ""
-"To list directories from a libvirt guest use the I<-d> option to specify the"
-" name of the guest. For a disk image, use the I<-a> option."
+"To list directories from a libvirt guest use the I<-d> option to specify the "
+"name of the guest. For a disk image, use the I<-a> option."
msgstr ""
#. type: textblock
#: ../cat/virt-ls.pod:31
msgid ""
-"C<virt-ls> can do many simple file listings. For more complicated cases you"
-" may need to use L<guestfish(1)>, or write a program directly to the "
-"L<guestfs(3)> API."
+"C<virt-ls> can do many simple file listings. For more complicated cases you "
+"may need to use L<guestfish(1)>, or write a program directly to the L<guestfs"
+"(3)> API."
msgstr ""
#. type: textblock
#. type: textblock
#: ../cat/virt-ls.pod:71
msgid ""
-"Find the differences between files in a guest and an earlier snapshot of the"
-" same guest."
+"Find the differences between files in a guest and an earlier snapshot of the "
+"same guest."
msgstr ""
#. type: verbatim
#: ../cat/virt-ls.pod:78
msgid ""
"The commands above won't find files where the content has changed but the "
-"metadata (eg. file size and modification date) is the same. To do that, you"
-" need to add the I<--checksum> parameter to both C<virt-ls> commands. "
-"I<--checksum> can be quite slow since it has to read and compute a checksum "
-"of every regular file in the virtual machine."
+"metadata (eg. file size and modification date) is the same. To do that, you "
+"need to add the I<--checksum> parameter to both C<virt-ls> commands. I<--"
+"checksum> can be quite slow since it has to read and compute a checksum of "
+"every regular file in the virtual machine."
msgstr ""
#. type: =head1
#. type: textblock
#: ../cat/virt-ls.pod:132
msgid ""
-"Most of the interesting features of C<virt-ls> are only available when using"
-" I<-lR> mode."
+"Most of the interesting features of C<virt-ls> are only available when using "
+"I<-lR> mode."
msgstr ""
#. type: textblock
msgid ""
"The fields are normally space-separated. Filenames are B<not> quoted, so "
"you cannot use the output in another program (because filenames can contain "
-"spaces and other unsafe characters). If the guest was untrusted and someone"
-" knew you were using C<virt-ls> to analyze the guest, they could play tricks"
-" on you by creating filenames with embedded newline characters. To "
-"B<safely> parse the output in another program, use the I<--csv> (Comma-"
-"Separated Values) option."
+"spaces and other unsafe characters). If the guest was untrusted and someone "
+"knew you were using C<virt-ls> to analyze the guest, they could play tricks "
+"on you by creating filenames with embedded newline characters. To B<safely> "
+"parse the output in another program, use the I<--csv> (Comma-Separated "
+"Values) option."
msgstr ""
#. type: textblock
msgstr ""
#. type: =head2
-#: ../cat/virt-ls.pod:181 ../fish/guestfish-actions.pod:4395
+#: ../cat/virt-ls.pod:181 ../fish/guestfish-actions.pod:4380
msgid "path"
msgstr ""
#: ../cat/virt-ls.pod:316
msgid ""
"When prompting for keys and passphrases, virt-ls normally turns echoing off "
-"so you cannot see what you are typing. If you are not worried about Tempest"
-" attacks and there is no one else in the room you can specify this flag to "
+"so you cannot see what you are typing. If you are not worried about Tempest "
+"attacks and there is no one else in the room you can specify this flag to "
"see what you are typing."
msgstr ""
#. type: textblock
#: ../cat/virt-ls.pod:378
msgid ""
-"C<virt-ls -l> produces a \"long listing\", which shows more detail. See "
-"L</LONG LISTING>."
+"C<virt-ls -l> produces a \"long listing\", which shows more detail. See L</"
+"LONG LISTING>."
msgstr ""
#. type: textblock
#. type: textblock
#: ../clone/virt-sysprep.pod:15
msgid ""
-"Virt-sysprep \"resets\" or \"unconfigures\" a virtual machine so that clones"
-" can be made from it. Steps in this process include removing SSH host keys,"
-" removing persistent network MAC configuration, and removing user accounts."
-" Each step can be enabled or disabled as required."
+"Virt-sysprep \"resets\" or \"unconfigures\" a virtual machine so that clones "
+"can be made from it. Steps in this process include removing SSH host keys, "
+"removing persistent network MAC configuration, and removing user accounts. "
+"Each step can be enabled or disabled as required."
msgstr ""
#. type: textblock
msgid ""
"Virt-sysprep modifies the guest or disk image I<in place>. The guest must "
"be shut down. If you want to preserve the existing contents of the guest, "
-"you I<must copy or clone the disk first>. See L</COPYING AND CLONING> "
-"below."
+"you I<must copy or clone the disk first>. See L</COPYING AND CLONING> below."
msgstr ""
#. type: textblock
#: ../clone/virt-sysprep.pod:29
msgid ""
"You do I<not> need to run virt-sysprep as root. In fact we'd generally "
-"recommend that you don't. The time you might want to run it as root is when"
-" you need root in order to access the disk image, but even in this case it "
+"recommend that you don't. The time you might want to run it as root is when "
+"you need root in order to access the disk image, but even in this case it "
"would be better to change the permissions on the disk image to be writable "
"as the non-root user running virt-sysprep."
msgstr ""
#. type: textblock
#: ../clone/virt-sysprep.pod:35
msgid ""
-"\"Sysprep\" stands for \"system preparation\" tool. The name comes from the"
-" Microsoft program C<sysprep.exe> which is used to unconfigure Windows "
+"\"Sysprep\" stands for \"system preparation\" tool. The name comes from the "
+"Microsoft program C<sysprep.exe> which is used to unconfigure Windows "
"machines in preparation for cloning them. Having said that, virt-sysprep "
"does I<not> currently work on Microsoft Windows guests. We plan to support "
"Windows sysprepping in a future version, and we already have code to do it."
#. type: textblock
#: ../clone/virt-sysprep.pod:135
msgid ""
-"The default is to try to detect if SELinux relabelling is required. See "
-"L</SELINUX RELABELLING> below for more details."
+"The default is to try to detect if SELinux relabelling is required. See L</"
+"SELINUX RELABELLING> below for more details."
msgstr ""
#. type: =head1
#. type: textblock
#: ../clone/virt-sysprep.pod:158
msgid ""
-"If the I<--enable> option is I<not> given, then I<all sysprep operations are"
-" enabled>, although some are skipped depending on the type of guest."
+"If the I<--enable> option is I<not> given, then I<all sysprep operations are "
+"enabled>, although some are skipped depending on the type of guest."
msgstr ""
#. type: textblock
#. type: textblock
#: ../clone/virt-sysprep.pod:167
msgid ""
-"To list the operations supported by the current version of virt-sysprep, use"
-" I<--list-operations>."
+"To list the operations supported by the current version of virt-sysprep, use "
+"I<--list-operations>."
msgstr ""
#. type: textblock
#. type: textblock
#: ../clone/virt-sysprep.pod:191
msgid ""
-"If the I<--hostname> parameter is not given, then the hostname is changed to"
-" C<localhost.localdomain>."
+"If the I<--hostname> parameter is not given, then the hostname is changed to "
+"C<localhost.localdomain>."
msgstr ""
#. type: =head2
#. type: textblock
#: ../clone/virt-sysprep.pod:209
msgid ""
-"Write some random bytes from the host into the random seed file of the "
-"guest."
+"Write some random bytes from the host into the random seed file of the guest."
msgstr ""
#. type: textblock
#. type: textblock
#: ../clone/virt-sysprep.pod:242
msgid ""
-"After a guest is cloned, the MAC address usually changes. Since the old MAC"
-" address occupies the old name (eg. eth0), this means the fresh MAC address "
+"After a guest is cloned, the MAC address usually changes. Since the old MAC "
+"address occupies the old name (eg. eth0), this means the fresh MAC address "
"is assigned to a new name (eg. eth1) and this is usually undesirable. "
"Erasing the udev persistent net rules avoids this."
msgstr ""
#. type: textblock
#: ../clone/virt-sysprep.pod:349
msgid ""
-"You can, of course, just copy the block device on the host using L<cp(1)> or"
-" L<dd(1)>."
+"You can, of course, just copy the block device on the host using L<cp(1)> or "
+"L<dd(1)>."
msgstr ""
#. type: verbatim
#. type: textblock
#: ../clone/virt-sysprep.pod:370
msgid ""
-"Use the block device as a backing file and create a snapshot on top for each"
-" guest. The advantage is that you don't need to copy the block device (very"
-" fast) and only changes are stored (less storage required)."
+"Use the block device as a backing file and create a snapshot on top for each "
+"guest. The advantage is that you don't need to copy the block device (very "
+"fast) and only changes are stored (less storage required)."
msgstr ""
#. type: textblock
#: ../clone/virt-sysprep.pod:375
msgid ""
-"Note that writing to the backing file once you have created guests on top of"
-" it is not possible: you will corrupt the guests."
+"Note that writing to the backing file once you have created guests on top of "
+"it is not possible: you will corrupt the guests."
msgstr ""
#. type: textblock
#: ../clone/virt-sysprep.pod:378
msgid ""
-"Tools that can do this include: L<qemu-img(1)> (with the I<create -f qcow2 "
-"-o backing_file> option), L<lvcreate(8)> (I<--snapshot> option). Some "
+"Tools that can do this include: L<qemu-img(1)> (with the I<create -f qcow2 -"
+"o backing_file> option), L<lvcreate(8)> (I<--snapshot> option). Some "
"filesystems (such as btrfs) and most Network Attached Storage devices can "
"also create cheap snapshots from files or LUNs."
msgstr ""
#. type: textblock
#: ../clone/virt-sysprep.pod:396
msgid ""
-"A separate tool, L<virt-clone(1)>, can be used to duplicate the block device"
-" and/or modify the external libvirt configuration of a guest. It will reset"
-" the name, UUID and MAC address of the guest in the libvirt XML."
+"A separate tool, L<virt-clone(1)>, can be used to duplicate the block device "
+"and/or modify the external libvirt configuration of a guest. It will reset "
+"the name, UUID and MAC address of the guest in the libvirt XML."
msgstr ""
#. type: textblock
#. type: textblock
#: ../clone/virt-sysprep.pod:409
msgid ""
-"L<virt-sparsify(1)> can be used to make the cloning template smaller, making"
-" it easier to compress and/or faster to copy."
+"L<virt-sparsify(1)> can be used to make the cloning template smaller, making "
+"it easier to compress and/or faster to copy."
msgstr ""
#. type: textblock
msgid ""
"If you want to give people cloned guests, but let them pick the size of the "
"guest themselves (eg. depending on how much they are prepared to pay for "
-"disk space), then instead of copying the template, you can run L<virt-"
-"resize(1)>. Virt-resize performs a copy and resize, and thus is ideal for "
-"cloning guests from a template."
+"disk space), then instead of copying the template, you can run L<virt-resize"
+"(1)>. Virt-resize performs a copy and resize, and thus is ideal for cloning "
+"guests from a template."
msgstr ""
#. type: =head1
#: ../clone/virt-sysprep.pod:431
msgid ""
"Although virt-sysprep removes some sensitive information from the guest, it "
-"does not pretend to remove all of it. You should examine the L</OPERATIONS>"
-" above, and the implementation of the operations in the shell script. You "
+"does not pretend to remove all of it. You should examine the L</OPERATIONS> "
+"above, and the implementation of the operations in the shell script. You "
"should also examine the guest afterwards."
msgstr ""
#. type: textblock
#: ../clone/virt-sysprep.pod:436
msgid ""
-"Sensitive files are simply removed. The data they contained may still exist"
-" on the disk, easily recovered with a hex editor or undelete tool. Use L"
-"<virt-sparsify(1)> as one way to remove this content. See also the "
-"L<scrub(1)> command to get rid of deleted content in directory entries and "
-"inodes."
+"Sensitive files are simply removed. The data they contained may still exist "
+"on the disk, easily recovered with a hex editor or undelete tool. Use "
+"L<virt-sparsify(1)> as one way to remove this content. See also the L<scrub"
+"(1)> command to get rid of deleted content in directory entries and inodes."
msgstr ""
#. type: =head2
#. type: textblock
#: ../clone/virt-sysprep.pod:464
msgid ""
-"If any new files are created by virt-sysprep, then virt-sysprep touches "
-"C</.autorelabel> so that these will be correctly labelled by SELinux the "
-"next time the guest is booted. This process interrupts boot and can take "
-"some time."
+"If any new files are created by virt-sysprep, then virt-sysprep touches C</."
+"autorelabel> so that these will be correctly labelled by SELinux the next "
+"time the guest is booted. This process interrupts boot and can take some "
+"time."
msgstr ""
#. type: textblock
#: ../clone/virt-sysprep.pod:488
msgid ""
"L<guestfs(3)>, L<guestfish(1)>, L<virt-clone(1)>, L<virt-rescue(1)>, L<virt-"
-"resize(1)>, L<virt-sparsify(1)>, L<virsh(1)>, L<lvcreate(8)>, L<qemu-"
-"img(1)>, L<scrub(1)>, L<http://libguestfs.org/>, L<http://libvirt.org/>."
+"resize(1)>, L<virt-sparsify(1)>, L<virsh(1)>, L<lvcreate(8)>, L<qemu-img(1)"
+">, L<scrub(1)>, L<http://libguestfs.org/>, L<http://libvirt.org/>."
msgstr ""
#. type: textblock
#. type: textblock
#: ../df/virt-df.pod:28
msgid ""
-"If used without any I<-a> or I<-d> arguments, C<virt-df> checks with libvirt"
-" to get a list of all active and inactive guests, and performs a C<df>-type "
+"If used without any I<-a> or I<-d> arguments, C<virt-df> checks with libvirt "
+"to get a list of all active and inactive guests, and performs a C<df>-type "
"operation on each one in turn, printing out the results."
msgstr ""
#. type: textblock
#: ../df/virt-df.pod:32
msgid ""
-"If any I<-a> or I<-d> arguments are specified, C<virt-df> performs a "
-"C<df>-type operation on either the single named libvirt domain, or on the "
-"disk image(s) listed on the command line (which must all belong to a single "
-"VM). In this mode (with arguments), C<virt-df> will I<only work for a "
-"single guest>. If you want to run on multiple guests, then you have to "
-"invoke C<virt-df> multiple times."
+"If any I<-a> or I<-d> arguments are specified, C<virt-df> performs a C<df>-"
+"type operation on either the single named libvirt domain, or on the disk "
+"image(s) listed on the command line (which must all belong to a single VM). "
+"In this mode (with arguments), C<virt-df> will I<only work for a single "
+"guest>. If you want to run on multiple guests, then you have to invoke "
+"C<virt-df> multiple times."
msgstr ""
#. type: textblock
#. type: textblock
#: ../df/virt-df.pod:150
msgid ""
-"If you think an untrusted guest might actively try to exploit the libguestfs"
-" appliance kernel, then this prevents one guest from interfering with the "
+"If you think an untrusted guest might actively try to exploit the libguestfs "
+"appliance kernel, then this prevents one guest from interfering with the "
"stats printed for another guest."
msgstr ""
#: ../df/virt-df.pod:165
msgid ""
"Print UUIDs instead of names. This is useful for following a guest even "
-"when the guest is migrated or renamed, or when two guests happen to have the"
-" same name."
+"when the guest is migrated or renamed, or when two guests happen to have the "
+"same name."
msgstr ""
#. type: textblock
#: ../df/virt-df.pod:169
msgid ""
-"Note that only domains that we fetch from libvirt come with UUIDs. For disk"
-" images, we still print the disk image name even when this option is "
+"Note that only domains that we fetch from libvirt come with UUIDs. For disk "
+"images, we still print the disk image name even when this option is "
"specified."
msgstr ""
#. type: textblock
#: ../df/virt-df.pod:229
msgid ""
-"L<df(1)>, L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, "
-"L<http://libguestfs.org/>."
+"L<df(1)>, L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<http://"
+"libguestfs.org/>."
msgstr ""
#. type: textblock
#. type: textblock
#: ../edit/virt-edit.pod:32
msgid ""
-"Multiple filenames can be given, in which case they are each edited in turn."
-" Each filename must be a full path, starting at the root directory "
+"Multiple filenames can be given, in which case they are each edited in "
+"turn. Each filename must be a full path, starting at the root directory "
"(starting with '/')."
msgstr ""
#. type: textblock
#: ../edit/virt-edit.pod:38
msgid ""
-"For more complex cases you should look at the L<guestfish(1)> tool (see "
-"L</USING GUESTFISH> below)."
+"For more complex cases you should look at the L<guestfish(1)> tool (see L</"
+"USING GUESTFISH> below)."
msgstr ""
#. type: textblock
#. type: textblock
#: ../edit/virt-edit.pod:85
msgid ""
-"Create a backup of the original file I<in the guest disk image>. The backup"
-" has the original filename with C<extension> added."
+"Create a backup of the original file I<in the guest disk image>. The backup "
+"has the original filename with C<extension> added."
msgstr ""
#. type: textblock
#: ../edit/virt-edit.pod:88
msgid ""
-"Usually the first character of C<extension> would be a dot C<.> so you would"
-" write:"
+"Usually the first character of C<extension> would be a dot C<.> so you would "
+"write:"
msgstr ""
#. type: verbatim
#: ../tools/virt-list-partitions.pl:85 ../tools/virt-tar.pl:134
#: ../tools/virt-win-reg.pl:135
msgid ""
-"If you specify guest block devices directly, then libvirt is not used at "
-"all."
+"If you specify guest block devices directly, then libvirt is not used at all."
msgstr ""
#. type: textblock
#. type: textblock
#: ../edit/virt-edit.pod:127
msgid ""
-"Be careful to properly quote the expression to prevent it from being altered"
-" by the shell."
+"Be careful to properly quote the expression to prevent it from being altered "
+"by the shell."
msgstr ""
#. type: textblock
#. type: textblock
#: ../edit/virt-edit.pod:226
msgid ""
-"To delete a line, set C<$_> to the empty string. For example, to delete the"
-" C<apache> user account from the password file you can do:"
+"To delete a line, set C<$_> to the empty string. For example, to delete the "
+"C<apache> user account from the password file you can do:"
msgstr ""
#. type: verbatim
#. type: textblock
#: ../edit/virt-edit.pod:231
msgid ""
-"To insert a line, prepend or append it to C<$_>. However appending lines to"
-" the end of the file is rather difficult this way since there is no concept "
+"To insert a line, prepend or append it to C<$_>. However appending lines to "
+"the end of the file is rather difficult this way since there is no concept "
"of \"last line of the file\" - your expression just doesn't get called "
"again. You might want to use the first method (setting C<$EDITOR>) if you "
"want to do this."
#. type: textblock
#: ../edit/virt-edit.pod:240
msgid ""
-"The return value from the expression is ignored, but the expression may call"
-" C<die> in order to abort the whole program, leaving the original file "
+"The return value from the expression is ignored, but the expression may call "
+"C<die> in order to abort the whole program, leaving the original file "
"untouched."
msgstr ""
#. type: textblock
#: ../edit/virt-edit.pod:244
msgid ""
-"Remember when matching the end of a line that C<$_> may contain the final "
-"C<\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
-"newline then neither of these. Thus to match or substitute some text at the"
-" end of a line, use this regular expression:"
+"Remember when matching the end of a line that C<$_> may contain the final C<"
+"\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
+"newline then neither of these. Thus to match or substitute some text at the "
+"end of a line, use this regular expression:"
msgstr ""
#. type: verbatim
#. type: textblock
#: ../edit/virt-edit.pod:251
msgid ""
-"Alternately, use the perl C<chomp> function, being careful not to chomp "
-"C<$_> itself (since that would remove all newlines from the file):"
+"Alternately, use the perl C<chomp> function, being careful not to chomp C<"
+"$_> itself (since that would remove all newlines from the file):"
msgstr ""
#. type: verbatim
#. type: textblock
#: ../edit/virt-edit.pod:309
msgid ""
-"The command above uses libguestfs's guest inspection feature and so does not"
-" work on guests that libguestfs cannot inspect, or on things like arbitrary "
+"The command above uses libguestfs's guest inspection feature and so does not "
+"work on guests that libguestfs cannot inspect, or on things like arbitrary "
"disk images that don't contain guests. To edit a file on a disk image "
"directly, use:"
msgstr ""
#. type: textblock
#: ../edit/virt-edit.pod:335
msgid ""
-"If set, this string is used as the editor. It may contain arguments, eg. "
-"C<\"emacs -nw\">"
+"If set, this string is used as the editor. It may contain arguments, eg. C<"
+"\"emacs -nw\">"
msgstr ""
#. type: textblock
msgid ""
"This manual page documents how to call libguestfs from the Erlang "
"programming language. This page just documents the differences from the C "
-"API and gives some examples. If you are not familiar with using libguestfs,"
-" you also need to read L<guestfs(3)>."
+"API and gives some examples. If you are not familiar with using libguestfs, "
+"you also need to read L<guestfs(3)>."
msgstr ""
#. type: =head2
#. type: textblock
#: ../erlang/examples/guestfs-erlang.pod:33
-msgid ""
-"C<G> is the libguestfs handle which you should pass to other functions."
+msgid "C<G> is the libguestfs handle which you should pass to other functions."
msgstr ""
#. type: textblock
#. type: textblock
#: ../erlang/examples/guestfs-erlang.pod:99
msgid ""
-"L<guestfs(3)>, L<guestfs-examples(3)>, L<guestfs-java(3)>, L<guestfs-"
-"ocaml(3)>, L<guestfs-perl(3)>, L<guestfs-python(3)>, L<guestfs-recipes(1)>, "
+"L<guestfs(3)>, L<guestfs-examples(3)>, L<guestfs-java(3)>, L<guestfs-ocaml(3)"
+">, L<guestfs-perl(3)>, L<guestfs-python(3)>, L<guestfs-recipes(1)>, "
"L<guestfs-ruby(3)>, L<http://www.erlang.org/>. L<http://libguestfs.org/>."
msgstr ""
#: ../ruby/examples/guestfs-ruby.pod:59 ../src/guestfs.pod:3357
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"
-" Free Software Foundation; either version 2 of the License, or (at your "
+"under the terms of the GNU Lesser General Public License as published by the "
+"Free Software Foundation; either version 2 of the License, or (at your "
"option) any later version."
msgstr ""
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 "
-"FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License"
-" for more details."
+"FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License "
+"for more details."
msgstr ""
#. type: textblock
#. type: textblock
#: ../examples/guestfs-examples.pod:35
msgid ""
-"L<guestfs(3)>, L<guestfs-erlang(3)>, L<guestfs-java(3)>, L<guestfs-"
-"ocaml(3)>, L<guestfs-perl(3)>, L<guestfs-python(3)>, L<guestfs-recipes(1)>, "
+"L<guestfs(3)>, L<guestfs-erlang(3)>, L<guestfs-java(3)>, L<guestfs-ocaml(3)"
+">, L<guestfs-perl(3)>, L<guestfs-python(3)>, L<guestfs-recipes(1)>, "
"L<guestfs-ruby(3)>, L<http://libguestfs.org/>."
msgstr ""
#: ../examples/guestfs-recipes.pod:32
msgid ""
"The links below explain how to use L<guestfish(1)> to change the background "
-"image for a user of a Windows XP VM. Unfortunately the technique appears to"
-" be substantially different for each version of Windows."
+"image for a user of a Windows XP VM. Unfortunately the technique appears to "
+"be substantially different for each version of Windows."
msgstr ""
#. type: textblock
#: ../examples/guestfs-recipes.pod:37
msgid ""
-"https://lists.fedoraproject.org/pipermail/virt/2011-May/002655.html "
-"https://lists.fedoraproject.org/pipermail/virt/2011-May/002658.html"
+"https://lists.fedoraproject.org/pipermail/virt/2011-May/002655.html https://"
+"lists.fedoraproject.org/pipermail/virt/2011-May/002658.html"
msgstr ""
#. type: =head1
msgid ""
"It is possible to do a \"sysprep\" using libguestfs alone, although not "
"straightforward. Currently there is code in the Aeolus Oz project which "
-"does this (using libguestfs). As part of our review of the virt-clone tool,"
-" we may add sysprepping ability."
+"does this (using libguestfs). As part of our review of the virt-clone tool, "
+"we may add sysprepping ability."
msgstr ""
#. type: textblock
#: ../examples/guestfs-recipes.pod:60
msgid ""
-"https://github.com/clalancette/oz https://www.redhat.com/archives/virt-"
-"tools-list/2011-May/msg00019.html"
+"https://github.com/clalancette/oz https://www.redhat.com/archives/virt-tools-"
+"list/2011-May/msg00019.html"
msgstr ""
#. type: =head1
#. type: textblock
#: ../examples/guestfs-recipes.pod:78
msgid ""
-"https://rwmj.wordpress.com/2010/09/08/new-guestfish-n-options-"
-"in-1-5-9/#content"
+"https://rwmj.wordpress.com/2010/09/08/new-guestfish-n-options-in-1-5-9/"
+"#content"
msgstr ""
#. type: =head1
#: ../examples/guestfs-recipes.pod:128 ../fish/guestfish-actions.pod:9
#: ../fish/guestfish-actions.pod:1450 ../fish/guestfish-actions.pod:1715
#: ../fish/guestfish-actions.pod:2132 ../src/guestfs-actions.pod:18
-#: ../src/guestfs-actions.pod:2326 ../src/guestfs-actions.pod:2750
-#: ../src/guestfs-actions.pod:3309 ../src/guestfs.pod:1685
+#: ../src/guestfs-actions.pod:2334 ../src/guestfs-actions.pod:2758
+#: ../src/guestfs-actions.pod:3317 ../src/guestfs.pod:1685
#: ../tools/virt-win-reg.pl:717
msgid "Notes:"
msgstr ""
#: ../examples/guestfs-recipes.pod:153
msgid ""
"Although it sounds tempting, this is usually not a reliable way to get a "
-"backup from a running guest. See the entry in the FAQ: "
-"http://libguestfs.org/FAQ.html#backup"
+"backup from a running guest. See the entry in the FAQ: http://libguestfs."
+"org/FAQ.html#backup"
msgstr ""
#. type: =head1
#. type: textblock
#: ../examples/guestfs-recipes.pod:184
msgid ""
-"https://rwmj.wordpress.com/2011/03/31/tip-code-for-getting-dhcp-address-"
-"from-a-virtual-machine-disk-image/#content"
+"https://rwmj.wordpress.com/2011/03/31/tip-code-for-getting-dhcp-address-from-"
+"a-virtual-machine-disk-image/#content"
msgstr ""
#. type: textblock
#: ../examples/guestfs-recipes.pod:186
msgid ""
-"In the libguestfs source examples directory you will find the latest version"
-" of the C<virt-dhcp-address.c> program."
+"In the libguestfs source examples directory you will find the latest version "
+"of the C<virt-dhcp-address.c> program."
msgstr ""
#. type: =head1
#. type: textblock
#: ../examples/guestfs-recipes.pod:220
msgid ""
-"https://rwmj.wordpress.com/2010/10/30/tip-use-augeas-to-get-the-default-"
-"boot-kernel-for-a-vm/#content"
+"https://rwmj.wordpress.com/2010/10/30/tip-use-augeas-to-get-the-default-boot-"
+"kernel-for-a-vm/#content"
msgstr ""
#. type: textblock
#: ../examples/guestfs-recipes.pod:222
msgid ""
-"It uses Augeas, and the technique is generally applicable for many different"
-" tasks, such as:"
+"It uses Augeas, and the technique is generally applicable for many different "
+"tasks, such as:"
msgstr ""
#. type: textblock
#: ../examples/guestfs-recipes.pod:305
msgid ""
"If you want to run the script on disk images (instead of libvirt virtual "
-"machines), change C<-d \"$1\"> to C<-a \"$1\">. See also L<virt-"
-"inspector(1)>."
+"machines), change C<-d \"$1\"> to C<-a \"$1\">. See also L<virt-inspector(1)"
+">."
msgstr ""
#. type: =head1
#: ../examples/guestfs-recipes.pod:317
msgid ""
"The link below contains a script that can be used to list out the services "
-"from a Windows VM, and whether those services run at boot time or are loaded"
-" on demand."
+"from a Windows VM, and whether those services run at boot time or are loaded "
+"on demand."
msgstr ""
#. type: textblock
#: ../examples/guestfs-recipes.pod:321
msgid ""
-"https://rwmj.wordpress.com/2010/12/10/tip-list-services-in-a-windows-"
-"guest/#content"
+"https://rwmj.wordpress.com/2010/12/10/tip-list-services-in-a-windows-guest/"
+"#content"
msgstr ""
#. type: =head1
#. type: textblock
#: ../examples/guestfs-recipes.pod:328
msgid ""
-"https://rwmj.wordpress.com/2010/10/19/tip-making-a-disk-image-"
-"sparse/#content"
+"https://rwmj.wordpress.com/2010/10/19/tip-making-a-disk-image-sparse/#content"
msgstr ""
#. type: =head1
#. type: textblock
#: ../examples/guestfs-recipes.pod:386
msgid ""
-"L<guestfs(3)>, L<guestfish(1)>, L<guestfs-examples(3)>, L<guestfs-"
-"erlang(3)>, L<guestfs-java(3)>, L<guestfs-ocaml(3)>, L<guestfs-perl(3)>, L"
-"<guestfs-python(3)>, L<guestfs-ruby(3)>, L<http://libguestfs.org/>."
+"L<guestfs(3)>, L<guestfish(1)>, L<guestfs-examples(3)>, L<guestfs-erlang(3)"
+">, L<guestfs-java(3)>, L<guestfs-ocaml(3)>, L<guestfs-perl(3)>, L<guestfs-"
+"python(3)>, L<guestfs-ruby(3)>, L<http://libguestfs.org/>."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:22
msgid ""
"If you just want to add an ISO file (often you use this as an efficient way "
-"to transfer large files into the guest), then you should probably use L"
-"</add-drive-ro> instead."
+"to transfer large files into the guest), then you should probably use L</add-"
+"drive-ro> instead."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:214
#: ../fish/guestfish-actions.pod:228
msgid ""
-"I<This function is deprecated.> In new code, use the L</add_drive_opts> call"
-" instead."
+"I<This function is deprecated.> In new code, use the L</add_drive_opts> call "
+"instead."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:231 ../fish/guestfish-actions.pod:941
#: ../fish/guestfish-actions.pod:976 ../fish/guestfish-actions.pod:1149
#: ../fish/guestfish-actions.pod:1509 ../fish/guestfish-actions.pod:1523
-#: ../fish/guestfish-actions.pod:3293 ../fish/guestfish-actions.pod:3604
-#: ../fish/guestfish-actions.pod:3652 ../fish/guestfish-actions.pod:4579
-#: ../fish/guestfish-actions.pod:4602 ../fish/guestfish-actions.pod:4624
-#: ../fish/guestfish-actions.pod:4662 ../fish/guestfish-actions.pod:5311
-#: ../fish/guestfish-actions.pod:5417 ../src/guestfs-actions.pod:10
+#: ../fish/guestfish-actions.pod:3284 ../fish/guestfish-actions.pod:3595
+#: ../fish/guestfish-actions.pod:3643 ../fish/guestfish-actions.pod:4561
+#: ../fish/guestfish-actions.pod:4581 ../fish/guestfish-actions.pod:4600
+#: ../fish/guestfish-actions.pod:4638 ../fish/guestfish-actions.pod:5287
+#: ../fish/guestfish-actions.pod:5390 ../src/guestfs-actions.pod:10
#: ../src/guestfs-actions.pod:305 ../src/guestfs-actions.pod:326
-#: ../src/guestfs-actions.pod:1572 ../src/guestfs-actions.pod:1629
-#: ../src/guestfs-actions.pod:1912 ../src/guestfs-actions.pod:2411
-#: ../src/guestfs-actions.pod:2432 ../src/guestfs-actions.pod:5077
-#: ../src/guestfs-actions.pod:5599 ../src/guestfs-actions.pod:5699
-#: ../src/guestfs-actions.pod:6999 ../src/guestfs-actions.pod:7043
-#: ../src/guestfs-actions.pod:7077 ../src/guestfs-actions.pod:7140
-#: ../src/guestfs-actions.pod:8072 ../src/guestfs-actions.pod:8181
-#: ../src/guestfs-actions.pod:8364
+#: ../src/guestfs-actions.pod:1580 ../src/guestfs-actions.pod:1637
+#: ../src/guestfs-actions.pod:1920 ../src/guestfs-actions.pod:2419
+#: ../src/guestfs-actions.pod:2440 ../src/guestfs-actions.pod:5076
+#: ../src/guestfs-actions.pod:5598 ../src/guestfs-actions.pod:5698
+#: ../src/guestfs-actions.pod:6994 ../src/guestfs-actions.pod:7035
+#: ../src/guestfs-actions.pod:7066 ../src/guestfs-actions.pod:7126
+#: ../src/guestfs-actions.pod:8058 ../src/guestfs-actions.pod:8167
+#: ../src/guestfs-actions.pod:8347
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 "
#. type: textblock
#: ../fish/guestfish-actions.pod:41
msgid ""
-"This function adds the disk(s) attached to the named libvirt domain C<dom>."
-" It works by connecting to libvirt, requesting the domain and domain XML "
-"from libvirt, parsing it for disks, and calling L</add-drive-opts> on each "
-"one."
+"This function adds the disk(s) attached to the named libvirt domain C<dom>. "
+"It works by connecting to libvirt, requesting the domain and domain XML from "
+"libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
msgstr ""
#. type: textblock
#. type: textblock
#: ../fish/guestfish-actions.pod:53 ../src/guestfs-actions.pod:72
msgid ""
-"Disks must be accessible locally. This often means that adding disks from a"
-" remote libvirt connection (see L<http://libvirt.org/remote.html>) will "
-"fail unless those disks are accessible via the same device path locally too."
+"Disks must be accessible locally. This often means that adding disks from a "
+"remote libvirt connection (see L<http://libvirt.org/remote.html>) will fail "
+"unless those disks are accessible via the same device path locally too."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:58 ../src/guestfs-actions.pod:77
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)."
+"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)."
msgstr ""
#. type: textblock
"The optional C<live> flag controls whether this call will try to connect to "
"a running virtual machine C<guestfsd> process if it sees a suitable "
"E<lt>channelE<gt> element in the libvirt XML definition. The default (if "
-"the flag is omitted) is never to try. See L<guestfs(3)/ATTACHING TO RUNNING"
-" DAEMONS> for more information."
+"the flag is omitted) is never to try. See L<guestfs(3)/ATTACHING TO RUNNING "
+"DAEMONS> for more information."
msgstr ""
#. type: textblock
msgid ""
"If the C<allowuuid> flag is true (default is false) then a UUID I<may> be "
"passed instead of the domain name. The C<dom> string is treated as a UUID "
-"first and looked up, and if that lookup fails then we treat C<dom> as a name"
-" as usual."
+"first and looked up, and if that lookup fails then we treat C<dom> as a name "
+"as usual."
msgstr ""
#. type: textblock
#. type: textblock
#: ../fish/guestfish-actions.pod:86 ../src/guestfs-actions.pod:105
msgid ""
-"The whole call is aborted with an error if any disk with the "
-"E<lt>readonly/E<gt> flag is found."
+"The whole call is aborted with an error if any disk with the E<lt>readonly/"
+"E<gt> flag is found."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:856 ../fish/guestfish-actions.pod:894
#: ../fish/guestfish-actions.pod:903 ../fish/guestfish-actions.pod:912
#: ../fish/guestfish-actions.pod:926 ../fish/guestfish-actions.pod:2171
-#: ../fish/guestfish-actions.pod:3342 ../fish/guestfish-actions.pod:3505
-#: ../fish/guestfish-actions.pod:3640
+#: ../fish/guestfish-actions.pod:3333 ../fish/guestfish-actions.pod:3496
+#: ../fish/guestfish-actions.pod:3631
msgid ""
-"This command has one or more optional arguments. See L</OPTIONAL "
-"ARGUMENTS>."
+"This command has one or more optional arguments. See L</OPTIONAL ARGUMENTS>."
msgstr ""
#. type: =head2
"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 "
"RHBZ#642934. Specifying the format closes this security hole. Therefore "
-"you should think about replacing calls to this function with calls to L"
-"</add-drive-opts>, and specifying the format."
+"you should think about replacing calls to this function with calls to L</add-"
+"drive-opts>, and specifying the format."
msgstr ""
#. type: =head2
#: ../fish/guestfish-actions.pod:153 ../src/guestfs-actions.pod:213
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"
-" operations you want to perform (ie. read access if you just want to read "
-"the image or write access if you want to modify the image)."
+"obviously do need sufficient permissions to access the filename for whatever "
+"operations you want to perform (ie. read access if you just want to read the "
+"image or write access if you want to modify the image)."
msgstr ""
#. type: textblock
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:161 ../fish/guestfish-actions.pod:3304
-#: ../src/guestfs-actions.pod:221 ../src/guestfs-actions.pod:5114
+#: ../fish/guestfish-actions.pod:161 ../fish/guestfish-actions.pod:3295
+#: ../src/guestfs-actions.pod:221 ../src/guestfs-actions.pod:5113
msgid "The optional arguments are:"
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:173
msgid ""
-"This forces the image format. If you omit this (or use L</add-drive> or L"
-"</add-drive-ro>) then the format is automatically detected. Possible "
-"formats include C<raw> and C<qcow2>."
+"This forces the image format. If you omit this (or use L</add-drive> or L</"
+"add-drive-ro>) then the format is automatically detected. Possible formats "
+"include C<raw> and C<qcow2>."
msgstr ""
#. type: textblock
#. type: textblock
#: ../fish/guestfish-actions.pod:184
msgid ""
-"This rarely-used option lets you emulate the behaviour of the deprecated L"
-"</add-drive-with-if> call (q.v.)"
+"This rarely-used option lets you emulate the behaviour of the deprecated L</"
+"add-drive-with-if> call (q.v.)"
msgstr ""
#. type: =item
#. type: textblock
#: ../fish/guestfish-actions.pod:189 ../src/guestfs-actions.pod:249
msgid ""
-"The name the drive had in the original guest, e.g. /dev/sdb. This is used as"
-" a hint to the guest inspection process if it is available."
+"The name the drive had in the original guest, e.g. /dev/sdb. This is used as "
+"a hint to the guest inspection process if it is available."
msgstr ""
#. type: =head2
#. type: textblock
#: ../fish/guestfish-actions.pod:246
msgid ""
-"Close the current Augeas handle and free up any resources used by it. After"
-" calling this, you have to call L</aug-init> again before you can use any "
+"Close the current Augeas handle and free up any resources used by it. After "
+"calling this, you have to call L</aug-init> again before you can use any "
"other Augeas functions."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:317
msgid ""
-"This option is only useful when debugging Augeas lenses. Use of this option"
-" may require additional memory for the libguestfs appliance. You may need "
-"to set the C<LIBGUESTFS_MEMSIZE> environment variable or call L</set-"
-"memsize>."
+"This option is only useful when debugging Augeas lenses. Use of this option "
+"may require additional memory for the libguestfs appliance. You may need to "
+"set the C<LIBGUESTFS_MEMSIZE> environment variable or call L</set-memsize>."
msgstr ""
#. type: =item
#. type: textblock
#: ../fish/guestfish-actions.pod:344 ../src/guestfs-actions.pod:492
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>)."
+"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
#. type: textblock
#: ../fish/guestfish-actions.pod:424 ../src/guestfs-actions.pod:624
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 Augeas (configuration file editing) functions."
+"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 "
+"Augeas (configuration file editing) functions."
msgstr ""
#. type: textblock
#. type: textblock
#: ../fish/guestfish-actions.pod:431 ../src/guestfs-actions.pod:631
msgid ""
-"It fails with an error if one or more of the requested groups is unavailable"
-" in the appliance."
+"It fails with an error if one or more of the requested groups is unavailable "
+"in the appliance."
msgstr ""
#. type: textblock
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 "
-"out which ones the daemon can actually support you have to call "
-"L</available> on each member of the returned list."
+"out which ones the daemon can actually support you have to call L</"
+"available> on each member of the returned list."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:749 ../fish/guestfish-actions.pod:833
#: ../fish/guestfish-actions.pod:854 ../fish/guestfish-actions.pod:1025
#: ../fish/guestfish-actions.pod:1044 ../fish/guestfish-actions.pod:1418
-#: ../fish/guestfish-actions.pod:4882 ../fish/guestfish-actions.pod:4894
-#: ../fish/guestfish-actions.pod:4905 ../fish/guestfish-actions.pod:4916
-#: ../fish/guestfish-actions.pod:4968 ../fish/guestfish-actions.pod:4977
-#: ../fish/guestfish-actions.pod:5031 ../fish/guestfish-actions.pod:5054
+#: ../fish/guestfish-actions.pod:4858 ../fish/guestfish-actions.pod:4870
+#: ../fish/guestfish-actions.pod:4881 ../fish/guestfish-actions.pod:4892
+#: ../fish/guestfish-actions.pod:4944 ../fish/guestfish-actions.pod:4953
+#: ../fish/guestfish-actions.pod:5007 ../fish/guestfish-actions.pod:5030
msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:545 ../src/guestfs-actions.pod:792
msgid ""
-"This returns the size of sectors on a block device. Usually 512, but can be"
-" larger for modern devices."
+"This returns the size of sectors on a block device. Usually 512, but can be "
+"larger for modern devices."
msgstr ""
#. type: textblock
#. type: textblock
#: ../fish/guestfish-actions.pod:560
msgid ""
-"See also L</blockdev-getss> for the real sector size of the device, and L"
-"</blockdev-getsize64> for the more useful I<size in bytes>."
+"See also L</blockdev-getss> for the real sector size of the device, and L</"
+"blockdev-getsize64> for the more useful I<size in bytes>."
msgstr ""
#. type: =head2
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:611 ../fish/guestfish-actions.pod:3615
-#: ../src/guestfs-actions.pod:903 ../src/guestfs-actions.pod:5638
+#: ../fish/guestfish-actions.pod:611 ../fish/guestfish-actions.pod:3606
+#: ../src/guestfs-actions.pod:903 ../src/guestfs-actions.pod:5637
msgid "The optional parameters are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:615 ../fish/guestfish-actions.pod:3619
-#: ../src/guestfs-actions.pod:907 ../src/guestfs-actions.pod:5642
+#: ../fish/guestfish-actions.pod:615 ../fish/guestfish-actions.pod:3610
+#: ../src/guestfs-actions.pod:907 ../src/guestfs-actions.pod:5641
msgid "C<size>"
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:646 ../src/guestfs-actions.pod:964
msgid ""
-"Bug or feature? You decide: L<http://www.tuxera.com/community/ntfs-3g-"
-"faq/#posixfilenames1>"
+"Bug or feature? You decide: L<http://www.tuxera.com/community/ntfs-3g-faq/"
+"#posixfilenames1>"
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:649 ../src/guestfs-actions.pod:967
msgid ""
-"This function resolves the true case of each element in the path and returns"
-" the case-sensitive path."
+"This function resolves the true case of each element in the path and returns "
+"the case-sensitive path."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:652
msgid ""
-"Thus L</case-sensitive-path> (\"/Windows/System32\") might return "
-"C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
-"how the directories were originally created under Windows)."
+"Thus L</case-sensitive-path> (\"/Windows/System32\") might return C<\"/"
+"WINDOWS/system32\"> (the exact return value would depend on details of how "
+"the directories were originally created under Windows)."
msgstr ""
#. type: textblock
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:666 ../fish/guestfish-actions.pod:4049
-#: ../src/guestfs-actions.pod:991 ../src/guestfs-actions.pod:6299
+#: ../fish/guestfish-actions.pod:666 ../fish/guestfish-actions.pod:4037
+#: ../src/guestfs-actions.pod:991 ../src/guestfs-actions.pod:6297
msgid "Return the contents of the file named C<path>."
msgstr ""
msgid ""
"Note that this function cannot correctly handle binary files (specifically, "
"files containing C<\\0> character which is treated as end of string). For "
-"those you need to use the L</read-file> or L</download> functions which have"
-" a more complex interface."
+"those you need to use the L</read-file> or L</download> functions which have "
+"a more complex interface."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:1695 ../fish/guestfish-actions.pod:1705
#: ../fish/guestfish-actions.pod:1755 ../fish/guestfish-actions.pod:1770
#: ../fish/guestfish-actions.pod:1780 ../fish/guestfish-actions.pod:1799
-#: ../fish/guestfish-actions.pod:3919 ../fish/guestfish-actions.pod:3934
-#: ../fish/guestfish-actions.pod:4010 ../fish/guestfish-actions.pod:4027
-#: ../fish/guestfish-actions.pod:4042 ../fish/guestfish-actions.pod:4723
-#: ../fish/guestfish-actions.pod:4769 ../fish/guestfish-actions.pod:4854
-#: ../fish/guestfish-actions.pod:4869 ../fish/guestfish-actions.pod:5275
-#: ../fish/guestfish-actions.pod:5287 ../fish/guestfish-actions.pod:5305
-#: ../fish/guestfish-actions.pod:5322 ../fish/guestfish-actions.pod:5332
-#: ../fish/guestfish-actions.pod:5389 ../fish/guestfish-actions.pod:5399
-#: ../fish/guestfish-actions.pod:5428 ../fish/guestfish-actions.pod:5438
+#: ../fish/guestfish-actions.pod:3907 ../fish/guestfish-actions.pod:3922
+#: ../fish/guestfish-actions.pod:3998 ../fish/guestfish-actions.pod:4015
+#: ../fish/guestfish-actions.pod:4030 ../fish/guestfish-actions.pod:4699
+#: ../fish/guestfish-actions.pod:4745 ../fish/guestfish-actions.pod:4830
+#: ../fish/guestfish-actions.pod:4845 ../fish/guestfish-actions.pod:5251
+#: ../fish/guestfish-actions.pod:5263 ../fish/guestfish-actions.pod:5281
+#: ../fish/guestfish-actions.pod:5298 ../fish/guestfish-actions.pod:5308
+#: ../fish/guestfish-actions.pod:5362 ../fish/guestfish-actions.pod:5372
+#: ../fish/guestfish-actions.pod:5401 ../fish/guestfish-actions.pod:5411
#: ../src/guestfs-actions.pod:1001 ../src/guestfs-actions.pod:1180
-#: ../src/guestfs-actions.pod:1200 ../src/guestfs-actions.pod:1847
-#: ../src/guestfs-actions.pod:1866 ../src/guestfs-actions.pod:1969
-#: ../src/guestfs-actions.pod:1988 ../src/guestfs-actions.pod:2234
-#: ../src/guestfs-actions.pod:2716 ../src/guestfs-actions.pod:2735
-#: ../src/guestfs-actions.pod:2800 ../src/guestfs-actions.pod:2824
-#: ../src/guestfs-actions.pod:2841 ../src/guestfs-actions.pod:2870
-#: ../src/guestfs-actions.pod:6081 ../src/guestfs-actions.pod:6107
-#: ../src/guestfs-actions.pod:6238 ../src/guestfs-actions.pod:6264
-#: ../src/guestfs-actions.pod:6288 ../src/guestfs-actions.pod:7255
-#: ../src/guestfs-actions.pod:7310 ../src/guestfs-actions.pod:7456
-#: ../src/guestfs-actions.pod:7480 ../src/guestfs-actions.pod:8145
-#: ../src/guestfs-actions.pod:8165 ../src/guestfs-actions.pod:8198
-#: ../src/guestfs-actions.pod:8217 ../src/guestfs-actions.pod:8236
-#: ../src/guestfs-actions.pod:8330 ../src/guestfs-actions.pod:8349
-#: ../src/guestfs-actions.pod:8395 ../src/guestfs-actions.pod:8414
+#: ../src/guestfs-actions.pod:1200 ../src/guestfs-actions.pod:1855
+#: ../src/guestfs-actions.pod:1874 ../src/guestfs-actions.pod:1977
+#: ../src/guestfs-actions.pod:1996 ../src/guestfs-actions.pod:2242
+#: ../src/guestfs-actions.pod:2724 ../src/guestfs-actions.pod:2743
+#: ../src/guestfs-actions.pod:2808 ../src/guestfs-actions.pod:2832
+#: ../src/guestfs-actions.pod:2849 ../src/guestfs-actions.pod:2878
+#: ../src/guestfs-actions.pod:6079 ../src/guestfs-actions.pod:6105
+#: ../src/guestfs-actions.pod:6236 ../src/guestfs-actions.pod:6262
+#: ../src/guestfs-actions.pod:6286 ../src/guestfs-actions.pod:7241
+#: ../src/guestfs-actions.pod:7296 ../src/guestfs-actions.pod:7442
+#: ../src/guestfs-actions.pod:7466 ../src/guestfs-actions.pod:8131
+#: ../src/guestfs-actions.pod:8151 ../src/guestfs-actions.pod:8184
+#: ../src/guestfs-actions.pod:8203 ../src/guestfs-actions.pod:8222
+#: ../src/guestfs-actions.pod:8313 ../src/guestfs-actions.pod:8332
+#: ../src/guestfs-actions.pod:8378 ../src/guestfs-actions.pod:8397
msgid ""
"Because of the message protocol, there is a transfer limit of somewhere "
"between 2MB and 4MB. See L<guestfs(3)/PROTOCOL LIMITS>."
#: ../fish/guestfish-actions.pod:729
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 "
-"L</checksum> command."
+"device named C<device>. For the types of checksums supported see the L</"
+"checksum> command."
msgstr ""
#. type: =head2
#. type: textblock
#: ../fish/guestfish-actions.pod:737 ../src/guestfs-actions.pod:1087
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>."
+"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
#: ../fish/guestfish-actions.pod:741 ../src/guestfs-actions.pod:1091
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"
-" command (it uses the ones from GNU coreutils). In particular when the "
+"to be properly secure you should pay attention to the output of the checksum "
+"command (it uses the ones from GNU coreutils). In particular when the "
"filename is not printable, coreutils uses a special backslash syntax. For "
"more information, see the GNU coreutils info file."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:755 ../src/guestfs-actions.pod:1110
msgid ""
-"Change the mode (permissions) of C<path> to C<mode>. Only numeric modes are"
-" supported."
+"Change the mode (permissions) of C<path> to C<mode>. Only numeric modes are "
+"supported."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:758 ../src/guestfs-actions.pod:1113
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 "
+"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 "
"C<700>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:762 ../fish/guestfish-actions.pod:3268
-#: ../fish/guestfish-actions.pod:3407 ../fish/guestfish-actions.pod:3417
-#: ../fish/guestfish-actions.pod:3427 ../src/guestfs-actions.pod:1117
-#: ../src/guestfs-actions.pod:5045 ../src/guestfs-actions.pod:5254
-#: ../src/guestfs-actions.pod:5273 ../src/guestfs-actions.pod:5292
+#: ../fish/guestfish-actions.pod:762 ../fish/guestfish-actions.pod:3259
+#: ../fish/guestfish-actions.pod:3398 ../fish/guestfish-actions.pod:3408
+#: ../fish/guestfish-actions.pod:3418 ../src/guestfs-actions.pod:1117
+#: ../src/guestfs-actions.pod:5044 ../src/guestfs-actions.pod:5253
+#: ../src/guestfs-actions.pod:5272 ../src/guestfs-actions.pod:5291
msgid "The mode actually set is affected by the umask."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:770 ../fish/guestfish-actions.pod:2703
-#: ../src/guestfs-actions.pod:1133 ../src/guestfs-actions.pod:4116
+#: ../src/guestfs-actions.pod:1133 ../src/guestfs-actions.pod:4124
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 "
#: ../fish/guestfish-actions.pod:783
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"
-" list must be non-empty (ie. must contain a program name). Note that the "
+"is the name of the program to run. Subsequent elements are parameters. The "
+"list must be non-empty (ie. must contain a program name). Note that the "
"command runs directly, and is I<not> invoked via the shell (see L</sh>)."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:793 ../src/guestfs-actions.pod:1162
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 "
+"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 "
"the command."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:797 ../src/guestfs-actions.pod:1166
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"
-" the full path in the first parameter."
+"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 "
+"the full path in the first parameter."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:802 ../src/guestfs-actions.pod:1171
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 "
+"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 "
"responsibility to ensure all filesystems that are needed are mounted at the "
"right locations."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:830
msgid ""
-"The C<ctype> and optional C<level> parameters have the same meaning as in L"
-"</compress-out>."
+"The C<ctype> and optional C<level> parameters have the same meaning as in L</"
+"compress-out>."
msgstr ""
#. type: =head2
#. type: textblock
#: ../fish/guestfish-actions.pod:841 ../src/guestfs-actions.pod:1273
msgid ""
-"This command compresses C<file> and writes it out to the local file "
-"C<zfile>."
+"This command compresses C<file> and writes it out to the local file C<zfile>."
msgstr ""
#. type: textblock
#. type: textblock
#: ../fish/guestfish-actions.pod:850 ../src/guestfs-actions.pod:1282
msgid ""
-"The optional C<level> parameter controls compression level. The meaning and"
-" default for this parameter depends on the compression program being used."
+"The optional C<level> parameter controls compression level. The meaning and "
+"default for this parameter depends on the compression program being used."
msgstr ""
#. type: =head2
#: ../fish/guestfish-actions.pod:882 ../src/guestfs-actions.pod:1360
msgid ""
"Partial copies can be made since you can specify optionally the source "
-"offset, destination offset and size to copy. These values are all specified"
-" in bytes. If not given, the offsets both default to zero, and the size "
+"offset, destination offset and size to copy. These values are all specified "
+"in bytes. If not given, the offsets both default to zero, and the size "
"defaults to copying as much as possible until we hit the end of the source."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:891 ../src/guestfs-actions.pod:1369
msgid ""
-"If the destination is a file, it is created if required. If the destination"
-" file is not large enough, it is extended."
+"If the destination is a file, it is created if required. If the destination "
+"file is not large enough, it is extended."
msgstr ""
#. type: =head2
#. type: textblock
#: ../fish/guestfish-actions.pod:921
msgid ""
-"This is B<not> the function you want for copying files. This is for copying"
-" blocks within existing files. See L</cp>, L</cp-a> and L</mv> for general "
+"This is B<not> the function you want for copying files. This is for copying "
+"blocks within existing files. See L</cp>, L</cp-a> and L</mv> for general "
"file copying and moving functions."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:932 ../src/guestfs-actions.pod:1576
+#: ../fish/guestfish-actions.pod:932 ../src/guestfs-actions.pod:1584
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
-#: ../fish/guestfish-actions.pod:935 ../src/guestfs-actions.pod:1579
+#: ../fish/guestfish-actions.pod:935 ../src/guestfs-actions.pod:1587
msgid ""
"Note this will fail if the source is too short or if the destination is not "
"large enough."
#. type: textblock
#: ../fish/guestfish-actions.pod:938 ../fish/guestfish-actions.pod:973
msgid ""
-"I<This function is deprecated.> In new code, use the "
-"L</copy_device_to_device> call instead."
+"I<This function is deprecated.> In new code, use the L</"
+"copy_device_to_device> call instead."
msgstr ""
#. type: =head2
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:949 ../src/guestfs-actions.pod:1598
+#: ../fish/guestfish-actions.pod:949 ../src/guestfs-actions.pod:1606
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
-#: ../fish/guestfish-actions.pod:956 ../src/guestfs-actions.pod:1612
+#: ../fish/guestfish-actions.pod:956 ../src/guestfs-actions.pod:1620
msgid ""
-"This copies a file or directory from C<src> to C<dest> recursively using the"
-" C<cp -a> command."
+"This copies a file or directory from C<src> to C<dest> recursively using the "
+"C<cp -a> command."
msgstr ""
#. type: =head2
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:963 ../src/guestfs-actions.pod:1633
+#: ../fish/guestfish-actions.pod:963 ../src/guestfs-actions.pod:1641
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 "
#: ../fish/guestfish-actions.pod:968
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"
-" partial copies (see L</copy-device-to-device>)."
+"source file or device, otherwise the copy will fail. This command cannot do "
+"partial copies (see L</copy-device-to-device>)."
msgstr ""
#. type: =head2
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:984 ../src/guestfs-actions.pod:1652
+#: ../fish/guestfish-actions.pod:984 ../src/guestfs-actions.pod:1660
msgid "This command runs the C<df> command to report disk space used."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:994 ../src/guestfs-actions.pod:1668
+#: ../fish/guestfish-actions.pod:994 ../src/guestfs-actions.pod:1676
msgid ""
"This command runs the C<df -h> command to report disk space used in human-"
"readable format."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1005 ../src/guestfs-actions.pod:1685
+#: ../fish/guestfish-actions.pod:1005 ../src/guestfs-actions.pod:1693
msgid ""
"This returns the kernel messages (C<dmesg> output) from the guest kernel. "
"This is sometimes useful for extended debugging of problems."
#. type: textblock
#: ../fish/guestfish-actions.pod:1009
msgid ""
-"Another way to get the same information is to enable verbose messages with L"
-"</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
+"Another way to get the same information is to enable verbose messages with "
+"L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
"before running the program."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:1018 ../fish/guestfish-actions.pod:1031
-#: ../src/guestfs-actions.pod:1706 ../src/guestfs-actions.pod:1731
+#: ../src/guestfs-actions.pod:1714 ../src/guestfs-actions.pod:1739
msgid ""
"Download file C<remotefilename> and save it as C<filename> on the local "
"machine."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1021 ../fish/guestfish-actions.pod:5027
-#: ../src/guestfs-actions.pod:1709 ../src/guestfs-actions.pod:7715
+#: ../fish/guestfish-actions.pod:1021 ../fish/guestfish-actions.pod:5003
+#: ../src/guestfs-actions.pod:1717 ../src/guestfs-actions.pod:7701
msgid "C<filename> can also be a named pipe."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1034 ../src/guestfs-actions.pod:1734
+#: ../fish/guestfish-actions.pod:1034 ../src/guestfs-actions.pod:1742
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
-#: ../fish/guestfish-actions.pod:1050 ../src/guestfs-actions.pod:1759
+#: ../fish/guestfish-actions.pod:1050 ../src/guestfs-actions.pod:1767
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
-#: ../fish/guestfish-actions.pod:1055 ../src/guestfs-actions.pod:1764
+#: ../fish/guestfish-actions.pod:1055 ../src/guestfs-actions.pod:1772
msgid "Setting C<whattodrop> to 3 should drop everything."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1057 ../src/guestfs-actions.pod:1766
+#: ../fish/guestfish-actions.pod:1057 ../src/guestfs-actions.pod:1774
msgid ""
"This automatically calls L<sync(2)> before the operation, so that the "
"maximum guest memory is freed."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1064 ../src/guestfs-actions.pod:1779
+#: ../fish/guestfish-actions.pod:1064 ../src/guestfs-actions.pod:1787
msgid ""
"This command runs the C<du -s> command to estimate file space usage for "
"C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1067 ../src/guestfs-actions.pod:1782
+#: ../fish/guestfish-actions.pod:1067 ../src/guestfs-actions.pod:1790
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
-#: ../fish/guestfish-actions.pod:1071 ../src/guestfs-actions.pod:1786
+#: ../fish/guestfish-actions.pod:1071 ../src/guestfs-actions.pod:1794
msgid ""
"The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1078 ../src/guestfs-actions.pod:1804
+#: ../fish/guestfish-actions.pod:1078 ../src/guestfs-actions.pod:1812
msgid ""
"This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
-"on C<device>, noninteractively (I<-p>), even if the filesystem appears to be"
-" clean (I<-f>)."
+"on C<device>, noninteractively (I<-p>), even if the filesystem appears to be "
+"clean (I<-f>)."
msgstr ""
#. type: textblock
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1089 ../src/guestfs-actions.pod:1821
+#: ../fish/guestfish-actions.pod:1089 ../src/guestfs-actions.pod:1829
msgid ""
"This command concatenates the list of C<words> passed with single spaces "
"between them and returns the resulting string."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1092 ../src/guestfs-actions.pod:1824
+#: ../fish/guestfish-actions.pod:1092 ../src/guestfs-actions.pod:1832
msgid "You can use this command to test the connection through to the daemon."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1100 ../src/guestfs-actions.pod:1840
+#: ../fish/guestfish-actions.pod:1100 ../src/guestfs-actions.pod:1848
msgid ""
"This calls the external C<egrep> program and returns the matching lines."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1110 ../src/guestfs-actions.pod:1859
+#: ../fish/guestfish-actions.pod:1110 ../src/guestfs-actions.pod:1867
msgid ""
"This calls the external C<egrep -i> program and returns the matching lines."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1120 ../src/guestfs-actions.pod:1878
+#: ../fish/guestfish-actions.pod:1120 ../src/guestfs-actions.pod:1886
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
-#: ../fish/guestfish-actions.pod:1123 ../src/guestfs-actions.pod:1881
+#: ../fish/guestfish-actions.pod:1123 ../src/guestfs-actions.pod:1889
msgid "The external L<cmp(1)> program is used for the comparison."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1129 ../src/guestfs-actions.pod:1893
+#: ../fish/guestfish-actions.pod:1129 ../src/guestfs-actions.pod:1901
msgid ""
-"This returns C<true> if and only if there is a file, directory (or anything)"
-" with the given C<path> name."
+"This returns C<true> if and only if there is a file, directory (or anything) "
+"with the given C<path> name."
msgstr ""
#. type: textblock
#. type: textblock
#: ../fish/guestfish-actions.pod:1138 ../fish/guestfish-actions.pod:1157
-#: ../src/guestfs-actions.pod:1916 ../src/guestfs-actions.pod:1935
+#: ../src/guestfs-actions.pod:1924 ../src/guestfs-actions.pod:1943
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
-#: ../fish/guestfish-actions.pod:1142 ../src/guestfs-actions.pod:1920
+#: ../fish/guestfish-actions.pod:1142 ../src/guestfs-actions.pod:1928
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
-#: ../fish/guestfish-actions.pod:1169 ../src/guestfs-actions.pod:1947
+#: ../fish/guestfish-actions.pod:1169 ../src/guestfs-actions.pod:1955
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
-#: ../fish/guestfish-actions.pod:1177 ../src/guestfs-actions.pod:1962
+#: ../fish/guestfish-actions.pod:1177 ../src/guestfs-actions.pod:1970
msgid ""
"This calls the external C<fgrep> program and returns the matching lines."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1187 ../src/guestfs-actions.pod:1981
+#: ../fish/guestfish-actions.pod:1187 ../src/guestfs-actions.pod:1989
msgid ""
"This calls the external C<fgrep -i> program and returns the matching lines."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1197 ../src/guestfs-actions.pod:1999
+#: ../fish/guestfish-actions.pod:1197 ../src/guestfs-actions.pod:2007
msgid ""
"This call uses the standard L<file(1)> command to determine the type or "
"contents of the file."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1200 ../src/guestfs-actions.pod:2002
+#: ../fish/guestfish-actions.pod:1200 ../src/guestfs-actions.pod:2010
msgid ""
"This call will also transparently look inside various types of compressed "
"file."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1203 ../src/guestfs-actions.pod:2005
+#: ../fish/guestfish-actions.pod:1203 ../src/guestfs-actions.pod:2013
msgid ""
"The exact command which runs is C<file -zb path>. Note in particular that "
"the filename is not prepended to the output (the I<-b> option)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1207 ../src/guestfs-actions.pod:2009
+#: ../fish/guestfish-actions.pod:1207 ../src/guestfs-actions.pod:2017
msgid ""
-"The output depends on the output of the underlying L<file(1)> command and it"
-" can change in future in ways beyond our control. In other words, the "
-"output is not guaranteed by the ABI."
+"The output depends on the output of the underlying L<file(1)> command and it "
+"can change in future in ways beyond our control. In other words, the output "
+"is not guaranteed by the ABI."
msgstr ""
#. type: textblock
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1218 ../src/guestfs-actions.pod:2027
+#: ../fish/guestfish-actions.pod:1218 ../src/guestfs-actions.pod:2035
msgid ""
"This detects the architecture of the binary C<filename>, and returns it if "
"known."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1221 ../src/guestfs-actions.pod:2030
+#: ../fish/guestfish-actions.pod:1221 ../src/guestfs-actions.pod:2038
msgid "Currently defined architectures are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1225 ../src/guestfs-actions.pod:2034
+#: ../fish/guestfish-actions.pod:1225 ../src/guestfs-actions.pod:2042
msgid "\"i386\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1227 ../src/guestfs-actions.pod:2036
+#: ../fish/guestfish-actions.pod:1227 ../src/guestfs-actions.pod:2044
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
-#: ../fish/guestfish-actions.pod:1230 ../src/guestfs-actions.pod:2039
+#: ../fish/guestfish-actions.pod:1230 ../src/guestfs-actions.pod:2047
msgid "\"x86_64\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1232 ../src/guestfs-actions.pod:2041
+#: ../fish/guestfish-actions.pod:1232 ../src/guestfs-actions.pod:2049
msgid "64 bit x86-64."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1234 ../src/guestfs-actions.pod:2043
+#: ../fish/guestfish-actions.pod:1234 ../src/guestfs-actions.pod:2051
msgid "\"sparc\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1236 ../src/guestfs-actions.pod:2045
+#: ../fish/guestfish-actions.pod:1236 ../src/guestfs-actions.pod:2053
msgid "32 bit SPARC."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1238 ../src/guestfs-actions.pod:2047
+#: ../fish/guestfish-actions.pod:1238 ../src/guestfs-actions.pod:2055
msgid "\"sparc64\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1240 ../src/guestfs-actions.pod:2049
+#: ../fish/guestfish-actions.pod:1240 ../src/guestfs-actions.pod:2057
msgid "64 bit SPARC V9 and above."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1242 ../src/guestfs-actions.pod:2051
+#: ../fish/guestfish-actions.pod:1242 ../src/guestfs-actions.pod:2059
msgid "\"ia64\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1244 ../src/guestfs-actions.pod:2053
+#: ../fish/guestfish-actions.pod:1244 ../src/guestfs-actions.pod:2061
msgid "Intel Itanium."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1246 ../src/guestfs-actions.pod:2055
+#: ../fish/guestfish-actions.pod:1246 ../src/guestfs-actions.pod:2063
msgid "\"ppc\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1248 ../src/guestfs-actions.pod:2057
+#: ../fish/guestfish-actions.pod:1248 ../src/guestfs-actions.pod:2065
msgid "32 bit Power PC."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1250 ../src/guestfs-actions.pod:2059
+#: ../fish/guestfish-actions.pod:1250 ../src/guestfs-actions.pod:2067
msgid "\"ppc64\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1252 ../src/guestfs-actions.pod:2061
+#: ../fish/guestfish-actions.pod:1252 ../src/guestfs-actions.pod:2069
msgid "64 bit Power PC."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1256 ../src/guestfs-actions.pod:2065
+#: ../fish/guestfish-actions.pod:1256 ../src/guestfs-actions.pod:2073
msgid "Libguestfs may return other architecture strings in future."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1258 ../src/guestfs-actions.pod:2067
+#: ../fish/guestfish-actions.pod:1258 ../src/guestfs-actions.pod:2075
msgid "The function works on at least the following types of files:"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1264 ../src/guestfs-actions.pod:2073
+#: ../fish/guestfish-actions.pod:1264 ../src/guestfs-actions.pod:2081
msgid "many types of Un*x and Linux binary"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1268 ../src/guestfs-actions.pod:2077
+#: ../fish/guestfish-actions.pod:1268 ../src/guestfs-actions.pod:2085
msgid "many types of Un*x and Linux shared library"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1272 ../src/guestfs-actions.pod:2081
+#: ../fish/guestfish-actions.pod:1272 ../src/guestfs-actions.pod:2089
msgid "Windows Win32 and Win64 binaries"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1276 ../src/guestfs-actions.pod:2085
+#: ../fish/guestfish-actions.pod:1276 ../src/guestfs-actions.pod:2093
msgid "Windows Win32 and Win64 DLLs"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1278 ../src/guestfs-actions.pod:2087
+#: ../fish/guestfish-actions.pod:1278 ../src/guestfs-actions.pod:2095
msgid "Win32 binaries and DLLs return C<i386>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1280 ../src/guestfs-actions.pod:2089
+#: ../fish/guestfish-actions.pod:1280 ../src/guestfs-actions.pod:2097
msgid "Win64 binaries and DLLs return C<x86_64>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1284 ../src/guestfs-actions.pod:2093
+#: ../fish/guestfish-actions.pod:1284 ../src/guestfs-actions.pod:2101
msgid "Linux kernel modules"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1288 ../src/guestfs-actions.pod:2097
+#: ../fish/guestfish-actions.pod:1288 ../src/guestfs-actions.pod:2105
msgid "Linux new-style initrd images"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1292 ../src/guestfs-actions.pod:2101
+#: ../fish/guestfish-actions.pod:1292 ../src/guestfs-actions.pod:2109
msgid "some non-x86 Linux vmlinuz kernels"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1296 ../src/guestfs-actions.pod:2105
+#: ../fish/guestfish-actions.pod:1296 ../src/guestfs-actions.pod:2113
msgid "What it can't do currently:"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1302 ../src/guestfs-actions.pod:2111
+#: ../fish/guestfish-actions.pod:1302 ../src/guestfs-actions.pod:2119
msgid "static libraries (libfoo.a)"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1306 ../src/guestfs-actions.pod:2115
+#: ../fish/guestfish-actions.pod:1306 ../src/guestfs-actions.pod:2123
msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1310 ../src/guestfs-actions.pod:2119
+#: ../fish/guestfish-actions.pod:1310 ../src/guestfs-actions.pod:2127
msgid "x86 Linux vmlinuz kernels"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1312 ../src/guestfs-actions.pod:2121
+#: ../fish/guestfish-actions.pod:1312 ../src/guestfs-actions.pod:2129
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
-#: ../fish/guestfish-actions.pod:1323 ../src/guestfs-actions.pod:2139
+#: ../fish/guestfish-actions.pod:1323 ../src/guestfs-actions.pod:2147
msgid "This command returns the size of C<file> in bytes."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1333 ../src/guestfs-actions.pod:2157
+#: ../fish/guestfish-actions.pod:1333 ../src/guestfs-actions.pod:2165
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<[0..255]>."
+"file is C<len> octets of C<c>, where C<c> must be a number in the range C<"
+"[0..255]>."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:1337
msgid ""
"To fill a file with zero bytes (sparsely), it is much more efficient to use "
-"L</truncate-size>. To create a file with a pattern of repeating bytes use L"
-"</fill-pattern>."
+"L</truncate-size>. To create a file with a pattern of repeating bytes use "
+"L</fill-pattern>."
msgstr ""
#. type: =head2
#: ../fish/guestfish-actions.pod:1346
msgid ""
"This function is like L</fill> except that it creates a new file of length "
-"C<len> containing the repeating pattern of bytes in C<pattern>. The pattern"
-" is truncated if necessary to ensure the length of the file is exactly "
-"C<len> bytes."
+"C<len> containing the repeating pattern of bytes in C<pattern>. The pattern "
+"is truncated if necessary to ensure the length of the file is exactly C<len> "
+"bytes."
msgstr ""
#. type: =head2
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1355 ../src/guestfs-actions.pod:2203
+#: ../fish/guestfish-actions.pod:1355 ../src/guestfs-actions.pod:2211
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
-#: ../fish/guestfish-actions.pod:1360 ../src/guestfs-actions.pod:2208
+#: ../fish/guestfish-actions.pod:1360 ../src/guestfs-actions.pod:2216
msgid ""
-"This returns a list of strings I<without any prefix>. Thus if the directory"
-" structure was:"
+"This returns a list of strings I<without any prefix>. Thus if the directory "
+"structure was:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1363 ../src/guestfs-actions.pod:2211
+#: ../fish/guestfish-actions.pod:1363 ../src/guestfs-actions.pod:2219
#, no-wrap
msgid ""
" /tmp/a\n"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1370 ../src/guestfs-actions.pod:2218
+#: ../fish/guestfish-actions.pod:1370 ../src/guestfs-actions.pod:2226
#, no-wrap
msgid ""
" a\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1375 ../src/guestfs-actions.pod:2223
-msgid ""
-"If C<directory> is not a directory, then this command returns an error."
+#: ../fish/guestfish-actions.pod:1375 ../src/guestfs-actions.pod:2231
+msgid "If C<directory> is not a directory, then this command returns an error."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1378 ../src/guestfs-actions.pod:2226
+#: ../fish/guestfish-actions.pod:1378 ../src/guestfs-actions.pod:2234
msgid "The returned list is sorted."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1389 ../src/guestfs-actions.pod:2246
+#: ../fish/guestfish-actions.pod:1389 ../src/guestfs-actions.pod:2254
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
-#: ../fish/guestfish-actions.pod:1400 ../src/guestfs-actions.pod:2257
+#: ../fish/guestfish-actions.pod:1400 ../src/guestfs-actions.pod:2265
msgid "The resulting list is written to an external file."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1404 ../src/guestfs-actions.pod:2261
+#: ../fish/guestfish-actions.pod:1404 ../src/guestfs-actions.pod:2269
msgid ""
"Items (filenames) in the result are separated by C<\\0> characters. See "
"L<find(1)> option I<-print0>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1409 ../src/guestfs-actions.pod:2266
+#: ../fish/guestfish-actions.pod:1409 ../src/guestfs-actions.pod:2274
msgid "This command is not limited in the number of names that it can return."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1414 ../src/guestfs-actions.pod:2271
+#: ../fish/guestfish-actions.pod:1414 ../src/guestfs-actions.pod:2279
msgid "The result list is not sorted."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1424 ../src/guestfs-actions.pod:2285
+#: ../fish/guestfish-actions.pod:1424 ../src/guestfs-actions.pod:2293
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
-#: ../fish/guestfish-actions.pod:1434 ../src/guestfs-actions.pod:2302
+#: ../fish/guestfish-actions.pod:1434 ../src/guestfs-actions.pod:2310
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
-#: ../fish/guestfish-actions.pod:1444 ../src/guestfs-actions.pod:2320
+#: ../fish/guestfish-actions.pod:1444 ../src/guestfs-actions.pod:2328
msgid ""
"This runs the filesystem checker (fsck) on C<device> which should have "
"filesystem type C<fstype>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1447 ../src/guestfs-actions.pod:2323
+#: ../fish/guestfish-actions.pod:1447 ../src/guestfs-actions.pod:2331
msgid ""
"The returned integer is the status. See L<fsck(8)> for the list of status "
"codes from C<fsck>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1456 ../src/guestfs-actions.pod:2332
+#: ../fish/guestfish-actions.pod:1456 ../src/guestfs-actions.pod:2340
msgid "Multiple status codes can be summed together."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1460 ../src/guestfs-actions.pod:2336
+#: ../fish/guestfish-actions.pod:1460 ../src/guestfs-actions.pod:2344
msgid ""
-"A non-zero return code can mean \"success\", for example if errors have been"
-" corrected on the filesystem."
+"A non-zero return code can mean \"success\", for example if errors have been "
+"corrected on the filesystem."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1465 ../src/guestfs-actions.pod:2341
+#: ../fish/guestfish-actions.pod:1465 ../src/guestfs-actions.pod:2349
msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1470 ../src/guestfs-actions.pod:2346
+#: ../fish/guestfish-actions.pod:1470 ../src/guestfs-actions.pod:2354
msgid ""
"This command is entirely equivalent to running C<fsck -a -t fstype device>."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1476 ../src/guestfs-actions.pod:2357
+#: ../fish/guestfish-actions.pod:1476 ../src/guestfs-actions.pod:2365
msgid ""
"Return the additional kernel options which are added to the guest kernel "
"command line."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1479 ../src/guestfs-actions.pod:2360
+#: ../fish/guestfish-actions.pod:1479 ../src/guestfs-actions.pod:2368
msgid "If C<NULL> then no options are added."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1491 ../src/guestfs-actions.pod:2385
+#: ../fish/guestfish-actions.pod:1491 ../src/guestfs-actions.pod:2393
msgid "Get the autosync flag."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1497 ../src/guestfs-actions.pod:2396
+#: ../fish/guestfish-actions.pod:1497 ../src/guestfs-actions.pod:2404
msgid "Return the direct appliance mode flag."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1503 ../src/guestfs-actions.pod:2415
+#: ../fish/guestfish-actions.pod:1503 ../src/guestfs-actions.pod:2423
msgid ""
"This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1517 ../src/guestfs-actions.pod:2436
+#: ../fish/guestfish-actions.pod:1517 ../src/guestfs-actions.pod:2444
msgid ""
"This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1531 ../src/guestfs-actions.pod:2449
+#: ../fish/guestfish-actions.pod:1531 ../src/guestfs-actions.pod:2457
msgid ""
"This gets the memory size in megabytes allocated to the qemu subprocess."
msgstr ""
#: ../fish/guestfish-actions.pod:1534
msgid ""
"If L</set-memsize> was not called on this handle, and if "
-"C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default"
-" value for memsize."
+"C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
+"value for memsize."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:1538 ../fish/guestfish-actions.pod:1595
-#: ../fish/guestfish-actions.pod:4375 ../fish/guestfish-actions.pod:4477
-#: ../src/guestfs-actions.pod:2456 ../src/guestfs-actions.pod:2548
-#: ../src/guestfs-actions.pod:6760 ../src/guestfs-actions.pod:6886
+#: ../fish/guestfish-actions.pod:4360 ../fish/guestfish-actions.pod:4462
+#: ../src/guestfs-actions.pod:2464 ../src/guestfs-actions.pod:2556
+#: ../src/guestfs-actions.pod:6755 ../src/guestfs-actions.pod:6881
msgid ""
"For more information on the architecture of libguestfs, see L<guestfs(3)>."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1545 ../src/guestfs-actions.pod:2468
+#: ../fish/guestfish-actions.pod:1545 ../src/guestfs-actions.pod:2476
msgid "This returns the enable network flag."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1551 ../src/guestfs-actions.pod:2479
+#: ../fish/guestfish-actions.pod:1551 ../src/guestfs-actions.pod:2487
msgid "Return the current search path."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1553 ../src/guestfs-actions.pod:2481
+#: ../fish/guestfish-actions.pod:1553 ../src/guestfs-actions.pod:2489
msgid ""
"This is always non-NULL. If it wasn't set already, then this will return "
"the default path."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1560 ../src/guestfs-actions.pod:2494
+#: ../fish/guestfish-actions.pod:1560 ../src/guestfs-actions.pod:2502
msgid "This returns the process group flag."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1568 ../src/guestfs-actions.pod:2505
+#: ../fish/guestfish-actions.pod:1568 ../src/guestfs-actions.pod:2513
msgid ""
"Return the process ID of the qemu subprocess. If there is no qemu "
"subprocess, then this will return an error."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1571 ../src/guestfs-actions.pod:2508
+#: ../fish/guestfish-actions.pod:1571 ../src/guestfs-actions.pod:2516
msgid "This is an internal call used for debugging and testing."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1577 ../src/guestfs-actions.pod:2519
+#: ../fish/guestfish-actions.pod:1577 ../src/guestfs-actions.pod:2527
msgid "Return the current qemu binary."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1579 ../src/guestfs-actions.pod:2521
+#: ../fish/guestfish-actions.pod:1579 ../src/guestfs-actions.pod:2529
msgid ""
"This is always non-NULL. If it wasn't set already, then this will return "
"the default qemu binary name."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1586 ../src/guestfs-actions.pod:2534
+#: ../fish/guestfish-actions.pod:1586 ../src/guestfs-actions.pod:2542
msgid "Return the recovery process enabled flag."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1602 ../src/guestfs-actions.pod:2560
+#: ../fish/guestfish-actions.pod:1602 ../src/guestfs-actions.pod:2568
msgid "This returns the number of virtual CPUs assigned to the appliance."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1608 ../src/guestfs-actions.pod:2571
+#: ../fish/guestfish-actions.pod:1608 ../src/guestfs-actions.pod:2579
msgid ""
"This returns the current state as an opaque integer. This is only useful "
"for printing debug and internal error messages."
#. type: textblock
#: ../fish/guestfish-actions.pod:1611 ../fish/guestfish-actions.pod:2570
#: ../fish/guestfish-actions.pod:2588 ../fish/guestfish-actions.pod:2626
-#: ../fish/guestfish-actions.pod:2642 ../src/guestfs-actions.pod:2574
-#: ../src/guestfs-actions.pod:3893 ../src/guestfs-actions.pod:3922
-#: ../src/guestfs-actions.pod:3983 ../src/guestfs-actions.pod:4010
+#: ../fish/guestfish-actions.pod:2642 ../src/guestfs-actions.pod:2582
+#: ../src/guestfs-actions.pod:3901 ../src/guestfs-actions.pod:3930
+#: ../src/guestfs-actions.pod:3991 ../src/guestfs-actions.pod:4018
msgid "For more information on states, see L<guestfs(3)>."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1617 ../src/guestfs-actions.pod:2585
+#: ../fish/guestfish-actions.pod:1617 ../src/guestfs-actions.pod:2593
msgid "Return the command trace flag."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:1623
msgid ""
-"Return the current umask. By default the umask is C<022> unless it has been"
-" set by calling L</umask>."
+"Return the current umask. By default the umask is C<022> unless it has been "
+"set by calling L</umask>."
msgstr ""
#. type: =head2
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1630 ../src/guestfs-actions.pod:2608
+#: ../fish/guestfish-actions.pod:1630 ../src/guestfs-actions.pod:2616
msgid "This returns the verbose messages flag."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1636 ../src/guestfs-actions.pod:2619
+#: ../fish/guestfish-actions.pod:1636 ../src/guestfs-actions.pod:2627
msgid "This gets the SELinux security context of the daemon."
msgstr ""
#: ../fish/guestfish-actions.pod:1649 ../fish/guestfish-actions.pod:2715
msgid ""
"Normally it is better to get all extended attributes from a file in one go "
-"by calling L</getxattrs>. However some Linux filesystem implementations are"
-" buggy and do not provide a way to list out attributes. For these "
+"by calling L</getxattrs>. However some Linux filesystem implementations are "
+"buggy and do not provide a way to list out attributes. For these "
"filesystems (notably ntfs-3g) you have to know the names of the extended "
"attributes you want in advance and call this function."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:1656 ../fish/guestfish-actions.pod:2722
-#: ../src/guestfs-actions.pod:2648 ../src/guestfs-actions.pod:4143
+#: ../src/guestfs-actions.pod:2656 ../src/guestfs-actions.pod:4151
msgid ""
-"Extended attribute values are blobs of binary data. If there is no extended"
-" attribute named C<name>, this returns an error."
+"Extended attribute values are blobs of binary data. If there is no extended "
+"attribute named C<name>, this returns an error."
msgstr ""
#. type: textblock
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1665 ../src/guestfs-actions.pod:2665
+#: ../fish/guestfish-actions.pod:1665 ../src/guestfs-actions.pod:2673
msgid ""
"This call lists the extended attributes of the file or directory C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1668 ../src/guestfs-actions.pod:2668
+#: ../fish/guestfish-actions.pod:1668 ../src/guestfs-actions.pod:2676
msgid ""
"At the system call level, this is a combination of the L<listxattr(2)> and "
"L<getxattr(2)> calls."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1677 ../src/guestfs-actions.pod:2685
+#: ../fish/guestfish-actions.pod:1677 ../src/guestfs-actions.pod:2693
msgid ""
-"This command searches for all the pathnames matching C<pattern> according to"
-" the wildcard expansion rules used by the shell."
+"This command searches for all the pathnames matching C<pattern> according to "
+"the wildcard expansion rules used by the shell."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1681 ../src/guestfs-actions.pod:2689
+#: ../fish/guestfish-actions.pod:1681 ../src/guestfs-actions.pod:2697
msgid ""
"If no paths match, then this returns an empty list (note: not an error)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1684 ../src/guestfs-actions.pod:2692
+#: ../fish/guestfish-actions.pod:1684 ../src/guestfs-actions.pod:2700
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."
+"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: =head2
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1692 ../src/guestfs-actions.pod:2709
-msgid ""
-"This calls the external C<grep> program and returns the matching lines."
+#: ../fish/guestfish-actions.pod:1692 ../src/guestfs-actions.pod:2717
+msgid "This calls the external C<grep> program and returns the matching lines."
msgstr ""
#. type: =head2
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1702 ../src/guestfs-actions.pod:2728
+#: ../fish/guestfish-actions.pod:1702 ../src/guestfs-actions.pod:2736
msgid ""
"This calls the external C<grep -i> program and returns the matching lines."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1712 ../src/guestfs-actions.pod:2747
+#: ../fish/guestfish-actions.pod:1712 ../src/guestfs-actions.pod:2755
msgid ""
"This command installs GRUB 1 (the Grand Unified Bootloader) on C<device>, "
"with the root directory being C<root>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1721 ../src/guestfs-actions.pod:2756
+#: ../fish/guestfish-actions.pod:1721 ../src/guestfs-actions.pod:2764
msgid ""
-"There is currently no way in the API to install grub2, which is used by most"
-" modern Linux guests. It is possible to run the grub2 command from the "
+"There is currently no way in the API to install grub2, which is used by most "
+"modern Linux guests. It is possible to run the grub2 command from the "
"guest, although see the caveats in L<guestfs(3)/RUNNING COMMANDS>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1728 ../src/guestfs-actions.pod:2763
+#: ../fish/guestfish-actions.pod:1728 ../src/guestfs-actions.pod:2771
msgid ""
"This uses C<grub-install> from the host. Unfortunately grub is not always "
"compatible with itself, so this only works in rather narrow circumstances. "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1735 ../src/guestfs-actions.pod:2770
+#: ../fish/guestfish-actions.pod:1735 ../src/guestfs-actions.pod:2778
msgid ""
"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/device.map> file first that contains the mapping between grub "
-"device names and Linux device names. It is usually sufficient to create a "
-"file containing:"
+"generated device map.\" it may be that you need to create a C</boot/grub/"
+"device.map> file first that contains the mapping between grub device names "
+"and Linux device names. It is usually sufficient to create a file "
+"containing:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1742 ../src/guestfs-actions.pod:2777
+#: ../fish/guestfish-actions.pod:1742 ../src/guestfs-actions.pod:2785
#, no-wrap
msgid ""
" (hd0) /dev/vda\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1744 ../src/guestfs-actions.pod:2779
+#: ../fish/guestfish-actions.pod:1744 ../src/guestfs-actions.pod:2787
msgid "replacing C</dev/vda> with the name of the installation device."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1752 ../src/guestfs-actions.pod:2793
+#: ../fish/guestfish-actions.pod:1752 ../src/guestfs-actions.pod:2801
msgid ""
-"This command returns up to the first 10 lines of a file as a list of "
-"strings."
+"This command returns up to the first 10 lines of a file as a list of strings."
msgstr ""
#. type: =head2
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1762 ../src/guestfs-actions.pod:2812
+#: ../fish/guestfish-actions.pod:1762 ../src/guestfs-actions.pod:2820
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
-#: ../fish/guestfish-actions.pod:1765 ../src/guestfs-actions.pod:2815
+#: ../fish/guestfish-actions.pod:1765 ../src/guestfs-actions.pod:2823
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
-#: ../fish/guestfish-actions.pod:1768 ../fish/guestfish-actions.pod:4867
-#: ../src/guestfs-actions.pod:2818 ../src/guestfs-actions.pod:7474
+#: ../fish/guestfish-actions.pod:1768 ../fish/guestfish-actions.pod:4843
+#: ../src/guestfs-actions.pod:2826 ../src/guestfs-actions.pod:7460
msgid "If the parameter C<nrlines> is zero, this returns an empty list."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1777 ../src/guestfs-actions.pod:2835
+#: ../fish/guestfish-actions.pod:1777 ../src/guestfs-actions.pod:2843
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
-#: ../fish/guestfish-actions.pod:1787 ../src/guestfs-actions.pod:2854
+#: ../fish/guestfish-actions.pod:1787 ../src/guestfs-actions.pod:2862
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
-#: ../fish/guestfish-actions.pod:1791 ../src/guestfs-actions.pod:2858
+#: ../fish/guestfish-actions.pod:1791 ../src/guestfs-actions.pod:2866
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 "
+"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 "
"initramfs image:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1795 ../src/guestfs-actions.pod:2862
+#: ../fish/guestfish-actions.pod:1795 ../src/guestfs-actions.pod:2870
#, no-wrap
msgid ""
" initrd-cat /boot/initrd-<version>.img init\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1806 ../src/guestfs-actions.pod:2881
+#: ../fish/guestfish-actions.pod:1806 ../src/guestfs-actions.pod:2889
msgid "This command lists out files contained in an initrd."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1808 ../src/guestfs-actions.pod:2883
+#: ../fish/guestfish-actions.pod:1808 ../src/guestfs-actions.pod:2891
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
-#: ../fish/guestfish-actions.pod:1812 ../src/guestfs-actions.pod:2887
+#: ../fish/guestfish-actions.pod:1812 ../src/guestfs-actions.pod:2895
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: textblock
-#: ../fish/guestfish-actions.pod:1820 ../src/guestfs-actions.pod:2904
+#: ../fish/guestfish-actions.pod:1820 ../src/guestfs-actions.pod:2912
msgid "Watch C<path> for the events listed in C<mask>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1822 ../src/guestfs-actions.pod:2906
+#: ../fish/guestfish-actions.pod:1822 ../src/guestfs-actions.pod:2914
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
-#: ../fish/guestfish-actions.pod:1826 ../src/guestfs-actions.pod:2910
+#: ../fish/guestfish-actions.pod:1826 ../src/guestfs-actions.pod:2918
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: textblock
-#: ../fish/guestfish-actions.pod:1834 ../src/guestfs-actions.pod:2923
+#: ../fish/guestfish-actions.pod:1834 ../src/guestfs-actions.pod:2931
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 resources."
+"This closes the inotify handle which was previously opened by inotify_init. "
+"It removes all watches, throws away any pending events, and deallocates all "
+"resources."
msgstr ""
#. type: =head2
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1850 ../src/guestfs-actions.pod:2952
+#: ../fish/guestfish-actions.pod:1850 ../src/guestfs-actions.pod:2960
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."
#. type: textblock
#: ../fish/guestfish-actions.pod:1854
msgid ""
-"C<maxevents> is the maximum number of events which will be queued up between"
-" calls to L</inotify-read> or L</inotify-files>. If this is passed as C<0>,"
-" then the kernel (or previously set) default is used. For Linux 2.6.29 the"
-" default was 16384 events. Beyond this limit, the kernel throws away "
-"events, but records the fact that it threw them away by setting a flag "
+"C<maxevents> is the maximum number of events which will be queued up between "
+"calls to L</inotify-read> or L</inotify-files>. If this is passed as C<0>, "
+"then the kernel (or previously set) default is used. For Linux 2.6.29 the "
+"default was 16384 events. Beyond this limit, the kernel throws away events, "
+"but records the fact that it threw them away by setting a flag "
"C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
msgstr ""
#: ../fish/guestfish-actions.pod:1864
msgid ""
"Before any events are generated, you have to add some watches to the "
-"internal watch list. See: L</inotify-add-watch>, L</inotify-rm-watch> and L"
-"</inotify-watch-all>."
+"internal watch list. See: L</inotify-add-watch>, L</inotify-rm-watch> and "
+"L</inotify-watch-all>."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:1870
msgid ""
-"Queued up events should be read periodically by calling L</inotify-read> (or"
-" L</inotify-files> which is just a helpful wrapper around L</inotify-read>)."
-" If you don't read the events out often enough then you risk the internal "
+"Queued up events should be read periodically by calling L</inotify-read> (or "
+"L</inotify-files> which is just a helpful wrapper around L</inotify-read>). "
+"If you don't read the events out often enough then you risk the internal "
"queue overflowing."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1881 ../src/guestfs-actions.pod:2983
+#: ../fish/guestfish-actions.pod:1881 ../src/guestfs-actions.pod:2991
msgid ""
"See also L<inotify(7)> for an overview of the inotify interface as exposed "
"by the Linux kernel, which is roughly what we expose via libguestfs. Note "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1890 ../src/guestfs-actions.pod:2997
+#: ../fish/guestfish-actions.pod:1890 ../src/guestfs-actions.pod:3005
msgid ""
"Return the complete queue of events that have happened since the previous "
"read call."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1893 ../src/guestfs-actions.pod:3000
+#: ../fish/guestfish-actions.pod:1893 ../src/guestfs-actions.pod:3008
msgid "If no events have happened, this returns an empty list."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1895 ../src/guestfs-actions.pod:3002
+#: ../fish/guestfish-actions.pod:1895 ../src/guestfs-actions.pod:3010
msgid ""
-"I<Note>: In order to make sure that all events have been read, you must call"
-" this function repeatedly until it returns an empty list. The reason is "
-"that the call will read events up to the maximum appliance-to-host message "
-"size and leave remaining events in the queue."
+"I<Note>: In order to make sure that all events have been read, you must call "
+"this function repeatedly until it returns an empty list. The reason is that "
+"the call will read events up to the maximum appliance-to-host message size "
+"and leave remaining events in the queue."
msgstr ""
#. type: =head2
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1916 ../src/guestfs-actions.pod:3037
+#: ../fish/guestfish-actions.pod:1916 ../src/guestfs-actions.pod:3045
msgid ""
"If the architecture could not be determined, then the string C<unknown> is "
"returned."
#: ../fish/guestfish-actions.pod:2375 ../fish/guestfish-actions.pod:2388
#: ../fish/guestfish-actions.pod:2398 ../fish/guestfish-actions.pod:2408
#: ../fish/guestfish-actions.pod:2420 ../fish/guestfish-actions.pod:2516
-#: ../fish/guestfish-actions.pod:2550 ../src/guestfs-actions.pod:3040
-#: ../src/guestfs-actions.pod:3142 ../src/guestfs-actions.pod:3246
-#: ../src/guestfs-actions.pod:3265 ../src/guestfs-actions.pod:3396
-#: ../src/guestfs-actions.pod:3480 ../src/guestfs-actions.pod:3508
-#: ../src/guestfs-actions.pod:3529 ../src/guestfs-actions.pod:3582
-#: ../src/guestfs-actions.pod:3626 ../src/guestfs-actions.pod:3646
-#: ../src/guestfs-actions.pod:3666 ../src/guestfs-actions.pod:3683
-#: ../src/guestfs-actions.pod:3699 ../src/guestfs-actions.pod:3717
-#: ../src/guestfs-actions.pod:3819 ../src/guestfs-actions.pod:3860
+#: ../fish/guestfish-actions.pod:2550 ../src/guestfs-actions.pod:3048
+#: ../src/guestfs-actions.pod:3150 ../src/guestfs-actions.pod:3254
+#: ../src/guestfs-actions.pod:3273 ../src/guestfs-actions.pod:3404
+#: ../src/guestfs-actions.pod:3488 ../src/guestfs-actions.pod:3516
+#: ../src/guestfs-actions.pod:3537 ../src/guestfs-actions.pod:3590
+#: ../src/guestfs-actions.pod:3634 ../src/guestfs-actions.pod:3654
+#: ../src/guestfs-actions.pod:3674 ../src/guestfs-actions.pod:3691
+#: ../src/guestfs-actions.pod:3707 ../src/guestfs-actions.pod:3725
+#: ../src/guestfs-actions.pod:3827 ../src/guestfs-actions.pod:3868
msgid "Please read L<guestfs(3)/INSPECTION> for more details."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1925 ../src/guestfs-actions.pod:3053
+#: ../fish/guestfish-actions.pod:1925 ../src/guestfs-actions.pod:3061
msgid ""
"This returns the distro (distribution) of the inspected operating system."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1928 ../src/guestfs-actions.pod:3056
+#: ../fish/guestfish-actions.pod:1928 ../src/guestfs-actions.pod:3064
msgid "Currently defined distros are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1932 ../src/guestfs-actions.pod:3060
+#: ../fish/guestfish-actions.pod:1932 ../src/guestfs-actions.pod:3068
msgid "\"archlinux\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1934 ../src/guestfs-actions.pod:3062
+#: ../fish/guestfish-actions.pod:1934 ../src/guestfs-actions.pod:3070
msgid "Arch Linux."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1936 ../src/guestfs-actions.pod:3064
+#: ../fish/guestfish-actions.pod:1936 ../src/guestfs-actions.pod:3072
msgid "\"centos\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1938 ../src/guestfs-actions.pod:3066
+#: ../fish/guestfish-actions.pod:1938 ../src/guestfs-actions.pod:3074
msgid "CentOS."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1940 ../src/guestfs-actions.pod:3068
+#: ../fish/guestfish-actions.pod:1940 ../src/guestfs-actions.pod:3076
msgid "\"debian\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1942 ../src/guestfs-actions.pod:3070
+#: ../fish/guestfish-actions.pod:1942 ../src/guestfs-actions.pod:3078
msgid "Debian."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1944 ../src/guestfs-actions.pod:3072
+#: ../fish/guestfish-actions.pod:1944 ../src/guestfs-actions.pod:3080
msgid "\"fedora\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1946 ../src/guestfs-actions.pod:3074
+#: ../fish/guestfish-actions.pod:1946 ../src/guestfs-actions.pod:3082
msgid "Fedora."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1948 ../src/guestfs-actions.pod:3076
+#: ../fish/guestfish-actions.pod:1948 ../src/guestfs-actions.pod:3084
msgid "\"gentoo\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1950 ../src/guestfs-actions.pod:3078
+#: ../fish/guestfish-actions.pod:1950 ../src/guestfs-actions.pod:3086
msgid "Gentoo."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1952 ../src/guestfs-actions.pod:3080
+#: ../fish/guestfish-actions.pod:1952 ../src/guestfs-actions.pod:3088
msgid "\"linuxmint\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1954 ../src/guestfs-actions.pod:3082
+#: ../fish/guestfish-actions.pod:1954 ../src/guestfs-actions.pod:3090
msgid "Linux Mint."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1956 ../src/guestfs-actions.pod:3084
+#: ../fish/guestfish-actions.pod:1956 ../src/guestfs-actions.pod:3092
msgid "\"mageia\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1958 ../src/guestfs-actions.pod:3086
+#: ../fish/guestfish-actions.pod:1958 ../src/guestfs-actions.pod:3094
msgid "Mageia."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1960 ../src/guestfs-actions.pod:3088
+#: ../fish/guestfish-actions.pod:1960 ../src/guestfs-actions.pod:3096
msgid "\"mandriva\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1962 ../src/guestfs-actions.pod:3090
+#: ../fish/guestfish-actions.pod:1962 ../src/guestfs-actions.pod:3098
msgid "Mandriva."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1964 ../src/guestfs-actions.pod:3092
+#: ../fish/guestfish-actions.pod:1964 ../src/guestfs-actions.pod:3100
msgid "\"meego\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1966 ../src/guestfs-actions.pod:3094
+#: ../fish/guestfish-actions.pod:1966 ../src/guestfs-actions.pod:3102
msgid "MeeGo."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1968 ../src/guestfs-actions.pod:3096
+#: ../fish/guestfish-actions.pod:1968 ../src/guestfs-actions.pod:3104
msgid "\"opensuse\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1970 ../src/guestfs-actions.pod:3098
+#: ../fish/guestfish-actions.pod:1970 ../src/guestfs-actions.pod:3106
msgid "OpenSUSE."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1972 ../src/guestfs-actions.pod:3100
+#: ../fish/guestfish-actions.pod:1972 ../src/guestfs-actions.pod:3108
msgid "\"pardus\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1974 ../src/guestfs-actions.pod:3102
+#: ../fish/guestfish-actions.pod:1974 ../src/guestfs-actions.pod:3110
msgid "Pardus."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1976 ../src/guestfs-actions.pod:3104
+#: ../fish/guestfish-actions.pod:1976 ../src/guestfs-actions.pod:3112
msgid "\"redhat-based\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1978 ../src/guestfs-actions.pod:3106
+#: ../fish/guestfish-actions.pod:1978 ../src/guestfs-actions.pod:3114
msgid "Some Red Hat-derived distro."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1980 ../src/guestfs-actions.pod:3108
+#: ../fish/guestfish-actions.pod:1980 ../src/guestfs-actions.pod:3116
msgid "\"rhel\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1982 ../src/guestfs-actions.pod:3110
+#: ../fish/guestfish-actions.pod:1982 ../src/guestfs-actions.pod:3118
msgid "Red Hat Enterprise Linux."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1984 ../src/guestfs-actions.pod:3112
+#: ../fish/guestfish-actions.pod:1984 ../src/guestfs-actions.pod:3120
msgid "\"scientificlinux\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1986 ../src/guestfs-actions.pod:3114
+#: ../fish/guestfish-actions.pod:1986 ../src/guestfs-actions.pod:3122
msgid "Scientific Linux."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1988 ../src/guestfs-actions.pod:3116
+#: ../fish/guestfish-actions.pod:1988 ../src/guestfs-actions.pod:3124
msgid "\"slackware\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1990 ../src/guestfs-actions.pod:3118
+#: ../fish/guestfish-actions.pod:1990 ../src/guestfs-actions.pod:3126
msgid "Slackware."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1992 ../src/guestfs-actions.pod:3120
+#: ../fish/guestfish-actions.pod:1992 ../src/guestfs-actions.pod:3128
msgid "\"ttylinux\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1994 ../src/guestfs-actions.pod:3122
+#: ../fish/guestfish-actions.pod:1994 ../src/guestfs-actions.pod:3130
msgid "ttylinux."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1996 ../src/guestfs-actions.pod:3124
+#: ../fish/guestfish-actions.pod:1996 ../src/guestfs-actions.pod:3132
msgid "\"ubuntu\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1998 ../src/guestfs-actions.pod:3126
+#: ../fish/guestfish-actions.pod:1998 ../src/guestfs-actions.pod:3134
msgid "Ubuntu."
msgstr ""
#. type: =item
#: ../fish/guestfish-actions.pod:2000 ../fish/guestfish-actions.pod:2084
-#: ../fish/guestfish-actions.pod:2353 ../src/guestfs-actions.pod:3128
-#: ../src/guestfs-actions.pod:3237 ../src/guestfs-actions.pod:3617
+#: ../fish/guestfish-actions.pod:2353 ../src/guestfs-actions.pod:3136
+#: ../src/guestfs-actions.pod:3245 ../src/guestfs-actions.pod:3625
msgid "\"unknown\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2002 ../src/guestfs-actions.pod:3130
+#: ../fish/guestfish-actions.pod:2002 ../src/guestfs-actions.pod:3138
msgid "The distro could not be determined."
msgstr ""
#. type: =item
#: ../fish/guestfish-actions.pod:2004 ../fish/guestfish-actions.pod:2341
-#: ../src/guestfs-actions.pod:3132 ../src/guestfs-actions.pod:3605
+#: ../src/guestfs-actions.pod:3140 ../src/guestfs-actions.pod:3613
msgid "\"windows\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2006 ../src/guestfs-actions.pod:3134
+#: ../fish/guestfish-actions.pod:2006 ../src/guestfs-actions.pod:3142
msgid ""
-"Windows does not have distributions. This string is returned if the OS type"
-" is Windows."
+"Windows does not have distributions. This string is returned if the OS type "
+"is Windows."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:2011 ../fish/guestfish-actions.pod:2090
-#: ../fish/guestfish-actions.pod:2359 ../src/guestfs-actions.pod:3139
-#: ../src/guestfs-actions.pod:3243 ../src/guestfs-actions.pod:3623
+#: ../fish/guestfish-actions.pod:2359 ../src/guestfs-actions.pod:3147
+#: ../src/guestfs-actions.pod:3251 ../src/guestfs-actions.pod:3631
msgid ""
"Future versions of libguestfs may return other strings here. The caller "
"should be prepared to handle any string."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2020 ../src/guestfs-actions.pod:3155
+#: ../fish/guestfish-actions.pod:2020 ../src/guestfs-actions.pod:3163
msgid ""
"This call is useful for Windows which uses a primitive system of assigning "
-"drive letters (like \"C:\") to partitions. This inspection API examines the"
-" Windows Registry to find out how disks/partitions are mapped to drive "
+"drive letters (like \"C:\") to partitions. This inspection API examines the "
+"Windows Registry to find out how disks/partitions are mapped to drive "
"letters, and returns a hash table as in the example below:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2026 ../src/guestfs-actions.pod:3161
+#: ../fish/guestfish-actions.pod:2026 ../src/guestfs-actions.pod:3169
#, no-wrap
msgid ""
" C => /dev/vda2\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2030 ../src/guestfs-actions.pod:3165
+#: ../fish/guestfish-actions.pod:2030 ../src/guestfs-actions.pod:3173
msgid ""
"Note that keys are drive letters. For Windows, the key is case insensitive "
"and just contains the drive letter, without the customary colon separator "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2034 ../src/guestfs-actions.pod:3169
+#: ../fish/guestfish-actions.pod:2034 ../src/guestfs-actions.pod:3177
msgid ""
"In future we may support other operating systems that also used drive "
"letters, but the keys for those might not be case insensitive and might be "
-"longer than 1 character. For example in OS-9, hard drives were named C<h0>,"
-" C<h1> etc."
+"longer than 1 character. For example in OS-9, hard drives were named C<h0>, "
+"C<h1> etc."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2039 ../src/guestfs-actions.pod:3174
+#: ../fish/guestfish-actions.pod:2039 ../src/guestfs-actions.pod:3182
msgid ""
"For Windows guests, currently only hard drive mappings are returned. "
"Removable disks (eg. DVD-ROMs) are ignored."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2042 ../src/guestfs-actions.pod:3177
+#: ../fish/guestfish-actions.pod:2042 ../src/guestfs-actions.pod:3185
msgid ""
"For guests that do not use drive mappings, or if the drive mappings could "
"not be determined, this returns an empty hash table."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2053 ../src/guestfs-actions.pod:3198
+#: ../fish/guestfish-actions.pod:2053 ../src/guestfs-actions.pod:3206
msgid ""
-"This returns a list of all the filesystems that we think are associated with"
-" this operating system. This includes the root filesystem, other ordinary "
+"This returns a list of all the filesystems that we think are associated with "
+"this operating system. This includes the root filesystem, other ordinary "
"filesystems, and non-mounted devices like swap partitions."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2058 ../src/guestfs-actions.pod:3203
+#: ../fish/guestfish-actions.pod:2058 ../src/guestfs-actions.pod:3211
msgid ""
-"In the case of a multi-boot virtual machine, it is possible for a filesystem"
-" to be shared between operating systems."
+"In the case of a multi-boot virtual machine, it is possible for a filesystem "
+"to be shared between operating systems."
msgstr ""
#. type: textblock
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2068 ../src/guestfs-actions.pod:3221
+#: ../fish/guestfish-actions.pod:2068 ../src/guestfs-actions.pod:3229
msgid ""
"This returns the format of the inspected operating system. You can use it "
"to detect install images, live CDs and similar."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2071 ../src/guestfs-actions.pod:3224
+#: ../fish/guestfish-actions.pod:2071 ../src/guestfs-actions.pod:3232
msgid "Currently defined formats are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2075 ../src/guestfs-actions.pod:3228
+#: ../fish/guestfish-actions.pod:2075 ../src/guestfs-actions.pod:3236
msgid "\"installed\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2077 ../src/guestfs-actions.pod:3230
+#: ../fish/guestfish-actions.pod:2077 ../src/guestfs-actions.pod:3238
msgid "This is an installed operating system."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2079 ../src/guestfs-actions.pod:3232
+#: ../fish/guestfish-actions.pod:2079 ../src/guestfs-actions.pod:3240
msgid "\"installer\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2081 ../src/guestfs-actions.pod:3234
+#: ../fish/guestfish-actions.pod:2081 ../src/guestfs-actions.pod:3242
msgid ""
"The disk image being inspected is not an installed operating system, but a "
"I<bootable> install disk, live CD, or similar."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2086 ../src/guestfs-actions.pod:3239
+#: ../fish/guestfish-actions.pod:2086 ../src/guestfs-actions.pod:3247
msgid "The format of this disk image is not known."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2099 ../src/guestfs-actions.pod:3259
+#: ../fish/guestfish-actions.pod:2099 ../src/guestfs-actions.pod:3267
msgid ""
"This function returns the hostname of the operating system as found by "
"inspection of the guest's configuration files."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2102 ../src/guestfs-actions.pod:3262
+#: ../fish/guestfish-actions.pod:2102 ../src/guestfs-actions.pod:3270
msgid ""
"If the hostname could not be determined, then the string C<unknown> is "
"returned."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2111 ../src/guestfs-actions.pod:3288
+#: ../fish/guestfish-actions.pod:2111 ../src/guestfs-actions.pod:3296
msgid ""
"This function returns an icon corresponding to the inspected operating "
-"system. The icon is returned as a buffer containing a PNG image (re-encoded"
-" to PNG if necessary)."
+"system. The icon is returned as a buffer containing a PNG image (re-encoded "
+"to PNG if necessary)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2115 ../src/guestfs-actions.pod:3292
+#: ../fish/guestfish-actions.pod:2115 ../src/guestfs-actions.pod:3300
msgid ""
"If it was not possible to get an icon this function returns a zero-length "
"(non-NULL) buffer. I<Callers must check for this case>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2118 ../src/guestfs-actions.pod:3295
+#: ../fish/guestfish-actions.pod:2118 ../src/guestfs-actions.pod:3303
msgid ""
"Libguestfs will start by looking for a file called C</etc/favicon.png> or "
"C<C:\\etc\\favicon.png> and if it has the correct format, the contents of "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2124 ../src/guestfs-actions.pod:3301
+#: ../fish/guestfish-actions.pod:2124 ../src/guestfs-actions.pod:3309
msgid ""
"If finding the favicon fails, then we look in other places in the guest for "
"a suitable icon."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2127 ../src/guestfs-actions.pod:3304
+#: ../fish/guestfish-actions.pod:2127 ../src/guestfs-actions.pod:3312
msgid ""
"If the optional C<highquality> boolean is true then only high quality icons "
"are returned, which means only icons of high resolution with an alpha "
-"channel. The default (false) is to return any icon we can, even if it is of"
-" substandard quality."
+"channel. The default (false) is to return any icon we can, even if it is of "
+"substandard quality."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2138 ../src/guestfs-actions.pod:3315
+#: ../fish/guestfish-actions.pod:2138 ../src/guestfs-actions.pod:3323
msgid ""
-"Unlike most other inspection API calls, the guest's disks must be mounted up"
-" before you call this, since it needs to read information from the guest "
+"Unlike most other inspection API calls, the guest's disks must be mounted up "
+"before you call this, since it needs to read information from the guest "
"filesystem during the call."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2144 ../src/guestfs-actions.pod:3321
+#: ../fish/guestfish-actions.pod:2144 ../src/guestfs-actions.pod:3329
msgid ""
"B<Security:> The icon data comes from the untrusted guest, and should be "
"treated with caution. PNG files have been known to contain exploits. "
-"Ensure that libpng (or other relevant libraries) are fully up to date before"
-" trying to process or display the icon."
+"Ensure that libpng (or other relevant libraries) are fully up to date before "
+"trying to process or display the icon."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2152 ../src/guestfs-actions.pod:3329
+#: ../fish/guestfish-actions.pod:2152 ../src/guestfs-actions.pod:3337
msgid ""
-"The PNG image returned can be any size. It might not be square. Libguestfs"
-" tries to return the largest, highest quality icon available. The "
+"The PNG image returned can be any size. It might not be square. Libguestfs "
+"tries to return the largest, highest quality icon available. The "
"application must scale the icon to the required size."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2159 ../src/guestfs-actions.pod:3336
+#: ../fish/guestfish-actions.pod:2159 ../src/guestfs-actions.pod:3344
msgid ""
"Extracting icons from Windows guests requires the external C<wrestool> "
"program from the C<icoutils> package, and several programs (C<bmptopnm>, "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2166 ../src/guestfs-actions.pod:3343
+#: ../fish/guestfish-actions.pod:2166 ../src/guestfs-actions.pod:3351
msgid ""
"Operating system icons are usually trademarks. Seek legal advice before "
"using trademarks in applications."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2177 ../src/guestfs-actions.pod:3384
+#: ../fish/guestfish-actions.pod:2177 ../src/guestfs-actions.pod:3392
msgid ""
"This returns the major version number of the inspected operating system."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2180 ../src/guestfs-actions.pod:3387
+#: ../fish/guestfish-actions.pod:2180 ../src/guestfs-actions.pod:3395
msgid ""
-"Windows uses a consistent versioning scheme which is I<not> reflected in the"
-" popular public names used by the operating system. Notably the operating "
+"Windows uses a consistent versioning scheme which is I<not> reflected in the "
+"popular public names used by the operating system. Notably the operating "
"system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
-"1). You can find out the real versions corresponding to releases of Windows"
-" by consulting Wikipedia or MSDN."
+"1). You can find out the real versions corresponding to releases of Windows "
+"by consulting Wikipedia or MSDN."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:2187 ../fish/guestfish-actions.pod:2198
-#: ../src/guestfs-actions.pod:3394 ../src/guestfs-actions.pod:3411
+#: ../src/guestfs-actions.pod:3402 ../src/guestfs-actions.pod:3419
msgid "If the version could not be determined, then C<0> is returned."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2195 ../src/guestfs-actions.pod:3408
+#: ../fish/guestfish-actions.pod:2195 ../src/guestfs-actions.pod:3416
msgid ""
"This returns the minor version number of the inspected operating system."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2207 ../src/guestfs-actions.pod:3426
+#: ../fish/guestfish-actions.pod:2207 ../src/guestfs-actions.pod:3434
msgid ""
"This returns a hash of where we think the filesystems associated with this "
"operating system should be mounted. Callers should note that this is at "
-"best an educated guess made by reading configuration files such as "
-"C</etc/fstab>. I<In particular note> that this may return filesystems which"
-" are non-existent or not mountable and callers should be prepared to handle "
-"or ignore failures if they try to mount them."
+"best an educated guess made by reading configuration files such as C</etc/"
+"fstab>. I<In particular note> that this may return filesystems which are "
+"non-existent or not mountable and callers should be prepared to handle or "
+"ignore failures if they try to mount them."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2216 ../src/guestfs-actions.pod:3435
+#: ../fish/guestfish-actions.pod:2216 ../src/guestfs-actions.pod:3443
msgid ""
"Each element in the returned hashtable has a key which is the path of the "
"mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2221 ../src/guestfs-actions.pod:3440
+#: ../fish/guestfish-actions.pod:2221 ../src/guestfs-actions.pod:3448
msgid ""
"Non-mounted devices such as swap devices are I<not> returned in this list."
msgstr ""
msgid ""
"For operating systems like Windows which still use drive letters, this call "
"will only return an entry for the first drive \"mounted on\" C</>. For "
-"information about the mapping of drive letters to partitions, see L"
-"</inspect-get-drive-mappings>."
+"information about the mapping of drive letters to partitions, see L</inspect-"
+"get-drive-mappings>."
msgstr ""
#. type: textblock
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2243 ../src/guestfs-actions.pod:3472
+#: ../fish/guestfish-actions.pod:2243 ../src/guestfs-actions.pod:3480
msgid ""
"This returns the string C<unknown> if we could not determine the package "
"format I<or> if the operating system does not have a real packaging system "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2247 ../src/guestfs-actions.pod:3476
+#: ../fish/guestfish-actions.pod:2247 ../src/guestfs-actions.pod:3484
msgid ""
"Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>, "
"C<pkgsrc>. Future versions of libguestfs may return other strings."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2263 ../src/guestfs-actions.pod:3499
+#: ../fish/guestfish-actions.pod:2263 ../src/guestfs-actions.pod:3507
msgid ""
"This returns the string C<unknown> if we could not determine the package "
-"management tool I<or> if the operating system does not have a real packaging"
-" system (eg. Windows)."
+"management tool I<or> if the operating system does not have a real packaging "
+"system (eg. Windows)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2267 ../src/guestfs-actions.pod:3503
+#: ../fish/guestfish-actions.pod:2267 ../src/guestfs-actions.pod:3511
msgid ""
"Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
"derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>, C<zypper>. Future "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2278 ../src/guestfs-actions.pod:3521
+#: ../fish/guestfish-actions.pod:2278 ../src/guestfs-actions.pod:3529
msgid ""
"This returns the product name of the inspected operating system. The "
-"product name is generally some freeform string which can be displayed to the"
-" user, but should not be parsed by programs."
+"product name is generally some freeform string which can be displayed to the "
+"user, but should not be parsed by programs."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2283 ../src/guestfs-actions.pod:3526
+#: ../fish/guestfish-actions.pod:2283 ../src/guestfs-actions.pod:3534
msgid ""
"If the product name could not be determined, then the string C<unknown> is "
"returned."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2292 ../src/guestfs-actions.pod:3542
+#: ../fish/guestfish-actions.pod:2292 ../src/guestfs-actions.pod:3550
msgid "This returns the product variant of the inspected operating system."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2295 ../src/guestfs-actions.pod:3545
+#: ../fish/guestfish-actions.pod:2295 ../src/guestfs-actions.pod:3553
msgid ""
-"For Windows guests, this returns the contents of the Registry key "
-"C<HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion> C<InstallationType>"
-" which is usually a string such as C<Client> or C<Server> (other values are "
-"possible). This can be used to distinguish consumer and enterprise versions"
-" of Windows that have the same version number (for example, Windows 7 and "
+"For Windows guests, this returns the contents of the Registry key C<HKLM"
+"\\Software\\Microsoft\\Windows NT\\CurrentVersion> C<InstallationType> which "
+"is usually a string such as C<Client> or C<Server> (other values are "
+"possible). This can be used to distinguish consumer and enterprise versions "
+"of Windows that have the same version number (for example, Windows 7 and "
"Windows 2008 Server are both version 6.1, but the former is C<Client> and "
"the latter is C<Server>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2304 ../src/guestfs-actions.pod:3554
+#: ../fish/guestfish-actions.pod:2304 ../src/guestfs-actions.pod:3562
msgid ""
"For enterprise Linux guests, in future we intend this to return the product "
"variant such as C<Desktop>, C<Server> and so on. But this is not "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2308 ../src/guestfs-actions.pod:3558
+#: ../fish/guestfish-actions.pod:2308 ../src/guestfs-actions.pod:3566
msgid ""
"If the product variant could not be determined, then the string C<unknown> "
"is returned."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2332 ../src/guestfs-actions.pod:3596
+#: ../fish/guestfish-actions.pod:2332 ../src/guestfs-actions.pod:3604
msgid ""
"This returns the type of the inspected operating system. Currently defined "
"types are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2337 ../src/guestfs-actions.pod:3601
+#: ../fish/guestfish-actions.pod:2337 ../src/guestfs-actions.pod:3609
msgid "\"linux\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2339 ../src/guestfs-actions.pod:3603
+#: ../fish/guestfish-actions.pod:2339 ../src/guestfs-actions.pod:3611
msgid "Any Linux-based operating system."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2343 ../src/guestfs-actions.pod:3607
+#: ../fish/guestfish-actions.pod:2343 ../src/guestfs-actions.pod:3615
msgid "Any Microsoft Windows operating system."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2345 ../src/guestfs-actions.pod:3609
+#: ../fish/guestfish-actions.pod:2345 ../src/guestfs-actions.pod:3617
msgid "\"freebsd\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2347 ../src/guestfs-actions.pod:3611
+#: ../fish/guestfish-actions.pod:2347 ../src/guestfs-actions.pod:3619
msgid "FreeBSD."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2349 ../src/guestfs-actions.pod:3613
+#: ../fish/guestfish-actions.pod:2349 ../src/guestfs-actions.pod:3621
msgid "\"netbsd\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2351 ../src/guestfs-actions.pod:3615
+#: ../fish/guestfish-actions.pod:2351 ../src/guestfs-actions.pod:3623
msgid "NetBSD."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2355 ../src/guestfs-actions.pod:3619
+#: ../fish/guestfish-actions.pod:2355 ../src/guestfs-actions.pod:3627
msgid "The operating system type could not be determined."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2368 ../src/guestfs-actions.pod:3639
+#: ../fish/guestfish-actions.pod:2368 ../src/guestfs-actions.pod:3647
msgid ""
"This returns the Windows CurrentControlSet of the inspected guest. The "
"CurrentControlSet is a registry key name such as C<ControlSet001>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2371 ../src/guestfs-actions.pod:3642
+#: ../fish/guestfish-actions.pod:2371 ../src/guestfs-actions.pod:3650
msgid ""
"This call assumes that the guest is Windows and that the Registry could be "
"examined by inspection. If this is not the case then an error is returned."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2381 ../src/guestfs-actions.pod:3659
+#: ../fish/guestfish-actions.pod:2381 ../src/guestfs-actions.pod:3667
msgid ""
"This returns the Windows systemroot of the inspected guest. The systemroot "
"is a directory path such as C</WINDOWS>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2384 ../src/guestfs-actions.pod:3662
+#: ../fish/guestfish-actions.pod:2384 ../src/guestfs-actions.pod:3670
msgid ""
-"This call assumes that the guest is Windows and that the systemroot could be"
-" determined by inspection. If this is not the case then an error is "
-"returned."
+"This call assumes that the guest is Windows and that the systemroot could be "
+"determined by inspection. If this is not the case then an error is returned."
msgstr ""
#. type: =head2
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2426 ../src/guestfs-actions.pod:3729
+#: ../fish/guestfish-actions.pod:2426 ../src/guestfs-actions.pod:3737
msgid "Return the list of applications installed in the operating system."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:2428
msgid ""
-"I<Note:> This call works differently from other parts of the inspection API."
-" You have to call L</inspect-os>, then L</inspect-get-mountpoints>, then "
-"mount up the disks, before calling this. Listing applications is a "
+"I<Note:> This call works differently from other parts of the inspection "
+"API. You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
+"then mount up the disks, before calling this. Listing applications is a "
"significantly more difficult operation which requires access to the full "
"filesystem. Also note that unlike the other L</inspect-get-*> calls which "
"are just returning data cached in the libguestfs handle, this call actually "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2438 ../src/guestfs-actions.pod:3741
+#: ../fish/guestfish-actions.pod:2438 ../src/guestfs-actions.pod:3749
msgid ""
"This returns an empty list if the inspection code was not able to determine "
"the list of applications."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2441 ../src/guestfs-actions.pod:3744
+#: ../fish/guestfish-actions.pod:2441 ../src/guestfs-actions.pod:3752
msgid "The application structure contains the following fields:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2445 ../src/guestfs-actions.pod:3748
+#: ../fish/guestfish-actions.pod:2445 ../src/guestfs-actions.pod:3756
msgid "C<app_name>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2447 ../src/guestfs-actions.pod:3750
+#: ../fish/guestfish-actions.pod:2447 ../src/guestfs-actions.pod:3758
msgid ""
"The name of the application. For Red Hat-derived and Debian-derived Linux "
"guests, this is the package name."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2450 ../src/guestfs-actions.pod:3753
+#: ../fish/guestfish-actions.pod:2450 ../src/guestfs-actions.pod:3761
msgid "C<app_display_name>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2452 ../src/guestfs-actions.pod:3755
+#: ../fish/guestfish-actions.pod:2452 ../src/guestfs-actions.pod:3763
msgid ""
"The display name of the application, sometimes localized to the install "
"language of the guest operating system."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2455 ../src/guestfs-actions.pod:3758
+#: ../fish/guestfish-actions.pod:2455 ../src/guestfs-actions.pod:3766
msgid ""
-"If unavailable this is returned as an empty string C<\"\">. Callers needing"
-" to display something can use C<app_name> instead."
+"If unavailable this is returned as an empty string C<\"\">. Callers needing "
+"to display something can use C<app_name> instead."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2458 ../src/guestfs-actions.pod:3761
+#: ../fish/guestfish-actions.pod:2458 ../src/guestfs-actions.pod:3769
msgid "C<app_epoch>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2460 ../src/guestfs-actions.pod:3763
+#: ../fish/guestfish-actions.pod:2460 ../src/guestfs-actions.pod:3771
msgid ""
"For package managers which use epochs, this contains the epoch of the "
"package (an integer). If unavailable, this is returned as C<0>."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2463 ../src/guestfs-actions.pod:3766
+#: ../fish/guestfish-actions.pod:2463 ../src/guestfs-actions.pod:3774
msgid "C<app_version>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2465 ../src/guestfs-actions.pod:3768
+#: ../fish/guestfish-actions.pod:2465 ../src/guestfs-actions.pod:3776
msgid ""
"The version string of the application or package. If unavailable this is "
"returned as an empty string C<\"\">."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2468 ../src/guestfs-actions.pod:3771
+#: ../fish/guestfish-actions.pod:2468 ../src/guestfs-actions.pod:3779
msgid "C<app_release>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2470 ../src/guestfs-actions.pod:3773
+#: ../fish/guestfish-actions.pod:2470 ../src/guestfs-actions.pod:3781
msgid ""
"The release string of the application or package, for package managers that "
"use this. If unavailable this is returned as an empty string C<\"\">."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2474 ../src/guestfs-actions.pod:3777
+#: ../fish/guestfish-actions.pod:2474 ../src/guestfs-actions.pod:3785
msgid "C<app_install_path>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2476 ../src/guestfs-actions.pod:3779
+#: ../fish/guestfish-actions.pod:2476 ../src/guestfs-actions.pod:3787
msgid ""
"The installation path of the application (on operating systems such as "
"Windows which use installation paths). This path is in the format used by "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2481 ../src/guestfs-actions.pod:3784
+#: ../fish/guestfish-actions.pod:2481 ../src/guestfs-actions.pod:3792
msgid "If unavailable this is returned as an empty string C<\"\">."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2483 ../src/guestfs-actions.pod:3786
+#: ../fish/guestfish-actions.pod:2483 ../src/guestfs-actions.pod:3794
msgid "C<app_trans_path>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2485 ../src/guestfs-actions.pod:3788
+#: ../fish/guestfish-actions.pod:2485 ../src/guestfs-actions.pod:3796
msgid ""
"The install path translated into a libguestfs path. If unavailable this is "
"returned as an empty string C<\"\">."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2488 ../src/guestfs-actions.pod:3791
+#: ../fish/guestfish-actions.pod:2488 ../src/guestfs-actions.pod:3799
msgid "C<app_publisher>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2490 ../src/guestfs-actions.pod:3793
+#: ../fish/guestfish-actions.pod:2490 ../src/guestfs-actions.pod:3801
msgid ""
"The name of the publisher of the application, for package managers that use "
"this. If unavailable this is returned as an empty string C<\"\">."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2494 ../src/guestfs-actions.pod:3797
+#: ../fish/guestfish-actions.pod:2494 ../src/guestfs-actions.pod:3805
msgid "C<app_url>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2496 ../src/guestfs-actions.pod:3799
+#: ../fish/guestfish-actions.pod:2496 ../src/guestfs-actions.pod:3807
msgid ""
"The URL (eg. upstream URL) of the application. If unavailable this is "
"returned as an empty string C<\"\">."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2499 ../src/guestfs-actions.pod:3802
+#: ../fish/guestfish-actions.pod:2499 ../src/guestfs-actions.pod:3810
msgid "C<app_source_package>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2501 ../src/guestfs-actions.pod:3804
+#: ../fish/guestfish-actions.pod:2501 ../src/guestfs-actions.pod:3812
msgid ""
"For packaging systems which support this, the name of the source package. "
"If unavailable this is returned as an empty string C<\"\">."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2504 ../src/guestfs-actions.pod:3807
+#: ../fish/guestfish-actions.pod:2504 ../src/guestfs-actions.pod:3815
msgid "C<app_summary>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2506 ../src/guestfs-actions.pod:3809
+#: ../fish/guestfish-actions.pod:2506 ../src/guestfs-actions.pod:3817
msgid ""
"A short (usually one line) description of the application or package. If "
"unavailable this is returned as an empty string C<\"\">."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2509 ../src/guestfs-actions.pod:3812
+#: ../fish/guestfish-actions.pod:2509 ../src/guestfs-actions.pod:3820
msgid "C<app_description>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2511 ../src/guestfs-actions.pod:3814
+#: ../fish/guestfish-actions.pod:2511 ../src/guestfs-actions.pod:3822
msgid ""
"A longer description of the application or package. If unavailable this is "
"returned as an empty string C<\"\">."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2522 ../src/guestfs-actions.pod:3832
+#: ../fish/guestfish-actions.pod:2522 ../src/guestfs-actions.pod:3840
msgid ""
"This function uses other libguestfs functions and certain heuristics to "
"inspect the disk(s) (usually disks belonging to a virtual machine), looking "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2526 ../src/guestfs-actions.pod:3836
+#: ../fish/guestfish-actions.pod:2526 ../src/guestfs-actions.pod:3844
msgid "The list returned is empty if no operating systems were found."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2528 ../src/guestfs-actions.pod:3838
+#: ../fish/guestfish-actions.pod:2528 ../src/guestfs-actions.pod:3846
msgid ""
"If one operating system was found, then this returns a list with a single "
-"element, which is the name of the root filesystem of this operating system."
-" It is also possible for this function to return a list containing more "
-"than one element, indicating a dual-boot or multi-boot virtual machine, with"
-" each element being the root filesystem of one of the operating systems."
+"element, which is the name of the root filesystem of this operating system. "
+"It is also possible for this function to return a list containing more than "
+"one element, indicating a dual-boot or multi-boot virtual machine, with each "
+"element being the root filesystem of one of the operating systems."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:2535
msgid ""
"You can pass the root string(s) returned to other L</inspect-get-*> "
-"functions in order to query further information about each operating system,"
-" such as the name and version."
+"functions in order to query further information about each operating system, "
+"such as the name and version."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:2540
msgid ""
-"This function uses other libguestfs features such as L</mount-ro> and L"
-"</umount-all> in order to mount and unmount filesystems and look at the "
+"This function uses other libguestfs features such as L</mount-ro> and L</"
+"umount-all> in order to mount and unmount filesystems and look at the "
"contents. This should be called with no disks currently mounted. The "
"function may also use Augeas, so any existing Augeas handle will be closed."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2546 ../src/guestfs-actions.pod:3856
+#: ../fish/guestfish-actions.pod:2546 ../src/guestfs-actions.pod:3864
msgid ""
-"This function cannot decrypt encrypted disks. The caller must do that first"
-" (supplying the necessary keys) if the disk is encrypted."
+"This function cannot decrypt encrypted disks. The caller must do that first "
+"(supplying the necessary keys) if the disk is encrypted."
msgstr ""
#. type: textblock
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2558 ../src/guestfs-actions.pod:3876
+#: ../fish/guestfish-actions.pod:2558 ../src/guestfs-actions.pod:3884
msgid ""
"This returns C<true> if and only if there is a block device with the given "
"C<path> name."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2567 ../src/guestfs-actions.pod:3890
+#: ../fish/guestfish-actions.pod:2567 ../src/guestfs-actions.pod:3898
msgid ""
"This returns true iff this handle is busy processing a command (in the "
"C<BUSY> state)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2576 ../src/guestfs-actions.pod:3905
+#: ../fish/guestfish-actions.pod:2576 ../src/guestfs-actions.pod:3913
msgid ""
"This returns C<true> if and only if there is a character device with the "
"given C<path> name."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2585 ../src/guestfs-actions.pod:3919
+#: ../fish/guestfish-actions.pod:2585 ../src/guestfs-actions.pod:3927
msgid ""
"This returns true iff this handle is being configured (in the C<CONFIG> "
"state)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2594 ../src/guestfs-actions.pod:3934
+#: ../fish/guestfish-actions.pod:2594 ../src/guestfs-actions.pod:3942
msgid ""
"This returns C<true> if and only if there is a directory with the given "
"C<path> name. Note that it returns false for other objects like files."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2604 ../src/guestfs-actions.pod:3950
+#: ../fish/guestfish-actions.pod:2604 ../src/guestfs-actions.pod:3958
msgid ""
"This returns C<true> if and only if there is a FIFO (named pipe) with the "
"given C<path> name."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2613 ../src/guestfs-actions.pod:3965
+#: ../fish/guestfish-actions.pod:2613 ../src/guestfs-actions.pod:3973
msgid ""
"This returns C<true> if and only if there is a regular file with the given "
-"C<path> name. Note that it returns false for other objects like "
-"directories."
+"C<path> name. Note that it returns false for other objects like directories."
msgstr ""
#. type: =head2
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2623 ../src/guestfs-actions.pod:3980
+#: ../fish/guestfish-actions.pod:2623 ../src/guestfs-actions.pod:3988
msgid ""
"This returns true iff this handle is launching the subprocess (in the "
"C<LAUNCHING> state)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2632 ../src/guestfs-actions.pod:3995
+#: ../fish/guestfish-actions.pod:2632 ../src/guestfs-actions.pod:4003
msgid ""
"This command tests whether C<device> is a logical volume, and returns true "
"iff this is the case."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2639 ../src/guestfs-actions.pod:4007
+#: ../fish/guestfish-actions.pod:2639 ../src/guestfs-actions.pod:4015
msgid ""
"This returns true iff this handle is ready to accept commands (in the "
"C<READY> state)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2648 ../src/guestfs-actions.pod:4022
+#: ../fish/guestfish-actions.pod:2648 ../src/guestfs-actions.pod:4030
msgid ""
"This returns C<true> if and only if there is a Unix domain socket with the "
"given C<path> name."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2657 ../src/guestfs-actions.pod:4037
+#: ../fish/guestfish-actions.pod:2657 ../src/guestfs-actions.pod:4045
msgid ""
"This returns C<true> if and only if there is a symbolic link with the given "
"C<path> name."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2666 ../src/guestfs-actions.pod:4052
+#: ../fish/guestfish-actions.pod:2666 ../src/guestfs-actions.pod:4060
msgid ""
"This returns true iff the file exists and the file is empty or it contains "
"all zero bytes."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2673 ../src/guestfs-actions.pod:4065
+#: ../fish/guestfish-actions.pod:2673 ../src/guestfs-actions.pod:4073
msgid "This returns true iff the device exists and contains all zero bytes."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2675 ../src/guestfs-actions.pod:4067
+#: ../fish/guestfish-actions.pod:2675 ../src/guestfs-actions.pod:4075
msgid "Note that for large devices this can take a long time to run."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2681 ../src/guestfs-actions.pod:4078
+#: ../fish/guestfish-actions.pod:2681 ../src/guestfs-actions.pod:4086
msgid "This kills the qemu subprocess. You should never need to call this."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2689 ../src/guestfs-actions.pod:4089
+#: ../fish/guestfish-actions.pod:2689 ../src/guestfs-actions.pod:4097
msgid ""
"Internally libguestfs is implemented by running a virtual machine using "
"L<qemu(1)>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2692 ../src/guestfs-actions.pod:4092
+#: ../fish/guestfish-actions.pod:2692 ../src/guestfs-actions.pod:4100
msgid ""
"You should call this after configuring the handle (eg. adding drives) but "
"before performing any actions."
#. type: textblock
#: ../fish/guestfish-actions.pod:2699
msgid ""
-"Change the file owner to C<owner> and group to C<group>. This is like "
-"L</chown> but if C<path> is a symlink then the link itself is changed, not "
-"the target."
+"Change the file owner to C<owner> and group to C<group>. This is like L</"
+"chown> but if C<path> is a symlink then the link itself is changed, not the "
+"target."
msgstr ""
#. type: =head2
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2711 ../src/guestfs-actions.pod:4132
+#: ../fish/guestfish-actions.pod:2711 ../src/guestfs-actions.pod:4140
msgid ""
-"Get a single extended attribute from file C<path> named C<name>. If C<path>"
-" is a symlink, then this call returns an extended attribute from the "
-"symlink."
+"Get a single extended attribute from file C<path> named C<name>. If C<path> "
+"is a symlink, then this call returns an extended attribute from the symlink."
msgstr ""
#. type: textblock
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2739 ../src/guestfs-actions.pod:4175
+#: ../fish/guestfish-actions.pod:2739 ../src/guestfs-actions.pod:4183
msgid ""
"List all 9p filesystems attached to the guest. A list of mount tags is "
"returned."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2746 ../src/guestfs-actions.pod:4189
+#: ../fish/guestfish-actions.pod:2746 ../src/guestfs-actions.pod:4197
msgid "List all the block devices."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2748 ../src/guestfs-actions.pod:4191
+#: ../fish/guestfish-actions.pod:2748 ../src/guestfs-actions.pod:4199
msgid "The full block device names are returned, eg. C</dev/sda>."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2756 ../src/guestfs-actions.pod:4206
+#: ../fish/guestfish-actions.pod:2756 ../src/guestfs-actions.pod:4214
msgid "List all device mapper devices."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2769 ../src/guestfs-actions.pod:4226
+#: ../fish/guestfish-actions.pod:2769 ../src/guestfs-actions.pod:4234
msgid ""
"This inspection command looks for filesystems on partitions, block devices "
"and logical volumes, returning a list of devices containing filesystems and "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2773 ../src/guestfs-actions.pod:4230
+#: ../fish/guestfish-actions.pod:2773 ../src/guestfs-actions.pod:4238
msgid ""
"The return value is a hash, where the keys are the devices containing "
"filesystems, and the values are the filesystem types. For example:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2777 ../src/guestfs-actions.pod:4234
+#: ../fish/guestfish-actions.pod:2777 ../src/guestfs-actions.pod:4242
#, no-wrap
msgid ""
" \"/dev/sda1\" => \"ntfs\"\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2782 ../src/guestfs-actions.pod:4239
+#: ../fish/guestfish-actions.pod:2782 ../src/guestfs-actions.pod:4247
msgid ""
-"The value can have the special value \"unknown\", meaning the content of the"
-" device is undetermined or empty. \"swap\" means a Linux swap partition."
+"The value can have the special value \"unknown\", meaning the content of the "
+"device is undetermined or empty. \"swap\" means a Linux swap partition."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:2786
msgid ""
"This command runs other libguestfs commands, which might include L</mount> "
-"and L</umount>, and therefore you should use this soon after launch and only"
-" when nothing is mounted."
+"and L</umount>, and therefore you should use this soon after launch and only "
+"when nothing is mounted."
msgstr ""
#. type: textblock
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2802 ../src/guestfs-actions.pod:4268
+#: ../fish/guestfish-actions.pod:2802 ../src/guestfs-actions.pod:4276
msgid "List all the partitions detected on all block devices."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2804 ../src/guestfs-actions.pod:4270
+#: ../fish/guestfish-actions.pod:2804 ../src/guestfs-actions.pod:4278
msgid "The full partition device names are returned, eg. C</dev/sda1>"
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:2806
msgid ""
-"This does not return logical volumes. For that you will need to call "
-"L</lvs>."
+"This does not return logical volumes. For that you will need to call L</"
+"lvs>."
msgstr ""
#. type: =head2
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2815 ../src/guestfs-actions.pod:4289
+#: ../fish/guestfish-actions.pod:2815 ../src/guestfs-actions.pod:4297
msgid ""
"List the files in C<directory> (relative to the root directory, there is no "
"cwd) in the format of 'ls -la'."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2818 ../src/guestfs-actions.pod:4292
+#: ../fish/guestfish-actions.pod:2818 ../src/guestfs-actions.pod:4300
msgid ""
"This command is mostly useful for interactive sessions. It is I<not> "
"intended that you try to parse the output string."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2825 ../src/guestfs-actions.pod:4307
+#: ../fish/guestfish-actions.pod:2825 ../src/guestfs-actions.pod:4315
msgid "This command creates a hard link using the C<ln> command."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2831 ../src/guestfs-actions.pod:4320
+#: ../fish/guestfish-actions.pod:2831 ../src/guestfs-actions.pod:4328
msgid ""
"This command creates a hard link using the C<ln -f> command. The I<-f> "
"option removes the link (C<linkname>) if it exists already."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2838 ../src/guestfs-actions.pod:4334
+#: ../fish/guestfish-actions.pod:2838 ../src/guestfs-actions.pod:4342
msgid "This command creates a symbolic link using the C<ln -s> command."
msgstr ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2844 ../src/guestfs-actions.pod:4347
+#: ../fish/guestfish-actions.pod:2844 ../src/guestfs-actions.pod:4355
msgid ""
"This command creates a symbolic link using the C<ln -sf> command, The I<-f> "
"option removes the link (C<linkname>) if it exists already."
#. type: textblock
#: ../fish/guestfish-actions.pod:2851
msgid ""
-"This is the same as L</removexattr>, but if C<path> is a symbolic link, then"
-" it removes an extended attribute of the link itself."
+"This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
+"it removes an extended attribute of the link itself."
msgstr ""
#. type: =head2
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2859 ../src/guestfs-actions.pod:4375
+#: ../fish/guestfish-actions.pod:2859 ../src/guestfs-actions.pod:4383
msgid ""
"List the files in C<directory> (relative to the root directory, there is no "
-"cwd). The '.' and '..' entries are not returned, but hidden files are "
-"shown."
+"cwd). The '.' and '..' entries are not returned, but hidden files are shown."
msgstr ""
#. type: textblock
#. type: textblock
#: ../fish/guestfish-actions.pod:2870
msgid ""
-"This is the same as L</setxattr>, but if C<path> is a symbolic link, then it"
-" sets an extended attribute of the link itself."
+"This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
+"sets an extended attribute of the link itself."
msgstr ""
#. type: =head2
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2878 ../fish/guestfish-actions.pod:4702
-#: ../src/guestfs-actions.pod:4411 ../src/guestfs-actions.pod:7214
+#: ../fish/guestfish-actions.pod:2878 ../fish/guestfish-actions.pod:4678
+#: ../src/guestfs-actions.pod:4419 ../src/guestfs-actions.pod:7200
msgid "Returns file information for the given C<path>."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:2880
msgid ""
-"This is the same as L</stat> except that if C<path> is a symbolic link, then"
-" the link is stat-ed, not the file it refers to."
+"This is the same as L</stat> except that if C<path> is a symbolic link, then "
+"the link is stat-ed, not the file it refers to."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2884 ../src/guestfs-actions.pod:4417
+#: ../fish/guestfish-actions.pod:2884 ../src/guestfs-actions.pod:4425
msgid "This is the same as the C<lstat(2)> system call."
msgstr ""
#: ../fish/guestfish-actions.pod:2890
msgid ""
"This call allows you to perform the L</lstat> operation on multiple files, "
-"where all files are in the directory C<path>. C<names> is the list of files"
-" from this directory."
+"where all files are in the directory C<path>. C<names> is the list of files "
+"from this directory."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2894 ../src/guestfs-actions.pod:4436
+#: ../fish/guestfish-actions.pod:2894 ../src/guestfs-actions.pod:4444
msgid ""
"On return you get a list of stat structs, with a one-to-one correspondence "
"to the C<names> list. If any name did not exist or could not be lstat'd, "
#. type: textblock
#: ../fish/guestfish-actions.pod:2899
msgid ""
-"This call is intended for programs that want to efficiently list a directory"
-" contents without making many round-trips. See also L</lxattrlist> for a "
+"This call is intended for programs that want to efficiently list a directory "
+"contents without making many round-trips. See also L</lxattrlist> for a "
"similarly efficient call for getting extended attributes. Very long "
"directory listings might cause the protocol message size to be exceeded, "
"causing this call to fail. The caller must split up such requests into "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2911 ../src/guestfs-actions.pod:4464
+#: ../fish/guestfish-actions.pod:2911 ../src/guestfs-actions.pod:4472
msgid ""
"This command adds a new key on LUKS device C<device>. C<key> is any "
-"existing key, and is used to access the device. C<newkey> is the new key to"
-" add. C<keyslot> is the key slot that will be replaced."
+"existing key, and is used to access the device. C<newkey> is the new key to "
+"add. C<keyslot> is the key slot that will be replaced."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:2916
msgid ""
-"Note that if C<keyslot> already contains a key, then this command will fail."
-" You have to use L</luks-kill-slot> first to remove that key."
+"Note that if C<keyslot> already contains a key, then this command will "
+"fail. You have to use L</luks-kill-slot> first to remove that key."
msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:2920 ../fish/guestfish-actions.pod:2942
-#: ../fish/guestfish-actions.pod:2955 ../fish/guestfish-actions.pod:2969
-#: ../fish/guestfish-actions.pod:2995 ../fish/guestfish-actions.pod:3005
+#: ../fish/guestfish-actions.pod:2952 ../fish/guestfish-actions.pod:2963
+#: ../fish/guestfish-actions.pod:2989 ../fish/guestfish-actions.pod:2999
msgid ""
"This command has one or more key or passphrase parameters. Guestfish will "
"prompt for these separately."
#. type: textblock
#: ../fish/guestfish-actions.pod:2927
msgid ""
-"This closes a LUKS device that was created earlier by L</luks-open> or L"
-"</luks-open-ro>. The C<device> parameter must be the name of the LUKS "
-"mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
-"underlying block device."
+"This closes a LUKS device that was created earlier by L</luks-open> or L</"
+"luks-open-ro>. The C<device> parameter must be the name of the LUKS mapping "
+"device (ie. C</dev/mapper/mapname>) and I<not> the name of the underlying "
+"block device."
msgstr ""
#. type: =head2
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2937 ../src/guestfs-actions.pod:4505
+#: ../fish/guestfish-actions.pod:2937 ../src/guestfs-actions.pod:4513
msgid ""
"This command erases existing data on C<device> and formats the device as a "
"LUKS encrypted device. C<key> is the initial key, which is added to key "
"slot C<slot>. (LUKS supports 8 key slots, numbered 0-7)."
msgstr ""
-#. type: textblock
-#: ../fish/guestfish-actions.pod:2945 ../fish/guestfish-actions.pod:2958
-#: ../fish/guestfish-actions.pod:3045 ../fish/guestfish-actions.pod:3696
-#: ../fish/guestfish-actions.pod:4236 ../fish/guestfish-actions.pod:4573
-#: ../fish/guestfish-actions.pod:4596 ../fish/guestfish-actions.pod:4618
-#: ../fish/guestfish-actions.pod:5364 ../src/guestfs-actions.pod:4512
-#: ../src/guestfs-actions.pod:4535 ../src/guestfs-actions.pod:4678
-#: ../src/guestfs-actions.pod:5771 ../src/guestfs-actions.pod:6577
-#: ../src/guestfs-actions.pod:7028 ../src/guestfs-actions.pod:7058
-#: ../src/guestfs-actions.pod:7091 ../src/guestfs-actions.pod:8290
-msgid ""
-"B<This command is dangerous. Without careful use you can easily destroy all"
-" your data>."
-msgstr ""
-
#. type: =head2
-#: ../fish/guestfish-actions.pod:2948
+#: ../fish/guestfish-actions.pod:2945
msgid "luks-format-cipher"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2950
+#: ../fish/guestfish-actions.pod:2947
#, no-wrap
msgid ""
" luks-format-cipher device keyslot cipher\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2952
+#: ../fish/guestfish-actions.pod:2949
msgid ""
"This command is the same as L</luks-format> but it also allows you to set "
"the C<cipher> used."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2961
+#: ../fish/guestfish-actions.pod:2955
msgid "luks-kill-slot"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2963
+#: ../fish/guestfish-actions.pod:2957
#, no-wrap
msgid ""
" luks-kill-slot device keyslot\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2965 ../src/guestfs-actions.pod:4552
+#: ../fish/guestfish-actions.pod:2959 ../src/guestfs-actions.pod:4554
msgid ""
"This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
"device C<device>. C<key> must be one of the I<other> keys."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2972
+#: ../fish/guestfish-actions.pod:2966
msgid "luks-open"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2974
+#: ../fish/guestfish-actions.pod:2968
#, no-wrap
msgid ""
" luks-open device mapname\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2976 ../src/guestfs-actions.pod:4572
+#: ../fish/guestfish-actions.pod:2970 ../src/guestfs-actions.pod:4574
msgid ""
"This command opens a block device which has been encrypted according to the "
"Linux Unified Key Setup (LUKS) standard."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2979 ../src/guestfs-actions.pod:4575
+#: ../fish/guestfish-actions.pod:2973 ../src/guestfs-actions.pod:4577
msgid "C<device> is the encrypted block device or partition."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2981 ../src/guestfs-actions.pod:4577
+#: ../fish/guestfish-actions.pod:2975 ../src/guestfs-actions.pod:4579
msgid ""
"The caller must supply one of the keys associated with the LUKS block "
"device, in the C<key> parameter."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2984 ../src/guestfs-actions.pod:4580
+#: ../fish/guestfish-actions.pod:2978 ../src/guestfs-actions.pod:4582
msgid ""
"This creates a new block device called C</dev/mapper/mapname>. Reads and "
"writes to this block device are decrypted from and encrypted to the "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2988
+#: ../fish/guestfish-actions.pod:2982
msgid ""
"If this block device contains LVM volume groups, then calling L</vgscan> "
"followed by L</vg-activate-all> will make them visible."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2992
+#: ../fish/guestfish-actions.pod:2986
msgid "Use L</list-dm-devices> to list all device mapper devices."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2998
+#: ../fish/guestfish-actions.pod:2992
msgid "luks-open-ro"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3000
+#: ../fish/guestfish-actions.pod:2994
#, no-wrap
msgid ""
" luks-open-ro device mapname\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3002
+#: ../fish/guestfish-actions.pod:2996
msgid ""
-"This is the same as L</luks-open> except that a read-only mapping is "
-"created."
+"This is the same as L</luks-open> except that a read-only mapping is created."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3008
+#: ../fish/guestfish-actions.pod:3002
msgid "lvcreate"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3010
+#: ../fish/guestfish-actions.pod:3004
#, no-wrap
msgid ""
" lvcreate logvol volgroup mbytes\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3012 ../src/guestfs-actions.pod:4626
+#: ../fish/guestfish-actions.pod:3006 ../src/guestfs-actions.pod:4628
msgid ""
"This creates an LVM logical volume called C<logvol> on the volume group "
"C<volgroup>, with C<size> megabytes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3015
+#: ../fish/guestfish-actions.pod:3009
msgid "lvm-canonical-lv-name"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3017
+#: ../fish/guestfish-actions.pod:3011
#, no-wrap
msgid ""
" lvm-canonical-lv-name lvname\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3019 ../src/guestfs-actions.pod:4639
+#: ../fish/guestfish-actions.pod:3013 ../src/guestfs-actions.pod:4641
msgid ""
"This converts alternative naming schemes for LVs that you might find to the "
-"canonical name. For example, C</dev/mapper/VG-LV> is converted to "
-"C</dev/VG/LV>."
+"canonical name. For example, C</dev/mapper/VG-LV> is converted to C</dev/VG/"
+"LV>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3023 ../src/guestfs-actions.pod:4643
+#: ../fish/guestfish-actions.pod:3017 ../src/guestfs-actions.pod:4645
msgid ""
-"This command returns an error if the C<lvname> parameter does not refer to a"
-" logical volume."
+"This command returns an error if the C<lvname> parameter does not refer to a "
+"logical volume."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3026
+#: ../fish/guestfish-actions.pod:3020
msgid "See also L</is-lv>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3028
+#: ../fish/guestfish-actions.pod:3022
msgid "lvm-clear-filter"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3030
+#: ../fish/guestfish-actions.pod:3024
#, no-wrap
msgid ""
" lvm-clear-filter\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3032
+#: ../fish/guestfish-actions.pod:3026
msgid ""
-"This undoes the effect of L</lvm-set-filter>. LVM will be able to see every"
-" block device."
+"This undoes the effect of L</lvm-set-filter>. LVM will be able to see every "
+"block device."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3035 ../fish/guestfish-actions.pod:3066
-#: ../src/guestfs-actions.pod:4661 ../src/guestfs-actions.pod:4703
+#: ../fish/guestfish-actions.pod:3029 ../fish/guestfish-actions.pod:3057
+#: ../src/guestfs-actions.pod:4663 ../src/guestfs-actions.pod:4702
msgid ""
"This command also clears the LVM cache and performs a volume group scan."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3038
+#: ../fish/guestfish-actions.pod:3032
msgid "lvm-remove-all"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3040
+#: ../fish/guestfish-actions.pod:3034
#, no-wrap
msgid ""
" lvm-remove-all\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3042 ../src/guestfs-actions.pod:4673
+#: ../fish/guestfish-actions.pod:3036 ../src/guestfs-actions.pod:4675
msgid ""
"This command removes all LVM logical volumes, volume groups and physical "
"volumes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3048
+#: ../fish/guestfish-actions.pod:3039
msgid "lvm-set-filter"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3050
+#: ../fish/guestfish-actions.pod:3041
#, no-wrap
msgid ""
" lvm-set-filter 'devices ...'\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3052 ../src/guestfs-actions.pod:4689
+#: ../fish/guestfish-actions.pod:3043 ../src/guestfs-actions.pod:4688
msgid ""
-"This sets the LVM device filter so that LVM will only be able to \"see\" the"
-" block devices in the list C<devices>, and will ignore all other attached "
+"This sets the LVM device filter so that LVM will only be able to \"see\" the "
+"block devices in the list C<devices>, and will ignore all other attached "
"block devices."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3056 ../src/guestfs-actions.pod:4693
+#: ../fish/guestfish-actions.pod:3047 ../src/guestfs-actions.pod:4692
msgid ""
"Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
-"get LVM to ignore the duplicates, otherwise LVM can get confused. Note also"
-" there are two types of duplication possible: either cloned PVs/VGs which "
-"have identical UUIDs; or VGs that are not cloned but just happen to have the"
-" same name. In normal operation you cannot create this situation, but you "
+"get LVM to ignore the duplicates, otherwise LVM can get confused. Note also "
+"there are two types of duplication possible: either cloned PVs/VGs which "
+"have identical UUIDs; or VGs that are not cloned but just happen to have the "
+"same name. In normal operation you cannot create this situation, but you "
"can do it outside LVM, eg. by cloning disk images or by bit twiddling "
"inside the LVM metadata."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3069 ../src/guestfs-actions.pod:4706
+#: ../fish/guestfish-actions.pod:3060 ../src/guestfs-actions.pod:4705
msgid "You can filter whole block devices or individual partitions."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3071 ../src/guestfs-actions.pod:4708
+#: ../fish/guestfish-actions.pod:3062 ../src/guestfs-actions.pod:4707
msgid ""
"You cannot use this if any VG is currently in use (eg. contains a mounted "
"filesystem), even if you are not filtering out that VG."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3075
+#: ../fish/guestfish-actions.pod:3066
msgid "lvremove"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3077
+#: ../fish/guestfish-actions.pod:3068
#, no-wrap
msgid ""
" lvremove device\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3079 ../src/guestfs-actions.pod:4722
+#: ../fish/guestfish-actions.pod:3070 ../src/guestfs-actions.pod:4721
msgid ""
"Remove an LVM logical volume C<device>, where C<device> is the path to the "
"LV, such as C</dev/VG/LV>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3082 ../src/guestfs-actions.pod:4725
+#: ../fish/guestfish-actions.pod:3073 ../src/guestfs-actions.pod:4724
msgid ""
-"You can also remove all LVs in a volume group by specifying the VG name, "
-"C</dev/VG>."
+"You can also remove all LVs in a volume group by specifying the VG name, C</"
+"dev/VG>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3085
+#: ../fish/guestfish-actions.pod:3076
msgid "lvrename"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3087
+#: ../fish/guestfish-actions.pod:3078
#, no-wrap
msgid ""
" lvrename logvol newlogvol\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3089 ../src/guestfs-actions.pod:4739
+#: ../fish/guestfish-actions.pod:3080 ../src/guestfs-actions.pod:4738
msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3091
+#: ../fish/guestfish-actions.pod:3082
msgid "lvresize"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3093
+#: ../fish/guestfish-actions.pod:3084
#, no-wrap
msgid ""
" lvresize device mbytes\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3095 ../src/guestfs-actions.pod:4752
+#: ../fish/guestfish-actions.pod:3086 ../src/guestfs-actions.pod:4751
msgid ""
"This resizes (expands or shrinks) an existing LVM logical volume to "
"C<mbytes>. When reducing, data in the reduced part is lost."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3099
+#: ../fish/guestfish-actions.pod:3090
msgid "lvresize-free"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3101
+#: ../fish/guestfish-actions.pod:3092
#, no-wrap
msgid ""
" lvresize-free lv percent\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3103 ../src/guestfs-actions.pod:4767
+#: ../fish/guestfish-actions.pod:3094 ../src/guestfs-actions.pod:4766
msgid ""
-"This expands an existing logical volume C<lv> so that it fills C<pc>% of the"
-" remaining free space in the volume group. Commonly you would call this "
-"with pc = 100 which expands the logical volume as much as possible, using "
-"all remaining free space in the volume group."
+"This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
+"remaining free space in the volume group. Commonly you would call this with "
+"pc = 100 which expands the logical volume as much as possible, using all "
+"remaining free space in the volume group."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3109
+#: ../fish/guestfish-actions.pod:3100
msgid "lvs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3111
+#: ../fish/guestfish-actions.pod:3102
#, no-wrap
msgid ""
" lvs\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3113 ../src/guestfs-actions.pod:4782
+#: ../fish/guestfish-actions.pod:3104 ../src/guestfs-actions.pod:4781
msgid ""
-"List all the logical volumes detected. This is the equivalent of the "
-"L<lvs(8)> command."
+"List all the logical volumes detected. This is the equivalent of the L<lvs"
+"(8)> command."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3116 ../src/guestfs-actions.pod:4785
+#: ../fish/guestfish-actions.pod:3107 ../src/guestfs-actions.pod:4784
msgid ""
-"This returns a list of the logical volume device names (eg. "
-"C</dev/VolGroup00/LogVol00>)."
+"This returns a list of the logical volume device names (eg. C</dev/"
+"VolGroup00/LogVol00>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3119
+#: ../fish/guestfish-actions.pod:3110
msgid "See also L</lvs-full>, L</list-filesystems>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3121
+#: ../fish/guestfish-actions.pod:3112
msgid "lvs-full"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3123
+#: ../fish/guestfish-actions.pod:3114
#, no-wrap
msgid ""
" lvs-full\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3125 ../src/guestfs-actions.pod:4801
+#: ../fish/guestfish-actions.pod:3116 ../src/guestfs-actions.pod:4800
msgid ""
-"List all the logical volumes detected. This is the equivalent of the "
-"L<lvs(8)> command. The \"full\" version includes all fields."
+"List all the logical volumes detected. This is the equivalent of the L<lvs"
+"(8)> command. The \"full\" version includes all fields."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3128
+#: ../fish/guestfish-actions.pod:3119
msgid "lvuuid"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3130
+#: ../fish/guestfish-actions.pod:3121
#, no-wrap
msgid ""
" lvuuid device\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3132 ../src/guestfs-actions.pod:4816
+#: ../fish/guestfish-actions.pod:3123 ../src/guestfs-actions.pod:4815
msgid "This command returns the UUID of the LVM LV C<device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3134
+#: ../fish/guestfish-actions.pod:3125
msgid "lxattrlist"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3136
+#: ../fish/guestfish-actions.pod:3127
#, no-wrap
msgid ""
" lxattrlist path 'names ...'\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3138 ../src/guestfs-actions.pod:4830
+#: ../fish/guestfish-actions.pod:3129 ../src/guestfs-actions.pod:4829
msgid ""
-"This call allows you to get the extended attributes of multiple files, where"
-" all files are in the directory C<path>. C<names> is the list of files from"
-" this directory."
+"This call allows you to get the extended attributes of multiple files, where "
+"all files are in the directory C<path>. C<names> is the list of files from "
+"this directory."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3142 ../src/guestfs-actions.pod:4834
+#: ../fish/guestfish-actions.pod:3133 ../src/guestfs-actions.pod:4833
msgid ""
"On return you get a flat list of xattr structs which must be interpreted "
-"sequentially. The first xattr struct always has a zero-length C<attrname>."
-" C<attrval> in this struct is zero-length to indicate there was an error "
+"sequentially. The first xattr struct always has a zero-length C<attrname>. "
+"C<attrval> in this struct is zero-length to indicate there was an error "
"doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
-"number (the number of following attributes for this file, which could be "
-"C<\"0\">). Then after the first xattr struct are the zero or more "
-"attributes for the first named file. This repeats for the second and "
-"subsequent files."
+"number (the number of following attributes for this file, which could be C<"
+"\"0\">). Then after the first xattr struct are the zero or more attributes "
+"for the first named file. This repeats for the second and subsequent files."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3152
+#: ../fish/guestfish-actions.pod:3143
msgid ""
-"This call is intended for programs that want to efficiently list a directory"
-" contents without making many round-trips. See also L</lstatlist> for a "
+"This call is intended for programs that want to efficiently list a directory "
+"contents without making many round-trips. See also L</lstatlist> for a "
"similarly efficient call for getting standard stats. Very long directory "
"listings might cause the protocol message size to be exceeded, causing this "
-"call to fail. The caller must split up such requests into smaller groups of"
-" names."
+"call to fail. The caller must split up such requests into smaller groups of "
+"names."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3160
+#: ../fish/guestfish-actions.pod:3151
msgid "mkdir"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3162
+#: ../fish/guestfish-actions.pod:3153
#, no-wrap
msgid ""
" mkdir path\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3164 ../src/guestfs-actions.pod:4864
+#: ../fish/guestfish-actions.pod:3155 ../src/guestfs-actions.pod:4863
msgid "Create a directory named C<path>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3166
+#: ../fish/guestfish-actions.pod:3157
msgid "mkdir-mode"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3168
+#: ../fish/guestfish-actions.pod:3159
#, no-wrap
msgid ""
" mkdir-mode path mode\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3170 ../src/guestfs-actions.pod:4877
+#: ../fish/guestfish-actions.pod:3161 ../src/guestfs-actions.pod:4876
msgid ""
"This command creates a directory, setting the initial permissions of the "
"directory to C<mode>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3173 ../src/guestfs-actions.pod:4880
+#: ../fish/guestfish-actions.pod:3164 ../src/guestfs-actions.pod:4879
msgid ""
"For common Linux filesystems, the actual mode which is set will be C<mode & "
"~umask & 01777>. Non-native-Linux filesystems may interpret the mode in "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3177
+#: ../fish/guestfish-actions.pod:3168
msgid "See also L</mkdir>, L</umask>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3179
+#: ../fish/guestfish-actions.pod:3170
msgid "mkdir-p"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3181
+#: ../fish/guestfish-actions.pod:3172
#, no-wrap
msgid ""
" mkdir-p path\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3183 ../src/guestfs-actions.pod:4896
+#: ../fish/guestfish-actions.pod:3174 ../src/guestfs-actions.pod:4895
msgid ""
"Create a directory named C<path>, creating any parent directories as "
"necessary. This is like the C<mkdir -p> shell command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3186
+#: ../fish/guestfish-actions.pod:3177
msgid "mkdtemp"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3188
+#: ../fish/guestfish-actions.pod:3179
#, no-wrap
msgid ""
" mkdtemp template\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3190 ../src/guestfs-actions.pod:4909
+#: ../fish/guestfish-actions.pod:3181 ../src/guestfs-actions.pod:4908
msgid ""
"This command creates a temporary directory. The C<template> parameter "
"should be a full pathname for the temporary directory name with the final "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3195 ../src/guestfs-actions.pod:4914
+#: ../fish/guestfish-actions.pod:3186 ../src/guestfs-actions.pod:4913
msgid ""
-"For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one"
-" being suitable for Windows filesystems."
+"For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
+"being suitable for Windows filesystems."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3198 ../src/guestfs-actions.pod:4917
+#: ../fish/guestfish-actions.pod:3189 ../src/guestfs-actions.pod:4916
msgid "The name of the temporary directory that was created is returned."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3201 ../src/guestfs-actions.pod:4920
-msgid ""
-"The temporary directory is created with mode 0700 and is owned by root."
+#: ../fish/guestfish-actions.pod:3192 ../src/guestfs-actions.pod:4919
+msgid "The temporary directory is created with mode 0700 and is owned by root."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3204 ../src/guestfs-actions.pod:4923
+#: ../fish/guestfish-actions.pod:3195 ../src/guestfs-actions.pod:4922
msgid ""
"The caller is responsible for deleting the temporary directory and its "
"contents after use."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3207 ../src/guestfs-actions.pod:4926
+#: ../fish/guestfish-actions.pod:3198 ../src/guestfs-actions.pod:4925
msgid "See also: L<mkdtemp(3)>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3209
+#: ../fish/guestfish-actions.pod:3200
msgid "mke2fs-J"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3211
+#: ../fish/guestfish-actions.pod:3202
#, no-wrap
msgid ""
" mke2fs-J fstype blocksize device journal\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3213 ../src/guestfs-actions.pod:4942
+#: ../fish/guestfish-actions.pod:3204 ../src/guestfs-actions.pod:4941
msgid ""
-"This creates an ext2/3/4 filesystem on C<device> with an external journal on"
-" C<journal>. It is equivalent to the command:"
+"This creates an ext2/3/4 filesystem on C<device> with an external journal on "
+"C<journal>. It is equivalent to the command:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3217 ../src/guestfs-actions.pod:4946
+#: ../fish/guestfish-actions.pod:3208 ../src/guestfs-actions.pod:4945
#, no-wrap
msgid ""
" mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3219
+#: ../fish/guestfish-actions.pod:3210
msgid "See also L</mke2journal>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3221
+#: ../fish/guestfish-actions.pod:3212
msgid "mke2fs-JL"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3223
+#: ../fish/guestfish-actions.pod:3214
#, no-wrap
msgid ""
" mke2fs-JL fstype blocksize device label\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3225 ../src/guestfs-actions.pod:4963
+#: ../fish/guestfish-actions.pod:3216 ../src/guestfs-actions.pod:4962
msgid ""
-"This creates an ext2/3/4 filesystem on C<device> with an external journal on"
-" the journal labeled C<label>."
+"This creates an ext2/3/4 filesystem on C<device> with an external journal on "
+"the journal labeled C<label>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3228
+#: ../fish/guestfish-actions.pod:3219
msgid "See also L</mke2journal-L>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3230
+#: ../fish/guestfish-actions.pod:3221
msgid "mke2fs-JU"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3232
+#: ../fish/guestfish-actions.pod:3223
#, no-wrap
msgid ""
" mke2fs-JU fstype blocksize device uuid\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3234 ../src/guestfs-actions.pod:4981
+#: ../fish/guestfish-actions.pod:3225 ../src/guestfs-actions.pod:4980
msgid ""
-"This creates an ext2/3/4 filesystem on C<device> with an external journal on"
-" the journal with UUID C<uuid>."
+"This creates an ext2/3/4 filesystem on C<device> with an external journal on "
+"the journal with UUID C<uuid>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3237
+#: ../fish/guestfish-actions.pod:3228
msgid "See also L</mke2journal-U>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3239
+#: ../fish/guestfish-actions.pod:3230
msgid "mke2journal"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3241
+#: ../fish/guestfish-actions.pod:3232
#, no-wrap
msgid ""
" mke2journal blocksize device\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3243 ../src/guestfs-actions.pod:4997
+#: ../fish/guestfish-actions.pod:3234 ../src/guestfs-actions.pod:4996
msgid ""
-"This creates an ext2 external journal on C<device>. It is equivalent to the"
-" command:"
+"This creates an ext2 external journal on C<device>. It is equivalent to the "
+"command:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3246 ../src/guestfs-actions.pod:5000
+#: ../fish/guestfish-actions.pod:3237 ../src/guestfs-actions.pod:4999
#, no-wrap
msgid ""
" mke2fs -O journal_dev -b blocksize device\n"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3248
+#: ../fish/guestfish-actions.pod:3239
msgid "mke2journal-L"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3250
+#: ../fish/guestfish-actions.pod:3241
#, no-wrap
msgid ""
" mke2journal-L blocksize label device\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3252 ../src/guestfs-actions.pod:5014
-msgid ""
-"This creates an ext2 external journal on C<device> with label C<label>."
+#: ../fish/guestfish-actions.pod:3243 ../src/guestfs-actions.pod:5013
+msgid "This creates an ext2 external journal on C<device> with label C<label>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3254
+#: ../fish/guestfish-actions.pod:3245
msgid "mke2journal-U"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3256
+#: ../fish/guestfish-actions.pod:3247
#, no-wrap
msgid ""
" mke2journal-U blocksize uuid device\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3258 ../src/guestfs-actions.pod:5028
+#: ../fish/guestfish-actions.pod:3249 ../src/guestfs-actions.pod:5027
msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3260
+#: ../fish/guestfish-actions.pod:3251
msgid "mkfifo"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3262
+#: ../fish/guestfish-actions.pod:3253
#, no-wrap
msgid ""
" mkfifo mode path\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3264
+#: ../fish/guestfish-actions.pod:3255
msgid ""
"This call creates a FIFO (named pipe) called C<path> with mode C<mode>. It "
"is just a convenient wrapper around L</mknod>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3270
+#: ../fish/guestfish-actions.pod:3261
msgid "mkfs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3272
+#: ../fish/guestfish-actions.pod:3263
#, no-wrap
msgid ""
" mkfs fstype device\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3274 ../src/guestfs-actions.pod:5058
+#: ../fish/guestfish-actions.pod:3265 ../src/guestfs-actions.pod:5057
msgid ""
"This creates a filesystem on C<device> (usually a partition or LVM logical "
"volume). The filesystem type is C<fstype>, for example C<ext3>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3278
+#: ../fish/guestfish-actions.pod:3269
msgid "mkfs-b"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3280
+#: ../fish/guestfish-actions.pod:3271
#, no-wrap
msgid ""
" mkfs-b fstype blocksize device\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3282
+#: ../fish/guestfish-actions.pod:3273
msgid ""
"This call is similar to L</mkfs>, but it allows you to control the block "
"size of the resulting filesystem. Supported block sizes depend on the "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3287 ../fish/guestfish-actions.pod:3314
-#: ../src/guestfs-actions.pod:5086 ../src/guestfs-actions.pod:5124
+#: ../fish/guestfish-actions.pod:3278 ../fish/guestfish-actions.pod:3305
+#: ../src/guestfs-actions.pod:5085 ../src/guestfs-actions.pod:5123
msgid ""
"For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
"cluster size."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3290
+#: ../fish/guestfish-actions.pod:3281
msgid ""
"I<This function is deprecated.> In new code, use the L</mkfs_opts> call "
"instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3297
+#: ../fish/guestfish-actions.pod:3288
msgid "mkfs-opts"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3299
+#: ../fish/guestfish-actions.pod:3290
#, no-wrap
msgid ""
" mkfs-opts fstype device [blocksize:..] [features:..] [inode:..] [sectorsize:..]\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3301 ../src/guestfs-actions.pod:5111
+#: ../fish/guestfish-actions.pod:3292 ../src/guestfs-actions.pod:5110
msgid ""
"This function creates a filesystem on C<device>. The filesystem type is "
"C<fstype>, for example C<ext3>."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3308 ../src/guestfs-actions.pod:5118
+#: ../fish/guestfish-actions.pod:3299 ../src/guestfs-actions.pod:5117
msgid "C<blocksize>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3310 ../src/guestfs-actions.pod:5120
+#: ../fish/guestfish-actions.pod:3301 ../src/guestfs-actions.pod:5119
msgid ""
"The filesystem block size. Supported block sizes depend on the filesystem "
"type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3317 ../src/guestfs-actions.pod:5127
+#: ../fish/guestfish-actions.pod:3308 ../src/guestfs-actions.pod:5126
msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3319 ../src/guestfs-actions.pod:5129
+#: ../fish/guestfish-actions.pod:3310 ../src/guestfs-actions.pod:5128
msgid "C<features>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3321 ../src/guestfs-actions.pod:5131
+#: ../fish/guestfish-actions.pod:3312 ../src/guestfs-actions.pod:5130
msgid "This passes the I<-O> parameter to the external mkfs program."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3323 ../src/guestfs-actions.pod:5133
+#: ../fish/guestfish-actions.pod:3314 ../src/guestfs-actions.pod:5132
msgid ""
"For certain filesystem types, this allows extra filesystem features to be "
"selected. See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3327 ../src/guestfs-actions.pod:5137
+#: ../fish/guestfish-actions.pod:3318 ../src/guestfs-actions.pod:5136
msgid ""
-"You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem"
-" type."
+"You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
+"type."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3330 ../src/guestfs-actions.pod:5140
+#: ../fish/guestfish-actions.pod:3321 ../src/guestfs-actions.pod:5139
msgid "C<inode>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3332 ../src/guestfs-actions.pod:5142
+#: ../fish/guestfish-actions.pod:3323 ../src/guestfs-actions.pod:5141
msgid ""
"This passes the I<-I> parameter to the external L<mke2fs(8)> program which "
"sets the inode size (only for ext2/3/4 filesystems at present)."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3335 ../src/guestfs-actions.pod:5145
+#: ../fish/guestfish-actions.pod:3326 ../src/guestfs-actions.pod:5144
msgid "C<sectorsize>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3337 ../src/guestfs-actions.pod:5147
+#: ../fish/guestfish-actions.pod:3328 ../src/guestfs-actions.pod:5146
msgid ""
"This passes the I<-S> parameter to external L<mkfs.ufs(8)> program, which "
"sets sector size for ufs filesystem."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3344
+#: ../fish/guestfish-actions.pod:3335
msgid "mkmountpoint"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3346
+#: ../fish/guestfish-actions.pod:3337
#, no-wrap
msgid ""
" mkmountpoint exemptpath\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3348
+#: ../fish/guestfish-actions.pod:3339
msgid ""
-"L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used"
-" to create extra mountpoints before mounting the first filesystem."
+"L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
+"to create extra mountpoints before mounting the first filesystem."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3352 ../src/guestfs-actions.pod:5190
+#: ../fish/guestfish-actions.pod:3343 ../src/guestfs-actions.pod:5189
msgid ""
-"These calls are I<only> necessary in some very limited circumstances, mainly"
-" the case where you want to mount a mix of unrelated and/or read-only "
+"These calls are I<only> necessary in some very limited circumstances, mainly "
+"the case where you want to mount a mix of unrelated and/or read-only "
"filesystems together."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3356 ../src/guestfs-actions.pod:5194
+#: ../fish/guestfish-actions.pod:3347 ../src/guestfs-actions.pod:5193
msgid ""
"For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
"an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3361 ../src/guestfs-actions.pod:5199
+#: ../fish/guestfish-actions.pod:3352 ../src/guestfs-actions.pod:5198
#, no-wrap
msgid ""
" add-ro Fedora-11-i686-Live.iso\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3370 ../src/guestfs-actions.pod:5208
+#: ../fish/guestfish-actions.pod:3361 ../src/guestfs-actions.pod:5207
msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3372
+#: ../fish/guestfish-actions.pod:3363
msgid ""
"L</mkmountpoint> is not compatible with L</umount-all>. You may get "
"unexpected errors if you try to mix these calls. It is safest to manually "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3376
+#: ../fish/guestfish-actions.pod:3367
msgid ""
"L</umount-all> unmounts filesystems by sorting the paths longest first, so "
"for this to work for manual mountpoints, you must ensure that the innermost "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3381 ../src/guestfs-actions.pod:5219
+#: ../fish/guestfish-actions.pod:3372 ../src/guestfs-actions.pod:5218
msgid ""
"For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3383
+#: ../fish/guestfish-actions.pod:3374
msgid ""
-"Autosync [see L</set-autosync>, this is set by default on handles] can cause"
-" L</umount-all> to be called when the handle is closed which can also "
-"trigger these issues."
+"Autosync [see L</set-autosync>, this is set by default on handles] can cause "
+"L</umount-all> to be called when the handle is closed which can also trigger "
+"these issues."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3387
+#: ../fish/guestfish-actions.pod:3378
msgid "mknod"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3389
+#: ../fish/guestfish-actions.pod:3380
#, no-wrap
msgid ""
" mknod mode devmajor devminor path\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3391 ../src/guestfs-actions.pod:5238
+#: ../fish/guestfish-actions.pod:3382 ../src/guestfs-actions.pod:5237
msgid ""
-"This call creates block or character special devices, or named pipes "
-"(FIFOs)."
+"This call creates block or character special devices, or named pipes (FIFOs)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3394 ../src/guestfs-actions.pod:5241
+#: ../fish/guestfish-actions.pod:3385 ../src/guestfs-actions.pod:5240
msgid ""
"The C<mode> parameter should be the mode, using the standard constants. "
"C<devmajor> and C<devminor> are the device major and minor numbers, only "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3399
+#: ../fish/guestfish-actions.pod:3390
msgid ""
"Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
"S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3409
+#: ../fish/guestfish-actions.pod:3400
msgid "mknod-b"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3411
+#: ../fish/guestfish-actions.pod:3402
#, no-wrap
msgid ""
" mknod-b mode devmajor devminor path\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3413
+#: ../fish/guestfish-actions.pod:3404
msgid ""
"This call creates a block device node called C<path> with mode C<mode> and "
"device major/minor C<devmajor> and C<devminor>. It is just a convenient "
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3419
+#: ../fish/guestfish-actions.pod:3410
msgid "mknod-c"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3421
+#: ../fish/guestfish-actions.pod:3412
#, no-wrap
msgid ""
" mknod-c mode devmajor devminor path\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3423
+#: ../fish/guestfish-actions.pod:3414
msgid ""
"This call creates a char device node called C<path> with mode C<mode> and "
"device major/minor C<devmajor> and C<devminor>. It is just a convenient "
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3429
+#: ../fish/guestfish-actions.pod:3420
msgid "mkswap"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3431
+#: ../fish/guestfish-actions.pod:3422
#, no-wrap
msgid ""
" mkswap device\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3433 ../src/guestfs-actions.pod:5304
+#: ../fish/guestfish-actions.pod:3424 ../src/guestfs-actions.pod:5303
msgid "Create a swap partition on C<device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3435
+#: ../fish/guestfish-actions.pod:3426
msgid "mkswap-L"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3437
+#: ../fish/guestfish-actions.pod:3428
#, no-wrap
msgid ""
" mkswap-L label device\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3439 ../src/guestfs-actions.pod:5317
+#: ../fish/guestfish-actions.pod:3430 ../src/guestfs-actions.pod:5316
msgid "Create a swap partition on C<device> with label C<label>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3441 ../src/guestfs-actions.pod:5319
+#: ../fish/guestfish-actions.pod:3432 ../src/guestfs-actions.pod:5318
msgid ""
-"Note that you cannot attach a swap label to a block device (eg. "
-"C</dev/sda>), just to a partition. This appears to be a limitation of the "
-"kernel or swap tools."
+"Note that you cannot attach a swap label to a block device (eg. C</dev/"
+"sda>), just to a partition. This appears to be a limitation of the kernel "
+"or swap tools."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3445
+#: ../fish/guestfish-actions.pod:3436
msgid "mkswap-U"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3447
+#: ../fish/guestfish-actions.pod:3438
#, no-wrap
msgid ""
" mkswap-U uuid device\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3449 ../src/guestfs-actions.pod:5334
+#: ../fish/guestfish-actions.pod:3440 ../src/guestfs-actions.pod:5333
msgid "Create a swap partition on C<device> with UUID C<uuid>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3451
+#: ../fish/guestfish-actions.pod:3442
msgid "mkswap-file"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3453
+#: ../fish/guestfish-actions.pod:3444
#, no-wrap
msgid ""
" mkswap-file path\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3455 ../src/guestfs-actions.pod:5346
+#: ../fish/guestfish-actions.pod:3446 ../src/guestfs-actions.pod:5345
msgid "Create a swap file."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3457
+#: ../fish/guestfish-actions.pod:3448
msgid ""
"This command just writes a swap file signature to an existing file. To "
"create the file itself, use something like L</fallocate>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3460
+#: ../fish/guestfish-actions.pod:3451
msgid "modprobe"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3462
+#: ../fish/guestfish-actions.pod:3453
#, no-wrap
msgid ""
" modprobe modulename\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3464 ../src/guestfs-actions.pod:5361
+#: ../fish/guestfish-actions.pod:3455 ../src/guestfs-actions.pod:5360
msgid "This loads a kernel module in the appliance."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3466 ../src/guestfs-actions.pod:5363
+#: ../fish/guestfish-actions.pod:3457 ../src/guestfs-actions.pod:5362
msgid ""
"The kernel module must have been whitelisted when libguestfs was built (see "
"C<appliance/kmod.whitelist.in> in the source)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3469
+#: ../fish/guestfish-actions.pod:3460
msgid "mount"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3471
+#: ../fish/guestfish-actions.pod:3462
#, no-wrap
msgid ""
" mount device mountpoint\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3473 ../src/guestfs-actions.pod:5377
+#: ../fish/guestfish-actions.pod:3464 ../src/guestfs-actions.pod:5376
msgid ""
-"Mount a guest disk at a position in the filesystem. Block devices are named"
-" C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest. If "
+"Mount a guest disk at a position in the filesystem. Block devices are named "
+"C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest. If "
"those block devices contain partitions, they will have the usual names (eg. "
"C</dev/sda1>). Also LVM C</dev/VG/LV>-style names can be used."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3479 ../src/guestfs-actions.pod:5383
+#: ../fish/guestfish-actions.pod:3470 ../src/guestfs-actions.pod:5382
msgid ""
"The rules are the same as for L<mount(2)>: A filesystem must first be "
-"mounted on C</> before others can be mounted. Other filesystems can only be"
-" mounted on directories which already exist."
+"mounted on C</> before others can be mounted. Other filesystems can only be "
+"mounted on directories which already exist."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3484 ../src/guestfs-actions.pod:5388
+#: ../fish/guestfish-actions.pod:3475 ../src/guestfs-actions.pod:5387
msgid ""
-"The mounted filesystem is writable, if we have sufficient permissions on the"
-" underlying device."
+"The mounted filesystem is writable, if we have sufficient permissions on the "
+"underlying device."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3487
+#: ../fish/guestfish-actions.pod:3478
msgid ""
"Before libguestfs 1.13.16, this call implicitly added the options C<sync> "
"and C<noatime>. The C<sync> option greatly slowed writes and caused many "
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3494
+#: ../fish/guestfish-actions.pod:3485
msgid "mount-9p"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3496
+#: ../fish/guestfish-actions.pod:3487
#, no-wrap
msgid ""
" mount-9p mounttag mountpoint [options:..]\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3498 ../src/guestfs-actions.pod:5417
+#: ../fish/guestfish-actions.pod:3489 ../src/guestfs-actions.pod:5416
msgid ""
"Mount the virtio-9p filesystem with the tag C<mounttag> on the directory "
"C<mountpoint>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3501 ../src/guestfs-actions.pod:5420
+#: ../fish/guestfish-actions.pod:3492 ../src/guestfs-actions.pod:5419
msgid ""
"If required, C<trans=virtio> will be automatically added to the options. "
"Any other options required can be passed in the optional C<options> "
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3507
+#: ../fish/guestfish-actions.pod:3498
msgid "mount-loop"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3509
+#: ../fish/guestfish-actions.pod:3500
#, no-wrap
msgid ""
" mount-loop file mountpoint\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3511 ../src/guestfs-actions.pod:5459
+#: ../fish/guestfish-actions.pod:3502 ../src/guestfs-actions.pod:5458
msgid ""
"This command lets you mount C<file> (a filesystem image in a file) on a "
"mount point. It is entirely equivalent to the command C<mount -o loop file "
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3515
+#: ../fish/guestfish-actions.pod:3506
msgid "mount-options"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3517
+#: ../fish/guestfish-actions.pod:3508
#, no-wrap
msgid ""
" mount-options options device mountpoint\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3519
+#: ../fish/guestfish-actions.pod:3510
msgid ""
"This is the same as the L</mount> command, but it allows you to set the "
"mount options as for the L<mount(8)> I<-o> flag."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3523 ../src/guestfs-actions.pod:5479
+#: ../fish/guestfish-actions.pod:3514 ../src/guestfs-actions.pod:5478
msgid ""
"If the C<options> parameter is an empty string, then no options are passed "
"(all options default to whatever the filesystem uses)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3527
+#: ../fish/guestfish-actions.pod:3518
msgid "mount-ro"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3529
+#: ../fish/guestfish-actions.pod:3520
#, no-wrap
msgid ""
" mount-ro device mountpoint\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3531
+#: ../fish/guestfish-actions.pod:3522
msgid ""
-"This is the same as the L</mount> command, but it mounts the filesystem with"
-" the read-only (I<-o ro>) flag."
+"This is the same as the L</mount> command, but it mounts the filesystem with "
+"the read-only (I<-o ro>) flag."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3534
+#: ../fish/guestfish-actions.pod:3525
msgid "mount-vfs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3536
+#: ../fish/guestfish-actions.pod:3527
#, no-wrap
msgid ""
" mount-vfs options vfstype device mountpoint\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3538
+#: ../fish/guestfish-actions.pod:3529
msgid ""
-"This is the same as the L</mount> command, but it allows you to set both the"
-" mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
+"This is the same as the L</mount> command, but it allows you to set both the "
+"mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3542
+#: ../fish/guestfish-actions.pod:3533
msgid "mountpoints"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3544
+#: ../fish/guestfish-actions.pod:3535
#, no-wrap
msgid ""
" mountpoints\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3546
+#: ../fish/guestfish-actions.pod:3537
msgid ""
"This call is similar to L</mounts>. That call returns a list of devices. "
"This one returns a hash table (map) of device name to directory where the "
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3550
+#: ../fish/guestfish-actions.pod:3541
msgid "mounts"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3552
+#: ../fish/guestfish-actions.pod:3543
#, no-wrap
msgid ""
" mounts\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3554 ../src/guestfs-actions.pod:5540
+#: ../fish/guestfish-actions.pod:3545 ../src/guestfs-actions.pod:5539
msgid ""
-"This returns the list of currently mounted filesystems. It returns the list"
-" of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
+"This returns the list of currently mounted filesystems. It returns the list "
+"of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3557 ../src/guestfs-actions.pod:5543
+#: ../fish/guestfish-actions.pod:3548 ../src/guestfs-actions.pod:5542
msgid "Some internal mounts are not shown."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3559
+#: ../fish/guestfish-actions.pod:3550
msgid "See also: L</mountpoints>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3561
+#: ../fish/guestfish-actions.pod:3552
msgid "mv"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3563
+#: ../fish/guestfish-actions.pod:3554
#, no-wrap
msgid ""
" mv src dest\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3565 ../src/guestfs-actions.pod:5560
+#: ../fish/guestfish-actions.pod:3556 ../src/guestfs-actions.pod:5559
msgid ""
"This moves a file from C<src> to C<dest> where C<dest> is either a "
"destination filename or destination directory."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3568
+#: ../fish/guestfish-actions.pod:3559
msgid "ntfs-3g-probe"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3570
+#: ../fish/guestfish-actions.pod:3561
#, no-wrap
msgid ""
" ntfs-3g-probe true|false device\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3572 ../src/guestfs-actions.pod:5574
+#: ../fish/guestfish-actions.pod:3563 ../src/guestfs-actions.pod:5573
msgid ""
"This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
"C<device> for mountability. (Not all NTFS volumes can be mounted read-"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3576 ../src/guestfs-actions.pod:5578
+#: ../fish/guestfish-actions.pod:3567 ../src/guestfs-actions.pod:5577
msgid ""
"C<rw> is a boolean flag. Set it to true if you want to test if the volume "
"can be mounted read-write. Set it to false if you want to test if the "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3580 ../src/guestfs-actions.pod:5582
+#: ../fish/guestfish-actions.pod:3571 ../src/guestfs-actions.pod:5581
msgid ""
-"The return value is an integer which C<0> if the operation would succeed, or"
-" some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
+"The return value is an integer which C<0> if the operation would succeed, or "
+"some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3584
+#: ../fish/guestfish-actions.pod:3575
msgid "ntfsresize"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3586
+#: ../fish/guestfish-actions.pod:3577
#, no-wrap
msgid ""
" ntfsresize device\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3588 ../fish/guestfish-actions.pod:3612
-#: ../src/guestfs-actions.pod:5603 ../src/guestfs-actions.pod:5635
+#: ../fish/guestfish-actions.pod:3579 ../fish/guestfish-actions.pod:3603
+#: ../src/guestfs-actions.pod:5602 ../src/guestfs-actions.pod:5634
msgid ""
"This command resizes an NTFS filesystem, expanding or shrinking it to the "
"size of the underlying device."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3591 ../src/guestfs-actions.pod:5606
+#: ../fish/guestfish-actions.pod:3582 ../src/guestfs-actions.pod:5605
msgid ""
-"I<Note:> After the resize operation, the filesystem is marked as requiring a"
-" consistency check (for safety). You have to boot into Windows to perform "
+"I<Note:> After the resize operation, the filesystem is marked as requiring a "
+"consistency check (for safety). You have to boot into Windows to perform "
"this check and clear this condition. Furthermore, ntfsresize refuses to "
"resize filesystems which have been marked in this way. So in effect it is "
"not possible to call ntfsresize multiple times on a single filesystem "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3599 ../fish/guestfish-actions.pod:3638
-#: ../src/guestfs-actions.pod:5614 ../src/guestfs-actions.pod:5661
+#: ../fish/guestfish-actions.pod:3590 ../fish/guestfish-actions.pod:3629
+#: ../src/guestfs-actions.pod:5613 ../src/guestfs-actions.pod:5660
msgid "See also L<ntfsresize(8)>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3601 ../fish/guestfish-actions.pod:3649
+#: ../fish/guestfish-actions.pod:3592 ../fish/guestfish-actions.pod:3640
msgid ""
"I<This function is deprecated.> In new code, use the L</ntfsresize_opts> "
"call instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3608
+#: ../fish/guestfish-actions.pod:3599
msgid "ntfsresize-opts"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3610
+#: ../fish/guestfish-actions.pod:3601
#, no-wrap
msgid ""
" ntfsresize-opts device [size:..] [force:..]\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3621 ../src/guestfs-actions.pod:5644
+#: ../fish/guestfish-actions.pod:3612 ../src/guestfs-actions.pod:5643
msgid ""
"The new size (in bytes) of the filesystem. If omitted, the filesystem is "
"resized to fit the container (eg. partition)."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3624 ../src/guestfs-actions.pod:5647
+#: ../fish/guestfish-actions.pod:3615 ../src/guestfs-actions.pod:5646
msgid "C<force>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3626 ../src/guestfs-actions.pod:5649
+#: ../fish/guestfish-actions.pod:3617 ../src/guestfs-actions.pod:5648
msgid ""
"If this option is true, then force the resize of the filesystem even if the "
"filesystem is marked as requiring a consistency check."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3629
+#: ../fish/guestfish-actions.pod:3620
msgid ""
"After the resize operation, the filesystem is always marked as requiring a "
"consistency check (for safety). You have to boot into Windows to perform "
"this check and clear this condition. If you I<don't> set the C<force> "
-"option then it is not possible to call L</ntfsresize-opts> multiple times on"
-" a single filesystem without booting into Windows between each resize."
+"option then it is not possible to call L</ntfsresize-opts> multiple times on "
+"a single filesystem without booting into Windows between each resize."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3642
+#: ../fish/guestfish-actions.pod:3633
msgid "ntfsresize-size"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3644
+#: ../fish/guestfish-actions.pod:3635
#, no-wrap
msgid ""
" ntfsresize-size device size\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3646
+#: ../fish/guestfish-actions.pod:3637
msgid ""
"This command is the same as L</ntfsresize> except that it allows you to "
"specify the new size (in bytes) explicitly."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3656
+#: ../fish/guestfish-actions.pod:3647
msgid "part-add"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3658
+#: ../fish/guestfish-actions.pod:3649
#, no-wrap
msgid ""
" part-add device prlogex startsect endsect\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3660
+#: ../fish/guestfish-actions.pod:3651
msgid ""
"This command adds a partition to C<device>. If there is no partition table "
"on the device, call L</part-init> first."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3663 ../src/guestfs-actions.pod:5722
+#: ../fish/guestfish-actions.pod:3654 ../src/guestfs-actions.pod:5721
msgid ""
-"The C<prlogex> parameter is the type of partition. Normally you should pass"
-" C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
+"The C<prlogex> parameter is the type of partition. Normally you should pass "
+"C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
"C<logical>) and C<e> (or C<extended>) partition types."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3668 ../src/guestfs-actions.pod:5727
+#: ../fish/guestfish-actions.pod:3659 ../src/guestfs-actions.pod:5726
msgid ""
"C<startsect> and C<endsect> are the start and end of the partition in "
"I<sectors>. C<endsect> may be negative, which means it counts backwards "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3672
+#: ../fish/guestfish-actions.pod:3663
msgid ""
-"Creating a partition which covers the whole disk is not so easy. Use L"
-"</part-disk> to do that."
+"Creating a partition which covers the whole disk is not so easy. Use L</"
+"part-disk> to do that."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3675
+#: ../fish/guestfish-actions.pod:3666
msgid "part-del"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3677
+#: ../fish/guestfish-actions.pod:3668
#, no-wrap
msgid ""
" part-del device partnum\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3679 ../src/guestfs-actions.pod:5745
+#: ../fish/guestfish-actions.pod:3670 ../src/guestfs-actions.pod:5744
msgid "This command deletes the partition numbered C<partnum> on C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3681 ../src/guestfs-actions.pod:5747
+#: ../fish/guestfish-actions.pod:3672 ../src/guestfs-actions.pod:5746
msgid ""
"Note that in the case of MBR partitioning, deleting an extended partition "
"also deletes any logical partitions it contains."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3685
+#: ../fish/guestfish-actions.pod:3676
msgid "part-disk"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3687
+#: ../fish/guestfish-actions.pod:3678
#, no-wrap
msgid ""
" part-disk device parttype\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3689
+#: ../fish/guestfish-actions.pod:3680
msgid ""
"This command is simply a combination of L</part-init> followed by L</part-"
"add> to create a single primary partition covering the whole disk."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3693
+#: ../fish/guestfish-actions.pod:3684
msgid ""
-"C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other"
-" possible values are described in L</part-init>."
+"C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
+"possible values are described in L</part-init>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3699
+#: ../fish/guestfish-actions.pod:3687
msgid "part-get-bootable"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3701
+#: ../fish/guestfish-actions.pod:3689
#, no-wrap
msgid ""
" part-get-bootable device partnum\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3703 ../src/guestfs-actions.pod:5783
+#: ../fish/guestfish-actions.pod:3691 ../src/guestfs-actions.pod:5779
msgid ""
"This command returns true if the partition C<partnum> on C<device> has the "
"bootable flag set."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3706
+#: ../fish/guestfish-actions.pod:3694
msgid "See also L</part-set-bootable>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3708
+#: ../fish/guestfish-actions.pod:3696
msgid "part-get-mbr-id"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3710
+#: ../fish/guestfish-actions.pod:3698
#, no-wrap
msgid ""
" part-get-mbr-id device partnum\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3712 ../src/guestfs-actions.pod:5799
+#: ../fish/guestfish-actions.pod:3700 ../src/guestfs-actions.pod:5795
msgid ""
"Returns the MBR type byte (also known as the ID byte) from the numbered "
"partition C<partnum>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3715 ../fish/guestfish-actions.pod:3859
+#: ../fish/guestfish-actions.pod:3703 ../fish/guestfish-actions.pod:3847
msgid ""
-"Note that only MBR (old DOS-style) partitions have type bytes. You will get"
-" undefined results for other partition table types (see L</part-get-"
+"Note that only MBR (old DOS-style) partitions have type bytes. You will get "
+"undefined results for other partition table types (see L</part-get-"
"parttype>)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3719
+#: ../fish/guestfish-actions.pod:3707
msgid "part-get-parttype"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3721
+#: ../fish/guestfish-actions.pod:3709
#, no-wrap
msgid ""
" part-get-parttype device\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3723 ../src/guestfs-actions.pod:5816
+#: ../fish/guestfish-actions.pod:3711 ../src/guestfs-actions.pod:5812
msgid ""
"This command examines the partition table on C<device> and returns the "
"partition table type (format) being used."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3726
+#: ../fish/guestfish-actions.pod:3714
msgid ""
"Common return values include: C<msdos> (a DOS/Windows style MBR partition "
"table), C<gpt> (a GPT/EFI-style partition table). Other values are "
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3731
+#: ../fish/guestfish-actions.pod:3719
msgid "part-init"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3733
+#: ../fish/guestfish-actions.pod:3721
#, no-wrap
msgid ""
" part-init device parttype\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3735 ../src/guestfs-actions.pod:5836
+#: ../fish/guestfish-actions.pod:3723 ../src/guestfs-actions.pod:5832
msgid ""
"This creates an empty partition table on C<device> of one of the partition "
-"types listed below. Usually C<parttype> should be either C<msdos> or C<gpt>"
-" (for large disks)."
+"types listed below. Usually C<parttype> should be either C<msdos> or C<gpt> "
+"(for large disks)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3739
+#: ../fish/guestfish-actions.pod:3727
msgid ""
"Initially there are no partitions. Following this, you should call L</part-"
"add> for each partition required."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3742 ../src/guestfs-actions.pod:5843
+#: ../fish/guestfish-actions.pod:3730 ../src/guestfs-actions.pod:5839
msgid "Possible values for C<parttype> are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3746 ../src/guestfs-actions.pod:5847
+#: ../fish/guestfish-actions.pod:3734 ../src/guestfs-actions.pod:5843
msgid "B<efi>"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3748 ../src/guestfs-actions.pod:5849
+#: ../fish/guestfish-actions.pod:3736 ../src/guestfs-actions.pod:5845
msgid "B<gpt>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3750 ../src/guestfs-actions.pod:5851
+#: ../fish/guestfish-actions.pod:3738 ../src/guestfs-actions.pod:5847
msgid "Intel EFI / GPT partition table."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3752 ../src/guestfs-actions.pod:5853
+#: ../fish/guestfish-actions.pod:3740 ../src/guestfs-actions.pod:5849
msgid ""
"This is recommended for >= 2 TB partitions that will be accessed from Linux "
"and Intel-based Mac OS X. It also has limited backwards compatibility with "
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3756 ../src/guestfs-actions.pod:5857
+#: ../fish/guestfish-actions.pod:3744 ../src/guestfs-actions.pod:5853
msgid "B<mbr>"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3758 ../src/guestfs-actions.pod:5859
+#: ../fish/guestfish-actions.pod:3746 ../src/guestfs-actions.pod:5855
msgid "B<msdos>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3760 ../src/guestfs-actions.pod:5861
+#: ../fish/guestfish-actions.pod:3748 ../src/guestfs-actions.pod:5857
msgid ""
"The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
-"Windows. This partition type will B<only> work for device sizes up to 2 TB."
-" For large disks we recommend using C<gpt>."
+"Windows. This partition type will B<only> work for device sizes up to 2 "
+"TB. For large disks we recommend using C<gpt>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3767 ../src/guestfs-actions.pod:5868
+#: ../fish/guestfish-actions.pod:3755 ../src/guestfs-actions.pod:5864
msgid ""
"Other partition table types that may work but are not supported include:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3772 ../src/guestfs-actions.pod:5873
+#: ../fish/guestfish-actions.pod:3760 ../src/guestfs-actions.pod:5869
msgid "B<aix>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3774 ../src/guestfs-actions.pod:5875
+#: ../fish/guestfish-actions.pod:3762 ../src/guestfs-actions.pod:5871
msgid "AIX disk labels."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3776 ../src/guestfs-actions.pod:5877
+#: ../fish/guestfish-actions.pod:3764 ../src/guestfs-actions.pod:5873
msgid "B<amiga>"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3778 ../src/guestfs-actions.pod:5879
+#: ../fish/guestfish-actions.pod:3766 ../src/guestfs-actions.pod:5875
msgid "B<rdb>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3780 ../src/guestfs-actions.pod:5881
+#: ../fish/guestfish-actions.pod:3768 ../src/guestfs-actions.pod:5877
msgid "Amiga \"Rigid Disk Block\" format."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3782 ../src/guestfs-actions.pod:5883
+#: ../fish/guestfish-actions.pod:3770 ../src/guestfs-actions.pod:5879
msgid "B<bsd>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3784 ../src/guestfs-actions.pod:5885
+#: ../fish/guestfish-actions.pod:3772 ../src/guestfs-actions.pod:5881
msgid "BSD disk labels."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3786 ../src/guestfs-actions.pod:5887
+#: ../fish/guestfish-actions.pod:3774 ../src/guestfs-actions.pod:5883
msgid "B<dasd>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3788 ../src/guestfs-actions.pod:5889
+#: ../fish/guestfish-actions.pod:3776 ../src/guestfs-actions.pod:5885
msgid "DASD, used on IBM mainframes."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3790 ../src/guestfs-actions.pod:5891
+#: ../fish/guestfish-actions.pod:3778 ../src/guestfs-actions.pod:5887
msgid "B<dvh>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3792 ../src/guestfs-actions.pod:5893
+#: ../fish/guestfish-actions.pod:3780 ../src/guestfs-actions.pod:5889
msgid "MIPS/SGI volumes."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3794 ../src/guestfs-actions.pod:5895
+#: ../fish/guestfish-actions.pod:3782 ../src/guestfs-actions.pod:5891
msgid "B<mac>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3796 ../src/guestfs-actions.pod:5897
+#: ../fish/guestfish-actions.pod:3784 ../src/guestfs-actions.pod:5893
msgid "Old Mac partition format. Modern Macs use C<gpt>."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3798 ../src/guestfs-actions.pod:5899
+#: ../fish/guestfish-actions.pod:3786 ../src/guestfs-actions.pod:5895
msgid "B<pc98>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3800 ../src/guestfs-actions.pod:5901
+#: ../fish/guestfish-actions.pod:3788 ../src/guestfs-actions.pod:5897
msgid "NEC PC-98 format, common in Japan apparently."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3802 ../src/guestfs-actions.pod:5903
+#: ../fish/guestfish-actions.pod:3790 ../src/guestfs-actions.pod:5899
msgid "B<sun>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3804 ../src/guestfs-actions.pod:5905
+#: ../fish/guestfish-actions.pod:3792 ../src/guestfs-actions.pod:5901
msgid "Sun disk labels."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3808
+#: ../fish/guestfish-actions.pod:3796
msgid "part-list"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3810
+#: ../fish/guestfish-actions.pod:3798
#, no-wrap
msgid ""
" part-list device\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3812 ../src/guestfs-actions.pod:5919
+#: ../fish/guestfish-actions.pod:3800 ../src/guestfs-actions.pod:5915
msgid ""
-"This command parses the partition table on C<device> and returns the list of"
-" partitions found."
+"This command parses the partition table on C<device> and returns the list of "
+"partitions found."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3815 ../src/guestfs-actions.pod:5922
+#: ../fish/guestfish-actions.pod:3803 ../src/guestfs-actions.pod:5918
msgid "The fields in the returned structure are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3819 ../src/guestfs-actions.pod:5926
+#: ../fish/guestfish-actions.pod:3807 ../src/guestfs-actions.pod:5922
msgid "B<part_num>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3821 ../src/guestfs-actions.pod:5928
+#: ../fish/guestfish-actions.pod:3809 ../src/guestfs-actions.pod:5924
msgid "Partition number, counting from 1."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3823 ../src/guestfs-actions.pod:5930
+#: ../fish/guestfish-actions.pod:3811 ../src/guestfs-actions.pod:5926
msgid "B<part_start>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3825
+#: ../fish/guestfish-actions.pod:3813
msgid ""
"Start of the partition I<in bytes>. To get sectors you have to divide by "
"the device's sector size, see L</blockdev-getss>."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3828 ../src/guestfs-actions.pod:5935
+#: ../fish/guestfish-actions.pod:3816 ../src/guestfs-actions.pod:5931
msgid "B<part_end>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3830 ../src/guestfs-actions.pod:5937
+#: ../fish/guestfish-actions.pod:3818 ../src/guestfs-actions.pod:5933
msgid "End of the partition in bytes."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3832 ../src/guestfs-actions.pod:5939
+#: ../fish/guestfish-actions.pod:3820 ../src/guestfs-actions.pod:5935
msgid "B<part_size>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3834 ../src/guestfs-actions.pod:5941
+#: ../fish/guestfish-actions.pod:3822 ../src/guestfs-actions.pod:5937
msgid "Size of the partition in bytes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3838
+#: ../fish/guestfish-actions.pod:3826
msgid "part-set-bootable"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3840
+#: ../fish/guestfish-actions.pod:3828
#, no-wrap
msgid ""
" part-set-bootable device partnum true|false\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3842 ../src/guestfs-actions.pod:5959
+#: ../fish/guestfish-actions.pod:3830 ../src/guestfs-actions.pod:5955
msgid ""
"This sets the bootable flag on partition numbered C<partnum> on device "
"C<device>. Note that partitions are numbered from 1."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3845 ../src/guestfs-actions.pod:5962
+#: ../fish/guestfish-actions.pod:3833 ../src/guestfs-actions.pod:5958
msgid ""
"The bootable flag is used by some operating systems (notably Windows) to "
"determine which partition to boot from. It is by no means universally "
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3849
+#: ../fish/guestfish-actions.pod:3837
msgid "part-set-mbr-id"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3851
+#: ../fish/guestfish-actions.pod:3839
#, no-wrap
msgid ""
" part-set-mbr-id device partnum idbyte\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3853 ../src/guestfs-actions.pod:5978
+#: ../fish/guestfish-actions.pod:3841 ../src/guestfs-actions.pod:5974
msgid ""
-"Sets the MBR type byte (also known as the ID byte) of the numbered partition"
-" C<partnum> to C<idbyte>. Note that the type bytes quoted in most "
+"Sets the MBR type byte (also known as the ID byte) of the numbered partition "
+"C<partnum> to C<idbyte>. Note that the type bytes quoted in most "
"documentation are in fact hexadecimal numbers, but usually documented "
"without any leading \"0x\" which might be confusing."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3863
+#: ../fish/guestfish-actions.pod:3851
msgid "part-set-name"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3865
+#: ../fish/guestfish-actions.pod:3853
#, no-wrap
msgid ""
" part-set-name device partnum name\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3867 ../src/guestfs-actions.pod:6000
+#: ../fish/guestfish-actions.pod:3855 ../src/guestfs-actions.pod:5996
msgid ""
"This sets the partition name on partition numbered C<partnum> on device "
"C<device>. Note that partitions are numbered from 1."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3870 ../src/guestfs-actions.pod:6003
+#: ../fish/guestfish-actions.pod:3858 ../src/guestfs-actions.pod:5999
msgid ""
"The partition name can only be set on certain types of partition table. "
"This works on C<gpt> but not on C<mbr> partitions."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3873
+#: ../fish/guestfish-actions.pod:3861
msgid "part-to-dev"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3875
+#: ../fish/guestfish-actions.pod:3863
#, no-wrap
msgid ""
" part-to-dev partition\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3877 ../src/guestfs-actions.pod:6016
+#: ../fish/guestfish-actions.pod:3865 ../src/guestfs-actions.pod:6012
msgid ""
"This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
"partition number, returning the device name (eg. \"/dev/sdb\")."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3881 ../fish/guestfish-actions.pod:3893
+#: ../fish/guestfish-actions.pod:3869 ../fish/guestfish-actions.pod:3881
msgid ""
-"The named partition must exist, for example as a string returned from L"
-"</list-partitions>."
+"The named partition must exist, for example as a string returned from L</"
+"list-partitions>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3884
+#: ../fish/guestfish-actions.pod:3872
msgid "See also L</part-to-partnum>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3886
+#: ../fish/guestfish-actions.pod:3874
msgid "part-to-partnum"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3888
+#: ../fish/guestfish-actions.pod:3876
#, no-wrap
msgid ""
" part-to-partnum partition\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3890 ../src/guestfs-actions.pod:6036
+#: ../fish/guestfish-actions.pod:3878 ../src/guestfs-actions.pod:6032
msgid ""
"This function takes a partition name (eg. \"/dev/sdb1\") and returns the "
"partition number (eg. C<1>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3896
+#: ../fish/guestfish-actions.pod:3884
msgid "See also L</part-to-dev>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3898
+#: ../fish/guestfish-actions.pod:3886
msgid "ping-daemon"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3900
+#: ../fish/guestfish-actions.pod:3888
#, no-wrap
msgid ""
" ping-daemon\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3902 ../src/guestfs-actions.pod:6051
+#: ../fish/guestfish-actions.pod:3890 ../src/guestfs-actions.pod:6049
msgid ""
"This is a test probe into the guestfs daemon running inside the qemu "
"subprocess. Calling this function checks that the daemon responds to the "
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3907
+#: ../fish/guestfish-actions.pod:3895
msgid "pread"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3909
+#: ../fish/guestfish-actions.pod:3897
#, no-wrap
msgid ""
" pread path count offset\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3911 ../src/guestfs-actions.pod:6069
+#: ../fish/guestfish-actions.pod:3899 ../src/guestfs-actions.pod:6067
msgid ""
"This command lets you read part of a file. It reads C<count> bytes of the "
"file, starting at C<offset>, from file C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3914 ../fish/guestfish-actions.pod:3929
-#: ../src/guestfs-actions.pod:6072 ../src/guestfs-actions.pod:6098
+#: ../fish/guestfish-actions.pod:3902 ../fish/guestfish-actions.pod:3917
+#: ../src/guestfs-actions.pod:6070 ../src/guestfs-actions.pod:6096
msgid ""
"This may read fewer bytes than requested. For further details see the "
"L<pread(2)> system call."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3917
+#: ../fish/guestfish-actions.pod:3905
msgid "See also L</pwrite>, L</pread-device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3922
+#: ../fish/guestfish-actions.pod:3910
msgid "pread-device"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3924
+#: ../fish/guestfish-actions.pod:3912
#, no-wrap
msgid ""
" pread-device device count offset\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3926 ../src/guestfs-actions.pod:6095
+#: ../fish/guestfish-actions.pod:3914 ../src/guestfs-actions.pod:6093
msgid ""
"This command lets you read part of a file. It reads C<count> bytes of "
"C<device>, starting at C<offset>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3932
+#: ../fish/guestfish-actions.pod:3920
msgid "See also L</pread>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3937
+#: ../fish/guestfish-actions.pod:3925
msgid "pvcreate"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3939
+#: ../fish/guestfish-actions.pod:3927
#, no-wrap
msgid ""
" pvcreate device\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3941 ../src/guestfs-actions.pod:6118
+#: ../fish/guestfish-actions.pod:3929 ../src/guestfs-actions.pod:6116
msgid ""
"This creates an LVM physical volume on the named C<device>, where C<device> "
"should usually be a partition name such as C</dev/sda1>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3945
+#: ../fish/guestfish-actions.pod:3933
msgid "pvremove"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3947
+#: ../fish/guestfish-actions.pod:3935
#, no-wrap
msgid ""
" pvremove device\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3949 ../src/guestfs-actions.pod:6132
+#: ../fish/guestfish-actions.pod:3937 ../src/guestfs-actions.pod:6130
msgid ""
"This wipes a physical volume C<device> so that LVM will no longer recognise "
"it."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3952 ../src/guestfs-actions.pod:6135
+#: ../fish/guestfish-actions.pod:3940 ../src/guestfs-actions.pod:6133
msgid ""
"The implementation uses the C<pvremove> command which refuses to wipe "
-"physical volumes that contain any volume groups, so you have to remove those"
-" first."
+"physical volumes that contain any volume groups, so you have to remove those "
+"first."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3956
+#: ../fish/guestfish-actions.pod:3944
msgid "pvresize"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3958
+#: ../fish/guestfish-actions.pod:3946
#, no-wrap
msgid ""
" pvresize device\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3960 ../src/guestfs-actions.pod:6149
+#: ../fish/guestfish-actions.pod:3948 ../src/guestfs-actions.pod:6147
msgid ""
"This resizes (expands or shrinks) an existing LVM physical volume to match "
"the new size of the underlying device."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3963
+#: ../fish/guestfish-actions.pod:3951
msgid "pvresize-size"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3965
+#: ../fish/guestfish-actions.pod:3953
#, no-wrap
msgid ""
" pvresize-size device size\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3967
+#: ../fish/guestfish-actions.pod:3955
msgid ""
"This command is the same as L</pvresize> except that it allows you to "
"specify the new size (in bytes) explicitly."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3970
+#: ../fish/guestfish-actions.pod:3958
msgid "pvs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3972
+#: ../fish/guestfish-actions.pod:3960
#, no-wrap
msgid ""
" pvs\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3974 ../src/guestfs-actions.pod:6175
+#: ../fish/guestfish-actions.pod:3962 ../src/guestfs-actions.pod:6173
msgid ""
-"List all the physical volumes detected. This is the equivalent of the "
-"L<pvs(8)> command."
+"List all the physical volumes detected. This is the equivalent of the L<pvs"
+"(8)> command."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3977 ../src/guestfs-actions.pod:6178
+#: ../fish/guestfish-actions.pod:3965 ../src/guestfs-actions.pod:6176
msgid ""
-"This returns a list of just the device names that contain PVs (eg. "
-"C</dev/sda2>)."
+"This returns a list of just the device names that contain PVs (eg. C</dev/"
+"sda2>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3980
+#: ../fish/guestfish-actions.pod:3968
msgid "See also L</pvs-full>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3982
+#: ../fish/guestfish-actions.pod:3970
msgid "pvs-full"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3984
+#: ../fish/guestfish-actions.pod:3972
#, no-wrap
msgid ""
" pvs-full\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3986 ../src/guestfs-actions.pod:6194
+#: ../fish/guestfish-actions.pod:3974 ../src/guestfs-actions.pod:6192
msgid ""
-"List all the physical volumes detected. This is the equivalent of the "
-"L<pvs(8)> command. The \"full\" version includes all fields."
+"List all the physical volumes detected. This is the equivalent of the L<pvs"
+"(8)> command. The \"full\" version includes all fields."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3989
+#: ../fish/guestfish-actions.pod:3977
msgid "pvuuid"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3991
+#: ../fish/guestfish-actions.pod:3979
#, no-wrap
msgid ""
" pvuuid device\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3993 ../src/guestfs-actions.pod:6209
+#: ../fish/guestfish-actions.pod:3981 ../src/guestfs-actions.pod:6207
msgid "This command returns the UUID of the LVM PV C<device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3995
+#: ../fish/guestfish-actions.pod:3983
msgid "pwrite"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3997
+#: ../fish/guestfish-actions.pod:3985
#, no-wrap
msgid ""
" pwrite path content offset\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3999 ../src/guestfs-actions.pod:6225
+#: ../fish/guestfish-actions.pod:3987 ../src/guestfs-actions.pod:6223
msgid ""
-"This command writes to part of a file. It writes the data buffer C<content>"
-" to the file C<path> starting at offset C<offset>."
+"This command writes to part of a file. It writes the data buffer C<content> "
+"to the file C<path> starting at offset C<offset>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4002 ../src/guestfs-actions.pod:6228
+#: ../fish/guestfish-actions.pod:3990 ../src/guestfs-actions.pod:6226
msgid ""
"This command implements the L<pwrite(2)> system call, and like that system "
"call it may not write the full data requested. The return value is the "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4008
+#: ../fish/guestfish-actions.pod:3996
msgid "See also L</pread>, L</pwrite-device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4013
+#: ../fish/guestfish-actions.pod:4001
msgid "pwrite-device"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4015
+#: ../fish/guestfish-actions.pod:4003
#, no-wrap
msgid ""
" pwrite-device device content offset\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4017 ../src/guestfs-actions.pod:6252
+#: ../fish/guestfish-actions.pod:4005 ../src/guestfs-actions.pod:6250
msgid ""
"This command writes to part of a device. It writes the data buffer "
"C<content> to C<device> starting at offset C<offset>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4020 ../src/guestfs-actions.pod:6255
+#: ../fish/guestfish-actions.pod:4008 ../src/guestfs-actions.pod:6253
msgid ""
"This command implements the L<pwrite(2)> system call, and like that system "
-"call it may not write the full data requested (although short writes to disk"
-" devices and partitions are probably impossible with standard Linux "
-"kernels)."
+"call it may not write the full data requested (although short writes to disk "
+"devices and partitions are probably impossible with standard Linux kernels)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4025
+#: ../fish/guestfish-actions.pod:4013
msgid "See also L</pwrite>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4030
+#: ../fish/guestfish-actions.pod:4018
msgid "read-file"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4032
+#: ../fish/guestfish-actions.pod:4020
#, no-wrap
msgid ""
" read-file path\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4034 ../src/guestfs-actions.pod:6276
+#: ../fish/guestfish-actions.pod:4022 ../src/guestfs-actions.pod:6274
msgid "This calls returns the contents of the file C<path> as a buffer."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4037
+#: ../fish/guestfish-actions.pod:4025
msgid ""
"Unlike L</cat>, this function can correctly handle files that contain "
"embedded ASCII NUL characters. However unlike L</download>, this function "
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4045
+#: ../fish/guestfish-actions.pod:4033
msgid "read-lines"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4047
+#: ../fish/guestfish-actions.pod:4035
#, no-wrap
msgid ""
" read-lines path\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4051 ../src/guestfs-actions.pod:6301
+#: ../fish/guestfish-actions.pod:4039 ../src/guestfs-actions.pod:6299
msgid ""
"The file contents are returned as a list of lines. Trailing C<LF> and "
"C<CRLF> character sequences are I<not> returned."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4054
+#: ../fish/guestfish-actions.pod:4042
msgid ""
"Note that this function cannot correctly handle binary files (specifically, "
"files containing C<\\0> character which is treated as end of line). For "
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4059
+#: ../fish/guestfish-actions.pod:4047
msgid "readdir"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4061
+#: ../fish/guestfish-actions.pod:4049
#, no-wrap
msgid ""
" readdir dir\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4063 ../src/guestfs-actions.pod:6321
+#: ../fish/guestfish-actions.pod:4051 ../src/guestfs-actions.pod:6319
msgid "This returns the list of directory entries in directory C<dir>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4065 ../src/guestfs-actions.pod:6323
+#: ../fish/guestfish-actions.pod:4053 ../src/guestfs-actions.pod:6321
msgid ""
"All entries in the directory are returned, including C<.> and C<..>. The "
"entries are I<not> sorted, but returned in the same order as the underlying "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4069 ../src/guestfs-actions.pod:6327
+#: ../fish/guestfish-actions.pod:4057 ../src/guestfs-actions.pod:6325
msgid ""
"Also this call returns basic file type information about each file. The "
"C<ftyp> field will contain one of the following characters:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4074 ../src/guestfs-actions.pod:6332
+#: ../fish/guestfish-actions.pod:4062 ../src/guestfs-actions.pod:6330
msgid "'b'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4076 ../src/guestfs-actions.pod:6334
+#: ../fish/guestfish-actions.pod:4064 ../src/guestfs-actions.pod:6332
msgid "Block special"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4078 ../src/guestfs-actions.pod:6336
+#: ../fish/guestfish-actions.pod:4066 ../src/guestfs-actions.pod:6334
msgid "'c'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4080 ../src/guestfs-actions.pod:6338
+#: ../fish/guestfish-actions.pod:4068 ../src/guestfs-actions.pod:6336
msgid "Char special"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4082 ../src/guestfs-actions.pod:6340
+#: ../fish/guestfish-actions.pod:4070 ../src/guestfs-actions.pod:6338
msgid "'d'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4084 ../src/guestfs-actions.pod:6342
+#: ../fish/guestfish-actions.pod:4072 ../src/guestfs-actions.pod:6340
msgid "Directory"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4086 ../src/guestfs-actions.pod:6344
+#: ../fish/guestfish-actions.pod:4074 ../src/guestfs-actions.pod:6342
msgid "'f'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4088 ../src/guestfs-actions.pod:6346
+#: ../fish/guestfish-actions.pod:4076 ../src/guestfs-actions.pod:6344
msgid "FIFO (named pipe)"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4090 ../src/guestfs-actions.pod:6348
+#: ../fish/guestfish-actions.pod:4078 ../src/guestfs-actions.pod:6346
msgid "'l'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4092 ../src/guestfs-actions.pod:6350
+#: ../fish/guestfish-actions.pod:4080 ../src/guestfs-actions.pod:6348
msgid "Symbolic link"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4094 ../src/guestfs-actions.pod:6352
+#: ../fish/guestfish-actions.pod:4082 ../src/guestfs-actions.pod:6350
msgid "'r'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4096 ../src/guestfs-actions.pod:6354
+#: ../fish/guestfish-actions.pod:4084 ../src/guestfs-actions.pod:6352
msgid "Regular file"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4098 ../src/guestfs-actions.pod:6356
+#: ../fish/guestfish-actions.pod:4086 ../src/guestfs-actions.pod:6354
msgid "'s'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4100 ../src/guestfs-actions.pod:6358
+#: ../fish/guestfish-actions.pod:4088 ../src/guestfs-actions.pod:6356
msgid "Socket"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4102 ../src/guestfs-actions.pod:6360
+#: ../fish/guestfish-actions.pod:4090 ../src/guestfs-actions.pod:6358
msgid "'u'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4104 ../src/guestfs-actions.pod:6362
+#: ../fish/guestfish-actions.pod:4092 ../src/guestfs-actions.pod:6360
msgid "Unknown file type"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4106 ../src/guestfs-actions.pod:6364
+#: ../fish/guestfish-actions.pod:4094 ../src/guestfs-actions.pod:6362
msgid "'?'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4108 ../src/guestfs-actions.pod:6366
+#: ../fish/guestfish-actions.pod:4096 ../src/guestfs-actions.pod:6364
msgid ""
"The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4113
+#: ../fish/guestfish-actions.pod:4101
msgid ""
"This function is primarily intended for use by programs. To get a simple "
"list of names, use L</ls>. To get a printable directory for human "
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4117
+#: ../fish/guestfish-actions.pod:4105
msgid "readlink"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4119
+#: ../fish/guestfish-actions.pod:4107
#, no-wrap
msgid ""
" readlink path\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4121 ../src/guestfs-actions.pod:6387
+#: ../fish/guestfish-actions.pod:4109 ../src/guestfs-actions.pod:6385
msgid "This command reads the target of a symbolic link."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4123
+#: ../fish/guestfish-actions.pod:4111
msgid "readlinklist"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4125
+#: ../fish/guestfish-actions.pod:4113
#, no-wrap
msgid ""
" readlinklist path 'names ...'\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4127 ../src/guestfs-actions.pod:6401
+#: ../fish/guestfish-actions.pod:4115 ../src/guestfs-actions.pod:6399
msgid ""
"This call allows you to do a C<readlink> operation on multiple files, where "
"all files are in the directory C<path>. C<names> is the list of files from "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4131 ../src/guestfs-actions.pod:6405
+#: ../fish/guestfish-actions.pod:4119 ../src/guestfs-actions.pod:6403
msgid ""
-"On return you get a list of strings, with a one-to-one correspondence to the"
-" C<names> list. Each string is the value of the symbolic link."
+"On return you get a list of strings, with a one-to-one correspondence to the "
+"C<names> list. Each string is the value of the symbolic link."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4135 ../src/guestfs-actions.pod:6409
+#: ../fish/guestfish-actions.pod:4123 ../src/guestfs-actions.pod:6407
msgid ""
"If the C<readlink(2)> operation fails on any name, then the corresponding "
"result string is the empty string C<\"\">. However the whole operation is "
-"completed even if there were C<readlink(2)> errors, and so you can call this"
-" function with names where you don't know if they are symbolic links already"
-" (albeit slightly less efficient)."
+"completed even if there were C<readlink(2)> errors, and so you can call this "
+"function with names where you don't know if they are symbolic links already "
+"(albeit slightly less efficient)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4142 ../src/guestfs-actions.pod:6416
+#: ../fish/guestfish-actions.pod:4130 ../src/guestfs-actions.pod:6414
msgid ""
-"This call is intended for programs that want to efficiently list a directory"
-" contents without making many round-trips. Very long directory listings "
+"This call is intended for programs that want to efficiently list a directory "
+"contents without making many round-trips. Very long directory listings "
"might cause the protocol message size to be exceeded, causing this call to "
"fail. The caller must split up such requests into smaller groups of names."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4149
+#: ../fish/guestfish-actions.pod:4137
msgid "realpath"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4151
+#: ../fish/guestfish-actions.pod:4139
#, no-wrap
msgid ""
" realpath path\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4153 ../src/guestfs-actions.pod:6435
+#: ../fish/guestfish-actions.pod:4141 ../src/guestfs-actions.pod:6433
msgid ""
"Return the canonicalized absolute pathname of C<path>. The returned path "
"has no C<.>, C<..> or symbolic link path elements."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4156
+#: ../fish/guestfish-actions.pod:4144
msgid "removexattr"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4158
+#: ../fish/guestfish-actions.pod:4146
#, no-wrap
msgid ""
" removexattr xattr path\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4160 ../src/guestfs-actions.pod:6450
+#: ../fish/guestfish-actions.pod:4148 ../src/guestfs-actions.pod:6448
msgid ""
"This call removes the extended attribute named C<xattr> of the file C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4163
+#: ../fish/guestfish-actions.pod:4151
msgid "See also: L</lremovexattr>, L<attr(5)>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4165
+#: ../fish/guestfish-actions.pod:4153
msgid "resize2fs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4167
+#: ../fish/guestfish-actions.pod:4155
#, no-wrap
msgid ""
" resize2fs device\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4169 ../src/guestfs-actions.pod:6465
+#: ../fish/guestfish-actions.pod:4157 ../src/guestfs-actions.pod:6463
msgid ""
"This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
"underlying device."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4172
+#: ../fish/guestfish-actions.pod:4160
msgid ""
-"I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device>"
-" before calling this command. For unknown reasons C<resize2fs> sometimes "
-"gives an error about this and sometimes not. In any case, it is always safe"
-" to call L</e2fsck-f> before calling this function."
+"I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
+"before calling this command. For unknown reasons C<resize2fs> sometimes "
+"gives an error about this and sometimes not. In any case, it is always safe "
+"to call L</e2fsck-f> before calling this function."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4178
+#: ../fish/guestfish-actions.pod:4166
msgid "resize2fs-M"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4180
+#: ../fish/guestfish-actions.pod:4168
#, no-wrap
msgid ""
" resize2fs-M device\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4182
+#: ../fish/guestfish-actions.pod:4170
msgid ""
"This command is the same as L</resize2fs>, but the filesystem is resized to "
"its minimum size. This works like the I<-M> option to the C<resize2fs> "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4186
+#: ../fish/guestfish-actions.pod:4174
msgid ""
"To get the resulting size of the filesystem you should call L</tune2fs-l> "
"and read the C<Block size> and C<Block count> values. These two numbers, "
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4191
+#: ../fish/guestfish-actions.pod:4179
msgid "resize2fs-size"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4193
+#: ../fish/guestfish-actions.pod:4181
#, no-wrap
msgid ""
" resize2fs-size device size\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4195
+#: ../fish/guestfish-actions.pod:4183
msgid ""
"This command is the same as L</resize2fs> except that it allows you to "
"specify the new size (in bytes) explicitly."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4198
+#: ../fish/guestfish-actions.pod:4186
msgid "rm"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4200
+#: ../fish/guestfish-actions.pod:4188
#, no-wrap
msgid ""
" rm path\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4202 ../src/guestfs-actions.pod:6517
+#: ../fish/guestfish-actions.pod:4190 ../src/guestfs-actions.pod:6515
msgid "Remove the single file C<path>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4204
+#: ../fish/guestfish-actions.pod:4192
msgid "rm-rf"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4206
+#: ../fish/guestfish-actions.pod:4194
#, no-wrap
msgid ""
" rm-rf path\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4208 ../src/guestfs-actions.pod:6529
+#: ../fish/guestfish-actions.pod:4196 ../src/guestfs-actions.pod:6527
msgid ""
"Remove the file or directory C<path>, recursively removing the contents if "
"its a directory. This is like the C<rm -rf> shell command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4212
+#: ../fish/guestfish-actions.pod:4200
msgid "rmdir"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4214
+#: ../fish/guestfish-actions.pod:4202
#, no-wrap
msgid ""
" rmdir path\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4216 ../src/guestfs-actions.pod:6543
+#: ../fish/guestfish-actions.pod:4204 ../src/guestfs-actions.pod:6541
msgid "Remove the single directory C<path>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4218
+#: ../fish/guestfish-actions.pod:4206
msgid "rmmountpoint"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4220
+#: ../fish/guestfish-actions.pod:4208
#, no-wrap
msgid ""
" rmmountpoint exemptpath\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4222
+#: ../fish/guestfish-actions.pod:4210
msgid ""
-"This calls removes a mountpoint that was previously created with "
-"L</mkmountpoint>. See L</mkmountpoint> for full details."
+"This calls removes a mountpoint that was previously created with L</"
+"mkmountpoint>. See L</mkmountpoint> for full details."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4226
+#: ../fish/guestfish-actions.pod:4214
msgid "scrub-device"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4228
+#: ../fish/guestfish-actions.pod:4216
#, no-wrap
msgid ""
" scrub-device device\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4230 ../src/guestfs-actions.pod:6569
+#: ../fish/guestfish-actions.pod:4218 ../src/guestfs-actions.pod:6567
msgid ""
"This command writes patterns over C<device> to make data retrieval more "
"difficult."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4233 ../fish/guestfish-actions.pod:4248
-#: ../fish/guestfish-actions.pod:4261 ../src/guestfs-actions.pod:6572
-#: ../src/guestfs-actions.pod:6593 ../src/guestfs-actions.pod:6612
+#: ../fish/guestfish-actions.pod:4221 ../fish/guestfish-actions.pod:4233
+#: ../fish/guestfish-actions.pod:4246 ../src/guestfs-actions.pod:6570
+#: ../src/guestfs-actions.pod:6588 ../src/guestfs-actions.pod:6607
msgid ""
"It is an interface to the L<scrub(1)> program. See that manual page for "
"more details."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4239
+#: ../fish/guestfish-actions.pod:4224
msgid "scrub-file"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4241
+#: ../fish/guestfish-actions.pod:4226
#, no-wrap
msgid ""
" scrub-file file\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4243 ../src/guestfs-actions.pod:6588
+#: ../fish/guestfish-actions.pod:4228 ../src/guestfs-actions.pod:6583
msgid ""
"This command writes patterns over a file to make data retrieval more "
"difficult."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4246 ../src/guestfs-actions.pod:6591
+#: ../fish/guestfish-actions.pod:4231 ../src/guestfs-actions.pod:6586
msgid "The file is I<removed> after scrubbing."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4251
+#: ../fish/guestfish-actions.pod:4236
msgid "scrub-freespace"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4253
+#: ../fish/guestfish-actions.pod:4238
#, no-wrap
msgid ""
" scrub-freespace dir\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4255
+#: ../fish/guestfish-actions.pod:4240
msgid ""
-"This command creates the directory C<dir> and then fills it with files until"
-" the filesystem is full, and scrubs the files as for L</scrub-file>, and "
+"This command creates the directory C<dir> and then fills it with files until "
+"the filesystem is full, and scrubs the files as for L</scrub-file>, and "
"deletes them. The intention is to scrub any free space on the partition "
"containing C<dir>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4264
+#: ../fish/guestfish-actions.pod:4249
msgid "set-append"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4266
+#: ../fish/guestfish-actions.pod:4251
msgid "append"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4268
+#: ../fish/guestfish-actions.pod:4253
#, no-wrap
msgid ""
" set-append append\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4270 ../src/guestfs-actions.pod:6625
+#: ../fish/guestfish-actions.pod:4255 ../src/guestfs-actions.pod:6620
msgid ""
"This function is used to add additional options to the guest kernel command "
"line."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4273 ../src/guestfs-actions.pod:6628
+#: ../fish/guestfish-actions.pod:4258 ../src/guestfs-actions.pod:6623
msgid ""
"The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
"environment variable."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4276 ../src/guestfs-actions.pod:6631
+#: ../fish/guestfish-actions.pod:4261 ../src/guestfs-actions.pod:6626
msgid ""
"Setting C<append> to C<NULL> means I<no> additional options are passed "
"(libguestfs always adds a few of its own)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4279
+#: ../fish/guestfish-actions.pod:4264
msgid "set-attach-method"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4281
+#: ../fish/guestfish-actions.pod:4266
msgid "attach-method"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4283
+#: ../fish/guestfish-actions.pod:4268
#, no-wrap
msgid ""
" set-attach-method attachmethod\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4285 ../src/guestfs-actions.pod:6644
+#: ../fish/guestfish-actions.pod:4270 ../src/guestfs-actions.pod:6639
msgid ""
"Set the method that libguestfs uses to connect to the back end guestfsd "
"daemon. Possible methods are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4290 ../src/guestfs-actions.pod:6649
+#: ../fish/guestfish-actions.pod:4275 ../src/guestfs-actions.pod:6644
#: ../src/guestfs.pod:2916
msgid "C<appliance>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4292 ../src/guestfs-actions.pod:6651
+#: ../fish/guestfish-actions.pod:4277 ../src/guestfs-actions.pod:6646
msgid ""
"Launch an appliance and connect to it. This is the ordinary method and the "
"default."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4295 ../src/guestfs-actions.pod:6654
+#: ../fish/guestfish-actions.pod:4280 ../src/guestfs-actions.pod:6649
msgid "C<unix:I<path>>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4297 ../src/guestfs-actions.pod:6656
+#: ../fish/guestfish-actions.pod:4282 ../src/guestfs-actions.pod:6651
msgid "Connect to the Unix domain socket I<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4299 ../src/guestfs-actions.pod:6658
+#: ../fish/guestfish-actions.pod:4284 ../src/guestfs-actions.pod:6653
msgid ""
"This method lets you connect to an existing daemon or (using virtio-serial) "
"to a live guest. For more information, see L<guestfs(3)/ATTACHING TO "
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4305
+#: ../fish/guestfish-actions.pod:4290
msgid "set-autosync"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4307
+#: ../fish/guestfish-actions.pod:4292
msgid "autosync"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4309
+#: ../fish/guestfish-actions.pod:4294
#, no-wrap
msgid ""
" set-autosync true|false\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4311 ../src/guestfs-actions.pod:6674
+#: ../fish/guestfish-actions.pod:4296 ../src/guestfs-actions.pod:6669
msgid ""
"If C<autosync> is true, this enables autosync. Libguestfs will make a best "
"effort attempt to make filesystems consistent and synchronized when the "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4316 ../src/guestfs-actions.pod:6679
+#: ../fish/guestfish-actions.pod:4301 ../src/guestfs-actions.pod:6674
msgid ""
"This is enabled by default (since libguestfs 1.5.24, previously it was "
"disabled by default)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4319
+#: ../fish/guestfish-actions.pod:4304
msgid "set-direct"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4321
+#: ../fish/guestfish-actions.pod:4306
msgid "direct"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4323
+#: ../fish/guestfish-actions.pod:4308
#, no-wrap
msgid ""
" set-direct true|false\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4325 ../src/guestfs-actions.pod:6692
+#: ../fish/guestfish-actions.pod:4310 ../src/guestfs-actions.pod:6687
msgid ""
"If the direct appliance mode flag is enabled, then stdin and stdout are "
"passed directly through to the appliance once it is launched."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4329
+#: ../fish/guestfish-actions.pod:4314
msgid ""
"One consequence of this is that log messages aren't caught by the library "
"and handled by L</set-log-message-callback>, but go straight to stdout."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4333 ../src/guestfs-actions.pod:6700
-msgid ""
-"You probably don't want to use this unless you know what you are doing."
+#: ../fish/guestfish-actions.pod:4318 ../src/guestfs-actions.pod:6695
+msgid "You probably don't want to use this unless you know what you are doing."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4336 ../src/guestfs-actions.pod:6703
+#: ../fish/guestfish-actions.pod:4321 ../src/guestfs-actions.pod:6698
msgid "The default is disabled."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4338
+#: ../fish/guestfish-actions.pod:4323
msgid "set-e2label"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4340
+#: ../fish/guestfish-actions.pod:4325
#, no-wrap
msgid ""
" set-e2label device label\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4342 ../src/guestfs-actions.pod:6716
+#: ../fish/guestfish-actions.pod:4327 ../src/guestfs-actions.pod:6711
msgid ""
"This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
"C<label>. Filesystem labels are limited to 16 characters."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4346
+#: ../fish/guestfish-actions.pod:4331
msgid ""
"You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
"label on a filesystem."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4349
+#: ../fish/guestfish-actions.pod:4334
msgid "set-e2uuid"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4351
+#: ../fish/guestfish-actions.pod:4336
#, no-wrap
msgid ""
" set-e2uuid device uuid\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4353 ../src/guestfs-actions.pod:6734
+#: ../fish/guestfish-actions.pod:4338 ../src/guestfs-actions.pod:6729
msgid ""
"This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
"C<uuid>. The format of the UUID and alternatives such as C<clear>, "
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4358
+#: ../fish/guestfish-actions.pod:4343
msgid ""
"You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
"UUID of a filesystem."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4361
+#: ../fish/guestfish-actions.pod:4346
msgid "set-memsize"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4363
+#: ../fish/guestfish-actions.pod:4348
msgid "memsize"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4365
+#: ../fish/guestfish-actions.pod:4350
#, no-wrap
msgid ""
" set-memsize memsize\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4367
+#: ../fish/guestfish-actions.pod:4352
msgid ""
"This sets the memory size in megabytes allocated to the qemu subprocess. "
"This only has any effect if called before L</launch>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4371 ../src/guestfs-actions.pod:6756
+#: ../fish/guestfish-actions.pod:4356 ../src/guestfs-actions.pod:6751
msgid ""
"You can also change this by setting the environment variable "
"C<LIBGUESTFS_MEMSIZE> before the handle is created."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4378
+#: ../fish/guestfish-actions.pod:4363
msgid "set-network"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4380
+#: ../fish/guestfish-actions.pod:4365
msgid "network"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4382
+#: ../fish/guestfish-actions.pod:4367
#, no-wrap
msgid ""
" set-network true|false\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4384 ../src/guestfs-actions.pod:6773
+#: ../fish/guestfish-actions.pod:4369 ../src/guestfs-actions.pod:6768
msgid ""
"If C<network> is true, then the network is enabled in the libguestfs "
"appliance. The default is false."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4387 ../src/guestfs-actions.pod:6776
+#: ../fish/guestfish-actions.pod:4372 ../src/guestfs-actions.pod:6771
msgid ""
-"This affects whether commands are able to access the network (see "
-"L<guestfs(3)/RUNNING COMMANDS>)."
+"This affects whether commands are able to access the network (see L<guestfs"
+"(3)/RUNNING COMMANDS>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4390
+#: ../fish/guestfish-actions.pod:4375
msgid ""
"You must call this before calling L</launch>, otherwise it has no effect."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4393
+#: ../fish/guestfish-actions.pod:4378
msgid "set-path"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4397
+#: ../fish/guestfish-actions.pod:4382
#, no-wrap
msgid ""
" set-path searchpath\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4399 ../src/guestfs-actions.pod:6792
+#: ../fish/guestfish-actions.pod:4384 ../src/guestfs-actions.pod:6787
msgid "Set the path that libguestfs searches for kernel and initrd.img."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4401 ../src/guestfs-actions.pod:6794
+#: ../fish/guestfish-actions.pod:4386 ../src/guestfs-actions.pod:6789
msgid ""
"The default is C<$libdir/guestfs> unless overridden by setting "
"C<LIBGUESTFS_PATH> environment variable."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4404 ../src/guestfs-actions.pod:6797
+#: ../fish/guestfish-actions.pod:4389 ../src/guestfs-actions.pod:6792
msgid "Setting C<path> to C<NULL> restores the default path."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4406
+#: ../fish/guestfish-actions.pod:4391
msgid "set-pgroup"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4408
+#: ../fish/guestfish-actions.pod:4393
msgid "pgroup"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4410
+#: ../fish/guestfish-actions.pod:4395
#, no-wrap
msgid ""
" set-pgroup true|false\n"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4412 ../src/guestfs-actions.pod:6809
+#: ../fish/guestfish-actions.pod:4397 ../src/guestfs-actions.pod:6804
msgid ""
"If C<pgroup> is true, child processes are placed into their own process "
"group."
&nbs