diff options
Diffstat (limited to 'po-docs/libguestfs-docs.pot')
-rw-r--r-- | po-docs/libguestfs-docs.pot | 4452 |
1 files changed, 2237 insertions, 2215 deletions
diff --git a/po-docs/libguestfs-docs.pot b/po-docs/libguestfs-docs.pot index bc0dc606..e5c110da 100644 --- a/po-docs/libguestfs-docs.pot +++ b/po-docs/libguestfs-docs.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libguestfs 1.13.26\n" +"Project-Id-Version: libguestfs 1.15.0\n" "Report-Msgid-Bugs-To: libguestfs@redhat.com\n" -"POT-Creation-Date: 2011-10-26 21:10+0200\n" +"POT-Creation-Date: 2011-10-27 16:05+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -523,13 +523,15 @@ 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" @@ -542,12 +544,34 @@ msgid "" 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" @@ -562,40 +586,40 @@ msgid "" 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>" 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 " @@ -603,19 +627,19 @@ msgid "" 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 " @@ -625,7 +649,7 @@ msgid "" 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, " @@ -633,14 +657,14 @@ msgid "" 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>" 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 " @@ -649,12 +673,12 @@ msgid "" msgstr "" #. type: =head1 -#: ../align/virt-alignment-scan.pod:296 ../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 ../rescue/virt-rescue.pod:266 ../resize/virt-resize.pod:676 ../tools/virt-list-filesystems.pl:188 ../tools/virt-list-partitions.pl:258 ../tools/virt-make-fs.pl:550 ../tools/virt-tar.pl:289 ../tools/virt-win-reg.pl:744 +#: ../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 ../rescue/virt-rescue.pod:266 ../resize/virt-resize.pod:676 ../tools/virt-list-filesystems.pl:188 ../tools/virt-list-partitions.pl:258 ../tools/virt-make-fs.pl:550 ../tools/virt-tar.pl:289 ../tools/virt-win-reg.pl:744 msgid "SHELL QUOTING" msgstr "" #. type: textblock -#: ../align/virt-alignment-scan.pod:298 ../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 ../rescue/virt-rescue.pod:268 ../resize/virt-resize.pod:678 ../tools/virt-list-filesystems.pl:190 ../tools/virt-list-partitions.pl:260 ../tools/virt-make-fs.pl:552 ../tools/virt-tar.pl:291 ../tools/virt-win-reg.pl:752 +#: ../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 ../rescue/virt-rescue.pod:268 ../resize/virt-resize.pod:678 ../tools/virt-list-filesystems.pl:190 ../tools/virt-list-partitions.pl:260 ../tools/virt-make-fs.pl:552 ../tools/virt-tar.pl:291 ../tools/virt-win-reg.pl:752 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 " @@ -663,98 +687,98 @@ msgid "" msgstr "" #. type: =head1 -#: ../align/virt-alignment-scan.pod:303 ../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 ../fuse/guestmount.pod:312 ../inspector/virt-inspector.pod:375 ../resize/virt-resize.pod:683 ../sparsify/virt-sparsify.pod:227 ../test-tool/libguestfs-test-tool.pod:90 +#: ../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 ../fuse/guestmount.pod:312 ../inspector/virt-inspector.pod:375 ../resize/virt-resize.pod:683 ../sparsify/virt-sparsify.pod:227 ../test-tool/libguestfs-test-tool.pod:90 msgid "EXIT STATUS" 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 ../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 ../clone/virt-sysprep.pod:291 ../clone/virt-sysprep.pod:295 ../clone/virt-sysprep.pod:310 ../clone/virt-sysprep.pod:314 ../clone/virt-sysprep.pod:318 ../clone/virt-sysprep.pod:322 ../clone/virt-sysprep.pod:326 ../clone/virt-sysprep.pod:362 ../clone/virt-sysprep.pod:384 ../clone/virt-sysprep.pod:388 ../df/virt-df.pod:148 ../df/virt-df.pod:154 ../edit/virt-edit.pod:266 ../edit/virt-edit.pod:271 ../edit/virt-edit.pod:276 ../edit/virt-edit.pod:287 ../edit/virt-edit.pod:291 ../examples/guestfs-recipes.pod:98 ../examples/guestfs-recipes.pod:102 ../examples/guestfs-recipes.pod:106 ../examples/guestfs-recipes.pod:132 ../examples/guestfs-recipes.pod:137 ../examples/guestfs-recipes.pod:227 ../examples/guestfs-recipes.pod:231 ../examples/guestfs-recipes.pod:235 ../examples/guestfs-recipes.pod:239 ../examples/guestfs-recipes.pod:243 ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:441 ../fish/guestfish-actions.pod:449 ../fish/guestfish-actions.pod:456 ../fish/guestfish-actions.pod:463 ../fish/guestfish-actions.pod:1262 ../fish/guestfish-actions.pod:1266 ../fish/guestfish-actions.pod:1270 ../fish/guestfish-actions.pod:1274 ../fish/guestfish-actions.pod:1282 ../fish/guestfish-actions.pod:1286 ../fish/guestfish-actions.pod:1290 ../fish/guestfish-actions.pod:1300 ../fish/guestfish-actions.pod:1304 ../fish/guestfish-actions.pod:1308 ../fish/guestfish-actions.pod:1398 ../fish/guestfish-actions.pod:1402 ../fish/guestfish-actions.pod:1407 ../fish/guestfish-actions.pod:1412 ../fish/guestfish-actions.pod:1454 ../fish/guestfish-actions.pod:1458 ../fish/guestfish-actions.pod:1463 ../fish/guestfish-actions.pod:1719 ../fish/guestfish-actions.pod:1726 ../fish/guestfish-actions.pod:1733 ../fish/guestfish-actions.pod:2136 ../fish/guestfish-actions.pod:2142 ../fish/guestfish-actions.pod:2150 ../fish/guestfish-actions.pod:2157 ../fish/guestfish-actions.pod:2164 ../fish/guestfish.pod:445 ../fish/guestfish.pod:449 ../fish/guestfish.pod:453 ../fish/guestfish.pod:457 ../inspector/virt-inspector.pod:393 ../inspector/virt-inspector.pod:397 ../resize/virt-resize.pod:359 ../resize/virt-resize.pod:363 ../resize/virt-resize.pod:372 ../resize/virt-resize.pod:378 ../sparsify/virt-sparsify.pod:32 ../sparsify/virt-sparsify.pod:39 ../sparsify/virt-sparsify.pod:43 ../sparsify/virt-sparsify.pod:49 ../sparsify/virt-sparsify.pod:54 ../sparsify/virt-sparsify.pod:58 ../sparsify/virt-sparsify.pod:64 ../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.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 ../src/guestfs.pod:1117 ../src/guestfs.pod:1122 ../src/guestfs.pod:1130 ../src/guestfs.pod:1149 ../src/guestfs.pod:1157 ../src/guestfs.pod:1179 ../src/guestfs.pod:1183 ../src/guestfs.pod:1187 ../src/guestfs.pod:1191 ../src/guestfs.pod:1195 ../src/guestfs.pod:1199 ../src/guestfs.pod:1689 ../src/guestfs.pod:1694 ../src/guestfs.pod:1698 ../src/guestfs.pod:1800 ../src/guestfs.pod:1805 ../src/guestfs.pod:1809 ../src/guestfs.pod:1819 ../src/guestfs.pod:2108 ../src/guestfs.pod:2113 ../src/guestfs.pod:2119 ../src/guestfs.pod:2127 ../src/guestfs.pod:2645 ../src/guestfs.pod:2651 ../src/guestfs.pod:2656 ../src/guestfs.pod:2662 ../src/guestfs.pod:3062 ../src/guestfs.pod:3067 ../src/guestfs.pod:3071 ../src/guestfs.pod:3075 ../src/guestfs.pod:3079 ../src/guestfs.pod:3093 ../src/guestfs.pod:3098 ../src/guestfs.pod:3329 ../src/guestfs.pod:3333 ../src/guestfs.pod:3337 ../src/guestfs.pod:3341 ../tools/virt-win-reg.pl:197 ../tools/virt-win-reg.pl:202 ../tools/virt-win-reg.pl:208 ../tools/virt-win-reg.pl:721 ../tools/virt-win-reg.pl:727 ../tools/virt-win-reg.pl:733 +#: ../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 ../clone/virt-sysprep.pod:291 ../clone/virt-sysprep.pod:295 ../clone/virt-sysprep.pod:310 ../clone/virt-sysprep.pod:314 ../clone/virt-sysprep.pod:318 ../clone/virt-sysprep.pod:322 ../clone/virt-sysprep.pod:326 ../clone/virt-sysprep.pod:362 ../clone/virt-sysprep.pod:384 ../clone/virt-sysprep.pod:388 ../df/virt-df.pod:148 ../df/virt-df.pod:154 ../edit/virt-edit.pod:266 ../edit/virt-edit.pod:271 ../edit/virt-edit.pod:276 ../edit/virt-edit.pod:287 ../edit/virt-edit.pod:291 ../examples/guestfs-recipes.pod:98 ../examples/guestfs-recipes.pod:102 ../examples/guestfs-recipes.pod:106 ../examples/guestfs-recipes.pod:132 ../examples/guestfs-recipes.pod:137 ../examples/guestfs-recipes.pod:227 ../examples/guestfs-recipes.pod:231 ../examples/guestfs-recipes.pod:235 ../examples/guestfs-recipes.pod:239 ../examples/guestfs-recipes.pod:243 ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:441 ../fish/guestfish-actions.pod:449 ../fish/guestfish-actions.pod:456 ../fish/guestfish-actions.pod:463 ../fish/guestfish-actions.pod:1262 ../fish/guestfish-actions.pod:1266 ../fish/guestfish-actions.pod:1270 ../fish/guestfish-actions.pod:1274 ../fish/guestfish-actions.pod:1282 ../fish/guestfish-actions.pod:1286 ../fish/guestfish-actions.pod:1290 ../fish/guestfish-actions.pod:1300 ../fish/guestfish-actions.pod:1304 ../fish/guestfish-actions.pod:1308 ../fish/guestfish-actions.pod:1398 ../fish/guestfish-actions.pod:1402 ../fish/guestfish-actions.pod:1407 ../fish/guestfish-actions.pod:1412 ../fish/guestfish-actions.pod:1454 ../fish/guestfish-actions.pod:1458 ../fish/guestfish-actions.pod:1463 ../fish/guestfish-actions.pod:1719 ../fish/guestfish-actions.pod:1726 ../fish/guestfish-actions.pod:1733 ../fish/guestfish-actions.pod:2136 ../fish/guestfish-actions.pod:2142 ../fish/guestfish-actions.pod:2150 ../fish/guestfish-actions.pod:2157 ../fish/guestfish-actions.pod:2164 ../fish/guestfish.pod:445 ../fish/guestfish.pod:449 ../fish/guestfish.pod:453 ../fish/guestfish.pod:457 ../inspector/virt-inspector.pod:393 ../inspector/virt-inspector.pod:397 ../resize/virt-resize.pod:359 ../resize/virt-resize.pod:363 ../resize/virt-resize.pod:372 ../resize/virt-resize.pod:378 ../sparsify/virt-sparsify.pod:32 ../sparsify/virt-sparsify.pod:39 ../sparsify/virt-sparsify.pod:43 ../sparsify/virt-sparsify.pod:49 ../sparsify/virt-sparsify.pod:54 ../sparsify/virt-sparsify.pod:58 ../sparsify/virt-sparsify.pod:64 ../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:2079 ../src/guestfs-actions.pod:2083 ../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 ../src/guestfs.pod:1117 ../src/guestfs.pod:1122 ../src/guestfs.pod:1130 ../src/guestfs.pod:1149 ../src/guestfs.pod:1157 ../src/guestfs.pod:1179 ../src/guestfs.pod:1183 ../src/guestfs.pod:1187 ../src/guestfs.pod:1191 ../src/guestfs.pod:1195 ../src/guestfs.pod:1199 ../src/guestfs.pod:1689 ../src/guestfs.pod:1694 ../src/guestfs.pod:1698 ../src/guestfs.pod:1800 ../src/guestfs.pod:1805 ../src/guestfs.pod:1809 ../src/guestfs.pod:1819 ../src/guestfs.pod:2108 ../src/guestfs.pod:2113 ../src/guestfs.pod:2119 ../src/guestfs.pod:2127 ../src/guestfs.pod:2645 ../src/guestfs.pod:2651 ../src/guestfs.pod:2656 ../src/guestfs.pod:2662 ../src/guestfs.pod:3062 ../src/guestfs.pod:3067 ../src/guestfs.pod:3071 ../src/guestfs.pod:3075 ../src/guestfs.pod:3079 ../src/guestfs.pod:3093 ../src/guestfs.pod:3098 ../src/guestfs.pod:3329 ../src/guestfs.pod:3333 ../src/guestfs.pod:3337 ../src/guestfs.pod:3341 ../tools/virt-win-reg.pl:197 ../tools/virt-win-reg.pl:202 ../tools/virt-win-reg.pl:208 ../tools/virt-win-reg.pl:721 ../tools/virt-win-reg.pl:727 ../tools/virt-win-reg.pl:733 msgid "*" 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" msgstr "" #. type: =head1 -#: ../align/virt-alignment-scan.pod:337 ../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 ../examples/guestfs-examples.pod:33 ../examples/guestfs-recipes.pod:384 ../fish/guestfish.pod:1268 ../fish/virt-copy-in.pod:50 ../fish/virt-copy-out.pod:39 ../fish/virt-tar-in.pod:47 ../fish/virt-tar-out.pod:41 ../fuse/guestmount.pod:317 ../inspector/virt-inspector.pod:380 ../java/examples/guestfs-java.pod:45 ../ocaml/examples/guestfs-ocaml.pod:78 ../perl/examples/guestfs-perl.pod:39 ../python/examples/guestfs-python.pod:42 ../rescue/virt-rescue.pod:288 ../resize/virt-resize.pod:688 ../ruby/examples/guestfs-ruby.pod:36 ../sparsify/virt-sparsify.pod:251 ../src/guestfs.pod:3270 ../test-tool/libguestfs-test-tool.pod:100 ../tools/virt-list-filesystems.pl:195 ../tools/virt-list-partitions.pl:265 ../tools/virt-make-fs.pl:557 ../tools/virt-tar.pl:296 ../tools/virt-win-reg.pl:757 +#: ../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 ../examples/guestfs-examples.pod:33 ../examples/guestfs-recipes.pod:384 ../fish/guestfish.pod:1268 ../fish/virt-copy-in.pod:50 ../fish/virt-copy-out.pod:39 ../fish/virt-tar-in.pod:47 ../fish/virt-tar-out.pod:41 ../fuse/guestmount.pod:317 ../inspector/virt-inspector.pod:380 ../java/examples/guestfs-java.pod:45 ../ocaml/examples/guestfs-ocaml.pod:78 ../perl/examples/guestfs-perl.pod:39 ../python/examples/guestfs-python.pod:42 ../rescue/virt-rescue.pod:288 ../resize/virt-resize.pod:688 ../ruby/examples/guestfs-ruby.pod:36 ../sparsify/virt-sparsify.pod:251 ../src/guestfs.pod:3270 ../test-tool/libguestfs-test-tool.pod:100 ../tools/virt-list-filesystems.pl:195 ../tools/virt-list-partitions.pl:265 ../tools/virt-make-fs.pl:557 ../tools/virt-tar.pl:296 ../tools/virt-win-reg.pl:757 msgid "SEE ALSO" 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/>." msgstr "" #. type: =head1 -#: ../align/virt-alignment-scan.pod:346 ../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 ../resize/virt-resize.pod:711 ../sparsify/virt-sparsify.pod:264 ../tools/virt-list-filesystems.pl:208 ../tools/virt-list-partitions.pl:277 ../tools/virt-make-fs.pl:582 ../tools/virt-tar.pl:311 ../tools/virt-win-reg.pl:783 +#: ../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 ../resize/virt-resize.pod:711 ../sparsify/virt-sparsify.pod:264 ../tools/virt-list-filesystems.pl:208 ../tools/virt-list-partitions.pl:277 ../tools/virt-make-fs.pl:582 ../tools/virt-tar.pl:311 ../tools/virt-win-reg.pl:783 msgid "AUTHOR" msgstr "" #. type: textblock -#: ../align/virt-alignment-scan.pod:348 ../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 ../rescue/virt-rescue.pod:298 ../resize/virt-resize.pod:713 ../sparsify/virt-sparsify.pod:266 ../tools/virt-list-filesystems.pl:210 ../tools/virt-list-partitions.pl:279 ../tools/virt-make-fs.pl:584 ../tools/virt-tar.pl:313 ../tools/virt-win-reg.pl:785 +#: ../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 ../rescue/virt-rescue.pod:298 ../resize/virt-resize.pod:713 ../sparsify/virt-sparsify.pod:266 ../tools/virt-list-filesystems.pl:210 ../tools/virt-list-partitions.pl:279 ../tools/virt-make-fs.pl:584 ../tools/virt-tar.pl:313 ../tools/virt-win-reg.pl:785 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>" msgstr "" #. type: =head1 -#: ../align/virt-alignment-scan.pod:350 ../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 ../examples/guestfs-examples.pod:49 ../examples/guestfs-recipes.pod:401 ../fish/guestfish.pod:1300 ../fish/virt-copy-in.pod:64 ../fish/virt-copy-out.pod:53 ../fish/virt-tar-in.pod:62 ../fish/virt-tar-out.pod:55 ../fuse/guestmount.pod:332 ../inspector/virt-inspector.pod:403 ../java/examples/guestfs-java.pod:62 ../ocaml/examples/guestfs-ocaml.pod:95 ../perl/examples/guestfs-perl.pod:56 ../python/examples/guestfs-python.pod:58 ../rescue/virt-rescue.pod:300 ../resize/virt-resize.pod:715 ../ruby/examples/guestfs-ruby.pod:52 ../sparsify/virt-sparsify.pod:268 ../src/guestfs.pod:3352 ../test-tool/libguestfs-test-tool.pod:110 ../tools/virt-list-filesystems.pl:212 ../tools/virt-list-partitions.pl:281 ../tools/virt-make-fs.pl:586 ../tools/virt-tar.pl:315 ../tools/virt-win-reg.pl:787 +#: ../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 ../examples/guestfs-examples.pod:49 ../examples/guestfs-recipes.pod:401 ../fish/guestfish.pod:1300 ../fish/virt-copy-in.pod:64 ../fish/virt-copy-out.pod:53 ../fish/virt-tar-in.pod:62 ../fish/virt-tar-out.pod:55 ../fuse/guestmount.pod:332 ../inspector/virt-inspector.pod:403 ../java/examples/guestfs-java.pod:62 ../ocaml/examples/guestfs-ocaml.pod:95 ../perl/examples/guestfs-perl.pod:56 ../python/examples/guestfs-python.pod:58 ../rescue/virt-rescue.pod:300 ../resize/virt-resize.pod:715 ../ruby/examples/guestfs-ruby.pod:52 ../sparsify/virt-sparsify.pod:268 ../src/guestfs.pod:3352 ../test-tool/libguestfs-test-tool.pod:110 ../tools/virt-list-filesystems.pl:212 ../tools/virt-list-partitions.pl:281 ../tools/virt-make-fs.pl:586 ../tools/virt-tar.pl:315 ../tools/virt-win-reg.pl:787 msgid "COPYRIGHT" msgstr "" #. type: textblock -#: ../align/virt-alignment-scan.pod:352 ../clone/virt-sysprep.pod:507 ../sparsify/virt-sparsify.pod:270 +#: ../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 ../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 ../fish/virt-copy-in.pod:69 ../fish/virt-copy-out.pod:58 ../fish/virt-tar-in.pod:67 ../fish/virt-tar-out.pod:60 ../fuse/guestmount.pod:337 ../inspector/virt-inspector.pod:407 ../rescue/virt-rescue.pod:304 ../resize/virt-resize.pod:719 ../sparsify/virt-sparsify.pod:272 ../test-tool/libguestfs-test-tool.pod:115 ../tools/virt-list-filesystems.pl:216 ../tools/virt-list-partitions.pl:285 ../tools/virt-make-fs.pl:590 ../tools/virt-tar.pl:319 ../tools/virt-win-reg.pl:791 +#: ../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 ../fish/virt-copy-in.pod:69 ../fish/virt-copy-out.pod:58 ../fish/virt-tar-in.pod:67 ../fish/virt-tar-out.pod:60 ../fuse/guestmount.pod:337 ../inspector/virt-inspector.pod:407 ../rescue/virt-rescue.pod:304 ../resize/virt-resize.pod:719 ../sparsify/virt-sparsify.pod:272 ../test-tool/libguestfs-test-tool.pod:115 ../tools/virt-list-filesystems.pl:216 ../tools/virt-list-partitions.pl:285 ../tools/virt-make-fs.pl:590 ../tools/virt-tar.pl:319 ../tools/virt-win-reg.pl:791 msgid "" "This program is free software; you can redistribute it and/or modify it " "under the terms of the GNU General Public License as published by the Free " @@ -763,7 +787,7 @@ msgid "" msgstr "" #. type: textblock -#: ../align/virt-alignment-scan.pod:359 ../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 ../fish/virt-copy-in.pod:74 ../fish/virt-copy-out.pod:63 ../fish/virt-tar-in.pod:72 ../fish/virt-tar-out.pod:65 ../fuse/guestmount.pod:342 ../inspector/virt-inspector.pod:412 ../rescue/virt-rescue.pod:309 ../resize/virt-resize.pod:724 ../sparsify/virt-sparsify.pod:277 ../test-tool/libguestfs-test-tool.pod:120 ../tools/virt-list-filesystems.pl:221 ../tools/virt-list-partitions.pl:290 ../tools/virt-make-fs.pl:595 ../tools/virt-tar.pl:324 ../tools/virt-win-reg.pl:796 +#: ../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 ../fish/virt-copy-in.pod:74 ../fish/virt-copy-out.pod:63 ../fish/virt-tar-in.pod:72 ../fish/virt-tar-out.pod:65 ../fuse/guestmount.pod:342 ../inspector/virt-inspector.pod:412 ../rescue/virt-rescue.pod:309 ../resize/virt-resize.pod:724 ../sparsify/virt-sparsify.pod:277 ../test-tool/libguestfs-test-tool.pod:120 ../tools/virt-list-filesystems.pl:221 ../tools/virt-list-partitions.pl:290 ../tools/virt-make-fs.pl:595 ../tools/virt-tar.pl:324 ../tools/virt-win-reg.pl:796 msgid "" "This program is distributed in the hope that it will be useful, but WITHOUT " "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " @@ -772,7 +796,7 @@ msgid "" msgstr "" #. type: textblock -#: ../align/virt-alignment-scan.pod:364 ../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 ../fish/virt-copy-in.pod:79 ../fish/virt-copy-out.pod:68 ../fish/virt-tar-in.pod:77 ../fish/virt-tar-out.pod:70 ../fuse/guestmount.pod:347 ../inspector/virt-inspector.pod:417 ../rescue/virt-rescue.pod:314 ../resize/virt-resize.pod:729 ../sparsify/virt-sparsify.pod:282 ../test-tool/libguestfs-test-tool.pod:125 ../tools/virt-list-filesystems.pl:226 ../tools/virt-list-partitions.pl:295 ../tools/virt-make-fs.pl:600 ../tools/virt-tar.pl:329 ../tools/virt-win-reg.pl:801 +#: ../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 ../fish/virt-copy-in.pod:79 ../fish/virt-copy-out.pod:68 ../fish/virt-tar-in.pod:77 ../fish/virt-tar-out.pod:70 ../fuse/guestmount.pod:347 ../inspector/virt-inspector.pod:417 ../rescue/virt-rescue.pod:314 ../resize/virt-resize.pod:729 ../sparsify/virt-sparsify.pod:282 ../test-tool/libguestfs-test-tool.pod:125 ../tools/virt-list-filesystems.pl:226 ../tools/virt-list-partitions.pl:295 ../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 " @@ -2206,7 +2230,7 @@ msgid "" 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 "" @@ -4694,7 +4718,7 @@ msgid "" msgstr "" #. type: textblock -#: ../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 ../tools/virt-win-reg.pl:717 +#: ../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:2334 ../src/guestfs-actions.pod:2758 ../src/guestfs-actions.pod:3317 ../src/guestfs.pod:1685 ../tools/virt-win-reg.pl:717 msgid "Notes:" msgstr "" @@ -5280,7 +5304,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:217 ../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 ../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 +#: ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:217 ../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: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: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 " @@ -5444,7 +5468,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:125 ../fish/guestfish-actions.pod:194 ../fish/guestfish-actions.pod:624 ../fish/guestfish-actions.pod:835 ../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:125 ../fish/guestfish-actions.pod:194 ../fish/guestfish-actions.pod:624 ../fish/guestfish-actions.pod:835 ../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:3333 ../fish/guestfish-actions.pod:3496 ../fish/guestfish-actions.pod:3631 msgid "" "This command has one or more optional arguments. See L</OPTIONAL " "ARGUMENTS>." @@ -5522,7 +5546,7 @@ msgid "This call checks that C<filename> exists." 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 "" @@ -6217,7 +6241,7 @@ msgid "This command uploads base64-encoded data from C<base64file> to C<filename msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:491 ../fish/guestfish-actions.pod:500 ../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:491 ../fish/guestfish-actions.pod:500 ../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: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 "" @@ -6483,12 +6507,12 @@ msgid "" 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 "" @@ -6589,7 +6613,7 @@ msgid "" 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 "" @@ -6603,7 +6627,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:673 ../fish/guestfish-actions.pod:808 ../fish/guestfish-actions.pod:820 ../fish/guestfish-actions.pod:1103 ../fish/guestfish-actions.pod:1113 ../fish/guestfish-actions.pod:1180 ../fish/guestfish-actions.pod:1190 ../fish/guestfish-actions.pod:1382 ../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 ../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 +#: ../fish/guestfish-actions.pod:673 ../fish/guestfish-actions.pod:808 ../fish/guestfish-actions.pod:820 ../fish/guestfish-actions.pod:1103 ../fish/guestfish-actions.pod:1113 ../fish/guestfish-actions.pod:1180 ../fish/guestfish-actions.pod:1190 ../fish/guestfish-actions.pod:1382 ../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: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: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>." @@ -6801,7 +6825,7 @@ msgid "" 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 "" @@ -6824,7 +6848,7 @@ msgid "Change the file owner to C<owner> and group to C<group>." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:770 ../fish/guestfish-actions.pod:2703 ../src/guestfs-actions.pod:1133 ../src/guestfs-actions.pod:4116 +#: ../fish/guestfish-actions.pod:770 ../fish/guestfish-actions.pod:2703 ../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 " @@ -7119,14 +7143,14 @@ msgid "" 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." @@ -7153,7 +7177,7 @@ msgid "" 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." @@ -7173,7 +7197,7 @@ msgid "" 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." @@ -7193,7 +7217,7 @@ msgid "" 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 " @@ -7222,7 +7246,7 @@ msgid "" 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 "" @@ -7248,7 +7272,7 @@ msgid "" 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." @@ -7268,7 +7292,7 @@ msgid "" 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." @@ -7296,14 +7320,14 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:1018 ../fish/guestfish-actions.pod:1031 ../src/guestfs-actions.pod:1706 ../src/guestfs-actions.pod:1731 +#: ../fish/guestfish-actions.pod:1018 ../fish/guestfish-actions.pod:1031 ../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 "" @@ -7326,7 +7350,7 @@ msgid "" 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)." @@ -7359,7 +7383,7 @@ msgid "" 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 " @@ -7367,12 +7391,12 @@ msgid "" 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." @@ -7392,14 +7416,14 @@ msgid "" 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 " @@ -7407,7 +7431,7 @@ msgid "" 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 "" @@ -7425,7 +7449,7 @@ msgid "" 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 " @@ -7453,14 +7477,14 @@ msgid "" 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 "" @@ -7483,7 +7507,7 @@ msgid "" 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 "" @@ -7501,7 +7525,7 @@ msgid "" 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 "" @@ -7519,14 +7543,14 @@ msgid "" 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 "" @@ -7544,7 +7568,7 @@ msgid "" 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." @@ -7569,14 +7593,14 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:1138 ../fish/guestfish-actions.pod:1157 ../src/guestfs-actions.pod:1916 ../src/guestfs-actions.pod:1935 +#: ../fish/guestfish-actions.pod:1138 ../fish/guestfish-actions.pod:1157 ../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." @@ -7618,7 +7642,7 @@ msgid "" 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." @@ -7638,7 +7662,7 @@ msgid "" 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 "" @@ -7656,7 +7680,7 @@ msgid "" 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 "" @@ -7674,28 +7698,28 @@ msgid "" 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 " @@ -7723,166 +7747,166 @@ msgid "" 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 " @@ -7904,7 +7928,7 @@ msgid "" 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 "" @@ -7930,7 +7954,7 @@ msgid "" 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 " @@ -7981,7 +8005,7 @@ msgid "" 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 " @@ -7990,14 +8014,14 @@ msgid "" 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:" 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" @@ -8012,7 +8036,7 @@ msgid "then the returned list from L</find> C</tmp> would be 4 elements:" 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" @@ -8023,12 +8047,12 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:1375 ../src/guestfs-actions.pod:2223 +#: ../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 "" @@ -8051,7 +8075,7 @@ msgid "" 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 " @@ -8064,24 +8088,24 @@ msgid "This command works the same way as L</find> with the following exceptions 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 "" @@ -8099,7 +8123,7 @@ msgid "" 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." @@ -8124,7 +8148,7 @@ msgid "" 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." @@ -8149,38 +8173,38 @@ msgid "" 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." 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 "" @@ -8198,14 +8222,14 @@ msgid "" 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 "" @@ -8241,7 +8265,7 @@ msgid "" 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 "" @@ -8259,7 +8283,7 @@ msgid "" 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 "" @@ -8277,7 +8301,7 @@ msgid "" 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 "" @@ -8302,7 +8326,7 @@ msgid "" 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 "" @@ -8327,7 +8351,7 @@ msgid "" 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 "" @@ -8340,7 +8364,7 @@ msgid "" 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:1538 ../fish/guestfish-actions.pod:1595 ../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 "" @@ -8358,7 +8382,7 @@ msgid "" 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 "" @@ -8376,12 +8400,12 @@ msgid "" 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." @@ -8401,7 +8425,7 @@ msgid "" 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 "" @@ -8424,14 +8448,14 @@ msgid "" 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 "" @@ -8449,12 +8473,12 @@ msgid "" 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." @@ -8474,7 +8498,7 @@ msgid "" 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 "" @@ -8512,7 +8536,7 @@ msgid "" 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 "" @@ -8530,14 +8554,14 @@ msgid "" 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." msgstr "" #. 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: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: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 "" @@ -8555,7 +8579,7 @@ msgid "" 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 "" @@ -8593,7 +8617,7 @@ msgid "" 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 "" @@ -8611,7 +8635,7 @@ msgid "" 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 "" @@ -8652,7 +8676,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:1656 ../fish/guestfish-actions.pod:2722 ../src/guestfs-actions.pod:2648 ../src/guestfs-actions.pod:4143 +#: ../fish/guestfish-actions.pod:1656 ../fish/guestfish-actions.pod:2722 ../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." @@ -8677,12 +8701,12 @@ msgid "" 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." @@ -8707,19 +8731,19 @@ msgid "" 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." 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." @@ -8739,7 +8763,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:1692 ../src/guestfs-actions.pod:2709 +#: ../fish/guestfish-actions.pod:1692 ../src/guestfs-actions.pod:2717 msgid "This calls the external C<grep> program and returns the matching lines." msgstr "" @@ -8757,7 +8781,7 @@ msgid "" 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 "" @@ -8775,14 +8799,14 @@ msgid "" 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 " @@ -8790,7 +8814,7 @@ msgid "" 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. " @@ -8798,7 +8822,7 @@ msgid "" 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 " @@ -8808,7 +8832,7 @@ msgid "" 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" @@ -8816,7 +8840,7 @@ msgid "" 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 "" @@ -8834,7 +8858,7 @@ msgid "" 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." @@ -8854,21 +8878,21 @@ msgid "" 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 "" @@ -8886,7 +8910,7 @@ msgid "" 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." @@ -8906,7 +8930,7 @@ msgid "" 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</> " @@ -8914,7 +8938,7 @@ msgid "" 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 " @@ -8922,7 +8946,7 @@ msgid "" 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" @@ -8948,12 +8972,12 @@ msgid "" 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 " @@ -8961,7 +8985,7 @@ msgid "" 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 " @@ -8982,19 +9006,19 @@ msgid "" 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>." @@ -9014,7 +9038,7 @@ msgid "" 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 " @@ -9056,7 +9080,7 @@ msgid "" 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." @@ -9098,7 +9122,7 @@ msgid "" 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 " @@ -9119,19 +9143,19 @@ msgid "" 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 " @@ -9178,14 +9202,14 @@ msgid "" 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." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:1919 ../fish/guestfish-actions.pod:2014 ../fish/guestfish-actions.pod:2093 ../fish/guestfish-actions.pod:2105 ../fish/guestfish-actions.pod:2189 ../fish/guestfish-actions.pod:2251 ../fish/guestfish-actions.pod:2272 ../fish/guestfish-actions.pod:2286 ../fish/guestfish-actions.pod:2326 ../fish/guestfish-actions.pod:2362 ../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:1919 ../fish/guestfish-actions.pod:2014 ../fish/guestfish-actions.pod:2093 ../fish/guestfish-actions.pod:2105 ../fish/guestfish-actions.pod:2189 ../fish/guestfish-actions.pod:2251 ../fish/guestfish-actions.pod:2272 ../fish/guestfish-actions.pod:2286 ../fish/guestfish-actions.pod:2326 ../fish/guestfish-actions.pod:2362 ../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: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 "" @@ -9203,209 +9227,209 @@ msgid "" 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:2000 ../fish/guestfish-actions.pod:2084 ../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 +#: ../fish/guestfish-actions.pod:2004 ../fish/guestfish-actions.pod:2341 ../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." 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:2011 ../fish/guestfish-actions.pod:2090 ../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." @@ -9425,7 +9449,7 @@ msgid "" 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 " @@ -9434,7 +9458,7 @@ msgid "" 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" @@ -9444,7 +9468,7 @@ msgid "" 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 " @@ -9452,7 +9476,7 @@ msgid "" 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 " @@ -9461,14 +9485,14 @@ msgid "" 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." @@ -9495,7 +9519,7 @@ msgid "" 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 " @@ -9503,7 +9527,7 @@ msgid "" 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." @@ -9530,41 +9554,41 @@ msgid "" 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 "" @@ -9582,14 +9606,14 @@ msgid "" 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." @@ -9609,7 +9633,7 @@ msgid "" 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 " @@ -9617,14 +9641,14 @@ msgid "" 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 " @@ -9633,14 +9657,14 @@ msgid "" 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 " @@ -9649,7 +9673,7 @@ msgid "" 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 " @@ -9657,7 +9681,7 @@ msgid "" 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. " @@ -9666,7 +9690,7 @@ msgid "" 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 " @@ -9674,7 +9698,7 @@ msgid "" 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>, " @@ -9683,7 +9707,7 @@ msgid "" 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." @@ -9703,12 +9727,12 @@ msgid "" 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 " @@ -9718,7 +9742,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:2187 ../fish/guestfish-actions.pod:2198 ../src/guestfs-actions.pod:3394 ../src/guestfs-actions.pod:3411 +#: ../fish/guestfish-actions.pod:2187 ../fish/guestfish-actions.pod:2198 ../src/guestfs-actions.pod:3402 ../src/guestfs-actions.pod:3419 msgid "If the version could not be determined, then C<0> is returned." msgstr "" @@ -9736,7 +9760,7 @@ msgid "" 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 "" @@ -9761,7 +9785,7 @@ msgid "" 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 " @@ -9772,7 +9796,7 @@ msgid "" 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 " @@ -9780,7 +9804,7 @@ msgid "" 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 "" @@ -9823,7 +9847,7 @@ msgid "" 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 " @@ -9831,7 +9855,7 @@ msgid "" 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." @@ -9860,7 +9884,7 @@ msgid "" 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 " @@ -9868,7 +9892,7 @@ msgid "" 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 " @@ -9889,7 +9913,7 @@ msgid "" 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 " @@ -9897,7 +9921,7 @@ msgid "" 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." @@ -9917,12 +9941,12 @@ msgid "" 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> " @@ -9934,7 +9958,7 @@ msgid "" 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 " @@ -9942,7 +9966,7 @@ msgid "" 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." @@ -9997,49 +10021,49 @@ msgid "" 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 "" @@ -10057,14 +10081,14 @@ msgid "" 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." @@ -10084,14 +10108,14 @@ msgid "" 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 " @@ -10174,7 +10198,7 @@ msgid "" 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 "" @@ -10191,91 +10215,91 @@ msgid "" 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." 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 " @@ -10283,77 +10307,77 @@ msgid "" 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<\"\">." @@ -10373,7 +10397,7 @@ msgid "" 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 " @@ -10381,12 +10405,12 @@ msgid "" 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. " @@ -10413,7 +10437,7 @@ msgid "" 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." @@ -10438,7 +10462,7 @@ msgid "" 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." @@ -10463,7 +10487,7 @@ msgid "" 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)." @@ -10483,7 +10507,7 @@ msgid "" 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." @@ -10503,7 +10527,7 @@ msgid "" 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)." @@ -10523,7 +10547,7 @@ msgid "" 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." @@ -10543,7 +10567,7 @@ msgid "" 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." @@ -10563,7 +10587,7 @@ msgid "" 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 " @@ -10584,7 +10608,7 @@ msgid "" 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)." @@ -10604,7 +10628,7 @@ msgid "" 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." @@ -10624,7 +10648,7 @@ msgid "" 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)." @@ -10644,7 +10668,7 @@ msgid "" 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." @@ -10664,7 +10688,7 @@ msgid "" 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." @@ -10684,7 +10708,7 @@ msgid "" 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." @@ -10704,12 +10728,12 @@ msgid "" 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 "" @@ -10727,7 +10751,7 @@ msgid "" 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 "" @@ -10750,14 +10774,14 @@ msgid "" 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." @@ -10798,7 +10822,7 @@ msgid "" 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." @@ -10843,7 +10867,7 @@ msgid "" 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." @@ -10863,12 +10887,12 @@ msgid "" 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 "" @@ -10886,7 +10910,7 @@ msgid "" 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 "" @@ -10918,7 +10942,7 @@ msgid "" 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 " @@ -10926,14 +10950,14 @@ msgid "" 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" @@ -10944,7 +10968,7 @@ msgid "" 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." @@ -10982,12 +11006,12 @@ msgid "" 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 "" @@ -11012,14 +11036,14 @@ msgid "" 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." @@ -11039,7 +11063,7 @@ msgid "" 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 "" @@ -11057,7 +11081,7 @@ msgid "" 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." @@ -11077,7 +11101,7 @@ msgid "" 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 "" @@ -11095,7 +11119,7 @@ msgid "" 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." @@ -11135,7 +11159,7 @@ msgid "" 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 " @@ -11183,7 +11207,7 @@ msgid "" 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 "" @@ -11195,7 +11219,7 @@ msgid "" 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 "" @@ -11221,7 +11245,7 @@ msgid "" 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, " @@ -11253,7 +11277,7 @@ msgid "" 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 " @@ -11268,7 +11292,7 @@ msgid "" 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:2920 ../fish/guestfish-actions.pod:2942 ../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." @@ -11310,27 +11334,20 @@ msgid "" 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" @@ -11338,19 +11355,19 @@ msgid "" 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" @@ -11358,19 +11375,19 @@ msgid "" 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" @@ -11378,26 +11395,26 @@ msgid "" 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 " @@ -11405,24 +11422,24 @@ msgid "" 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" @@ -11430,19 +11447,19 @@ msgid "" 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." 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" @@ -11450,19 +11467,19 @@ msgid "" 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" @@ -11470,7 +11487,7 @@ msgid "" 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 " @@ -11478,24 +11495,24 @@ msgid "" 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." 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" @@ -11503,24 +11520,24 @@ msgid "" 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." 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" @@ -11528,19 +11545,19 @@ msgid "" 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" @@ -11548,7 +11565,7 @@ msgid "" 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 " @@ -11556,7 +11573,7 @@ msgid "" 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 " @@ -11568,24 +11585,24 @@ msgid "" 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" @@ -11593,26 +11610,26 @@ msgid "" 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>." 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" @@ -11620,17 +11637,17 @@ msgid "" 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" @@ -11638,19 +11655,19 @@ msgid "" 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" @@ -11658,7 +11675,7 @@ msgid "" 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 " @@ -11667,12 +11684,12 @@ msgid "" 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" @@ -11680,31 +11697,31 @@ msgid "" 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." 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>)." 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" @@ -11712,19 +11729,19 @@ msgid "" 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." 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" @@ -11732,17 +11749,17 @@ msgid "" 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" @@ -11750,7 +11767,7 @@ msgid "" 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 " @@ -11758,7 +11775,7 @@ msgid "" 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>. " @@ -11771,7 +11788,7 @@ msgid "" 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 " @@ -11782,12 +11799,12 @@ msgid "" 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" @@ -11795,17 +11812,17 @@ msgid "" 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" @@ -11813,14 +11830,14 @@ msgid "" 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 " @@ -11828,17 +11845,17 @@ msgid "" 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" @@ -11846,19 +11863,19 @@ msgid "" 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" @@ -11866,7 +11883,7 @@ msgid "" 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 " @@ -11874,41 +11891,41 @@ msgid "" 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." 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 +#: ../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" @@ -11916,14 +11933,14 @@ msgid "" 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:" 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" @@ -11931,17 +11948,17 @@ msgid "" 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" @@ -11949,24 +11966,24 @@ msgid "" 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>." 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" @@ -11974,24 +11991,24 @@ msgid "" 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>." 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" @@ -11999,14 +12016,14 @@ msgid "" 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:" 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" @@ -12014,12 +12031,12 @@ msgid "" 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" @@ -12027,17 +12044,17 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:3252 ../src/guestfs-actions.pod:5014 +#: ../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" @@ -12045,17 +12062,17 @@ msgid "" 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" @@ -12063,19 +12080,19 @@ msgid "" 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" @@ -12083,19 +12100,19 @@ msgid "" 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" @@ -12103,7 +12120,7 @@ msgid "" 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 " @@ -12111,26 +12128,26 @@ msgid "" 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:..] " @@ -12139,19 +12156,19 @@ msgid "" 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 " @@ -12159,65 +12176,65 @@ msgid "" 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." 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" @@ -12225,14 +12242,14 @@ msgid "" 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." 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 " @@ -12240,7 +12257,7 @@ msgid "" 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 " @@ -12248,7 +12265,7 @@ msgid "" 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" @@ -12263,12 +12280,12 @@ msgid "" 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 " @@ -12276,7 +12293,7 @@ msgid "" 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 " @@ -12284,12 +12301,12 @@ msgid "" 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 " @@ -12297,12 +12314,12 @@ msgid "" 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" @@ -12310,14 +12327,14 @@ msgid "" 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)." 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 " @@ -12325,7 +12342,7 @@ msgid "" 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 " @@ -12336,12 +12353,12 @@ msgid "" 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" @@ -12349,7 +12366,7 @@ msgid "" 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 " @@ -12357,12 +12374,12 @@ msgid "" 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" @@ -12370,7 +12387,7 @@ msgid "" 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 " @@ -12378,12 +12395,12 @@ msgid "" 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" @@ -12391,17 +12408,17 @@ msgid "" 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" @@ -12409,12 +12426,12 @@ msgid "" 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 " @@ -12422,12 +12439,12 @@ msgid "" 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" @@ -12435,17 +12452,17 @@ msgid "" 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" @@ -12453,24 +12470,24 @@ msgid "" 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" @@ -12478,24 +12495,24 @@ msgid "" 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" @@ -12503,7 +12520,7 @@ msgid "" 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 " @@ -12512,7 +12529,7 @@ msgid "" 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 " @@ -12520,14 +12537,14 @@ msgid "" 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." 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 " @@ -12537,12 +12554,12 @@ msgid "" 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" @@ -12550,14 +12567,14 @@ msgid "" 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> " @@ -12565,12 +12582,12 @@ msgid "" 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" @@ -12578,7 +12595,7 @@ msgid "" 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 " @@ -12586,12 +12603,12 @@ msgid "" 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" @@ -12599,26 +12616,26 @@ msgid "" 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" @@ -12626,19 +12643,19 @@ msgid "" 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." 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" @@ -12646,19 +12663,19 @@ msgid "" 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." 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" @@ -12666,7 +12683,7 @@ msgid "" 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 " @@ -12674,12 +12691,12 @@ msgid "" 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" @@ -12687,29 +12704,29 @@ msgid "" 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>)." 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" @@ -12717,19 +12734,19 @@ msgid "" 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" @@ -12737,7 +12754,7 @@ msgid "" 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 " @@ -12745,7 +12762,7 @@ msgid "" 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 " @@ -12753,19 +12770,19 @@ msgid "" 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." 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" @@ -12773,14 +12790,14 @@ msgid "" 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 " @@ -12791,24 +12808,24 @@ msgid "" 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" @@ -12816,26 +12833,26 @@ msgid "" 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 " @@ -12845,12 +12862,12 @@ msgid "" 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" @@ -12858,19 +12875,19 @@ msgid "" 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" @@ -12878,14 +12895,14 @@ msgid "" 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 " @@ -12893,7 +12910,7 @@ msgid "" 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 " @@ -12901,19 +12918,19 @@ msgid "" 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." 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" @@ -12921,24 +12938,24 @@ msgid "" 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" @@ -12946,26 +12963,26 @@ msgid "" 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>." 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" @@ -12973,24 +12990,24 @@ msgid "" 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" @@ -12998,14 +13015,14 @@ msgid "" 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 " @@ -13013,12 +13030,12 @@ msgid "" 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" @@ -13026,14 +13043,14 @@ msgid "" 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 " @@ -13041,12 +13058,12 @@ msgid "" 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" @@ -13054,7 +13071,7 @@ msgid "" 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> " @@ -13062,34 +13079,34 @@ msgid "" 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 " @@ -13097,17 +13114,17 @@ msgid "" 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 " @@ -13115,102 +13132,102 @@ msgid "" 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" @@ -13218,66 +13235,66 @@ msgid "" 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." 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" @@ -13285,14 +13302,14 @@ msgid "" 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 " @@ -13300,12 +13317,12 @@ msgid "" 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" @@ -13313,7 +13330,7 @@ msgid "" 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 " @@ -13322,12 +13339,12 @@ msgid "" 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" @@ -13335,26 +13352,26 @@ msgid "" 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" @@ -13362,31 +13379,31 @@ msgid "" 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>." 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" @@ -13394,24 +13411,24 @@ msgid "" 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" @@ -13419,7 +13436,7 @@ msgid "" 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 " @@ -13428,12 +13445,12 @@ msgid "" 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" @@ -13441,31 +13458,31 @@ msgid "" 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" @@ -13473,24 +13490,24 @@ msgid "" 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" @@ -13498,19 +13515,19 @@ msgid "" 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" @@ -13518,14 +13535,14 @@ msgid "" 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 " @@ -13533,12 +13550,12 @@ msgid "" 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" @@ -13546,19 +13563,19 @@ msgid "" 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" @@ -13566,19 +13583,19 @@ msgid "" 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" @@ -13586,31 +13603,31 @@ msgid "" 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." 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>)." 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" @@ -13618,19 +13635,19 @@ msgid "" 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." 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" @@ -13638,17 +13655,17 @@ msgid "" 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" @@ -13656,14 +13673,14 @@ msgid "" 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>." 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 " @@ -13673,17 +13690,17 @@ msgid "" 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" @@ -13691,14 +13708,14 @@ msgid "" 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 " @@ -13706,17 +13723,17 @@ msgid "" 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" @@ -13724,12 +13741,12 @@ msgid "" 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 " @@ -13737,12 +13754,12 @@ msgid "" 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" @@ -13750,14 +13767,14 @@ msgid "" 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 " @@ -13766,12 +13783,12 @@ msgid "" 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" @@ -13779,12 +13796,12 @@ msgid "" 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 " @@ -13792,104 +13809,104 @@ msgid "" 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 " @@ -13897,12 +13914,12 @@ msgid "" 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" @@ -13910,17 +13927,17 @@ msgid "" 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" @@ -13928,7 +13945,7 @@ msgid "" 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 " @@ -13936,14 +13953,14 @@ msgid "" 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." 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 " @@ -13953,7 +13970,7 @@ msgid "" 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 " @@ -13962,12 +13979,12 @@ msgid "" 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" @@ -13975,19 +13992,19 @@ msgid "" 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" @@ -13995,22 +14012,22 @@ msgid "" 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" @@ -14018,14 +14035,14 @@ msgid "" 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 " @@ -14034,12 +14051,12 @@ msgid "" 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" @@ -14047,7 +14064,7 @@ msgid "" 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> " @@ -14055,7 +14072,7 @@ msgid "" 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, " @@ -14064,12 +14081,12 @@ msgid "" 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" @@ -14077,19 +14094,19 @@ msgid "" 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" @@ -14097,17 +14114,17 @@ msgid "" 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" @@ -14115,19 +14132,19 @@ msgid "" 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" @@ -14135,17 +14152,17 @@ msgid "" 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" @@ -14153,19 +14170,19 @@ msgid "" 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." 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" @@ -14173,26 +14190,26 @@ msgid "" 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" @@ -14200,24 +14217,24 @@ msgid "" 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" @@ -14225,7 +14242,7 @@ msgid "" 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 " @@ -14234,17 +14251,17 @@ msgid "" 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" @@ -14252,38 +14269,38 @@ msgid "" 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" @@ -14291,36 +14308,36 @@ msgid "" 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 ../src/guestfs.pod:2916 +#: ../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 " @@ -14328,17 +14345,17 @@ msgid "" 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" @@ -14346,7 +14363,7 @@ msgid "" 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 " @@ -14354,24 +14371,24 @@ msgid "" 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" @@ -14379,36 +14396,36 @@ msgid "" 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 +#: ../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" @@ -14416,26 +14433,26 @@ msgid "" 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" @@ -14443,7 +14460,7 @@ msgid "" 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>, " @@ -14451,24 +14468,24 @@ msgid "" 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" @@ -14476,31 +14493,31 @@ msgid "" 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" @@ -14508,31 +14525,31 @@ msgid "" 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>)." 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" @@ -14540,34 +14557,34 @@ msgid "" 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" @@ -14575,38 +14592,38 @@ msgid "" 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." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4415 ../src/guestfs-actions.pod:6812 +#: ../fish/guestfish-actions.pod:4400 ../src/guestfs-actions.pod:6807 msgid "" "The practical upshot of this is that signals like C<SIGINT> (from users " "pressing C<^C>) won't be received by the child process." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4418 ../src/guestfs-actions.pod:6815 +#: ../fish/guestfish-actions.pod:4403 ../src/guestfs-actions.pod:6810 msgid "" "The default for this flag is false, because usually you want C<^C> to kill " "the subprocess." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4421 +#: ../fish/guestfish-actions.pod:4406 msgid "set-qemu" msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4423 +#: ../fish/guestfish-actions.pod:4408 msgid "qemu" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4425 +#: ../fish/guestfish-actions.pod:4410 #, no-wrap msgid "" " set-qemu qemu\n" @@ -14614,29 +14631,29 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4427 ../src/guestfs-actions.pod:6828 +#: ../fish/guestfish-actions.pod:4412 ../src/guestfs-actions.pod:6823 msgid "Set the qemu binary that we will use." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4429 ../src/guestfs-actions.pod:6830 +#: ../fish/guestfish-actions.pod:4414 ../src/guestfs-actions.pod:6825 msgid "The default is chosen when the library was compiled by the configure script." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4432 ../src/guestfs-actions.pod:6833 +#: ../fish/guestfish-actions.pod:4417 ../src/guestfs-actions.pod:6828 msgid "" "You can also override this by setting the C<LIBGUESTFS_QEMU> environment " "variable." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4435 ../src/guestfs-actions.pod:6836 +#: ../fish/guestfish-actions.pod:4420 ../src/guestfs-actions.pod:6831 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4437 ../src/guestfs-actions.pod:6838 +#: ../fish/guestfish-actions.pod:4422 ../src/guestfs-actions.pod:6833 msgid "" "Note that you should call this function as early as possible after creating " "the handle. This is because some pre-launch operations depend on testing " @@ -14647,17 +14664,17 @@ msgid "" msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4445 +#: ../fish/guestfish-actions.pod:4430 msgid "set-recovery-proc" msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4447 +#: ../fish/guestfish-actions.pod:4432 msgid "recovery-proc" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4449 +#: ../fish/guestfish-actions.pod:4434 #, no-wrap msgid "" " set-recovery-proc true|false\n" @@ -14665,7 +14682,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4451 +#: ../fish/guestfish-actions.pod:4436 msgid "" "If this is called with the parameter C<false> then L</launch> does not " "create a recovery process. The purpose of the recovery process is to stop " @@ -14673,14 +14690,14 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4456 +#: ../fish/guestfish-actions.pod:4441 msgid "" "This only has any effect if called before L</launch>, and the default is " "true." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4459 ../src/guestfs-actions.pod:6864 +#: ../fish/guestfish-actions.pod:4444 ../src/guestfs-actions.pod:6859 msgid "" "About the only time when you would want to disable this is if the main " "process will fork itself into the background (\"daemonize\" itself). In " @@ -14689,17 +14706,17 @@ msgid "" msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4465 +#: ../fish/guestfish-actions.pod:4450 msgid "set-selinux" msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4467 +#: ../fish/guestfish-actions.pod:4452 msgid "selinux" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4469 +#: ../fish/guestfish-actions.pod:4454 #, no-wrap msgid "" " set-selinux true|false\n" @@ -14707,31 +14724,31 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4471 ../src/guestfs-actions.pod:6880 +#: ../fish/guestfish-actions.pod:4456 ../src/guestfs-actions.pod:6875 msgid "" "This sets the selinux flag that is passed to the appliance at boot time. " "The default is C<selinux=0> (disabled)." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4474 ../src/guestfs-actions.pod:6883 +#: ../fish/guestfish-actions.pod:4459 ../src/guestfs-actions.pod:6878 msgid "" "Note that if SELinux is enabled, it is always in Permissive mode " "(C<enforcing=0>)." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4480 +#: ../fish/guestfish-actions.pod:4465 msgid "set-smp" msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4482 +#: ../fish/guestfish-actions.pod:4467 msgid "smp" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4484 +#: ../fish/guestfish-actions.pod:4469 #, no-wrap msgid "" " set-smp smp\n" @@ -14739,7 +14756,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4486 ../src/guestfs-actions.pod:6899 +#: ../fish/guestfish-actions.pod:4471 ../src/guestfs-actions.pod:6894 msgid "" "Change the number of virtual CPUs assigned to the appliance. The default is " "C<1>. Increasing this may improve performance, though often it has no " @@ -14747,22 +14764,22 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4490 +#: ../fish/guestfish-actions.pod:4475 msgid "This function must be called before L</launch>." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4492 +#: ../fish/guestfish-actions.pod:4477 msgid "set-trace" msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4494 +#: ../fish/guestfish-actions.pod:4479 msgid "trace" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4496 +#: ../fish/guestfish-actions.pod:4481 #, no-wrap msgid "" " set-trace true|false\n" @@ -14770,45 +14787,45 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4498 ../src/guestfs-actions.pod:6915 +#: ../fish/guestfish-actions.pod:4483 ../src/guestfs-actions.pod:6910 msgid "" "If the command trace flag is set to 1, then libguestfs calls, parameters and " "return values are traced." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4501 ../src/guestfs-actions.pod:6918 +#: ../fish/guestfish-actions.pod:4486 ../src/guestfs-actions.pod:6913 msgid "" "If you want to trace C API calls into libguestfs (and other libraries) then " "possibly a better way is to use the external ltrace(1) command." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4505 ../src/guestfs-actions.pod:6922 +#: ../fish/guestfish-actions.pod:4490 ../src/guestfs-actions.pod:6917 msgid "" "Command traces are disabled unless the environment variable " "C<LIBGUESTFS_TRACE> is defined and set to C<1>." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4508 +#: ../fish/guestfish-actions.pod:4493 msgid "" "Trace messages are normally sent to C<stderr>, unless you register a " "callback to send them somewhere else (see L</set-event-callback>)." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4512 +#: ../fish/guestfish-actions.pod:4497 msgid "set-verbose" msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4514 +#: ../fish/guestfish-actions.pod:4499 msgid "verbose" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4516 +#: ../fish/guestfish-actions.pod:4501 #, no-wrap msgid "" " set-verbose true|false\n" @@ -14816,31 +14833,31 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4518 ../src/guestfs-actions.pod:6939 +#: ../fish/guestfish-actions.pod:4503 ../src/guestfs-actions.pod:6934 msgid "If C<verbose> is true, this turns on verbose messages." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4520 ../src/guestfs-actions.pod:6941 +#: ../fish/guestfish-actions.pod:4505 ../src/guestfs-actions.pod:6936 msgid "" "Verbose messages are disabled unless the environment variable " "C<LIBGUESTFS_DEBUG> is defined and set to C<1>." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4523 +#: ../fish/guestfish-actions.pod:4508 msgid "" "Verbose messages are normally sent to C<stderr>, unless you register a " "callback to send them somewhere else (see L</set-event-callback>)." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4527 +#: ../fish/guestfish-actions.pod:4512 msgid "setcon" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4529 +#: ../fish/guestfish-actions.pod:4514 #, no-wrap msgid "" " setcon context\n" @@ -14848,24 +14865,24 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4531 ../src/guestfs-actions.pod:6958 +#: ../fish/guestfish-actions.pod:4516 ../src/guestfs-actions.pod:6953 msgid "" "This sets the SELinux security context of the daemon to the string " "C<context>." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4534 ../src/guestfs-actions.pod:6961 +#: ../fish/guestfish-actions.pod:4519 ../src/guestfs-actions.pod:6956 msgid "See the documentation about SELINUX in L<guestfs(3)>." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4536 +#: ../fish/guestfish-actions.pod:4521 msgid "setxattr" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4538 +#: ../fish/guestfish-actions.pod:4523 #, no-wrap msgid "" " setxattr xattr val vallen path\n" @@ -14873,24 +14890,24 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4540 ../src/guestfs-actions.pod:6976 +#: ../fish/guestfish-actions.pod:4525 ../src/guestfs-actions.pod:6971 msgid "" "This call sets the extended attribute named C<xattr> of the file C<path> to " "the value C<val> (of length C<vallen>). The value is arbitrary 8 bit data." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4544 +#: ../fish/guestfish-actions.pod:4529 msgid "See also: L</lsetxattr>, L<attr(5)>." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4546 +#: ../fish/guestfish-actions.pod:4531 msgid "sfdisk" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4548 +#: ../fish/guestfish-actions.pod:4533 #, no-wrap msgid "" " sfdisk device cyls heads sectors 'lines ...'\n" @@ -14898,19 +14915,19 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4550 ../src/guestfs-actions.pod:7003 +#: ../fish/guestfish-actions.pod:4535 ../src/guestfs-actions.pod:6998 msgid "" "This is a direct interface to the L<sfdisk(8)> program for creating " "partitions on block devices." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4553 ../src/guestfs-actions.pod:7006 +#: ../fish/guestfish-actions.pod:4538 ../src/guestfs-actions.pod:7001 msgid "C<device> should be a block device, for example C</dev/sda>." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4555 ../src/guestfs-actions.pod:7008 +#: ../fish/guestfish-actions.pod:4540 ../src/guestfs-actions.pod:7003 msgid "" "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and " "sectors on the device, which are passed directly to sfdisk as the I<-C>, " @@ -14921,14 +14938,14 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4563 ../src/guestfs-actions.pod:7016 +#: ../fish/guestfish-actions.pod:4548 ../src/guestfs-actions.pod:7011 msgid "" "C<lines> is a list of lines that we feed to C<sfdisk>. For more information " "refer to the L<sfdisk(8)> manpage." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4566 ../src/guestfs-actions.pod:7019 +#: ../fish/guestfish-actions.pod:4551 ../src/guestfs-actions.pod:7014 msgid "" "To create a single partition occupying the whole disk, you would pass " "C<lines> as a single element list, when the single element being the string " @@ -14936,24 +14953,24 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4570 +#: ../fish/guestfish-actions.pod:4555 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4576 ../fish/guestfish-actions.pod:4599 ../fish/guestfish-actions.pod:4621 +#: ../fish/guestfish-actions.pod:4558 ../fish/guestfish-actions.pod:4578 ../fish/guestfish-actions.pod:4597 msgid "" "I<This function is deprecated.> In new code, use the L</part_add> call " "instead." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4583 +#: ../fish/guestfish-actions.pod:4565 msgid "sfdiskM" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4585 +#: ../fish/guestfish-actions.pod:4567 #, no-wrap msgid "" " sfdiskM device 'lines ...'\n" @@ -14961,7 +14978,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4587 +#: ../fish/guestfish-actions.pod:4569 msgid "" "This is a simplified interface to the L</sfdisk> command, where partition " "sizes are specified in megabytes only (rounded to the nearest cylinder) and " @@ -14970,17 +14987,17 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4593 +#: ../fish/guestfish-actions.pod:4575 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>" msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4606 +#: ../fish/guestfish-actions.pod:4585 msgid "sfdisk-N" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4608 +#: ../fish/guestfish-actions.pod:4587 #, no-wrap msgid "" " sfdisk-N device partnum cyls heads sectors line\n" @@ -14988,31 +15005,31 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4610 ../src/guestfs-actions.pod:7081 +#: ../fish/guestfish-actions.pod:4589 ../src/guestfs-actions.pod:7070 msgid "" "This runs L<sfdisk(8)> option to modify just the single partition C<n> " "(note: C<n> counts from 1)." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4613 +#: ../fish/guestfish-actions.pod:4592 msgid "" "For other parameters, see L</sfdisk>. You should usually pass C<0> for the " "cyls/heads/sectors parameters." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4616 +#: ../fish/guestfish-actions.pod:4595 msgid "See also: L</part-add>" msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4628 +#: ../fish/guestfish-actions.pod:4604 msgid "sfdisk-disk-geometry" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4630 +#: ../fish/guestfish-actions.pod:4606 #, no-wrap msgid "" " sfdisk-disk-geometry device\n" @@ -15020,7 +15037,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4632 +#: ../fish/guestfish-actions.pod:4608 msgid "" "This displays the disk geometry of C<device> read from the partition table. " "Especially in the case where the underlying block device has been resized, " @@ -15029,17 +15046,17 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4637 ../fish/guestfish-actions.pod:4646 ../src/guestfs-actions.pod:7107 ../src/guestfs-actions.pod:7123 +#: ../fish/guestfish-actions.pod:4613 ../fish/guestfish-actions.pod:4622 ../src/guestfs-actions.pod:7093 ../src/guestfs-actions.pod:7109 msgid "The result is in human-readable format, and not designed to be parsed." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4640 +#: ../fish/guestfish-actions.pod:4616 msgid "sfdisk-kernel-geometry" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4642 +#: ../fish/guestfish-actions.pod:4618 #, no-wrap msgid "" " sfdisk-kernel-geometry device\n" @@ -15047,17 +15064,17 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4644 ../src/guestfs-actions.pod:7121 +#: ../fish/guestfish-actions.pod:4620 ../src/guestfs-actions.pod:7107 msgid "This displays the kernel's idea of the geometry of C<device>." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4649 +#: ../fish/guestfish-actions.pod:4625 msgid "sfdisk-l" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4651 +#: ../fish/guestfish-actions.pod:4627 #, no-wrap msgid "" " sfdisk-l device\n" @@ -15065,31 +15082,31 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4653 ../src/guestfs-actions.pod:7144 +#: ../fish/guestfish-actions.pod:4629 ../src/guestfs-actions.pod:7130 msgid "" "This displays the partition table on C<device>, in the human-readable output " "of the L<sfdisk(8)> command. It is not intended to be parsed." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4657 +#: ../fish/guestfish-actions.pod:4633 msgid "See also: L</part-list>" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4659 +#: ../fish/guestfish-actions.pod:4635 msgid "" "I<This function is deprecated.> In new code, use the L</part_list> call " "instead." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4666 +#: ../fish/guestfish-actions.pod:4642 msgid "sh" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4668 +#: ../fish/guestfish-actions.pod:4644 #, no-wrap msgid "" " sh command\n" @@ -15097,19 +15114,19 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4670 ../src/guestfs-actions.pod:7161 +#: ../fish/guestfish-actions.pod:4646 ../src/guestfs-actions.pod:7147 msgid "" "This call runs a command from the guest filesystem via the guest's " "C</bin/sh>." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4673 +#: ../fish/guestfish-actions.pod:4649 msgid "This is like L</command>, but passes the command to:" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4675 ../src/guestfs-actions.pod:7166 +#: ../fish/guestfish-actions.pod:4651 ../src/guestfs-actions.pod:7152 #, no-wrap msgid "" " /bin/sh -c \"command\"\n" @@ -15117,24 +15134,24 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4677 ../src/guestfs-actions.pod:7168 +#: ../fish/guestfish-actions.pod:4653 ../src/guestfs-actions.pod:7154 msgid "" "Depending on the guest's shell, this usually results in wildcards being " "expanded, shell expressions being interpolated and so on." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4681 +#: ../fish/guestfish-actions.pod:4657 msgid "All the provisos about L</command> apply to this call." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4683 +#: ../fish/guestfish-actions.pod:4659 msgid "sh-lines" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4685 +#: ../fish/guestfish-actions.pod:4661 #, no-wrap msgid "" " sh-lines command\n" @@ -15142,22 +15159,22 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4687 +#: ../fish/guestfish-actions.pod:4663 msgid "This is the same as L</sh>, but splits the result into a list of lines." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4690 +#: ../fish/guestfish-actions.pod:4666 msgid "See also: L</command-lines>" msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4692 +#: ../fish/guestfish-actions.pod:4668 msgid "sleep" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4694 +#: ../fish/guestfish-actions.pod:4670 #, no-wrap msgid "" " sleep secs\n" @@ -15165,17 +15182,17 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4696 ../src/guestfs-actions.pod:7202 +#: ../fish/guestfish-actions.pod:4672 ../src/guestfs-actions.pod:7188 msgid "Sleep for C<secs> seconds." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4698 +#: ../fish/guestfish-actions.pod:4674 msgid "stat" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4700 +#: ../fish/guestfish-actions.pod:4676 #, no-wrap msgid "" " stat path\n" @@ -15183,17 +15200,17 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4704 ../src/guestfs-actions.pod:7216 +#: ../fish/guestfish-actions.pod:4680 ../src/guestfs-actions.pod:7202 msgid "This is the same as the C<stat(2)> system call." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4706 +#: ../fish/guestfish-actions.pod:4682 msgid "statvfs" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4708 +#: ../fish/guestfish-actions.pod:4684 #, no-wrap msgid "" " statvfs path\n" @@ -15201,7 +15218,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4710 ../src/guestfs-actions.pod:7230 +#: ../fish/guestfish-actions.pod:4686 ../src/guestfs-actions.pod:7216 msgid "" "Returns file system statistics for any mounted file system. C<path> should " "be a file or directory in the mounted file system (typically it is the mount " @@ -15209,17 +15226,17 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4714 ../src/guestfs-actions.pod:7234 +#: ../fish/guestfish-actions.pod:4690 ../src/guestfs-actions.pod:7220 msgid "This is the same as the C<statvfs(2)> system call." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4716 +#: ../fish/guestfish-actions.pod:4692 msgid "strings" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4718 +#: ../fish/guestfish-actions.pod:4694 #, no-wrap msgid "" " strings path\n" @@ -15227,19 +15244,19 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4720 ../src/guestfs-actions.pod:7248 +#: ../fish/guestfish-actions.pod:4696 ../src/guestfs-actions.pod:7234 msgid "" "This runs the L<strings(1)> command on a file and returns the list of " "printable strings found." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4726 +#: ../fish/guestfish-actions.pod:4702 msgid "strings-e" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4728 +#: ../fish/guestfish-actions.pod:4704 #, no-wrap msgid "" " strings-e encoding path\n" @@ -15247,93 +15264,93 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4730 +#: ../fish/guestfish-actions.pod:4706 msgid "" "This is like the L</strings> command, but allows you to specify the encoding " "of strings that are looked for in the source file C<path>." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4734 ../src/guestfs-actions.pod:7271 +#: ../fish/guestfish-actions.pod:4710 ../src/guestfs-actions.pod:7257 msgid "Allowed encodings are:" msgstr "" #. type: =item -#: ../fish/guestfish-actions.pod:4738 ../src/guestfs-actions.pod:7275 +#: ../fish/guestfish-actions.pod:4714 ../src/guestfs-actions.pod:7261 msgid "s" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4740 +#: ../fish/guestfish-actions.pod:4716 msgid "" "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of " "ISO-8859-X (this is what L</strings> uses)." msgstr "" #. type: =item -#: ../fish/guestfish-actions.pod:4743 ../src/guestfs-actions.pod:7280 +#: ../fish/guestfish-actions.pod:4719 ../src/guestfs-actions.pod:7266 msgid "S" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4745 ../src/guestfs-actions.pod:7282 +#: ../fish/guestfish-actions.pod:4721 ../src/guestfs-actions.pod:7268 msgid "Single 8-bit-byte characters." msgstr "" #. type: =item -#: ../fish/guestfish-actions.pod:4747 ../src/guestfs-actions.pod:7284 +#: ../fish/guestfish-actions.pod:4723 ../src/guestfs-actions.pod:7270 msgid "b" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4749 ../src/guestfs-actions.pod:7286 +#: ../fish/guestfish-actions.pod:4725 ../src/guestfs-actions.pod:7272 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE." msgstr "" #. type: =item -#: ../fish/guestfish-actions.pod:4752 ../src/guestfs-actions.pod:7289 +#: ../fish/guestfish-actions.pod:4728 ../src/guestfs-actions.pod:7275 msgid "l (lower case letter L)" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4754 ../src/guestfs-actions.pod:7291 +#: ../fish/guestfish-actions.pod:4730 ../src/guestfs-actions.pod:7277 msgid "" "16-bit little endian such as UTF-16LE and UCS-2LE. This is useful for " "examining binaries in Windows guests." msgstr "" #. type: =item -#: ../fish/guestfish-actions.pod:4757 ../src/guestfs-actions.pod:7294 +#: ../fish/guestfish-actions.pod:4733 ../src/guestfs-actions.pod:7280 msgid "B" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4759 ../src/guestfs-actions.pod:7296 +#: ../fish/guestfish-actions.pod:4735 ../src/guestfs-actions.pod:7282 msgid "32-bit big endian such as UCS-4BE." msgstr "" #. type: =item -#: ../fish/guestfish-actions.pod:4761 ../src/guestfs-actions.pod:7298 +#: ../fish/guestfish-actions.pod:4737 ../src/guestfs-actions.pod:7284 msgid "L" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4763 ../src/guestfs-actions.pod:7300 +#: ../fish/guestfish-actions.pod:4739 ../src/guestfs-actions.pod:7286 msgid "32-bit little endian such as UCS-4LE." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4767 ../src/guestfs-actions.pod:7304 +#: ../fish/guestfish-actions.pod:4743 ../src/guestfs-actions.pod:7290 msgid "The returned strings are transcoded to UTF-8." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4772 +#: ../fish/guestfish-actions.pod:4748 msgid "swapoff-device" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4774 +#: ../fish/guestfish-actions.pod:4750 #, no-wrap msgid "" " swapoff-device device\n" @@ -15341,19 +15358,19 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4776 +#: ../fish/guestfish-actions.pod:4752 msgid "" "This command disables the libguestfs appliance swap device or partition " "named C<device>. See L</swapon-device>." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4780 +#: ../fish/guestfish-actions.pod:4756 msgid "swapoff-file" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4782 +#: ../fish/guestfish-actions.pod:4758 #, no-wrap msgid "" " swapoff-file file\n" @@ -15361,17 +15378,17 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4784 ../src/guestfs-actions.pod:7335 +#: ../fish/guestfish-actions.pod:4760 ../src/guestfs-actions.pod:7321 msgid "This command disables the libguestfs appliance swap on file." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4786 +#: ../fish/guestfish-actions.pod:4762 msgid "swapoff-label" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4788 +#: ../fish/guestfish-actions.pod:4764 #, no-wrap msgid "" " swapoff-label label\n" @@ -15379,19 +15396,19 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4790 ../src/guestfs-actions.pod:7347 +#: ../fish/guestfish-actions.pod:4766 ../src/guestfs-actions.pod:7333 msgid "" "This command disables the libguestfs appliance swap on labeled swap " "partition." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4793 +#: ../fish/guestfish-actions.pod:4769 msgid "swapoff-uuid" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4795 +#: ../fish/guestfish-actions.pod:4771 #, no-wrap msgid "" " swapoff-uuid uuid\n" @@ -15399,19 +15416,19 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4797 ../src/guestfs-actions.pod:7360 +#: ../fish/guestfish-actions.pod:4773 ../src/guestfs-actions.pod:7346 msgid "" "This command disables the libguestfs appliance swap partition with the given " "UUID." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4800 +#: ../fish/guestfish-actions.pod:4776 msgid "swapon-device" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4802 +#: ../fish/guestfish-actions.pod:4778 #, no-wrap msgid "" " swapon-device device\n" @@ -15419,7 +15436,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4804 +#: ../fish/guestfish-actions.pod:4780 msgid "" "This command enables the libguestfs appliance to use the swap device or " "partition named C<device>. The increased memory is made available for all " @@ -15427,7 +15444,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4809 ../src/guestfs-actions.pod:7378 +#: ../fish/guestfish-actions.pod:4785 ../src/guestfs-actions.pod:7364 msgid "" "Note that you should not swap to existing guest swap partitions unless you " "know what you are doing. They may contain hibernation information, or other " @@ -15437,12 +15454,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4816 +#: ../fish/guestfish-actions.pod:4792 msgid "swapon-file" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4818 +#: ../fish/guestfish-actions.pod:4794 #, no-wrap msgid "" " swapon-file file\n" @@ -15450,17 +15467,17 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4820 +#: ../fish/guestfish-actions.pod:4796 msgid "This command enables swap to a file. See L</swapon-device> for other notes." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4823 +#: ../fish/guestfish-actions.pod:4799 msgid "swapon-label" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4825 +#: ../fish/guestfish-actions.pod:4801 #, no-wrap msgid "" " swapon-label label\n" @@ -15468,19 +15485,19 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4827 +#: ../fish/guestfish-actions.pod:4803 msgid "" "This command enables swap to a labeled swap partition. See " "L</swapon-device> for other notes." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4830 +#: ../fish/guestfish-actions.pod:4806 msgid "swapon-uuid" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4832 +#: ../fish/guestfish-actions.pod:4808 #, no-wrap msgid "" " swapon-uuid uuid\n" @@ -15488,19 +15505,19 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4834 +#: ../fish/guestfish-actions.pod:4810 msgid "" "This command enables swap to a swap partition with the given UUID. See " "L</swapon-device> for other notes." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4837 +#: ../fish/guestfish-actions.pod:4813 msgid "sync" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4839 +#: ../fish/guestfish-actions.pod:4815 #, no-wrap msgid "" " sync\n" @@ -15508,26 +15525,26 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4841 ../src/guestfs-actions.pod:7433 +#: ../fish/guestfish-actions.pod:4817 ../src/guestfs-actions.pod:7419 msgid "" "This syncs the disk, so that any writes are flushed through to the " "underlying disk image." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4844 ../src/guestfs-actions.pod:7436 +#: ../fish/guestfish-actions.pod:4820 ../src/guestfs-actions.pod:7422 msgid "" "You should always call this if you have modified a disk image, before " "closing the handle." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4847 +#: ../fish/guestfish-actions.pod:4823 msgid "tail" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4849 +#: ../fish/guestfish-actions.pod:4825 #, no-wrap msgid "" " tail path\n" @@ -15535,17 +15552,17 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4851 ../src/guestfs-actions.pod:7449 +#: ../fish/guestfish-actions.pod:4827 ../src/guestfs-actions.pod:7435 msgid "This command returns up to the last 10 lines of a file as a list of strings." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4857 +#: ../fish/guestfish-actions.pod:4833 msgid "tail-n" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4859 +#: ../fish/guestfish-actions.pod:4835 #, no-wrap msgid "" " tail-n nrlines path\n" @@ -15553,26 +15570,26 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4861 ../src/guestfs-actions.pod:7468 +#: ../fish/guestfish-actions.pod:4837 ../src/guestfs-actions.pod:7454 msgid "" "If the parameter C<nrlines> is a positive number, this returns the last " "C<nrlines> lines of the file C<path>." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4864 ../src/guestfs-actions.pod:7471 +#: ../fish/guestfish-actions.pod:4840 ../src/guestfs-actions.pod:7457 msgid "" "If the parameter C<nrlines> is a negative number, this returns lines from " "the file C<path>, starting with the C<-nrlines>th line." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4872 +#: ../fish/guestfish-actions.pod:4848 msgid "tar-in" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4874 +#: ../fish/guestfish-actions.pod:4850 #, no-wrap msgid "" " tar-in (tarfile|-) directory\n" @@ -15580,24 +15597,24 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4876 ../src/guestfs-actions.pod:7492 +#: ../fish/guestfish-actions.pod:4852 ../src/guestfs-actions.pod:7478 msgid "" "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> " "tar file) into C<directory>." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4879 +#: ../fish/guestfish-actions.pod:4855 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4884 +#: ../fish/guestfish-actions.pod:4860 msgid "tar-out" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4886 +#: ../fish/guestfish-actions.pod:4862 #, no-wrap msgid "" " tar-out directory (tarfile|-)\n" @@ -15605,24 +15622,24 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4888 ../src/guestfs-actions.pod:7509 +#: ../fish/guestfish-actions.pod:4864 ../src/guestfs-actions.pod:7495 msgid "" "This command packs the contents of C<directory> and downloads it to local " "file C<tarfile>." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4891 +#: ../fish/guestfish-actions.pod:4867 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4896 +#: ../fish/guestfish-actions.pod:4872 msgid "tgz-in" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4898 +#: ../fish/guestfish-actions.pod:4874 #, no-wrap msgid "" " tgz-in (tarball|-) directory\n" @@ -15630,24 +15647,24 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4900 ../src/guestfs-actions.pod:7526 +#: ../fish/guestfish-actions.pod:4876 ../src/guestfs-actions.pod:7512 msgid "" "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> " "tar file) into C<directory>." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4903 +#: ../fish/guestfish-actions.pod:4879 msgid "To upload an uncompressed tarball, use L</tar-in>." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4907 +#: ../fish/guestfish-actions.pod:4883 msgid "tgz-out" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4909 +#: ../fish/guestfish-actions.pod:4885 #, no-wrap msgid "" " tgz-out directory (tarball|-)\n" @@ -15655,24 +15672,24 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4911 ../src/guestfs-actions.pod:7542 +#: ../fish/guestfish-actions.pod:4887 ../src/guestfs-actions.pod:7528 msgid "" "This command packs the contents of C<directory> and downloads it to local " "file C<tarball>." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4914 +#: ../fish/guestfish-actions.pod:4890 msgid "To download an uncompressed tarball, use L</tar-out>." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4918 +#: ../fish/guestfish-actions.pod:4894 msgid "touch" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4920 +#: ../fish/guestfish-actions.pod:4896 #, no-wrap msgid "" " touch path\n" @@ -15680,7 +15697,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4922 ../src/guestfs-actions.pod:7557 +#: ../fish/guestfish-actions.pod:4898 ../src/guestfs-actions.pod:7543 msgid "" "Touch acts like the L<touch(1)> command. It can be used to update the " "timestamps on a file, or, if the file does not exist, to create a new " @@ -15688,19 +15705,19 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4926 ../src/guestfs-actions.pod:7561 +#: ../fish/guestfish-actions.pod:4902 ../src/guestfs-actions.pod:7547 msgid "" "This command only works on regular files, and will fail on other file types " "such as directories, symbolic links, block special etc." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4929 +#: ../fish/guestfish-actions.pod:4905 msgid "truncate" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4931 +#: ../fish/guestfish-actions.pod:4907 #, no-wrap msgid "" " truncate path\n" @@ -15708,19 +15725,19 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4933 ../src/guestfs-actions.pod:7574 +#: ../fish/guestfish-actions.pod:4909 ../src/guestfs-actions.pod:7560 msgid "" "This command truncates C<path> to a zero-length file. The file must exist " "already." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4936 +#: ../fish/guestfish-actions.pod:4912 msgid "truncate-size" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4938 +#: ../fish/guestfish-actions.pod:4914 #, no-wrap msgid "" " truncate-size path size\n" @@ -15728,14 +15745,14 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4940 ../src/guestfs-actions.pod:7588 +#: ../fish/guestfish-actions.pod:4916 ../src/guestfs-actions.pod:7574 msgid "" "This command truncates C<path> to size C<size> bytes. The file must exist " "already." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4943 +#: ../fish/guestfish-actions.pod:4919 msgid "" "If the current file size is less than C<size> then the file is extended to " "the required size with zero bytes. This creates a sparse file (ie. disk " @@ -15744,12 +15761,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4949 +#: ../fish/guestfish-actions.pod:4925 msgid "tune2fs-l" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4951 +#: ../fish/guestfish-actions.pod:4927 #, no-wrap msgid "" " tune2fs-l device\n" @@ -15757,14 +15774,14 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4953 ../src/guestfs-actions.pod:7607 +#: ../fish/guestfish-actions.pod:4929 ../src/guestfs-actions.pod:7593 msgid "" "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on " "C<device>." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4956 ../src/guestfs-actions.pod:7610 +#: ../fish/guestfish-actions.pod:4932 ../src/guestfs-actions.pod:7596 msgid "" "It is the same as running C<tune2fs -l device>. See L<tune2fs(8)> manpage " "for more details. The list of fields returned isn't clearly defined, and " @@ -15773,12 +15790,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4961 +#: ../fish/guestfish-actions.pod:4937 msgid "txz-in" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4963 +#: ../fish/guestfish-actions.pod:4939 #, no-wrap msgid "" " txz-in (tarball|-) directory\n" @@ -15786,19 +15803,19 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4965 ../src/guestfs-actions.pod:7630 +#: ../fish/guestfish-actions.pod:4941 ../src/guestfs-actions.pod:7616 msgid "" "This command uploads and unpacks local file C<tarball> (an I<xz compressed> " "tar file) into C<directory>." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4970 +#: ../fish/guestfish-actions.pod:4946 msgid "txz-out" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4972 +#: ../fish/guestfish-actions.pod:4948 #, no-wrap msgid "" " txz-out directory (tarball|-)\n" @@ -15806,19 +15823,19 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4974 ../src/guestfs-actions.pod:7644 +#: ../fish/guestfish-actions.pod:4950 ../src/guestfs-actions.pod:7630 msgid "" "This command packs the contents of C<directory> and downloads it to local " "file C<tarball> (as an xz compressed tar archive)." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:4979 +#: ../fish/guestfish-actions.pod:4955 msgid "umask" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:4981 +#: ../fish/guestfish-actions.pod:4957 #, no-wrap msgid "" " umask mask\n" @@ -15826,14 +15843,14 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4983 ../src/guestfs-actions.pod:7657 +#: ../fish/guestfish-actions.pod:4959 ../src/guestfs-actions.pod:7643 msgid "" "This function sets the mask used for creating new files and device nodes to " "C<mask & 0777>." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4986 ../src/guestfs-actions.pod:7660 +#: ../fish/guestfish-actions.pod:4962 ../src/guestfs-actions.pod:7646 msgid "" "Typical umask values would be C<022> which creates new files with " "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates " @@ -15841,7 +15858,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4991 ../src/guestfs-actions.pod:7665 +#: ../fish/guestfish-actions.pod:4967 ../src/guestfs-actions.pod:7651 msgid "" "The default umask is C<022>. This is important because it means that " "directories and device nodes will be created with C<0644> or C<0755> mode " @@ -15849,27 +15866,27 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4995 +#: ../fish/guestfish-actions.pod:4971 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:4998 ../src/guestfs-actions.pod:7672 +#: ../fish/guestfish-actions.pod:4974 ../src/guestfs-actions.pod:7658 msgid "This call returns the previous umask." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5000 +#: ../fish/guestfish-actions.pod:4976 msgid "umount" msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5002 +#: ../fish/guestfish-actions.pod:4978 msgid "unmount" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5004 +#: ../fish/guestfish-actions.pod:4980 #, no-wrap msgid "" " umount pathordevice\n" @@ -15877,24 +15894,24 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5006 ../src/guestfs-actions.pod:7684 +#: ../fish/guestfish-actions.pod:4982 ../src/guestfs-actions.pod:7670 msgid "" "This unmounts the given filesystem. The filesystem may be specified either " "by its mountpoint (path) or the device which contains the filesystem." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5010 +#: ../fish/guestfish-actions.pod:4986 msgid "umount-all" msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5012 +#: ../fish/guestfish-actions.pod:4988 msgid "unmount-all" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5014 +#: ../fish/guestfish-actions.pod:4990 #, no-wrap msgid "" " umount-all\n" @@ -15902,22 +15919,22 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5016 ../src/guestfs-actions.pod:7697 +#: ../fish/guestfish-actions.pod:4992 ../src/guestfs-actions.pod:7683 msgid "This unmounts all mounted filesystems." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5018 ../src/guestfs-actions.pod:7699 +#: ../fish/guestfish-actions.pod:4994 ../src/guestfs-actions.pod:7685 msgid "Some internal mounts are not unmounted by this call." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5020 +#: ../fish/guestfish-actions.pod:4996 msgid "upload" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5022 +#: ../fish/guestfish-actions.pod:4998 #, no-wrap msgid "" " upload (filename|-) remotefilename\n" @@ -15925,22 +15942,22 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5024 ../fish/guestfish-actions.pod:5037 ../src/guestfs-actions.pod:7712 ../src/guestfs-actions.pod:7736 +#: ../fish/guestfish-actions.pod:5000 ../fish/guestfish-actions.pod:5013 ../src/guestfs-actions.pod:7698 ../src/guestfs-actions.pod:7722 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5029 +#: ../fish/guestfish-actions.pod:5005 msgid "See also L</download>." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5033 +#: ../fish/guestfish-actions.pod:5009 msgid "upload-offset" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5035 +#: ../fish/guestfish-actions.pod:5011 #, no-wrap msgid "" " upload-offset (filename|-) remotefilename offset\n" @@ -15948,7 +15965,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5040 ../src/guestfs-actions.pod:7739 +#: ../fish/guestfish-actions.pod:5016 ../src/guestfs-actions.pod:7725 msgid "" "C<remotefilename> is overwritten starting at the byte C<offset> specified. " "The intention is to overwrite parts of existing files or devices, although " @@ -15958,7 +15975,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5047 +#: ../fish/guestfish-actions.pod:5023 msgid "" "Note that there is no limit on the amount of data that can be uploaded with " "this call, unlike with L</pwrite>, and this call always writes the full " @@ -15966,17 +15983,17 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5052 +#: ../fish/guestfish-actions.pod:5028 msgid "See also L</upload>, L</pwrite>." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5056 +#: ../fish/guestfish-actions.pod:5032 msgid "utimens" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5058 +#: ../fish/guestfish-actions.pod:5034 #, no-wrap msgid "" " utimens path atsecs atnsecs mtsecs mtnsecs\n" @@ -15984,26 +16001,26 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5060 ../src/guestfs-actions.pod:7772 +#: ../fish/guestfish-actions.pod:5036 ../src/guestfs-actions.pod:7758 msgid "This command sets the timestamps of a file with nanosecond precision." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5063 ../src/guestfs-actions.pod:7775 +#: ../fish/guestfish-actions.pod:5039 ../src/guestfs-actions.pod:7761 msgid "" "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds " "from the epoch." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5066 ../src/guestfs-actions.pod:7778 +#: ../fish/guestfish-actions.pod:5042 ../src/guestfs-actions.pod:7764 msgid "" "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and " "nanoseconds from the epoch." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5069 ../src/guestfs-actions.pod:7781 +#: ../fish/guestfish-actions.pod:5045 ../src/guestfs-actions.pod:7767 msgid "" "If the C<*nsecs> field contains the special value C<-1> then the " "corresponding timestamp is set to the current time. (The C<*secs> field is " @@ -16011,7 +16028,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5073 ../src/guestfs-actions.pod:7785 +#: ../fish/guestfish-actions.pod:5049 ../src/guestfs-actions.pod:7771 msgid "" "If the C<*nsecs> field contains the special value C<-2> then the " "corresponding timestamp is left unchanged. (The C<*secs> field is ignored " @@ -16019,12 +16036,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5077 +#: ../fish/guestfish-actions.pod:5053 msgid "version" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5079 +#: ../fish/guestfish-actions.pod:5055 #, no-wrap msgid "" " version\n" @@ -16032,12 +16049,12 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5081 ../src/guestfs-actions.pod:7798 +#: ../fish/guestfish-actions.pod:5057 ../src/guestfs-actions.pod:7784 msgid "Return the libguestfs version number that the program is linked against." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5084 ../src/guestfs-actions.pod:7801 +#: ../fish/guestfish-actions.pod:5060 ../src/guestfs-actions.pod:7787 msgid "" "Note that because of dynamic linking this is not necessarily the version of " "libguestfs that you compiled against. You can compile the program, and then " @@ -16046,7 +16063,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5089 ../src/guestfs-actions.pod:7806 +#: ../fish/guestfish-actions.pod:5065 ../src/guestfs-actions.pod:7792 msgid "" "This call was added in version C<1.0.58>. In previous versions of " "libguestfs there was no way to get the version number. From C code you can " @@ -16055,7 +16072,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5095 ../src/guestfs-actions.pod:7812 +#: ../fish/guestfish-actions.pod:5071 ../src/guestfs-actions.pod:7798 msgid "" "The call returns a structure with four elements. The first three (C<major>, " "C<minor> and C<release>) are numbers and correspond to the usual version " @@ -16064,17 +16081,17 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5101 ../src/guestfs-actions.pod:7818 +#: ../fish/guestfish-actions.pod:5077 ../src/guestfs-actions.pod:7804 msgid "To construct the original version string: C<$major.$minor.$release$extra>" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5104 ../src/guestfs-actions.pod:7821 +#: ../fish/guestfish-actions.pod:5080 ../src/guestfs-actions.pod:7807 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5106 +#: ../fish/guestfish-actions.pod:5082 msgid "" "I<Note:> Don't use this call to test for availability of features. In " "enterprise distributions we backport features from later versions into " @@ -16083,12 +16100,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5112 +#: ../fish/guestfish-actions.pod:5088 msgid "vfs-label" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5114 +#: ../fish/guestfish-actions.pod:5090 #, no-wrap msgid "" " vfs-label device\n" @@ -16096,27 +16113,27 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5116 ../src/guestfs-actions.pod:7841 +#: ../fish/guestfish-actions.pod:5092 ../src/guestfs-actions.pod:7827 msgid "This returns the filesystem label of the filesystem on C<device>." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5119 ../src/guestfs-actions.pod:7844 +#: ../fish/guestfish-actions.pod:5095 ../src/guestfs-actions.pod:7830 msgid "If the filesystem is unlabeled, this returns the empty string." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5121 +#: ../fish/guestfish-actions.pod:5097 msgid "To find a filesystem from the label, use L</findfs-label>." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5123 +#: ../fish/guestfish-actions.pod:5099 msgid "vfs-type" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5125 +#: ../fish/guestfish-actions.pod:5101 #, no-wrap msgid "" " vfs-type device\n" @@ -16124,14 +16141,14 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5127 ../src/guestfs-actions.pod:7859 +#: ../fish/guestfish-actions.pod:5103 ../src/guestfs-actions.pod:7845 msgid "" "This command gets the filesystem type corresponding to the filesystem on " "C<device>." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5130 ../src/guestfs-actions.pod:7862 +#: ../fish/guestfish-actions.pod:5106 ../src/guestfs-actions.pod:7848 msgid "" "For most filesystems, the result is the name of the Linux VFS module which " "would be used to mount this filesystem if you mounted it without specifying " @@ -16139,12 +16156,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5135 +#: ../fish/guestfish-actions.pod:5111 msgid "vfs-uuid" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5137 +#: ../fish/guestfish-actions.pod:5113 #, no-wrap msgid "" " vfs-uuid device\n" @@ -16152,27 +16169,27 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5139 ../src/guestfs-actions.pod:7878 +#: ../fish/guestfish-actions.pod:5115 ../src/guestfs-actions.pod:7864 msgid "This returns the filesystem UUID of the filesystem on C<device>." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5142 ../src/guestfs-actions.pod:7881 +#: ../fish/guestfish-actions.pod:5118 ../src/guestfs-actions.pod:7867 msgid "If the filesystem does not have a UUID, this returns the empty string." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5144 +#: ../fish/guestfish-actions.pod:5120 msgid "To find a filesystem from the UUID, use L</findfs-uuid>." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5146 +#: ../fish/guestfish-actions.pod:5122 msgid "vg-activate" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5148 +#: ../fish/guestfish-actions.pod:5124 #, no-wrap msgid "" " vg-activate true|false 'volgroups ...'\n" @@ -16180,31 +16197,31 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5150 ../src/guestfs-actions.pod:7897 +#: ../fish/guestfish-actions.pod:5126 ../src/guestfs-actions.pod:7883 msgid "" "This command activates or (if C<activate> is false) deactivates all logical " "volumes in the listed volume groups C<volgroups>." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5153 ../src/guestfs-actions.pod:7900 +#: ../fish/guestfish-actions.pod:5129 ../src/guestfs-actions.pod:7886 msgid "This command is the same as running C<vgchange -a y|n volgroups...>" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5155 ../src/guestfs-actions.pod:7902 +#: ../fish/guestfish-actions.pod:5131 ../src/guestfs-actions.pod:7888 msgid "" "Note that if C<volgroups> is an empty list then B<all> volume groups are " "activated or deactivated." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5158 +#: ../fish/guestfish-actions.pod:5134 msgid "vg-activate-all" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5160 +#: ../fish/guestfish-actions.pod:5136 #, no-wrap msgid "" " vg-activate-all true|false\n" @@ -16212,24 +16229,24 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5162 ../src/guestfs-actions.pod:7915 +#: ../fish/guestfish-actions.pod:5138 ../src/guestfs-actions.pod:7901 msgid "" "This command activates or (if C<activate> is false) deactivates all logical " "volumes in all volume groups." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5165 ../src/guestfs-actions.pod:7918 +#: ../fish/guestfish-actions.pod:5141 ../src/guestfs-actions.pod:7904 msgid "This command is the same as running C<vgchange -a y|n>" msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5167 +#: ../fish/guestfish-actions.pod:5143 msgid "vgcreate" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5169 +#: ../fish/guestfish-actions.pod:5145 #, no-wrap msgid "" " vgcreate volgroup 'physvols ...'\n" @@ -16237,19 +16254,19 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5171 ../src/guestfs-actions.pod:7931 +#: ../fish/guestfish-actions.pod:5147 ../src/guestfs-actions.pod:7917 msgid "" "This creates an LVM volume group called C<volgroup> from the non-empty list " "of physical volumes C<physvols>." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5174 +#: ../fish/guestfish-actions.pod:5150 msgid "vglvuuids" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5176 +#: ../fish/guestfish-actions.pod:5152 #, no-wrap msgid "" " vglvuuids vgname\n" @@ -16257,31 +16274,31 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5178 ../src/guestfs-actions.pod:7944 +#: ../fish/guestfish-actions.pod:5154 ../src/guestfs-actions.pod:7930 msgid "" "Given a VG called C<vgname>, this returns the UUIDs of all the logical " "volumes created in this volume group." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5181 +#: ../fish/guestfish-actions.pod:5157 msgid "" "You can use this along with L</lvs> and L</lvuuid> calls to associate " "logical volumes and volume groups." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5184 +#: ../fish/guestfish-actions.pod:5160 msgid "See also L</vgpvuuids>." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5186 +#: ../fish/guestfish-actions.pod:5162 msgid "vgpvuuids" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5188 +#: ../fish/guestfish-actions.pod:5164 #, no-wrap msgid "" " vgpvuuids vgname\n" @@ -16289,31 +16306,31 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5190 ../src/guestfs-actions.pod:7964 +#: ../fish/guestfish-actions.pod:5166 ../src/guestfs-actions.pod:7950 msgid "" "Given a VG called C<vgname>, this returns the UUIDs of all the physical " "volumes that this volume group resides on." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5193 +#: ../fish/guestfish-actions.pod:5169 msgid "" "You can use this along with L</pvs> and L</pvuuid> calls to associate " "physical volumes and volume groups." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5196 +#: ../fish/guestfish-actions.pod:5172 msgid "See also L</vglvuuids>." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5198 +#: ../fish/guestfish-actions.pod:5174 msgid "vgremove" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5200 +#: ../fish/guestfish-actions.pod:5176 #, no-wrap msgid "" " vgremove vgname\n" @@ -16321,22 +16338,22 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5202 ../src/guestfs-actions.pod:7984 +#: ../fish/guestfish-actions.pod:5178 ../src/guestfs-actions.pod:7970 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5204 ../src/guestfs-actions.pod:7986 +#: ../fish/guestfish-actions.pod:5180 ../src/guestfs-actions.pod:7972 msgid "This also forcibly removes all logical volumes in the volume group (if any)." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5207 +#: ../fish/guestfish-actions.pod:5183 msgid "vgrename" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5209 +#: ../fish/guestfish-actions.pod:5185 #, no-wrap msgid "" " vgrename volgroup newvolgroup\n" @@ -16344,17 +16361,17 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5211 ../src/guestfs-actions.pod:8000 +#: ../fish/guestfish-actions.pod:5187 ../src/guestfs-actions.pod:7986 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5213 +#: ../fish/guestfish-actions.pod:5189 msgid "vgs" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5215 +#: ../fish/guestfish-actions.pod:5191 #, no-wrap msgid "" " vgs\n" @@ -16362,31 +16379,31 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5217 ../src/guestfs-actions.pod:8011 +#: ../fish/guestfish-actions.pod:5193 ../src/guestfs-actions.pod:7997 msgid "" "List all the volumes groups detected. This is the equivalent of the " "L<vgs(8)> command." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5220 ../src/guestfs-actions.pod:8014 +#: ../fish/guestfish-actions.pod:5196 ../src/guestfs-actions.pod:8000 msgid "" "This returns a list of just the volume group names that were detected " "(eg. C<VolGroup00>)." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5223 +#: ../fish/guestfish-actions.pod:5199 msgid "See also L</vgs-full>." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5225 +#: ../fish/guestfish-actions.pod:5201 msgid "vgs-full" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5227 +#: ../fish/guestfish-actions.pod:5203 #, no-wrap msgid "" " vgs-full\n" @@ -16394,19 +16411,19 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5229 ../src/guestfs-actions.pod:8030 +#: ../fish/guestfish-actions.pod:5205 ../src/guestfs-actions.pod:8016 msgid "" "List all the volumes groups detected. This is the equivalent of the " "L<vgs(8)> command. The \"full\" version includes all fields." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5232 +#: ../fish/guestfish-actions.pod:5208 msgid "vgscan" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5234 +#: ../fish/guestfish-actions.pod:5210 #, no-wrap msgid "" " vgscan\n" @@ -16414,19 +16431,19 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5236 ../src/guestfs-actions.pod:8044 +#: ../fish/guestfish-actions.pod:5212 ../src/guestfs-actions.pod:8030 msgid "" "This rescans all block devices and rebuilds the list of LVM physical " "volumes, volume groups and logical volumes." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5239 +#: ../fish/guestfish-actions.pod:5215 msgid "vguuid" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5241 +#: ../fish/guestfish-actions.pod:5217 #, no-wrap msgid "" " vguuid vgname\n" @@ -16434,17 +16451,17 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5243 ../src/guestfs-actions.pod:8057 +#: ../fish/guestfish-actions.pod:5219 ../src/guestfs-actions.pod:8043 msgid "This command returns the UUID of the LVM VG named C<vgname>." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5245 +#: ../fish/guestfish-actions.pod:5221 msgid "wc-c" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5247 +#: ../fish/guestfish-actions.pod:5223 #, no-wrap msgid "" " wc-c path\n" @@ -16452,19 +16469,19 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5249 ../src/guestfs-actions.pod:8097 +#: ../fish/guestfish-actions.pod:5225 ../src/guestfs-actions.pod:8083 msgid "" "This command counts the characters in a file, using the C<wc -c> external " "command." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5252 +#: ../fish/guestfish-actions.pod:5228 msgid "wc-l" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5254 +#: ../fish/guestfish-actions.pod:5230 #, no-wrap msgid "" " wc-l path\n" @@ -16472,19 +16489,19 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5256 ../src/guestfs-actions.pod:8110 +#: ../fish/guestfish-actions.pod:5232 ../src/guestfs-actions.pod:8096 msgid "" "This command counts the lines in a file, using the C<wc -l> external " "command." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5259 +#: ../fish/guestfish-actions.pod:5235 msgid "wc-w" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5261 +#: ../fish/guestfish-actions.pod:5237 #, no-wrap msgid "" " wc-w path\n" @@ -16492,19 +16509,19 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5263 ../src/guestfs-actions.pod:8123 +#: ../fish/guestfish-actions.pod:5239 ../src/guestfs-actions.pod:8109 msgid "" "This command counts the words in a file, using the C<wc -w> external " "command." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5266 +#: ../fish/guestfish-actions.pod:5242 msgid "write" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5268 +#: ../fish/guestfish-actions.pod:5244 #, no-wrap msgid "" " write path content\n" @@ -16512,24 +16529,24 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5270 ../src/guestfs-actions.pod:8138 +#: ../fish/guestfish-actions.pod:5246 ../src/guestfs-actions.pod:8124 msgid "" "This call creates a file called C<path>. The content of the file is the " "string C<content> (which can contain any 8 bit data)." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5273 +#: ../fish/guestfish-actions.pod:5249 msgid "See also L</write-append>." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5278 +#: ../fish/guestfish-actions.pod:5254 msgid "write-append" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5280 +#: ../fish/guestfish-actions.pod:5256 #, no-wrap msgid "" " write-append path content\n" @@ -16537,24 +16554,24 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5282 ../src/guestfs-actions.pod:8158 +#: ../fish/guestfish-actions.pod:5258 ../src/guestfs-actions.pod:8144 msgid "" "This call appends C<content> to the end of file C<path>. If C<path> does " "not exist, then a new file is created." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5285 +#: ../fish/guestfish-actions.pod:5261 msgid "See also L</write>." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5290 +#: ../fish/guestfish-actions.pod:5266 msgid "write-file" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5292 +#: ../fish/guestfish-actions.pod:5268 #, no-wrap msgid "" " write-file path content size\n" @@ -16562,38 +16579,38 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5294 ../src/guestfs-actions.pod:8185 +#: ../fish/guestfish-actions.pod:5270 ../src/guestfs-actions.pod:8171 msgid "" "This call creates a file called C<path>. The contents of the file is the " "string C<content> (which can contain any 8 bit data), with length C<size>." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5298 ../src/guestfs-actions.pod:8189 +#: ../fish/guestfish-actions.pod:5274 ../src/guestfs-actions.pod:8175 msgid "" "As a special case, if C<size> is C<0> then the length is calculated using " "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5302 ../src/guestfs-actions.pod:8193 +#: ../fish/guestfish-actions.pod:5278 ../src/guestfs-actions.pod:8179 msgid "" "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does " "I<not> work, even if the length is specified." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5308 +#: ../fish/guestfish-actions.pod:5284 msgid "I<This function is deprecated.> In new code, use the L</write> call instead." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5315 +#: ../fish/guestfish-actions.pod:5291 msgid "zegrep" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5317 +#: ../fish/guestfish-actions.pod:5293 #, no-wrap msgid "" " zegrep regex path\n" @@ -16601,17 +16618,17 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5319 ../src/guestfs-actions.pod:8210 +#: ../fish/guestfish-actions.pod:5295 ../src/guestfs-actions.pod:8196 msgid "This calls the external C<zegrep> program and returns the matching lines." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5325 +#: ../fish/guestfish-actions.pod:5301 msgid "zegrepi" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5327 +#: ../fish/guestfish-actions.pod:5303 #, no-wrap msgid "" " zegrepi regex path\n" @@ -16619,17 +16636,17 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5329 ../src/guestfs-actions.pod:8229 +#: ../fish/guestfish-actions.pod:5305 ../src/guestfs-actions.pod:8215 msgid "This calls the external C<zegrep -i> program and returns the matching lines." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5335 +#: ../fish/guestfish-actions.pod:5311 msgid "zero" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5337 +#: ../fish/guestfish-actions.pod:5313 #, no-wrap msgid "" " zero device\n" @@ -16637,12 +16654,12 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5339 ../src/guestfs-actions.pod:8247 +#: ../fish/guestfish-actions.pod:5315 ../src/guestfs-actions.pod:8233 msgid "This command writes zeroes over the first few blocks of C<device>." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5341 ../src/guestfs-actions.pod:8249 +#: ../fish/guestfish-actions.pod:5317 ../src/guestfs-actions.pod:8235 msgid "" "How many blocks are zeroed isn't specified (but it's I<not> enough to " "securely wipe the device). It should be sufficient to remove any partition " @@ -16650,7 +16667,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5345 ../fish/guestfish-actions.pod:5360 ../src/guestfs-actions.pod:8253 ../src/guestfs-actions.pod:8279 +#: ../fish/guestfish-actions.pod:5321 ../fish/guestfish-actions.pod:5336 ../src/guestfs-actions.pod:8239 ../src/guestfs-actions.pod:8265 msgid "" "If blocks are already zero, then this command avoids writing zeroes. This " "prevents the underlying device from becoming non-sparse or growing " @@ -16658,17 +16675,17 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5349 +#: ../fish/guestfish-actions.pod:5325 msgid "See also: L</zero-device>, L</scrub-device>, L</is-zero-device>" msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5352 +#: ../fish/guestfish-actions.pod:5328 msgid "zero-device" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5354 +#: ../fish/guestfish-actions.pod:5330 #, no-wrap msgid "" " zero-device device\n" @@ -16676,19 +16693,19 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5356 +#: ../fish/guestfish-actions.pod:5332 msgid "" "This command writes zeroes over the entire C<device>. Compare with L</zero> " "which just zeroes the first few blocks of a device." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5367 +#: ../fish/guestfish-actions.pod:5340 msgid "zerofree" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5369 +#: ../fish/guestfish-actions.pod:5342 #, no-wrap msgid "" " zerofree device\n" @@ -16696,7 +16713,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5371 ../src/guestfs-actions.pod:8301 +#: ../fish/guestfish-actions.pod:5344 ../src/guestfs-actions.pod:8284 msgid "" "This runs the I<zerofree> program on C<device>. This program claims to zero " "unused inodes and disk blocks on an ext2/3 filesystem, thus making it " @@ -16704,24 +16721,24 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5376 ../src/guestfs-actions.pod:8306 +#: ../fish/guestfish-actions.pod:5349 ../src/guestfs-actions.pod:8289 msgid "You should B<not> run this program if the filesystem is mounted." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5379 ../src/guestfs-actions.pod:8309 +#: ../fish/guestfish-actions.pod:5352 ../src/guestfs-actions.pod:8292 msgid "" "It is possible that using this program can damage the filesystem or data on " "the filesystem." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5382 +#: ../fish/guestfish-actions.pod:5355 msgid "zfgrep" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5384 +#: ../fish/guestfish-actions.pod:5357 #, no-wrap msgid "" " zfgrep pattern path\n" @@ -16729,17 +16746,17 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5386 ../src/guestfs-actions.pod:8323 +#: ../fish/guestfish-actions.pod:5359 ../src/guestfs-actions.pod:8306 msgid "This calls the external C<zfgrep> program and returns the matching lines." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5392 +#: ../fish/guestfish-actions.pod:5365 msgid "zfgrepi" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5394 +#: ../fish/guestfish-actions.pod:5367 #, no-wrap msgid "" " zfgrepi pattern path\n" @@ -16747,17 +16764,17 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5396 ../src/guestfs-actions.pod:8342 +#: ../fish/guestfish-actions.pod:5369 ../src/guestfs-actions.pod:8325 msgid "This calls the external C<zfgrep -i> program and returns the matching lines." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5402 +#: ../fish/guestfish-actions.pod:5375 msgid "zfile" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5404 +#: ../fish/guestfish-actions.pod:5377 #, no-wrap msgid "" " zfile meth path\n" @@ -16765,32 +16782,32 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5406 ../src/guestfs-actions.pod:8368 +#: ../fish/guestfish-actions.pod:5379 ../src/guestfs-actions.pod:8351 msgid "This command runs C<file> after first decompressing C<path> using C<method>." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5409 ../src/guestfs-actions.pod:8371 +#: ../fish/guestfish-actions.pod:5382 ../src/guestfs-actions.pod:8354 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5411 +#: ../fish/guestfish-actions.pod:5384 msgid "Since 1.0.63, use L</file> instead which can now process compressed files." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5414 +#: ../fish/guestfish-actions.pod:5387 msgid "I<This function is deprecated.> In new code, use the L</file> call instead." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5421 +#: ../fish/guestfish-actions.pod:5394 msgid "zgrep" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5423 +#: ../fish/guestfish-actions.pod:5396 #, no-wrap msgid "" " zgrep regex path\n" @@ -16798,17 +16815,17 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5425 ../src/guestfs-actions.pod:8388 +#: ../fish/guestfish-actions.pod:5398 ../src/guestfs-actions.pod:8371 msgid "This calls the external C<zgrep> program and returns the matching lines." msgstr "" #. type: =head2 -#: ../fish/guestfish-actions.pod:5431 +#: ../fish/guestfish-actions.pod:5404 msgid "zgrepi" msgstr "" #. type: verbatim -#: ../fish/guestfish-actions.pod:5433 +#: ../fish/guestfish-actions.pod:5406 #, no-wrap msgid "" " zgrepi regex path\n" @@ -16816,7 +16833,7 @@ msgid "" msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:5435 ../src/guestfs-actions.pod:8407 +#: ../fish/guestfish-actions.pod:5408 ../src/guestfs-actions.pod:8390 msgid "This calls the external C<zgrep -i> program and returns the matching lines." msgstr "" @@ -23868,12 +23885,12 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:37 ../src/guestfs-actions.pod:187 ../src/guestfs-actions.pod:254 ../src/guestfs-actions.pod:291 ../src/guestfs-actions.pod:312 ../src/guestfs-actions.pod:333 ../src/guestfs-actions.pod:346 ../src/guestfs-actions.pod:360 ../src/guestfs-actions.pod:480 ../src/guestfs-actions.pod:500 ../src/guestfs-actions.pod:514 ../src/guestfs-actions.pod:559 ../src/guestfs-actions.pod:587 ../src/guestfs-actions.pod:605 ../src/guestfs-actions.pod:672 ../src/guestfs-actions.pod:705 ../src/guestfs-actions.pod:719 ../src/guestfs-actions.pod:734 ../src/guestfs-actions.pod:833 ../src/guestfs-actions.pod:851 ../src/guestfs-actions.pod:865 ../src/guestfs-actions.pod:879 ../src/guestfs-actions.pod:916 ../src/guestfs-actions.pod:1099 ../src/guestfs-actions.pod:1119 ../src/guestfs-actions.pod:1137 ../src/guestfs-actions.pod:1227 ../src/guestfs-actions.pod:1286 ../src/guestfs-actions.pod:1332 ../src/guestfs-actions.pod:1372 ../src/guestfs-actions.pod:1423 ../src/guestfs-actions.pod:1474 ../src/guestfs-actions.pod:1530 ../src/guestfs-actions.pod:1582 ../src/guestfs-actions.pod:1601 ../src/guestfs-actions.pod:1615 ../src/guestfs-actions.pod:1643 ../src/guestfs-actions.pod:1713 ../src/guestfs-actions.pod:1744 ../src/guestfs-actions.pod:1769 ../src/guestfs-actions.pod:1811 ../src/guestfs-actions.pod:1924 ../src/guestfs-actions.pod:1951 ../src/guestfs-actions.pod:2166 ../src/guestfs-actions.pod:2188 ../src/guestfs-actions.pod:2275 ../src/guestfs-actions.pod:2783 ../src/guestfs-actions.pod:2927 ../src/guestfs-actions.pod:2988 ../src/guestfs-actions.pod:3023 ../src/guestfs-actions.pod:4080 ../src/guestfs-actions.pod:4095 ../src/guestfs-actions.pod:4120 ../src/guestfs-actions.pod:4309 ../src/guestfs-actions.pod:4323 ../src/guestfs-actions.pod:4336 ../src/guestfs-actions.pod:4350 ../src/guestfs-actions.pod:4365 ../src/guestfs-actions.pod:4401 ../src/guestfs-actions.pod:4473 ../src/guestfs-actions.pod:4493 ../src/guestfs-actions.pod:4510 ../src/guestfs-actions.pod:4533 ../src/guestfs-actions.pod:4556 ../src/guestfs-actions.pod:4591 ../src/guestfs-actions.pod:4610 ../src/guestfs-actions.pod:4629 ../src/guestfs-actions.pod:4664 ../src/guestfs-actions.pod:4676 ../src/guestfs-actions.pod:4712 ../src/guestfs-actions.pod:4728 ../src/guestfs-actions.pod:4741 ../src/guestfs-actions.pod:4756 ../src/guestfs-actions.pod:4773 ../src/guestfs-actions.pod:4866 ../src/guestfs-actions.pod:4886 ../src/guestfs-actions.pod:4899 ../src/guestfs-actions.pod:4950 ../src/guestfs-actions.pod:4968 ../src/guestfs-actions.pod:4986 ../src/guestfs-actions.pod:5002 ../src/guestfs-actions.pod:5016 ../src/guestfs-actions.pod:5030 ../src/guestfs-actions.pod:5047 ../src/guestfs-actions.pod:5062 ../src/guestfs-actions.pod:5089 ../src/guestfs-actions.pod:5152 ../src/guestfs-actions.pod:5225 ../src/guestfs-actions.pod:5256 ../src/guestfs-actions.pod:5275 ../src/guestfs-actions.pod:5294 ../src/guestfs-actions.pod:5306 ../src/guestfs-actions.pod:5323 ../src/guestfs-actions.pod:5336 ../src/guestfs-actions.pod:5351 ../src/guestfs-actions.pod:5366 ../src/guestfs-actions.pod:5398 ../src/guestfs-actions.pod:5424 ../src/guestfs-actions.pod:5463 ../src/guestfs-actions.pod:5483 ../src/guestfs-actions.pod:5497 ../src/guestfs-actions.pod:5514 ../src/guestfs-actions.pod:5563 ../src/guestfs-actions.pod:5616 ../src/guestfs-actions.pod:5663 ../src/guestfs-actions.pod:5706 ../src/guestfs-actions.pod:5734 ../src/guestfs-actions.pod:5751 ../src/guestfs-actions.pod:5769 ../src/guestfs-actions.pod:5909 ../src/guestfs-actions.pod:5966 ../src/guestfs-actions.pod:5988 ../src/guestfs-actions.pod:6006 ../src/guestfs-actions.pod:6056 ../src/guestfs-actions.pod:6122 ../src/guestfs-actions.pod:6139 ../src/guestfs-actions.pod:6152 ../src/guestfs-actions.pod:6166 ../src/guestfs-actions.pod:6455 ../src/guestfs-actions.pod:6474 ../src/guestfs-actions.pod:6493 ../src/guestfs-actions.pod:6507 ../src/guestfs-actions.pod:6519 ../src/guestfs-actions.pod:6533 ../src/guestfs-actions.pod:6545 ../src/guestfs-actions.pod:6559 ../src/guestfs-actions.pod:6575 ../src/guestfs-actions.pod:6596 ../src/guestfs-actions.pod:6615 ../src/guestfs-actions.pod:6634 ../src/guestfs-actions.pod:6664 ../src/guestfs-actions.pod:6682 ../src/guestfs-actions.pod:6705 ../src/guestfs-actions.pod:6723 ../src/guestfs-actions.pod:6742 ../src/guestfs-actions.pod:6763 ../src/guestfs-actions.pod:6782 ../src/guestfs-actions.pod:6799 ../src/guestfs-actions.pod:6818 ../src/guestfs-actions.pod:6846 ../src/guestfs-actions.pod:6870 ../src/guestfs-actions.pod:6889 ../src/guestfs-actions.pod:6905 ../src/guestfs-actions.pod:6929 ../src/guestfs-actions.pod:6948 ../src/guestfs-actions.pod:6963 ../src/guestfs-actions.pod:6982 ../src/guestfs-actions.pod:7026 ../src/guestfs-actions.pod:7056 ../src/guestfs-actions.pod:7089 ../src/guestfs-actions.pod:7204 ../src/guestfs-actions.pod:7325 ../src/guestfs-actions.pod:7337 ../src/guestfs-actions.pod:7350 ../src/guestfs-actions.pod:7363 ../src/guestfs-actions.pod:7385 ../src/guestfs-actions.pod:7398 ../src/guestfs-actions.pod:7411 ../src/guestfs-actions.pod:7424 ../src/guestfs-actions.pod:7439 ../src/guestfs-actions.pod:7498 ../src/guestfs-actions.pod:7515 ../src/guestfs-actions.pod:7531 ../src/guestfs-actions.pod:7547 ../src/guestfs-actions.pod:7564 ../src/guestfs-actions.pod:7577 ../src/guestfs-actions.pod:7597 ../src/guestfs-actions.pod:7633 ../src/guestfs-actions.pod:7647 ../src/guestfs-actions.pod:7688 ../src/guestfs-actions.pod:7701 ../src/guestfs-actions.pod:7719 ../src/guestfs-actions.pod:7753 ../src/guestfs-actions.pod:7789 ../src/guestfs-actions.pod:7905 ../src/guestfs-actions.pod:7920 ../src/guestfs-actions.pod:7934 ../src/guestfs-actions.pod:7989 ../src/guestfs-actions.pod:8002 ../src/guestfs-actions.pod:8047 ../src/guestfs-actions.pod:8087 ../src/guestfs-actions.pod:8143 ../src/guestfs-actions.pod:8163 ../src/guestfs-actions.pod:8196 ../src/guestfs-actions.pod:8260 ../src/guestfs-actions.pod:8283 ../src/guestfs-actions.pod:8312 +#: ../src/guestfs-actions.pod:37 ../src/guestfs-actions.pod:187 ../src/guestfs-actions.pod:254 ../src/guestfs-actions.pod:291 ../src/guestfs-actions.pod:312 ../src/guestfs-actions.pod:333 ../src/guestfs-actions.pod:346 ../src/guestfs-actions.pod:360 ../src/guestfs-actions.pod:480 ../src/guestfs-actions.pod:500 ../src/guestfs-actions.pod:514 ../src/guestfs-actions.pod:559 ../src/guestfs-actions.pod:587 ../src/guestfs-actions.pod:605 ../src/guestfs-actions.pod:672 ../src/guestfs-actions.pod:705 ../src/guestfs-actions.pod:719 ../src/guestfs-actions.pod:734 ../src/guestfs-actions.pod:833 ../src/guestfs-actions.pod:851 ../src/guestfs-actions.pod:865 ../src/guestfs-actions.pod:879 ../src/guestfs-actions.pod:916 ../src/guestfs-actions.pod:1099 ../src/guestfs-actions.pod:1119 ../src/guestfs-actions.pod:1137 ../src/guestfs-actions.pod:1227 ../src/guestfs-actions.pod:1286 ../src/guestfs-actions.pod:1332 ../src/guestfs-actions.pod:1372 ../src/guestfs-actions.pod:1425 ../src/guestfs-actions.pod:1478 ../src/guestfs-actions.pod:1536 ../src/guestfs-actions.pod:1590 ../src/guestfs-actions.pod:1609 ../src/guestfs-actions.pod:1623 ../src/guestfs-actions.pod:1651 ../src/guestfs-actions.pod:1721 ../src/guestfs-actions.pod:1752 ../src/guestfs-actions.pod:1777 ../src/guestfs-actions.pod:1819 ../src/guestfs-actions.pod:1932 ../src/guestfs-actions.pod:1959 ../src/guestfs-actions.pod:2174 ../src/guestfs-actions.pod:2196 ../src/guestfs-actions.pod:2283 ../src/guestfs-actions.pod:2791 ../src/guestfs-actions.pod:2935 ../src/guestfs-actions.pod:2996 ../src/guestfs-actions.pod:3031 ../src/guestfs-actions.pod:4088 ../src/guestfs-actions.pod:4103 ../src/guestfs-actions.pod:4128 ../src/guestfs-actions.pod:4317 ../src/guestfs-actions.pod:4331 ../src/guestfs-actions.pod:4344 ../src/guestfs-actions.pod:4358 ../src/guestfs-actions.pod:4373 ../src/guestfs-actions.pod:4409 ../src/guestfs-actions.pod:4481 ../src/guestfs-actions.pod:4501 ../src/guestfs-actions.pod:4518 ../src/guestfs-actions.pod:4538 ../src/guestfs-actions.pod:4558 ../src/guestfs-actions.pod:4593 ../src/guestfs-actions.pod:4612 ../src/guestfs-actions.pod:4631 ../src/guestfs-actions.pod:4666 ../src/guestfs-actions.pod:4678 ../src/guestfs-actions.pod:4711 ../src/guestfs-actions.pod:4727 ../src/guestfs-actions.pod:4740 ../src/guestfs-actions.pod:4755 ../src/guestfs-actions.pod:4772 ../src/guestfs-actions.pod:4865 ../src/guestfs-actions.pod:4885 ../src/guestfs-actions.pod:4898 ../src/guestfs-actions.pod:4949 ../src/guestfs-actions.pod:4967 ../src/guestfs-actions.pod:4985 ../src/guestfs-actions.pod:5001 ../src/guestfs-actions.pod:5015 ../src/guestfs-actions.pod:5029 ../src/guestfs-actions.pod:5046 ../src/guestfs-actions.pod:5061 ../src/guestfs-actions.pod:5088 ../src/guestfs-actions.pod:5151 ../src/guestfs-actions.pod:5224 ../src/guestfs-actions.pod:5255 ../src/guestfs-actions.pod:5274 ../src/guestfs-actions.pod:5293 ../src/guestfs-actions.pod:5305 ../src/guestfs-actions.pod:5322 ../src/guestfs-actions.pod:5335 ../src/guestfs-actions.pod:5350 ../src/guestfs-actions.pod:5365 ../src/guestfs-actions.pod:5397 ../src/guestfs-actions.pod:5423 ../src/guestfs-actions.pod:5462 ../src/guestfs-actions.pod:5482 ../src/guestfs-actions.pod:5496 ../src/guestfs-actions.pod:5513 ../src/guestfs-actions.pod:5562 ../src/guestfs-actions.pod:5615 ../src/guestfs-actions.pod:5662 ../src/guestfs-actions.pod:5705 ../src/guestfs-actions.pod:5733 ../src/guestfs-actions.pod:5750 ../src/guestfs-actions.pod:5768 ../src/guestfs-actions.pod:5905 ../src/guestfs-actions.pod:5962 ../src/guestfs-actions.pod:5984 ../src/guestfs-actions.pod:6002 ../src/guestfs-actions.pod:6054 ../src/guestfs-actions.pod:6120 ../src/guestfs-actions.pod:6137 ../src/guestfs-actions.pod:6150 ../src/guestfs-actions.pod:6164 ../src/guestfs-actions.pod:6453 ../src/guestfs-actions.pod:6472 ../src/guestfs-actions.pod:6491 ../src/guestfs-actions.pod:6505 ../src/guestfs-actions.pod:6517 ../src/guestfs-actions.pod:6531 ../src/guestfs-actions.pod:6543 ../src/guestfs-actions.pod:6557 ../src/guestfs-actions.pod:6573 ../src/guestfs-actions.pod:6591 ../src/guestfs-actions.pod:6610 ../src/guestfs-actions.pod:6629 ../src/guestfs-actions.pod:6659 ../src/guestfs-actions.pod:6677 ../src/guestfs-actions.pod:6700 ../src/guestfs-actions.pod:6718 ../src/guestfs-actions.pod:6737 ../src/guestfs-actions.pod:6758 ../src/guestfs-actions.pod:6777 ../src/guestfs-actions.pod:6794 ../src/guestfs-actions.pod:6813 ../src/guestfs-actions.pod:6841 ../src/guestfs-actions.pod:6865 ../src/guestfs-actions.pod:6884 ../src/guestfs-actions.pod:6900 ../src/guestfs-actions.pod:6924 ../src/guestfs-actions.pod:6943 ../src/guestfs-actions.pod:6958 ../src/guestfs-actions.pod:6977 ../src/guestfs-actions.pod:7021 ../src/guestfs-actions.pod:7048 ../src/guestfs-actions.pod:7078 ../src/guestfs-actions.pod:7190 ../src/guestfs-actions.pod:7311 ../src/guestfs-actions.pod:7323 ../src/guestfs-actions.pod:7336 ../src/guestfs-actions.pod:7349 ../src/guestfs-actions.pod:7371 ../src/guestfs-actions.pod:7384 ../src/guestfs-actions.pod:7397 ../src/guestfs-actions.pod:7410 ../src/guestfs-actions.pod:7425 ../src/guestfs-actions.pod:7484 ../src/guestfs-actions.pod:7501 ../src/guestfs-actions.pod:7517 ../src/guestfs-actions.pod:7533 ../src/guestfs-actions.pod:7550 ../src/guestfs-actions.pod:7563 ../src/guestfs-actions.pod:7583 ../src/guestfs-actions.pod:7619 ../src/guestfs-actions.pod:7633 ../src/guestfs-actions.pod:7674 ../src/guestfs-actions.pod:7687 ../src/guestfs-actions.pod:7705 ../src/guestfs-actions.pod:7739 ../src/guestfs-actions.pod:7775 ../src/guestfs-actions.pod:7891 ../src/guestfs-actions.pod:7906 ../src/guestfs-actions.pod:7920 ../src/guestfs-actions.pod:7975 ../src/guestfs-actions.pod:7988 ../src/guestfs-actions.pod:8033 ../src/guestfs-actions.pod:8073 ../src/guestfs-actions.pod:8129 ../src/guestfs-actions.pod:8149 ../src/guestfs-actions.pod:8182 ../src/guestfs-actions.pod:8246 ../src/guestfs-actions.pod:8269 ../src/guestfs-actions.pod:8295 msgid "This function returns 0 on success or -1 on error." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:189 ../src/guestfs-actions.pod:1334 ../src/guestfs-actions.pod:2389 ../src/guestfs-actions.pod:2487 ../src/guestfs-actions.pod:2612 ../src/guestfs-actions.pod:4082 ../src/guestfs-actions.pod:4102 ../src/guestfs-actions.pod:5400 ../src/guestfs-actions.pod:6684 ../src/guestfs-actions.pod:6801 ../src/guestfs-actions.pod:6950 ../src/guestfs-actions.pod:7441 ../src/guestfs-actions.pod:7566 ../src/guestfs-actions.pod:8089 +#: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:189 ../src/guestfs-actions.pod:1334 ../src/guestfs-actions.pod:2397 ../src/guestfs-actions.pod:2495 ../src/guestfs-actions.pod:2620 ../src/guestfs-actions.pod:4090 ../src/guestfs-actions.pod:4110 ../src/guestfs-actions.pod:5399 ../src/guestfs-actions.pod:6679 ../src/guestfs-actions.pod:6796 ../src/guestfs-actions.pod:6945 ../src/guestfs-actions.pod:7427 ../src/guestfs-actions.pod:7552 ../src/guestfs-actions.pod:8075 msgid "(Added in 0.3)" msgstr "" @@ -23894,7 +23911,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:198 ../src/guestfs-actions.pod:890 ../src/guestfs-actions.pod:1214 ../src/guestfs-actions.pod:1266 ../src/guestfs-actions.pod:1344 ../src/guestfs-actions.pod:1411 ../src/guestfs-actions.pod:1462 ../src/guestfs-actions.pod:1513 ../src/guestfs-actions.pod:3280 ../src/guestfs-actions.pod:5101 ../src/guestfs-actions.pod:5410 ../src/guestfs-actions.pod:5627 +#: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:198 ../src/guestfs-actions.pod:890 ../src/guestfs-actions.pod:1214 ../src/guestfs-actions.pod:1266 ../src/guestfs-actions.pod:1344 ../src/guestfs-actions.pod:1413 ../src/guestfs-actions.pod:1466 ../src/guestfs-actions.pod:1519 ../src/guestfs-actions.pod:3288 ../src/guestfs-actions.pod:5100 ../src/guestfs-actions.pod:5409 ../src/guestfs-actions.pod:5626 msgid "" "You may supply a list of optional arguments to this call. Use zero or more " "of the following pairs of parameters, and terminate the list with C<-1> on " @@ -23931,7 +23948,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:144 ../src/guestfs-actions.pod:403 ../src/guestfs-actions.pod:573 ../src/guestfs-actions.pod:751 ../src/guestfs-actions.pod:782 ../src/guestfs-actions.pod:800 ../src/guestfs-actions.pod:819 ../src/guestfs-actions.pod:1789 ../src/guestfs-actions.pod:2145 ../src/guestfs-actions.pod:2348 ../src/guestfs-actions.pod:2459 ../src/guestfs-actions.pod:2510 ../src/guestfs-actions.pod:2562 ../src/guestfs-actions.pod:2576 ../src/guestfs-actions.pod:2599 ../src/guestfs-actions.pod:2914 ../src/guestfs-actions.pod:3398 ../src/guestfs-actions.pod:3416 ../src/guestfs-actions.pod:5586 ../src/guestfs-actions.pod:5806 ../src/guestfs-actions.pod:6044 ../src/guestfs-actions.pod:6236 ../src/guestfs-actions.pod:6262 ../src/guestfs-actions.pod:7674 ../src/guestfs-actions.pod:8100 ../src/guestfs-actions.pod:8113 ../src/guestfs-actions.pod:8126 +#: ../src/guestfs-actions.pod:144 ../src/guestfs-actions.pod:403 ../src/guestfs-actions.pod:573 ../src/guestfs-actions.pod:751 ../src/guestfs-actions.pod:782 ../src/guestfs-actions.pod:800 ../src/guestfs-actions.pod:819 ../src/guestfs-actions.pod:1797 ../src/guestfs-actions.pod:2153 ../src/guestfs-actions.pod:2356 ../src/guestfs-actions.pod:2467 ../src/guestfs-actions.pod:2518 ../src/guestfs-actions.pod:2570 ../src/guestfs-actions.pod:2584 ../src/guestfs-actions.pod:2607 ../src/guestfs-actions.pod:2922 ../src/guestfs-actions.pod:3406 ../src/guestfs-actions.pod:3424 ../src/guestfs-actions.pod:5585 ../src/guestfs-actions.pod:5802 ../src/guestfs-actions.pod:6040 ../src/guestfs-actions.pod:6234 ../src/guestfs-actions.pod:6260 ../src/guestfs-actions.pod:7660 ../src/guestfs-actions.pod:8086 ../src/guestfs-actions.pod:8099 ../src/guestfs-actions.pod:8112 msgid "On error this function returns -1." msgstr "" @@ -23962,7 +23979,7 @@ msgid "This is the \"va_list variant\" of L</guestfs_add_domain>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:157 ../src/guestfs-actions.pod:168 ../src/guestfs-actions.pod:267 ../src/guestfs-actions.pod:278 ../src/guestfs-actions.pod:929 ../src/guestfs-actions.pod:940 ../src/guestfs-actions.pod:1242 ../src/guestfs-actions.pod:1255 ../src/guestfs-actions.pod:1301 ../src/guestfs-actions.pod:1314 ../src/guestfs-actions.pod:1389 ../src/guestfs-actions.pod:1401 ../src/guestfs-actions.pod:1440 ../src/guestfs-actions.pod:1452 ../src/guestfs-actions.pod:1491 ../src/guestfs-actions.pod:1503 ../src/guestfs-actions.pod:1547 ../src/guestfs-actions.pod:1559 ../src/guestfs-actions.pod:3364 ../src/guestfs-actions.pod:3376 ../src/guestfs-actions.pod:5166 ../src/guestfs-actions.pod:5178 ../src/guestfs-actions.pod:5438 ../src/guestfs-actions.pod:5450 ../src/guestfs-actions.pod:5676 ../src/guestfs-actions.pod:5687 +#: ../src/guestfs-actions.pod:157 ../src/guestfs-actions.pod:168 ../src/guestfs-actions.pod:267 ../src/guestfs-actions.pod:278 ../src/guestfs-actions.pod:929 ../src/guestfs-actions.pod:940 ../src/guestfs-actions.pod:1242 ../src/guestfs-actions.pod:1255 ../src/guestfs-actions.pod:1301 ../src/guestfs-actions.pod:1314 ../src/guestfs-actions.pod:1391 ../src/guestfs-actions.pod:1403 ../src/guestfs-actions.pod:1444 ../src/guestfs-actions.pod:1456 ../src/guestfs-actions.pod:1497 ../src/guestfs-actions.pod:1509 ../src/guestfs-actions.pod:1555 ../src/guestfs-actions.pod:1567 ../src/guestfs-actions.pod:3372 ../src/guestfs-actions.pod:3384 ../src/guestfs-actions.pod:5165 ../src/guestfs-actions.pod:5177 ../src/guestfs-actions.pod:5437 ../src/guestfs-actions.pod:5449 ../src/guestfs-actions.pod:5675 ../src/guestfs-actions.pod:5686 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>." msgstr "" @@ -24162,7 +24179,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:314 ../src/guestfs-actions.pod:335 ../src/guestfs-actions.pod:2873 +#: ../src/guestfs-actions.pod:314 ../src/guestfs-actions.pod:335 ../src/guestfs-actions.pod:2881 msgid "(Added in 1.0.84)" msgstr "" @@ -24205,7 +24222,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:348 ../src/guestfs-actions.pod:2601 +#: ../src/guestfs-actions.pod:348 ../src/guestfs-actions.pod:2609 msgid "(Added in 1.3.4)" msgstr "" @@ -24232,7 +24249,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:362 ../src/guestfs-actions.pod:387 ../src/guestfs-actions.pod:405 ../src/guestfs-actions.pod:419 ../src/guestfs-actions.pod:482 ../src/guestfs-actions.pod:502 ../src/guestfs-actions.pod:516 ../src/guestfs-actions.pod:547 ../src/guestfs-actions.pod:561 ../src/guestfs-actions.pod:575 ../src/guestfs-actions.pod:589 ../src/guestfs-actions.pod:607 ../src/guestfs-actions.pod:6313 +#: ../src/guestfs-actions.pod:362 ../src/guestfs-actions.pod:387 ../src/guestfs-actions.pod:405 ../src/guestfs-actions.pod:419 ../src/guestfs-actions.pod:482 ../src/guestfs-actions.pod:502 ../src/guestfs-actions.pod:516 ../src/guestfs-actions.pod:547 ../src/guestfs-actions.pod:561 ../src/guestfs-actions.pod:575 ../src/guestfs-actions.pod:589 ../src/guestfs-actions.pod:607 ../src/guestfs-actions.pod:6311 msgid "(Added in 0.7)" msgstr "" @@ -24300,7 +24317,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:416 ../src/guestfs-actions.pod:980 ../src/guestfs-actions.pod:998 ../src/guestfs-actions.pod:1058 ../src/guestfs-actions.pod:1074 ../src/guestfs-actions.pod:1177 ../src/guestfs-actions.pod:1658 ../src/guestfs-actions.pod:1675 ../src/guestfs-actions.pod:1694 ../src/guestfs-actions.pod:1828 ../src/guestfs-actions.pod:2016 ../src/guestfs-actions.pod:2128 ../src/guestfs-actions.pod:2291 ../src/guestfs-actions.pod:2308 ../src/guestfs-actions.pod:2375 ../src/guestfs-actions.pod:2418 ../src/guestfs-actions.pod:2439 ../src/guestfs-actions.pod:2624 ../src/guestfs-actions.pod:2838 ../src/guestfs-actions.pod:3042 ../src/guestfs-actions.pod:3144 ../src/guestfs-actions.pod:3248 ../src/guestfs-actions.pod:3267 ../src/guestfs-actions.pod:3482 ../src/guestfs-actions.pod:3510 ../src/guestfs-actions.pod:3531 ../src/guestfs-actions.pod:3565 ../src/guestfs-actions.pod:3628 ../src/guestfs-actions.pod:3648 ../src/guestfs-actions.pod:3668 ../src/guestfs-actions.pod:4295 ../src/guestfs-actions.pod:4648 ../src/guestfs-actions.pod:4818 ../src/guestfs-actions.pod:4928 ../src/guestfs-actions.pod:5824 ../src/guestfs-actions.pod:6025 ../src/guestfs-actions.pod:6211 ../src/guestfs-actions.pod:6389 ../src/guestfs-actions.pod:6438 ../src/guestfs-actions.pod:7110 ../src/guestfs-actions.pod:7126 ../src/guestfs-actions.pod:7150 ../src/guestfs-actions.pod:7174 ../src/guestfs-actions.pod:7848 ../src/guestfs-actions.pod:7867 ../src/guestfs-actions.pod:7885 ../src/guestfs-actions.pod:8059 ../src/guestfs-actions.pod:8376 +#: ../src/guestfs-actions.pod:416 ../src/guestfs-actions.pod:980 ../src/guestfs-actions.pod:998 ../src/guestfs-actions.pod:1058 ../src/guestfs-actions.pod:1074 ../src/guestfs-actions.pod:1177 ../src/guestfs-actions.pod:1666 ../src/guestfs-actions.pod:1683 ../src/guestfs-actions.pod:1702 ../src/guestfs-actions.pod:1836 ../src/guestfs-actions.pod:2024 ../src/guestfs-actions.pod:2136 ../src/guestfs-actions.pod:2299 ../src/guestfs-actions.pod:2316 ../src/guestfs-actions.pod:2383 ../src/guestfs-actions.pod:2426 ../src/guestfs-actions.pod:2447 ../src/guestfs-actions.pod:2632 ../src/guestfs-actions.pod:2846 ../src/guestfs-actions.pod:3050 ../src/guestfs-actions.pod:3152 ../src/guestfs-actions.pod:3256 ../src/guestfs-actions.pod:3275 ../src/guestfs-actions.pod:3490 ../src/guestfs-actions.pod:3518 ../src/guestfs-actions.pod:3539 ../src/guestfs-actions.pod:3573 ../src/guestfs-actions.pod:3636 ../src/guestfs-actions.pod:3656 ../src/guestfs-actions.pod:3676 ../src/guestfs-actions.pod:4303 ../src/guestfs-actions.pod:4650 ../src/guestfs-actions.pod:4817 ../src/guestfs-actions.pod:4927 ../src/guestfs-actions.pod:5820 ../src/guestfs-actions.pod:6021 ../src/guestfs-actions.pod:6209 ../src/guestfs-actions.pod:6387 ../src/guestfs-actions.pod:6436 ../src/guestfs-actions.pod:7096 ../src/guestfs-actions.pod:7112 ../src/guestfs-actions.pod:7136 ../src/guestfs-actions.pod:7160 ../src/guestfs-actions.pod:7834 ../src/guestfs-actions.pod:7853 ../src/guestfs-actions.pod:7871 ../src/guestfs-actions.pod:8045 ../src/guestfs-actions.pod:8359 msgid "" "This function returns a string, or NULL on error. I<The caller must free " "the returned string after use>." @@ -24400,7 +24417,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:527 ../src/guestfs-actions.pod:543 ../src/guestfs-actions.pod:689 ../src/guestfs-actions.pod:1196 ../src/guestfs-actions.pod:1843 ../src/guestfs-actions.pod:1862 ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:1984 ../src/guestfs-actions.pod:2230 ../src/guestfs-actions.pod:2696 ../src/guestfs-actions.pod:2712 ../src/guestfs-actions.pod:2731 ../src/guestfs-actions.pod:2796 ../src/guestfs-actions.pod:2820 ../src/guestfs-actions.pod:2891 ../src/guestfs-actions.pod:2940 ../src/guestfs-actions.pod:3209 ../src/guestfs-actions.pod:3584 ../src/guestfs-actions.pod:3864 ../src/guestfs-actions.pod:4178 ../src/guestfs-actions.pod:4195 ../src/guestfs-actions.pod:4215 ../src/guestfs-actions.pod:4277 ../src/guestfs-actions.pod:4382 ../src/guestfs-actions.pod:4790 ../src/guestfs-actions.pod:5547 ../src/guestfs-actions.pod:6183 ../src/guestfs-actions.pod:6309 ../src/guestfs-actions.pod:6423 ../src/guestfs-actions.pod:7190 ../src/guestfs-actions.pod:7251 ../src/guestfs-actions.pod:7306 ../src/guestfs-actions.pod:7452 ../src/guestfs-actions.pod:7476 ../src/guestfs-actions.pod:7952 ../src/guestfs-actions.pod:7972 ../src/guestfs-actions.pod:8019 ../src/guestfs-actions.pod:8213 ../src/guestfs-actions.pod:8232 ../src/guestfs-actions.pod:8326 ../src/guestfs-actions.pod:8345 ../src/guestfs-actions.pod:8391 ../src/guestfs-actions.pod:8410 +#: ../src/guestfs-actions.pod:527 ../src/guestfs-actions.pod:543 ../src/guestfs-actions.pod:689 ../src/guestfs-actions.pod:1196 ../src/guestfs-actions.pod:1851 ../src/guestfs-actions.pod:1870 ../src/guestfs-actions.pod:1973 ../src/guestfs-actions.pod:1992 ../src/guestfs-actions.pod:2238 ../src/guestfs-actions.pod:2704 ../src/guestfs-actions.pod:2720 ../src/guestfs-actions.pod:2739 ../src/guestfs-actions.pod:2804 ../src/guestfs-actions.pod:2828 ../src/guestfs-actions.pod:2899 ../src/guestfs-actions.pod:2948 ../src/guestfs-actions.pod:3217 ../src/guestfs-actions.pod:3592 ../src/guestfs-actions.pod:3872 ../src/guestfs-actions.pod:4186 ../src/guestfs-actions.pod:4203 ../src/guestfs-actions.pod:4223 ../src/guestfs-actions.pod:4285 ../src/guestfs-actions.pod:4390 ../src/guestfs-actions.pod:4789 ../src/guestfs-actions.pod:5546 ../src/guestfs-actions.pod:6181 ../src/guestfs-actions.pod:6307 ../src/guestfs-actions.pod:6421 ../src/guestfs-actions.pod:7176 ../src/guestfs-actions.pod:7237 ../src/guestfs-actions.pod:7292 ../src/guestfs-actions.pod:7438 ../src/guestfs-actions.pod:7462 ../src/guestfs-actions.pod:7938 ../src/guestfs-actions.pod:7958 ../src/guestfs-actions.pod:8005 ../src/guestfs-actions.pod:8199 ../src/guestfs-actions.pod:8218 ../src/guestfs-actions.pod:8309 ../src/guestfs-actions.pod:8328 ../src/guestfs-actions.pod:8374 ../src/guestfs-actions.pod:8393 msgid "" "This function returns a NULL-terminated array of strings (like " "L<environ(3)>), or NULL if there was an error. I<The caller must free the " @@ -24408,7 +24425,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:531 ../src/guestfs-actions.pod:1121 ../src/guestfs-actions.pod:1139 ../src/guestfs-actions.pod:1900 ../src/guestfs-actions.pod:3942 ../src/guestfs-actions.pod:3973 ../src/guestfs-actions.pod:4631 ../src/guestfs-actions.pod:4681 ../src/guestfs-actions.pod:4868 ../src/guestfs-actions.pod:4901 ../src/guestfs-actions.pod:5064 ../src/guestfs-actions.pod:5551 ../src/guestfs-actions.pod:6124 ../src/guestfs-actions.pod:6521 ../src/guestfs-actions.pod:6535 ../src/guestfs-actions.pod:6547 ../src/guestfs-actions.pod:7031 ../src/guestfs-actions.pod:7690 ../src/guestfs-actions.pod:7703 ../src/guestfs-actions.pod:7936 ../src/guestfs-actions.pod:8201 +#: ../src/guestfs-actions.pod:531 ../src/guestfs-actions.pod:1121 ../src/guestfs-actions.pod:1139 ../src/guestfs-actions.pod:1908 ../src/guestfs-actions.pod:3950 ../src/guestfs-actions.pod:3981 ../src/guestfs-actions.pod:4633 ../src/guestfs-actions.pod:4680 ../src/guestfs-actions.pod:4867 ../src/guestfs-actions.pod:4900 ../src/guestfs-actions.pod:5063 ../src/guestfs-actions.pod:5550 ../src/guestfs-actions.pod:6122 ../src/guestfs-actions.pod:6519 ../src/guestfs-actions.pod:6533 ../src/guestfs-actions.pod:6545 ../src/guestfs-actions.pod:7023 ../src/guestfs-actions.pod:7676 ../src/guestfs-actions.pod:7689 ../src/guestfs-actions.pod:7922 ../src/guestfs-actions.pod:8187 msgid "(Added in 0.8)" msgstr "" @@ -24540,7 +24557,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:674 ../src/guestfs-actions.pod:1645 +#: ../src/guestfs-actions.pod:674 ../src/guestfs-actions.pod:1653 msgid "(Added in 1.0.80)" msgstr "" @@ -24665,7 +24682,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:766 ../src/guestfs-actions.pod:1883 ../src/guestfs-actions.pod:1898 ../src/guestfs-actions.pod:2387 ../src/guestfs-actions.pod:2398 ../src/guestfs-actions.pod:2470 ../src/guestfs-actions.pod:2496 ../src/guestfs-actions.pod:2536 ../src/guestfs-actions.pod:2551 ../src/guestfs-actions.pod:2587 ../src/guestfs-actions.pod:2610 ../src/guestfs-actions.pod:3685 ../src/guestfs-actions.pod:3701 ../src/guestfs-actions.pod:3719 ../src/guestfs-actions.pod:3881 ../src/guestfs-actions.pod:3895 ../src/guestfs-actions.pod:3910 ../src/guestfs-actions.pod:3924 ../src/guestfs-actions.pod:3940 ../src/guestfs-actions.pod:3955 ../src/guestfs-actions.pod:3971 ../src/guestfs-actions.pod:3985 ../src/guestfs-actions.pod:3998 ../src/guestfs-actions.pod:4012 ../src/guestfs-actions.pod:4027 ../src/guestfs-actions.pod:4042 ../src/guestfs-actions.pod:4055 ../src/guestfs-actions.pod:4069 ../src/guestfs-actions.pod:5788 +#: ../src/guestfs-actions.pod:766 ../src/guestfs-actions.pod:1891 ../src/guestfs-actions.pod:1906 ../src/guestfs-actions.pod:2395 ../src/guestfs-actions.pod:2406 ../src/guestfs-actions.pod:2478 ../src/guestfs-actions.pod:2504 ../src/guestfs-actions.pod:2544 ../src/guestfs-actions.pod:2559 ../src/guestfs-actions.pod:2595 ../src/guestfs-actions.pod:2618 ../src/guestfs-actions.pod:3693 ../src/guestfs-actions.pod:3709 ../src/guestfs-actions.pod:3727 ../src/guestfs-actions.pod:3889 ../src/guestfs-actions.pod:3903 ../src/guestfs-actions.pod:3918 ../src/guestfs-actions.pod:3932 ../src/guestfs-actions.pod:3948 ../src/guestfs-actions.pod:3963 ../src/guestfs-actions.pod:3979 ../src/guestfs-actions.pod:3993 ../src/guestfs-actions.pod:4006 ../src/guestfs-actions.pod:4020 ../src/guestfs-actions.pod:4035 ../src/guestfs-actions.pod:4050 ../src/guestfs-actions.pod:4063 ../src/guestfs-actions.pod:4077 ../src/guestfs-actions.pod:5784 msgid "This function returns a C truth value on success or -1 on error." msgstr "" @@ -24895,7 +24912,7 @@ msgid "See also C<guestfs_realpath>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:983 ../src/guestfs-actions.pod:7870 +#: ../src/guestfs-actions.pod:983 ../src/guestfs-actions.pod:7856 msgid "(Added in 1.0.75)" msgstr "" @@ -24924,7 +24941,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1004 ../src/guestfs-actions.pod:4199 ../src/guestfs-actions.pod:4281 ../src/guestfs-actions.pod:4298 ../src/guestfs-actions.pod:4386 ../src/guestfs-actions.pod:4794 ../src/guestfs-actions.pod:4808 ../src/guestfs-actions.pod:6187 ../src/guestfs-actions.pod:6201 ../src/guestfs-actions.pod:8023 ../src/guestfs-actions.pod:8037 +#: ../src/guestfs-actions.pod:1004 ../src/guestfs-actions.pod:4207 ../src/guestfs-actions.pod:4289 ../src/guestfs-actions.pod:4306 ../src/guestfs-actions.pod:4394 ../src/guestfs-actions.pod:4793 ../src/guestfs-actions.pod:4807 ../src/guestfs-actions.pod:6185 ../src/guestfs-actions.pod:6199 ../src/guestfs-actions.pod:8009 ../src/guestfs-actions.pod:8023 msgid "(Added in 0.4)" msgstr "" @@ -24955,7 +24972,7 @@ msgid "To get the checksums for many files, use C<guestfs_checksums_out>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1061 ../src/guestfs-actions.pod:1720 ../src/guestfs-actions.pod:2578 ../src/guestfs-actions.pod:3897 ../src/guestfs-actions.pod:3926 ../src/guestfs-actions.pod:3987 ../src/guestfs-actions.pod:4014 ../src/guestfs-actions.pod:7726 +#: ../src/guestfs-actions.pod:1061 ../src/guestfs-actions.pod:1728 ../src/guestfs-actions.pod:2586 ../src/guestfs-actions.pod:3905 ../src/guestfs-actions.pod:3934 ../src/guestfs-actions.pod:3995 ../src/guestfs-actions.pod:4022 ../src/guestfs-actions.pod:7712 msgid "(Added in 1.0.2)" msgstr "" @@ -24984,7 +25001,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1077 ../src/guestfs-actions.pod:5618 ../src/guestfs-actions.pod:5753 ../src/guestfs-actions.pod:5790 ../src/guestfs-actions.pod:5808 ../src/guestfs-actions.pod:5990 ../src/guestfs-actions.pod:7635 ../src/guestfs-actions.pod:7649 ../src/guestfs-actions.pod:8049 +#: ../src/guestfs-actions.pod:1077 ../src/guestfs-actions.pod:5617 ../src/guestfs-actions.pod:5752 ../src/guestfs-actions.pod:5786 ../src/guestfs-actions.pod:5804 ../src/guestfs-actions.pod:5986 ../src/guestfs-actions.pod:7621 ../src/guestfs-actions.pod:7635 ../src/guestfs-actions.pod:8035 msgid "(Added in 1.3.2)" msgstr "" @@ -25069,7 +25086,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1183 ../src/guestfs-actions.pod:1203 ../src/guestfs-actions.pod:2019 +#: ../src/guestfs-actions.pod:1183 ../src/guestfs-actions.pod:1203 ../src/guestfs-actions.pod:2027 msgid "(Added in 0.9.1)" msgstr "" @@ -25134,7 +25151,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1229 ../src/guestfs-actions.pod:1288 ../src/guestfs-actions.pod:2564 ../src/guestfs-actions.pod:6907 +#: ../src/guestfs-actions.pod:1229 ../src/guestfs-actions.pod:1288 ../src/guestfs-actions.pod:2572 ../src/guestfs-actions.pod:6902 msgid "(Added in 1.13.15)" msgstr "" @@ -25311,7 +25328,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1374 ../src/guestfs-actions.pod:1425 ../src/guestfs-actions.pod:1476 ../src/guestfs-actions.pod:1532 ../src/guestfs-actions.pod:1584 ../src/guestfs-actions.pod:1715 ../src/guestfs-actions.pod:1746 ../src/guestfs-actions.pod:1791 ../src/guestfs-actions.pod:2168 ../src/guestfs-actions.pod:2190 ../src/guestfs-actions.pod:4097 ../src/guestfs-actions.pod:7721 ../src/guestfs-actions.pod:7755 ../src/guestfs-actions.pod:8262 ../src/guestfs-actions.pod:8285 +#: ../src/guestfs-actions.pod:1374 ../src/guestfs-actions.pod:1427 ../src/guestfs-actions.pod:1480 ../src/guestfs-actions.pod:1538 ../src/guestfs-actions.pod:1592 ../src/guestfs-actions.pod:1723 ../src/guestfs-actions.pod:1754 ../src/guestfs-actions.pod:1799 ../src/guestfs-actions.pod:2176 ../src/guestfs-actions.pod:2198 ../src/guestfs-actions.pod:4105 ../src/guestfs-actions.pod:7707 ../src/guestfs-actions.pod:7741 ../src/guestfs-actions.pod:8248 ../src/guestfs-actions.pod:8271 msgid "" "This long-running command can generate progress notification messages so " "that the caller can display a progress bar or indicator. To receive these " @@ -25319,13 +25336,18 @@ msgid "" "L<guestfs(3)/GUESTFS_EVENT_PROGRESS>." msgstr "" +#. type: textblock +#: ../src/guestfs-actions.pod:1379 ../src/guestfs-actions.pod:1432 ../src/guestfs-actions.pod:1485 ../src/guestfs-actions.pod:1543 ../src/guestfs-actions.pod:6042 +msgid "(Added in 1.13.25)" +msgstr "" + #. type: =head2 -#: ../src/guestfs-actions.pod:1379 +#: ../src/guestfs-actions.pod:1381 msgid "guestfs_copy_device_to_device_va" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1381 +#: ../src/guestfs-actions.pod:1383 #, no-wrap msgid "" " int\n" @@ -25337,17 +25359,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1387 +#: ../src/guestfs-actions.pod:1389 msgid "This is the \"va_list variant\" of L</guestfs_copy_device_to_device>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1391 +#: ../src/guestfs-actions.pod:1393 msgid "guestfs_copy_device_to_device_argv" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1393 +#: ../src/guestfs-actions.pod:1395 #, no-wrap msgid "" " int\n" @@ -25360,17 +25382,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1399 +#: ../src/guestfs-actions.pod:1401 msgid "This is the \"argv variant\" of L</guestfs_copy_device_to_device>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1403 +#: ../src/guestfs-actions.pod:1405 msgid "guestfs_copy_device_to_file" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1405 +#: ../src/guestfs-actions.pod:1407 #, no-wrap msgid "" " int\n" @@ -25382,7 +25404,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1416 +#: ../src/guestfs-actions.pod:1418 #, no-wrap msgid "" " GUESTFS_COPY_DEVICE_TO_FILE_SRCOFFSET, int64_t srcoffset,\n" @@ -25392,17 +25414,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1420 ../src/guestfs-actions.pod:1471 ../src/guestfs-actions.pod:1522 +#: ../src/guestfs-actions.pod:1422 ../src/guestfs-actions.pod:1475 ../src/guestfs-actions.pod:1528 msgid "See C<guestfs_copy_device_to_device> for a general overview of this call." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1430 +#: ../src/guestfs-actions.pod:1434 msgid "guestfs_copy_device_to_file_va" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1432 +#: ../src/guestfs-actions.pod:1436 #, no-wrap msgid "" " int\n" @@ -25414,17 +25436,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1438 +#: ../src/guestfs-actions.pod:1442 msgid "This is the \"va_list variant\" of L</guestfs_copy_device_to_file>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1442 +#: ../src/guestfs-actions.pod:1446 msgid "guestfs_copy_device_to_file_argv" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1444 +#: ../src/guestfs-actions.pod:1448 #, no-wrap msgid "" " int\n" @@ -25437,17 +25459,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1450 +#: ../src/guestfs-actions.pod:1454 msgid "This is the \"argv variant\" of L</guestfs_copy_device_to_file>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1454 +#: ../src/guestfs-actions.pod:1458 msgid "guestfs_copy_file_to_device" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1456 +#: ../src/guestfs-actions.pod:1460 #, no-wrap msgid "" " int\n" @@ -25459,7 +25481,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1467 +#: ../src/guestfs-actions.pod:1471 #, no-wrap msgid "" " GUESTFS_COPY_FILE_TO_DEVICE_SRCOFFSET, int64_t srcoffset,\n" @@ -25469,12 +25491,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1481 +#: ../src/guestfs-actions.pod:1487 msgid "guestfs_copy_file_to_device_va" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1483 +#: ../src/guestfs-actions.pod:1489 #, no-wrap msgid "" " int\n" @@ -25486,17 +25508,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1489 +#: ../src/guestfs-actions.pod:1495 msgid "This is the \"va_list variant\" of L</guestfs_copy_file_to_device>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1493 +#: ../src/guestfs-actions.pod:1499 msgid "guestfs_copy_file_to_device_argv" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1495 +#: ../src/guestfs-actions.pod:1501 #, no-wrap msgid "" " int\n" @@ -25509,17 +25531,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1501 +#: ../src/guestfs-actions.pod:1507 msgid "This is the \"argv variant\" of L</guestfs_copy_file_to_device>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1505 +#: ../src/guestfs-actions.pod:1511 msgid "guestfs_copy_file_to_file" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1507 +#: ../src/guestfs-actions.pod:1513 #, no-wrap msgid "" " int\n" @@ -25531,7 +25553,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1518 +#: ../src/guestfs-actions.pod:1524 #, no-wrap msgid "" " GUESTFS_COPY_FILE_TO_FILE_SRCOFFSET, int64_t srcoffset,\n" @@ -25541,7 +25563,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1525 +#: ../src/guestfs-actions.pod:1531 msgid "" "This is B<not> the function you want for copying files. This is for copying " "blocks within existing files. See C<guestfs_cp>, C<guestfs_cp_a> and " @@ -25549,12 +25571,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1537 +#: ../src/guestfs-actions.pod:1545 msgid "guestfs_copy_file_to_file_va" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1539 +#: ../src/guestfs-actions.pod:1547 #, no-wrap msgid "" " int\n" @@ -25566,17 +25588,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1545 +#: ../src/guestfs-actions.pod:1553 msgid "This is the \"va_list variant\" of L</guestfs_copy_file_to_file>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1549 +#: ../src/guestfs-actions.pod:1557 msgid "guestfs_copy_file_to_file_argv" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1551 +#: ../src/guestfs-actions.pod:1559 #, no-wrap msgid "" " int\n" @@ -25589,17 +25611,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1557 +#: ../src/guestfs-actions.pod:1565 msgid "This is the \"argv variant\" of L</guestfs_copy_file_to_file>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1561 +#: ../src/guestfs-actions.pod:1569 msgid "guestfs_copy_size" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1563 +#: ../src/guestfs-actions.pod:1571 #, no-wrap msgid "" " int\n" @@ -25611,24 +25633,24 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1569 ../src/guestfs-actions.pod:1626 +#: ../src/guestfs-actions.pod:1577 ../src/guestfs-actions.pod:1634 msgid "" "I<This function is deprecated.> In new code, use the " "L</guestfs_copy_device_to_device> call instead." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1589 ../src/guestfs-actions.pod:4821 ../src/guestfs-actions.pod:6214 ../src/guestfs-actions.pod:7956 ../src/guestfs-actions.pod:7976 ../src/guestfs-actions.pod:8062 +#: ../src/guestfs-actions.pod:1597 ../src/guestfs-actions.pod:4820 ../src/guestfs-actions.pod:6212 ../src/guestfs-actions.pod:7942 ../src/guestfs-actions.pod:7962 ../src/guestfs-actions.pod:8048 msgid "(Added in 1.0.87)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1591 +#: ../src/guestfs-actions.pod:1599 msgid "guestfs_cp" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1593 +#: ../src/guestfs-actions.pod:1601 #, no-wrap msgid "" " int\n" @@ -25639,17 +25661,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1603 ../src/guestfs-actions.pod:1617 ../src/guestfs-actions.pod:1697 ../src/guestfs-actions.pod:1771 ../src/guestfs-actions.pod:1885 ../src/guestfs-actions.pod:5565 ../src/guestfs-actions.pod:6058 +#: ../src/guestfs-actions.pod:1611 ../src/guestfs-actions.pod:1625 ../src/guestfs-actions.pod:1705 ../src/guestfs-actions.pod:1779 ../src/guestfs-actions.pod:1893 ../src/guestfs-actions.pod:5564 ../src/guestfs-actions.pod:6056 msgid "(Added in 1.0.18)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1605 +#: ../src/guestfs-actions.pod:1613 msgid "guestfs_cp_a" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1607 +#: ../src/guestfs-actions.pod:1615 #, no-wrap msgid "" " int\n" @@ -25660,12 +25682,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1619 +#: ../src/guestfs-actions.pod:1627 msgid "guestfs_dd" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1621 +#: ../src/guestfs-actions.pod:1629 #, no-wrap msgid "" " int\n" @@ -25676,7 +25698,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1638 +#: ../src/guestfs-actions.pod:1646 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 " @@ -25684,12 +25706,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1647 +#: ../src/guestfs-actions.pod:1655 msgid "guestfs_df" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1649 +#: ../src/guestfs-actions.pod:1657 #, no-wrap msgid "" " char *\n" @@ -25698,7 +25720,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1654 ../src/guestfs-actions.pod:1671 +#: ../src/guestfs-actions.pod:1662 ../src/guestfs-actions.pod:1679 msgid "" "This command is mostly useful for interactive sessions. It is I<not> " "intended that you try to parse the output string. Use C<guestfs_statvfs> " @@ -25706,17 +25728,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1661 ../src/guestfs-actions.pod:1678 ../src/guestfs-actions.pod:1796 ../src/guestfs-actions.pod:2803 ../src/guestfs-actions.pod:2827 ../src/guestfs-actions.pod:2895 ../src/guestfs-actions.pod:4931 ../src/guestfs-actions.pod:5465 ../src/guestfs-actions.pod:7459 ../src/guestfs-actions.pod:7483 ../src/guestfs-actions.pod:8102 ../src/guestfs-actions.pod:8115 ../src/guestfs-actions.pod:8128 +#: ../src/guestfs-actions.pod:1669 ../src/guestfs-actions.pod:1686 ../src/guestfs-actions.pod:1804 ../src/guestfs-actions.pod:2811 ../src/guestfs-actions.pod:2835 ../src/guestfs-actions.pod:2903 ../src/guestfs-actions.pod:4930 ../src/guestfs-actions.pod:5464 ../src/guestfs-actions.pod:7445 ../src/guestfs-actions.pod:7469 ../src/guestfs-actions.pod:8088 ../src/guestfs-actions.pod:8101 ../src/guestfs-actions.pod:8114 msgid "(Added in 1.0.54)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1663 +#: ../src/guestfs-actions.pod:1671 msgid "guestfs_df_h" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1665 +#: ../src/guestfs-actions.pod:1673 #, no-wrap msgid "" " char *\n" @@ -25725,12 +25747,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1680 +#: ../src/guestfs-actions.pod:1688 msgid "guestfs_dmesg" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1682 +#: ../src/guestfs-actions.pod:1690 #, no-wrap msgid "" " char *\n" @@ -25739,7 +25761,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1689 +#: ../src/guestfs-actions.pod:1697 msgid "" "Another way to get the same information is to enable verbose messages with " "C<guestfs_set_verbose> or by setting the environment variable " @@ -25747,12 +25769,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1699 +#: ../src/guestfs-actions.pod:1707 msgid "guestfs_download" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1701 +#: ../src/guestfs-actions.pod:1709 #, no-wrap msgid "" " int\n" @@ -25763,17 +25785,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1711 +#: ../src/guestfs-actions.pod:1719 msgid "See also C<guestfs_upload>, C<guestfs_cat>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1722 +#: ../src/guestfs-actions.pod:1730 msgid "guestfs_download_offset" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1724 +#: ../src/guestfs-actions.pod:1732 #, no-wrap msgid "" " int\n" @@ -25786,7 +25808,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1737 +#: ../src/guestfs-actions.pod:1745 msgid "" "Note that there is no limit on the amount of data that can be downloaded " "with this call, unlike with C<guestfs_pread>, and this call always reads the " @@ -25794,22 +25816,22 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1742 +#: ../src/guestfs-actions.pod:1750 msgid "See also C<guestfs_download>, C<guestfs_pread>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1751 ../src/guestfs-actions.pod:7760 +#: ../src/guestfs-actions.pod:1759 ../src/guestfs-actions.pod:7746 msgid "(Added in 1.5.17)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1753 +#: ../src/guestfs-actions.pod:1761 msgid "guestfs_drop_caches" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1755 +#: ../src/guestfs-actions.pod:1763 #, no-wrap msgid "" " int\n" @@ -25819,12 +25841,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1773 +#: ../src/guestfs-actions.pod:1781 msgid "guestfs_du" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1775 +#: ../src/guestfs-actions.pod:1783 #, no-wrap msgid "" " int64_t\n" @@ -25834,12 +25856,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1798 +#: ../src/guestfs-actions.pod:1806 msgid "guestfs_e2fsck_f" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1800 +#: ../src/guestfs-actions.pod:1808 #, no-wrap msgid "" " int\n" @@ -25849,24 +25871,24 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1808 +#: ../src/guestfs-actions.pod:1816 msgid "" "This command is only needed because of C<guestfs_resize2fs> (q.v.). " "Normally you should use C<guestfs_fsck>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1813 +#: ../src/guestfs-actions.pod:1821 msgid "(Added in 1.0.29)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1815 +#: ../src/guestfs-actions.pod:1823 msgid "guestfs_echo_daemon" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1817 +#: ../src/guestfs-actions.pod:1825 #, no-wrap msgid "" " char *\n" @@ -25876,22 +25898,22 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1826 +#: ../src/guestfs-actions.pod:1834 msgid "See also C<guestfs_ping_daemon>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1831 ../src/guestfs-actions.pod:2589 ../src/guestfs-actions.pod:6931 +#: ../src/guestfs-actions.pod:1839 ../src/guestfs-actions.pod:2597 ../src/guestfs-actions.pod:6926 msgid "(Added in 1.0.69)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1833 +#: ../src/guestfs-actions.pod:1841 msgid "guestfs_egrep" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1835 +#: ../src/guestfs-actions.pod:1843 #, no-wrap msgid "" " char **\n" @@ -25902,17 +25924,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1850 ../src/guestfs-actions.pod:1869 ../src/guestfs-actions.pod:1926 ../src/guestfs-actions.pod:1972 ../src/guestfs-actions.pod:1991 ../src/guestfs-actions.pod:2719 ../src/guestfs-actions.pod:2738 ../src/guestfs-actions.pod:2916 ../src/guestfs-actions.pod:2929 ../src/guestfs-actions.pod:2944 ../src/guestfs-actions.pod:2990 ../src/guestfs-actions.pod:3012 ../src/guestfs-actions.pod:3025 ../src/guestfs-actions.pod:4311 ../src/guestfs-actions.pod:4325 ../src/guestfs-actions.pod:4338 ../src/guestfs-actions.pod:4352 ../src/guestfs-actions.pod:5353 ../src/guestfs-actions.pod:6392 ../src/guestfs-actions.pod:6441 ../src/guestfs-actions.pod:7327 ../src/guestfs-actions.pod:7339 ../src/guestfs-actions.pod:7352 ../src/guestfs-actions.pod:7365 ../src/guestfs-actions.pod:7387 ../src/guestfs-actions.pod:7400 ../src/guestfs-actions.pod:7413 ../src/guestfs-actions.pod:7426 ../src/guestfs-actions.pod:8220 ../src/guestfs-actions.pod:8239 ../src/guestfs-actions.pod:8333 ../src/guestfs-actions.pod:8352 ../src/guestfs-actions.pod:8398 ../src/guestfs-actions.pod:8417 +#: ../src/guestfs-actions.pod:1858 ../src/guestfs-actions.pod:1877 ../src/guestfs-actions.pod:1934 ../src/guestfs-actions.pod:1980 ../src/guestfs-actions.pod:1999 ../src/guestfs-actions.pod:2727 ../src/guestfs-actions.pod:2746 ../src/guestfs-actions.pod:2924 ../src/guestfs-actions.pod:2937 ../src/guestfs-actions.pod:2952 ../src/guestfs-actions.pod:2998 ../src/guestfs-actions.pod:3020 ../src/guestfs-actions.pod:3033 ../src/guestfs-actions.pod:4319 ../src/guestfs-actions.pod:4333 ../src/guestfs-actions.pod:4346 ../src/guestfs-actions.pod:4360 ../src/guestfs-actions.pod:5352 ../src/guestfs-actions.pod:6390 ../src/guestfs-actions.pod:6439 ../src/guestfs-actions.pod:7313 ../src/guestfs-actions.pod:7325 ../src/guestfs-actions.pod:7338 ../src/guestfs-actions.pod:7351 ../src/guestfs-actions.pod:7373 ../src/guestfs-actions.pod:7386 ../src/guestfs-actions.pod:7399 ../src/guestfs-actions.pod:7412 ../src/guestfs-actions.pod:8206 ../src/guestfs-actions.pod:8225 ../src/guestfs-actions.pod:8316 ../src/guestfs-actions.pod:8335 ../src/guestfs-actions.pod:8381 ../src/guestfs-actions.pod:8400 msgid "(Added in 1.0.66)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1852 +#: ../src/guestfs-actions.pod:1860 msgid "guestfs_egrepi" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1854 +#: ../src/guestfs-actions.pod:1862 #, no-wrap msgid "" " char **\n" @@ -25923,12 +25945,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1871 +#: ../src/guestfs-actions.pod:1879 msgid "guestfs_equal" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1873 +#: ../src/guestfs-actions.pod:1881 #, no-wrap msgid "" " int\n" @@ -25939,12 +25961,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1887 +#: ../src/guestfs-actions.pod:1895 msgid "guestfs_exists" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1889 +#: ../src/guestfs-actions.pod:1897 #, no-wrap msgid "" " int\n" @@ -25954,17 +25976,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1896 +#: ../src/guestfs-actions.pod:1904 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1902 +#: ../src/guestfs-actions.pod:1910 msgid "guestfs_fallocate" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1904 +#: ../src/guestfs-actions.pod:1912 #, no-wrap msgid "" " int\n" @@ -25975,19 +25997,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1909 +#: ../src/guestfs-actions.pod:1917 msgid "" "I<This function is deprecated.> In new code, use the L</guestfs_fallocate64> " "call instead." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1928 +#: ../src/guestfs-actions.pod:1936 msgid "guestfs_fallocate64" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1930 +#: ../src/guestfs-actions.pod:1938 #, no-wrap msgid "" " int\n" @@ -25998,14 +26020,14 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1939 +#: ../src/guestfs-actions.pod:1947 msgid "" "Note that this call allocates disk blocks for the file. To create a sparse " "file use C<guestfs_truncate_size> instead." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1942 +#: ../src/guestfs-actions.pod:1950 msgid "" "The deprecated call C<guestfs_fallocate> does the same, but owing to an " "oversight it only allowed 30 bit lengths to be specified, effectively " @@ -26013,17 +26035,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1953 +#: ../src/guestfs-actions.pod:1961 msgid "(Added in 1.3.17)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1955 +#: ../src/guestfs-actions.pod:1963 msgid "guestfs_fgrep" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1957 +#: ../src/guestfs-actions.pod:1965 #, no-wrap msgid "" " char **\n" @@ -26034,12 +26056,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1974 +#: ../src/guestfs-actions.pod:1982 msgid "guestfs_fgrepi" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1976 +#: ../src/guestfs-actions.pod:1984 #, no-wrap msgid "" " char **\n" @@ -26050,12 +26072,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:1993 +#: ../src/guestfs-actions.pod:2001 msgid "guestfs_file" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:1995 +#: ../src/guestfs-actions.pod:2003 #, no-wrap msgid "" " char *\n" @@ -26065,19 +26087,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2013 +#: ../src/guestfs-actions.pod:2021 msgid "" "See also: L<file(1)>, C<guestfs_vfs_type>, C<guestfs_lstat>, " "C<guestfs_is_file>, C<guestfs_is_blockdev> (etc), C<guestfs_is_zero>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2021 +#: ../src/guestfs-actions.pod:2029 msgid "guestfs_file_architecture" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2023 +#: ../src/guestfs-actions.pod:2031 #, no-wrap msgid "" " char *\n" @@ -26087,17 +26109,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2131 ../src/guestfs-actions.pod:2294 ../src/guestfs-actions.pod:2311 ../src/guestfs-actions.pod:3045 ../src/guestfs-actions.pod:3147 ../src/guestfs-actions.pod:3213 ../src/guestfs-actions.pod:3400 ../src/guestfs-actions.pod:3418 ../src/guestfs-actions.pod:3458 ../src/guestfs-actions.pod:3534 ../src/guestfs-actions.pod:3631 ../src/guestfs-actions.pod:3868 ../src/guestfs-actions.pod:4000 +#: ../src/guestfs-actions.pod:2139 ../src/guestfs-actions.pod:2302 ../src/guestfs-actions.pod:2319 ../src/guestfs-actions.pod:3053 ../src/guestfs-actions.pod:3155 ../src/guestfs-actions.pod:3221 ../src/guestfs-actions.pod:3408 ../src/guestfs-actions.pod:3426 ../src/guestfs-actions.pod:3466 ../src/guestfs-actions.pod:3542 ../src/guestfs-actions.pod:3639 ../src/guestfs-actions.pod:3876 ../src/guestfs-actions.pod:4008 msgid "(Added in 1.5.3)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2133 +#: ../src/guestfs-actions.pod:2141 msgid "guestfs_filesize" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2135 +#: ../src/guestfs-actions.pod:2143 #, no-wrap msgid "" " int64_t\n" @@ -26107,7 +26129,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2141 +#: ../src/guestfs-actions.pod:2149 msgid "" "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, " "C<guestfs_is_dir>, C<guestfs_is_file> etc. To get the size of block " @@ -26115,17 +26137,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2147 +#: ../src/guestfs-actions.pod:2155 msgid "(Added in 1.0.82)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2149 +#: ../src/guestfs-actions.pod:2157 msgid "guestfs_fill" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2151 +#: ../src/guestfs-actions.pod:2159 #, no-wrap msgid "" " int\n" @@ -26137,7 +26159,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2161 +#: ../src/guestfs-actions.pod:2169 msgid "" "To fill a file with zero bytes (sparsely), it is much more efficient to use " "C<guestfs_truncate_size>. To create a file with a pattern of repeating " @@ -26145,17 +26167,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2173 +#: ../src/guestfs-actions.pod:2181 msgid "(Added in 1.0.79)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2175 +#: ../src/guestfs-actions.pod:2183 msgid "guestfs_fill_pattern" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2177 +#: ../src/guestfs-actions.pod:2185 #, no-wrap msgid "" " int\n" @@ -26167,7 +26189,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2183 +#: ../src/guestfs-actions.pod:2191 msgid "" "This function is like C<guestfs_fill> except that it creates a new file of " "length C<len> containing the repeating pattern of bytes in C<pattern>. The " @@ -26176,17 +26198,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2195 +#: ../src/guestfs-actions.pod:2203 msgid "(Added in 1.3.12)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2197 +#: ../src/guestfs-actions.pod:2205 msgid "guestfs_find" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2199 +#: ../src/guestfs-actions.pod:2207 #, no-wrap msgid "" " char **\n" @@ -26196,27 +26218,27 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2215 +#: ../src/guestfs-actions.pod:2223 msgid "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2228 +#: ../src/guestfs-actions.pod:2236 msgid "See also C<guestfs_find0>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2237 ../src/guestfs-actions.pod:4758 ../src/guestfs-actions.pod:6476 +#: ../src/guestfs-actions.pod:2245 ../src/guestfs-actions.pod:4757 ../src/guestfs-actions.pod:6474 msgid "(Added in 1.0.27)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2239 +#: ../src/guestfs-actions.pod:2247 msgid "guestfs_find0" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2241 +#: ../src/guestfs-actions.pod:2249 #, no-wrap msgid "" " int\n" @@ -26227,24 +26249,24 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2250 +#: ../src/guestfs-actions.pod:2258 msgid "" "This command works the same way as C<guestfs_find> with the following " "exceptions:" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2277 +#: ../src/guestfs-actions.pod:2285 msgid "(Added in 1.0.74)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2279 +#: ../src/guestfs-actions.pod:2287 msgid "guestfs_findfs_label" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2281 +#: ../src/guestfs-actions.pod:2289 #, no-wrap msgid "" " char *\n" @@ -26254,17 +26276,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2289 +#: ../src/guestfs-actions.pod:2297 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2296 +#: ../src/guestfs-actions.pod:2304 msgid "guestfs_findfs_uuid" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2298 +#: ../src/guestfs-actions.pod:2306 #, no-wrap msgid "" " char *\n" @@ -26274,17 +26296,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2306 +#: ../src/guestfs-actions.pod:2314 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2313 +#: ../src/guestfs-actions.pod:2321 msgid "guestfs_fsck" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2315 +#: ../src/guestfs-actions.pod:2323 #, no-wrap msgid "" " int\n" @@ -26295,17 +26317,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2350 ../src/guestfs-actions.pod:8267 +#: ../src/guestfs-actions.pod:2358 ../src/guestfs-actions.pod:8253 msgid "(Added in 1.0.16)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2352 +#: ../src/guestfs-actions.pod:2360 msgid "guestfs_get_append" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2354 +#: ../src/guestfs-actions.pod:2362 #, no-wrap msgid "" " const char *\n" @@ -26314,7 +26336,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2362 +#: ../src/guestfs-actions.pod:2370 msgid "" "This function returns a string which may be NULL. There is no way to return " "an error from this function. The string is owned by the guest handle and " @@ -26322,17 +26344,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2366 ../src/guestfs-actions.pod:6154 ../src/guestfs-actions.pod:6636 ../src/guestfs-actions.pod:7094 ../src/guestfs-actions.pod:7113 ../src/guestfs-actions.pod:7129 ../src/guestfs-actions.pod:7153 ../src/guestfs-actions.pod:7907 ../src/guestfs-actions.pod:7922 ../src/guestfs-actions.pod:8314 +#: ../src/guestfs-actions.pod:2374 ../src/guestfs-actions.pod:6152 ../src/guestfs-actions.pod:6631 ../src/guestfs-actions.pod:7080 ../src/guestfs-actions.pod:7099 ../src/guestfs-actions.pod:7115 ../src/guestfs-actions.pod:7139 ../src/guestfs-actions.pod:7893 ../src/guestfs-actions.pod:7908 ../src/guestfs-actions.pod:8297 msgid "(Added in 1.0.26)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2368 +#: ../src/guestfs-actions.pod:2376 msgid "guestfs_get_attach_method" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2370 +#: ../src/guestfs-actions.pod:2378 #, no-wrap msgid "" " char *\n" @@ -26341,22 +26363,22 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2373 +#: ../src/guestfs-actions.pod:2381 msgid "Return the current attach method. See C<guestfs_set_attach_method>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2378 ../src/guestfs-actions.pod:6666 +#: ../src/guestfs-actions.pod:2386 ../src/guestfs-actions.pod:6661 msgid "(Added in 1.9.8)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2380 +#: ../src/guestfs-actions.pod:2388 msgid "guestfs_get_autosync" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2382 +#: ../src/guestfs-actions.pod:2390 #, no-wrap msgid "" " int\n" @@ -26365,12 +26387,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2391 +#: ../src/guestfs-actions.pod:2399 msgid "guestfs_get_direct" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2393 +#: ../src/guestfs-actions.pod:2401 #, no-wrap msgid "" " int\n" @@ -26379,17 +26401,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2400 ../src/guestfs-actions.pod:6707 +#: ../src/guestfs-actions.pod:2408 ../src/guestfs-actions.pod:6702 msgid "(Added in 1.0.72)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2402 +#: ../src/guestfs-actions.pod:2410 msgid "guestfs_get_e2label" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2404 +#: ../src/guestfs-actions.pod:2412 #, no-wrap msgid "" " char *\n" @@ -26399,24 +26421,24 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2408 +#: ../src/guestfs-actions.pod:2416 msgid "" "I<This function is deprecated.> In new code, use the L</guestfs_vfs_label> " "call instead." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2421 ../src/guestfs-actions.pod:2442 ../src/guestfs-actions.pod:6725 ../src/guestfs-actions.pod:6744 +#: ../src/guestfs-actions.pod:2429 ../src/guestfs-actions.pod:2450 ../src/guestfs-actions.pod:6720 ../src/guestfs-actions.pod:6739 msgid "(Added in 1.0.15)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2423 +#: ../src/guestfs-actions.pod:2431 msgid "guestfs_get_e2uuid" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2425 +#: ../src/guestfs-actions.pod:2433 #, no-wrap msgid "" " char *\n" @@ -26426,19 +26448,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2429 +#: ../src/guestfs-actions.pod:2437 msgid "" "I<This function is deprecated.> In new code, use the L</guestfs_vfs_uuid> " "call instead." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2444 +#: ../src/guestfs-actions.pod:2452 msgid "guestfs_get_memsize" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2446 +#: ../src/guestfs-actions.pod:2454 #, no-wrap msgid "" " int\n" @@ -26447,7 +26469,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2452 +#: ../src/guestfs-actions.pod:2460 msgid "" "If C<guestfs_set_memsize> was not called on this handle, and if " "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default " @@ -26455,17 +26477,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2461 ../src/guestfs-actions.pod:5049 ../src/guestfs-actions.pod:5258 ../src/guestfs-actions.pod:5277 ../src/guestfs-actions.pod:5296 ../src/guestfs-actions.pod:5308 ../src/guestfs-actions.pod:5325 ../src/guestfs-actions.pod:5338 ../src/guestfs-actions.pod:6379 ../src/guestfs-actions.pod:6765 ../src/guestfs-actions.pod:7061 ../src/guestfs-actions.pod:7676 +#: ../src/guestfs-actions.pod:2469 ../src/guestfs-actions.pod:5048 ../src/guestfs-actions.pod:5257 ../src/guestfs-actions.pod:5276 ../src/guestfs-actions.pod:5295 ../src/guestfs-actions.pod:5307 ../src/guestfs-actions.pod:5324 ../src/guestfs-actions.pod:5337 ../src/guestfs-actions.pod:6377 ../src/guestfs-actions.pod:6760 ../src/guestfs-actions.pod:7050 ../src/guestfs-actions.pod:7662 msgid "(Added in 1.0.55)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2463 +#: ../src/guestfs-actions.pod:2471 msgid "guestfs_get_network" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2465 +#: ../src/guestfs-actions.pod:2473 #, no-wrap msgid "" " int\n" @@ -26474,17 +26496,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2472 ../src/guestfs-actions.pod:6784 +#: ../src/guestfs-actions.pod:2480 ../src/guestfs-actions.pod:6779 msgid "(Added in 1.5.4)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2474 +#: ../src/guestfs-actions.pod:2482 msgid "guestfs_get_path" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2476 +#: ../src/guestfs-actions.pod:2484 #, no-wrap msgid "" " const char *\n" @@ -26493,19 +26515,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2484 ../src/guestfs-actions.pod:2524 +#: ../src/guestfs-actions.pod:2492 ../src/guestfs-actions.pod:2532 msgid "" "This function returns a string, or NULL on error. The string is owned by " "the guest handle and must I<not> be freed." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2489 +#: ../src/guestfs-actions.pod:2497 msgid "guestfs_get_pgroup" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2491 +#: ../src/guestfs-actions.pod:2499 #, no-wrap msgid "" " int\n" @@ -26514,17 +26536,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2498 ../src/guestfs-actions.pod:6820 ../src/guestfs-actions.pod:8168 +#: ../src/guestfs-actions.pod:2506 ../src/guestfs-actions.pod:6815 ../src/guestfs-actions.pod:8154 msgid "(Added in 1.11.18)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2500 +#: ../src/guestfs-actions.pod:2508 msgid "guestfs_get_pid" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2502 +#: ../src/guestfs-actions.pod:2510 #, no-wrap msgid "" " int\n" @@ -26533,17 +26555,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2512 +#: ../src/guestfs-actions.pod:2520 msgid "(Added in 1.0.56)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2514 +#: ../src/guestfs-actions.pod:2522 msgid "guestfs_get_qemu" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2516 +#: ../src/guestfs-actions.pod:2524 #, no-wrap msgid "" " const char *\n" @@ -26552,17 +26574,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2527 ../src/guestfs-actions.pod:6848 +#: ../src/guestfs-actions.pod:2535 ../src/guestfs-actions.pod:6843 msgid "(Added in 1.0.6)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2529 +#: ../src/guestfs-actions.pod:2537 msgid "guestfs_get_recovery_proc" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2531 +#: ../src/guestfs-actions.pod:2539 #, no-wrap msgid "" " int\n" @@ -26571,17 +26593,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2538 ../src/guestfs-actions.pod:4122 ../src/guestfs-actions.pod:4453 ../src/guestfs-actions.pod:4856 ../src/guestfs-actions.pod:4888 ../src/guestfs-actions.pod:6084 ../src/guestfs-actions.pod:6427 ../src/guestfs-actions.pod:6872 ../src/guestfs-actions.pod:7579 ../src/guestfs-actions.pod:7599 ../src/guestfs-actions.pod:7791 +#: ../src/guestfs-actions.pod:2546 ../src/guestfs-actions.pod:4130 ../src/guestfs-actions.pod:4461 ../src/guestfs-actions.pod:4855 ../src/guestfs-actions.pod:4887 ../src/guestfs-actions.pod:6082 ../src/guestfs-actions.pod:6425 ../src/guestfs-actions.pod:6867 ../src/guestfs-actions.pod:7565 ../src/guestfs-actions.pod:7585 ../src/guestfs-actions.pod:7777 msgid "(Added in 1.0.77)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2540 +#: ../src/guestfs-actions.pod:2548 msgid "guestfs_get_selinux" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2542 +#: ../src/guestfs-actions.pod:2550 #, no-wrap msgid "" " int\n" @@ -26590,24 +26612,24 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2545 +#: ../src/guestfs-actions.pod:2553 msgid "" "This returns the current setting of the selinux flag which is passed to the " "appliance at boot time. See C<guestfs_set_selinux>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2553 ../src/guestfs-actions.pod:2627 ../src/guestfs-actions.pod:6891 ../src/guestfs-actions.pod:6965 +#: ../src/guestfs-actions.pod:2561 ../src/guestfs-actions.pod:2635 ../src/guestfs-actions.pod:6886 ../src/guestfs-actions.pod:6960 msgid "(Added in 1.0.67)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2555 +#: ../src/guestfs-actions.pod:2563 msgid "guestfs_get_smp" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2557 +#: ../src/guestfs-actions.pod:2565 #, no-wrap msgid "" " int\n" @@ -26616,12 +26638,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2566 +#: ../src/guestfs-actions.pod:2574 msgid "guestfs_get_state" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2568 +#: ../src/guestfs-actions.pod:2576 #, no-wrap msgid "" " int\n" @@ -26630,12 +26652,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2580 +#: ../src/guestfs-actions.pod:2588 msgid "guestfs_get_trace" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2582 +#: ../src/guestfs-actions.pod:2590 #, no-wrap msgid "" " int\n" @@ -26644,12 +26666,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2591 +#: ../src/guestfs-actions.pod:2599 msgid "guestfs_get_umask" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2593 +#: ../src/guestfs-actions.pod:2601 #, no-wrap msgid "" " int\n" @@ -26658,19 +26680,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2596 +#: ../src/guestfs-actions.pod:2604 msgid "" "Return the current umask. By default the umask is C<022> unless it has been " "set by calling C<guestfs_umask>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2603 +#: ../src/guestfs-actions.pod:2611 msgid "guestfs_get_verbose" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2605 +#: ../src/guestfs-actions.pod:2613 #, no-wrap msgid "" " int\n" @@ -26679,12 +26701,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2614 +#: ../src/guestfs-actions.pod:2622 msgid "guestfs_getcon" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2616 +#: ../src/guestfs-actions.pod:2624 #, no-wrap msgid "" " char *\n" @@ -26693,17 +26715,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2621 +#: ../src/guestfs-actions.pod:2629 msgid "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2629 +#: ../src/guestfs-actions.pod:2637 msgid "guestfs_getxattr" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2631 +#: ../src/guestfs-actions.pod:2639 #, no-wrap msgid "" " char *\n" @@ -26715,7 +26737,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2637 +#: ../src/guestfs-actions.pod:2645 msgid "" "Get a single extended attribute from file C<path> named C<name>. This call " "follows symlinks. If you want to lookup an extended attribute for the " @@ -26723,7 +26745,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2641 ../src/guestfs-actions.pod:4136 +#: ../src/guestfs-actions.pod:2649 ../src/guestfs-actions.pod:4144 msgid "" "Normally it is better to get all extended attributes from a file in one go " "by calling C<guestfs_getxattrs>. However some Linux filesystem " @@ -26733,12 +26755,12 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2651 +#: ../src/guestfs-actions.pod:2659 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2653 ../src/guestfs-actions.pod:2866 ../src/guestfs-actions.pod:3348 ../src/guestfs-actions.pod:4148 ../src/guestfs-actions.pod:6077 ../src/guestfs-actions.pod:6103 ../src/guestfs-actions.pod:6284 +#: ../src/guestfs-actions.pod:2661 ../src/guestfs-actions.pod:2874 ../src/guestfs-actions.pod:3356 ../src/guestfs-actions.pod:4156 ../src/guestfs-actions.pod:6075 ../src/guestfs-actions.pod:6101 ../src/guestfs-actions.pod:6282 msgid "" "This function returns a buffer, or NULL on error. The size of the returned " "buffer is written to C<*size_r>. I<The caller must free the returned buffer " @@ -26746,17 +26768,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2657 ../src/guestfs-actions.pod:4152 +#: ../src/guestfs-actions.pod:2665 ../src/guestfs-actions.pod:4160 msgid "(Added in 1.7.24)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2659 +#: ../src/guestfs-actions.pod:2667 msgid "guestfs_getxattrs" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2661 +#: ../src/guestfs-actions.pod:2669 #, no-wrap msgid "" " struct guestfs_xattr_list *\n" @@ -26766,29 +26788,29 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2671 +#: ../src/guestfs-actions.pod:2679 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2673 ../src/guestfs-actions.pod:4164 ../src/guestfs-actions.pod:4852 +#: ../src/guestfs-actions.pod:2681 ../src/guestfs-actions.pod:4172 ../src/guestfs-actions.pod:4851 msgid "" "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was " "an error. I<The caller must call C<guestfs_free_xattr_list> after use>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2677 ../src/guestfs-actions.pod:4168 ../src/guestfs-actions.pod:4367 ../src/guestfs-actions.pod:4403 ../src/guestfs-actions.pod:6457 ../src/guestfs-actions.pod:6984 ../src/guestfs-actions.pod:8379 +#: ../src/guestfs-actions.pod:2685 ../src/guestfs-actions.pod:4176 ../src/guestfs-actions.pod:4375 ../src/guestfs-actions.pod:4411 ../src/guestfs-actions.pod:6455 ../src/guestfs-actions.pod:6979 ../src/guestfs-actions.pod:8362 msgid "(Added in 1.0.59)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2679 +#: ../src/guestfs-actions.pod:2687 msgid "guestfs_glob_expand" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2681 +#: ../src/guestfs-actions.pod:2689 #, no-wrap msgid "" " char **\n" @@ -26798,17 +26820,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2700 ../src/guestfs-actions.pod:7177 ../src/guestfs-actions.pod:7194 +#: ../src/guestfs-actions.pod:2708 ../src/guestfs-actions.pod:7163 ../src/guestfs-actions.pod:7180 msgid "(Added in 1.0.50)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2702 +#: ../src/guestfs-actions.pod:2710 msgid "guestfs_grep" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2704 +#: ../src/guestfs-actions.pod:2712 #, no-wrap msgid "" " char **\n" @@ -26819,12 +26841,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2721 +#: ../src/guestfs-actions.pod:2729 msgid "guestfs_grepi" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2723 +#: ../src/guestfs-actions.pod:2731 #, no-wrap msgid "" " char **\n" @@ -26835,12 +26857,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2740 +#: ../src/guestfs-actions.pod:2748 msgid "guestfs_grub_install" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2742 +#: ../src/guestfs-actions.pod:2750 #, no-wrap msgid "" " int\n" @@ -26851,17 +26873,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2785 +#: ../src/guestfs-actions.pod:2793 msgid "(Added in 1.0.17)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2787 +#: ../src/guestfs-actions.pod:2795 msgid "guestfs_head" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2789 +#: ../src/guestfs-actions.pod:2797 #, no-wrap msgid "" " char **\n" @@ -26871,12 +26893,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2805 +#: ../src/guestfs-actions.pod:2813 msgid "guestfs_head_n" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2807 +#: ../src/guestfs-actions.pod:2815 #, no-wrap msgid "" " char **\n" @@ -26887,12 +26909,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2829 +#: ../src/guestfs-actions.pod:2837 msgid "guestfs_hexdump" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2831 +#: ../src/guestfs-actions.pod:2839 #, no-wrap msgid "" " char *\n" @@ -26902,17 +26924,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2844 ../src/guestfs-actions.pod:7258 ../src/guestfs-actions.pod:7313 +#: ../src/guestfs-actions.pod:2852 ../src/guestfs-actions.pod:7244 ../src/guestfs-actions.pod:7299 msgid "(Added in 1.0.22)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2846 +#: ../src/guestfs-actions.pod:2854 msgid "guestfs_initrd_cat" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2848 +#: ../src/guestfs-actions.pod:2856 #, no-wrap msgid "" " char *\n" @@ -26924,17 +26946,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2864 +#: ../src/guestfs-actions.pod:2872 msgid "See also C<guestfs_initrd_list>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2875 +#: ../src/guestfs-actions.pod:2883 msgid "guestfs_initrd_list" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2877 +#: ../src/guestfs-actions.pod:2885 #, no-wrap msgid "" " char **\n" @@ -26944,12 +26966,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2897 +#: ../src/guestfs-actions.pod:2905 msgid "guestfs_inotify_add_watch" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2899 +#: ../src/guestfs-actions.pod:2907 #, no-wrap msgid "" " int64_t\n" @@ -26960,12 +26982,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2918 +#: ../src/guestfs-actions.pod:2926 msgid "guestfs_inotify_close" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2920 +#: ../src/guestfs-actions.pod:2928 #, no-wrap msgid "" " int\n" @@ -26974,12 +26996,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2931 +#: ../src/guestfs-actions.pod:2939 msgid "guestfs_inotify_files" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2933 +#: ../src/guestfs-actions.pod:2941 #, no-wrap msgid "" " char **\n" @@ -26988,7 +27010,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2936 +#: ../src/guestfs-actions.pod:2944 msgid "" "This function is a helpful wrapper around C<guestfs_inotify_read> which just " "returns a list of pathnames of objects that were touched. The returned " @@ -26996,12 +27018,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2946 +#: ../src/guestfs-actions.pod:2954 msgid "guestfs_inotify_init" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2948 +#: ../src/guestfs-actions.pod:2956 #, no-wrap msgid "" " int\n" @@ -27011,7 +27033,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2956 +#: ../src/guestfs-actions.pod:2964 msgid "" "C<maxevents> is the maximum number of events which will be queued up between " "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>. If this is " @@ -27023,7 +27045,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2966 +#: ../src/guestfs-actions.pod:2974 msgid "" "Before any events are generated, you have to add some watches to the " "internal watch list. See: C<guestfs_inotify_add_watch>, " @@ -27031,7 +27053,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2972 +#: ../src/guestfs-actions.pod:2980 msgid "" "Queued up events should be read periodically by calling " "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful " @@ -27040,19 +27062,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:2979 +#: ../src/guestfs-actions.pod:2987 msgid "" "The handle should be closed after use by calling C<guestfs_inotify_close>. " "This also removes any watches automatically." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:2992 +#: ../src/guestfs-actions.pod:3000 msgid "guestfs_inotify_read" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:2994 +#: ../src/guestfs-actions.pod:3002 #, no-wrap msgid "" " struct guestfs_inotify_event_list *\n" @@ -27061,7 +27083,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3008 +#: ../src/guestfs-actions.pod:3016 msgid "" "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if " "there was an error. I<The caller must call " @@ -27069,12 +27091,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3014 +#: ../src/guestfs-actions.pod:3022 msgid "guestfs_inotify_rm_watch" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3016 +#: ../src/guestfs-actions.pod:3024 #, no-wrap msgid "" " int\n" @@ -27084,19 +27106,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3020 +#: ../src/guestfs-actions.pod:3028 msgid "" "Remove a previously defined inotify watch. See " "C<guestfs_inotify_add_watch>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3027 +#: ../src/guestfs-actions.pod:3035 msgid "guestfs_inspect_get_arch" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3029 +#: ../src/guestfs-actions.pod:3037 #, no-wrap msgid "" " char *\n" @@ -27106,19 +27128,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3033 +#: ../src/guestfs-actions.pod:3041 msgid "" "This returns the architecture of the inspected operating system. The " "possible return values are listed under C<guestfs_file_architecture>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3047 +#: ../src/guestfs-actions.pod:3055 msgid "guestfs_inspect_get_distro" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3049 +#: ../src/guestfs-actions.pod:3057 #, no-wrap msgid "" " char *\n" @@ -27128,12 +27150,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3149 +#: ../src/guestfs-actions.pod:3157 msgid "guestfs_inspect_get_drive_mappings" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3151 +#: ../src/guestfs-actions.pod:3159 #, no-wrap msgid "" " char **\n" @@ -27143,14 +27165,14 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3180 +#: ../src/guestfs-actions.pod:3188 msgid "" "Please read L<guestfs(3)/INSPECTION> for more details. See also " "C<guestfs_inspect_get_mountpoints>, C<guestfs_inspect_get_filesystems>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3184 ../src/guestfs-actions.pod:3452 ../src/guestfs-actions.pod:4255 ../src/guestfs-actions.pod:5527 ../src/guestfs-actions.pod:7615 +#: ../src/guestfs-actions.pod:3192 ../src/guestfs-actions.pod:3460 ../src/guestfs-actions.pod:4263 ../src/guestfs-actions.pod:5526 ../src/guestfs-actions.pod:7601 msgid "" "This function returns a NULL-terminated array of strings, or NULL if there " "was an error. The array of strings will always have length C<2n+1>, where " @@ -27159,17 +27181,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3190 ../src/guestfs-actions.pod:3651 +#: ../src/guestfs-actions.pod:3198 ../src/guestfs-actions.pod:3659 msgid "(Added in 1.9.17)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3192 +#: ../src/guestfs-actions.pod:3200 msgid "guestfs_inspect_get_filesystems" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3194 +#: ../src/guestfs-actions.pod:3202 #, no-wrap msgid "" " char **\n" @@ -27179,19 +27201,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3206 +#: ../src/guestfs-actions.pod:3214 msgid "" "Please read L<guestfs(3)/INSPECTION> for more details. See also " "C<guestfs_inspect_get_mountpoints>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3215 +#: ../src/guestfs-actions.pod:3223 msgid "guestfs_inspect_get_format" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3217 +#: ../src/guestfs-actions.pod:3225 #, no-wrap msgid "" " char *\n" @@ -27201,17 +27223,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3251 ../src/guestfs-actions.pod:3687 ../src/guestfs-actions.pod:3703 ../src/guestfs-actions.pod:3721 ../src/guestfs-actions.pod:6495 +#: ../src/guestfs-actions.pod:3259 ../src/guestfs-actions.pod:3695 ../src/guestfs-actions.pod:3711 ../src/guestfs-actions.pod:3729 ../src/guestfs-actions.pod:6493 msgid "(Added in 1.9.4)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3253 +#: ../src/guestfs-actions.pod:3261 msgid "guestfs_inspect_get_hostname" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3255 +#: ../src/guestfs-actions.pod:3263 #, no-wrap msgid "" " char *\n" @@ -27221,17 +27243,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3270 +#: ../src/guestfs-actions.pod:3278 msgid "(Added in 1.7.9)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3272 +#: ../src/guestfs-actions.pod:3280 msgid "guestfs_inspect_get_icon" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3274 +#: ../src/guestfs-actions.pod:3282 #, no-wrap msgid "" " char *\n" @@ -27243,7 +27265,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3285 +#: ../src/guestfs-actions.pod:3293 #, no-wrap msgid "" " GUESTFS_INSPECT_GET_ICON_FAVICON, int favicon,\n" @@ -27252,17 +27274,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3352 ../src/guestfs-actions.pod:4182 ../src/guestfs-actions.pod:5426 +#: ../src/guestfs-actions.pod:3360 ../src/guestfs-actions.pod:4190 ../src/guestfs-actions.pod:5425 msgid "(Added in 1.11.12)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3354 +#: ../src/guestfs-actions.pod:3362 msgid "guestfs_inspect_get_icon_va" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3356 +#: ../src/guestfs-actions.pod:3364 #, no-wrap msgid "" " char *\n" @@ -27274,17 +27296,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3362 +#: ../src/guestfs-actions.pod:3370 msgid "This is the \"va_list variant\" of L</guestfs_inspect_get_icon>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3366 +#: ../src/guestfs-actions.pod:3374 msgid "guestfs_inspect_get_icon_argv" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3368 +#: ../src/guestfs-actions.pod:3376 #, no-wrap msgid "" " char *\n" @@ -27297,17 +27319,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3374 +#: ../src/guestfs-actions.pod:3382 msgid "This is the \"argv variant\" of L</guestfs_inspect_get_icon>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3378 +#: ../src/guestfs-actions.pod:3386 msgid "guestfs_inspect_get_major_version" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3380 +#: ../src/guestfs-actions.pod:3388 #, no-wrap msgid "" " int\n" @@ -27317,12 +27339,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3402 +#: ../src/guestfs-actions.pod:3410 msgid "guestfs_inspect_get_minor_version" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3404 +#: ../src/guestfs-actions.pod:3412 #, no-wrap msgid "" " int\n" @@ -27332,19 +27354,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3413 +#: ../src/guestfs-actions.pod:3421 msgid "" "Please read L<guestfs(3)/INSPECTION> for more details. See also " "C<guestfs_inspect_get_major_version>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3420 +#: ../src/guestfs-actions.pod:3428 msgid "guestfs_inspect_get_mountpoints" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3422 +#: ../src/guestfs-actions.pod:3430 #, no-wrap msgid "" " char **\n" @@ -27354,7 +27376,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3443 +#: ../src/guestfs-actions.pod:3451 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 " @@ -27363,19 +27385,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3449 +#: ../src/guestfs-actions.pod:3457 msgid "" "Please read L<guestfs(3)/INSPECTION> for more details. See also " "C<guestfs_inspect_get_filesystems>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3460 +#: ../src/guestfs-actions.pod:3468 msgid "guestfs_inspect_get_package_format" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3462 +#: ../src/guestfs-actions.pod:3470 #, no-wrap msgid "" " char *\n" @@ -27385,7 +27407,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3466 +#: ../src/guestfs-actions.pod:3474 msgid "" "This function and C<guestfs_inspect_get_package_management> return the " "package format and package management tool used by the inspected operating " @@ -27394,17 +27416,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3485 ../src/guestfs-actions.pod:3513 +#: ../src/guestfs-actions.pod:3493 ../src/guestfs-actions.pod:3521 msgid "(Added in 1.7.5)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3487 +#: ../src/guestfs-actions.pod:3495 msgid "guestfs_inspect_get_package_management" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3489 +#: ../src/guestfs-actions.pod:3497 #, no-wrap msgid "" " char *\n" @@ -27414,7 +27436,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3493 +#: ../src/guestfs-actions.pod:3501 msgid "" "C<guestfs_inspect_get_package_format> and this function return the package " "format and package management tool used by the inspected operating system. " @@ -27423,12 +27445,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3515 +#: ../src/guestfs-actions.pod:3523 msgid "guestfs_inspect_get_product_name" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3517 +#: ../src/guestfs-actions.pod:3525 #, no-wrap msgid "" " char *\n" @@ -27438,12 +27460,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3536 +#: ../src/guestfs-actions.pod:3544 msgid "guestfs_inspect_get_product_variant" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3538 +#: ../src/guestfs-actions.pod:3546 #, no-wrap msgid "" " char *\n" @@ -27453,24 +27475,24 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3561 +#: ../src/guestfs-actions.pod:3569 msgid "" "Please read L<guestfs(3)/INSPECTION> for more details. See also " "C<guestfs_inspect_get_product_name>, C<guestfs_inspect_get_major_version>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3568 +#: ../src/guestfs-actions.pod:3576 msgid "(Added in 1.9.13)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3570 +#: ../src/guestfs-actions.pod:3578 msgid "guestfs_inspect_get_roots" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3572 +#: ../src/guestfs-actions.pod:3580 #, no-wrap msgid "" " char **\n" @@ -27479,7 +27501,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3575 +#: ../src/guestfs-actions.pod:3583 msgid "" "This function is a convenient way to get the list of root devices, as " "returned from a previous call to C<guestfs_inspect_os>, but without redoing " @@ -27487,24 +27509,24 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3579 +#: ../src/guestfs-actions.pod:3587 msgid "" "This returns an empty list if either no root devices were found or the " "caller has not called C<guestfs_inspect_os>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3588 +#: ../src/guestfs-actions.pod:3596 msgid "(Added in 1.7.3)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3590 +#: ../src/guestfs-actions.pod:3598 msgid "guestfs_inspect_get_type" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3592 +#: ../src/guestfs-actions.pod:3600 #, no-wrap msgid "" " char *\n" @@ -27514,12 +27536,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3633 +#: ../src/guestfs-actions.pod:3641 msgid "guestfs_inspect_get_windows_current_control_set" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3635 +#: ../src/guestfs-actions.pod:3643 #, no-wrap msgid "" " char *\n" @@ -27529,12 +27551,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3653 +#: ../src/guestfs-actions.pod:3661 msgid "guestfs_inspect_get_windows_systemroot" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3655 +#: ../src/guestfs-actions.pod:3663 #, no-wrap msgid "" " char *\n" @@ -27544,17 +27566,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3671 +#: ../src/guestfs-actions.pod:3679 msgid "(Added in 1.5.25)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3673 +#: ../src/guestfs-actions.pod:3681 msgid "guestfs_inspect_is_live" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3675 +#: ../src/guestfs-actions.pod:3683 #, no-wrap msgid "" " int\n" @@ -27564,19 +27586,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3679 +#: ../src/guestfs-actions.pod:3687 msgid "" "If C<guestfs_inspect_get_format> returns C<installer> (this is an install " "disk), then this returns true if a live image was detected on the disk." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3689 +#: ../src/guestfs-actions.pod:3697 msgid "guestfs_inspect_is_multipart" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3691 +#: ../src/guestfs-actions.pod:3699 #, no-wrap msgid "" " int\n" @@ -27586,19 +27608,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3695 +#: ../src/guestfs-actions.pod:3703 msgid "" "If C<guestfs_inspect_get_format> returns C<installer> (this is an install " "disk), then this returns true if the disk is part of a set." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3705 +#: ../src/guestfs-actions.pod:3713 msgid "guestfs_inspect_is_netinst" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3707 +#: ../src/guestfs-actions.pod:3715 #, no-wrap msgid "" " int\n" @@ -27608,7 +27630,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3711 +#: ../src/guestfs-actions.pod:3719 msgid "" "If C<guestfs_inspect_get_format> returns C<installer> (this is an install " "disk), then this returns true if the disk is a network installer, ie. not a " @@ -27617,12 +27639,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3723 +#: ../src/guestfs-actions.pod:3731 msgid "guestfs_inspect_list_applications" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3725 +#: ../src/guestfs-actions.pod:3733 #, no-wrap msgid "" " struct guestfs_application_list *\n" @@ -27632,7 +27654,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3731 +#: ../src/guestfs-actions.pod:3739 msgid "" "I<Note:> This call works differently from other parts of the inspection " "API. You have to call C<guestfs_inspect_os>, then " @@ -27645,7 +27667,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3821 +#: ../src/guestfs-actions.pod:3829 msgid "" "This function returns a C<struct guestfs_application_list *>, or NULL if " "there was an error. I<The caller must call C<guestfs_free_application_list> " @@ -27653,17 +27675,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3825 +#: ../src/guestfs-actions.pod:3833 msgid "(Added in 1.7.8)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3827 +#: ../src/guestfs-actions.pod:3835 msgid "guestfs_inspect_os" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3829 +#: ../src/guestfs-actions.pod:3837 #, no-wrap msgid "" " char **\n" @@ -27672,7 +27694,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3845 +#: ../src/guestfs-actions.pod:3853 msgid "" "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> " "functions in order to query further information about each operating system, " @@ -27680,7 +27702,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3850 +#: ../src/guestfs-actions.pod:3858 msgid "" "This function uses other libguestfs features such as C<guestfs_mount_ro> and " "C<guestfs_umount_all> in order to mount and unmount filesystems and look at " @@ -27689,17 +27711,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3862 ../src/guestfs-actions.pod:4193 ../src/guestfs-actions.pod:4275 +#: ../src/guestfs-actions.pod:3870 ../src/guestfs-actions.pod:4201 ../src/guestfs-actions.pod:4283 msgid "See also C<guestfs_list_filesystems>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3870 +#: ../src/guestfs-actions.pod:3878 msgid "guestfs_is_blockdev" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3872 +#: ../src/guestfs-actions.pod:3880 #, no-wrap msgid "" " int\n" @@ -27709,22 +27731,22 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3879 ../src/guestfs-actions.pod:3908 ../src/guestfs-actions.pod:3938 ../src/guestfs-actions.pod:3953 ../src/guestfs-actions.pod:3969 ../src/guestfs-actions.pod:4025 ../src/guestfs-actions.pod:4040 +#: ../src/guestfs-actions.pod:3887 ../src/guestfs-actions.pod:3916 ../src/guestfs-actions.pod:3946 ../src/guestfs-actions.pod:3961 ../src/guestfs-actions.pod:3977 ../src/guestfs-actions.pod:4033 ../src/guestfs-actions.pod:4048 msgid "See also C<guestfs_stat>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:3883 ../src/guestfs-actions.pod:3912 ../src/guestfs-actions.pod:3957 ../src/guestfs-actions.pod:4029 ../src/guestfs-actions.pod:4044 +#: ../src/guestfs-actions.pod:3891 ../src/guestfs-actions.pod:3920 ../src/guestfs-actions.pod:3965 ../src/guestfs-actions.pod:4037 ../src/guestfs-actions.pod:4052 msgid "(Added in 1.5.10)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3885 +#: ../src/guestfs-actions.pod:3893 msgid "guestfs_is_busy" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3887 +#: ../src/guestfs-actions.pod:3895 #, no-wrap msgid "" " int\n" @@ -27733,12 +27755,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3899 +#: ../src/guestfs-actions.pod:3907 msgid "guestfs_is_chardev" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3901 +#: ../src/guestfs-actions.pod:3909 #, no-wrap msgid "" " int\n" @@ -27748,12 +27770,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3914 +#: ../src/guestfs-actions.pod:3922 msgid "guestfs_is_config" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3916 +#: ../src/guestfs-actions.pod:3924 #, no-wrap msgid "" " int\n" @@ -27762,12 +27784,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3928 +#: ../src/guestfs-actions.pod:3936 msgid "guestfs_is_dir" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3930 +#: ../src/guestfs-actions.pod:3938 #, no-wrap msgid "" " int\n" @@ -27777,12 +27799,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3944 +#: ../src/guestfs-actions.pod:3952 msgid "guestfs_is_fifo" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3946 +#: ../src/guestfs-actions.pod:3954 #, no-wrap msgid "" " int\n" @@ -27792,12 +27814,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3959 +#: ../src/guestfs-actions.pod:3967 msgid "guestfs_is_file" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3961 +#: ../src/guestfs-actions.pod:3969 #, no-wrap msgid "" " int\n" @@ -27807,12 +27829,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3975 +#: ../src/guestfs-actions.pod:3983 msgid "guestfs_is_launching" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3977 +#: ../src/guestfs-actions.pod:3985 #, no-wrap msgid "" " int\n" @@ -27821,12 +27843,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:3989 +#: ../src/guestfs-actions.pod:3997 msgid "guestfs_is_lv" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:3991 +#: ../src/guestfs-actions.pod:3999 #, no-wrap msgid "" " int\n" @@ -27836,12 +27858,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4002 +#: ../src/guestfs-actions.pod:4010 msgid "guestfs_is_ready" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4004 +#: ../src/guestfs-actions.pod:4012 #, no-wrap msgid "" " int\n" @@ -27850,12 +27872,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4016 +#: ../src/guestfs-actions.pod:4024 msgid "guestfs_is_socket" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4018 +#: ../src/guestfs-actions.pod:4026 #, no-wrap msgid "" " int\n" @@ -27865,12 +27887,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4031 +#: ../src/guestfs-actions.pod:4039 msgid "guestfs_is_symlink" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4033 +#: ../src/guestfs-actions.pod:4041 #, no-wrap msgid "" " int\n" @@ -27880,12 +27902,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4046 +#: ../src/guestfs-actions.pod:4054 msgid "guestfs_is_zero" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4048 +#: ../src/guestfs-actions.pod:4056 #, no-wrap msgid "" " int\n" @@ -27895,17 +27917,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4057 ../src/guestfs-actions.pod:4071 +#: ../src/guestfs-actions.pod:4065 ../src/guestfs-actions.pod:4079 msgid "(Added in 1.11.8)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4059 +#: ../src/guestfs-actions.pod:4067 msgid "guestfs_is_zero_device" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4061 +#: ../src/guestfs-actions.pod:4069 #, no-wrap msgid "" " int\n" @@ -27915,12 +27937,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4073 +#: ../src/guestfs-actions.pod:4081 msgid "guestfs_kill_subprocess" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4075 +#: ../src/guestfs-actions.pod:4083 #, no-wrap msgid "" " int\n" @@ -27929,12 +27951,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4084 +#: ../src/guestfs-actions.pod:4092 msgid "guestfs_launch" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4086 +#: ../src/guestfs-actions.pod:4094 #, no-wrap msgid "" " int\n" @@ -27943,12 +27965,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4104 +#: ../src/guestfs-actions.pod:4112 msgid "guestfs_lchown" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4106 +#: ../src/guestfs-actions.pod:4114 #, no-wrap msgid "" " int\n" @@ -27960,7 +27982,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4112 +#: ../src/guestfs-actions.pod:4120 msgid "" "Change the file owner to C<owner> and group to C<group>. This is like " "C<guestfs_chown> but if C<path> is a symlink then the link itself is " @@ -27968,12 +27990,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4124 +#: ../src/guestfs-actions.pod:4132 msgid "guestfs_lgetxattr" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4126 +#: ../src/guestfs-actions.pod:4134 #, no-wrap msgid "" " char *\n" @@ -27985,17 +28007,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4146 +#: ../src/guestfs-actions.pod:4154 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4154 +#: ../src/guestfs-actions.pod:4162 msgid "guestfs_lgetxattrs" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4156 +#: ../src/guestfs-actions.pod:4164 #, no-wrap msgid "" " struct guestfs_xattr_list *\n" @@ -28005,19 +28027,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4160 +#: ../src/guestfs-actions.pod:4168 msgid "" "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, " "then it returns the extended attributes of the link itself." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4170 +#: ../src/guestfs-actions.pod:4178 msgid "guestfs_list_9p" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4172 +#: ../src/guestfs-actions.pod:4180 #, no-wrap msgid "" " char **\n" @@ -28026,12 +28048,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4184 +#: ../src/guestfs-actions.pod:4192 msgid "guestfs_list_devices" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4186 +#: ../src/guestfs-actions.pod:4194 #, no-wrap msgid "" " char **\n" @@ -28040,12 +28062,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4201 +#: ../src/guestfs-actions.pod:4209 msgid "guestfs_list_dm_devices" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4203 +#: ../src/guestfs-actions.pod:4211 #, no-wrap msgid "" " char **\n" @@ -28054,14 +28076,14 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4208 +#: ../src/guestfs-actions.pod:4216 msgid "" "The returned list contains C</dev/mapper/*> devices, eg. ones created by a " "previous call to C<guestfs_luks_open>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4211 +#: ../src/guestfs-actions.pod:4219 msgid "" "Device mapper devices which correspond to logical volumes are I<not> " "returned in this list. Call C<guestfs_lvs> if you want to list logical " @@ -28069,17 +28091,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4219 ../src/guestfs-actions.pod:5665 +#: ../src/guestfs-actions.pod:4227 ../src/guestfs-actions.pod:5664 msgid "(Added in 1.11.15)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4221 +#: ../src/guestfs-actions.pod:4229 msgid "guestfs_list_filesystems" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4223 +#: ../src/guestfs-actions.pod:4231 #, no-wrap msgid "" " char **\n" @@ -28088,7 +28110,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4243 +#: ../src/guestfs-actions.pod:4251 msgid "" "This command runs other libguestfs commands, which might include " "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this " @@ -28096,7 +28118,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4247 +#: ../src/guestfs-actions.pod:4255 msgid "" "Not all of the filesystems returned will be mountable. In particular, swap " "partitions are returned in the list. Also this command does not check that " @@ -28107,17 +28129,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4261 ../src/guestfs-actions.pod:6028 +#: ../src/guestfs-actions.pod:4269 ../src/guestfs-actions.pod:6024 msgid "(Added in 1.5.15)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4263 +#: ../src/guestfs-actions.pod:4271 msgid "guestfs_list_partitions" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4265 +#: ../src/guestfs-actions.pod:4273 #, no-wrap msgid "" " char **\n" @@ -28126,19 +28148,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4272 +#: ../src/guestfs-actions.pod:4280 msgid "" "This does not return logical volumes. For that you will need to call " "C<guestfs_lvs>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4283 +#: ../src/guestfs-actions.pod:4291 msgid "guestfs_ll" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4285 +#: ../src/guestfs-actions.pod:4293 #, no-wrap msgid "" " char *\n" @@ -28148,12 +28170,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4300 +#: ../src/guestfs-actions.pod:4308 msgid "guestfs_ln" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4302 +#: ../src/guestfs-actions.pod:4310 #, no-wrap msgid "" " int\n" @@ -28164,12 +28186,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4313 +#: ../src/guestfs-actions.pod:4321 msgid "guestfs_ln_f" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4315 +#: ../src/guestfs-actions.pod:4323 #, no-wrap msgid "" " int\n" @@ -28180,12 +28202,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4327 +#: ../src/guestfs-actions.pod:4335 msgid "guestfs_ln_s" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4329 +#: ../src/guestfs-actions.pod:4337 #, no-wrap msgid "" " int\n" @@ -28196,12 +28218,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4340 +#: ../src/guestfs-actions.pod:4348 msgid "guestfs_ln_sf" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4342 +#: ../src/guestfs-actions.pod:4350 #, no-wrap msgid "" " int\n" @@ -28212,12 +28234,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4354 +#: ../src/guestfs-actions.pod:4362 msgid "guestfs_lremovexattr" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4356 +#: ../src/guestfs-actions.pod:4364 #, no-wrap msgid "" " int\n" @@ -28228,19 +28250,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4361 +#: ../src/guestfs-actions.pod:4369 msgid "" "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic " "link, then it removes an extended attribute of the link itself." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4369 +#: ../src/guestfs-actions.pod:4377 msgid "guestfs_ls" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4371 +#: ../src/guestfs-actions.pod:4379 #, no-wrap msgid "" " char **\n" @@ -28250,19 +28272,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4379 +#: ../src/guestfs-actions.pod:4387 msgid "" "This command is mostly useful for interactive sessions. Programs should " "probably use C<guestfs_readdir> instead." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4388 +#: ../src/guestfs-actions.pod:4396 msgid "guestfs_lsetxattr" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4390 +#: ../src/guestfs-actions.pod:4398 #, no-wrap msgid "" " int\n" @@ -28275,19 +28297,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4397 +#: ../src/guestfs-actions.pod:4405 msgid "" "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, " "then it sets an extended attribute of the link itself." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4405 +#: ../src/guestfs-actions.pod:4413 msgid "guestfs_lstat" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4407 +#: ../src/guestfs-actions.pod:4415 #, no-wrap msgid "" " struct guestfs_stat *\n" @@ -28297,31 +28319,31 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4413 +#: ../src/guestfs-actions.pod:4421 msgid "" "This is the same as C<guestfs_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 -#: ../src/guestfs-actions.pod:4419 ../src/guestfs-actions.pod:7218 +#: ../src/guestfs-actions.pod:4427 ../src/guestfs-actions.pod:7204 msgid "" "This function returns a C<struct guestfs_stat *>, or NULL if there was an " "error. I<The caller must call C<guestfs_free_stat> after use>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4423 ../src/guestfs-actions.pod:7222 ../src/guestfs-actions.pod:7240 ../src/guestfs-actions.pod:7621 +#: ../src/guestfs-actions.pod:4431 ../src/guestfs-actions.pod:7208 ../src/guestfs-actions.pod:7226 ../src/guestfs-actions.pod:7607 msgid "(Added in 0.9.2)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4425 +#: ../src/guestfs-actions.pod:4433 msgid "guestfs_lstatlist" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4427 +#: ../src/guestfs-actions.pod:4435 #, no-wrap msgid "" " struct guestfs_stat_list *\n" @@ -28332,7 +28354,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4432 +#: ../src/guestfs-actions.pod:4440 msgid "" "This call allows you to perform the C<guestfs_lstat> operation on multiple " "files, where all files are in the directory C<path>. C<names> is the list " @@ -28340,7 +28362,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4441 +#: ../src/guestfs-actions.pod:4449 msgid "" "This call is intended for programs that want to efficiently list a directory " "contents without making many round-trips. See also C<guestfs_lxattrlist> " @@ -28351,19 +28373,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4449 +#: ../src/guestfs-actions.pod:4457 msgid "" "This function returns a C<struct guestfs_stat_list *>, or NULL if there was " "an error. I<The caller must call C<guestfs_free_stat_list> after use>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4455 +#: ../src/guestfs-actions.pod:4463 msgid "guestfs_luks_add_key" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4457 +#: ../src/guestfs-actions.pod:4465 #, no-wrap msgid "" " int\n" @@ -28376,14 +28398,14 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4469 +#: ../src/guestfs-actions.pod:4477 msgid "" "Note that if C<keyslot> already contains a key, then this command will " "fail. You have to use C<guestfs_luks_kill_slot> first to remove that key." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4475 ../src/guestfs-actions.pod:4515 ../src/guestfs-actions.pod:4538 ../src/guestfs-actions.pod:4558 ../src/guestfs-actions.pod:4593 ../src/guestfs-actions.pod:4612 +#: ../src/guestfs-actions.pod:4483 ../src/guestfs-actions.pod:4520 ../src/guestfs-actions.pod:4540 ../src/guestfs-actions.pod:4560 ../src/guestfs-actions.pod:4595 ../src/guestfs-actions.pod:4614 msgid "" "This function takes a key or passphrase parameter which could contain " "sensitive material. Read the section L</KEYS AND PASSPHRASES> for more " @@ -28391,17 +28413,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4479 ../src/guestfs-actions.pod:4519 ../src/guestfs-actions.pod:4542 ../src/guestfs-actions.pod:4562 +#: ../src/guestfs-actions.pod:4487 ../src/guestfs-actions.pod:4524 ../src/guestfs-actions.pod:4544 ../src/guestfs-actions.pod:4564 msgid "(Added in 1.5.2)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4481 +#: ../src/guestfs-actions.pod:4489 msgid "guestfs_luks_close" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4483 +#: ../src/guestfs-actions.pod:4491 #, no-wrap msgid "" " int\n" @@ -28411,7 +28433,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4487 +#: ../src/guestfs-actions.pod:4495 msgid "" "This closes a LUKS device that was created earlier by C<guestfs_luks_open> " "or C<guestfs_luks_open_ro>. The C<device> parameter must be the name of the " @@ -28420,17 +28442,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4495 ../src/guestfs-actions.pod:4597 ../src/guestfs-actions.pod:4616 ../src/guestfs-actions.pod:4666 ../src/guestfs-actions.pod:4714 +#: ../src/guestfs-actions.pod:4503 ../src/guestfs-actions.pod:4599 ../src/guestfs-actions.pod:4618 ../src/guestfs-actions.pod:4668 ../src/guestfs-actions.pod:4713 msgid "(Added in 1.5.1)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4497 +#: ../src/guestfs-actions.pod:4505 msgid "guestfs_luks_format" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4499 +#: ../src/guestfs-actions.pod:4507 #, no-wrap msgid "" " int\n" @@ -28442,12 +28464,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4521 +#: ../src/guestfs-actions.pod:4526 msgid "guestfs_luks_format_cipher" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4523 +#: ../src/guestfs-actions.pod:4528 #, no-wrap msgid "" " int\n" @@ -28460,19 +28482,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4530 +#: ../src/guestfs-actions.pod:4535 msgid "" "This command is the same as C<guestfs_luks_format> but it also allows you to " "set the C<cipher> used." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4544 +#: ../src/guestfs-actions.pod:4546 msgid "guestfs_luks_kill_slot" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4546 +#: ../src/guestfs-actions.pod:4548 #, no-wrap msgid "" " int\n" @@ -28484,12 +28506,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4564 +#: ../src/guestfs-actions.pod:4566 msgid "guestfs_luks_open" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4566 +#: ../src/guestfs-actions.pod:4568 #, no-wrap msgid "" " int\n" @@ -28501,7 +28523,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4584 +#: ../src/guestfs-actions.pod:4586 msgid "" "If this block device contains LVM volume groups, then calling " "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them " @@ -28509,17 +28531,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4588 +#: ../src/guestfs-actions.pod:4590 msgid "Use C<guestfs_list_dm_devices> to list all device mapper devices." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4599 +#: ../src/guestfs-actions.pod:4601 msgid "guestfs_luks_open_ro" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4601 +#: ../src/guestfs-actions.pod:4603 #, no-wrap msgid "" " int\n" @@ -28531,19 +28553,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4607 +#: ../src/guestfs-actions.pod:4609 msgid "" "This is the same as C<guestfs_luks_open> except that a read-only mapping is " "created." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4618 +#: ../src/guestfs-actions.pod:4620 msgid "guestfs_lvcreate" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4620 +#: ../src/guestfs-actions.pod:4622 #, no-wrap msgid "" " int\n" @@ -28555,12 +28577,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4633 +#: ../src/guestfs-actions.pod:4635 msgid "guestfs_lvm_canonical_lv_name" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4635 +#: ../src/guestfs-actions.pod:4637 #, no-wrap msgid "" " char *\n" @@ -28570,22 +28592,22 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4646 +#: ../src/guestfs-actions.pod:4648 msgid "See also C<guestfs_is_lv>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4651 +#: ../src/guestfs-actions.pod:4653 msgid "(Added in 1.5.24)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4653 +#: ../src/guestfs-actions.pod:4655 msgid "guestfs_lvm_clear_filter" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4655 +#: ../src/guestfs-actions.pod:4657 #, no-wrap msgid "" " int\n" @@ -28594,19 +28616,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4658 +#: ../src/guestfs-actions.pod:4660 msgid "" "This undoes the effect of C<guestfs_lvm_set_filter>. LVM will be able to " "see every block device." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4668 +#: ../src/guestfs-actions.pod:4670 msgid "guestfs_lvm_remove_all" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4670 +#: ../src/guestfs-actions.pod:4672 #, no-wrap msgid "" " int\n" @@ -28615,12 +28637,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4683 +#: ../src/guestfs-actions.pod:4682 msgid "guestfs_lvm_set_filter" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4685 +#: ../src/guestfs-actions.pod:4684 #, no-wrap msgid "" " int\n" @@ -28630,12 +28652,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4716 +#: ../src/guestfs-actions.pod:4715 msgid "guestfs_lvremove" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4718 +#: ../src/guestfs-actions.pod:4717 #, no-wrap msgid "" " int\n" @@ -28645,17 +28667,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4730 ../src/guestfs-actions.pod:6141 ../src/guestfs-actions.pod:7991 +#: ../src/guestfs-actions.pod:4729 ../src/guestfs-actions.pod:6139 ../src/guestfs-actions.pod:7977 msgid "(Added in 1.0.13)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4732 +#: ../src/guestfs-actions.pod:4731 msgid "guestfs_lvrename" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4734 +#: ../src/guestfs-actions.pod:4733 #, no-wrap msgid "" " int\n" @@ -28666,17 +28688,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4743 ../src/guestfs-actions.pod:8004 +#: ../src/guestfs-actions.pod:4742 ../src/guestfs-actions.pod:7990 msgid "(Added in 1.0.83)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4745 +#: ../src/guestfs-actions.pod:4744 msgid "guestfs_lvresize" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4747 +#: ../src/guestfs-actions.pod:4746 #, no-wrap msgid "" " int\n" @@ -28687,12 +28709,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4760 +#: ../src/guestfs-actions.pod:4759 msgid "guestfs_lvresize_free" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4762 +#: ../src/guestfs-actions.pod:4761 #, no-wrap msgid "" " int\n" @@ -28703,17 +28725,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4775 +#: ../src/guestfs-actions.pod:4774 msgid "(Added in 1.3.3)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4777 +#: ../src/guestfs-actions.pod:4776 msgid "guestfs_lvs" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4779 +#: ../src/guestfs-actions.pod:4778 #, no-wrap msgid "" " char **\n" @@ -28722,17 +28744,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4788 +#: ../src/guestfs-actions.pod:4787 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4796 +#: ../src/guestfs-actions.pod:4795 msgid "guestfs_lvs_full" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4798 +#: ../src/guestfs-actions.pod:4797 #, no-wrap msgid "" " struct guestfs_lvm_lv_list *\n" @@ -28741,7 +28763,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4804 +#: ../src/guestfs-actions.pod:4803 msgid "" "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there " "was an error. I<The caller must call C<guestfs_free_lvm_lv_list> after " @@ -28749,12 +28771,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4810 +#: ../src/guestfs-actions.pod:4809 msgid "guestfs_lvuuid" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4812 +#: ../src/guestfs-actions.pod:4811 #, no-wrap msgid "" " char *\n" @@ -28764,12 +28786,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4823 +#: ../src/guestfs-actions.pod:4822 msgid "guestfs_lxattrlist" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4825 +#: ../src/guestfs-actions.pod:4824 #, no-wrap msgid "" " struct guestfs_xattr_list *\n" @@ -28780,7 +28802,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4844 +#: ../src/guestfs-actions.pod:4843 msgid "" "This call is intended for programs that want to efficiently list a directory " "contents without making many round-trips. See also C<guestfs_lstatlist> for " @@ -28791,12 +28813,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4858 +#: ../src/guestfs-actions.pod:4857 msgid "guestfs_mkdir" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4860 +#: ../src/guestfs-actions.pod:4859 #, no-wrap msgid "" " int\n" @@ -28806,12 +28828,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4870 +#: ../src/guestfs-actions.pod:4869 msgid "guestfs_mkdir_mode" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4872 +#: ../src/guestfs-actions.pod:4871 #, no-wrap msgid "" " int\n" @@ -28822,17 +28844,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4884 +#: ../src/guestfs-actions.pod:4883 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4890 +#: ../src/guestfs-actions.pod:4889 msgid "guestfs_mkdir_p" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4892 +#: ../src/guestfs-actions.pod:4891 #, no-wrap msgid "" " int\n" @@ -28842,12 +28864,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4903 +#: ../src/guestfs-actions.pod:4902 msgid "guestfs_mkdtemp" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4905 +#: ../src/guestfs-actions.pod:4904 #, no-wrap msgid "" " char *\n" @@ -28857,12 +28879,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4933 +#: ../src/guestfs-actions.pod:4932 msgid "guestfs_mke2fs_J" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4935 +#: ../src/guestfs-actions.pod:4934 #, no-wrap msgid "" " int\n" @@ -28875,22 +28897,22 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4948 +#: ../src/guestfs-actions.pod:4947 msgid "See also C<guestfs_mke2journal>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4952 ../src/guestfs-actions.pod:4970 ../src/guestfs-actions.pod:4988 ../src/guestfs-actions.pod:5004 ../src/guestfs-actions.pod:5018 ../src/guestfs-actions.pod:5032 ../src/guestfs-actions.pod:5091 ../src/guestfs-actions.pod:5368 +#: ../src/guestfs-actions.pod:4951 ../src/guestfs-actions.pod:4969 ../src/guestfs-actions.pod:4987 ../src/guestfs-actions.pod:5003 ../src/guestfs-actions.pod:5017 ../src/guestfs-actions.pod:5031 ../src/guestfs-actions.pod:5090 ../src/guestfs-actions.pod:5367 msgid "(Added in 1.0.68)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4954 +#: ../src/guestfs-actions.pod:4953 msgid "guestfs_mke2fs_JL" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4956 +#: ../src/guestfs-actions.pod:4955 #, no-wrap msgid "" " int\n" @@ -28903,17 +28925,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4966 +#: ../src/guestfs-actions.pod:4965 msgid "See also C<guestfs_mke2journal_L>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4972 +#: ../src/guestfs-actions.pod:4971 msgid "guestfs_mke2fs_JU" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4974 +#: ../src/guestfs-actions.pod:4973 #, no-wrap msgid "" " int\n" @@ -28926,17 +28948,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4984 +#: ../src/guestfs-actions.pod:4983 msgid "See also C<guestfs_mke2journal_U>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:4990 +#: ../src/guestfs-actions.pod:4989 msgid "guestfs_mke2journal" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:4992 +#: ../src/guestfs-actions.pod:4991 #, no-wrap msgid "" " int\n" @@ -28947,12 +28969,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5006 +#: ../src/guestfs-actions.pod:5005 msgid "guestfs_mke2journal_L" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5008 +#: ../src/guestfs-actions.pod:5007 #, no-wrap msgid "" " int\n" @@ -28964,12 +28986,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5020 +#: ../src/guestfs-actions.pod:5019 msgid "guestfs_mke2journal_U" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5022 +#: ../src/guestfs-actions.pod:5021 #, no-wrap msgid "" " int\n" @@ -28981,12 +29003,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5034 +#: ../src/guestfs-actions.pod:5033 msgid "guestfs_mkfifo" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5036 +#: ../src/guestfs-actions.pod:5035 #, no-wrap msgid "" " int\n" @@ -28997,19 +29019,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5041 +#: ../src/guestfs-actions.pod:5040 msgid "" "This call creates a FIFO (named pipe) called C<path> with mode C<mode>. It " "is just a convenient wrapper around C<guestfs_mknod>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5051 +#: ../src/guestfs-actions.pod:5050 msgid "guestfs_mkfs" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5053 +#: ../src/guestfs-actions.pod:5052 #, no-wrap msgid "" " int\n" @@ -29020,12 +29042,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5066 +#: ../src/guestfs-actions.pod:5065 msgid "guestfs_mkfs_b" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5068 +#: ../src/guestfs-actions.pod:5067 #, no-wrap msgid "" " int\n" @@ -29037,14 +29059,14 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5074 +#: ../src/guestfs-actions.pod:5073 msgid "" "I<This function is deprecated.> In new code, use the L</guestfs_mkfs_opts> " "call instead." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5081 +#: ../src/guestfs-actions.pod:5080 msgid "" "This call is similar to C<guestfs_mkfs>, but it allows you to control the " "block size of the resulting filesystem. Supported block sizes depend on the " @@ -29052,12 +29074,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5093 +#: ../src/guestfs-actions.pod:5092 msgid "guestfs_mkfs_opts" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5095 +#: ../src/guestfs-actions.pod:5094 #, no-wrap msgid "" " int\n" @@ -29069,7 +29091,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5106 +#: ../src/guestfs-actions.pod:5105 #, no-wrap msgid "" " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n" @@ -29080,17 +29102,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5154 +#: ../src/guestfs-actions.pod:5153 msgid "(Added in 1.7.19)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5156 +#: ../src/guestfs-actions.pod:5155 msgid "guestfs_mkfs_opts_va" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5158 +#: ../src/guestfs-actions.pod:5157 #, no-wrap msgid "" " int\n" @@ -29102,17 +29124,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5164 +#: ../src/guestfs-actions.pod:5163 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5168 +#: ../src/guestfs-actions.pod:5167 msgid "guestfs_mkfs_opts_argv" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5170 +#: ../src/guestfs-actions.pod:5169 #, no-wrap msgid "" " int\n" @@ -29124,17 +29146,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5176 +#: ../src/guestfs-actions.pod:5175 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5180 +#: ../src/guestfs-actions.pod:5179 msgid "guestfs_mkmountpoint" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5182 +#: ../src/guestfs-actions.pod:5181 #, no-wrap msgid "" " int\n" @@ -29144,7 +29166,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5186 +#: ../src/guestfs-actions.pod:5185 msgid "" "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls " "that can be used to create extra mountpoints before mounting the first " @@ -29152,7 +29174,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5210 +#: ../src/guestfs-actions.pod:5209 msgid "" "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>. You " "may get unexpected errors if you try to mix these calls. It is safest to " @@ -29160,7 +29182,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5214 +#: ../src/guestfs-actions.pod:5213 msgid "" "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest " "first, so for this to work for manual mountpoints, you must ensure that the " @@ -29169,7 +29191,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5221 +#: ../src/guestfs-actions.pod:5220 msgid "" "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] " "can cause C<guestfs_umount_all> to be called when the handle is closed which " @@ -29177,17 +29199,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5227 ../src/guestfs-actions.pod:5533 ../src/guestfs-actions.pod:6561 +#: ../src/guestfs-actions.pod:5226 ../src/guestfs-actions.pod:5532 ../src/guestfs-actions.pod:6559 msgid "(Added in 1.0.62)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5229 +#: ../src/guestfs-actions.pod:5228 msgid "guestfs_mknod" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5231 +#: ../src/guestfs-actions.pod:5230 #, no-wrap msgid "" " int\n" @@ -29200,7 +29222,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5246 +#: ../src/guestfs-actions.pod:5245 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 " @@ -29211,12 +29233,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5260 +#: ../src/guestfs-actions.pod:5259 msgid "guestfs_mknod_b" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5262 +#: ../src/guestfs-actions.pod:5261 #, no-wrap msgid "" " int\n" @@ -29229,7 +29251,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5269 +#: ../src/guestfs-actions.pod:5268 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 " @@ -29237,12 +29259,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5279 +#: ../src/guestfs-actions.pod:5278 msgid "guestfs_mknod_c" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5281 +#: ../src/guestfs-actions.pod:5280 #, no-wrap msgid "" " int\n" @@ -29255,7 +29277,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5288 +#: ../src/guestfs-actions.pod:5287 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 " @@ -29263,12 +29285,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5298 +#: ../src/guestfs-actions.pod:5297 msgid "guestfs_mkswap" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5300 +#: ../src/guestfs-actions.pod:5299 #, no-wrap msgid "" " int\n" @@ -29278,12 +29300,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5310 +#: ../src/guestfs-actions.pod:5309 msgid "guestfs_mkswap_L" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5312 +#: ../src/guestfs-actions.pod:5311 #, no-wrap msgid "" " int\n" @@ -29294,12 +29316,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5327 +#: ../src/guestfs-actions.pod:5326 msgid "guestfs_mkswap_U" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5329 +#: ../src/guestfs-actions.pod:5328 #, no-wrap msgid "" " int\n" @@ -29310,12 +29332,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5340 +#: ../src/guestfs-actions.pod:5339 msgid "guestfs_mkswap_file" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5342 +#: ../src/guestfs-actions.pod:5341 #, no-wrap msgid "" " int\n" @@ -29325,19 +29347,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5348 +#: ../src/guestfs-actions.pod:5347 msgid "" "This command just writes a swap file signature to an existing file. To " "create the file itself, use something like C<guestfs_fallocate>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5355 +#: ../src/guestfs-actions.pod:5354 msgid "guestfs_modprobe" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5357 +#: ../src/guestfs-actions.pod:5356 #, no-wrap msgid "" " int\n" @@ -29347,12 +29369,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5370 +#: ../src/guestfs-actions.pod:5369 msgid "guestfs_mount" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5372 +#: ../src/guestfs-actions.pod:5371 #, no-wrap msgid "" " int\n" @@ -29363,7 +29385,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5391 +#: ../src/guestfs-actions.pod:5390 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 " @@ -29373,12 +29395,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5402 +#: ../src/guestfs-actions.pod:5401 msgid "guestfs_mount_9p" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5404 +#: ../src/guestfs-actions.pod:5403 #, no-wrap msgid "" " int\n" @@ -29390,7 +29412,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5415 +#: ../src/guestfs-actions.pod:5414 #, no-wrap msgid "" " GUESTFS_MOUNT_9P_OPTIONS, const char *options,\n" @@ -29398,12 +29420,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5428 +#: ../src/guestfs-actions.pod:5427 msgid "guestfs_mount_9p_va" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5430 +#: ../src/guestfs-actions.pod:5429 #, no-wrap msgid "" " int\n" @@ -29415,17 +29437,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5436 +#: ../src/guestfs-actions.pod:5435 msgid "This is the \"va_list variant\" of L</guestfs_mount_9p>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5440 +#: ../src/guestfs-actions.pod:5439 msgid "guestfs_mount_9p_argv" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5442 +#: ../src/guestfs-actions.pod:5441 #, no-wrap msgid "" " int\n" @@ -29437,17 +29459,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5448 +#: ../src/guestfs-actions.pod:5447 msgid "This is the \"argv variant\" of L</guestfs_mount_9p>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5452 +#: ../src/guestfs-actions.pod:5451 msgid "guestfs_mount_loop" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5454 +#: ../src/guestfs-actions.pod:5453 #, no-wrap msgid "" " int\n" @@ -29458,12 +29480,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5467 +#: ../src/guestfs-actions.pod:5466 msgid "guestfs_mount_options" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5469 +#: ../src/guestfs-actions.pod:5468 #, no-wrap msgid "" " int\n" @@ -29475,24 +29497,24 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5475 +#: ../src/guestfs-actions.pod:5474 msgid "" "This is the same as the C<guestfs_mount> command, but it allows you to set " "the mount options as for the L<mount(8)> I<-o> flag." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5485 ../src/guestfs-actions.pod:5499 ../src/guestfs-actions.pod:5516 +#: ../src/guestfs-actions.pod:5484 ../src/guestfs-actions.pod:5498 ../src/guestfs-actions.pod:5515 msgid "(Added in 1.0.10)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5487 +#: ../src/guestfs-actions.pod:5486 msgid "guestfs_mount_ro" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5489 +#: ../src/guestfs-actions.pod:5488 #, no-wrap msgid "" " int\n" @@ -29503,19 +29525,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5494 +#: ../src/guestfs-actions.pod:5493 msgid "" "This is the same as the C<guestfs_mount> command, but it mounts the " "filesystem with the read-only (I<-o ro>) flag." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5501 +#: ../src/guestfs-actions.pod:5500 msgid "guestfs_mount_vfs" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5503 +#: ../src/guestfs-actions.pod:5502 #, no-wrap msgid "" " int\n" @@ -29528,7 +29550,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5510 +#: ../src/guestfs-actions.pod:5509 msgid "" "This is the same as the C<guestfs_mount> command, but it allows you to set " "both the mount options and the vfstype as for the L<mount(8)> I<-o> and " @@ -29536,12 +29558,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5518 +#: ../src/guestfs-actions.pod:5517 msgid "guestfs_mountpoints" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5520 +#: ../src/guestfs-actions.pod:5519 #, no-wrap msgid "" " char **\n" @@ -29550,7 +29572,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5523 +#: ../src/guestfs-actions.pod:5522 msgid "" "This call is similar to C<guestfs_mounts>. That call returns a list of " "devices. This one returns a hash table (map) of device name to directory " @@ -29558,12 +29580,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5535 +#: ../src/guestfs-actions.pod:5534 msgid "guestfs_mounts" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5537 +#: ../src/guestfs-actions.pod:5536 #, no-wrap msgid "" " char **\n" @@ -29572,17 +29594,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5545 +#: ../src/guestfs-actions.pod:5544 msgid "See also: C<guestfs_mountpoints>" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5553 +#: ../src/guestfs-actions.pod:5552 msgid "guestfs_mv" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5555 +#: ../src/guestfs-actions.pod:5554 #, no-wrap msgid "" " int\n" @@ -29593,12 +29615,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5567 +#: ../src/guestfs-actions.pod:5566 msgid "guestfs_ntfs_3g_probe" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5569 +#: ../src/guestfs-actions.pod:5568 #, no-wrap msgid "" " int\n" @@ -29609,17 +29631,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5588 +#: ../src/guestfs-actions.pod:5587 msgid "(Added in 1.0.43)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5590 +#: ../src/guestfs-actions.pod:5589 msgid "guestfs_ntfsresize" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5592 +#: ../src/guestfs-actions.pod:5591 #, no-wrap msgid "" " int\n" @@ -29629,19 +29651,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5596 ../src/guestfs-actions.pod:5696 +#: ../src/guestfs-actions.pod:5595 ../src/guestfs-actions.pod:5695 msgid "" "I<This function is deprecated.> In new code, use the " "L</guestfs_ntfsresize_opts> call instead." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5620 +#: ../src/guestfs-actions.pod:5619 msgid "guestfs_ntfsresize_opts" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5622 +#: ../src/guestfs-actions.pod:5621 #, no-wrap msgid "" " int\n" @@ -29652,7 +29674,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5632 +#: ../src/guestfs-actions.pod:5631 #, no-wrap msgid "" " GUESTFS_NTFSRESIZE_OPTS_SIZE, int64_t size,\n" @@ -29661,7 +29683,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5652 +#: ../src/guestfs-actions.pod:5651 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 " @@ -29672,12 +29694,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5667 +#: ../src/guestfs-actions.pod:5666 msgid "guestfs_ntfsresize_opts_va" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5669 +#: ../src/guestfs-actions.pod:5668 #, no-wrap msgid "" " int\n" @@ -29688,17 +29710,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5674 +#: ../src/guestfs-actions.pod:5673 msgid "This is the \"va_list variant\" of L</guestfs_ntfsresize_opts>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5678 +#: ../src/guestfs-actions.pod:5677 msgid "guestfs_ntfsresize_opts_argv" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5680 +#: ../src/guestfs-actions.pod:5679 #, no-wrap msgid "" " int\n" @@ -29710,17 +29732,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5685 +#: ../src/guestfs-actions.pod:5684 msgid "This is the \"argv variant\" of L</guestfs_ntfsresize_opts>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5689 +#: ../src/guestfs-actions.pod:5688 msgid "guestfs_ntfsresize_size" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5691 +#: ../src/guestfs-actions.pod:5690 #, no-wrap msgid "" " int\n" @@ -29731,24 +29753,24 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5703 +#: ../src/guestfs-actions.pod:5702 msgid "" "This command is the same as C<guestfs_ntfsresize> except that it allows you " "to specify the new size (in bytes) explicitly." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5708 ../src/guestfs-actions.pod:6168 ../src/guestfs-actions.pod:6241 ../src/guestfs-actions.pod:6509 ../src/guestfs-actions.pod:8148 +#: ../src/guestfs-actions.pod:5707 ../src/guestfs-actions.pod:6166 ../src/guestfs-actions.pod:6239 ../src/guestfs-actions.pod:6507 ../src/guestfs-actions.pod:8134 msgid "(Added in 1.3.14)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5710 +#: ../src/guestfs-actions.pod:5709 msgid "guestfs_part_add" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5712 +#: ../src/guestfs-actions.pod:5711 #, no-wrap msgid "" " int\n" @@ -29761,31 +29783,31 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5719 +#: ../src/guestfs-actions.pod:5718 msgid "" "This command adds a partition to C<device>. If there is no partition table " "on the device, call C<guestfs_part_init> first." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5731 +#: ../src/guestfs-actions.pod:5730 msgid "" "Creating a partition which covers the whole disk is not so easy. Use " "C<guestfs_part_disk> to do that." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5736 ../src/guestfs-actions.pod:5774 ../src/guestfs-actions.pod:5827 ../src/guestfs-actions.pod:5911 ../src/guestfs-actions.pod:5949 ../src/guestfs-actions.pod:5968 ../src/guestfs-actions.pod:6008 +#: ../src/guestfs-actions.pod:5735 ../src/guestfs-actions.pod:5770 ../src/guestfs-actions.pod:5823 ../src/guestfs-actions.pod:5907 ../src/guestfs-actions.pod:5945 ../src/guestfs-actions.pod:5964 ../src/guestfs-actions.pod:6004 msgid "(Added in 1.0.78)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5738 +#: ../src/guestfs-actions.pod:5737 msgid "guestfs_part_del" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5740 +#: ../src/guestfs-actions.pod:5739 #, no-wrap msgid "" " int\n" @@ -29796,12 +29818,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5755 +#: ../src/guestfs-actions.pod:5754 msgid "guestfs_part_disk" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5757 +#: ../src/guestfs-actions.pod:5756 #, no-wrap msgid "" " int\n" @@ -29812,7 +29834,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5762 +#: ../src/guestfs-actions.pod:5761 msgid "" "This command is simply a combination of C<guestfs_part_init> followed by " "C<guestfs_part_add> to create a single primary partition covering the whole " @@ -29820,19 +29842,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5766 +#: ../src/guestfs-actions.pod:5765 msgid "" "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other " "possible values are described in C<guestfs_part_init>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5776 +#: ../src/guestfs-actions.pod:5772 msgid "guestfs_part_get_bootable" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5778 +#: ../src/guestfs-actions.pod:5774 #, no-wrap msgid "" " int\n" @@ -29843,17 +29865,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5786 +#: ../src/guestfs-actions.pod:5782 msgid "See also C<guestfs_part_set_bootable>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5792 +#: ../src/guestfs-actions.pod:5788 msgid "guestfs_part_get_mbr_id" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5794 +#: ../src/guestfs-actions.pod:5790 #, no-wrap msgid "" " int\n" @@ -29864,7 +29886,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5802 ../src/guestfs-actions.pod:5984 +#: ../src/guestfs-actions.pod:5798 ../src/guestfs-actions.pod:5980 msgid "" "Note that only MBR (old DOS-style) partitions have type bytes. You will get " "undefined results for other partition table types (see " @@ -29872,12 +29894,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5810 +#: ../src/guestfs-actions.pod:5806 msgid "guestfs_part_get_parttype" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5812 +#: ../src/guestfs-actions.pod:5808 #, no-wrap msgid "" " char *\n" @@ -29887,7 +29909,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5819 +#: ../src/guestfs-actions.pod:5815 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 " @@ -29895,12 +29917,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5829 +#: ../src/guestfs-actions.pod:5825 msgid "guestfs_part_init" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5831 +#: ../src/guestfs-actions.pod:5827 #, no-wrap msgid "" " int\n" @@ -29911,19 +29933,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5840 +#: ../src/guestfs-actions.pod:5836 msgid "" "Initially there are no partitions. Following this, you should call " "C<guestfs_part_add> for each partition required." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5913 +#: ../src/guestfs-actions.pod:5909 msgid "guestfs_part_list" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5915 +#: ../src/guestfs-actions.pod:5911 #, no-wrap msgid "" " struct guestfs_partition_list *\n" @@ -29933,14 +29955,14 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5932 +#: ../src/guestfs-actions.pod:5928 msgid "" "Start of the partition I<in bytes>. To get sectors you have to divide by " "the device's sector size, see C<guestfs_blockdev_getss>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:5945 +#: ../src/guestfs-actions.pod:5941 msgid "" "This function returns a C<struct guestfs_partition_list *>, or NULL if there " "was an error. I<The caller must call C<guestfs_free_partition_list> after " @@ -29948,12 +29970,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5951 +#: ../src/guestfs-actions.pod:5947 msgid "guestfs_part_set_bootable" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5953 +#: ../src/guestfs-actions.pod:5949 #, no-wrap msgid "" " int\n" @@ -29965,12 +29987,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5970 +#: ../src/guestfs-actions.pod:5966 msgid "guestfs_part_set_mbr_id" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5972 +#: ../src/guestfs-actions.pod:5968 #, no-wrap msgid "" " int\n" @@ -29982,12 +30004,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:5992 +#: ../src/guestfs-actions.pod:5988 msgid "guestfs_part_set_name" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:5994 +#: ../src/guestfs-actions.pod:5990 #, no-wrap msgid "" " int\n" @@ -29999,12 +30021,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6010 +#: ../src/guestfs-actions.pod:6006 msgid "guestfs_part_to_dev" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6012 +#: ../src/guestfs-actions.pod:6008 #, no-wrap msgid "" " char *\n" @@ -30014,24 +30036,24 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6020 ../src/guestfs-actions.pod:6039 +#: ../src/guestfs-actions.pod:6016 ../src/guestfs-actions.pod:6035 msgid "" "The named partition must exist, for example as a string returned from " "C<guestfs_list_partitions>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6023 +#: ../src/guestfs-actions.pod:6019 msgid "See also C<guestfs_part_to_partnum>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6030 +#: ../src/guestfs-actions.pod:6026 msgid "guestfs_part_to_partnum" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6032 +#: ../src/guestfs-actions.pod:6028 #, no-wrap msgid "" " int\n" @@ -30041,17 +30063,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6042 +#: ../src/guestfs-actions.pod:6038 msgid "See also C<guestfs_part_to_dev>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6046 +#: ../src/guestfs-actions.pod:6044 msgid "guestfs_ping_daemon" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6048 +#: ../src/guestfs-actions.pod:6046 #, no-wrap msgid "" " int\n" @@ -30060,12 +30082,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6060 +#: ../src/guestfs-actions.pod:6058 msgid "guestfs_pread" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6062 +#: ../src/guestfs-actions.pod:6060 #, no-wrap msgid "" " char *\n" @@ -30078,17 +30100,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6075 +#: ../src/guestfs-actions.pod:6073 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6086 +#: ../src/guestfs-actions.pod:6084 msgid "guestfs_pread_device" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6088 +#: ../src/guestfs-actions.pod:6086 #, no-wrap msgid "" " char *\n" @@ -30101,22 +30123,22 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6101 +#: ../src/guestfs-actions.pod:6099 msgid "See also C<guestfs_pread>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6110 +#: ../src/guestfs-actions.pod:6108 msgid "(Added in 1.5.21)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6112 +#: ../src/guestfs-actions.pod:6110 msgid "guestfs_pvcreate" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6114 +#: ../src/guestfs-actions.pod:6112 #, no-wrap msgid "" " int\n" @@ -30126,12 +30148,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6126 +#: ../src/guestfs-actions.pod:6124 msgid "guestfs_pvremove" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6128 +#: ../src/guestfs-actions.pod:6126 #, no-wrap msgid "" " int\n" @@ -30141,12 +30163,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6143 +#: ../src/guestfs-actions.pod:6141 msgid "guestfs_pvresize" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6145 +#: ../src/guestfs-actions.pod:6143 #, no-wrap msgid "" " int\n" @@ -30156,12 +30178,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6156 +#: ../src/guestfs-actions.pod:6154 msgid "guestfs_pvresize_size" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6158 +#: ../src/guestfs-actions.pod:6156 #, no-wrap msgid "" " int\n" @@ -30172,19 +30194,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6163 +#: ../src/guestfs-actions.pod:6161 msgid "" "This command is the same as C<guestfs_pvresize> except that it allows you to " "specify the new size (in bytes) explicitly." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6170 +#: ../src/guestfs-actions.pod:6168 msgid "guestfs_pvs" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6172 +#: ../src/guestfs-actions.pod:6170 #, no-wrap msgid "" " char **\n" @@ -30193,17 +30215,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6181 +#: ../src/guestfs-actions.pod:6179 msgid "See also C<guestfs_pvs_full>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6189 +#: ../src/guestfs-actions.pod:6187 msgid "guestfs_pvs_full" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6191 +#: ../src/guestfs-actions.pod:6189 #, no-wrap msgid "" " struct guestfs_lvm_pv_list *\n" @@ -30212,7 +30234,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6197 +#: ../src/guestfs-actions.pod:6195 msgid "" "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there " "was an error. I<The caller must call C<guestfs_free_lvm_pv_list> after " @@ -30220,12 +30242,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6203 +#: ../src/guestfs-actions.pod:6201 msgid "guestfs_pvuuid" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6205 +#: ../src/guestfs-actions.pod:6203 #, no-wrap msgid "" " char *\n" @@ -30235,12 +30257,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6216 +#: ../src/guestfs-actions.pod:6214 msgid "guestfs_pwrite" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6218 +#: ../src/guestfs-actions.pod:6216 #, no-wrap msgid "" " int\n" @@ -30253,17 +30275,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6234 +#: ../src/guestfs-actions.pod:6232 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6243 +#: ../src/guestfs-actions.pod:6241 msgid "guestfs_pwrite_device" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6245 +#: ../src/guestfs-actions.pod:6243 #, no-wrap msgid "" " int\n" @@ -30276,22 +30298,22 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6260 +#: ../src/guestfs-actions.pod:6258 msgid "See also C<guestfs_pwrite>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6267 +#: ../src/guestfs-actions.pod:6265 msgid "(Added in 1.5.20)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6269 +#: ../src/guestfs-actions.pod:6267 msgid "guestfs_read_file" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6271 +#: ../src/guestfs-actions.pod:6269 #, no-wrap msgid "" " char *\n" @@ -30302,7 +30324,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6279 +#: ../src/guestfs-actions.pod:6277 msgid "" "Unlike C<guestfs_cat>, this function can correctly handle files that contain " "embedded ASCII NUL characters. However unlike C<guestfs_download>, this " @@ -30310,17 +30332,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6291 +#: ../src/guestfs-actions.pod:6289 msgid "(Added in 1.0.63)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6293 +#: ../src/guestfs-actions.pod:6291 msgid "guestfs_read_lines" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6295 +#: ../src/guestfs-actions.pod:6293 #, no-wrap msgid "" " char **\n" @@ -30330,7 +30352,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6304 +#: ../src/guestfs-actions.pod:6302 msgid "" "Note that this function cannot correctly handle binary files (specifically, " "files containing C<\\0> character which is treated as end of line). For " @@ -30339,12 +30361,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6315 +#: ../src/guestfs-actions.pod:6313 msgid "guestfs_readdir" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6317 +#: ../src/guestfs-actions.pod:6315 #, no-wrap msgid "" " struct guestfs_dirent_list *\n" @@ -30354,7 +30376,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6371 +#: ../src/guestfs-actions.pod:6369 msgid "" "This function is primarily intended for use by programs. To get a simple " "list of names, use C<guestfs_ls>. To get a printable directory for human " @@ -30362,7 +30384,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6375 +#: ../src/guestfs-actions.pod:6373 msgid "" "This function returns a C<struct guestfs_dirent_list *>, or NULL if there " "was an error. I<The caller must call C<guestfs_free_dirent_list> after " @@ -30370,12 +30392,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6381 +#: ../src/guestfs-actions.pod:6379 msgid "guestfs_readlink" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6383 +#: ../src/guestfs-actions.pod:6381 #, no-wrap msgid "" " char *\n" @@ -30385,12 +30407,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6394 +#: ../src/guestfs-actions.pod:6392 msgid "guestfs_readlinklist" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6396 +#: ../src/guestfs-actions.pod:6394 #, no-wrap msgid "" " char **\n" @@ -30401,12 +30423,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6429 +#: ../src/guestfs-actions.pod:6427 msgid "guestfs_realpath" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6431 +#: ../src/guestfs-actions.pod:6429 #, no-wrap msgid "" " char *\n" @@ -30416,12 +30438,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6443 +#: ../src/guestfs-actions.pod:6441 msgid "guestfs_removexattr" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6445 +#: ../src/guestfs-actions.pod:6443 #, no-wrap msgid "" " int\n" @@ -30432,17 +30454,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6453 +#: ../src/guestfs-actions.pod:6451 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6459 +#: ../src/guestfs-actions.pod:6457 msgid "guestfs_resize2fs" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6461 +#: ../src/guestfs-actions.pod:6459 #, no-wrap msgid "" " int\n" @@ -30452,7 +30474,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6468 +#: ../src/guestfs-actions.pod:6466 msgid "" "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the " "C<device> before calling this command. For unknown reasons C<resize2fs> " @@ -30461,12 +30483,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6478 +#: ../src/guestfs-actions.pod:6476 msgid "guestfs_resize2fs_M" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6480 +#: ../src/guestfs-actions.pod:6478 #, no-wrap msgid "" " int\n" @@ -30476,7 +30498,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6484 +#: ../src/guestfs-actions.pod:6482 msgid "" "This command is the same as C<guestfs_resize2fs>, but the filesystem is " "resized to its minimum size. This works like the I<-M> option to the " @@ -30484,7 +30506,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6488 +#: ../src/guestfs-actions.pod:6486 msgid "" "To get the resulting size of the filesystem you should call " "C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values. " @@ -30493,12 +30515,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6497 +#: ../src/guestfs-actions.pod:6495 msgid "guestfs_resize2fs_size" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6499 +#: ../src/guestfs-actions.pod:6497 #, no-wrap msgid "" " int\n" @@ -30509,19 +30531,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6504 +#: ../src/guestfs-actions.pod:6502 msgid "" "This command is the same as C<guestfs_resize2fs> except that it allows you " "to specify the new size (in bytes) explicitly." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6511 +#: ../src/guestfs-actions.pod:6509 msgid "guestfs_rm" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6513 +#: ../src/guestfs-actions.pod:6511 #, no-wrap msgid "" " int\n" @@ -30531,12 +30553,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6523 +#: ../src/guestfs-actions.pod:6521 msgid "guestfs_rm_rf" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6525 +#: ../src/guestfs-actions.pod:6523 #, no-wrap msgid "" " int\n" @@ -30546,12 +30568,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6537 +#: ../src/guestfs-actions.pod:6535 msgid "guestfs_rmdir" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6539 +#: ../src/guestfs-actions.pod:6537 #, no-wrap msgid "" " int\n" @@ -30561,12 +30583,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6549 +#: ../src/guestfs-actions.pod:6547 msgid "guestfs_rmmountpoint" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6551 +#: ../src/guestfs-actions.pod:6549 #, no-wrap msgid "" " int\n" @@ -30576,19 +30598,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6555 +#: ../src/guestfs-actions.pod:6553 msgid "" "This calls removes a mountpoint that was previously created with " "C<guestfs_mkmountpoint>. See C<guestfs_mkmountpoint> for full details." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6563 +#: ../src/guestfs-actions.pod:6561 msgid "guestfs_scrub_device" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6565 +#: ../src/guestfs-actions.pod:6563 #, no-wrap msgid "" " int\n" @@ -30598,17 +30620,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6580 ../src/guestfs-actions.pod:6598 ../src/guestfs-actions.pod:6617 +#: ../src/guestfs-actions.pod:6575 ../src/guestfs-actions.pod:6593 ../src/guestfs-actions.pod:6612 msgid "(Added in 1.0.52)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6582 +#: ../src/guestfs-actions.pod:6577 msgid "guestfs_scrub_file" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6584 +#: ../src/guestfs-actions.pod:6579 #, no-wrap msgid "" " int\n" @@ -30618,12 +30640,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6600 +#: ../src/guestfs-actions.pod:6595 msgid "guestfs_scrub_freespace" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6602 +#: ../src/guestfs-actions.pod:6597 #, no-wrap msgid "" " int\n" @@ -30633,7 +30655,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6606 +#: ../src/guestfs-actions.pod:6601 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 C<guestfs_scrub_file>, " @@ -30642,12 +30664,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6619 +#: ../src/guestfs-actions.pod:6614 msgid "guestfs_set_append" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6621 +#: ../src/guestfs-actions.pod:6616 #, no-wrap msgid "" " int\n" @@ -30657,12 +30679,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6638 +#: ../src/guestfs-actions.pod:6633 msgid "guestfs_set_attach_method" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6640 +#: ../src/guestfs-actions.pod:6635 #, no-wrap msgid "" " int\n" @@ -30672,12 +30694,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6668 +#: ../src/guestfs-actions.pod:6663 msgid "guestfs_set_autosync" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6670 +#: ../src/guestfs-actions.pod:6665 #, no-wrap msgid "" " int\n" @@ -30687,12 +30709,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6686 +#: ../src/guestfs-actions.pod:6681 msgid "guestfs_set_direct" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6688 +#: ../src/guestfs-actions.pod:6683 #, no-wrap msgid "" " int\n" @@ -30702,7 +30724,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6696 +#: ../src/guestfs-actions.pod:6691 msgid "" "One consequence of this is that log messages aren't caught by the library " "and handled by C<guestfs_set_log_message_callback>, but go straight to " @@ -30710,12 +30732,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6709 +#: ../src/guestfs-actions.pod:6704 msgid "guestfs_set_e2label" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6711 +#: ../src/guestfs-actions.pod:6706 #, no-wrap msgid "" " int\n" @@ -30726,19 +30748,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6720 +#: ../src/guestfs-actions.pod:6715 msgid "" "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return " "the existing label on a filesystem." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6727 +#: ../src/guestfs-actions.pod:6722 msgid "guestfs_set_e2uuid" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6729 +#: ../src/guestfs-actions.pod:6724 #, no-wrap msgid "" " int\n" @@ -30749,19 +30771,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6739 +#: ../src/guestfs-actions.pod:6734 msgid "" "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return " "the existing UUID of a filesystem." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6746 +#: ../src/guestfs-actions.pod:6741 msgid "guestfs_set_memsize" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6748 +#: ../src/guestfs-actions.pod:6743 #, no-wrap msgid "" " int\n" @@ -30771,19 +30793,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6752 +#: ../src/guestfs-actions.pod:6747 msgid "" "This sets the memory size in megabytes allocated to the qemu subprocess. " "This only has any effect if called before C<guestfs_launch>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6767 +#: ../src/guestfs-actions.pod:6762 msgid "guestfs_set_network" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6769 +#: ../src/guestfs-actions.pod:6764 #, no-wrap msgid "" " int\n" @@ -30793,19 +30815,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6779 +#: ../src/guestfs-actions.pod:6774 msgid "" "You must call this before calling C<guestfs_launch>, otherwise it has no " "effect." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6786 +#: ../src/guestfs-actions.pod:6781 msgid "guestfs_set_path" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6788 +#: ../src/guestfs-actions.pod:6783 #, no-wrap msgid "" " int\n" @@ -30815,12 +30837,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6803 +#: ../src/guestfs-actions.pod:6798 msgid "guestfs_set_pgroup" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6805 +#: ../src/guestfs-actions.pod:6800 #, no-wrap msgid "" " int\n" @@ -30830,12 +30852,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6822 +#: ../src/guestfs-actions.pod:6817 msgid "guestfs_set_qemu" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6824 +#: ../src/guestfs-actions.pod:6819 #, no-wrap msgid "" " int\n" @@ -30845,12 +30867,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6850 +#: ../src/guestfs-actions.pod:6845 msgid "guestfs_set_recovery_proc" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6852 +#: ../src/guestfs-actions.pod:6847 #, no-wrap msgid "" " int\n" @@ -30860,7 +30882,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6856 +#: ../src/guestfs-actions.pod:6851 msgid "" "If this is called with the parameter C<false> then C<guestfs_launch> does " "not create a recovery process. The purpose of the recovery process is to " @@ -30869,19 +30891,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6861 +#: ../src/guestfs-actions.pod:6856 msgid "" "This only has any effect if called before C<guestfs_launch>, and the default " "is true." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6874 +#: ../src/guestfs-actions.pod:6869 msgid "guestfs_set_selinux" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6876 +#: ../src/guestfs-actions.pod:6871 #, no-wrap msgid "" " int\n" @@ -30891,12 +30913,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6893 +#: ../src/guestfs-actions.pod:6888 msgid "guestfs_set_smp" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6895 +#: ../src/guestfs-actions.pod:6890 #, no-wrap msgid "" " int\n" @@ -30906,17 +30928,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6903 +#: ../src/guestfs-actions.pod:6898 msgid "This function must be called before C<guestfs_launch>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6909 +#: ../src/guestfs-actions.pod:6904 msgid "guestfs_set_trace" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6911 +#: ../src/guestfs-actions.pod:6906 #, no-wrap msgid "" " int\n" @@ -30926,19 +30948,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6925 +#: ../src/guestfs-actions.pod:6920 msgid "" "Trace messages are normally sent to C<stderr>, unless you register a " "callback to send them somewhere else (see C<guestfs_set_event_callback>)." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6933 +#: ../src/guestfs-actions.pod:6928 msgid "guestfs_set_verbose" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6935 +#: ../src/guestfs-actions.pod:6930 #, no-wrap msgid "" " int\n" @@ -30948,19 +30970,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6944 +#: ../src/guestfs-actions.pod:6939 msgid "" "Verbose messages are normally sent to C<stderr>, unless you register a " "callback to send them somewhere else (see C<guestfs_set_event_callback>)." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6952 +#: ../src/guestfs-actions.pod:6947 msgid "guestfs_setcon" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6954 +#: ../src/guestfs-actions.pod:6949 #, no-wrap msgid "" " int\n" @@ -30970,12 +30992,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6967 +#: ../src/guestfs-actions.pod:6962 msgid "guestfs_setxattr" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6969 +#: ../src/guestfs-actions.pod:6964 #, no-wrap msgid "" " int\n" @@ -30988,17 +31010,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6980 +#: ../src/guestfs-actions.pod:6975 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:6986 +#: ../src/guestfs-actions.pod:6981 msgid "guestfs_sfdisk" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:6988 +#: ../src/guestfs-actions.pod:6983 #, no-wrap msgid "" " int\n" @@ -31012,24 +31034,24 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6996 ../src/guestfs-actions.pod:7040 ../src/guestfs-actions.pod:7074 +#: ../src/guestfs-actions.pod:6991 ../src/guestfs-actions.pod:7032 ../src/guestfs-actions.pod:7063 msgid "" "I<This function is deprecated.> In new code, use the L</guestfs_part_add> " "call instead." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7023 +#: ../src/guestfs-actions.pod:7018 msgid "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7033 +#: ../src/guestfs-actions.pod:7025 msgid "guestfs_sfdiskM" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7035 +#: ../src/guestfs-actions.pod:7027 #, no-wrap msgid "" " int\n" @@ -31040,7 +31062,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7047 +#: ../src/guestfs-actions.pod:7039 msgid "" "This is a simplified interface to the C<guestfs_sfdisk> command, where " "partition sizes are specified in megabytes only (rounded to the nearest " @@ -31049,19 +31071,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7053 +#: ../src/guestfs-actions.pod:7045 msgid "" "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and " "C<guestfs_part_disk>" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7063 +#: ../src/guestfs-actions.pod:7052 msgid "guestfs_sfdisk_N" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7065 +#: ../src/guestfs-actions.pod:7054 #, no-wrap msgid "" " int\n" @@ -31076,24 +31098,24 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7084 +#: ../src/guestfs-actions.pod:7073 msgid "" "For other parameters, see C<guestfs_sfdisk>. You should usually pass C<0> " "for the cyls/heads/sectors parameters." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7087 +#: ../src/guestfs-actions.pod:7076 msgid "See also: C<guestfs_part_add>" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7096 +#: ../src/guestfs-actions.pod:7082 msgid "guestfs_sfdisk_disk_geometry" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7098 +#: ../src/guestfs-actions.pod:7084 #, no-wrap msgid "" " char *\n" @@ -31103,7 +31125,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7102 +#: ../src/guestfs-actions.pod:7088 msgid "" "This displays the disk geometry of C<device> read from the partition table. " "Especially in the case where the underlying block device has been resized, " @@ -31112,12 +31134,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7115 +#: ../src/guestfs-actions.pod:7101 msgid "guestfs_sfdisk_kernel_geometry" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7117 +#: ../src/guestfs-actions.pod:7103 #, no-wrap msgid "" " char *\n" @@ -31127,12 +31149,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7131 +#: ../src/guestfs-actions.pod:7117 msgid "guestfs_sfdisk_l" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7133 +#: ../src/guestfs-actions.pod:7119 #, no-wrap msgid "" " char *\n" @@ -31142,24 +31164,24 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7137 +#: ../src/guestfs-actions.pod:7123 msgid "" "I<This function is deprecated.> In new code, use the L</guestfs_part_list> " "call instead." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7148 +#: ../src/guestfs-actions.pod:7134 msgid "See also: C<guestfs_part_list>" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7155 +#: ../src/guestfs-actions.pod:7141 msgid "guestfs_sh" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7157 +#: ../src/guestfs-actions.pod:7143 #, no-wrap msgid "" " char *\n" @@ -31169,22 +31191,22 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7164 +#: ../src/guestfs-actions.pod:7150 msgid "This is like C<guestfs_command>, but passes the command to:" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7172 +#: ../src/guestfs-actions.pod:7158 msgid "All the provisos about C<guestfs_command> apply to this call." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7179 +#: ../src/guestfs-actions.pod:7165 msgid "guestfs_sh_lines" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7181 +#: ../src/guestfs-actions.pod:7167 #, no-wrap msgid "" " char **\n" @@ -31194,24 +31216,24 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7185 +#: ../src/guestfs-actions.pod:7171 msgid "" "This is the same as C<guestfs_sh>, but splits the result into a list of " "lines." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7188 +#: ../src/guestfs-actions.pod:7174 msgid "See also: C<guestfs_command_lines>" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7196 +#: ../src/guestfs-actions.pod:7182 msgid "guestfs_sleep" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7198 +#: ../src/guestfs-actions.pod:7184 #, no-wrap msgid "" " int\n" @@ -31221,17 +31243,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7206 +#: ../src/guestfs-actions.pod:7192 msgid "(Added in 1.0.41)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7208 ../src/guestfs-structs.pod:109 +#: ../src/guestfs-actions.pod:7194 ../src/guestfs-structs.pod:109 msgid "guestfs_stat" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7210 +#: ../src/guestfs-actions.pod:7196 #, no-wrap msgid "" " struct guestfs_stat *\n" @@ -31241,12 +31263,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7224 ../src/guestfs-structs.pod:135 +#: ../src/guestfs-actions.pod:7210 ../src/guestfs-structs.pod:135 msgid "guestfs_statvfs" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7226 +#: ../src/guestfs-actions.pod:7212 #, no-wrap msgid "" " struct guestfs_statvfs *\n" @@ -31256,19 +31278,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7236 +#: ../src/guestfs-actions.pod:7222 msgid "" "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an " "error. I<The caller must call C<guestfs_free_statvfs> after use>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7242 +#: ../src/guestfs-actions.pod:7228 msgid "guestfs_strings" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7244 +#: ../src/guestfs-actions.pod:7230 #, no-wrap msgid "" " char **\n" @@ -31278,12 +31300,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7260 +#: ../src/guestfs-actions.pod:7246 msgid "guestfs_strings_e" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7262 +#: ../src/guestfs-actions.pod:7248 #, no-wrap msgid "" " char **\n" @@ -31294,26 +31316,26 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7267 +#: ../src/guestfs-actions.pod:7253 msgid "" "This is like the C<guestfs_strings> command, but allows you to specify the " "encoding of strings that are looked for in the source file C<path>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7277 +#: ../src/guestfs-actions.pod:7263 msgid "" "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of " "ISO-8859-X (this is what C<guestfs_strings> uses)." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7315 +#: ../src/guestfs-actions.pod:7301 msgid "guestfs_swapoff_device" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7317 +#: ../src/guestfs-actions.pod:7303 #, no-wrap msgid "" " int\n" @@ -31323,19 +31345,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7321 +#: ../src/guestfs-actions.pod:7307 msgid "" "This command disables the libguestfs appliance swap device or partition " "named C<device>. See C<guestfs_swapon_device>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7329 +#: ../src/guestfs-actions.pod:7315 msgid "guestfs_swapoff_file" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7331 +#: ../src/guestfs-actions.pod:7317 #, no-wrap msgid "" " int\n" @@ -31345,12 +31367,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7341 +#: ../src/guestfs-actions.pod:7327 msgid "guestfs_swapoff_label" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7343 +#: ../src/guestfs-actions.pod:7329 #, no-wrap msgid "" " int\n" @@ -31360,12 +31382,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7354 +#: ../src/guestfs-actions.pod:7340 msgid "guestfs_swapoff_uuid" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7356 +#: ../src/guestfs-actions.pod:7342 #, no-wrap msgid "" " int\n" @@ -31375,12 +31397,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7367 +#: ../src/guestfs-actions.pod:7353 msgid "guestfs_swapon_device" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7369 +#: ../src/guestfs-actions.pod:7355 #, no-wrap msgid "" " int\n" @@ -31390,7 +31412,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7373 +#: ../src/guestfs-actions.pod:7359 msgid "" "This command enables the libguestfs appliance to use the swap device or " "partition named C<device>. The increased memory is made available for all " @@ -31398,12 +31420,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7389 +#: ../src/guestfs-actions.pod:7375 msgid "guestfs_swapon_file" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7391 +#: ../src/guestfs-actions.pod:7377 #, no-wrap msgid "" " int\n" @@ -31413,19 +31435,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7395 +#: ../src/guestfs-actions.pod:7381 msgid "" "This command enables swap to a file. See C<guestfs_swapon_device> for other " "notes." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7402 +#: ../src/guestfs-actions.pod:7388 msgid "guestfs_swapon_label" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7404 +#: ../src/guestfs-actions.pod:7390 #, no-wrap msgid "" " int\n" @@ -31435,19 +31457,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7408 +#: ../src/guestfs-actions.pod:7394 msgid "" "This command enables swap to a labeled swap partition. See " "C<guestfs_swapon_device> for other notes." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7415 +#: ../src/guestfs-actions.pod:7401 msgid "guestfs_swapon_uuid" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7417 +#: ../src/guestfs-actions.pod:7403 #, no-wrap msgid "" " int\n" @@ -31457,19 +31479,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7421 +#: ../src/guestfs-actions.pod:7407 msgid "" "This command enables swap to a swap partition with the given UUID. See " "C<guestfs_swapon_device> for other notes." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7428 +#: ../src/guestfs-actions.pod:7414 msgid "guestfs_sync" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7430 +#: ../src/guestfs-actions.pod:7416 #, no-wrap msgid "" " int\n" @@ -31478,12 +31500,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7443 +#: ../src/guestfs-actions.pod:7429 msgid "guestfs_tail" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7445 +#: ../src/guestfs-actions.pod:7431 #, no-wrap msgid "" " char **\n" @@ -31493,12 +31515,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7461 +#: ../src/guestfs-actions.pod:7447 msgid "guestfs_tail_n" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7463 +#: ../src/guestfs-actions.pod:7449 #, no-wrap msgid "" " char **\n" @@ -31509,12 +31531,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7485 +#: ../src/guestfs-actions.pod:7471 msgid "guestfs_tar_in" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7487 +#: ../src/guestfs-actions.pod:7473 #, no-wrap msgid "" " int\n" @@ -31525,22 +31547,22 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7495 +#: ../src/guestfs-actions.pod:7481 msgid "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7500 ../src/guestfs-actions.pod:7517 ../src/guestfs-actions.pod:7533 ../src/guestfs-actions.pod:7549 +#: ../src/guestfs-actions.pod:7486 ../src/guestfs-actions.pod:7503 ../src/guestfs-actions.pod:7519 ../src/guestfs-actions.pod:7535 msgid "(Added in 1.0.3)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7502 +#: ../src/guestfs-actions.pod:7488 msgid "guestfs_tar_out" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7504 +#: ../src/guestfs-actions.pod:7490 #, no-wrap msgid "" " int\n" @@ -31551,19 +31573,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7512 +#: ../src/guestfs-actions.pod:7498 msgid "" "To download a compressed tarball, use C<guestfs_tgz_out> or " "C<guestfs_txz_out>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7519 +#: ../src/guestfs-actions.pod:7505 msgid "guestfs_tgz_in" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7521 +#: ../src/guestfs-actions.pod:7507 #, no-wrap msgid "" " int\n" @@ -31574,17 +31596,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7529 +#: ../src/guestfs-actions.pod:7515 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7535 +#: ../src/guestfs-actions.pod:7521 msgid "guestfs_tgz_out" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7537 +#: ../src/guestfs-actions.pod:7523 #, no-wrap msgid "" " int\n" @@ -31595,17 +31617,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7545 +#: ../src/guestfs-actions.pod:7531 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7551 +#: ../src/guestfs-actions.pod:7537 msgid "guestfs_touch" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7553 +#: ../src/guestfs-actions.pod:7539 #, no-wrap msgid "" " int\n" @@ -31615,12 +31637,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7568 +#: ../src/guestfs-actions.pod:7554 msgid "guestfs_truncate" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7570 +#: ../src/guestfs-actions.pod:7556 #, no-wrap msgid "" " int\n" @@ -31630,12 +31652,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7581 +#: ../src/guestfs-actions.pod:7567 msgid "guestfs_truncate_size" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7583 +#: ../src/guestfs-actions.pod:7569 #, no-wrap msgid "" " int\n" @@ -31646,7 +31668,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7591 +#: ../src/guestfs-actions.pod:7577 msgid "" "If the current file size is less than C<size> then the file is extended to " "the required size with zero bytes. This creates a sparse file (ie. disk " @@ -31655,12 +31677,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7601 +#: ../src/guestfs-actions.pod:7587 msgid "guestfs_tune2fs_l" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7603 +#: ../src/guestfs-actions.pod:7589 #, no-wrap msgid "" " char **\n" @@ -31670,12 +31692,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7623 +#: ../src/guestfs-actions.pod:7609 msgid "guestfs_txz_in" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7625 +#: ../src/guestfs-actions.pod:7611 #, no-wrap msgid "" " int\n" @@ -31686,12 +31708,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7637 +#: ../src/guestfs-actions.pod:7623 msgid "guestfs_txz_out" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7639 +#: ../src/guestfs-actions.pod:7625 #, no-wrap msgid "" " int\n" @@ -31702,12 +31724,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7651 +#: ../src/guestfs-actions.pod:7637 msgid "guestfs_umask" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7653 +#: ../src/guestfs-actions.pod:7639 #, no-wrap msgid "" " int\n" @@ -31717,19 +31739,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7669 +#: ../src/guestfs-actions.pod:7655 msgid "" "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, " "C<guestfs_mkdir>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7678 +#: ../src/guestfs-actions.pod:7664 msgid "guestfs_umount" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7680 +#: ../src/guestfs-actions.pod:7666 #, no-wrap msgid "" " int\n" @@ -31739,12 +31761,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7692 +#: ../src/guestfs-actions.pod:7678 msgid "guestfs_umount_all" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7694 +#: ../src/guestfs-actions.pod:7680 #, no-wrap msgid "" " int\n" @@ -31753,12 +31775,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7705 +#: ../src/guestfs-actions.pod:7691 msgid "guestfs_upload" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7707 +#: ../src/guestfs-actions.pod:7693 #, no-wrap msgid "" " int\n" @@ -31769,17 +31791,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7717 +#: ../src/guestfs-actions.pod:7703 msgid "See also C<guestfs_download>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7728 +#: ../src/guestfs-actions.pod:7714 msgid "guestfs_upload_offset" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7730 +#: ../src/guestfs-actions.pod:7716 #, no-wrap msgid "" " int\n" @@ -31791,7 +31813,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7746 +#: ../src/guestfs-actions.pod:7732 msgid "" "Note that there is no limit on the amount of data that can be uploaded with " "this call, unlike with C<guestfs_pwrite>, and this call always writes the " @@ -31799,17 +31821,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7751 +#: ../src/guestfs-actions.pod:7737 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7762 +#: ../src/guestfs-actions.pod:7748 msgid "guestfs_utimens" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7764 +#: ../src/guestfs-actions.pod:7750 #, no-wrap msgid "" " int\n" @@ -31823,12 +31845,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7793 ../src/guestfs-structs.pod:175 +#: ../src/guestfs-actions.pod:7779 ../src/guestfs-structs.pod:175 msgid "guestfs_version" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7795 +#: ../src/guestfs-actions.pod:7781 #, no-wrap msgid "" " struct guestfs_version *\n" @@ -31837,7 +31859,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7823 +#: ../src/guestfs-actions.pod:7809 msgid "" "I<Note:> Don't use this call to test for availability of features. In " "enterprise distributions we backport features from later versions into " @@ -31846,24 +31868,24 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7829 +#: ../src/guestfs-actions.pod:7815 msgid "" "This function returns a C<struct guestfs_version *>, or NULL if there was an " "error. I<The caller must call C<guestfs_free_version> after use>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7833 +#: ../src/guestfs-actions.pod:7819 msgid "(Added in 1.0.58)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7835 +#: ../src/guestfs-actions.pod:7821 msgid "guestfs_vfs_label" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7837 +#: ../src/guestfs-actions.pod:7823 #, no-wrap msgid "" " char *\n" @@ -31873,22 +31895,22 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7846 +#: ../src/guestfs-actions.pod:7832 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7851 ../src/guestfs-actions.pod:7888 +#: ../src/guestfs-actions.pod:7837 ../src/guestfs-actions.pod:7874 msgid "(Added in 1.3.18)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7853 +#: ../src/guestfs-actions.pod:7839 msgid "guestfs_vfs_type" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7855 +#: ../src/guestfs-actions.pod:7841 #, no-wrap msgid "" " char *\n" @@ -31898,12 +31920,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7872 +#: ../src/guestfs-actions.pod:7858 msgid "guestfs_vfs_uuid" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7874 +#: ../src/guestfs-actions.pod:7860 #, no-wrap msgid "" " char *\n" @@ -31913,17 +31935,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7883 +#: ../src/guestfs-actions.pod:7869 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7890 +#: ../src/guestfs-actions.pod:7876 msgid "guestfs_vg_activate" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7892 +#: ../src/guestfs-actions.pod:7878 #, no-wrap msgid "" " int\n" @@ -31934,12 +31956,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7909 +#: ../src/guestfs-actions.pod:7895 msgid "guestfs_vg_activate_all" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7911 +#: ../src/guestfs-actions.pod:7897 #, no-wrap msgid "" " int\n" @@ -31949,12 +31971,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7924 +#: ../src/guestfs-actions.pod:7910 msgid "guestfs_vgcreate" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7926 +#: ../src/guestfs-actions.pod:7912 #, no-wrap msgid "" " int\n" @@ -31965,12 +31987,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7938 +#: ../src/guestfs-actions.pod:7924 msgid "guestfs_vglvuuids" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7940 +#: ../src/guestfs-actions.pod:7926 #, no-wrap msgid "" " char **\n" @@ -31980,24 +32002,24 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7947 +#: ../src/guestfs-actions.pod:7933 msgid "" "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to " "associate logical volumes and volume groups." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7950 +#: ../src/guestfs-actions.pod:7936 msgid "See also C<guestfs_vgpvuuids>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7958 +#: ../src/guestfs-actions.pod:7944 msgid "guestfs_vgpvuuids" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7960 +#: ../src/guestfs-actions.pod:7946 #, no-wrap msgid "" " char **\n" @@ -32007,24 +32029,24 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7967 +#: ../src/guestfs-actions.pod:7953 msgid "" "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to " "associate physical volumes and volume groups." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7970 +#: ../src/guestfs-actions.pod:7956 msgid "See also C<guestfs_vglvuuids>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7978 +#: ../src/guestfs-actions.pod:7964 msgid "guestfs_vgremove" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7980 +#: ../src/guestfs-actions.pod:7966 #, no-wrap msgid "" " int\n" @@ -32034,12 +32056,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:7993 +#: ../src/guestfs-actions.pod:7979 msgid "guestfs_vgrename" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:7995 +#: ../src/guestfs-actions.pod:7981 #, no-wrap msgid "" " int\n" @@ -32050,12 +32072,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:8006 +#: ../src/guestfs-actions.pod:7992 msgid "guestfs_vgs" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:8008 +#: ../src/guestfs-actions.pod:7994 #, no-wrap msgid "" " char **\n" @@ -32064,17 +32086,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:8017 +#: ../src/guestfs-actions.pod:8003 msgid "See also C<guestfs_vgs_full>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:8025 +#: ../src/guestfs-actions.pod:8011 msgid "guestfs_vgs_full" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:8027 +#: ../src/guestfs-actions.pod:8013 #, no-wrap msgid "" " struct guestfs_lvm_vg_list *\n" @@ -32083,7 +32105,7 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:8033 +#: ../src/guestfs-actions.pod:8019 msgid "" "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there " "was an error. I<The caller must call C<guestfs_free_lvm_vg_list> after " @@ -32091,12 +32113,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:8039 +#: ../src/guestfs-actions.pod:8025 msgid "guestfs_vgscan" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:8041 +#: ../src/guestfs-actions.pod:8027 #, no-wrap msgid "" " int\n" @@ -32105,12 +32127,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:8051 +#: ../src/guestfs-actions.pod:8037 msgid "guestfs_vguuid" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:8053 +#: ../src/guestfs-actions.pod:8039 #, no-wrap msgid "" " char *\n" @@ -32120,12 +32142,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:8064 +#: ../src/guestfs-actions.pod:8050 msgid "guestfs_wait_ready" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:8066 +#: ../src/guestfs-actions.pod:8052 #, no-wrap msgid "" " int\n" @@ -32134,19 +32156,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:8069 +#: ../src/guestfs-actions.pod:8055 msgid "" "I<This function is deprecated.> In new code, use the L</guestfs_launch> call " "instead." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:8076 +#: ../src/guestfs-actions.pod:8062 msgid "This function is a no op." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:8078 +#: ../src/guestfs-actions.pod:8064 msgid "" "In versions of the API E<lt> 1.0.71 you had to call this function just after " "calling C<guestfs_launch> to wait for the launch to complete. However this " @@ -32154,19 +32176,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:8083 +#: ../src/guestfs-actions.pod:8069 msgid "" "If you see any calls to this function in code then you can just remove them, " "unless you want to retain compatibility with older versions of the API." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:8091 +#: ../src/guestfs-actions.pod:8077 msgid "guestfs_wc_c" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:8093 +#: ../src/guestfs-actions.pod:8079 #, no-wrap msgid "" " int\n" @@ -32176,12 +32198,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:8104 +#: ../src/guestfs-actions.pod:8090 msgid "guestfs_wc_l" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:8106 +#: ../src/guestfs-actions.pod:8092 #, no-wrap msgid "" " int\n" @@ -32191,12 +32213,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:8117 +#: ../src/guestfs-actions.pod:8103 msgid "guestfs_wc_w" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:8119 +#: ../src/guestfs-actions.pod:8105 #, no-wrap msgid "" " int\n" @@ -32206,12 +32228,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:8130 +#: ../src/guestfs-actions.pod:8116 msgid "guestfs_write" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:8132 +#: ../src/guestfs-actions.pod:8118 #, no-wrap msgid "" " int\n" @@ -32223,17 +32245,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:8141 +#: ../src/guestfs-actions.pod:8127 msgid "See also C<guestfs_write_append>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:8150 +#: ../src/guestfs-actions.pod:8136 msgid "guestfs_write_append" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:8152 +#: ../src/guestfs-actions.pod:8138 #, no-wrap msgid "" " int\n" @@ -32245,17 +32267,17 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:8161 +#: ../src/guestfs-actions.pod:8147 msgid "See also C<guestfs_write>." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:8170 +#: ../src/guestfs-actions.pod:8156 msgid "guestfs_write_file" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:8172 +#: ../src/guestfs-actions.pod:8158 #, no-wrap msgid "" " int\n" @@ -32267,19 +32289,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:8178 +#: ../src/guestfs-actions.pod:8164 msgid "" "I<This function is deprecated.> In new code, use the L</guestfs_write> call " "instead." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:8203 +#: ../src/guestfs-actions.pod:8189 msgid "guestfs_zegrep" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:8205 +#: ../src/guestfs-actions.pod:8191 #, no-wrap msgid "" " char **\n" @@ -32290,12 +32312,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:8222 +#: ../src/guestfs-actions.pod:8208 msgid "guestfs_zegrepi" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:8224 +#: ../src/guestfs-actions.pod:8210 #, no-wrap msgid "" " char **\n" @@ -32306,12 +32328,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:8241 +#: ../src/guestfs-actions.pod:8227 msgid "guestfs_zero" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:8243 +#: ../src/guestfs-actions.pod:8229 #, no-wrap msgid "" " int\n" @@ -32321,19 +32343,19 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:8257 +#: ../src/guestfs-actions.pod:8243 msgid "" "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>, " "C<guestfs_is_zero_device>" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:8269 +#: ../src/guestfs-actions.pod:8255 msgid "guestfs_zero_device" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:8271 +#: ../src/guestfs-actions.pod:8257 #, no-wrap msgid "" " int\n" @@ -32343,24 +32365,24 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:8275 +#: ../src/guestfs-actions.pod:8261 msgid "" "This command writes zeroes over the entire C<device>. Compare with " "C<guestfs_zero> which just zeroes the first few blocks of a device." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:8293 +#: ../src/guestfs-actions.pod:8276 msgid "(Added in 1.3.1)" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:8295 +#: ../src/guestfs-actions.pod:8278 msgid "guestfs_zerofree" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:8297 +#: ../src/guestfs-actions.pod:8280 #, no-wrap msgid "" " int\n" @@ -32370,12 +32392,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:8316 +#: ../src/guestfs-actions.pod:8299 msgid "guestfs_zfgrep" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:8318 +#: ../src/guestfs-actions.pod:8301 #, no-wrap msgid "" " char **\n" @@ -32386,12 +32408,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:8335 +#: ../src/guestfs-actions.pod:8318 msgid "guestfs_zfgrepi" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:8337 +#: ../src/guestfs-actions.pod:8320 #, no-wrap msgid "" " char **\n" @@ -32402,12 +32424,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:8354 +#: ../src/guestfs-actions.pod:8337 msgid "guestfs_zfile" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:8356 +#: ../src/guestfs-actions.pod:8339 #, no-wrap msgid "" " char *\n" @@ -32418,26 +32440,26 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:8361 +#: ../src/guestfs-actions.pod:8344 msgid "" "I<This function is deprecated.> In new code, use the L</guestfs_file> call " "instead." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:8373 +#: ../src/guestfs-actions.pod:8356 msgid "" "Since 1.0.63, use C<guestfs_file> instead which can now process compressed " "files." msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:8381 +#: ../src/guestfs-actions.pod:8364 msgid "guestfs_zgrep" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:8383 +#: ../src/guestfs-actions.pod:8366 #, no-wrap msgid "" " char **\n" @@ -32448,12 +32470,12 @@ msgid "" msgstr "" #. type: =head2 -#: ../src/guestfs-actions.pod:8400 +#: ../src/guestfs-actions.pod:8383 msgid "guestfs_zgrepi" msgstr "" #. type: verbatim -#: ../src/guestfs-actions.pod:8402 +#: ../src/guestfs-actions.pod:8385 #, no-wrap msgid "" " char **\n" |