X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=po-docs%2Flibguestfs-docs.pot;h=e5c110da3d744ca20ba4786d2bc4f02612129521;hp=bc0dc60654fd9af683eedbf41405f061622e28de;hb=477c437ba0e2108413fe2b54a830b36c251242f3;hpb=908fd031d31c29f3ca3037a26c2e85070ed381dd;ds=inline diff --git a/po-docs/libguestfs-docs.pot b/po-docs/libguestfs-docs.pot index bc0dc60..e5c110d 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 \n" "Language-Team: LANGUAGE \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" 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 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" msgstr "" #. type: textblock -#: ../align/virt-alignment-scan.pod:291 +#: ../align/virt-alignment-scan.pod:306 msgid "" "For Red Hat Enterprise Linux E 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 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 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 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, L, L, L, " "L, L." 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" 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." @@ -5522,7 +5546,7 @@ msgid "This call checks that C 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 to 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" 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." 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." @@ -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 and group to C." 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 bytes from one source device or file " "C to another destination device or file C." 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 to C where C 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 to C recursively using the " "C 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 to another " "destination device or file C. 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 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 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 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 and save it as C 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 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 is read for C bytes starting at C (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 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 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 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 command to estimate file space usage for " "C." 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 can be a file or a directory. If C 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 (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, ie. runs the ext2/ext3 filesystem checker " "on C, 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 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 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 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 and C 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 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 if and only if there is a file, directory (or anything) " "with the given C 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 of " "size C 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 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 and C " "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 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 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 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. 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 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, 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." 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." 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 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. The initial content of the " "file is C octets of C, where 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. 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. 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 C 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 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, placing the resulting list in the external file called " @@ -8064,24 +8088,24 @@ msgid "This command works the same way as L 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 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 which should have " "filesystem type C." 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 for the list of status " "codes from C." 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." 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 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." 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." 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." 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." 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, 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." 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 and " "L 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 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 function with flags " "C. 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 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 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, " "with the root directory being C." 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 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 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 is a positive number, this returns the first " "C lines of the file C." 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 is a negative number, this returns lines from " "the file C, excluding the last C 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 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 on the given C. 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 from the initrd file called " "C. The filename must be given I 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) 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-.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 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 for the events listed in C." 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 is a directory then events within that directory are " "watched, but this does I 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." @@ -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 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: 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 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 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 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 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." 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 or " "C 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 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 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 " "program from the C package, and several programs (C, " @@ -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 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) 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 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 if we could not determine the package " "format I 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, C, C, C, C, " "C. 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 if we could not determine the package " "management tool I 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, C, C (for all Debian " "derivatives), C, C, C, C, C. 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 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 C " @@ -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, C 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 " "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." 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." 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" 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" 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 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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 if and only if there is a block device with the given " "C 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 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 if and only if there is a character device with the " "given C 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 " "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 if and only if there is a directory with the given " "C 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 if and only if there is a FIFO (named pipe) with the " "given C 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 if and only if there is a regular file with the given " "C 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 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 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 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 if and only if there is a Unix domain socket with the " "given C 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 if and only if there is a symbolic link with the given " "C 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." 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 named C. If C " "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." 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" 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 (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 " "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 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 command. The I<-f> " "option removes the link (C) 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 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 command, The I<-f> " "option removes the link (C) 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 (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." 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 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 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. C is any " "existing key, and is used to access the device. C 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 and formats the device as a " "LUKS encrypted device. C is the initial key, which is added to key " "slot C. (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." -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 but it also allows you to set " "the C 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 from the encrypted LUKS " "device C. C must be one of the I 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 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 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. 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 " "followed by L will make them visible." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:2992 +#: ../fish/guestfish-actions.pod:2986 msgid "Use L 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 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 on the volume group " "C, with C 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 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 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." 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 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, 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, where C is the path to the " "LV, such as C." 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." 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 with the new name C." 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. 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 so that it fills C% 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 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)." msgstr "" #. type: textblock -#: ../fish/guestfish-actions.pod:3119 +#: ../fish/guestfish-actions.pod:3110 msgid "See also L, L." 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 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." 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. C 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. " @@ -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 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." 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." 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. 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, L" 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, creating any parent directories as " "necessary. This is like the C 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