summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BUGS41
-rw-r--r--configure.ac2
-rw-r--r--po-docs/ja.po9370
-rw-r--r--po-docs/libguestfs-docs.pot8173
-rw-r--r--po-docs/uk.po9349
-rw-r--r--po/en_GB.po12
-rw-r--r--po/es.po12
-rw-r--r--po/gu.po12
-rw-r--r--po/hi.po12
-rw-r--r--po/kn.po12
-rw-r--r--po/libguestfs.pot14
-rw-r--r--po/ml.po12
-rw-r--r--po/mr.po12
-rw-r--r--po/nl.po12
-rw-r--r--po/or.po12
-rw-r--r--po/pa.po12
-rw-r--r--po/pl.po12
-rw-r--r--po/ta.po12
-rw-r--r--po/te.po12
-rw-r--r--po/uk.po12
20 files changed, 13994 insertions, 13123 deletions
diff --git a/BUGS b/BUGS
index 68354b6c..fb478b92 100644
--- a/BUGS
+++ b/BUGS
@@ -1,5 +1,5 @@
NOTE: This file is automatically generated from "update-bugs.sh".
-Last updated: 2012-10-01
+Last updated: 2012-10-30
This contains a local list of the bugs that are open against
libguestfs. Bugs are tracked in the Red Hat Bugzilla database
@@ -77,9 +77,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
696451 NEW https://bugzilla.redhat.com/show_bug.cgi?id=696451
libguestfs: unknown filesystem label SWAP-sda2
-696484 NEW https://bugzilla.redhat.com/show_bug.cgi?id=696484
- [RFE] virt-v2v show the warning info after convert rhel4u8 guest if comment a line of swap in the fstab
-
700342 NEW https://bugzilla.redhat.com/show_bug.cgi?id=700342
virt-inspector resports unknown filesystem UUID
@@ -146,9 +143,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
812970 NEW https://bugzilla.redhat.com/show_bug.cgi?id=812970
virt-rescue cannot set ><rescue> prompt, on Ubuntu 12.04
-813271 NEW https://bugzilla.redhat.com/show_bug.cgi?id=813271
- intermittent appliance boot failures (divide_error)
-
813290 NEW https://bugzilla.redhat.com/show_bug.cgi?id=813290
mdadm (md-detail) test occasionally fails with 'md device /dev/md125 does not appear to be active.'
@@ -188,9 +182,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
838904 NEW https://bugzilla.redhat.com/show_bug.cgi?id=838904
make-debian-img.sh failed: /dev/debian/root: not found: device not cleared. Aborting. Failed to wipe start of new LV.
-840474 NEW https://bugzilla.redhat.com/show_bug.cgi?id=840474
- cannot install libguestfs due to missing dependency
-
843188 NEW https://bugzilla.redhat.com/show_bug.cgi?id=843188
Ruby bindings segfault in event callbacks when the Ruby GC is invoked.
@@ -209,18 +200,30 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
857763 NEW https://bugzilla.redhat.com/show_bug.cgi?id=857763
libguestfs 'file-architecture' returns 'ARM' for arm binaries
-859875 NEW https://bugzilla.redhat.com/show_bug.cgi?id=859875
- Progress bar output should go to tty(?) stderr(?)
-
-859876 NEW https://bugzilla.redhat.com/show_bug.cgi?id=859876
- guestfish printed paths are not canonicalized
-
859885 NEW https://bugzilla.redhat.com/show_bug.cgi?id=859885
inspect-list-applications does not list all installed RPM packages with same name and different versions
859949 NEW https://bugzilla.redhat.com/show_bug.cgi?id=859949
RFE: inspect-list-applications does not return the architecture of RPM packages
+863696 NEW https://bugzilla.redhat.com/show_bug.cgi?id=863696
+ [F18] libguestfs fails to mount a disk image file(in this case qcow2) as 'root'
+
+864871 NEW https://bugzilla.redhat.com/show_bug.cgi?id=864871
+ libvirt error: could not create appliance through libvirt: unable to set security context 'unconfined_u:object_r:svirt_image_t:s0:cXXX,cYYY' on '.../console.sock'
+
+865503 NEW https://bugzilla.redhat.com/show_bug.cgi?id=865503
+ Slow / many disk mdadm may cause libguestfs commands to fail
+
+865923 NEW https://bugzilla.redhat.com/show_bug.cgi?id=865923
+ Check that new qemu -machine option doesn't break libguestfs.
+
+866994 NEW https://bugzilla.redhat.com/show_bug.cgi?id=866994
+ tgz-out causes memory leak in guestfsd
+
+869179 NEW https://bugzilla.redhat.com/show_bug.cgi?id=869179
+ libguestfs fail to startup on latest rhel7 tree
+
503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134
guestfish's list splitting does not recognize internal quoting
@@ -236,10 +239,10 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
691389 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=691389
Extended attributes don't work over guestmount (FUSE)
-713678 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=713678
- Not all febootstrap messages are redirected to log callbacks
+864899 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=864899
+ valgrind reports "Syscall param write(buf) points to uninitialised byte(s)" when event contains a log message
-(73 bugs)
+(74 bugs)
--------------------------------------------------
Bugs in MODIFIED, POST or ON_QA state are fixed.
diff --git a/configure.ac b/configure.ac
index e8552a03..b61d17a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
# freeform string.
m4_define([libguestfs_major], [1])
m4_define([libguestfs_minor], [18])
-m4_define([libguestfs_release], [9])
+m4_define([libguestfs_release], [10])
AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release)
AC_CONFIG_AUX_DIR([build-aux])
diff --git a/po-docs/ja.po b/po-docs/ja.po
index 83836802..0addd34e 100644
--- a/po-docs/ja.po
+++ b/po-docs/ja.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
-"POT-Creation-Date: 2012-10-01 16:29+0200\n"
+"POT-Creation-Date: 2012-10-30 18:16+0000\n"
"PO-Revision-Date: 2012-07-10 17:15+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Japanese <trans-ja@lists.fedoraproject.org>\n"
@@ -528,7 +528,7 @@ msgstr ""
#: ../df/virt-df.pod:110 ../edit/virt-edit.pod:141 ../fish/guestfish.pod:242
#: ../fish/guestfish.pod:685 ../format/virt-format.pod:96
#: ../inspector/virt-inspector.pod:350 ../rescue/virt-rescue.pod:164
-#: ../src/guestfs.pod:3062 ../sysprep/virt-sysprep.pod:111
+#: ../src/guestfs.pod:3149 ../sysprep/virt-sysprep.pod:111
msgid "For example:"
msgstr "例:"
@@ -1135,21 +1135,21 @@ msgstr "このプログラムは以下を返します:"
#: ../examples/guestfs-recipes.pod:273 ../examples/guestfs-testing.pod:124
#: ../examples/guestfs-testing.pod:128 ../examples/guestfs-testing.pod:132
#: ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20
-#: ../fish/guestfish-actions.pod:444 ../fish/guestfish-actions.pod:452
-#: ../fish/guestfish-actions.pod:459 ../fish/guestfish-actions.pod:466
-#: ../fish/guestfish-actions.pod:1419 ../fish/guestfish-actions.pod:1423
-#: ../fish/guestfish-actions.pod:1427 ../fish/guestfish-actions.pod:1431
-#: ../fish/guestfish-actions.pod:1439 ../fish/guestfish-actions.pod:1443
-#: ../fish/guestfish-actions.pod:1447 ../fish/guestfish-actions.pod:1457
-#: ../fish/guestfish-actions.pod:1461 ../fish/guestfish-actions.pod:1465
-#: ../fish/guestfish-actions.pod:1555 ../fish/guestfish-actions.pod:1559
-#: ../fish/guestfish-actions.pod:1564 ../fish/guestfish-actions.pod:1569
-#: ../fish/guestfish-actions.pod:1611 ../fish/guestfish-actions.pod:1615
-#: ../fish/guestfish-actions.pod:1620 ../fish/guestfish-actions.pod:2006
-#: ../fish/guestfish-actions.pod:2013 ../fish/guestfish-actions.pod:2020
-#: ../fish/guestfish-actions.pod:2433 ../fish/guestfish-actions.pod:2439
-#: ../fish/guestfish-actions.pod:2447 ../fish/guestfish-actions.pod:2454
-#: ../fish/guestfish-actions.pod:2461 ../fish/guestfish.pod:457
+#: ../fish/guestfish-actions.pod:446 ../fish/guestfish-actions.pod:454
+#: ../fish/guestfish-actions.pod:461 ../fish/guestfish-actions.pod:468
+#: ../fish/guestfish-actions.pod:1421 ../fish/guestfish-actions.pod:1425
+#: ../fish/guestfish-actions.pod:1429 ../fish/guestfish-actions.pod:1433
+#: ../fish/guestfish-actions.pod:1441 ../fish/guestfish-actions.pod:1445
+#: ../fish/guestfish-actions.pod:1449 ../fish/guestfish-actions.pod:1459
+#: ../fish/guestfish-actions.pod:1463 ../fish/guestfish-actions.pod:1467
+#: ../fish/guestfish-actions.pod:1557 ../fish/guestfish-actions.pod:1561
+#: ../fish/guestfish-actions.pod:1566 ../fish/guestfish-actions.pod:1571
+#: ../fish/guestfish-actions.pod:1613 ../fish/guestfish-actions.pod:1617
+#: ../fish/guestfish-actions.pod:1622 ../fish/guestfish-actions.pod:2008
+#: ../fish/guestfish-actions.pod:2015 ../fish/guestfish-actions.pod:2022
+#: ../fish/guestfish-actions.pod:2435 ../fish/guestfish-actions.pod:2441
+#: ../fish/guestfish-actions.pod:2449 ../fish/guestfish-actions.pod:2456
+#: ../fish/guestfish-actions.pod:2463 ../fish/guestfish.pod:457
#: ../fish/guestfish.pod:461 ../fish/guestfish.pod:465
#: ../fish/guestfish.pod:469 ../inspector/virt-inspector.pod:514
#: ../inspector/virt-inspector.pod:518 ../resize/virt-resize.pod:365
@@ -1158,21 +1158,21 @@ msgstr "このプログラムは以下を返します:"
#: ../sparsify/virt-sparsify.pod:52 ../sparsify/virt-sparsify.pod:56
#: ../sparsify/virt-sparsify.pod:62 ../sparsify/virt-sparsify.pod:67
#: ../sparsify/virt-sparsify.pod:72 ../src/guestfs-actions.pod:22
-#: ../src/guestfs-actions.pod:29 ../src/guestfs-actions.pod:644
-#: ../src/guestfs-actions.pod:652 ../src/guestfs-actions.pod:659
-#: ../src/guestfs-actions.pod:666 ../src/guestfs-actions.pod:2387
-#: ../src/guestfs-actions.pod:2391 ../src/guestfs-actions.pod:2395
-#: ../src/guestfs-actions.pod:2399 ../src/guestfs-actions.pod:2407
-#: ../src/guestfs-actions.pod:2411 ../src/guestfs-actions.pod:2415
-#: ../src/guestfs-actions.pod:2425 ../src/guestfs-actions.pod:2429
-#: ../src/guestfs-actions.pod:2433 ../src/guestfs-actions.pod:2571
-#: ../src/guestfs-actions.pod:2575 ../src/guestfs-actions.pod:2580
-#: ../src/guestfs-actions.pod:2585 ../src/guestfs-actions.pod:2646
-#: ../src/guestfs-actions.pod:2650 ../src/guestfs-actions.pod:2655
-#: ../src/guestfs-actions.pod:3213 ../src/guestfs-actions.pod:3220
-#: ../src/guestfs-actions.pod:3227 ../src/guestfs-actions.pod:3782
-#: ../src/guestfs-actions.pod:3788 ../src/guestfs-actions.pod:3796
-#: ../src/guestfs-actions.pod:3803 ../src/guestfs-actions.pod:3810
+#: ../src/guestfs-actions.pod:29 ../src/guestfs-actions.pod:646
+#: ../src/guestfs-actions.pod:654 ../src/guestfs-actions.pod:661
+#: ../src/guestfs-actions.pod:668 ../src/guestfs-actions.pod:2389
+#: ../src/guestfs-actions.pod:2393 ../src/guestfs-actions.pod:2397
+#: ../src/guestfs-actions.pod:2401 ../src/guestfs-actions.pod:2409
+#: ../src/guestfs-actions.pod:2413 ../src/guestfs-actions.pod:2417
+#: ../src/guestfs-actions.pod:2427 ../src/guestfs-actions.pod:2431
+#: ../src/guestfs-actions.pod:2435 ../src/guestfs-actions.pod:2573
+#: ../src/guestfs-actions.pod:2577 ../src/guestfs-actions.pod:2582
+#: ../src/guestfs-actions.pod:2587 ../src/guestfs-actions.pod:2648
+#: ../src/guestfs-actions.pod:2652 ../src/guestfs-actions.pod:2657
+#: ../src/guestfs-actions.pod:3215 ../src/guestfs-actions.pod:3222
+#: ../src/guestfs-actions.pod:3229 ../src/guestfs-actions.pod:3784
+#: ../src/guestfs-actions.pod:3790 ../src/guestfs-actions.pod:3798
+#: ../src/guestfs-actions.pod:3805 ../src/guestfs-actions.pod:3812
#: ../src/guestfs.pod:394 ../src/guestfs.pod:399 ../src/guestfs.pod:404
#: ../src/guestfs.pod:408 ../src/guestfs.pod:413 ../src/guestfs.pod:417
#: ../src/guestfs.pod:422 ../src/guestfs.pod:427 ../src/guestfs.pod:1203
@@ -1181,14 +1181,14 @@ msgstr "このプログラムは以下を返します:"
#: ../src/guestfs.pod:1268 ../src/guestfs.pod:1273 ../src/guestfs.pod:1277
#: ../src/guestfs.pod:1334 ../src/guestfs.pod:1338 ../src/guestfs.pod:1342
#: ../src/guestfs.pod:1346 ../src/guestfs.pod:1350 ../src/guestfs.pod:1354
-#: ../src/guestfs.pod:1869 ../src/guestfs.pod:1874 ../src/guestfs.pod:1878
-#: ../src/guestfs.pod:1980 ../src/guestfs.pod:1985 ../src/guestfs.pod:1989
-#: ../src/guestfs.pod:1999 ../src/guestfs.pod:2288 ../src/guestfs.pod:2293
-#: ../src/guestfs.pod:2299 ../src/guestfs.pod:2307 ../src/guestfs.pod:2824
-#: ../src/guestfs.pod:2830 ../src/guestfs.pod:2835 ../src/guestfs.pod:2841
-#: ../src/guestfs.pod:3237 ../src/guestfs.pod:3242 ../src/guestfs.pod:3246
-#: ../src/guestfs.pod:3250 ../src/guestfs.pod:3254 ../src/guestfs.pod:3268
-#: ../src/guestfs.pod:3273 ../sysprep/virt-sysprep.pod:230
+#: ../src/guestfs.pod:1886 ../src/guestfs.pod:1891 ../src/guestfs.pod:1895
+#: ../src/guestfs.pod:1999 ../src/guestfs.pod:2004 ../src/guestfs.pod:2008
+#: ../src/guestfs.pod:2018 ../src/guestfs.pod:2309 ../src/guestfs.pod:2314
+#: ../src/guestfs.pod:2320 ../src/guestfs.pod:2328 ../src/guestfs.pod:2845
+#: ../src/guestfs.pod:2851 ../src/guestfs.pod:2856 ../src/guestfs.pod:2862
+#: ../src/guestfs.pod:3341 ../src/guestfs.pod:3346 ../src/guestfs.pod:3350
+#: ../src/guestfs.pod:3354 ../src/guestfs.pod:3358 ../src/guestfs.pod:3372
+#: ../src/guestfs.pod:3377 ../sysprep/virt-sysprep.pod:230
#: ../sysprep/virt-sysprep.pod:234 ../sysprep/virt-sysprep.pod:238
#: ../sysprep/virt-sysprep.pod:242 ../sysprep/virt-sysprep.pod:257
#: ../sysprep/virt-sysprep.pod:261 ../sysprep/virt-sysprep.pod:265
@@ -1259,7 +1259,7 @@ msgstr ""
#: ../cat/virt-cat.pod:243 ../cat/virt-filesystems.pod:389
#: ../cat/virt-ls.pod:495 ../df/virt-df.pod:253 ../edit/virt-edit.pod:368
#: ../erlang/examples/guestfs-erlang.pod:97
-#: ../examples/guestfs-examples.pod:33 ../examples/guestfs-faq.pod:779
+#: ../examples/guestfs-examples.pod:33 ../examples/guestfs-faq.pod:796
#: ../examples/guestfs-performance.pod:429 ../examples/guestfs-recipes.pod:470
#: ../examples/guestfs-testing.pod:305 ../fish/guestfish.pod:1280
#: ../fish/virt-copy-in.pod:50 ../fish/virt-copy-out.pod:39
@@ -1269,7 +1269,7 @@ msgstr ""
#: ../ocaml/examples/guestfs-ocaml.pod:78 ../perl/examples/guestfs-perl.pod:40
#: ../python/examples/guestfs-python.pod:42 ../rescue/virt-rescue.pod:340
#: ../resize/virt-resize.pod:702 ../ruby/examples/guestfs-ruby.pod:36
-#: ../sparsify/virt-sparsify.pod:299 ../src/guestfs.pod:3445
+#: ../sparsify/virt-sparsify.pod:299 ../src/guestfs.pod:3549
#: ../sysprep/virt-sysprep.pod:442 ../test-tool/libguestfs-test-tool.pod:106
#: ../tools/virt-list-filesystems.pl:197 ../tools/virt-list-partitions.pl:267
#: ../tools/virt-make-fs.pl:590 ../tools/virt-tar.pl:294
@@ -1317,7 +1317,7 @@ msgstr "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
#: ../cat/virt-cat.pod:256 ../cat/virt-filesystems.pod:404
#: ../cat/virt-ls.pod:511 ../df/virt-df.pod:265 ../edit/virt-edit.pod:386
#: ../erlang/examples/guestfs-erlang.pod:114
-#: ../examples/guestfs-examples.pod:49 ../examples/guestfs-faq.pod:789
+#: ../examples/guestfs-examples.pod:49 ../examples/guestfs-faq.pod:806
#: ../examples/guestfs-performance.pod:446 ../examples/guestfs-recipes.pod:487
#: ../examples/guestfs-testing.pod:316 ../fish/guestfish.pod:1312
#: ../fish/virt-copy-in.pod:64 ../fish/virt-copy-out.pod:53
@@ -1327,7 +1327,7 @@ msgstr "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
#: ../ocaml/examples/guestfs-ocaml.pod:95 ../perl/examples/guestfs-perl.pod:57
#: ../python/examples/guestfs-python.pod:58 ../rescue/virt-rescue.pod:353
#: ../resize/virt-resize.pod:729 ../ruby/examples/guestfs-ruby.pod:52
-#: ../sparsify/virt-sparsify.pod:316 ../src/guestfs.pod:3500
+#: ../sparsify/virt-sparsify.pod:316 ../src/guestfs.pod:3604
#: ../sysprep/virt-sysprep.pod:463 ../test-tool/libguestfs-test-tool.pod:116
#: ../tools/virt-list-filesystems.pl:214 ../tools/virt-list-partitions.pl:283
#: ../tools/virt-make-fs.pl:609 ../tools/virt-tar.pl:313
@@ -1615,7 +1615,7 @@ msgstr ""
#: ../appliance/libguestfs-make-fixed-appliance.pod:139
#: ../edit/virt-edit.pod:343 ../fish/guestfish.pod:1131
#: ../rescue/virt-rescue.pod:313 ../sparsify/virt-sparsify.pod:272
-#: ../src/guestfs.pod:3384 ../test-tool/libguestfs-test-tool.pod:101
+#: ../src/guestfs.pod:3488 ../test-tool/libguestfs-test-tool.pod:101
msgid "ENVIRONMENT VARIABLES"
msgstr "環境変数"
@@ -1639,7 +1639,7 @@ msgstr ""
#. type: =head1
#: ../appliance/libguestfs-make-fixed-appliance.pod:153
#: ../erlang/examples/guestfs-erlang.pod:110
-#: ../examples/guestfs-examples.pod:45 ../examples/guestfs-faq.pod:785
+#: ../examples/guestfs-examples.pod:45 ../examples/guestfs-faq.pod:802
#: ../examples/guestfs-performance.pod:442 ../examples/guestfs-recipes.pod:483
#: ../examples/guestfs-testing.pod:312 ../fish/guestfish.pod:1308
#: ../fish/virt-copy-in.pod:60 ../fish/virt-copy-out.pod:49
@@ -1648,7 +1648,7 @@ msgstr ""
#: ../java/examples/guestfs-java.pod:58 ../ocaml/examples/guestfs-ocaml.pod:91
#: ../perl/examples/guestfs-perl.pod:53
#: ../python/examples/guestfs-python.pod:54
-#: ../ruby/examples/guestfs-ruby.pod:48 ../src/guestfs.pod:3496
+#: ../ruby/examples/guestfs-ruby.pod:48 ../src/guestfs.pod:3600
#: ../sysprep/virt-sysprep.pod:457 ../test-tool/libguestfs-test-tool.pod:112
msgid "AUTHORS"
msgstr "著者"
@@ -1656,7 +1656,7 @@ msgstr "著者"
#. type: textblock
#: ../appliance/libguestfs-make-fixed-appliance.pod:155
#: ../erlang/examples/guestfs-erlang.pod:112
-#: ../examples/guestfs-examples.pod:47 ../examples/guestfs-faq.pod:787
+#: ../examples/guestfs-examples.pod:47 ../examples/guestfs-faq.pod:804
#: ../examples/guestfs-performance.pod:444 ../examples/guestfs-recipes.pod:485
#: ../examples/guestfs-testing.pod:314 ../fish/guestfish.pod:1310
#: ../fish/virt-copy-in.pod:62 ../fish/virt-copy-out.pod:51
@@ -1664,7 +1664,7 @@ msgstr "著者"
#: ../fuse/guestmount.pod:411 ../java/examples/guestfs-java.pod:60
#: ../ocaml/examples/guestfs-ocaml.pod:93 ../perl/examples/guestfs-perl.pod:55
#: ../python/examples/guestfs-python.pod:56
-#: ../ruby/examples/guestfs-ruby.pod:50 ../src/guestfs.pod:3498
+#: ../ruby/examples/guestfs-ruby.pod:50 ../src/guestfs.pod:3602
#: ../test-tool/libguestfs-test-tool.pod:114
msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
msgstr "Richard W.M. Jones (C<rjones at redhat dot com>)"
@@ -1674,7 +1674,7 @@ msgstr "Richard W.M. Jones (C<rjones at redhat dot com>)"
#: ../df/virt-df.pod:267 ../edit/virt-edit.pod:388
#: ../examples/guestfs-recipes.pod:489 ../fish/guestfish.pod:1314
#: ../fuse/guestmount.pod:415 ../rescue/virt-rescue.pod:355
-#: ../src/guestfs.pod:3502 ../test-tool/libguestfs-test-tool.pod:118
+#: ../src/guestfs.pod:3606 ../test-tool/libguestfs-test-tool.pod:118
#: ../tools/virt-list-partitions.pl:285
msgid "Copyright (C) 2009-2012 Red Hat Inc."
msgstr "Copyright (C) 2009-2012 Red Hat Inc."
@@ -3355,7 +3355,7 @@ msgstr ""
"readable> オプションが指定されていなければ、バイト単位で表示されます。"
#. type: =head2
-#: ../cat/virt-ls.pod:181 ../fish/guestfish-actions.pod:5064
+#: ../cat/virt-ls.pod:181 ../fish/guestfish-actions.pod:5071
msgid "path"
msgstr "パス"
@@ -5261,7 +5261,7 @@ msgid "Please use the following link to enter a bug in Bugzilla:"
msgstr ""
#. type: textblock
-#: ../examples/guestfs-faq.pod:122
+#: ../examples/guestfs-faq.pod:122 ../examples/guestfs-testing.pod:20
msgid ""
"L<https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools>"
@@ -5461,7 +5461,7 @@ msgstr ""
#: ../examples/guestfs-faq.pod:217 ../examples/guestfs-faq.pod:222
#: ../examples/guestfs-faq.pod:504 ../examples/guestfs-faq.pod:509
#: ../examples/guestfs-faq.pod:630 ../examples/guestfs-faq.pod:635
-#: ../src/guestfs.pod:2434 ../src/guestfs.pod:2439
+#: ../src/guestfs.pod:2455 ../src/guestfs.pod:2460
msgid "html"
msgstr "HTML"
@@ -6638,13 +6638,44 @@ msgid ""
"a virtual machine disk image."
msgstr ""
+#. type: =head2
+#: ../examples/guestfs-faq.pod:779
+msgid "What do these C<debug*> and C<internal-*> functions do?"
+msgstr ""
+
#. type: textblock
#: ../examples/guestfs-faq.pod:781
+msgid ""
+"There are some functions which are used for debugging and internal purposes "
+"which are I<not> part of the stable API."
+msgstr ""
+
+#. type: textblock
+#: ../examples/guestfs-faq.pod:784
+msgid ""
+"The C<debug*> (or C<guestfs_debug*>) functions, primarily L<guestfs(3)/"
+"guestfs_debug> and a handful of others, are used for debugging libguestfs. "
+"Although they are not part of the stable API and thus may change or be "
+"removed at any time, some programs may want to call these while waiting for "
+"features to be added to libguestfs."
+msgstr ""
+
+#. type: textblock
+#: ../examples/guestfs-faq.pod:790
+msgid ""
+"The C<internal-*> (or C<guestfs_internal_*>) functions are purely to be used "
+"by libguestfs itself. There is no reason for programs to call them, and "
+"programs should not try to use them. Using them will often cause bad things "
+"to happen, as well as not being part of the documented stable API."
+msgstr ""
+
+#. type: textblock
+#: ../examples/guestfs-faq.pod:798
msgid "L<guestfish(1)>, L<guestfs(3)>, L<http://libguestfs.org/>."
msgstr ""
#. type: textblock
-#: ../examples/guestfs-faq.pod:791 ../examples/guestfs-performance.pod:448
+#: ../examples/guestfs-faq.pod:808 ../examples/guestfs-performance.pod:448
#: ../format/virt-format.pod:193
msgid "Copyright (C) 2012 Red Hat Inc."
msgstr "Copyright (C) 2012 Red Hat Inc."
@@ -6953,8 +6984,8 @@ msgstr ""
#: ../examples/guestfs-performance.pod:211 ../examples/guestfs-recipes.pod:288
#: ../resize/virt-resize.pod:31 ../resize/virt-resize.pod:603
#: ../sparsify/virt-sparsify.pod:243 ../src/guestfs.pod:475
-#: ../src/guestfs.pod:1288 ../src/guestfs.pod:1457 ../src/guestfs.pod:1621
-#: ../src/guestfs.pod:2869
+#: ../src/guestfs.pod:1288 ../src/guestfs.pod:1457 ../src/guestfs.pod:1638
+#: ../src/guestfs.pod:2956
msgid "1."
msgstr "1."
@@ -6970,8 +7001,8 @@ msgstr ""
#: ../examples/guestfs-performance.pod:218 ../examples/guestfs-recipes.pod:294
#: ../resize/virt-resize.pod:44 ../resize/virt-resize.pod:610
#: ../sparsify/virt-sparsify.pod:250 ../src/guestfs.pod:481
-#: ../src/guestfs.pod:1292 ../src/guestfs.pod:1461 ../src/guestfs.pod:1625
-#: ../src/guestfs.pod:2894
+#: ../src/guestfs.pod:1292 ../src/guestfs.pod:1461 ../src/guestfs.pod:1642
+#: ../src/guestfs.pod:2981
msgid "2."
msgstr "2."
@@ -6990,7 +7021,7 @@ msgstr ""
#: ../examples/guestfs-performance.pod:224 ../examples/guestfs-recipes.pod:300
#: ../resize/virt-resize.pod:52 ../resize/virt-resize.pod:616
#: ../sparsify/virt-sparsify.pod:256 ../src/guestfs.pod:492
-#: ../src/guestfs.pod:1296 ../src/guestfs.pod:1631
+#: ../src/guestfs.pod:1296 ../src/guestfs.pod:1648
msgid "3."
msgstr "3."
@@ -7256,7 +7287,7 @@ msgid "Save the following script as C<time.stap>:"
msgstr ""
#. type: verbatim
-#: ../examples/guestfs-performance.pod:322 ../src/guestfs.pod:2382
+#: ../examples/guestfs-performance.pod:322 ../src/guestfs.pod:2403
#, no-wrap
msgid ""
" global last;\n"
@@ -7266,7 +7297,7 @@ msgstr ""
" \n"
#. type: verbatim
-#: ../examples/guestfs-performance.pod:324 ../src/guestfs.pod:2384
+#: ../examples/guestfs-performance.pod:324 ../src/guestfs.pod:2405
#, no-wrap
msgid ""
" function display_time () {\n"
@@ -7286,7 +7317,7 @@ msgstr ""
" \n"
#. type: verbatim
-#: ../examples/guestfs-performance.pod:331 ../src/guestfs.pod:2391
+#: ../examples/guestfs-performance.pod:331 ../src/guestfs.pod:2412
#, no-wrap
msgid ""
" printf (\"%d (+%d):\", now, delta);\n"
@@ -7298,7 +7329,7 @@ msgstr ""
" \n"
#. type: verbatim
-#: ../examples/guestfs-performance.pod:334 ../src/guestfs.pod:2394
+#: ../examples/guestfs-performance.pod:334 ../src/guestfs.pod:2415
#, no-wrap
msgid ""
" probe begin {\n"
@@ -7314,7 +7345,7 @@ msgstr ""
" \n"
#. type: verbatim
-#: ../examples/guestfs-performance.pod:339 ../src/guestfs.pod:2399
+#: ../examples/guestfs-performance.pod:339 ../src/guestfs.pod:2420
#, no-wrap
msgid ""
" /* Display all calls to static markers. */\n"
@@ -8013,10 +8044,10 @@ msgstr ""
#. type: textblock
#: ../examples/guestfs-recipes.pod:158 ../fish/guestfish-actions.pod:9
-#: ../fish/guestfish-actions.pod:1607 ../fish/guestfish-actions.pod:2002
-#: ../fish/guestfish-actions.pod:2429 ../src/guestfs-actions.pod:18
-#: ../src/guestfs-actions.pod:2642 ../src/guestfs-actions.pod:3209
-#: ../src/guestfs-actions.pod:3778 ../src/guestfs.pod:1865
+#: ../fish/guestfish-actions.pod:1609 ../fish/guestfish-actions.pod:2004
+#: ../fish/guestfish-actions.pod:2431 ../src/guestfs-actions.pod:18
+#: ../src/guestfs-actions.pod:2644 ../src/guestfs-actions.pod:3211
+#: ../src/guestfs-actions.pod:3780 ../src/guestfs.pod:1882
#: ../tools/virt-win-reg.pl:707
msgid "Notes:"
msgstr "注:"
@@ -8951,15 +8982,6 @@ msgid "You can report bugs you find through this link:"
msgstr "このリンクを使用して見つけたバグを報告できます:"
#. type: textblock
-#: ../examples/guestfs-testing.pod:20
-msgid ""
-"https://bugzilla.redhat.com/enter_bug.cgi?"
-"component=libguestfs&product=Virtualization+Tools"
-msgstr ""
-"https://bugzilla.redhat.com/enter_bug.cgi?"
-"component=libguestfs&product=Virtualization+Tools"
-
-#. type: textblock
#: ../examples/guestfs-testing.pod:22
msgid ""
"or post on the mailing list (registration is B<not> required, but if you're "
@@ -8969,7 +8991,9 @@ msgstr ""
#. type: textblock
#: ../examples/guestfs-testing.pod:26
-msgid "https://www.redhat.com/mailman/listinfo/libguestfs"
+#, fuzzy
+#| msgid "https://www.redhat.com/mailman/listinfo/libguestfs"
+msgid "L<https://www.redhat.com/mailman/listinfo/libguestfs>"
msgstr "https://www.redhat.com/mailman/listinfo/libguestfs"
#. type: =head1
@@ -8990,7 +9014,7 @@ msgstr ""
#. type: textblock
#: ../examples/guestfs-testing.pod:32 ../examples/guestfs-testing.pod:145
-#: ../src/guestfs.pod:3258
+#: ../src/guestfs.pod:3362
msgid "Run:"
msgstr "次を実行します:"
@@ -9075,7 +9099,7 @@ msgstr ""
#. type: textblock
#: ../examples/guestfs-testing.pod:68 ../examples/guestfs-testing.pod:175
#: ../examples/guestfs-testing.pod:188 ../examples/guestfs-testing.pod:248
-#: ../src/guestfs.pod:2972
+#: ../src/guestfs.pod:3059
msgid "or:"
msgstr "または:"
@@ -9790,8 +9814,8 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:217
-#: ../fish/guestfish-actions.pod:231
+#: ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:219
+#: ../fish/guestfish-actions.pod:233
#, fuzzy
#| msgid ""
#| "I<This function is deprecated.> In new code, use the L</add_drive_opts> "
@@ -9804,27 +9828,27 @@ msgstr ""
"を使用してください。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:220
-#: ../fish/guestfish-actions.pod:234 ../fish/guestfish-actions.pod:1054
-#: ../fish/guestfish-actions.pod:1089 ../fish/guestfish-actions.pod:1238
-#: ../fish/guestfish-actions.pod:1306 ../fish/guestfish-actions.pod:1792
-#: ../fish/guestfish-actions.pod:1806 ../fish/guestfish-actions.pod:3009
-#: ../fish/guestfish-actions.pod:3786 ../fish/guestfish-actions.pod:4223
-#: ../fish/guestfish-actions.pod:4271 ../fish/guestfish-actions.pod:4999
-#: ../fish/guestfish-actions.pod:5247 ../fish/guestfish-actions.pod:5267
-#: ../fish/guestfish-actions.pod:5286 ../fish/guestfish-actions.pod:5324
-#: ../fish/guestfish-actions.pod:6106 ../fish/guestfish-actions.pod:6222
-#: ../src/guestfs-actions.pod:10 ../src/guestfs-actions.pod:308
-#: ../src/guestfs-actions.pod:329 ../src/guestfs-actions.pod:1805
-#: ../src/guestfs-actions.pod:1862 ../src/guestfs-actions.pod:2119
-#: ../src/guestfs-actions.pod:2228 ../src/guestfs-actions.pod:2866
-#: ../src/guestfs-actions.pod:2887 ../src/guestfs-actions.pod:4585
-#: ../src/guestfs-actions.pod:5840 ../src/guestfs-actions.pod:6652
-#: ../src/guestfs-actions.pod:6752 ../src/guestfs-actions.pod:7846
-#: ../src/guestfs-actions.pod:8157 ../src/guestfs-actions.pod:8198
-#: ../src/guestfs-actions.pod:8229 ../src/guestfs-actions.pod:8289
-#: ../src/guestfs-actions.pod:9427 ../src/guestfs-actions.pod:9555
-#: ../src/guestfs-actions.pod:9759
+#: ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:222
+#: ../fish/guestfish-actions.pod:236 ../fish/guestfish-actions.pod:1056
+#: ../fish/guestfish-actions.pod:1091 ../fish/guestfish-actions.pod:1240
+#: ../fish/guestfish-actions.pod:1308 ../fish/guestfish-actions.pod:1794
+#: ../fish/guestfish-actions.pod:1808 ../fish/guestfish-actions.pod:3011
+#: ../fish/guestfish-actions.pod:3793 ../fish/guestfish-actions.pod:4230
+#: ../fish/guestfish-actions.pod:4278 ../fish/guestfish-actions.pod:5006
+#: ../fish/guestfish-actions.pod:5254 ../fish/guestfish-actions.pod:5274
+#: ../fish/guestfish-actions.pod:5293 ../fish/guestfish-actions.pod:5331
+#: ../fish/guestfish-actions.pod:6113 ../fish/guestfish-actions.pod:6229
+#: ../src/guestfs-actions.pod:10 ../src/guestfs-actions.pod:310
+#: ../src/guestfs-actions.pod:331 ../src/guestfs-actions.pod:1807
+#: ../src/guestfs-actions.pod:1864 ../src/guestfs-actions.pod:2121
+#: ../src/guestfs-actions.pod:2230 ../src/guestfs-actions.pod:2868
+#: ../src/guestfs-actions.pod:2889 ../src/guestfs-actions.pod:4587
+#: ../src/guestfs-actions.pod:5847 ../src/guestfs-actions.pod:6659
+#: ../src/guestfs-actions.pod:6759 ../src/guestfs-actions.pod:7853
+#: ../src/guestfs-actions.pod:8164 ../src/guestfs-actions.pod:8205
+#: ../src/guestfs-actions.pod:8236 ../src/guestfs-actions.pod:8296
+#: ../src/guestfs-actions.pod:9434 ../src/guestfs-actions.pod:9562
+#: ../src/guestfs-actions.pod:9766
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 "
@@ -9995,18 +10019,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:125 ../fish/guestfish-actions.pod:197
-#: ../fish/guestfish-actions.pod:679 ../fish/guestfish-actions.pod:694
-#: ../fish/guestfish-actions.pod:948 ../fish/guestfish-actions.pod:969
-#: ../fish/guestfish-actions.pod:1007 ../fish/guestfish-actions.pod:1016
-#: ../fish/guestfish-actions.pod:1025 ../fish/guestfish-actions.pod:1039
-#: ../fish/guestfish-actions.pod:1225 ../fish/guestfish-actions.pod:2468
-#: ../fish/guestfish-actions.pod:3563 ../fish/guestfish-actions.pod:3802
-#: ../fish/guestfish-actions.pod:3849 ../fish/guestfish-actions.pod:4012
-#: ../fish/guestfish-actions.pod:4042 ../fish/guestfish-actions.pod:4185
-#: ../fish/guestfish-actions.pod:4201 ../fish/guestfish-actions.pod:4259
-#: ../fish/guestfish-actions.pod:4975 ../fish/guestfish-actions.pod:5708
-#: ../fish/guestfish-actions.pod:5790
+#: ../fish/guestfish-actions.pod:125 ../fish/guestfish-actions.pod:199
+#: ../fish/guestfish-actions.pod:681 ../fish/guestfish-actions.pod:696
+#: ../fish/guestfish-actions.pod:950 ../fish/guestfish-actions.pod:971
+#: ../fish/guestfish-actions.pod:1009 ../fish/guestfish-actions.pod:1018
+#: ../fish/guestfish-actions.pod:1027 ../fish/guestfish-actions.pod:1041
+#: ../fish/guestfish-actions.pod:1227 ../fish/guestfish-actions.pod:2470
+#: ../fish/guestfish-actions.pod:3570 ../fish/guestfish-actions.pod:3809
+#: ../fish/guestfish-actions.pod:3856 ../fish/guestfish-actions.pod:4019
+#: ../fish/guestfish-actions.pod:4049 ../fish/guestfish-actions.pod:4192
+#: ../fish/guestfish-actions.pod:4208 ../fish/guestfish-actions.pod:4266
+#: ../fish/guestfish-actions.pod:4982 ../fish/guestfish-actions.pod:5715
+#: ../fish/guestfish-actions.pod:5797
msgid ""
"This command has one or more optional arguments. See L</OPTIONAL ARGUMENTS>."
msgstr ""
@@ -10078,13 +10102,19 @@ msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:148 ../src/guestfs-actions.pod:208
msgid ""
-"This function adds a virtual machine disk image C<filename> to libguestfs. "
+"This function adds a disk image called C<filename> to the handle. "
+"C<filename> may be a regular host file or a host device."
+msgstr ""
+
+#. type: textblock
+#: ../fish/guestfish-actions.pod:151 ../src/guestfs-actions.pod:211
+msgid ""
"The first time you call this function, the disk appears as C</dev/sda>, the "
"second time as C</dev/sdb>, and so on."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:153 ../src/guestfs-actions.pod:213
+#: ../fish/guestfish-actions.pod:154 ../src/guestfs-actions.pod:214
msgid ""
"You don't necessarily need to be root when using libguestfs. However you "
"obviously do need sufficient permissions to access the filename for whatever "
@@ -10093,30 +10123,30 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:159 ../src/guestfs-actions.pod:219
+#: ../fish/guestfish-actions.pod:160 ../src/guestfs-actions.pod:220
msgid "This call checks that C<filename> exists."
msgstr "この呼び出しは C<filename> が存在するかを確認します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:161 ../src/guestfs-actions.pod:221
+#: ../fish/guestfish-actions.pod:162 ../src/guestfs-actions.pod:222
msgid ""
"C<filename> may be the special string C<\"/dev/null\">. See L<guestfs(3)/"
"NULL DISKS>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:164 ../fish/guestfish-actions.pod:3811
-#: ../src/guestfs-actions.pod:224 ../src/guestfs-actions.pod:5932
+#: ../fish/guestfish-actions.pod:165 ../fish/guestfish-actions.pod:3818
+#: ../src/guestfs-actions.pod:225 ../src/guestfs-actions.pod:5939
msgid "The optional arguments are:"
msgstr "オプション引数は次のとおりです:"
#. type: =item
-#: ../fish/guestfish-actions.pod:168 ../src/guestfs-actions.pod:228
+#: ../fish/guestfish-actions.pod:169 ../src/guestfs-actions.pod:229
msgid "C<readonly>"
msgstr "C<readonly>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:170 ../src/guestfs-actions.pod:230
+#: ../fish/guestfish-actions.pod:171 ../src/guestfs-actions.pod:231
msgid ""
"If true then the image is treated as read-only. Writes are still allowed, "
"but they are stored in a temporary snapshot overlay which is discarded at "
@@ -10124,13 +10154,13 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:174 ../src/guestfs-actions.pod:234
-#: ../src/guestfs.pod:3137
+#: ../fish/guestfish-actions.pod:175 ../src/guestfs-actions.pod:235
+#: ../src/guestfs.pod:3228
msgid "C<format>"
msgstr "C<format>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:176
+#: ../fish/guestfish-actions.pod:177
msgid ""
"This forces the image format. If you omit this (or use L</add-drive> or L</"
"add-drive-ro>) then the format is automatically detected. Possible formats "
@@ -10138,7 +10168,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:180 ../src/guestfs-actions.pod:240
+#: ../fish/guestfish-actions.pod:181 ../src/guestfs-actions.pod:241
msgid ""
"Automatic detection of the format opens you up to a potential security hole "
"when dealing with untrusted raw-format images. See CVE-2010-3851 and "
@@ -10146,42 +10176,42 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:185 ../src/guestfs-actions.pod:245
+#: ../fish/guestfish-actions.pod:186 ../src/guestfs-actions.pod:246
msgid "C<iface>"
msgstr "C<iface>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:187
+#: ../fish/guestfish-actions.pod:188
msgid ""
"This rarely-used option lets you emulate the behaviour of the deprecated L</"
"add-drive-with-if> call (q.v.)"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:190 ../fish/guestfish-actions.pod:3591
-#: ../src/guestfs-actions.pod:250 ../src/guestfs-actions.pod:5537
+#: ../fish/guestfish-actions.pod:191 ../fish/guestfish-actions.pod:3598
+#: ../src/guestfs-actions.pod:251 ../src/guestfs-actions.pod:5544
msgid "C<name>"
msgstr "C<name>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:192 ../src/guestfs-actions.pod:252
+#: ../fish/guestfish-actions.pod:193 ../src/guestfs-actions.pod:253
msgid ""
-"The name the drive had in the original guest, e.g. /dev/sdb. This is used as "
-"a hint to the guest inspection process if it is available."
+"The name the drive had in the original guest, e.g. C</dev/sdb>. This is "
+"used as a hint to the guest inspection process if it is available."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:199
+#: ../fish/guestfish-actions.pod:201
msgid "add-drive-ro"
msgstr "add-drive-ro"
#. type: =head2
-#: ../fish/guestfish-actions.pod:201
+#: ../fish/guestfish-actions.pod:203
msgid "add-ro"
msgstr "add-ro"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:203
+#: ../fish/guestfish-actions.pod:205
#, no-wrap
msgid ""
" add-drive-ro filename\n"
@@ -10191,7 +10221,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:205
+#: ../fish/guestfish-actions.pod:207
msgid ""
"This function is the equivalent of calling L</add-drive-opts> with the "
"optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
@@ -10199,12 +10229,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:210
+#: ../fish/guestfish-actions.pod:212
msgid "add-drive-ro-with-if"
msgstr "add-drive-ro-with-if"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:212
+#: ../fish/guestfish-actions.pod:214
#, no-wrap
msgid ""
" add-drive-ro-with-if filename iface\n"
@@ -10214,19 +10244,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:214
+#: ../fish/guestfish-actions.pod:216
msgid ""
"This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
"interface emulation to use at run time."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:224
+#: ../fish/guestfish-actions.pod:226
msgid "add-drive-with-if"
msgstr "add-drive-with-if"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:226
+#: ../fish/guestfish-actions.pod:228
#, no-wrap
msgid ""
" add-drive-with-if filename iface\n"
@@ -10236,19 +10266,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:228
+#: ../fish/guestfish-actions.pod:230
msgid ""
"This is the same as L</add-drive> but it allows you to specify the QEMU "
"interface emulation to use at run time."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:238
+#: ../fish/guestfish-actions.pod:240
msgid "aug-clear"
msgstr "aug-clear"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:240
+#: ../fish/guestfish-actions.pod:242
#, no-wrap
msgid ""
" aug-clear augpath\n"
@@ -10258,19 +10288,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:242 ../src/guestfs-actions.pod:346
+#: ../fish/guestfish-actions.pod:244 ../src/guestfs-actions.pod:348
msgid ""
"Set the value associated with C<path> to C<NULL>. This is the same as the "
"L<augtool(1)> C<clear> command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:245
+#: ../fish/guestfish-actions.pod:247
msgid "aug-close"
msgstr "aug-close"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:247
+#: ../fish/guestfish-actions.pod:249
#, no-wrap
msgid ""
" aug-close\n"
@@ -10280,7 +10310,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:249
+#: ../fish/guestfish-actions.pod:251
msgid ""
"Close the current Augeas handle and free up any resources used by it. After "
"calling this, you have to call L</aug-init> again before you can use any "
@@ -10288,12 +10318,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:254
+#: ../fish/guestfish-actions.pod:256
msgid "aug-defnode"
msgstr "aug-defnode"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:256
+#: ../fish/guestfish-actions.pod:258
#, no-wrap
msgid ""
" aug-defnode name expr val\n"
@@ -10303,13 +10333,13 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:258 ../src/guestfs-actions.pod:375
+#: ../fish/guestfish-actions.pod:260 ../src/guestfs-actions.pod:377
msgid ""
"Defines a variable C<name> whose value is the result of evaluating C<expr>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:261
+#: ../fish/guestfish-actions.pod:263
msgid ""
"If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
"calling L</aug-set> C<expr>, C<value>. C<name> will be the nodeset "
@@ -10317,19 +10347,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:265 ../src/guestfs-actions.pod:382
+#: ../fish/guestfish-actions.pod:267 ../src/guestfs-actions.pod:384
msgid ""
"On success this returns a pair containing the number of nodes in the "
"nodeset, and a boolean flag if a node was created."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:269
+#: ../fish/guestfish-actions.pod:271
msgid "aug-defvar"
msgstr "aug-defvar"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:271
+#: ../fish/guestfish-actions.pod:273
#, no-wrap
msgid ""
" aug-defvar name expr\n"
@@ -10339,7 +10369,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:273 ../src/guestfs-actions.pod:399
+#: ../fish/guestfish-actions.pod:275 ../src/guestfs-actions.pod:401
msgid ""
"Defines an Augeas variable C<name> whose value is the result of evaluating "
"C<expr>. If C<expr> is NULL, then C<name> is undefined."
@@ -10348,19 +10378,19 @@ msgstr ""
"が NULL ならば、 C<name> が定義されません。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:277 ../src/guestfs-actions.pod:403
+#: ../fish/guestfish-actions.pod:279 ../src/guestfs-actions.pod:405
msgid ""
"On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
"evaluates to something which is not a nodeset."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:280
+#: ../fish/guestfish-actions.pod:282
msgid "aug-get"
msgstr "aug-get"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:282
+#: ../fish/guestfish-actions.pod:284
#, no-wrap
msgid ""
" aug-get augpath\n"
@@ -10370,19 +10400,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:284 ../src/guestfs-actions.pod:416
+#: ../fish/guestfish-actions.pod:286 ../src/guestfs-actions.pod:418
msgid ""
"Look up the value associated with C<path>. If C<path> matches exactly one "
"node, the C<value> is returned."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:287
+#: ../fish/guestfish-actions.pod:289
msgid "aug-init"
msgstr "aug-init"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:289
+#: ../fish/guestfish-actions.pod:291
#, no-wrap
msgid ""
" aug-init root flags\n"
@@ -10392,7 +10422,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:291 ../src/guestfs-actions.pod:431
+#: ../fish/guestfish-actions.pod:293 ../src/guestfs-actions.pod:433
msgid ""
"Create a new Augeas handle for editing configuration files. If there was "
"any previous Augeas handle associated with this guestfs session, then it is "
@@ -10400,12 +10430,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:295
+#: ../fish/guestfish-actions.pod:297
msgid "You must call this before using any other L</aug-*> commands."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:298 ../src/guestfs-actions.pod:438
+#: ../fish/guestfish-actions.pod:300 ../src/guestfs-actions.pod:440
msgid ""
"C<root> is the filesystem root. C<root> must not be NULL, use C</> instead."
msgstr ""
@@ -10413,29 +10443,29 @@ msgstr ""
"に C</> を使用します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:301 ../src/guestfs-actions.pod:441
+#: ../fish/guestfish-actions.pod:303 ../src/guestfs-actions.pod:443
msgid ""
"The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
"logical I<or> of the following integers:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:307 ../src/guestfs-actions.pod:447
+#: ../fish/guestfish-actions.pod:309 ../src/guestfs-actions.pod:449
msgid "C<AUG_SAVE_BACKUP> = 1"
msgstr "C<AUG_SAVE_BACKUP> = 1"
#. type: textblock
-#: ../fish/guestfish-actions.pod:309 ../src/guestfs-actions.pod:449
+#: ../fish/guestfish-actions.pod:311 ../src/guestfs-actions.pod:451
msgid "Keep the original file with a C<.augsave> extension."
msgstr "C<.augsave> 拡張子を付けて元のファイルを保持します。"
#. type: =item
-#: ../fish/guestfish-actions.pod:311 ../src/guestfs-actions.pod:451
+#: ../fish/guestfish-actions.pod:313 ../src/guestfs-actions.pod:453
msgid "C<AUG_SAVE_NEWFILE> = 2"
msgstr "C<AUG_SAVE_NEWFILE> = 2"
#. type: textblock
-#: ../fish/guestfish-actions.pod:313 ../src/guestfs-actions.pod:453
+#: ../fish/guestfish-actions.pod:315 ../src/guestfs-actions.pod:455
msgid ""
"Save changes into a file with extension C<.augnew>, and do not overwrite "
"original. Overrides C<AUG_SAVE_BACKUP>."
@@ -10444,17 +10474,17 @@ msgstr ""
"C<AUG_SAVE_BACKUP> を上書きします。"
#. type: =item
-#: ../fish/guestfish-actions.pod:316 ../src/guestfs-actions.pod:456
+#: ../fish/guestfish-actions.pod:318 ../src/guestfs-actions.pod:458
msgid "C<AUG_TYPE_CHECK> = 4"
msgstr "C<AUG_TYPE_CHECK> = 4"
#. type: textblock
-#: ../fish/guestfish-actions.pod:318 ../src/guestfs-actions.pod:458
+#: ../fish/guestfish-actions.pod:320 ../src/guestfs-actions.pod:460
msgid "Typecheck lenses."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:320
+#: ../fish/guestfish-actions.pod:322
msgid ""
"This option is only useful when debugging Augeas lenses. Use of this option "
"may require additional memory for the libguestfs appliance. You may need to "
@@ -10462,52 +10492,52 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:325 ../src/guestfs-actions.pod:465
+#: ../fish/guestfish-actions.pod:327 ../src/guestfs-actions.pod:467
msgid "C<AUG_NO_STDINC> = 8"
msgstr "C<AUG_NO_STDINC> = 8"
#. type: textblock
-#: ../fish/guestfish-actions.pod:327 ../src/guestfs-actions.pod:467
+#: ../fish/guestfish-actions.pod:329 ../src/guestfs-actions.pod:469
msgid "Do not use standard load path for modules."
msgstr "モジュールの標準的な読み込みパスを使用しません。"
#. type: =item
-#: ../fish/guestfish-actions.pod:329 ../src/guestfs-actions.pod:469
+#: ../fish/guestfish-actions.pod:331 ../src/guestfs-actions.pod:471
msgid "C<AUG_SAVE_NOOP> = 16"
msgstr "C<AUG_SAVE_NOOP> = 16"
#. type: textblock
-#: ../fish/guestfish-actions.pod:331 ../src/guestfs-actions.pod:471
+#: ../fish/guestfish-actions.pod:333 ../src/guestfs-actions.pod:473
msgid "Make save a no-op, just record what would have been changed."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:333 ../src/guestfs-actions.pod:473
+#: ../fish/guestfish-actions.pod:335 ../src/guestfs-actions.pod:475
msgid "C<AUG_NO_LOAD> = 32"
msgstr "C<AUG_NO_LOAD> = 32"
#. type: textblock
-#: ../fish/guestfish-actions.pod:335
+#: ../fish/guestfish-actions.pod:337
msgid "Do not load the tree in L</aug-init>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:339
+#: ../fish/guestfish-actions.pod:341
msgid "To close the handle, you can call L</aug-close>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:341 ../src/guestfs-actions.pod:481
+#: ../fish/guestfish-actions.pod:343 ../src/guestfs-actions.pod:483
msgid "To find out more about Augeas, see L<http://augeas.net/>."
msgstr "Augeas に関する詳細は L<http://augeas.net/> を参照してください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:343
+#: ../fish/guestfish-actions.pod:345
msgid "aug-insert"
msgstr "aug-insert"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:345
+#: ../fish/guestfish-actions.pod:347
#, no-wrap
msgid ""
" aug-insert augpath label true|false\n"
@@ -10517,26 +10547,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:347 ../src/guestfs-actions.pod:495
+#: ../fish/guestfish-actions.pod:349 ../src/guestfs-actions.pod:497
msgid ""
"Create a new sibling C<label> for C<path>, inserting it into the tree before "
"or after C<path> (depending on the boolean flag C<before>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:351 ../src/guestfs-actions.pod:499
+#: ../fish/guestfish-actions.pod:353 ../src/guestfs-actions.pod:501
msgid ""
"C<path> must match exactly one existing node in the tree, and C<label> must "
"be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:355
+#: ../fish/guestfish-actions.pod:357
msgid "aug-load"
msgstr "aug-load"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:357
+#: ../fish/guestfish-actions.pod:359
#, no-wrap
msgid ""
" aug-load\n"
@@ -10546,22 +10576,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:359 ../src/guestfs-actions.pod:512
+#: ../fish/guestfish-actions.pod:361 ../src/guestfs-actions.pod:514
msgid "Load files into the tree."
msgstr "ファイルをツリーの中に読み込みます"
#. type: textblock
-#: ../fish/guestfish-actions.pod:361 ../src/guestfs-actions.pod:514
+#: ../fish/guestfish-actions.pod:363 ../src/guestfs-actions.pod:516
msgid "See C<aug_load> in the Augeas documentation for the full gory details."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:364
+#: ../fish/guestfish-actions.pod:366
msgid "aug-ls"
msgstr "aug-ls"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:366
+#: ../fish/guestfish-actions.pod:368
#, no-wrap
msgid ""
" aug-ls augpath\n"
@@ -10571,19 +10601,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:368
+#: ../fish/guestfish-actions.pod:370
msgid ""
"This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
"resulting nodes into alphabetical order."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:371
+#: ../fish/guestfish-actions.pod:373
msgid "aug-match"
msgstr "aug-match"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:373
+#: ../fish/guestfish-actions.pod:375
#, no-wrap
msgid ""
" aug-match augpath\n"
@@ -10593,7 +10623,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:375 ../src/guestfs-actions.pod:542
+#: ../fish/guestfish-actions.pod:377 ../src/guestfs-actions.pod:544
msgid ""
"Returns a list of paths which match the path expression C<path>. The "
"returned paths are sufficiently qualified so that they match exactly one "
@@ -10601,12 +10631,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:379
+#: ../fish/guestfish-actions.pod:381
msgid "aug-mv"
msgstr "aug-mv"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:381
+#: ../fish/guestfish-actions.pod:383
#, no-wrap
msgid ""
" aug-mv src dest\n"
@@ -10616,7 +10646,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:383 ../src/guestfs-actions.pod:559
+#: ../fish/guestfish-actions.pod:385 ../src/guestfs-actions.pod:561
msgid ""
"Move the node C<src> to C<dest>. C<src> must match exactly one node. "
"C<dest> is overwritten if it exists."
@@ -10625,12 +10655,12 @@ msgstr ""
"あります。 C<dest> は存在すると上書きされます。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:386
+#: ../fish/guestfish-actions.pod:388
msgid "aug-rm"
msgstr "aug-rm"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:388
+#: ../fish/guestfish-actions.pod:390
#, no-wrap
msgid ""
" aug-rm augpath\n"
@@ -10640,22 +10670,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:390 ../src/guestfs-actions.pod:572
+#: ../fish/guestfish-actions.pod:392 ../src/guestfs-actions.pod:574
msgid "Remove C<path> and all of its children."
msgstr "C<path> とすべての子を削除します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:392 ../src/guestfs-actions.pod:574
+#: ../fish/guestfish-actions.pod:394 ../src/guestfs-actions.pod:576
msgid "On success this returns the number of entries which were removed."
msgstr "成功すると、これは削除された項目の数が返します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:394
+#: ../fish/guestfish-actions.pod:396
msgid "aug-save"
msgstr "aug-save"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:396
+#: ../fish/guestfish-actions.pod:398
#, no-wrap
msgid ""
" aug-save\n"
@@ -10665,24 +10695,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:398 ../src/guestfs-actions.pod:585
+#: ../fish/guestfish-actions.pod:400 ../src/guestfs-actions.pod:587
msgid "This writes all pending changes to disk."
msgstr "これにより、すべての保留の変更がディスクに書き込まれます。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:400
+#: ../fish/guestfish-actions.pod:402
msgid ""
"The flags which were passed to L</aug-init> affect exactly how files are "
"saved."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:403
+#: ../fish/guestfish-actions.pod:405
msgid "aug-set"
msgstr "aug-set"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:405
+#: ../fish/guestfish-actions.pod:407
#, no-wrap
msgid ""
" aug-set augpath val\n"
@@ -10692,12 +10722,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:407 ../src/guestfs-actions.pod:601
+#: ../fish/guestfish-actions.pod:409 ../src/guestfs-actions.pod:603
msgid "Set the value associated with C<path> to C<val>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:409
+#: ../fish/guestfish-actions.pod:411
msgid ""
"In the Augeas API, it is possible to clear a node by setting the value to "
"NULL. Due to an oversight in the libguestfs API you cannot do that with "
@@ -10705,12 +10735,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:414
+#: ../fish/guestfish-actions.pod:416
msgid "available"
msgstr "available"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:416
+#: ../fish/guestfish-actions.pod:418
#, no-wrap
msgid ""
" available 'groups ...'\n"
@@ -10720,7 +10750,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:418 ../src/guestfs-actions.pod:618
+#: ../fish/guestfish-actions.pod:420 ../src/guestfs-actions.pod:620
msgid ""
"This command is used to check the availability of some groups of "
"functionality in the appliance, which not all builds of the libguestfs "
@@ -10728,7 +10758,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:422
+#: ../fish/guestfish-actions.pod:424
msgid ""
"The libguestfs groups, and the functions that those groups correspond to, "
"are listed in L<guestfs(3)/AVAILABILITY>. You can also fetch this list at "
@@ -10736,7 +10766,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:427 ../src/guestfs-actions.pod:627
+#: ../fish/guestfish-actions.pod:429 ../src/guestfs-actions.pod:629
msgid ""
"The argument C<groups> is a list of group names, eg: C<[\"inotify\", \"augeas"
"\"]> would check for the availability of the Linux inotify functions and "
@@ -10744,43 +10774,43 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:432 ../src/guestfs-actions.pod:632
+#: ../fish/guestfish-actions.pod:434 ../src/guestfs-actions.pod:634
msgid "The command returns no error if I<all> requested groups are available."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:434 ../src/guestfs-actions.pod:634
+#: ../fish/guestfish-actions.pod:436 ../src/guestfs-actions.pod:636
msgid ""
"It fails with an error if one or more of the requested groups is unavailable "
"in the appliance."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:437 ../src/guestfs-actions.pod:637
+#: ../fish/guestfish-actions.pod:439 ../src/guestfs-actions.pod:639
msgid ""
"If an unknown group name is included in the list of groups then an error is "
"always returned."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:440 ../src/guestfs-actions.pod:640
+#: ../fish/guestfish-actions.pod:442 ../src/guestfs-actions.pod:642
msgid "I<Notes:>"
msgstr "I<注記:>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:446
+#: ../fish/guestfish-actions.pod:448
msgid "You must call L</launch> before calling this function."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:448 ../src/guestfs-actions.pod:648
+#: ../fish/guestfish-actions.pod:450 ../src/guestfs-actions.pod:650
msgid ""
"The reason is because we don't know what groups are supported by the "
"appliance/daemon until it is running and can be queried."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:454 ../src/guestfs-actions.pod:654
+#: ../fish/guestfish-actions.pod:456 ../src/guestfs-actions.pod:656
msgid ""
"If a group of functions is available, this does not necessarily mean that "
"they will work. You still have to check for errors when calling individual "
@@ -10788,7 +10818,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:461 ../src/guestfs-actions.pod:661
+#: ../fish/guestfish-actions.pod:463 ../src/guestfs-actions.pod:663
msgid ""
"It is usually the job of distro packagers to build complete functionality "
"into the libguestfs appliance. Upstream libguestfs, if built from source "
@@ -10796,7 +10826,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:468
+#: ../fish/guestfish-actions.pod:470
msgid ""
"This call was added in version C<1.0.80>. In previous versions of "
"libguestfs all you could do would be to speculatively execute a command to "
@@ -10804,12 +10834,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:475
+#: ../fish/guestfish-actions.pod:477
msgid "available-all-groups"
msgstr "available-all-groups"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:477
+#: ../fish/guestfish-actions.pod:479
#, no-wrap
msgid ""
" available-all-groups\n"
@@ -10819,7 +10849,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:479
+#: ../fish/guestfish-actions.pod:481
msgid ""
"This command returns a list of all optional groups that this daemon knows "
"about. Note this returns both supported and unsupported groups. To find "
@@ -10828,17 +10858,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:485
+#: ../fish/guestfish-actions.pod:487
msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
msgstr "L</available> および L<guestfs(3)/AVAILABILITY> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:487
+#: ../fish/guestfish-actions.pod:489
msgid "base64-in"
msgstr "base64-in"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:489
+#: ../fish/guestfish-actions.pod:491
#, no-wrap
msgid ""
" base64-in (base64file|-) filename\n"
@@ -10848,31 +10878,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:491 ../src/guestfs-actions.pod:705
+#: ../fish/guestfish-actions.pod:493 ../src/guestfs-actions.pod:707
msgid ""
"This command uploads base64-encoded data from C<base64file> to C<filename>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:494 ../fish/guestfish-actions.pod:503
-#: ../fish/guestfish-actions.pod:862 ../fish/guestfish-actions.pod:946
-#: ../fish/guestfish-actions.pod:967 ../fish/guestfish-actions.pod:1150
-#: ../fish/guestfish-actions.pod:1169 ../fish/guestfish-actions.pod:1575
-#: ../fish/guestfish-actions.pod:4162 ../fish/guestfish-actions.pod:4183
-#: ../fish/guestfish-actions.pod:5564 ../fish/guestfish-actions.pod:5576
-#: ../fish/guestfish-actions.pod:5587 ../fish/guestfish-actions.pod:5598
-#: ../fish/guestfish-actions.pod:5729 ../fish/guestfish-actions.pod:5738
-#: ../fish/guestfish-actions.pod:5803 ../fish/guestfish-actions.pod:5826
+#: ../fish/guestfish-actions.pod:496 ../fish/guestfish-actions.pod:505
+#: ../fish/guestfish-actions.pod:864 ../fish/guestfish-actions.pod:948
+#: ../fish/guestfish-actions.pod:969 ../fish/guestfish-actions.pod:1152
+#: ../fish/guestfish-actions.pod:1171 ../fish/guestfish-actions.pod:1577
+#: ../fish/guestfish-actions.pod:4169 ../fish/guestfish-actions.pod:4190
+#: ../fish/guestfish-actions.pod:5571 ../fish/guestfish-actions.pod:5583
+#: ../fish/guestfish-actions.pod:5594 ../fish/guestfish-actions.pod:5605
+#: ../fish/guestfish-actions.pod:5736 ../fish/guestfish-actions.pod:5745
+#: ../fish/guestfish-actions.pod:5810 ../fish/guestfish-actions.pod:5833
msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:496
+#: ../fish/guestfish-actions.pod:498
msgid "base64-out"
msgstr "base64-out"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:498
+#: ../fish/guestfish-actions.pod:500
#, no-wrap
msgid ""
" base64-out filename (base64file|-)\n"
@@ -10882,19 +10912,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:500 ../src/guestfs-actions.pod:719
+#: ../fish/guestfish-actions.pod:502 ../src/guestfs-actions.pod:721
msgid ""
"This command downloads the contents of C<filename>, writing it out to local "
"file C<base64file> encoded as base64."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:505
+#: ../fish/guestfish-actions.pod:507
msgid "blkid"
msgstr "blkid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:507
+#: ../fish/guestfish-actions.pod:509
#, no-wrap
msgid ""
" blkid device\n"
@@ -10904,7 +10934,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:509 ../src/guestfs-actions.pod:732
+#: ../fish/guestfish-actions.pod:511 ../src/guestfs-actions.pod:734
msgid ""
"This command returns block device attributes for C<device>. The following "
"fields are usually present in the returned hash. Other fields may also be "
@@ -10912,62 +10942,62 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:514 ../src/guestfs-actions.pod:737
+#: ../fish/guestfish-actions.pod:516 ../src/guestfs-actions.pod:739
msgid "C<UUID>"
msgstr "C<UUID>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:516 ../src/guestfs-actions.pod:739
+#: ../fish/guestfish-actions.pod:518 ../src/guestfs-actions.pod:741
msgid "The uuid of this device."
msgstr "このデバイスのUUID。"
#. type: =item
-#: ../fish/guestfish-actions.pod:518 ../src/guestfs-actions.pod:741
+#: ../fish/guestfish-actions.pod:520 ../src/guestfs-actions.pod:743
msgid "C<LABEL>"
msgstr "C<LABEL>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:520 ../src/guestfs-actions.pod:743
+#: ../fish/guestfish-actions.pod:522 ../src/guestfs-actions.pod:745
msgid "The label of this device."
msgstr "このデバイスのラベル。"
#. type: =item
-#: ../fish/guestfish-actions.pod:522 ../src/guestfs-actions.pod:745
+#: ../fish/guestfish-actions.pod:524 ../src/guestfs-actions.pod:747
msgid "C<VERSION>"
msgstr "C<VERSION>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:524 ../src/guestfs-actions.pod:747
+#: ../fish/guestfish-actions.pod:526 ../src/guestfs-actions.pod:749
msgid "The version of blkid command."
msgstr "blkid コマンドのバージョン。"
#. type: =item
-#: ../fish/guestfish-actions.pod:526 ../src/guestfs-actions.pod:749
+#: ../fish/guestfish-actions.pod:528 ../src/guestfs-actions.pod:751
msgid "C<TYPE>"
msgstr "C<TYPE>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:528 ../src/guestfs-actions.pod:751
+#: ../fish/guestfish-actions.pod:530 ../src/guestfs-actions.pod:753
msgid "The filesystem type or RAID of this device."
msgstr "このデバイスのファイルシステム形式または RAID。"
#. type: =item
-#: ../fish/guestfish-actions.pod:530 ../src/guestfs-actions.pod:753
+#: ../fish/guestfish-actions.pod:532 ../src/guestfs-actions.pod:755
msgid "C<USAGE>"
msgstr "C<USAGE>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:532 ../src/guestfs-actions.pod:755
+#: ../fish/guestfish-actions.pod:534 ../src/guestfs-actions.pod:757
msgid "The usage of this device, for example C<filesystem> or C<raid>."
msgstr "このデバイスの使用法です。たとえば、C<filesystem> や C<raid>。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:536
+#: ../fish/guestfish-actions.pod:538
msgid "blockdev-flushbufs"
msgstr "blockdev-flushbufs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:538
+#: ../fish/guestfish-actions.pod:540
#, no-wrap
msgid ""
" blockdev-flushbufs device\n"
@@ -10977,32 +11007,32 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:540 ../src/guestfs-actions.pod:773
+#: ../fish/guestfish-actions.pod:542 ../src/guestfs-actions.pod:775
msgid ""
"This tells the kernel to flush internal buffers associated with C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:543 ../fish/guestfish-actions.pod:554
-#: ../fish/guestfish-actions.pod:563 ../fish/guestfish-actions.pod:573
-#: ../fish/guestfish-actions.pod:585 ../fish/guestfish-actions.pod:598
-#: ../fish/guestfish-actions.pod:606 ../fish/guestfish-actions.pod:617
-#: ../fish/guestfish-actions.pod:625 ../fish/guestfish-actions.pod:633
-#: ../src/guestfs-actions.pod:776 ../src/guestfs-actions.pod:793
-#: ../src/guestfs-actions.pod:808 ../src/guestfs-actions.pod:824
-#: ../src/guestfs-actions.pod:842 ../src/guestfs-actions.pod:861
-#: ../src/guestfs-actions.pod:875 ../src/guestfs-actions.pod:893
-#: ../src/guestfs-actions.pod:907 ../src/guestfs-actions.pod:921
+#: ../fish/guestfish-actions.pod:545 ../fish/guestfish-actions.pod:556
+#: ../fish/guestfish-actions.pod:565 ../fish/guestfish-actions.pod:575
+#: ../fish/guestfish-actions.pod:587 ../fish/guestfish-actions.pod:600
+#: ../fish/guestfish-actions.pod:608 ../fish/guestfish-actions.pod:619
+#: ../fish/guestfish-actions.pod:627 ../fish/guestfish-actions.pod:635
+#: ../src/guestfs-actions.pod:778 ../src/guestfs-actions.pod:795
+#: ../src/guestfs-actions.pod:810 ../src/guestfs-actions.pod:826
+#: ../src/guestfs-actions.pod:844 ../src/guestfs-actions.pod:863
+#: ../src/guestfs-actions.pod:877 ../src/guestfs-actions.pod:895
+#: ../src/guestfs-actions.pod:909 ../src/guestfs-actions.pod:923
msgid "This uses the L<blockdev(8)> command."
msgstr "これは L<blockdev(8)> コマンドを使用します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:545
+#: ../fish/guestfish-actions.pod:547
msgid "blockdev-getbsz"
msgstr "blockdev-getbsz"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:547
+#: ../fish/guestfish-actions.pod:549
#, no-wrap
msgid ""
" blockdev-getbsz device\n"
@@ -11012,13 +11042,13 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:549 ../src/guestfs-actions.pod:788
+#: ../fish/guestfish-actions.pod:551 ../src/guestfs-actions.pod:790
msgid "This returns the block size of a device."
msgstr "これはデバイスのブロック容量を返します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:551 ../fish/guestfish-actions.pod:614
-#: ../src/guestfs-actions.pod:790 ../src/guestfs-actions.pod:890
+#: ../fish/guestfish-actions.pod:553 ../fish/guestfish-actions.pod:616
+#: ../src/guestfs-actions.pod:792 ../src/guestfs-actions.pod:892
msgid ""
"(Note this is different from both I<size in blocks> and I<filesystem block "
"size>)."
@@ -11027,12 +11057,12 @@ msgstr ""
"してください。)"
#. type: =head2
-#: ../fish/guestfish-actions.pod:556
+#: ../fish/guestfish-actions.pod:558
msgid "blockdev-getro"
msgstr "blockdev-getro"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:558
+#: ../fish/guestfish-actions.pod:560
#, no-wrap
msgid ""
" blockdev-getro device\n"
@@ -11042,7 +11072,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:560 ../src/guestfs-actions.pod:805
+#: ../fish/guestfish-actions.pod:562 ../src/guestfs-actions.pod:807
msgid ""
"Returns a boolean indicating if the block device is read-only (true if read-"
"only, false if not)."
@@ -11051,12 +11081,12 @@ msgstr ""
"専用ならば真、そうでなければ偽)。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:565
+#: ../fish/guestfish-actions.pod:567
msgid "blockdev-getsize64"
msgstr "blockdev-getsize64"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:567
+#: ../fish/guestfish-actions.pod:569
#, no-wrap
msgid ""
" blockdev-getsize64 device\n"
@@ -11066,22 +11096,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:569 ../src/guestfs-actions.pod:820
+#: ../fish/guestfish-actions.pod:571 ../src/guestfs-actions.pod:822
msgid "This returns the size of the device in bytes."
msgstr "これはデバイスの容量をバイト単位で返します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:571
+#: ../fish/guestfish-actions.pod:573
msgid "See also L</blockdev-getsz>."
msgstr "L</blockdev-getsz> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:575
+#: ../fish/guestfish-actions.pod:577
msgid "blockdev-getss"
msgstr "blockdev-getss"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:577
+#: ../fish/guestfish-actions.pod:579
#, no-wrap
msgid ""
" blockdev-getss device\n"
@@ -11091,7 +11121,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:579 ../src/guestfs-actions.pod:836
+#: ../fish/guestfish-actions.pod:581 ../src/guestfs-actions.pod:838
msgid ""
"This returns the size of sectors on a block device. Usually 512, but can be "
"larger for modern devices."
@@ -11100,7 +11130,7 @@ msgstr ""
"イスはより大きいかもしれません。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:582
+#: ../fish/guestfish-actions.pod:584
msgid ""
"(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
msgstr ""
@@ -11108,12 +11138,12 @@ msgstr ""
"用する必要があることに注意してください)。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:587
+#: ../fish/guestfish-actions.pod:589
msgid "blockdev-getsz"
msgstr "blockdev-getsz"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:589
+#: ../fish/guestfish-actions.pod:591
#, no-wrap
msgid ""
" blockdev-getsz device\n"
@@ -11123,26 +11153,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:591 ../src/guestfs-actions.pod:854
+#: ../fish/guestfish-actions.pod:593 ../src/guestfs-actions.pod:856
msgid ""
"This returns the size of the device in units of 512-byte sectors (even if "
"the sectorsize isn't 512 bytes ... weird)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:594
+#: ../fish/guestfish-actions.pod:596
msgid ""
"See also L</blockdev-getss> for the real sector size of the device, and L</"
"blockdev-getsize64> for the more useful I<size in bytes>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:600
+#: ../fish/guestfish-actions.pod:602
msgid "blockdev-rereadpt"
msgstr "blockdev-rereadpt"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:602
+#: ../fish/guestfish-actions.pod:604
#, no-wrap
msgid ""
" blockdev-rereadpt device\n"
@@ -11152,17 +11182,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:604 ../src/guestfs-actions.pod:873
+#: ../fish/guestfish-actions.pod:606 ../src/guestfs-actions.pod:875
msgid "Reread the partition table on C<device>."
msgstr "C<device> のパーティションテーブルを再読み込みします。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:608
+#: ../fish/guestfish-actions.pod:610
msgid "blockdev-setbsz"
msgstr "blockdev-setbsz"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:610
+#: ../fish/guestfish-actions.pod:612
#, no-wrap
msgid ""
" blockdev-setbsz device blocksize\n"
@@ -11172,17 +11202,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:612 ../src/guestfs-actions.pod:888
+#: ../fish/guestfish-actions.pod:614 ../src/guestfs-actions.pod:890
msgid "This sets the block size of a device."
msgstr "デバイスのブロック容量を設定します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:619
+#: ../fish/guestfish-actions.pod:621
msgid "blockdev-setro"
msgstr "blockdev-setro"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:621
+#: ../fish/guestfish-actions.pod:623
#, no-wrap
msgid ""
" blockdev-setro device\n"
@@ -11192,17 +11222,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:623 ../src/guestfs-actions.pod:905
+#: ../fish/guestfish-actions.pod:625 ../src/guestfs-actions.pod:907
msgid "Sets the block device named C<device> to read-only."
msgstr "C<device> という名前のブロックデバイスを読み込み専用に設定します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:627
+#: ../fish/guestfish-actions.pod:629
msgid "blockdev-setrw"
msgstr "blockdev-setrw"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:629
+#: ../fish/guestfish-actions.pod:631
#, no-wrap
msgid ""
" blockdev-setrw device\n"
@@ -11212,17 +11242,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:631 ../src/guestfs-actions.pod:919
+#: ../fish/guestfish-actions.pod:633 ../src/guestfs-actions.pod:921
msgid "Sets the block device named C<device> to read-write."
msgstr "C<device> という名前のブロックデバイスを読み書きに設定します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:635
+#: ../fish/guestfish-actions.pod:637
msgid "btrfs-device-add"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:637
+#: ../fish/guestfish-actions.pod:639
#, no-wrap
msgid ""
" btrfs-device-add 'devices ...' fs\n"
@@ -11230,19 +11260,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:639 ../src/guestfs-actions.pod:934
+#: ../fish/guestfish-actions.pod:641 ../src/guestfs-actions.pod:936
msgid ""
"Add the list of device(s) in C<devices> to the btrfs filesystem mounted at "
"C<fs>. If C<devices> is an empty list, this does nothing."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:642
+#: ../fish/guestfish-actions.pod:644
msgid "btrfs-device-delete"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:644
+#: ../fish/guestfish-actions.pod:646
#, no-wrap
msgid ""
" btrfs-device-delete 'devices ...' fs\n"
@@ -11250,19 +11280,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:646 ../src/guestfs-actions.pod:948
+#: ../fish/guestfish-actions.pod:648 ../src/guestfs-actions.pod:950
msgid ""
"Remove the C<devices> from the btrfs filesystem mounted at C<fs>. If "
"C<devices> is an empty list, this does nothing."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:649
+#: ../fish/guestfish-actions.pod:651
msgid "btrfs-filesystem-balance"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:651
+#: ../fish/guestfish-actions.pod:653
#, no-wrap
msgid ""
" btrfs-filesystem-balance fs\n"
@@ -11270,19 +11300,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:653 ../src/guestfs-actions.pod:961
+#: ../fish/guestfish-actions.pod:655 ../src/guestfs-actions.pod:963
msgid ""
"Balance the chunks in the btrfs filesystem mounted at C<fs> across the "
"underlying devices."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:656
+#: ../fish/guestfish-actions.pod:658
msgid "btrfs-filesystem-resize"
msgstr "btrfs-filesystem-resize"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:658
+#: ../fish/guestfish-actions.pod:660
#, no-wrap
msgid ""
" btrfs-filesystem-resize mountpoint [size:N]\n"
@@ -11292,12 +11322,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:660 ../src/guestfs-actions.pod:982
+#: ../fish/guestfish-actions.pod:662 ../src/guestfs-actions.pod:984
msgid "This command resizes a btrfs filesystem."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:662 ../src/guestfs-actions.pod:984
+#: ../fish/guestfish-actions.pod:664 ../src/guestfs-actions.pod:986
msgid ""
"Note that unlike other resize calls, the filesystem has to be mounted and "
"the parameter is the mountpoint not the device (this is a requirement of "
@@ -11305,21 +11335,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:666 ../fish/guestfish-actions.pod:3512
-#: ../fish/guestfish-actions.pod:4234 ../fish/guestfish-actions.pod:5638
-#: ../src/guestfs-actions.pod:988 ../src/guestfs-actions.pod:5430
-#: ../src/guestfs-actions.pod:6691 ../src/guestfs-actions.pod:8799
+#: ../fish/guestfish-actions.pod:668 ../fish/guestfish-actions.pod:3519
+#: ../fish/guestfish-actions.pod:4241 ../fish/guestfish-actions.pod:5645
+#: ../src/guestfs-actions.pod:990 ../src/guestfs-actions.pod:5437
+#: ../src/guestfs-actions.pod:6698 ../src/guestfs-actions.pod:8806
msgid "The optional parameters are:"
msgstr "オプションのパラメーターは次のとおりです:"
#. type: =item
-#: ../fish/guestfish-actions.pod:670 ../fish/guestfish-actions.pod:4238
-#: ../src/guestfs-actions.pod:992 ../src/guestfs-actions.pod:6695
+#: ../fish/guestfish-actions.pod:672 ../fish/guestfish-actions.pod:4245
+#: ../src/guestfs-actions.pod:994 ../src/guestfs-actions.pod:6702
msgid "C<size>"
msgstr "C<size>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:672 ../src/guestfs-actions.pod:994
+#: ../fish/guestfish-actions.pod:674 ../src/guestfs-actions.pod:996
msgid ""
"The new size (in bytes) of the filesystem. If omitted, the filesystem is "
"resized to the maximum size."
@@ -11328,17 +11358,17 @@ msgstr ""
"最大の容量に変更されます。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:677 ../src/guestfs-actions.pod:999
+#: ../fish/guestfish-actions.pod:679 ../src/guestfs-actions.pod:1001
msgid "See also L<btrfs(8)>."
msgstr "L<btrfs(8)> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:681
+#: ../fish/guestfish-actions.pod:683
msgid "btrfs-filesystem-sync"
msgstr "btrfs-filesystem-sync"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:683
+#: ../fish/guestfish-actions.pod:685
#, no-wrap
msgid ""
" btrfs-filesystem-sync fs\n"
@@ -11348,17 +11378,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:685 ../src/guestfs-actions.pod:1033
+#: ../fish/guestfish-actions.pod:687 ../src/guestfs-actions.pod:1035
msgid "Force sync on the btrfs filesystem mounted at C<fs>."
msgstr "C<fs> にマウントされた btrfs ファイルシステムにおいて強制同期します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:687
+#: ../fish/guestfish-actions.pod:689
msgid "btrfs-fsck"
msgstr "btrfs-fsck"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:689
+#: ../fish/guestfish-actions.pod:691
#, no-wrap
msgid ""
" btrfs-fsck device [superblock:N] [repair:true|false]\n"
@@ -11368,7 +11398,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:691 ../src/guestfs-actions.pod:1054
+#: ../fish/guestfish-actions.pod:693 ../src/guestfs-actions.pod:1056
msgid ""
"Used to check a btrfs filesystem, C<device> is the device file where the "
"filesystem is stored."
@@ -11377,12 +11407,12 @@ msgstr ""
"システムが保存されているデバイスファイルです。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:696
+#: ../fish/guestfish-actions.pod:698
msgid "btrfs-set-seeding"
msgstr "btrfs-set-seeding"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:698
+#: ../fish/guestfish-actions.pod:700
#, no-wrap
msgid ""
" btrfs-set-seeding device true|false\n"
@@ -11392,7 +11422,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:700 ../src/guestfs-actions.pod:1090
+#: ../fish/guestfish-actions.pod:702 ../src/guestfs-actions.pod:1092
msgid ""
"Enable or disable the seeding feature of a device that contains a btrfs "
"filesystem."
@@ -11401,12 +11431,12 @@ msgstr ""
"す。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:703
+#: ../fish/guestfish-actions.pod:705
msgid "btrfs-subvolume-create"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:705
+#: ../fish/guestfish-actions.pod:707
#, no-wrap
msgid ""
" btrfs-subvolume-create dest\n"
@@ -11414,19 +11444,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:707 ../src/guestfs-actions.pod:1103
+#: ../fish/guestfish-actions.pod:709 ../src/guestfs-actions.pod:1105
msgid ""
"Create a btrfs subvolume. The C<dest> argument is the destination directory "
"and the name of the snapshot, in the form C</path/to/dest/name>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:710
+#: ../fish/guestfish-actions.pod:712
msgid "btrfs-subvolume-delete"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:712
+#: ../fish/guestfish-actions.pod:714
#, no-wrap
msgid ""
" btrfs-subvolume-delete subvolume\n"
@@ -11434,17 +11464,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:714 ../src/guestfs-actions.pod:1116
+#: ../fish/guestfish-actions.pod:716 ../src/guestfs-actions.pod:1118
msgid "Delete the named btrfs subvolume."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:716
+#: ../fish/guestfish-actions.pod:718
msgid "btrfs-subvolume-list"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:718
+#: ../fish/guestfish-actions.pod:720
#, no-wrap
msgid ""
" btrfs-subvolume-list fs\n"
@@ -11452,19 +11482,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:720 ../src/guestfs-actions.pod:1128
+#: ../fish/guestfish-actions.pod:722 ../src/guestfs-actions.pod:1130
msgid ""
"List the btrfs snapshots and subvolumes of the btrfs filesystem which is "
"mounted at C<fs>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:723
+#: ../fish/guestfish-actions.pod:725
msgid "btrfs-subvolume-set-default"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:725
+#: ../fish/guestfish-actions.pod:727
#, no-wrap
msgid ""
" btrfs-subvolume-set-default id fs\n"
@@ -11472,19 +11502,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:727
+#: ../fish/guestfish-actions.pod:729
msgid ""
"Set the subvolume of the btrfs filesystem C<fs> which will be mounted by "
"default. See L</btrfs-subvolume-list> to get a list of subvolumes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:731
+#: ../fish/guestfish-actions.pod:733
msgid "btrfs-subvolume-snapshot"
msgstr "btrfs-subvolume-snapshot"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:733
+#: ../fish/guestfish-actions.pod:735
#, no-wrap
msgid ""
" btrfs-subvolume-snapshot source dest\n"
@@ -11494,7 +11524,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:735 ../src/guestfs-actions.pod:1159
+#: ../fish/guestfish-actions.pod:737 ../src/guestfs-actions.pod:1161
msgid ""
"Create a writable snapshot of the btrfs subvolume C<source>. The C<dest> "
"argument is the destination directory and the name of the snapshot, in the "
@@ -11505,12 +11535,12 @@ msgstr ""
"ショットの名前です。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:739
+#: ../fish/guestfish-actions.pod:741
msgid "case-sensitive-path"
msgstr "case-sensitive-path"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:741
+#: ../fish/guestfish-actions.pod:743
#, no-wrap
msgid ""
" case-sensitive-path path\n"
@@ -11520,7 +11550,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:743 ../src/guestfs-actions.pod:1173
+#: ../fish/guestfish-actions.pod:745 ../src/guestfs-actions.pod:1175
msgid ""
"This can be used to resolve case insensitive paths on a filesystem which is "
"case sensitive. The use case is to resolve paths which you have read from "
@@ -11528,7 +11558,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:748 ../src/guestfs-actions.pod:1178
+#: ../fish/guestfish-actions.pod:750 ../src/guestfs-actions.pod:1180
msgid ""
"The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
"(and probably others), which is that although the underlying filesystem is "
@@ -11537,7 +11567,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:753 ../src/guestfs-actions.pod:1183
+#: ../fish/guestfish-actions.pod:755 ../src/guestfs-actions.pod:1185
msgid ""
"One consequence of this is that special directories such as C<c:\\windows> "
"may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
@@ -11546,7 +11576,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:759 ../src/guestfs-actions.pod:1189
+#: ../fish/guestfish-actions.pod:761 ../src/guestfs-actions.pod:1191
msgid ""
"Bug or feature? You decide: L<http://www.tuxera.com/community/ntfs-3g-faq/"
"#posixfilenames1>"
@@ -11555,14 +11585,14 @@ msgstr ""
"ntfs-3g-faq/#posixfilenames1>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:762 ../src/guestfs-actions.pod:1192
+#: ../fish/guestfish-actions.pod:764 ../src/guestfs-actions.pod:1194
msgid ""
"This function resolves the true case of each element in the path and returns "
"the case-sensitive path."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:765
+#: ../fish/guestfish-actions.pod:767
msgid ""
"Thus L</case-sensitive-path> (\"/Windows/System32\") might return C<\"/"
"WINDOWS/system32\"> (the exact return value would depend on details of how "
@@ -11570,22 +11600,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:770 ../src/guestfs-actions.pod:1200
+#: ../fish/guestfish-actions.pod:772 ../src/guestfs-actions.pod:1202
msgid "I<Note>: This function does not handle drive names, backslashes etc."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:773
+#: ../fish/guestfish-actions.pod:775
msgid "See also L</realpath>."
msgstr "L</realpath> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:775
+#: ../fish/guestfish-actions.pod:777
msgid "cat"
msgstr "cat"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:777
+#: ../fish/guestfish-actions.pod:779
#, no-wrap
msgid ""
" cat path\n"
@@ -11595,13 +11625,13 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:779 ../fish/guestfish-actions.pod:4665
-#: ../src/guestfs-actions.pod:1216 ../src/guestfs-actions.pod:7351
+#: ../fish/guestfish-actions.pod:781 ../fish/guestfish-actions.pod:4672
+#: ../src/guestfs-actions.pod:1218 ../src/guestfs-actions.pod:7358
msgid "Return the contents of the file named C<path>."
msgstr "C<path> という名前のファイルの内容を返します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:781
+#: ../fish/guestfish-actions.pod:783
msgid ""
"Note that this function cannot correctly handle binary files (specifically, "
"files containing C<\\0> character which is treated as end of string). For "
@@ -11610,50 +11640,50 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:786 ../fish/guestfish-actions.pod:921
-#: ../fish/guestfish-actions.pod:933 ../fish/guestfish-actions.pod:1260
-#: ../fish/guestfish-actions.pod:1270 ../fish/guestfish-actions.pod:1337
-#: ../fish/guestfish-actions.pod:1347 ../fish/guestfish-actions.pod:1539
-#: ../fish/guestfish-actions.pod:1982 ../fish/guestfish-actions.pod:1992
-#: ../fish/guestfish-actions.pod:2042 ../fish/guestfish-actions.pod:2057
-#: ../fish/guestfish-actions.pod:2067 ../fish/guestfish-actions.pod:2086
-#: ../fish/guestfish-actions.pod:4535 ../fish/guestfish-actions.pod:4550
-#: ../fish/guestfish-actions.pod:4626 ../fish/guestfish-actions.pod:4643
-#: ../fish/guestfish-actions.pod:4658 ../fish/guestfish-actions.pod:5405
-#: ../fish/guestfish-actions.pod:5451 ../fish/guestfish-actions.pod:5536
-#: ../fish/guestfish-actions.pod:5551 ../fish/guestfish-actions.pod:6070
-#: ../fish/guestfish-actions.pod:6082 ../fish/guestfish-actions.pod:6100
-#: ../fish/guestfish-actions.pod:6117 ../fish/guestfish-actions.pod:6127
-#: ../fish/guestfish-actions.pod:6194 ../fish/guestfish-actions.pod:6204
-#: ../fish/guestfish-actions.pod:6233 ../fish/guestfish-actions.pod:6243
-#: ../src/guestfs-actions.pod:1226 ../src/guestfs-actions.pod:1405
-#: ../src/guestfs-actions.pod:1425 ../src/guestfs-actions.pod:2163
-#: ../src/guestfs-actions.pod:2182 ../src/guestfs-actions.pod:2285
-#: ../src/guestfs-actions.pod:2304 ../src/guestfs-actions.pod:2550
-#: ../src/guestfs-actions.pod:3175 ../src/guestfs-actions.pod:3194
-#: ../src/guestfs-actions.pod:3259 ../src/guestfs-actions.pod:3283
-#: ../src/guestfs-actions.pod:3300 ../src/guestfs-actions.pod:3329
-#: ../src/guestfs-actions.pod:7133 ../src/guestfs-actions.pod:7159
-#: ../src/guestfs-actions.pod:7290 ../src/guestfs-actions.pod:7316
-#: ../src/guestfs-actions.pod:7340 ../src/guestfs-actions.pod:8427
-#: ../src/guestfs-actions.pod:8482 ../src/guestfs-actions.pod:8628
-#: ../src/guestfs-actions.pod:8652 ../src/guestfs-actions.pod:9519
-#: ../src/guestfs-actions.pod:9539 ../src/guestfs-actions.pod:9572
-#: ../src/guestfs-actions.pod:9591 ../src/guestfs-actions.pod:9610
-#: ../src/guestfs-actions.pod:9725 ../src/guestfs-actions.pod:9744
-#: ../src/guestfs-actions.pod:9790 ../src/guestfs-actions.pod:9809
+#: ../fish/guestfish-actions.pod:788 ../fish/guestfish-actions.pod:923
+#: ../fish/guestfish-actions.pod:935 ../fish/guestfish-actions.pod:1262
+#: ../fish/guestfish-actions.pod:1272 ../fish/guestfish-actions.pod:1339
+#: ../fish/guestfish-actions.pod:1349 ../fish/guestfish-actions.pod:1541
+#: ../fish/guestfish-actions.pod:1984 ../fish/guestfish-actions.pod:1994
+#: ../fish/guestfish-actions.pod:2044 ../fish/guestfish-actions.pod:2059
+#: ../fish/guestfish-actions.pod:2069 ../fish/guestfish-actions.pod:2088
+#: ../fish/guestfish-actions.pod:4542 ../fish/guestfish-actions.pod:4557
+#: ../fish/guestfish-actions.pod:4633 ../fish/guestfish-actions.pod:4650
+#: ../fish/guestfish-actions.pod:4665 ../fish/guestfish-actions.pod:5412
+#: ../fish/guestfish-actions.pod:5458 ../fish/guestfish-actions.pod:5543
+#: ../fish/guestfish-actions.pod:5558 ../fish/guestfish-actions.pod:6077
+#: ../fish/guestfish-actions.pod:6089 ../fish/guestfish-actions.pod:6107
+#: ../fish/guestfish-actions.pod:6124 ../fish/guestfish-actions.pod:6134
+#: ../fish/guestfish-actions.pod:6201 ../fish/guestfish-actions.pod:6211
+#: ../fish/guestfish-actions.pod:6240 ../fish/guestfish-actions.pod:6250
+#: ../src/guestfs-actions.pod:1228 ../src/guestfs-actions.pod:1407
+#: ../src/guestfs-actions.pod:1427 ../src/guestfs-actions.pod:2165
+#: ../src/guestfs-actions.pod:2184 ../src/guestfs-actions.pod:2287
+#: ../src/guestfs-actions.pod:2306 ../src/guestfs-actions.pod:2552
+#: ../src/guestfs-actions.pod:3177 ../src/guestfs-actions.pod:3196
+#: ../src/guestfs-actions.pod:3261 ../src/guestfs-actions.pod:3285
+#: ../src/guestfs-actions.pod:3302 ../src/guestfs-actions.pod:3331
+#: ../src/guestfs-actions.pod:7140 ../src/guestfs-actions.pod:7166
+#: ../src/guestfs-actions.pod:7297 ../src/guestfs-actions.pod:7323
+#: ../src/guestfs-actions.pod:7347 ../src/guestfs-actions.pod:8434
+#: ../src/guestfs-actions.pod:8489 ../src/guestfs-actions.pod:8635
+#: ../src/guestfs-actions.pod:8659 ../src/guestfs-actions.pod:9526
+#: ../src/guestfs-actions.pod:9546 ../src/guestfs-actions.pod:9579
+#: ../src/guestfs-actions.pod:9598 ../src/guestfs-actions.pod:9617
+#: ../src/guestfs-actions.pod:9732 ../src/guestfs-actions.pod:9751
+#: ../src/guestfs-actions.pod:9797 ../src/guestfs-actions.pod:9816
msgid ""
"Because of the message protocol, there is a transfer limit of somewhere "
"between 2MB and 4MB. See L<guestfs(3)/PROTOCOL LIMITS>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:789
+#: ../fish/guestfish-actions.pod:791
msgid "checksum"
msgstr "checksum"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:791
+#: ../fish/guestfish-actions.pod:793
#, no-wrap
msgid ""
" checksum csumtype path\n"
@@ -11663,7 +11693,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:793 ../src/guestfs-actions.pod:1238
+#: ../fish/guestfish-actions.pod:795 ../src/guestfs-actions.pod:1240
msgid ""
"This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
msgstr ""
@@ -11671,7 +11701,7 @@ msgstr ""
"ムを計算します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:796 ../src/guestfs-actions.pod:1241
+#: ../fish/guestfish-actions.pod:798 ../src/guestfs-actions.pod:1243
msgid ""
"The type of checksum to compute is given by the C<csumtype> parameter which "
"must have one of the following values:"
@@ -11680,12 +11710,12 @@ msgstr ""
"により与えられます:"
#. type: =item
-#: ../fish/guestfish-actions.pod:801 ../src/guestfs-actions.pod:1246
+#: ../fish/guestfish-actions.pod:803 ../src/guestfs-actions.pod:1248
msgid "C<crc>"
msgstr "C<crc>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:803 ../src/guestfs-actions.pod:1248
+#: ../fish/guestfish-actions.pod:805 ../src/guestfs-actions.pod:1250
msgid ""
"Compute the cyclic redundancy check (CRC) specified by POSIX for the "
"C<cksum> command."
@@ -11694,89 +11724,89 @@ msgstr ""
"redundancy check) を計算します。"
#. type: =item
-#: ../fish/guestfish-actions.pod:806 ../src/guestfs-actions.pod:1251
+#: ../fish/guestfish-actions.pod:808 ../src/guestfs-actions.pod:1253
msgid "C<md5>"
msgstr "C<md5>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:808 ../src/guestfs-actions.pod:1253
+#: ../fish/guestfish-actions.pod:810 ../src/guestfs-actions.pod:1255
msgid "Compute the MD5 hash (using the C<md5sum> program)."
msgstr "(C<md5sum> プログラムを用いて)MD5 ハッシュを計算します。"
#. type: =item
-#: ../fish/guestfish-actions.pod:810 ../src/guestfs-actions.pod:1255
+#: ../fish/guestfish-actions.pod:812 ../src/guestfs-actions.pod:1257
msgid "C<sha1>"
msgstr "C<sha1>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:812 ../src/guestfs-actions.pod:1257
+#: ../fish/guestfish-actions.pod:814 ../src/guestfs-actions.pod:1259
msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
msgstr "(C<sha1sum> プログラムを用いて)SHA1 ハッシュを計算します。"
#. type: =item
-#: ../fish/guestfish-actions.pod:814 ../src/guestfs-actions.pod:1259
+#: ../fish/guestfish-actions.pod:816 ../src/guestfs-actions.pod:1261
msgid "C<sha224>"
msgstr "C<sha224>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:816 ../src/guestfs-actions.pod:1261
+#: ../fish/guestfish-actions.pod:818 ../src/guestfs-actions.pod:1263
msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
msgstr "(C<sha224sum> プログラムを用いて)SHA224 ハッシュを計算します。"
#. type: =item
-#: ../fish/guestfish-actions.pod:818 ../src/guestfs-actions.pod:1263
+#: ../fish/guestfish-actions.pod:820 ../src/guestfs-actions.pod:1265
msgid "C<sha256>"
msgstr "C<sha256>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:820 ../src/guestfs-actions.pod:1265
+#: ../fish/guestfish-actions.pod:822 ../src/guestfs-actions.pod:1267
msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
msgstr "(C<sha256sum> プログラムを用いて)SHA256 ハッシュを計算します。"
#. type: =item
-#: ../fish/guestfish-actions.pod:822 ../src/guestfs-actions.pod:1267
+#: ../fish/guestfish-actions.pod:824 ../src/guestfs-actions.pod:1269
msgid "C<sha384>"
msgstr "C<sha384>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:824 ../src/guestfs-actions.pod:1269
+#: ../fish/guestfish-actions.pod:826 ../src/guestfs-actions.pod:1271
msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
msgstr "(C<sha384sum> プログラムを用いて)SHA384 ハッシュを計算します。"
#. type: =item
-#: ../fish/guestfish-actions.pod:826 ../src/guestfs-actions.pod:1271
+#: ../fish/guestfish-actions.pod:828 ../src/guestfs-actions.pod:1273
msgid "C<sha512>"
msgstr "C<sha512>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:828 ../src/guestfs-actions.pod:1273
+#: ../fish/guestfish-actions.pod:830 ../src/guestfs-actions.pod:1275
msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
msgstr "(C<sha512sum> プログラムを用いて)SHA512 ハッシュを計算します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:832 ../src/guestfs-actions.pod:1277
+#: ../fish/guestfish-actions.pod:834 ../src/guestfs-actions.pod:1279
msgid "The checksum is returned as a printable string."
msgstr "チェックサムは表示可能な文字列として返されます。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:834
+#: ../fish/guestfish-actions.pod:836
msgid "To get the checksum for a device, use L</checksum-device>."
msgstr ""
"デバイスのチェックサムを取得するには L</checksum-device> を使用します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:836
+#: ../fish/guestfish-actions.pod:838
msgid "To get the checksums for many files, use L</checksums-out>."
msgstr ""
"多くのファイルのチェックサムを取得するには L</checksums-out> を使用します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:838
+#: ../fish/guestfish-actions.pod:840
msgid "checksum-device"
msgstr "checksum-device"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:840
+#: ../fish/guestfish-actions.pod:842
#, no-wrap
msgid ""
" checksum-device csumtype device\n"
@@ -11786,7 +11816,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:842
+#: ../fish/guestfish-actions.pod:844
msgid ""
"This call computes the MD5, SHAx or CRC checksum of the contents of the "
"device named C<device>. For the types of checksums supported see the L</"
@@ -11794,12 +11824,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:846
+#: ../fish/guestfish-actions.pod:848
msgid "checksums-out"
msgstr "checksums-out"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:848
+#: ../fish/guestfish-actions.pod:850
#, no-wrap
msgid ""
" checksums-out csumtype directory (sumsfile|-)\n"
@@ -11809,14 +11839,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:850 ../src/guestfs-actions.pod:1312
+#: ../fish/guestfish-actions.pod:852 ../src/guestfs-actions.pod:1314
msgid ""
"This command computes the checksums of all regular files in C<directory> and "
"then emits a list of those checksums to the local output file C<sumsfile>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:854 ../src/guestfs-actions.pod:1316
+#: ../fish/guestfish-actions.pod:856 ../src/guestfs-actions.pod:1318
msgid ""
"This can be used for verifying the integrity of a virtual machine. However "
"to be properly secure you should pay attention to the output of the checksum "
@@ -11826,12 +11856,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:864
+#: ../fish/guestfish-actions.pod:866
msgid "chmod"
msgstr "chmod"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:866
+#: ../fish/guestfish-actions.pod:868
#, no-wrap
msgid ""
" chmod mode path\n"
@@ -11841,14 +11871,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:868 ../src/guestfs-actions.pod:1335
+#: ../fish/guestfish-actions.pod:870 ../src/guestfs-actions.pod:1337
msgid ""
"Change the mode (permissions) of C<path> to C<mode>. Only numeric modes are "
"supported."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:871 ../src/guestfs-actions.pod:1338
+#: ../fish/guestfish-actions.pod:873 ../src/guestfs-actions.pod:1340
msgid ""
"I<Note>: When using this command from guestfish, C<mode> by default would be "
"decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
@@ -11856,21 +11886,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:875 ../fish/guestfish-actions.pod:3761
-#: ../fish/guestfish-actions.pod:3914 ../fish/guestfish-actions.pod:3924
-#: ../fish/guestfish-actions.pod:3934 ../src/guestfs-actions.pod:1342
-#: ../src/guestfs-actions.pod:5808 ../src/guestfs-actions.pod:6072
-#: ../src/guestfs-actions.pod:6091 ../src/guestfs-actions.pod:6110
+#: ../fish/guestfish-actions.pod:877 ../fish/guestfish-actions.pod:3768
+#: ../fish/guestfish-actions.pod:3921 ../fish/guestfish-actions.pod:3931
+#: ../fish/guestfish-actions.pod:3941 ../src/guestfs-actions.pod:1344
+#: ../src/guestfs-actions.pod:5815 ../src/guestfs-actions.pod:6079
+#: ../src/guestfs-actions.pod:6098 ../src/guestfs-actions.pod:6117
msgid "The mode actually set is affected by the umask."
msgstr "実際に設定されるモードは umask により影響されます。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:877
+#: ../fish/guestfish-actions.pod:879
msgid "chown"
msgstr "chown"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:879
+#: ../fish/guestfish-actions.pod:881
#, no-wrap
msgid ""
" chown owner group path\n"
@@ -11880,13 +11910,13 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:881 ../src/guestfs-actions.pod:1356
+#: ../fish/guestfish-actions.pod:883 ../src/guestfs-actions.pod:1358
msgid "Change the file owner to C<owner> and group to C<group>."
msgstr "ファイルの所有者を C<owner> に、グループを C<group> に変更します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:883 ../fish/guestfish-actions.pod:3033
-#: ../src/guestfs-actions.pod:1358 ../src/guestfs-actions.pod:4629
+#: ../fish/guestfish-actions.pod:885 ../fish/guestfish-actions.pod:3040
+#: ../src/guestfs-actions.pod:1360 ../src/guestfs-actions.pod:4636
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 "
@@ -11894,12 +11924,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:887
+#: ../fish/guestfish-actions.pod:889
msgid "command"
msgstr "command"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:889
+#: ../fish/guestfish-actions.pod:891
#, no-wrap
msgid ""
" command 'arguments ...'\n"
@@ -11909,7 +11939,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:891 ../src/guestfs-actions.pod:1372
+#: ../fish/guestfish-actions.pod:893 ../src/guestfs-actions.pod:1374
msgid ""
"This call runs a command from the guest filesystem. The filesystem must be "
"mounted, and must contain a compatible operating system (ie. something "
@@ -11917,7 +11947,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:896
+#: ../fish/guestfish-actions.pod:898
msgid ""
"The single parameter is an argv-style list of arguments. The first element "
"is the name of the program to run. Subsequent elements are parameters. The "
@@ -11926,12 +11956,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:903 ../src/guestfs-actions.pod:1384
+#: ../fish/guestfish-actions.pod:905 ../src/guestfs-actions.pod:1386
msgid "The return value is anything printed to I<stdout> by the command."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:906 ../src/guestfs-actions.pod:1387
+#: ../fish/guestfish-actions.pod:908 ../src/guestfs-actions.pod:1389
msgid ""
"If the command returns a non-zero exit status, then this function returns an "
"error message. The error message string is the content of I<stderr> from "
@@ -11939,7 +11969,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:910 ../src/guestfs-actions.pod:1391
+#: ../fish/guestfish-actions.pod:912 ../src/guestfs-actions.pod:1393
msgid ""
"The C<$PATH> environment variable will contain at least C</usr/bin> and C</"
"bin>. If you require a program from another location, you should provide "
@@ -11947,7 +11977,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:915 ../src/guestfs-actions.pod:1396
+#: ../fish/guestfish-actions.pod:917 ../src/guestfs-actions.pod:1398
msgid ""
"Shared libraries and data files required by the program must be available on "
"filesystems which are mounted in the correct places. It is the caller's "
@@ -11956,12 +11986,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:924
+#: ../fish/guestfish-actions.pod:926
msgid "command-lines"
msgstr "command-lines"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:926
+#: ../fish/guestfish-actions.pod:928
#, no-wrap
msgid ""
" command-lines 'arguments ...'\n"
@@ -11971,23 +12001,23 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:928
+#: ../fish/guestfish-actions.pod:930
msgid ""
"This is the same as L</command>, but splits the result into a list of lines."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:931
+#: ../fish/guestfish-actions.pod:933
msgid "See also: L</sh-lines>"
msgstr "関連項目: L</sh-lines>"
#. type: =head2
-#: ../fish/guestfish-actions.pod:936
+#: ../fish/guestfish-actions.pod:938
msgid "compress-device-out"
msgstr "compress-device-out"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:938
+#: ../fish/guestfish-actions.pod:940
#, no-wrap
msgid ""
" compress-device-out ctype device (zdevice|-) [level:N]\n"
@@ -11997,26 +12027,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:940 ../src/guestfs-actions.pod:1446
+#: ../fish/guestfish-actions.pod:942 ../src/guestfs-actions.pod:1448
msgid ""
"This command compresses C<device> and writes it out to the local file "
"C<zdevice>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:943
+#: ../fish/guestfish-actions.pod:945
msgid ""
"The C<ctype> and optional C<level> parameters have the same meaning as in L</"
"compress-out>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:950
+#: ../fish/guestfish-actions.pod:952
msgid "compress-out"
msgstr "compress-out"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:952
+#: ../fish/guestfish-actions.pod:954
#, no-wrap
msgid ""
" compress-out ctype file (zfile|-) [level:N]\n"
@@ -12026,13 +12056,13 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:954 ../src/guestfs-actions.pod:1498
+#: ../fish/guestfish-actions.pod:956 ../src/guestfs-actions.pod:1500
msgid ""
"This command compresses C<file> and writes it out to the local file C<zfile>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:957 ../src/guestfs-actions.pod:1501
+#: ../fish/guestfish-actions.pod:959 ../src/guestfs-actions.pod:1503
msgid ""
"The compression program used is controlled by the C<ctype> parameter. "
"Currently this includes: C<compress>, C<gzip>, C<bzip2>, C<xz> or C<lzop>. "
@@ -12042,19 +12072,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:963 ../src/guestfs-actions.pod:1507
+#: ../fish/guestfish-actions.pod:965 ../src/guestfs-actions.pod:1509
msgid ""
"The optional C<level> parameter controls compression level. The meaning and "
"default for this parameter depends on the compression program being used."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:971
+#: ../fish/guestfish-actions.pod:973
msgid "config"
msgstr "config"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:973
+#: ../fish/guestfish-actions.pod:975
#, no-wrap
msgid ""
" config qemuparam qemuvalue\n"
@@ -12064,7 +12094,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:975 ../src/guestfs-actions.pod:1548
+#: ../fish/guestfish-actions.pod:977 ../src/guestfs-actions.pod:1550
msgid ""
"This can be used to add arbitrary qemu command line parameters of the form "
"I<-param value>. Actually it's not quite arbitrary - we prevent you from "
@@ -12072,26 +12102,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:980 ../src/guestfs-actions.pod:1553
+#: ../fish/guestfish-actions.pod:982 ../src/guestfs-actions.pod:1555
#, fuzzy
#| msgid "The first character of C<param> string must be a C<-> (dash)."
msgid "The first character of C<param> string must be a C<-> (dash)."
msgstr "C<param> 文字列の最初の文字は C<-> (ダッシュ) である必要があります。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:982 ../src/guestfs-actions.pod:1555
+#: ../fish/guestfish-actions.pod:984 ../src/guestfs-actions.pod:1557
#, fuzzy
#| msgid "C<value> can be NULL."
msgid "C<value> can be NULL."
msgstr "C<value> は NULL もありえます。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:984
+#: ../fish/guestfish-actions.pod:986
msgid "copy-device-to-device"
msgstr "copy-device-to-device"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:986
+#: ../fish/guestfish-actions.pod:988
#, no-wrap
msgid ""
" copy-device-to-device src dest [srcoffset:N] [destoffset:N] [size:N]\n"
@@ -12101,7 +12131,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:988
+#: ../fish/guestfish-actions.pod:990
msgid ""
"The four calls L</copy-device-to-device>, L</copy-device-to-file>, L</copy-"
"file-to-device>, and L</copy-file-to-file> let you copy from a source "
@@ -12109,7 +12139,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:995 ../src/guestfs-actions.pod:1585
+#: ../fish/guestfish-actions.pod:997 ../src/guestfs-actions.pod:1587
msgid ""
"Partial copies can be made since you can specify optionally the source "
"offset, destination offset and size to copy. These values are all specified "
@@ -12118,7 +12148,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1001 ../src/guestfs-actions.pod:1591
+#: ../fish/guestfish-actions.pod:1003 ../src/guestfs-actions.pod:1593
msgid ""
"The source and destination may be the same object. However overlapping "
"regions may not be copied correctly."
@@ -12127,7 +12157,7 @@ msgstr ""
"う領域は正しくコピーされないかもしれません。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1004 ../src/guestfs-actions.pod:1594
+#: ../fish/guestfish-actions.pod:1006 ../src/guestfs-actions.pod:1596
msgid ""
"If the destination is a file, it is created if required. If the destination "
"file is not large enough, it is extended."
@@ -12136,12 +12166,12 @@ msgstr ""
"ければ、拡張されます。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1009
+#: ../fish/guestfish-actions.pod:1011
msgid "copy-device-to-file"
msgstr "copy-device-to-file"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1011
+#: ../fish/guestfish-actions.pod:1013
#, no-wrap
msgid ""
" copy-device-to-file src dest [srcoffset:N] [destoffset:N] [size:N]\n"
@@ -12151,19 +12181,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1013 ../fish/guestfish-actions.pod:1022
-#: ../fish/guestfish-actions.pod:1031
+#: ../fish/guestfish-actions.pod:1015 ../fish/guestfish-actions.pod:1024
+#: ../fish/guestfish-actions.pod:1033
msgid "See L</copy-device-to-device> for a general overview of this call."
msgstr ""
"この呼び出しの一般的な概要は L</copy-device-to-device> を参照してください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1018
+#: ../fish/guestfish-actions.pod:1020
msgid "copy-file-to-device"
msgstr "copy-file-to-device"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1020
+#: ../fish/guestfish-actions.pod:1022
#, no-wrap
msgid ""
" copy-file-to-device src dest [srcoffset:N] [destoffset:N] [size:N]\n"
@@ -12173,12 +12203,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1027
+#: ../fish/guestfish-actions.pod:1029
msgid "copy-file-to-file"
msgstr "copy-file-to-file"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1029
+#: ../fish/guestfish-actions.pod:1031
#, no-wrap
msgid ""
" copy-file-to-file src dest [srcoffset:N] [destoffset:N] [size:N]\n"
@@ -12188,7 +12218,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1034
+#: ../fish/guestfish-actions.pod:1036
msgid ""
"This is B<not> the function you want for copying files. This is for copying "
"blocks within existing files. See L</cp>, L</cp-a> and L</mv> for general "
@@ -12196,12 +12226,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1041
+#: ../fish/guestfish-actions.pod:1043
msgid "copy-size"
msgstr "copy-size"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1043
+#: ../fish/guestfish-actions.pod:1045
#, no-wrap
msgid ""
" copy-size src dest size\n"
@@ -12211,21 +12241,21 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1045 ../src/guestfs-actions.pod:1809
+#: ../fish/guestfish-actions.pod:1047 ../src/guestfs-actions.pod:1811
msgid ""
"This command copies exactly C<size> bytes from one source device or file "
"C<src> to another destination device or file C<dest>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1048 ../src/guestfs-actions.pod:1812
+#: ../fish/guestfish-actions.pod:1050 ../src/guestfs-actions.pod:1814
msgid ""
"Note this will fail if the source is too short or if the destination is not "
"large enough."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1051 ../fish/guestfish-actions.pod:1086
+#: ../fish/guestfish-actions.pod:1053 ../fish/guestfish-actions.pod:1088
#, fuzzy
#| msgid ""
#| "I<This function is deprecated.> In new code, use the L</"
@@ -12238,12 +12268,12 @@ msgstr ""
"copy_device_to_device> を使用してください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1058
+#: ../fish/guestfish-actions.pod:1060
msgid "cp"
msgstr "cp"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1060
+#: ../fish/guestfish-actions.pod:1062
#, no-wrap
msgid ""
" cp src dest\n"
@@ -12253,7 +12283,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1062 ../src/guestfs-actions.pod:1831
+#: ../fish/guestfish-actions.pod:1064 ../src/guestfs-actions.pod:1833
msgid ""
"This copies a file from C<src> to C<dest> where C<dest> is either a "
"destination filename or destination directory."
@@ -12262,12 +12292,12 @@ msgstr ""
"名または宛先ディレクトリです。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1065
+#: ../fish/guestfish-actions.pod:1067
msgid "cp-a"
msgstr "cp-a"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1067
+#: ../fish/guestfish-actions.pod:1069
#, no-wrap
msgid ""
" cp-a src dest\n"
@@ -12277,7 +12307,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1069 ../src/guestfs-actions.pod:1845
+#: ../fish/guestfish-actions.pod:1071 ../src/guestfs-actions.pod:1847
msgid ""
"This copies a file or directory from C<src> to C<dest> recursively using the "
"C<cp -a> command."
@@ -12286,12 +12316,12 @@ msgstr ""
"て再帰的にコピーします。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1072
+#: ../fish/guestfish-actions.pod:1074
msgid "dd"
msgstr "dd"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1074
+#: ../fish/guestfish-actions.pod:1076
#, no-wrap
msgid ""
" dd src dest\n"
@@ -12301,7 +12331,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1076 ../src/guestfs-actions.pod:1866
+#: ../fish/guestfish-actions.pod:1078 ../src/guestfs-actions.pod:1868
msgid ""
"This command copies from one source device or file C<src> to another "
"destination device or file C<dest>. Normally you would use this to copy to "
@@ -12309,7 +12339,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1081
+#: ../fish/guestfish-actions.pod:1083
msgid ""
"If the destination is a device, it must be as large or larger than the "
"source file or device, otherwise the copy will fail. This command cannot do "
@@ -12317,12 +12347,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1093
+#: ../fish/guestfish-actions.pod:1095
msgid "device-index"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1095
+#: ../fish/guestfish-actions.pod:1097
#, no-wrap
msgid ""
" device-index device\n"
@@ -12330,31 +12360,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1097 ../src/guestfs-actions.pod:1886
+#: ../fish/guestfish-actions.pod:1099 ../src/guestfs-actions.pod:1888
msgid ""
"This function takes a device name (eg. \"/dev/sdb\") and returns the index "
"of the device in the list of devices."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1100
+#: ../fish/guestfish-actions.pod:1102
msgid ""
"Index numbers start from 0. The named device must exist, for example as a "
"string returned from L</list-devices>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1103
+#: ../fish/guestfish-actions.pod:1105
msgid "See also L</list-devices>, L</part-to-dev>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1105
+#: ../fish/guestfish-actions.pod:1107
msgid "df"
msgstr "df"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1107
+#: ../fish/guestfish-actions.pod:1109
#, no-wrap
msgid ""
" df\n"
@@ -12364,13 +12394,13 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1109 ../src/guestfs-actions.pod:1901
+#: ../fish/guestfish-actions.pod:1111 ../src/guestfs-actions.pod:1903
msgid "This command runs the C<df> command to report disk space used."
msgstr ""
"このコマンドはディスク使用状況を報告するために C<df> コマンドを実行します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1111 ../fish/guestfish-actions.pod:1122
+#: ../fish/guestfish-actions.pod:1113 ../fish/guestfish-actions.pod:1124
msgid ""
"This command is mostly useful for interactive sessions. It is I<not> "
"intended that you try to parse the output string. Use L</statvfs> from "
@@ -12378,12 +12408,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1115
+#: ../fish/guestfish-actions.pod:1117
msgid "df-h"
msgstr "df-h"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1117
+#: ../fish/guestfish-actions.pod:1119
#, no-wrap
msgid ""
" df-h\n"
@@ -12393,7 +12423,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1119 ../src/guestfs-actions.pod:1917
+#: ../fish/guestfish-actions.pod:1121 ../src/guestfs-actions.pod:1919
msgid ""
"This command runs the C<df -h> command to report disk space used in human-"
"readable format."
@@ -12402,12 +12432,12 @@ msgstr ""
"ンドを実行します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1126
+#: ../fish/guestfish-actions.pod:1128
msgid "dmesg"
msgstr "dmesg"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1128
+#: ../fish/guestfish-actions.pod:1130
#, no-wrap
msgid ""
" dmesg\n"
@@ -12417,14 +12447,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1130 ../src/guestfs-actions.pod:1934
+#: ../fish/guestfish-actions.pod:1132 ../src/guestfs-actions.pod:1936
msgid ""
"This returns the kernel messages (C<dmesg> output) from the guest kernel. "
"This is sometimes useful for extended debugging of problems."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1134
+#: ../fish/guestfish-actions.pod:1136
msgid ""
"Another way to get the same information is to enable verbose messages with "
"L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
@@ -12432,12 +12462,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1139
+#: ../fish/guestfish-actions.pod:1141
msgid "download"
msgstr "download"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1141
+#: ../fish/guestfish-actions.pod:1143
#, no-wrap
msgid ""
" download remotefilename (filename|-)\n"
@@ -12447,31 +12477,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1143 ../fish/guestfish-actions.pod:1156
-#: ../src/guestfs-actions.pod:1955 ../src/guestfs-actions.pod:1980
+#: ../fish/guestfish-actions.pod:1145 ../fish/guestfish-actions.pod:1158
+#: ../src/guestfs-actions.pod:1957 ../src/guestfs-actions.pod:1982
msgid ""
"Download file C<remotefilename> and save it as C<filename> on the local "
"machine."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1146 ../fish/guestfish-actions.pod:5799
-#: ../src/guestfs-actions.pod:1958 ../src/guestfs-actions.pod:9051
+#: ../fish/guestfish-actions.pod:1148 ../fish/guestfish-actions.pod:5806
+#: ../src/guestfs-actions.pod:1960 ../src/guestfs-actions.pod:9058
msgid "C<filename> can also be a named pipe."
msgstr "C<filename> は名前付きパイプを使えます。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1148
+#: ../fish/guestfish-actions.pod:1150
msgid "See also L</upload>, L</cat>."
msgstr "L</upload>, L</cat> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1152
+#: ../fish/guestfish-actions.pod:1154
msgid "download-offset"
msgstr "download-offset"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1154
+#: ../fish/guestfish-actions.pod:1156
#, no-wrap
msgid ""
" download-offset remotefilename (filename|-) offset size\n"
@@ -12481,14 +12511,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1159 ../src/guestfs-actions.pod:1983
+#: ../fish/guestfish-actions.pod:1161 ../src/guestfs-actions.pod:1985
msgid ""
"C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
"region must be within the file or device)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1162
+#: ../fish/guestfish-actions.pod:1164
msgid ""
"Note that there is no limit on the amount of data that can be downloaded "
"with this call, unlike with L</pread>, and this call always reads the full "
@@ -12496,17 +12526,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1167
+#: ../fish/guestfish-actions.pod:1169
msgid "See also L</download>, L</pread>."
msgstr "L</download>, L</pread> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1171
+#: ../fish/guestfish-actions.pod:1173
msgid "drop-caches"
msgstr "drop-caches"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1173
+#: ../fish/guestfish-actions.pod:1175
#, no-wrap
msgid ""
" drop-caches whattodrop\n"
@@ -12516,7 +12546,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1175 ../src/guestfs-actions.pod:2008
+#: ../fish/guestfish-actions.pod:1177 ../src/guestfs-actions.pod:2010
msgid ""
"This instructs the guest kernel to drop its page cache, and/or dentries and "
"inode caches. The parameter C<whattodrop> tells the kernel what precisely "
@@ -12524,24 +12554,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1180 ../src/guestfs-actions.pod:2013
+#: ../fish/guestfish-actions.pod:1182 ../src/guestfs-actions.pod:2015
msgid "Setting C<whattodrop> to 3 should drop everything."
msgstr "C<whattodrop> を 3 に設定することにより、すべてのものを破棄します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1182 ../src/guestfs-actions.pod:2015
+#: ../fish/guestfish-actions.pod:1184 ../src/guestfs-actions.pod:2017
msgid ""
"This automatically calls L<sync(2)> before the operation, so that the "
"maximum guest memory is freed."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1185
+#: ../fish/guestfish-actions.pod:1187
msgid "du"
msgstr "du"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1187
+#: ../fish/guestfish-actions.pod:1189
#, no-wrap
msgid ""
" du path\n"
@@ -12551,14 +12581,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1189 ../src/guestfs-actions.pod:2028
+#: ../fish/guestfish-actions.pod:1191 ../src/guestfs-actions.pod:2030
msgid ""
"This command runs the C<du -s> command to estimate file space usage for "
"C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1192 ../src/guestfs-actions.pod:2031
+#: ../fish/guestfish-actions.pod:1194 ../src/guestfs-actions.pod:2033
msgid ""
"C<path> can be a file or a directory. If C<path> is a directory then the "
"estimate includes the contents of the directory and all subdirectories "
@@ -12566,18 +12596,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1196 ../src/guestfs-actions.pod:2035
+#: ../fish/guestfish-actions.pod:1198 ../src/guestfs-actions.pod:2037
msgid ""
"The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1199
+#: ../fish/guestfish-actions.pod:1201
msgid "e2fsck"
msgstr "e2fsck"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1201
+#: ../fish/guestfish-actions.pod:1203
#, no-wrap
msgid ""
" e2fsck device [correct:true|false] [forceall:true|false]\n"
@@ -12587,19 +12617,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1203 ../src/guestfs-actions.pod:2062
+#: ../fish/guestfish-actions.pod:1205 ../src/guestfs-actions.pod:2064
msgid ""
"This runs the ext2/ext3 filesystem checker on C<device>. It can take the "
"following optional arguments:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1208 ../src/guestfs-actions.pod:2067
+#: ../fish/guestfish-actions.pod:1210 ../src/guestfs-actions.pod:2069
msgid "C<correct>"
msgstr "C<correct>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1210 ../src/guestfs-actions.pod:2069
+#: ../fish/guestfish-actions.pod:1212 ../src/guestfs-actions.pod:2071
msgid ""
"Automatically repair the file system. This option will cause e2fsck to "
"automatically fix any filesystem problems that can be safely fixed without "
@@ -12607,18 +12637,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1214 ../src/guestfs-actions.pod:2073
+#: ../fish/guestfish-actions.pod:1216 ../src/guestfs-actions.pod:2075
msgid ""
"This option may not be specified at the same time as the C<forceall> option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1216 ../src/guestfs-actions.pod:2075
+#: ../fish/guestfish-actions.pod:1218 ../src/guestfs-actions.pod:2077
msgid "C<forceall>"
msgstr "C<forceall>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1218 ../src/guestfs-actions.pod:2077
+#: ../fish/guestfish-actions.pod:1220 ../src/guestfs-actions.pod:2079
msgid ""
"Assume an answer of 'yes' to all questions; allows e2fsck to be used non-"
"interactively."
@@ -12627,18 +12657,18 @@ msgstr ""
"できます。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1221 ../src/guestfs-actions.pod:2080
+#: ../fish/guestfish-actions.pod:1223 ../src/guestfs-actions.pod:2082
msgid ""
"This option may not be specified at the same time as the C<correct> option."
msgstr "このオプションは C<correct> オプションと同時に指定できません。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1227
+#: ../fish/guestfish-actions.pod:1229
msgid "e2fsck-f"
msgstr "e2fsck-f"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1229
+#: ../fish/guestfish-actions.pod:1231
#, no-wrap
msgid ""
" e2fsck-f device\n"
@@ -12648,7 +12678,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1231 ../src/guestfs-actions.pod:2123
+#: ../fish/guestfish-actions.pod:1233 ../src/guestfs-actions.pod:2125
msgid ""
"This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
"on C<device>, noninteractively (I<-p>), even if the filesystem appears to be "
@@ -12656,7 +12686,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1235
+#: ../fish/guestfish-actions.pod:1237
msgid ""
"I<This function is deprecated.> In new code, use the L</e2fsck> call instead."
msgstr ""
@@ -12664,12 +12694,12 @@ msgstr ""
"てください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1242
+#: ../fish/guestfish-actions.pod:1244
msgid "echo-daemon"
msgstr "echo-daemon"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1244
+#: ../fish/guestfish-actions.pod:1246
#, no-wrap
msgid ""
" echo-daemon 'words ...'\n"
@@ -12679,29 +12709,29 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1246 ../src/guestfs-actions.pod:2137
+#: ../fish/guestfish-actions.pod:1248 ../src/guestfs-actions.pod:2139
msgid ""
"This command concatenates the list of C<words> passed with single spaces "
"between them and returns the resulting string."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1249 ../src/guestfs-actions.pod:2140
+#: ../fish/guestfish-actions.pod:1251 ../src/guestfs-actions.pod:2142
msgid "You can use this command to test the connection through to the daemon."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1251
+#: ../fish/guestfish-actions.pod:1253
msgid "See also L</ping-daemon>."
msgstr "L</ping-daemon> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1253
+#: ../fish/guestfish-actions.pod:1255
msgid "egrep"
msgstr "egrep"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1255
+#: ../fish/guestfish-actions.pod:1257
#, no-wrap
msgid ""
" egrep regex path\n"
@@ -12711,18 +12741,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1257 ../src/guestfs-actions.pod:2156
+#: ../fish/guestfish-actions.pod:1259 ../src/guestfs-actions.pod:2158
msgid ""
"This calls the external C<egrep> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1263
+#: ../fish/guestfish-actions.pod:1265
msgid "egrepi"
msgstr "egrepi"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1265
+#: ../fish/guestfish-actions.pod:1267
#, no-wrap
msgid ""
" egrepi regex path\n"
@@ -12732,18 +12762,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1267 ../src/guestfs-actions.pod:2175
+#: ../fish/guestfish-actions.pod:1269 ../src/guestfs-actions.pod:2177
msgid ""
"This calls the external C<egrep -i> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1273
+#: ../fish/guestfish-actions.pod:1275
msgid "equal"
msgstr "equal"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1275
+#: ../fish/guestfish-actions.pod:1277
#, no-wrap
msgid ""
" equal file1 file2\n"
@@ -12753,24 +12783,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1277 ../src/guestfs-actions.pod:2194
+#: ../fish/guestfish-actions.pod:1279 ../src/guestfs-actions.pod:2196
msgid ""
"This compares the two files C<file1> and C<file2> and returns true if their "
"content is exactly equal, or false otherwise."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1280 ../src/guestfs-actions.pod:2197
+#: ../fish/guestfish-actions.pod:1282 ../src/guestfs-actions.pod:2199
msgid "The external L<cmp(1)> program is used for the comparison."
msgstr "外部の L<cmp(1)> プログラムが比較のために使用されます。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1282
+#: ../fish/guestfish-actions.pod:1284
msgid "exists"
msgstr "exists"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1284
+#: ../fish/guestfish-actions.pod:1286
#, no-wrap
msgid ""
" exists path\n"
@@ -12780,24 +12810,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1286 ../src/guestfs-actions.pod:2209
+#: ../fish/guestfish-actions.pod:1288 ../src/guestfs-actions.pod:2211
msgid ""
"This returns C<true> if and only if there is a file, directory (or anything) "
"with the given C<path> name."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1289
+#: ../fish/guestfish-actions.pod:1291
msgid "See also L</is-file>, L</is-dir>, L</stat>."
msgstr "L</is-file>, L</is-dir>, L</stat> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1291
+#: ../fish/guestfish-actions.pod:1293
msgid "fallocate"
msgstr "fallocate"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1293
+#: ../fish/guestfish-actions.pod:1295
#, no-wrap
msgid ""
" fallocate path len\n"
@@ -12807,22 +12837,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1295 ../fish/guestfish-actions.pod:1314
-#: ../src/guestfs-actions.pod:2232 ../src/guestfs-actions.pod:2251
+#: ../fish/guestfish-actions.pod:1297 ../fish/guestfish-actions.pod:1316
+#: ../src/guestfs-actions.pod:2234 ../src/guestfs-actions.pod:2253
msgid ""
"This command preallocates a file (containing zero bytes) named C<path> of "
"size C<len> bytes. If the file exists already, it is overwritten."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1299 ../src/guestfs-actions.pod:2236
+#: ../fish/guestfish-actions.pod:1301 ../src/guestfs-actions.pod:2238
msgid ""
"Do not confuse this with the guestfish-specific C<alloc> command which "
"allocates a file in the host and attaches it as a device."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1303
+#: ../fish/guestfish-actions.pod:1305
msgid ""
"I<This function is deprecated.> In new code, use the L</fallocate64> call "
"instead."
@@ -12831,12 +12861,12 @@ msgstr ""
"用してください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1310
+#: ../fish/guestfish-actions.pod:1312
msgid "fallocate64"
msgstr "fallocate64"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1312
+#: ../fish/guestfish-actions.pod:1314
#, no-wrap
msgid ""
" fallocate64 path len\n"
@@ -12846,14 +12876,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1318
+#: ../fish/guestfish-actions.pod:1320
msgid ""
"Note that this call allocates disk blocks for the file. To create a sparse "
"file use L</truncate-size> instead."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1321
+#: ../fish/guestfish-actions.pod:1323
msgid ""
"The deprecated call L</fallocate> does the same, but owing to an oversight "
"it only allowed 30 bit lengths to be specified, effectively limiting the "
@@ -12861,19 +12891,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1326 ../src/guestfs-actions.pod:2263
+#: ../fish/guestfish-actions.pod:1328 ../src/guestfs-actions.pod:2265
msgid ""
"Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
"commands which create a file in the host and attach it as a device."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1330
+#: ../fish/guestfish-actions.pod:1332
msgid "fgrep"
msgstr "fgrep"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1332
+#: ../fish/guestfish-actions.pod:1334
#, no-wrap
msgid ""
" fgrep pattern path\n"
@@ -12883,18 +12913,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1334 ../src/guestfs-actions.pod:2278
+#: ../fish/guestfish-actions.pod:1336 ../src/guestfs-actions.pod:2280
msgid ""
"This calls the external C<fgrep> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1340
+#: ../fish/guestfish-actions.pod:1342
msgid "fgrepi"
msgstr "fgrepi"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1342
+#: ../fish/guestfish-actions.pod:1344
#, no-wrap
msgid ""
" fgrepi pattern path\n"
@@ -12904,18 +12934,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1344 ../src/guestfs-actions.pod:2297
+#: ../fish/guestfish-actions.pod:1346 ../src/guestfs-actions.pod:2299
msgid ""
"This calls the external C<fgrep -i> program and returns the matching lines."
msgstr "外部の C<fgrep -i> プログラムを呼び出し、一致した行を返します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1350
+#: ../fish/guestfish-actions.pod:1352
msgid "file"
msgstr "file"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1352
+#: ../fish/guestfish-actions.pod:1354
#, no-wrap
msgid ""
" file path\n"
@@ -12925,7 +12955,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1354 ../src/guestfs-actions.pod:2315
+#: ../fish/guestfish-actions.pod:1356 ../src/guestfs-actions.pod:2317
msgid ""
"This call uses the standard L<file(1)> command to determine the type or "
"contents of the file."
@@ -12934,21 +12964,21 @@ msgstr ""
"> コマンドを使用します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1357 ../src/guestfs-actions.pod:2318
+#: ../fish/guestfish-actions.pod:1359 ../src/guestfs-actions.pod:2320
msgid ""
"This call will also transparently look inside various types of compressed "
"file."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1360 ../src/guestfs-actions.pod:2321
+#: ../fish/guestfish-actions.pod:1362 ../src/guestfs-actions.pod:2323
msgid ""
"The exact command which runs is C<file -zb path>. Note in particular that "
"the filename is not prepended to the output (the I<-b> option)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1364 ../src/guestfs-actions.pod:2325
+#: ../fish/guestfish-actions.pod:1366 ../src/guestfs-actions.pod:2327
msgid ""
"The output depends on the output of the underlying L<file(1)> command and it "
"can change in future in ways beyond our control. In other words, the output "
@@ -12956,7 +12986,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1368
+#: ../fish/guestfish-actions.pod:1370
msgid ""
"See also: L<file(1)>, L</vfs-type>, L</lstat>, L</is-file>, L</is-blockdev> "
"(etc), L</is-zero>."
@@ -12965,12 +12995,12 @@ msgstr ""
"(etc), L</is-zero>"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1371
+#: ../fish/guestfish-actions.pod:1373
msgid "file-architecture"
msgstr "file-architecture"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1373
+#: ../fish/guestfish-actions.pod:1375
#, no-wrap
msgid ""
" file-architecture filename\n"
@@ -12980,24 +13010,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1375 ../src/guestfs-actions.pod:2343
+#: ../fish/guestfish-actions.pod:1377 ../src/guestfs-actions.pod:2345
msgid ""
"This detects the architecture of the binary C<filename>, and returns it if "
"known."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1378 ../src/guestfs-actions.pod:2346
+#: ../fish/guestfish-actions.pod:1380 ../src/guestfs-actions.pod:2348
msgid "Currently defined architectures are:"
msgstr "現在定義されているアーキテクチャーは次のとおりです:"
#. type: =item
-#: ../fish/guestfish-actions.pod:1382 ../src/guestfs-actions.pod:2350
+#: ../fish/guestfish-actions.pod:1384 ../src/guestfs-actions.pod:2352
msgid "\"i386\""
msgstr "\"i386\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1384 ../src/guestfs-actions.pod:2352
+#: ../fish/guestfish-actions.pod:1386 ../src/guestfs-actions.pod:2354
msgid ""
"This string is returned for all 32 bit i386, i486, i586, i686 binaries "
"irrespective of the precise processor requirements of the binary."
@@ -13006,142 +13036,142 @@ msgstr ""
"ビット i386, i486, i586, i686 バイナリーに対して返されます。"
#. type: =item
-#: ../fish/guestfish-actions.pod:1387 ../src/guestfs-actions.pod:2355
+#: ../fish/guestfish-actions.pod:1389 ../src/guestfs-actions.pod:2357
msgid "\"x86_64\""
msgstr "\"x86_64\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1389 ../src/guestfs-actions.pod:2357
+#: ../fish/guestfish-actions.pod:1391 ../src/guestfs-actions.pod:2359
msgid "64 bit x86-64."
msgstr "64 ビット x86-64."
#. type: =item
-#: ../fish/guestfish-actions.pod:1391 ../src/guestfs-actions.pod:2359
+#: ../fish/guestfish-actions.pod:1393 ../src/guestfs-actions.pod:2361
msgid "\"sparc\""
msgstr "\"sparc\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1393 ../src/guestfs-actions.pod:2361
+#: ../fish/guestfish-actions.pod:1395 ../src/guestfs-actions.pod:2363
msgid "32 bit SPARC."
msgstr "32 ビット SPARC."
#. type: =item
-#: ../fish/guestfish-actions.pod:1395 ../src/guestfs-actions.pod:2363
+#: ../fish/guestfish-actions.pod:1397 ../src/guestfs-actions.pod:2365
msgid "\"sparc64\""
msgstr "\"sparc64\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1397 ../src/guestfs-actions.pod:2365
+#: ../fish/guestfish-actions.pod:1399 ../src/guestfs-actions.pod:2367
msgid "64 bit SPARC V9 and above."
msgstr "64 ビット SPARC V9 およびそれ以降."
#. type: =item
-#: ../fish/guestfish-actions.pod:1399 ../src/guestfs-actions.pod:2367
+#: ../fish/guestfish-actions.pod:1401 ../src/guestfs-actions.pod:2369
msgid "\"ia64\""
msgstr "\"ia64\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1401 ../src/guestfs-actions.pod:2369
+#: ../fish/guestfish-actions.pod:1403 ../src/guestfs-actions.pod:2371
msgid "Intel Itanium."
msgstr "Intel Itanium."
#. type: =item
-#: ../fish/guestfish-actions.pod:1403 ../src/guestfs-actions.pod:2371
+#: ../fish/guestfish-actions.pod:1405 ../src/guestfs-actions.pod:2373
msgid "\"ppc\""
msgstr "\"ppc\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1405 ../src/guestfs-actions.pod:2373
+#: ../fish/guestfish-actions.pod:1407 ../src/guestfs-actions.pod:2375
msgid "32 bit Power PC."
msgstr "32 ビット Power PC."
#. type: =item
-#: ../fish/guestfish-actions.pod:1407 ../src/guestfs-actions.pod:2375
+#: ../fish/guestfish-actions.pod:1409 ../src/guestfs-actions.pod:2377
msgid "\"ppc64\""
msgstr "\"ppc64\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1409 ../src/guestfs-actions.pod:2377
+#: ../fish/guestfish-actions.pod:1411 ../src/guestfs-actions.pod:2379
msgid "64 bit Power PC."
msgstr "64 ビット Power PC."
#. type: textblock
-#: ../fish/guestfish-actions.pod:1413 ../src/guestfs-actions.pod:2381
+#: ../fish/guestfish-actions.pod:1415 ../src/guestfs-actions.pod:2383
msgid "Libguestfs may return other architecture strings in future."
msgstr "libguestfs は将来他のアーキテクチャー文字列を返すかもしれません。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1415 ../src/guestfs-actions.pod:2383
+#: ../fish/guestfish-actions.pod:1417 ../src/guestfs-actions.pod:2385
msgid "The function works on at least the following types of files:"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1421 ../src/guestfs-actions.pod:2389
+#: ../fish/guestfish-actions.pod:1423 ../src/guestfs-actions.pod:2391
msgid "many types of Un*x and Linux binary"
msgstr "多くの種類の Un*x および Linux バイナリー"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1425 ../src/guestfs-actions.pod:2393
+#: ../fish/guestfish-actions.pod:1427 ../src/guestfs-actions.pod:2395
msgid "many types of Un*x and Linux shared library"
msgstr "多くの種類の Un*x および Linux 共有ライブラリー"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1429 ../src/guestfs-actions.pod:2397
+#: ../fish/guestfish-actions.pod:1431 ../src/guestfs-actions.pod:2399
msgid "Windows Win32 and Win64 binaries"
msgstr "Windows Win32 および Win64 バイナリー"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1433 ../src/guestfs-actions.pod:2401
+#: ../fish/guestfish-actions.pod:1435 ../src/guestfs-actions.pod:2403
msgid "Windows Win32 and Win64 DLLs"
msgstr "Windows Win32 および Win64 DLL"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1435 ../src/guestfs-actions.pod:2403
+#: ../fish/guestfish-actions.pod:1437 ../src/guestfs-actions.pod:2405
msgid "Win32 binaries and DLLs return C<i386>."
msgstr "Win32 バイナリーと DLL が C<i386> を返します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1437 ../src/guestfs-actions.pod:2405
+#: ../fish/guestfish-actions.pod:1439 ../src/guestfs-actions.pod:2407
msgid "Win64 binaries and DLLs return C<x86_64>."
msgstr "Win64 バイナリーと DLL が C<x86_64> を返します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1441 ../src/guestfs-actions.pod:2409
+#: ../fish/guestfish-actions.pod:1443 ../src/guestfs-actions.pod:2411
msgid "Linux kernel modules"
msgstr "Linux カーネルモジュール"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1445 ../src/guestfs-actions.pod:2413
+#: ../fish/guestfish-actions.pod:1447 ../src/guestfs-actions.pod:2415
msgid "Linux new-style initrd images"
msgstr "新形式の Linux initrd イメージ"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1449 ../src/guestfs-actions.pod:2417
+#: ../fish/guestfish-actions.pod:1451 ../src/guestfs-actions.pod:2419
msgid "some non-x86 Linux vmlinuz kernels"
msgstr "いくつかの非 x86 Linux vmlinuz カーネル"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1453 ../src/guestfs-actions.pod:2421
+#: ../fish/guestfish-actions.pod:1455 ../src/guestfs-actions.pod:2423
msgid "What it can't do currently:"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1459 ../src/guestfs-actions.pod:2427
+#: ../fish/guestfish-actions.pod:1461 ../src/guestfs-actions.pod:2429
msgid "static libraries (libfoo.a)"
msgstr "静的ライブラリー (libfoo.a)"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1463 ../src/guestfs-actions.pod:2431
+#: ../fish/guestfish-actions.pod:1465 ../src/guestfs-actions.pod:2433
msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1467 ../src/guestfs-actions.pod:2435
+#: ../fish/guestfish-actions.pod:1469 ../src/guestfs-actions.pod:2437
msgid "x86 Linux vmlinuz kernels"
msgstr "x86 Linux vmlinuz カーネル"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1469 ../src/guestfs-actions.pod:2437
+#: ../fish/guestfish-actions.pod:1471 ../src/guestfs-actions.pod:2439
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 "
@@ -13150,12 +13180,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1476
+#: ../fish/guestfish-actions.pod:1478
msgid "filesize"
msgstr "filesize"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1478
+#: ../fish/guestfish-actions.pod:1480
#, no-wrap
msgid ""
" filesize file\n"
@@ -13165,12 +13195,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1480 ../src/guestfs-actions.pod:2455
+#: ../fish/guestfish-actions.pod:1482 ../src/guestfs-actions.pod:2457
msgid "This command returns the size of C<file> in bytes."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1482
+#: ../fish/guestfish-actions.pod:1484
msgid ""
"To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, L</is-"
"file> etc. To get the size of block devices, use L</blockdev-getsize64>."
@@ -13180,12 +13210,12 @@ msgstr ""
"blockdev-getsize64> を使用します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1486
+#: ../fish/guestfish-actions.pod:1488
msgid "fill"
msgstr "fill"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1488
+#: ../fish/guestfish-actions.pod:1490
#, no-wrap
msgid ""
" fill c len path\n"
@@ -13195,7 +13225,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1490 ../src/guestfs-actions.pod:2473
+#: ../fish/guestfish-actions.pod:1492 ../src/guestfs-actions.pod:2475
msgid ""
"This command creates a new file called C<path>. The initial content of the "
"file is C<len> octets of C<c>, where C<c> must be a number in the range C<"
@@ -13206,7 +13236,7 @@ msgstr ""
"ります。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1494
+#: ../fish/guestfish-actions.pod:1496
msgid ""
"To fill a file with zero bytes (sparsely), it is much more efficient to use "
"L</truncate-size>. To create a file with a pattern of repeating bytes use "
@@ -13214,12 +13244,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1499
+#: ../fish/guestfish-actions.pod:1501
msgid "fill-pattern"
msgstr "fill-pattern"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1501
+#: ../fish/guestfish-actions.pod:1503
#, no-wrap
msgid ""
" fill-pattern pattern len path\n"
@@ -13229,7 +13259,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1503
+#: ../fish/guestfish-actions.pod:1505
msgid ""
"This function is like L</fill> except that it creates a new file of length "
"C<len> containing the repeating pattern of bytes in C<pattern>. The pattern "
@@ -13238,12 +13268,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1508
+#: ../fish/guestfish-actions.pod:1510
msgid "find"
msgstr "find"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1510
+#: ../fish/guestfish-actions.pod:1512
#, no-wrap
msgid ""
" find directory\n"
@@ -13253,7 +13283,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1512 ../src/guestfs-actions.pod:2519
+#: ../fish/guestfish-actions.pod:1514 ../src/guestfs-actions.pod:2521
msgid ""
"This command lists out all files and directories, recursively, starting at "
"C<directory>. It is essentially equivalent to running the shell command "
@@ -13262,14 +13292,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1517 ../src/guestfs-actions.pod:2524
+#: ../fish/guestfish-actions.pod:1519 ../src/guestfs-actions.pod:2526
msgid ""
"This returns a list of strings I<without any prefix>. Thus if the directory "
"structure was:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1520 ../src/guestfs-actions.pod:2527
+#: ../fish/guestfish-actions.pod:1522 ../src/guestfs-actions.pod:2529
#, no-wrap
msgid ""
" /tmp/a\n"
@@ -13283,12 +13313,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1524
+#: ../fish/guestfish-actions.pod:1526
msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1527 ../src/guestfs-actions.pod:2534
+#: ../fish/guestfish-actions.pod:1529 ../src/guestfs-actions.pod:2536
#, no-wrap
msgid ""
" a\n"
@@ -13304,27 +13334,27 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1532 ../src/guestfs-actions.pod:2539
+#: ../fish/guestfish-actions.pod:1534 ../src/guestfs-actions.pod:2541
msgid "If C<directory> is not a directory, then this command returns an error."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1535 ../src/guestfs-actions.pod:2542
+#: ../fish/guestfish-actions.pod:1537 ../src/guestfs-actions.pod:2544
msgid "The returned list is sorted."
msgstr "返された一覧は並び替えられています。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1537
+#: ../fish/guestfish-actions.pod:1539
msgid "See also L</find0>."
msgstr "L</find0> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1542
+#: ../fish/guestfish-actions.pod:1544
msgid "find0"
msgstr "find0"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1544
+#: ../fish/guestfish-actions.pod:1546
#, no-wrap
msgid ""
" find0 directory (files|-)\n"
@@ -13334,7 +13364,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1546 ../src/guestfs-actions.pod:2562
+#: ../fish/guestfish-actions.pod:1548 ../src/guestfs-actions.pod:2564
msgid ""
"This command lists out all files and directories, recursively, starting at "
"C<directory>, placing the resulting list in the external file called "
@@ -13342,40 +13372,40 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1550
+#: ../fish/guestfish-actions.pod:1552
msgid ""
"This command works the same way as L</find> with the following exceptions:"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1557 ../src/guestfs-actions.pod:2573
+#: ../fish/guestfish-actions.pod:1559 ../src/guestfs-actions.pod:2575
msgid "The resulting list is written to an external file."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1561 ../src/guestfs-actions.pod:2577
+#: ../fish/guestfish-actions.pod:1563 ../src/guestfs-actions.pod:2579
msgid ""
"Items (filenames) in the result are separated by C<\\0> characters. See "
"L<find(1)> option I<-print0>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1566 ../src/guestfs-actions.pod:2582
+#: ../fish/guestfish-actions.pod:1568 ../src/guestfs-actions.pod:2584
msgid "This command is not limited in the number of names that it can return."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1571 ../src/guestfs-actions.pod:2587
+#: ../fish/guestfish-actions.pod:1573 ../src/guestfs-actions.pod:2589
msgid "The result list is not sorted."
msgstr "結果の一覧はソートされていません。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1577
+#: ../fish/guestfish-actions.pod:1579
msgid "findfs-label"
msgstr "findfs-label"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1579
+#: ../fish/guestfish-actions.pod:1581
#, no-wrap
msgid ""
" findfs-label label\n"
@@ -13385,24 +13415,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1581 ../src/guestfs-actions.pod:2601
+#: ../fish/guestfish-actions.pod:1583 ../src/guestfs-actions.pod:2603
msgid ""
"This command searches the filesystems and returns the one which has the "
"given label. An error is returned if no such filesystem can be found."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1585
+#: ../fish/guestfish-actions.pod:1587
msgid "To find the label of a filesystem, use L</vfs-label>."
msgstr "ファイルシステムのラベルを検索するには L</vfs-label> を使用します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1587
+#: ../fish/guestfish-actions.pod:1589
msgid "findfs-uuid"
msgstr "findfs-uuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1589
+#: ../fish/guestfish-actions.pod:1591
#, no-wrap
msgid ""
" findfs-uuid uuid\n"
@@ -13412,24 +13442,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1591 ../src/guestfs-actions.pod:2618
+#: ../fish/guestfish-actions.pod:1593 ../src/guestfs-actions.pod:2620
msgid ""
"This command searches the filesystems and returns the one which has the "
"given UUID. An error is returned if no such filesystem can be found."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1595
+#: ../fish/guestfish-actions.pod:1597
msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
msgstr "ファイルシステムの UUID を検索するには L</vfs-uuid> を使用します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1597
+#: ../fish/guestfish-actions.pod:1599
msgid "fsck"
msgstr "fsck"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1599
+#: ../fish/guestfish-actions.pod:1601
#, no-wrap
msgid ""
" fsck fstype device\n"
@@ -13439,14 +13469,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1601 ../src/guestfs-actions.pod:2636
+#: ../fish/guestfish-actions.pod:1603 ../src/guestfs-actions.pod:2638
msgid ""
"This runs the filesystem checker (fsck) on C<device> which should have "
"filesystem type C<fstype>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1604 ../src/guestfs-actions.pod:2639
+#: ../fish/guestfish-actions.pod:1606 ../src/guestfs-actions.pod:2641
msgid ""
"The returned integer is the status. See L<fsck(8)> for the list of status "
"codes from C<fsck>."
@@ -13455,35 +13485,35 @@ msgstr ""
"てください。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1613 ../src/guestfs-actions.pod:2648
+#: ../fish/guestfish-actions.pod:1615 ../src/guestfs-actions.pod:2650
msgid "Multiple status codes can be summed together."
msgstr "複数の状態コードが同時に合計されるかもしれません。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1617 ../src/guestfs-actions.pod:2652
+#: ../fish/guestfish-actions.pod:1619 ../src/guestfs-actions.pod:2654
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:1622 ../src/guestfs-actions.pod:2657
+#: ../fish/guestfish-actions.pod:1624 ../src/guestfs-actions.pod:2659
msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1627 ../src/guestfs-actions.pod:2662
+#: ../fish/guestfish-actions.pod:1629 ../src/guestfs-actions.pod:2664
msgid ""
"This command is entirely equivalent to running C<fsck -a -t fstype device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1629
+#: ../fish/guestfish-actions.pod:1631
msgid "get-append"
msgstr "get-append"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1631
+#: ../fish/guestfish-actions.pod:1633
#, no-wrap
msgid ""
" get-append\n"
@@ -13493,24 +13523,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1633 ../src/guestfs-actions.pod:2673
+#: ../fish/guestfish-actions.pod:1635 ../src/guestfs-actions.pod:2675
msgid ""
"Return the additional kernel options which are added to the guest kernel "
"command line."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1636 ../src/guestfs-actions.pod:2676
+#: ../fish/guestfish-actions.pod:1638 ../src/guestfs-actions.pod:2678
msgid "If C<NULL> then no options are added."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1638
+#: ../fish/guestfish-actions.pod:1640
msgid "get-attach-method"
msgstr "get-attach-method"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1640
+#: ../fish/guestfish-actions.pod:1642
#, no-wrap
msgid ""
" get-attach-method\n"
@@ -13520,17 +13550,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1642
+#: ../fish/guestfish-actions.pod:1644
msgid "Return the current attach method. See L</set-attach-method>."
msgstr "現在の接続方式を返します。 </set-attach-method> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1644
+#: ../fish/guestfish-actions.pod:1646
msgid "get-autosync"
msgstr "get-autosync"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1646
+#: ../fish/guestfish-actions.pod:1648
#, no-wrap
msgid ""
" get-autosync\n"
@@ -13540,17 +13570,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1648 ../src/guestfs-actions.pod:2701
+#: ../fish/guestfish-actions.pod:1650 ../src/guestfs-actions.pod:2703
msgid "Get the autosync flag."
msgstr "autosync フラグを取得します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1650
+#: ../fish/guestfish-actions.pod:1652
msgid "get-direct"
msgstr "get-direct"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1652
+#: ../fish/guestfish-actions.pod:1654
#, no-wrap
msgid ""
" get-direct\n"
@@ -13560,17 +13590,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1654 ../src/guestfs-actions.pod:2712
+#: ../fish/guestfish-actions.pod:1656 ../src/guestfs-actions.pod:2714
msgid "Return the direct appliance mode flag."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1656
+#: ../fish/guestfish-actions.pod:1658
msgid "get-e2attrs"
msgstr "get-e2attrs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1658
+#: ../fish/guestfish-actions.pod:1660
#, no-wrap
msgid ""
" get-e2attrs file\n"
@@ -13580,12 +13610,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1660 ../src/guestfs-actions.pod:2724
+#: ../fish/guestfish-actions.pod:1662 ../src/guestfs-actions.pod:2726
msgid "This returns the file attributes associated with C<file>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1662 ../src/guestfs-actions.pod:2726
+#: ../fish/guestfish-actions.pod:1664 ../src/guestfs-actions.pod:2728
msgid ""
"The attributes are a set of bits associated with each inode which affect the "
"behaviour of the file. The attributes are returned as a string of letters "
@@ -13594,8 +13624,8 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1668 ../fish/guestfish-actions.pod:4971
-#: ../src/guestfs-actions.pod:2732 ../src/guestfs-actions.pod:7789
+#: ../fish/guestfish-actions.pod:1670 ../fish/guestfish-actions.pod:4978
+#: ../src/guestfs-actions.pod:2734 ../src/guestfs-actions.pod:7796
msgid ""
"These attributes are only present when the file is located on an ext2/3/4 "
"filesystem. Using this call on other filesystem types will result in an "
@@ -13603,156 +13633,156 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1672 ../src/guestfs-actions.pod:2736
+#: ../fish/guestfish-actions.pod:1674 ../src/guestfs-actions.pod:2738
msgid "The characters (file attributes) in the returned string are currently:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1677 ../src/guestfs-actions.pod:2741
+#: ../fish/guestfish-actions.pod:1679 ../src/guestfs-actions.pod:2743
msgid "'A'"
msgstr "'A'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1679 ../src/guestfs-actions.pod:2743
+#: ../fish/guestfish-actions.pod:1681 ../src/guestfs-actions.pod:2745
msgid "When the file is accessed, its atime is not modified."
msgstr "ファイルがアクセスされたとき、アクセス日時 (atime) を変更しません。"
#. type: =item
-#: ../fish/guestfish-actions.pod:1681 ../src/guestfs-actions.pod:2745
+#: ../fish/guestfish-actions.pod:1683 ../src/guestfs-actions.pod:2747
msgid "'a'"
msgstr "'a'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1683 ../src/guestfs-actions.pod:2747
+#: ../fish/guestfish-actions.pod:1685 ../src/guestfs-actions.pod:2749
msgid "The file is append-only."
msgstr "ファイルは追記専用です。"
#. type: =item
-#: ../fish/guestfish-actions.pod:1685 ../fish/guestfish-actions.pod:4694
-#: ../src/guestfs-actions.pod:2749 ../src/guestfs-actions.pod:7388
+#: ../fish/guestfish-actions.pod:1687 ../fish/guestfish-actions.pod:4701
+#: ../src/guestfs-actions.pod:2751 ../src/guestfs-actions.pod:7395
msgid "'c'"
msgstr "'c'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1687 ../src/guestfs-actions.pod:2751
+#: ../fish/guestfish-actions.pod:1689 ../src/guestfs-actions.pod:2753
msgid "The file is compressed on-disk."
msgstr "ファイルはディスクにおいて圧縮されます。"
#. type: =item
-#: ../fish/guestfish-actions.pod:1689 ../src/guestfs-actions.pod:2753
+#: ../fish/guestfish-actions.pod:1691 ../src/guestfs-actions.pod:2755
msgid "'D'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1691 ../src/guestfs-actions.pod:2755
+#: ../fish/guestfish-actions.pod:1693 ../src/guestfs-actions.pod:2757
msgid ""
"(Directories only.) Changes to this directory are written synchronously to "
"disk."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1694 ../fish/guestfish-actions.pod:4698
-#: ../src/guestfs-actions.pod:2758 ../src/guestfs-actions.pod:7392
+#: ../fish/guestfish-actions.pod:1696 ../fish/guestfish-actions.pod:4705
+#: ../src/guestfs-actions.pod:2760 ../src/guestfs-actions.pod:7399
msgid "'d'"
msgstr "'d'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1696 ../src/guestfs-actions.pod:2760
+#: ../fish/guestfish-actions.pod:1698 ../src/guestfs-actions.pod:2762
msgid "The file is not a candidate for backup (see L<dump(8)>)."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1698 ../src/guestfs-actions.pod:2762
+#: ../fish/guestfish-actions.pod:1700 ../src/guestfs-actions.pod:2764
msgid "'E'"
msgstr "'E'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1700 ../src/guestfs-actions.pod:2764
+#: ../fish/guestfish-actions.pod:1702 ../src/guestfs-actions.pod:2766
msgid "The file has compression errors."
msgstr "ファイルは圧縮エラーがあります。"
#. type: =item
-#: ../fish/guestfish-actions.pod:1702 ../src/guestfs-actions.pod:2766
+#: ../fish/guestfish-actions.pod:1704 ../src/guestfs-actions.pod:2768
msgid "'e'"
msgstr "'e'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1704 ../src/guestfs-actions.pod:2768
+#: ../fish/guestfish-actions.pod:1706 ../src/guestfs-actions.pod:2770
msgid "The file is using extents."
msgstr "ファイルは拡張属性を使用しています。"
#. type: =item
-#: ../fish/guestfish-actions.pod:1706 ../src/guestfs-actions.pod:2770
+#: ../fish/guestfish-actions.pod:1708 ../src/guestfs-actions.pod:2772
msgid "'h'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1708 ../src/guestfs-actions.pod:2772
+#: ../fish/guestfish-actions.pod:1710 ../src/guestfs-actions.pod:2774
msgid ""
"The file is storing its blocks in units of the filesystem blocksize instead "
"of sectors."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1711 ../src/guestfs-actions.pod:2775
+#: ../fish/guestfish-actions.pod:1713 ../src/guestfs-actions.pod:2777
msgid "'I'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1713 ../src/guestfs-actions.pod:2777
+#: ../fish/guestfish-actions.pod:1715 ../src/guestfs-actions.pod:2779
msgid "(Directories only.) The directory is using hashed trees."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1715 ../src/guestfs-actions.pod:2779
+#: ../fish/guestfish-actions.pod:1717 ../src/guestfs-actions.pod:2781
msgid "'i'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1717 ../src/guestfs-actions.pod:2781
+#: ../fish/guestfish-actions.pod:1719 ../src/guestfs-actions.pod:2783
msgid ""
"The file is immutable. It cannot be modified, deleted or renamed. No link "
"can be created to this file."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1720 ../src/guestfs-actions.pod:2784
+#: ../fish/guestfish-actions.pod:1722 ../src/guestfs-actions.pod:2786
msgid "'j'"
msgstr "'j'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1722 ../src/guestfs-actions.pod:2786
+#: ../fish/guestfish-actions.pod:1724 ../src/guestfs-actions.pod:2788
msgid "The file is data-journaled."
msgstr "ファイルはジャーナル付きデータです。"
#. type: =item
-#: ../fish/guestfish-actions.pod:1724 ../fish/guestfish-actions.pod:4714
-#: ../src/guestfs-actions.pod:2788 ../src/guestfs-actions.pod:7408
+#: ../fish/guestfish-actions.pod:1726 ../fish/guestfish-actions.pod:4721
+#: ../src/guestfs-actions.pod:2790 ../src/guestfs-actions.pod:7415
msgid "'s'"
msgstr "'s'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1726 ../src/guestfs-actions.pod:2790
+#: ../fish/guestfish-actions.pod:1728 ../src/guestfs-actions.pod:2792
msgid "When the file is deleted, all its blocks will be zeroed."
msgstr "ファイルが削除されるとき、そのブロックはすべてゼロが書き込みされます。"
#. type: =item
-#: ../fish/guestfish-actions.pod:1728 ../src/guestfs-actions.pod:2792
+#: ../fish/guestfish-actions.pod:1730 ../src/guestfs-actions.pod:2794
msgid "'S'"
msgstr "'S'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1730 ../src/guestfs-actions.pod:2794
+#: ../fish/guestfish-actions.pod:1732 ../src/guestfs-actions.pod:2796
msgid "Changes to this file are written synchronously to disk."
msgstr "このファイルへの変更は同期的にディスクに書き込まれます。"
#. type: =item
-#: ../fish/guestfish-actions.pod:1732 ../src/guestfs-actions.pod:2796
+#: ../fish/guestfish-actions.pod:1734 ../src/guestfs-actions.pod:2798
msgid "'T'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1734 ../src/guestfs-actions.pod:2798
+#: ../fish/guestfish-actions.pod:1736 ../src/guestfs-actions.pod:2800
msgid ""
"(Directories only.) This is a hint to the block allocator that "
"subdirectories contained in this directory should be spread across blocks. "
@@ -13761,52 +13791,52 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1739 ../src/guestfs-actions.pod:2803
+#: ../fish/guestfish-actions.pod:1741 ../src/guestfs-actions.pod:2805
msgid "'t'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1741 ../src/guestfs-actions.pod:2805
+#: ../fish/guestfish-actions.pod:1743 ../src/guestfs-actions.pod:2807
msgid ""
"For a file, this disables tail-merging. (Not used by upstream "
"implementations of ext2.)"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1744 ../fish/guestfish-actions.pod:4718
-#: ../src/guestfs-actions.pod:2808 ../src/guestfs-actions.pod:7412
+#: ../fish/guestfish-actions.pod:1746 ../fish/guestfish-actions.pod:4725
+#: ../src/guestfs-actions.pod:2810 ../src/guestfs-actions.pod:7419
msgid "'u'"
msgstr "'u'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1746 ../src/guestfs-actions.pod:2810
+#: ../fish/guestfish-actions.pod:1748 ../src/guestfs-actions.pod:2812
msgid ""
"When the file is deleted, its blocks will be saved, allowing the file to be "
"undeleted."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1749 ../src/guestfs-actions.pod:2813
+#: ../fish/guestfish-actions.pod:1751 ../src/guestfs-actions.pod:2815
msgid "'X'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1751 ../src/guestfs-actions.pod:2815
+#: ../fish/guestfish-actions.pod:1753 ../src/guestfs-actions.pod:2817
msgid "The raw contents of the compressed file may be accessed."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1753 ../src/guestfs-actions.pod:2817
+#: ../fish/guestfish-actions.pod:1755 ../src/guestfs-actions.pod:2819
msgid "'Z'"
msgstr "'Z'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1755 ../src/guestfs-actions.pod:2819
+#: ../fish/guestfish-actions.pod:1757 ../src/guestfs-actions.pod:2821
msgid "The compressed file is dirty."
msgstr "圧縮されたファイルがダーティーです。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1759 ../src/guestfs-actions.pod:2823
+#: ../fish/guestfish-actions.pod:1761 ../src/guestfs-actions.pod:2825
msgid ""
"More file attributes may be added to this list later. Not all file "
"attributes may be set for all kinds of files. For detailed information, "
@@ -13814,23 +13844,23 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1763
+#: ../fish/guestfish-actions.pod:1765
msgid "See also L</set-e2attrs>."
msgstr "L</set-e2attrs> 参照。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1765
+#: ../fish/guestfish-actions.pod:1767
msgid ""
"Don't confuse these attributes with extended attributes (see L</getxattr>)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1768
+#: ../fish/guestfish-actions.pod:1770
msgid "get-e2generation"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1770
+#: ../fish/guestfish-actions.pod:1772
#, no-wrap
msgid ""
" get-e2generation file\n"
@@ -13838,7 +13868,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1772 ../src/guestfs-actions.pod:2843
+#: ../fish/guestfish-actions.pod:1774 ../src/guestfs-actions.pod:2845
msgid ""
"This returns the ext2 file generation of a file. The generation (which used "
"to be called the \"version\") is a number associated with an inode. This is "
@@ -13846,7 +13876,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1776 ../src/guestfs-actions.pod:2847
+#: ../fish/guestfish-actions.pod:1778 ../src/guestfs-actions.pod:2849
msgid ""
"The generation is only present when the file is located on an ext2/3/4 "
"filesystem. Using this call on other filesystem types will result in an "
@@ -13854,17 +13884,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1780
+#: ../fish/guestfish-actions.pod:1782
msgid "See L</set-e2generation>."
msgstr "L</set-e2generation> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1782
+#: ../fish/guestfish-actions.pod:1784
msgid "get-e2label"
msgstr "get-e2label"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1784
+#: ../fish/guestfish-actions.pod:1786
#, no-wrap
msgid ""
" get-e2label device\n"
@@ -13874,7 +13904,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1786 ../src/guestfs-actions.pod:2870
+#: ../fish/guestfish-actions.pod:1788 ../src/guestfs-actions.pod:2872
msgid ""
"This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
msgstr ""
@@ -13882,7 +13912,7 @@ msgstr ""
"します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1789
+#: ../fish/guestfish-actions.pod:1791
#, fuzzy
#| msgid ""
#| "I<This function is deprecated.> In new code, use the L</vfs_label> call "
@@ -13895,12 +13925,12 @@ msgstr ""
"してください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1796
+#: ../fish/guestfish-actions.pod:1798
msgid "get-e2uuid"
msgstr "get-e2uuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1798
+#: ../fish/guestfish-actions.pod:1800
#, no-wrap
msgid ""
" get-e2uuid device\n"
@@ -13910,13 +13940,13 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1800 ../src/guestfs-actions.pod:2891
+#: ../fish/guestfish-actions.pod:1802 ../src/guestfs-actions.pod:2893
msgid ""
"This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1803
+#: ../fish/guestfish-actions.pod:1805
#, fuzzy
#| msgid ""
#| "I<This function is deprecated.> In new code, use the L</vfs_uuid> call "
@@ -13929,12 +13959,12 @@ msgstr ""
"してください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1810
+#: ../fish/guestfish-actions.pod:1812
msgid "get-memsize"
msgstr "get-memsize"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1812
+#: ../fish/guestfish-actions.pod:1814
#, no-wrap
msgid ""
" get-memsize\n"
@@ -13944,13 +13974,13 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1814 ../src/guestfs-actions.pod:2904
+#: ../fish/guestfish-actions.pod:1816 ../src/guestfs-actions.pod:2906
msgid ""
"This gets the memory size in megabytes allocated to the qemu subprocess."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1817
+#: ../fish/guestfish-actions.pod:1819
msgid ""
"If L</set-memsize> was not called on this handle, and if "
"C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
@@ -13958,22 +13988,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1821 ../fish/guestfish-actions.pod:1878
-#: ../fish/guestfish-actions.pod:5044 ../fish/guestfish-actions.pod:5148
-#: ../src/guestfs-actions.pod:2911 ../src/guestfs-actions.pod:3003
-#: ../src/guestfs-actions.pod:7916 ../src/guestfs-actions.pod:8044
+#: ../fish/guestfish-actions.pod:1823 ../fish/guestfish-actions.pod:1880
+#: ../fish/guestfish-actions.pod:5051 ../fish/guestfish-actions.pod:5155
+#: ../src/guestfs-actions.pod:2913 ../src/guestfs-actions.pod:3005
+#: ../src/guestfs-actions.pod:7923 ../src/guestfs-actions.pod:8051
msgid ""
"For more information on the architecture of libguestfs, see L<guestfs(3)>."
msgstr ""
"libguestfs のアーキテクチャーの詳細は L<guestfs(3)> を参照してください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1824
+#: ../fish/guestfish-actions.pod:1826
msgid "get-network"
msgstr "get-network"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1826
+#: ../fish/guestfish-actions.pod:1828
#, no-wrap
msgid ""
" get-network\n"
@@ -13983,17 +14013,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1828 ../src/guestfs-actions.pod:2923
+#: ../fish/guestfish-actions.pod:1830 ../src/guestfs-actions.pod:2925
msgid "This returns the enable network flag."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1830
+#: ../fish/guestfish-actions.pod:1832
msgid "get-path"
msgstr "get-path"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1832
+#: ../fish/guestfish-actions.pod:1834
#, no-wrap
msgid ""
" get-path\n"
@@ -14003,24 +14033,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1834 ../src/guestfs-actions.pod:2934
+#: ../fish/guestfish-actions.pod:1836 ../src/guestfs-actions.pod:2936
msgid "Return the current search path."
msgstr "現在の検索パスを返します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1836 ../src/guestfs-actions.pod:2936
+#: ../fish/guestfish-actions.pod:1838 ../src/guestfs-actions.pod:2938
msgid ""
"This is always non-NULL. If it wasn't set already, then this will return "
"the default path."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1839
+#: ../fish/guestfish-actions.pod:1841
msgid "get-pgroup"
msgstr "get-pgroup"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1841
+#: ../fish/guestfish-actions.pod:1843
#, no-wrap
msgid ""
" get-pgroup\n"
@@ -14030,22 +14060,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1843 ../src/guestfs-actions.pod:2949
+#: ../fish/guestfish-actions.pod:1845 ../src/guestfs-actions.pod:2951
msgid "This returns the process group flag."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1845
+#: ../fish/guestfish-actions.pod:1847
msgid "get-pid"
msgstr "get-pid"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1847
+#: ../fish/guestfish-actions.pod:1849
msgid "pid"
msgstr "pid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1849
+#: ../fish/guestfish-actions.pod:1851
#, no-wrap
msgid ""
" get-pid\n"
@@ -14055,24 +14085,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1851 ../src/guestfs-actions.pod:2960
+#: ../fish/guestfish-actions.pod:1853 ../src/guestfs-actions.pod:2962
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:1854 ../src/guestfs-actions.pod:2963
+#: ../fish/guestfish-actions.pod:1856 ../src/guestfs-actions.pod:2965
msgid "This is an internal call used for debugging and testing."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1856
+#: ../fish/guestfish-actions.pod:1858
msgid "get-qemu"
msgstr "get-qemu"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1858
+#: ../fish/guestfish-actions.pod:1860
#, no-wrap
msgid ""
" get-qemu\n"
@@ -14082,24 +14112,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1860 ../src/guestfs-actions.pod:2974
+#: ../fish/guestfish-actions.pod:1862 ../src/guestfs-actions.pod:2976
msgid "Return the current qemu binary."
msgstr "現在の QEMU バイナリーを返します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1862 ../src/guestfs-actions.pod:2976
+#: ../fish/guestfish-actions.pod:1864 ../src/guestfs-actions.pod:2978
msgid ""
"This is always non-NULL. If it wasn't set already, then this will return "
"the default qemu binary name."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1865
+#: ../fish/guestfish-actions.pod:1867
msgid "get-recovery-proc"
msgstr "get-recovery-proc"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1867
+#: ../fish/guestfish-actions.pod:1869
#, no-wrap
msgid ""
" get-recovery-proc\n"
@@ -14109,17 +14139,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1869 ../src/guestfs-actions.pod:2989
+#: ../fish/guestfish-actions.pod:1871 ../src/guestfs-actions.pod:2991
msgid "Return the recovery process enabled flag."
msgstr "復元プロセス有効化フラグを返します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1871
+#: ../fish/guestfish-actions.pod:1873
msgid "get-selinux"
msgstr "get-selinux"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1873
+#: ../fish/guestfish-actions.pod:1875
#, no-wrap
msgid ""
" get-selinux\n"
@@ -14129,19 +14159,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1875
+#: ../fish/guestfish-actions.pod:1877
msgid ""
"This returns the current setting of the selinux flag which is passed to the "
"appliance at boot time. See L</set-selinux>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1881
+#: ../fish/guestfish-actions.pod:1883
msgid "get-smp"
msgstr "get-smp"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1883
+#: ../fish/guestfish-actions.pod:1885
#, no-wrap
msgid ""
" get-smp\n"
@@ -14151,17 +14181,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1885 ../src/guestfs-actions.pod:3015
+#: ../fish/guestfish-actions.pod:1887 ../src/guestfs-actions.pod:3017
msgid "This returns the number of virtual CPUs assigned to the appliance."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1887
+#: ../fish/guestfish-actions.pod:1889
msgid "get-state"
msgstr "get-state"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1889
+#: ../fish/guestfish-actions.pod:1891
#, no-wrap
msgid ""
" get-state\n"
@@ -14171,27 +14201,27 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1891 ../src/guestfs-actions.pod:3026
+#: ../fish/guestfish-actions.pod:1893 ../src/guestfs-actions.pod:3028
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:1894 ../fish/guestfish-actions.pod:2884
-#: ../fish/guestfish-actions.pod:2922 ../fish/guestfish-actions.pod:2938
-#: ../src/guestfs-actions.pod:3029 ../src/guestfs-actions.pod:4385
-#: ../src/guestfs-actions.pod:4446 ../src/guestfs-actions.pod:4473
+#: ../fish/guestfish-actions.pod:1896 ../fish/guestfish-actions.pod:2886
+#: ../fish/guestfish-actions.pod:2924 ../fish/guestfish-actions.pod:2940
+#: ../src/guestfs-actions.pod:3031 ../src/guestfs-actions.pod:4387
+#: ../src/guestfs-actions.pod:4448 ../src/guestfs-actions.pod:4475
msgid "For more information on states, see L<guestfs(3)>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1896
+#: ../fish/guestfish-actions.pod:1898
msgid "get-trace"
msgstr "get-trace"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1898
+#: ../fish/guestfish-actions.pod:1900
#, no-wrap
msgid ""
" get-trace\n"
@@ -14201,17 +14231,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1900 ../src/guestfs-actions.pod:3040
+#: ../fish/guestfish-actions.pod:1902 ../src/guestfs-actions.pod:3042
msgid "Return the command trace flag."
msgstr "コマンドトレースフラグを返します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1902
+#: ../fish/guestfish-actions.pod:1904
msgid "get-umask"
msgstr "get-umask"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1904
+#: ../fish/guestfish-actions.pod:1906
#, no-wrap
msgid ""
" get-umask\n"
@@ -14221,19 +14251,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1906
+#: ../fish/guestfish-actions.pod:1908
msgid ""
"Return the current umask. By default the umask is C<022> unless it has been "
"set by calling L</umask>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1909
+#: ../fish/guestfish-actions.pod:1911
msgid "get-verbose"
msgstr "get-verbose"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1911
+#: ../fish/guestfish-actions.pod:1913
#, no-wrap
msgid ""
" get-verbose\n"
@@ -14243,17 +14273,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1913 ../src/guestfs-actions.pod:3063
+#: ../fish/guestfish-actions.pod:1915 ../src/guestfs-actions.pod:3065
msgid "This returns the verbose messages flag."
msgstr "これはメッセージ冗長化フラグを返します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1915
+#: ../fish/guestfish-actions.pod:1917
msgid "getcon"
msgstr "getcon"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1917
+#: ../fish/guestfish-actions.pod:1919
#, no-wrap
msgid ""
" getcon\n"
@@ -14263,22 +14293,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1919 ../src/guestfs-actions.pod:3074
+#: ../fish/guestfish-actions.pod:1921 ../src/guestfs-actions.pod:3076
msgid "This gets the SELinux security context of the daemon."
msgstr "これはデーモンの SELinux セキュリティコンテキストを取得します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1921
+#: ../fish/guestfish-actions.pod:1923
msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1924
+#: ../fish/guestfish-actions.pod:1926
msgid "getxattr"
msgstr "getxattr"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1926
+#: ../fish/guestfish-actions.pod:1928
#, no-wrap
msgid ""
" getxattr path name\n"
@@ -14288,7 +14318,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1928
+#: ../fish/guestfish-actions.pod:1930
msgid ""
"Get a single extended attribute from file C<path> named C<name>. This call "
"follows symlinks. If you want to lookup an extended attribute for the "
@@ -14296,7 +14326,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1932 ../fish/guestfish-actions.pod:3045
+#: ../fish/guestfish-actions.pod:1934 ../fish/guestfish-actions.pod:3052
msgid ""
"Normally it is better to get all extended attributes from a file in one go "
"by calling L</getxattrs>. However some Linux filesystem implementations are "
@@ -14306,25 +14336,25 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1939 ../fish/guestfish-actions.pod:3052
-#: ../src/guestfs-actions.pod:3103 ../src/guestfs-actions.pod:4656
+#: ../fish/guestfish-actions.pod:1941 ../fish/guestfish-actions.pod:3059
+#: ../src/guestfs-actions.pod:3105 ../src/guestfs-actions.pod:4663
msgid ""
"Extended attribute values are blobs of binary data. If there is no extended "
"attribute named C<name>, this returns an error."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1942
+#: ../fish/guestfish-actions.pod:1944
msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
msgstr "関連項目: L</getxattrs>, L</lgetxattr>, L<attr(5)>"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1944
+#: ../fish/guestfish-actions.pod:1946
msgid "getxattrs"
msgstr "getxattrs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1946
+#: ../fish/guestfish-actions.pod:1948
#, no-wrap
msgid ""
" getxattrs path\n"
@@ -14334,30 +14364,30 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1948 ../src/guestfs-actions.pod:3120
+#: ../fish/guestfish-actions.pod:1950 ../src/guestfs-actions.pod:3122
msgid ""
"This call lists the extended attributes of the file or directory C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1951 ../src/guestfs-actions.pod:3123
+#: ../fish/guestfish-actions.pod:1953 ../src/guestfs-actions.pod:3125
msgid ""
"At the system call level, this is a combination of the L<listxattr(2)> and "
"L<getxattr(2)> calls."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1954
+#: ../fish/guestfish-actions.pod:1956
msgid "See also: L</lgetxattrs>, L<attr(5)>."
msgstr "関連項目: L</lgetxattrs>, L<attr(5)>"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1956
+#: ../fish/guestfish-actions.pod:1958
msgid "glob-expand"
msgstr "glob-expand"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1958
+#: ../fish/guestfish-actions.pod:1960
#, no-wrap
msgid ""
" glob-expand pattern\n"
@@ -14367,27 +14397,27 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1960 ../src/guestfs-actions.pod:3140
+#: ../fish/guestfish-actions.pod:1962 ../src/guestfs-actions.pod:3142
msgid ""
"This command searches for all the pathnames matching C<pattern> according to "
"the wildcard expansion rules used by the shell."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1964 ../src/guestfs-actions.pod:3144
+#: ../fish/guestfish-actions.pod:1966 ../src/guestfs-actions.pod:3146
msgid ""
"If no paths match, then this returns an empty list (note: not an error)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1967 ../src/guestfs-actions.pod:3147
+#: ../fish/guestfish-actions.pod:1969 ../src/guestfs-actions.pod:3149
msgid ""
"It is just a wrapper around the C L<glob(3)> function with flags C<GLOB_MARK|"
"GLOB_BRACE>. See that manual page for more details."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1971
+#: ../fish/guestfish-actions.pod:1973
msgid ""
"Notice that there is no equivalent command for expanding a device name (eg. "
"C</dev/sd*>). Use L</list-devices>, L</list-partitions> etc functions "
@@ -14395,12 +14425,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1975
+#: ../fish/guestfish-actions.pod:1977
msgid "grep"
msgstr "grep"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1977
+#: ../fish/guestfish-actions.pod:1979
#, no-wrap
msgid ""
" grep regex path\n"
@@ -14410,17 +14440,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1979 ../src/guestfs-actions.pod:3168
+#: ../fish/guestfish-actions.pod:1981 ../src/guestfs-actions.pod:3170
msgid "This calls the external C<grep> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1985
+#: ../fish/guestfish-actions.pod:1987
msgid "grepi"
msgstr "grepi"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1987
+#: ../fish/guestfish-actions.pod:1989
#, no-wrap
msgid ""
" grepi regex path\n"
@@ -14430,18 +14460,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1989 ../src/guestfs-actions.pod:3187
+#: ../fish/guestfish-actions.pod:1991 ../src/guestfs-actions.pod:3189
msgid ""
"This calls the external C<grep -i> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1995
+#: ../fish/guestfish-actions.pod:1997
msgid "grub-install"
msgstr "grub-install"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1997
+#: ../fish/guestfish-actions.pod:1999
#, no-wrap
msgid ""
" grub-install root device\n"
@@ -14451,14 +14481,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1999 ../src/guestfs-actions.pod:3206
+#: ../fish/guestfish-actions.pod:2001 ../src/guestfs-actions.pod:3208
msgid ""
"This command installs GRUB 1 (the Grand Unified Bootloader) on C<device>, "
"with the root directory being C<root>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2008 ../src/guestfs-actions.pod:3215
+#: ../fish/guestfish-actions.pod:2010 ../src/guestfs-actions.pod:3217
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 "
@@ -14466,7 +14496,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2015 ../src/guestfs-actions.pod:3222
+#: ../fish/guestfish-actions.pod:2017 ../src/guestfs-actions.pod:3224
msgid ""
"This uses C<grub-install> from the host. Unfortunately grub is not always "
"compatible with itself, so this only works in rather narrow circumstances. "
@@ -14474,7 +14504,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2022 ../src/guestfs-actions.pod:3229
+#: ../fish/guestfish-actions.pod:2024 ../src/guestfs-actions.pod:3231
msgid ""
"If grub-install reports the error \"No suitable drive was found in the "
"generated device map.\" it may be that you need to create a C</boot/grub/"
@@ -14484,7 +14514,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2029 ../src/guestfs-actions.pod:3236
+#: ../fish/guestfish-actions.pod:2031 ../src/guestfs-actions.pod:3238
#, no-wrap
msgid ""
" (hd0) /dev/vda\n"
@@ -14494,17 +14524,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2031 ../src/guestfs-actions.pod:3238
+#: ../fish/guestfish-actions.pod:2033 ../src/guestfs-actions.pod:3240
msgid "replacing C</dev/vda> with the name of the installation device."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2035
+#: ../fish/guestfish-actions.pod:2037
msgid "head"
msgstr "head"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2037
+#: ../fish/guestfish-actions.pod:2039
#, no-wrap
msgid ""
" head path\n"
@@ -14514,18 +14544,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2039 ../src/guestfs-actions.pod:3252
+#: ../fish/guestfish-actions.pod:2041 ../src/guestfs-actions.pod:3254
msgid ""
"This command returns up to the first 10 lines of a file as a list of strings."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2045
+#: ../fish/guestfish-actions.pod:2047
msgid "head-n"
msgstr "head-n"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2047
+#: ../fish/guestfish-actions.pod:2049
#, no-wrap
msgid ""
" head-n nrlines path\n"
@@ -14535,32 +14565,32 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2049 ../src/guestfs-actions.pod:3271
+#: ../fish/guestfish-actions.pod:2051 ../src/guestfs-actions.pod:3273
msgid ""
"If the parameter C<nrlines> is a positive number, this returns the first "
"C<nrlines> lines of the file C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2052 ../src/guestfs-actions.pod:3274
+#: ../fish/guestfish-actions.pod:2054 ../src/guestfs-actions.pod:3276
msgid ""
"If the parameter C<nrlines> is a negative number, this returns lines from "
"the file C<path>, excluding the last C<nrlines> lines."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2055 ../fish/guestfish-actions.pod:5549
-#: ../src/guestfs-actions.pod:3277 ../src/guestfs-actions.pod:8646
+#: ../fish/guestfish-actions.pod:2057 ../fish/guestfish-actions.pod:5556
+#: ../src/guestfs-actions.pod:3279 ../src/guestfs-actions.pod:8653
msgid "If the parameter C<nrlines> is zero, this returns an empty list."
msgstr "パラメーター C<nrlines> が 0 ならば、空の一覧を返します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:2060
+#: ../fish/guestfish-actions.pod:2062
msgid "hexdump"
msgstr "hexdump"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2062
+#: ../fish/guestfish-actions.pod:2064
#, no-wrap
msgid ""
" hexdump path\n"
@@ -14570,7 +14600,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2064 ../src/guestfs-actions.pod:3294
+#: ../fish/guestfish-actions.pod:2066 ../src/guestfs-actions.pod:3296
msgid ""
"This runs C<hexdump -C> on the given C<path>. The result is the human-"
"readable, canonical hex dump of the file."
@@ -14579,12 +14609,12 @@ msgstr ""
"式になり、ファイルの正規化された 16 進ダンプです。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:2070
+#: ../fish/guestfish-actions.pod:2072
msgid "initrd-cat"
msgstr "initrd-cat"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2072
+#: ../fish/guestfish-actions.pod:2074
#, no-wrap
msgid ""
" initrd-cat initrdpath filename\n"
@@ -14594,7 +14624,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2074 ../src/guestfs-actions.pod:3313
+#: ../fish/guestfish-actions.pod:2076 ../src/guestfs-actions.pod:3315
msgid ""
"This command unpacks the file C<filename> from the initrd file called "
"C<initrdpath>. The filename must be given I<without> the initial C</> "
@@ -14602,7 +14632,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2078 ../src/guestfs-actions.pod:3317
+#: ../fish/guestfish-actions.pod:2080 ../src/guestfs-actions.pod:3319
msgid ""
"For example, in guestfish you could use the following command to examine the "
"boot script (usually called C</init>) contained in a Linux initrd or "
@@ -14610,7 +14640,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2082 ../src/guestfs-actions.pod:3321
+#: ../fish/guestfish-actions.pod:2084 ../src/guestfs-actions.pod:3323
#, no-wrap
msgid ""
" initrd-cat /boot/initrd-<version>.img init\n"
@@ -14620,17 +14650,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2084
+#: ../fish/guestfish-actions.pod:2086
msgid "See also L</initrd-list>."
msgstr "L</initrd-list> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:2089
+#: ../fish/guestfish-actions.pod:2091
msgid "initrd-list"
msgstr "initrd-list"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2091
+#: ../fish/guestfish-actions.pod:2093
#, no-wrap
msgid ""
" initrd-list path\n"
@@ -14640,12 +14670,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2093 ../src/guestfs-actions.pod:3340
+#: ../fish/guestfish-actions.pod:2095 ../src/guestfs-actions.pod:3342
msgid "This command lists out files contained in an initrd."
msgstr "このコマンドは initrd に含まれるファイルを一覧表示します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2095 ../src/guestfs-actions.pod:3342
+#: ../fish/guestfish-actions.pod:2097 ../src/guestfs-actions.pod:3344
msgid ""
"The files are listed without any initial C</> character. The files are "
"listed in the order they appear (not necessarily alphabetical). Directory "
@@ -14653,7 +14683,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2099 ../src/guestfs-actions.pod:3346
+#: ../fish/guestfish-actions.pod:2101 ../src/guestfs-actions.pod:3348
msgid ""
"Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
"initrd. We I<only> support the newer initramfs format (compressed cpio "
@@ -14661,12 +14691,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2103
+#: ../fish/guestfish-actions.pod:2105
msgid "inotify-add-watch"
msgstr "inotify-add-watch"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2105
+#: ../fish/guestfish-actions.pod:2107
#, no-wrap
msgid ""
" inotify-add-watch path mask\n"
@@ -14676,31 +14706,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2107 ../src/guestfs-actions.pod:3363
+#: ../fish/guestfish-actions.pod:2109 ../src/guestfs-actions.pod:3365
msgid "Watch C<path> for the events listed in C<mask>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2109 ../src/guestfs-actions.pod:3365
+#: ../fish/guestfish-actions.pod:2111 ../src/guestfs-actions.pod:3367
msgid ""
"Note that if C<path> is a directory then events within that directory are "
"watched, but this does I<not> happen recursively (in subdirectories)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2113 ../src/guestfs-actions.pod:3369
+#: ../fish/guestfish-actions.pod:2115 ../src/guestfs-actions.pod:3371
msgid ""
"Note for non-C or non-Linux callers: the inotify events are defined by the "
"Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2117
+#: ../fish/guestfish-actions.pod:2119
msgid "inotify-close"
msgstr "inotify-close"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2119
+#: ../fish/guestfish-actions.pod:2121
#, no-wrap
msgid ""
" inotify-close\n"
@@ -14710,7 +14740,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2121 ../src/guestfs-actions.pod:3382
+#: ../fish/guestfish-actions.pod:2123 ../src/guestfs-actions.pod:3384
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 "
@@ -14718,12 +14748,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2125
+#: ../fish/guestfish-actions.pod:2127
msgid "inotify-files"
msgstr "inotify-files"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2127
+#: ../fish/guestfish-actions.pod:2129
#, no-wrap
msgid ""
" inotify-files\n"
@@ -14733,7 +14763,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2129
+#: ../fish/guestfish-actions.pod:2131
msgid ""
"This function is a helpful wrapper around L</inotify-read> which just "
"returns a list of pathnames of objects that were touched. The returned "
@@ -14741,12 +14771,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2133
+#: ../fish/guestfish-actions.pod:2135
msgid "inotify-init"
msgstr "inotify-init"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2135
+#: ../fish/guestfish-actions.pod:2137
#, no-wrap
msgid ""
" inotify-init maxevents\n"
@@ -14756,14 +14786,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2137 ../src/guestfs-actions.pod:3411
+#: ../fish/guestfish-actions.pod:2139 ../src/guestfs-actions.pod:3413
msgid ""
"This command creates a new inotify handle. The inotify subsystem can be "
"used to notify events which happen to objects in the guest filesystem."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2141
+#: ../fish/guestfish-actions.pod:2143
msgid ""
"C<maxevents> is the maximum number of events which will be queued up between "
"calls to L</inotify-read> or L</inotify-files>. If this is passed as C<0>, "
@@ -14774,14 +14804,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2151
+#: ../fish/guestfish-actions.pod:2153
msgid ""
"Before any events are generated, you have to add some watches to the "
"internal watch list. See: L</inotify-add-watch> and L</inotify-rm-watch>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2155
+#: ../fish/guestfish-actions.pod:2157
msgid ""
"Queued up events should be read periodically by calling L</inotify-read> (or "
"L</inotify-files> which is just a helpful wrapper around L</inotify-read>). "
@@ -14790,14 +14820,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2162
+#: ../fish/guestfish-actions.pod:2164
msgid ""
"The handle should be closed after use by calling L</inotify-close>. This "
"also removes any watches automatically."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2166 ../src/guestfs-actions.pod:3440
+#: ../fish/guestfish-actions.pod:2168 ../src/guestfs-actions.pod:3442
msgid ""
"See also L<inotify(7)> for an overview of the inotify interface as exposed "
"by the Linux kernel, which is roughly what we expose via libguestfs. Note "
@@ -14805,12 +14835,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2171
+#: ../fish/guestfish-actions.pod:2173
msgid "inotify-read"
msgstr "inotify-read"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2173
+#: ../fish/guestfish-actions.pod:2175
#, no-wrap
msgid ""
" inotify-read\n"
@@ -14820,19 +14850,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2175 ../src/guestfs-actions.pod:3454
+#: ../fish/guestfish-actions.pod:2177 ../src/guestfs-actions.pod:3456
msgid ""
"Return the complete queue of events that have happened since the previous "
"read call."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2178 ../src/guestfs-actions.pod:3457
+#: ../fish/guestfish-actions.pod:2180 ../src/guestfs-actions.pod:3459
msgid "If no events have happened, this returns an empty list."
msgstr "何もイベントが起きないと、これは空の一覧を返します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2180 ../src/guestfs-actions.pod:3459
+#: ../fish/guestfish-actions.pod:2182 ../src/guestfs-actions.pod:3461
msgid ""
"I<Note>: In order to make sure that all events have been read, you must call "
"this function repeatedly until it returns an empty list. The reason is that "
@@ -14841,12 +14871,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2186
+#: ../fish/guestfish-actions.pod:2188
msgid "inotify-rm-watch"
msgstr "inotify-rm-watch"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2188
+#: ../fish/guestfish-actions.pod:2190
#, no-wrap
msgid ""
" inotify-rm-watch wd\n"
@@ -14856,18 +14886,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2190
+#: ../fish/guestfish-actions.pod:2192
msgid "Remove a previously defined inotify watch. See L</inotify-add-watch>."
msgstr ""
"前に定義された inotify ウォッチを削除します。 L</inotify-add-watch> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:2193
+#: ../fish/guestfish-actions.pod:2195
msgid "inspect-get-arch"
msgstr "inspect-get-arch"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2195
+#: ../fish/guestfish-actions.pod:2197
#, no-wrap
msgid ""
" inspect-get-arch root\n"
@@ -14877,47 +14907,47 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2197
+#: ../fish/guestfish-actions.pod:2199
msgid ""
"This returns the architecture of the inspected operating system. The "
"possible return values are listed under L</file-architecture>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2201 ../src/guestfs-actions.pod:3494
+#: ../fish/guestfish-actions.pod:2203 ../src/guestfs-actions.pod:3496
msgid ""
"If the architecture could not be determined, then the string C<unknown> is "
"returned."
msgstr "アーキテクチャーが決められなければ、文字列 C<unknown> が返されます。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2204 ../fish/guestfish-actions.pod:2311
-#: ../fish/guestfish-actions.pod:2390 ../fish/guestfish-actions.pod:2402
-#: ../fish/guestfish-actions.pod:2486 ../fish/guestfish-actions.pod:2548
-#: ../fish/guestfish-actions.pod:2569 ../fish/guestfish-actions.pod:2583
-#: ../fish/guestfish-actions.pod:2623 ../fish/guestfish-actions.pod:2667
-#: ../fish/guestfish-actions.pod:2680 ../fish/guestfish-actions.pod:2693
-#: ../fish/guestfish-actions.pod:2703 ../fish/guestfish-actions.pod:2713
-#: ../fish/guestfish-actions.pod:2725 ../fish/guestfish-actions.pod:2821
-#: ../fish/guestfish-actions.pod:2855 ../src/guestfs-actions.pod:3497
-#: ../src/guestfs-actions.pod:3611 ../src/guestfs-actions.pod:3715
-#: ../src/guestfs-actions.pod:3734 ../src/guestfs-actions.pod:3865
-#: ../src/guestfs-actions.pod:3949 ../src/guestfs-actions.pod:3977
-#: ../src/guestfs-actions.pod:3998 ../src/guestfs-actions.pod:4051
-#: ../src/guestfs-actions.pod:4103 ../src/guestfs-actions.pod:4123
-#: ../src/guestfs-actions.pod:4143 ../src/guestfs-actions.pod:4160
-#: ../src/guestfs-actions.pod:4176 ../src/guestfs-actions.pod:4194
-#: ../src/guestfs-actions.pod:4296 ../src/guestfs-actions.pod:4337
+#: ../fish/guestfish-actions.pod:2206 ../fish/guestfish-actions.pod:2313
+#: ../fish/guestfish-actions.pod:2392 ../fish/guestfish-actions.pod:2404
+#: ../fish/guestfish-actions.pod:2488 ../fish/guestfish-actions.pod:2550
+#: ../fish/guestfish-actions.pod:2571 ../fish/guestfish-actions.pod:2585
+#: ../fish/guestfish-actions.pod:2625 ../fish/guestfish-actions.pod:2669
+#: ../fish/guestfish-actions.pod:2682 ../fish/guestfish-actions.pod:2695
+#: ../fish/guestfish-actions.pod:2705 ../fish/guestfish-actions.pod:2715
+#: ../fish/guestfish-actions.pod:2727 ../fish/guestfish-actions.pod:2823
+#: ../fish/guestfish-actions.pod:2857 ../src/guestfs-actions.pod:3499
+#: ../src/guestfs-actions.pod:3613 ../src/guestfs-actions.pod:3717
+#: ../src/guestfs-actions.pod:3736 ../src/guestfs-actions.pod:3867
+#: ../src/guestfs-actions.pod:3951 ../src/guestfs-actions.pod:3979
+#: ../src/guestfs-actions.pod:4000 ../src/guestfs-actions.pod:4053
+#: ../src/guestfs-actions.pod:4105 ../src/guestfs-actions.pod:4125
+#: ../src/guestfs-actions.pod:4145 ../src/guestfs-actions.pod:4162
+#: ../src/guestfs-actions.pod:4178 ../src/guestfs-actions.pod:4196
+#: ../src/guestfs-actions.pod:4298 ../src/guestfs-actions.pod:4339
msgid "Please read L<guestfs(3)/INSPECTION> for more details."
msgstr "詳細は L<guestfs(3)/INSPECTION> を参照してください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:2206
+#: ../fish/guestfish-actions.pod:2208
msgid "inspect-get-distro"
msgstr "inspect-get-distro"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2208
+#: ../fish/guestfish-actions.pod:2210
#, no-wrap
msgid ""
" inspect-get-distro root\n"
@@ -14927,237 +14957,237 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2210 ../src/guestfs-actions.pod:3510
+#: ../fish/guestfish-actions.pod:2212 ../src/guestfs-actions.pod:3512
msgid ""
"This returns the distro (distribution) of the inspected operating system."
msgstr ""
"これは検査したオペレーティングシステムのディストリビューションを返します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2213 ../src/guestfs-actions.pod:3513
+#: ../fish/guestfish-actions.pod:2215 ../src/guestfs-actions.pod:3515
msgid "Currently defined distros are:"
msgstr "定義されているディストリビューションは現在次のとおりです:"
#. type: =item
-#: ../fish/guestfish-actions.pod:2217 ../src/guestfs-actions.pod:3517
+#: ../fish/guestfish-actions.pod:2219 ../src/guestfs-actions.pod:3519
msgid "\"archlinux\""
msgstr "\"archlinux\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2219 ../src/guestfs-actions.pod:3519
+#: ../fish/guestfish-actions.pod:2221 ../src/guestfs-actions.pod:3521
msgid "Arch Linux."
msgstr "Arch Linux."
#. type: =item
-#: ../fish/guestfish-actions.pod:2221 ../src/guestfs-actions.pod:3521
+#: ../fish/guestfish-actions.pod:2223 ../src/guestfs-actions.pod:3523
msgid "\"buildroot\""
msgstr "\"buildroot\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2223 ../src/guestfs-actions.pod:3523
+#: ../fish/guestfish-actions.pod:2225 ../src/guestfs-actions.pod:3525
msgid "Buildroot-derived distro, but not one we specifically recognize."
msgstr "Buildroot 派生のディストリビューション. 具体的にどれかを認識しません."
#. type: =item
-#: ../fish/guestfish-actions.pod:2225 ../src/guestfs-actions.pod:3525
+#: ../fish/guestfish-actions.pod:2227 ../src/guestfs-actions.pod:3527
msgid "\"centos\""
msgstr "\"centos\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2227 ../src/guestfs-actions.pod:3527
+#: ../fish/guestfish-actions.pod:2229 ../src/guestfs-actions.pod:3529
msgid "CentOS."
msgstr "CentOS."
#. type: =item
-#: ../fish/guestfish-actions.pod:2229 ../src/guestfs-actions.pod:3529
+#: ../fish/guestfish-actions.pod:2231 ../src/guestfs-actions.pod:3531
msgid "\"cirros\""
msgstr "\"cirros\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2231 ../src/guestfs-actions.pod:3531
+#: ../fish/guestfish-actions.pod:2233 ../src/guestfs-actions.pod:3533
msgid "Cirros."
msgstr "Cirros."
#. type: =item
-#: ../fish/guestfish-actions.pod:2233 ../src/guestfs-actions.pod:3533
+#: ../fish/guestfish-actions.pod:2235 ../src/guestfs-actions.pod:3535
msgid "\"debian\""
msgstr "\"debian\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2235 ../src/guestfs-actions.pod:3535
+#: ../fish/guestfish-actions.pod:2237 ../src/guestfs-actions.pod:3537
msgid "Debian."
msgstr "Debian."
#. type: =item
-#: ../fish/guestfish-actions.pod:2237 ../src/guestfs-actions.pod:3537
+#: ../fish/guestfish-actions.pod:2239 ../src/guestfs-actions.pod:3539
msgid "\"fedora\""
msgstr "\"fedora\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2239 ../src/guestfs-actions.pod:3539
+#: ../fish/guestfish-actions.pod:2241 ../src/guestfs-actions.pod:3541
msgid "Fedora."
msgstr "Fedora."
#. type: =item
-#: ../fish/guestfish-actions.pod:2241 ../src/guestfs-actions.pod:3541
+#: ../fish/guestfish-actions.pod:2243 ../src/guestfs-actions.pod:3543
msgid "\"freedos\""
msgstr "\"freedos\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2243 ../src/guestfs-actions.pod:3543
+#: ../fish/guestfish-actions.pod:2245 ../src/guestfs-actions.pod:3545
msgid "FreeDOS."
msgstr "FreeDOS."
#. type: =item
-#: ../fish/guestfish-actions.pod:2245 ../src/guestfs-actions.pod:3545
+#: ../fish/guestfish-actions.pod:2247 ../src/guestfs-actions.pod:3547
msgid "\"gentoo\""
msgstr "\"gentoo\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2247 ../src/guestfs-actions.pod:3547
+#: ../fish/guestfish-actions.pod:2249 ../src/guestfs-actions.pod:3549
msgid "Gentoo."
msgstr "Gentoo."
#. type: =item
-#: ../fish/guestfish-actions.pod:2249 ../src/guestfs-actions.pod:3549
+#: ../fish/guestfish-actions.pod:2251 ../src/guestfs-actions.pod:3551
msgid "\"linuxmint\""
msgstr "\"linuxmint\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2251 ../src/guestfs-actions.pod:3551
+#: ../fish/guestfish-actions.pod:2253 ../src/guestfs-actions.pod:3553
msgid "Linux Mint."
msgstr "Linux Mint."
#. type: =item
-#: ../fish/guestfish-actions.pod:2253 ../src/guestfs-actions.pod:3553
+#: ../fish/guestfish-actions.pod:2255 ../src/guestfs-actions.pod:3555
msgid "\"mageia\""
msgstr "\"mageia\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2255 ../src/guestfs-actions.pod:3555
+#: ../fish/guestfish-actions.pod:2257 ../src/guestfs-actions.pod:3557
msgid "Mageia."
msgstr "Mageia."
#. type: =item
-#: ../fish/guestfish-actions.pod:2257 ../src/guestfs-actions.pod:3557
+#: ../fish/guestfish-actions.pod:2259 ../src/guestfs-actions.pod:3559
msgid "\"mandriva\""
msgstr "\"mandriva\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2259 ../src/guestfs-actions.pod:3559
+#: ../fish/guestfish-actions.pod:2261 ../src/guestfs-actions.pod:3561
msgid "Mandriva."
msgstr "Mandriva."
#. type: =item
-#: ../fish/guestfish-actions.pod:2261 ../src/guestfs-actions.pod:3561
+#: ../fish/guestfish-actions.pod:2263 ../src/guestfs-actions.pod:3563
msgid "\"meego\""
msgstr "\"meego\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2263 ../src/guestfs-actions.pod:3563
+#: ../fish/guestfish-actions.pod:2265 ../src/guestfs-actions.pod:3565
msgid "MeeGo."
msgstr "MeeGo."
#. type: =item
-#: ../fish/guestfish-actions.pod:2265 ../src/guestfs-actions.pod:3565
+#: ../fish/guestfish-actions.pod:2267 ../src/guestfs-actions.pod:3567
msgid "\"opensuse\""
msgstr "\"opensuse\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2267 ../src/guestfs-actions.pod:3567
+#: ../fish/guestfish-actions.pod:2269 ../src/guestfs-actions.pod:3569
msgid "OpenSUSE."
msgstr "OpenSUSE."
#. type: =item
-#: ../fish/guestfish-actions.pod:2269 ../src/guestfs-actions.pod:3569
+#: ../fish/guestfish-actions.pod:2271 ../src/guestfs-actions.pod:3571
msgid "\"pardus\""
msgstr "\"pardus\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2271 ../src/guestfs-actions.pod:3571
+#: ../fish/guestfish-actions.pod:2273 ../src/guestfs-actions.pod:3573
msgid "Pardus."
msgstr "Pardus."
#. type: =item
-#: ../fish/guestfish-actions.pod:2273 ../src/guestfs-actions.pod:3573
+#: ../fish/guestfish-actions.pod:2275 ../src/guestfs-actions.pod:3575
msgid "\"redhat-based\""
msgstr "\"redhat-based\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2275 ../src/guestfs-actions.pod:3575
+#: ../fish/guestfish-actions.pod:2277 ../src/guestfs-actions.pod:3577
msgid "Some Red Hat-derived distro."
msgstr "いくつかの Red Hat 派生ディストリビューション."
#. type: =item
-#: ../fish/guestfish-actions.pod:2277 ../src/guestfs-actions.pod:3577
+#: ../fish/guestfish-actions.pod:2279 ../src/guestfs-actions.pod:3579
msgid "\"rhel\""
msgstr "\"rhel\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2279 ../src/guestfs-actions.pod:3579
+#: ../fish/guestfish-actions.pod:2281 ../src/guestfs-actions.pod:3581
msgid "Red Hat Enterprise Linux."
msgstr "Red Hat Enterprise Linux."
#. type: =item
-#: ../fish/guestfish-actions.pod:2281 ../src/guestfs-actions.pod:3581
+#: ../fish/guestfish-actions.pod:2283 ../src/guestfs-actions.pod:3583
msgid "\"scientificlinux\""
msgstr "\"scientificlinux\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2283 ../src/guestfs-actions.pod:3583
+#: ../fish/guestfish-actions.pod:2285 ../src/guestfs-actions.pod:3585
msgid "Scientific Linux."
msgstr "Scientific Linux."
#. type: =item
-#: ../fish/guestfish-actions.pod:2285 ../src/guestfs-actions.pod:3585
+#: ../fish/guestfish-actions.pod:2287 ../src/guestfs-actions.pod:3587
msgid "\"slackware\""
msgstr "\"slackware\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2287 ../src/guestfs-actions.pod:3587
+#: ../fish/guestfish-actions.pod:2289 ../src/guestfs-actions.pod:3589
msgid "Slackware."
msgstr "Slackware."
#. type: =item
-#: ../fish/guestfish-actions.pod:2289 ../src/guestfs-actions.pod:3589
+#: ../fish/guestfish-actions.pod:2291 ../src/guestfs-actions.pod:3591
msgid "\"ttylinux\""
msgstr "\"ttylinux\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2291 ../src/guestfs-actions.pod:3591
+#: ../fish/guestfish-actions.pod:2293 ../src/guestfs-actions.pod:3593
msgid "ttylinux."
msgstr "ttylinux."
#. type: =item
-#: ../fish/guestfish-actions.pod:2293 ../src/guestfs-actions.pod:3593
+#: ../fish/guestfish-actions.pod:2295 ../src/guestfs-actions.pod:3595
msgid "\"ubuntu\""
msgstr "\"ubuntu\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2295 ../src/guestfs-actions.pod:3595
+#: ../fish/guestfish-actions.pod:2297 ../src/guestfs-actions.pod:3597
msgid "Ubuntu."
msgstr "Ubuntu."
#. type: =item
-#: ../fish/guestfish-actions.pod:2297 ../fish/guestfish-actions.pod:2381
-#: ../fish/guestfish-actions.pod:2658 ../src/guestfs-actions.pod:3597
-#: ../src/guestfs-actions.pod:3706 ../src/guestfs-actions.pod:4094
+#: ../fish/guestfish-actions.pod:2299 ../fish/guestfish-actions.pod:2383
+#: ../fish/guestfish-actions.pod:2660 ../src/guestfs-actions.pod:3599
+#: ../src/guestfs-actions.pod:3708 ../src/guestfs-actions.pod:4096
msgid "\"unknown\""
msgstr "\"unknown\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2299 ../src/guestfs-actions.pod:3599
+#: ../fish/guestfish-actions.pod:2301 ../src/guestfs-actions.pod:3601
msgid "The distro could not be determined."
msgstr "ディストリビューションがわかりませんでした。"
#. type: =item
-#: ../fish/guestfish-actions.pod:2301 ../fish/guestfish-actions.pod:2638
-#: ../src/guestfs-actions.pod:3601 ../src/guestfs-actions.pod:4074
+#: ../fish/guestfish-actions.pod:2303 ../fish/guestfish-actions.pod:2640
+#: ../src/guestfs-actions.pod:3603 ../src/guestfs-actions.pod:4076
msgid "\"windows\""
msgstr "\"windows\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2303 ../src/guestfs-actions.pod:3603
+#: ../fish/guestfish-actions.pod:2305 ../src/guestfs-actions.pod:3605
msgid ""
"Windows does not have distributions. This string is returned if the OS type "
"is Windows."
@@ -15166,9 +15196,9 @@ msgstr ""
"文字列は返されません。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2308 ../fish/guestfish-actions.pod:2387
-#: ../fish/guestfish-actions.pod:2664 ../src/guestfs-actions.pod:3608
-#: ../src/guestfs-actions.pod:3712 ../src/guestfs-actions.pod:4100
+#: ../fish/guestfish-actions.pod:2310 ../fish/guestfish-actions.pod:2389
+#: ../fish/guestfish-actions.pod:2666 ../src/guestfs-actions.pod:3610
+#: ../src/guestfs-actions.pod:3714 ../src/guestfs-actions.pod:4102
msgid ""
"Future versions of libguestfs may return other strings here. The caller "
"should be prepared to handle any string."
@@ -15177,12 +15207,12 @@ msgstr ""
"出し元はあらゆる文字列の処理に備えなければいけません。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:2313
+#: ../fish/guestfish-actions.pod:2315
msgid "inspect-get-drive-mappings"
msgstr "inspect-get-drive-mappings"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2315
+#: ../fish/guestfish-actions.pod:2317
#, no-wrap
msgid ""
" inspect-get-drive-mappings root\n"
@@ -15192,7 +15222,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2317 ../src/guestfs-actions.pod:3624
+#: ../fish/guestfish-actions.pod:2319 ../src/guestfs-actions.pod:3626
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 "
@@ -15201,7 +15231,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2323 ../src/guestfs-actions.pod:3630
+#: ../fish/guestfish-actions.pod:2325 ../src/guestfs-actions.pod:3632
#, no-wrap
msgid ""
" C => /dev/vda2\n"
@@ -15215,7 +15245,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2327 ../src/guestfs-actions.pod:3634
+#: ../fish/guestfish-actions.pod:2329 ../src/guestfs-actions.pod:3636
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 "
@@ -15223,7 +15253,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2331 ../src/guestfs-actions.pod:3638
+#: ../fish/guestfish-actions.pod:2333 ../src/guestfs-actions.pod:3640
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 "
@@ -15232,33 +15262,33 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2336 ../src/guestfs-actions.pod:3643
+#: ../fish/guestfish-actions.pod:2338 ../src/guestfs-actions.pod:3645
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:2339 ../src/guestfs-actions.pod:3646
+#: ../fish/guestfish-actions.pod:2341 ../src/guestfs-actions.pod:3648
msgid ""
"For guests that do not use drive mappings, or if the drive mappings could "
"not be determined, this returns an empty hash table."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2342
+#: ../fish/guestfish-actions.pod:2344
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also L</inspect-"
"get-mountpoints>, L</inspect-get-filesystems>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2346
+#: ../fish/guestfish-actions.pod:2348
msgid "inspect-get-filesystems"
msgstr "inspect-get-filesystems"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2348
+#: ../fish/guestfish-actions.pod:2350
#, no-wrap
msgid ""
" inspect-get-filesystems root\n"
@@ -15268,7 +15298,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2350 ../src/guestfs-actions.pod:3667
+#: ../fish/guestfish-actions.pod:2352 ../src/guestfs-actions.pod:3669
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 "
@@ -15276,14 +15306,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2355 ../src/guestfs-actions.pod:3672
+#: ../fish/guestfish-actions.pod:2357 ../src/guestfs-actions.pod:3674
msgid ""
"In the case of a multi-boot virtual machine, it is possible for a filesystem "
"to be shared between operating systems."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2358
+#: ../fish/guestfish-actions.pod:2360
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also L</inspect-"
"get-mountpoints>."
@@ -15292,12 +15322,12 @@ msgstr ""
"mountpoints> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:2361
+#: ../fish/guestfish-actions.pod:2363
msgid "inspect-get-format"
msgstr "inspect-get-format"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2363
+#: ../fish/guestfish-actions.pod:2365
#, no-wrap
msgid ""
" inspect-get-format root\n"
@@ -15307,51 +15337,51 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2365 ../src/guestfs-actions.pod:3690
+#: ../fish/guestfish-actions.pod:2367 ../src/guestfs-actions.pod:3692
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:2368 ../src/guestfs-actions.pod:3693
+#: ../fish/guestfish-actions.pod:2370 ../src/guestfs-actions.pod:3695
msgid "Currently defined formats are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2372 ../src/guestfs-actions.pod:3697
+#: ../fish/guestfish-actions.pod:2374 ../src/guestfs-actions.pod:3699
msgid "\"installed\""
msgstr "\"installed\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2374 ../src/guestfs-actions.pod:3699
+#: ../fish/guestfish-actions.pod:2376 ../src/guestfs-actions.pod:3701
msgid "This is an installed operating system."
msgstr "インストールされているオペレーティングシステムです。"
#. type: =item
-#: ../fish/guestfish-actions.pod:2376 ../src/guestfs-actions.pod:3701
+#: ../fish/guestfish-actions.pod:2378 ../src/guestfs-actions.pod:3703
msgid "\"installer\""
msgstr "\"installer\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2378 ../src/guestfs-actions.pod:3703
+#: ../fish/guestfish-actions.pod:2380 ../src/guestfs-actions.pod:3705
msgid ""
"The disk image being inspected is not an installed operating system, but a "
"I<bootable> install disk, live CD, or similar."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2383 ../src/guestfs-actions.pod:3708
+#: ../fish/guestfish-actions.pod:2385 ../src/guestfs-actions.pod:3710
msgid "The format of this disk image is not known."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2392
+#: ../fish/guestfish-actions.pod:2394
msgid "inspect-get-hostname"
msgstr "inspect-get-hostname"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2394
+#: ../fish/guestfish-actions.pod:2396
#, no-wrap
msgid ""
" inspect-get-hostname root\n"
@@ -15361,26 +15391,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2396 ../src/guestfs-actions.pod:3728
+#: ../fish/guestfish-actions.pod:2398 ../src/guestfs-actions.pod:3730
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:2399 ../src/guestfs-actions.pod:3731
+#: ../fish/guestfish-actions.pod:2401 ../src/guestfs-actions.pod:3733
msgid ""
"If the hostname could not be determined, then the string C<unknown> is "
"returned."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2404
+#: ../fish/guestfish-actions.pod:2406
msgid "inspect-get-icon"
msgstr "inspect-get-icon"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2406
+#: ../fish/guestfish-actions.pod:2408
#, no-wrap
msgid ""
" inspect-get-icon root [favicon:true|false] [highquality:true|false]\n"
@@ -15390,7 +15420,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2408 ../src/guestfs-actions.pod:3757
+#: ../fish/guestfish-actions.pod:2410 ../src/guestfs-actions.pod:3759
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 "
@@ -15398,14 +15428,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2412 ../src/guestfs-actions.pod:3761
+#: ../fish/guestfish-actions.pod:2414 ../src/guestfs-actions.pod:3763
msgid ""
"If it was not possible to get an icon this function returns a zero-length "
"(non-NULL) buffer. I<Callers must check for this case>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2415 ../src/guestfs-actions.pod:3764
+#: ../fish/guestfish-actions.pod:2417 ../src/guestfs-actions.pod:3766
msgid ""
"Libguestfs will start by looking for a file called C</etc/favicon.png> or "
"C<C:\\etc\\favicon.png> and if it has the correct format, the contents of "
@@ -15414,14 +15444,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2421 ../src/guestfs-actions.pod:3770
+#: ../fish/guestfish-actions.pod:2423 ../src/guestfs-actions.pod:3772
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:2424 ../src/guestfs-actions.pod:3773
+#: ../fish/guestfish-actions.pod:2426 ../src/guestfs-actions.pod:3775
msgid ""
"If the optional C<highquality> boolean is true then only high quality icons "
"are returned, which means only icons of high resolution with an alpha "
@@ -15430,7 +15460,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2435 ../src/guestfs-actions.pod:3784
+#: ../fish/guestfish-actions.pod:2437 ../src/guestfs-actions.pod:3786
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 "
@@ -15438,7 +15468,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2441 ../src/guestfs-actions.pod:3790
+#: ../fish/guestfish-actions.pod:2443 ../src/guestfs-actions.pod:3792
msgid ""
"B<Security:> The icon data comes from the untrusted guest, and should be "
"treated with caution. PNG files have been known to contain exploits. "
@@ -15447,7 +15477,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2449 ../src/guestfs-actions.pod:3798
+#: ../fish/guestfish-actions.pod:2451 ../src/guestfs-actions.pod:3800
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 "
@@ -15455,7 +15485,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2456 ../src/guestfs-actions.pod:3805
+#: ../fish/guestfish-actions.pod:2458 ../src/guestfs-actions.pod:3807
msgid ""
"Extracting icons from Windows guests requires the external C<wrestool> "
"program from the C<icoutils> package, and several programs (C<bmptopnm>, "
@@ -15464,19 +15494,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2463 ../src/guestfs-actions.pod:3812
+#: ../fish/guestfish-actions.pod:2465 ../src/guestfs-actions.pod:3814
msgid ""
"Operating system icons are usually trademarks. Seek legal advice before "
"using trademarks in applications."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2470
+#: ../fish/guestfish-actions.pod:2472
msgid "inspect-get-major-version"
msgstr "inspect-get-major-version"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2472
+#: ../fish/guestfish-actions.pod:2474
#, no-wrap
msgid ""
" inspect-get-major-version root\n"
@@ -15486,13 +15516,13 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2474 ../src/guestfs-actions.pod:3853
+#: ../fish/guestfish-actions.pod:2476 ../src/guestfs-actions.pod:3855
msgid ""
"This returns the major version number of the inspected operating system."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2477 ../src/guestfs-actions.pod:3856
+#: ../fish/guestfish-actions.pod:2479 ../src/guestfs-actions.pod:3858
msgid ""
"Windows uses a consistent versioning scheme which is I<not> reflected in the "
"popular public names used by the operating system. Notably the operating "
@@ -15502,18 +15532,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2484 ../fish/guestfish-actions.pod:2495
-#: ../src/guestfs-actions.pod:3863 ../src/guestfs-actions.pod:3880
+#: ../fish/guestfish-actions.pod:2486 ../fish/guestfish-actions.pod:2497
+#: ../src/guestfs-actions.pod:3865 ../src/guestfs-actions.pod:3882
msgid "If the version could not be determined, then C<0> is returned."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2488
+#: ../fish/guestfish-actions.pod:2490
msgid "inspect-get-minor-version"
msgstr "inspect-get-minor-version"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2490
+#: ../fish/guestfish-actions.pod:2492
#, no-wrap
msgid ""
" inspect-get-minor-version root\n"
@@ -15523,13 +15553,13 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2492 ../src/guestfs-actions.pod:3877
+#: ../fish/guestfish-actions.pod:2494 ../src/guestfs-actions.pod:3879
msgid ""
"This returns the minor version number of the inspected operating system."
msgstr "検査するオペレーティングシステムのマイナーバージョン番号を返します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2497
+#: ../fish/guestfish-actions.pod:2499
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also L</inspect-"
"get-major-version>."
@@ -15538,12 +15568,12 @@ msgstr ""
"version> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:2500
+#: ../fish/guestfish-actions.pod:2502
msgid "inspect-get-mountpoints"
msgstr "inspect-get-mountpoints"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2502
+#: ../fish/guestfish-actions.pod:2504
#, no-wrap
msgid ""
" inspect-get-mountpoints root\n"
@@ -15553,7 +15583,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2504 ../src/guestfs-actions.pod:3895
+#: ../fish/guestfish-actions.pod:2506 ../src/guestfs-actions.pod:3897
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 "
@@ -15564,7 +15594,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2513 ../src/guestfs-actions.pod:3904
+#: ../fish/guestfish-actions.pod:2515 ../src/guestfs-actions.pod:3906
msgid ""
"Each element in the returned hashtable has a key which is the path of the "
"mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
@@ -15572,13 +15602,13 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2518 ../src/guestfs-actions.pod:3909
+#: ../fish/guestfish-actions.pod:2520 ../src/guestfs-actions.pod:3911
msgid ""
"Non-mounted devices such as swap devices are I<not> returned in this list."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2521
+#: ../fish/guestfish-actions.pod:2523
msgid ""
"For operating systems like Windows which still use drive letters, this call "
"will only return an entry for the first drive \"mounted on\" C</>. For "
@@ -15587,7 +15617,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2527
+#: ../fish/guestfish-actions.pod:2529
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also L</inspect-"
"get-filesystems>."
@@ -15596,12 +15626,12 @@ msgstr ""
"filesystems> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:2530
+#: ../fish/guestfish-actions.pod:2532
msgid "inspect-get-package-format"
msgstr "inspect-get-package-format"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2532
+#: ../fish/guestfish-actions.pod:2534
#, no-wrap
msgid ""
" inspect-get-package-format root\n"
@@ -15611,7 +15641,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2534
+#: ../fish/guestfish-actions.pod:2536
msgid ""
"This function and L</inspect-get-package-management> return the package "
"format and package management tool used by the inspected operating system. "
@@ -15620,7 +15650,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2540 ../src/guestfs-actions.pod:3941
+#: ../fish/guestfish-actions.pod:2542 ../src/guestfs-actions.pod:3943
msgid ""
"This returns the string C<unknown> if we could not determine the package "
"format I<or> if the operating system does not have a real packaging system "
@@ -15628,19 +15658,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2544 ../src/guestfs-actions.pod:3945
+#: ../fish/guestfish-actions.pod:2546 ../src/guestfs-actions.pod:3947
msgid ""
"Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>, "
"C<pkgsrc>. Future versions of libguestfs may return other strings."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2550
+#: ../fish/guestfish-actions.pod:2552
msgid "inspect-get-package-management"
msgstr "inspect-get-package-management"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2552
+#: ../fish/guestfish-actions.pod:2554
#, no-wrap
msgid ""
" inspect-get-package-management root\n"
@@ -15650,7 +15680,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2554
+#: ../fish/guestfish-actions.pod:2556
msgid ""
"L</inspect-get-package-format> and this function return the package format "
"and package management tool used by the inspected operating system. For "
@@ -15659,7 +15689,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2560 ../src/guestfs-actions.pod:3968
+#: ../fish/guestfish-actions.pod:2562 ../src/guestfs-actions.pod:3970
msgid ""
"This returns the string C<unknown> if we could not determine the package "
"management tool I<or> if the operating system does not have a real packaging "
@@ -15667,7 +15697,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2564 ../src/guestfs-actions.pod:3972
+#: ../fish/guestfish-actions.pod:2566 ../src/guestfs-actions.pod:3974
msgid ""
"Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
"derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>, C<zypper>. Future "
@@ -15675,12 +15705,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2571
+#: ../fish/guestfish-actions.pod:2573
msgid "inspect-get-product-name"
msgstr "inspect-get-product-name"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2573
+#: ../fish/guestfish-actions.pod:2575
#, no-wrap
msgid ""
" inspect-get-product-name root\n"
@@ -15690,7 +15720,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2575 ../src/guestfs-actions.pod:3990
+#: ../fish/guestfish-actions.pod:2577 ../src/guestfs-actions.pod:3992
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 "
@@ -15698,19 +15728,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2580 ../src/guestfs-actions.pod:3995
+#: ../fish/guestfish-actions.pod:2582 ../src/guestfs-actions.pod:3997
msgid ""
"If the product name could not be determined, then the string C<unknown> is "
"returned."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2585
+#: ../fish/guestfish-actions.pod:2587
msgid "inspect-get-product-variant"
msgstr "inspect-get-product-variant"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2587
+#: ../fish/guestfish-actions.pod:2589
#, no-wrap
msgid ""
" inspect-get-product-variant root\n"
@@ -15720,12 +15750,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2589 ../src/guestfs-actions.pod:4011
+#: ../fish/guestfish-actions.pod:2591 ../src/guestfs-actions.pod:4013
msgid "This returns the product variant of the inspected operating system."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2592 ../src/guestfs-actions.pod:4014
+#: ../fish/guestfish-actions.pod:2594 ../src/guestfs-actions.pod:4016
msgid ""
"For Windows guests, this returns the contents of the Registry key C<HKLM"
"\\Software\\Microsoft\\Windows NT\\CurrentVersion> C<InstallationType> which "
@@ -15737,7 +15767,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2601 ../src/guestfs-actions.pod:4023
+#: ../fish/guestfish-actions.pod:2603 ../src/guestfs-actions.pod:4025
msgid ""
"For enterprise Linux guests, in future we intend this to return the product "
"variant such as C<Desktop>, C<Server> and so on. But this is not "
@@ -15745,26 +15775,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2605 ../src/guestfs-actions.pod:4027
+#: ../fish/guestfish-actions.pod:2607 ../src/guestfs-actions.pod:4029
msgid ""
"If the product variant could not be determined, then the string C<unknown> "
"is returned."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2608
+#: ../fish/guestfish-actions.pod:2610
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also L</inspect-"
"get-product-name>, L</inspect-get-major-version>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2612
+#: ../fish/guestfish-actions.pod:2614
msgid "inspect-get-roots"
msgstr "inspect-get-roots"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2614
+#: ../fish/guestfish-actions.pod:2616
#, no-wrap
msgid ""
" inspect-get-roots\n"
@@ -15774,7 +15804,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2616
+#: ../fish/guestfish-actions.pod:2618
msgid ""
"This function is a convenient way to get the list of root devices, as "
"returned from a previous call to L</inspect-os>, but without redoing the "
@@ -15782,19 +15812,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2620
+#: ../fish/guestfish-actions.pod:2622
msgid ""
"This returns an empty list if either no root devices were found or the "
"caller has not called L</inspect-os>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2625
+#: ../fish/guestfish-actions.pod:2627
msgid "inspect-get-type"
msgstr "inspect-get-type"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2627
+#: ../fish/guestfish-actions.pod:2629
#, no-wrap
msgid ""
" inspect-get-type root\n"
@@ -15804,79 +15834,79 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2629 ../src/guestfs-actions.pod:4065
+#: ../fish/guestfish-actions.pod:2631 ../src/guestfs-actions.pod:4067
msgid ""
"This returns the type of the inspected operating system. Currently defined "
"types are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2634 ../src/guestfs-actions.pod:4070
+#: ../fish/guestfish-actions.pod:2636 ../src/guestfs-actions.pod:4072
msgid "\"linux\""
msgstr "\"linux\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2636 ../src/guestfs-actions.pod:4072
+#: ../fish/guestfish-actions.pod:2638 ../src/guestfs-actions.pod:4074
msgid "Any Linux-based operating system."
msgstr "すべての Linux ベースのオペレーティングシステム."
#. type: textblock
-#: ../fish/guestfish-actions.pod:2640 ../src/guestfs-actions.pod:4076
+#: ../fish/guestfish-actions.pod:2642 ../src/guestfs-actions.pod:4078
msgid "Any Microsoft Windows operating system."
msgstr "すべての Microsoft Windows オペレーティングシステム."
#. type: =item
-#: ../fish/guestfish-actions.pod:2642 ../src/guestfs-actions.pod:4078
+#: ../fish/guestfish-actions.pod:2644 ../src/guestfs-actions.pod:4080
msgid "\"freebsd\""
msgstr "\"freebsd\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2644 ../src/guestfs-actions.pod:4080
+#: ../fish/guestfish-actions.pod:2646 ../src/guestfs-actions.pod:4082
msgid "FreeBSD."
msgstr "FreeBSD."
#. type: =item
-#: ../fish/guestfish-actions.pod:2646 ../src/guestfs-actions.pod:4082
+#: ../fish/guestfish-actions.pod:2648 ../src/guestfs-actions.pod:4084
msgid "\"netbsd\""
msgstr "\"netbsd\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2648 ../src/guestfs-actions.pod:4084
+#: ../fish/guestfish-actions.pod:2650 ../src/guestfs-actions.pod:4086
msgid "NetBSD."
msgstr "NetBSD."
#. type: =item
-#: ../fish/guestfish-actions.pod:2650 ../src/guestfs-actions.pod:4086
+#: ../fish/guestfish-actions.pod:2652 ../src/guestfs-actions.pod:4088
msgid "\"hurd\""
msgstr "\"hurd\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2652 ../src/guestfs-actions.pod:4088
+#: ../fish/guestfish-actions.pod:2654 ../src/guestfs-actions.pod:4090
msgid "GNU/Hurd."
msgstr "GNU/Hurd."
#. type: =item
-#: ../fish/guestfish-actions.pod:2654 ../src/guestfs-actions.pod:4090
+#: ../fish/guestfish-actions.pod:2656 ../src/guestfs-actions.pod:4092
msgid "\"dos\""
msgstr "\"dos\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2656 ../src/guestfs-actions.pod:4092
+#: ../fish/guestfish-actions.pod:2658 ../src/guestfs-actions.pod:4094
msgid "MS-DOS, FreeDOS and others."
msgstr "MS-DOS, FreeDOS およびその他."
#. type: textblock
-#: ../fish/guestfish-actions.pod:2660 ../src/guestfs-actions.pod:4096
+#: ../fish/guestfish-actions.pod:2662 ../src/guestfs-actions.pod:4098
msgid "The operating system type could not be determined."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2669
+#: ../fish/guestfish-actions.pod:2671
msgid "inspect-get-windows-current-control-set"
msgstr "inspect-get-windows-current-control-set"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2671
+#: ../fish/guestfish-actions.pod:2673
#, no-wrap
msgid ""
" inspect-get-windows-current-control-set root\n"
@@ -15886,7 +15916,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2673 ../src/guestfs-actions.pod:4116
+#: ../fish/guestfish-actions.pod:2675 ../src/guestfs-actions.pod:4118
msgid ""
"This returns the Windows CurrentControlSet of the inspected guest. The "
"CurrentControlSet is a registry key name such as C<ControlSet001>."
@@ -15895,7 +15925,7 @@ msgstr ""
"CurrentControlSet は C<ControlSet001> のようなレジストリキーの名前です。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2676 ../src/guestfs-actions.pod:4119
+#: ../fish/guestfish-actions.pod:2678 ../src/guestfs-actions.pod:4121
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."
@@ -15904,12 +15934,12 @@ msgstr ""
"ことを仮定しています。該当しない場合、エラーが返されます。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:2682
+#: ../fish/guestfish-actions.pod:2684
msgid "inspect-get-windows-systemroot"
msgstr "inspect-get-windows-systemroot"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2684
+#: ../fish/guestfish-actions.pod:2686
#, no-wrap
msgid ""
" inspect-get-windows-systemroot root\n"
@@ -15919,7 +15949,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2686 ../src/guestfs-actions.pod:4136
+#: ../fish/guestfish-actions.pod:2688 ../src/guestfs-actions.pod:4138
msgid ""
"This returns the Windows systemroot of the inspected guest. The systemroot "
"is a directory path such as C</WINDOWS>."
@@ -15928,19 +15958,19 @@ msgstr ""
"は C</WINDOWS> のようなディレクトリーのパスです。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2689 ../src/guestfs-actions.pod:4139
+#: ../fish/guestfish-actions.pod:2691 ../src/guestfs-actions.pod:4141
msgid ""
"This call assumes that the guest is Windows and that the systemroot could be "
"determined by inspection. If this is not the case then an error is returned."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2695
+#: ../fish/guestfish-actions.pod:2697
msgid "inspect-is-live"
msgstr "inspect-is-live"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2697
+#: ../fish/guestfish-actions.pod:2699
#, no-wrap
msgid ""
" inspect-is-live root\n"
@@ -15950,19 +15980,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2699
+#: ../fish/guestfish-actions.pod:2701
msgid ""
"If L</inspect-get-format> returns C<installer> (this is an install disk), "
"then this returns true if a live image was detected on the disk."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2705
+#: ../fish/guestfish-actions.pod:2707
msgid "inspect-is-multipart"
msgstr "inspect-is-multipart"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2707
+#: ../fish/guestfish-actions.pod:2709
#, no-wrap
msgid ""
" inspect-is-multipart root\n"
@@ -15972,19 +16002,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2709
+#: ../fish/guestfish-actions.pod:2711
msgid ""
"If L</inspect-get-format> returns C<installer> (this is an install disk), "
"then this returns true if the disk is part of a set."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2715
+#: ../fish/guestfish-actions.pod:2717
msgid "inspect-is-netinst"
msgstr "inspect-is-netinst"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2717
+#: ../fish/guestfish-actions.pod:2719
#, no-wrap
msgid ""
" inspect-is-netinst root\n"
@@ -15994,7 +16024,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2719
+#: ../fish/guestfish-actions.pod:2721
msgid ""
"If L</inspect-get-format> returns C<installer> (this is an install disk), "
"then this returns true if the disk is a network installer, ie. not a self-"
@@ -16003,12 +16033,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2727
+#: ../fish/guestfish-actions.pod:2729
msgid "inspect-list-applications"
msgstr "inspect-list-applications"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2729
+#: ../fish/guestfish-actions.pod:2731
#, no-wrap
msgid ""
" inspect-list-applications root\n"
@@ -16018,12 +16048,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2731 ../src/guestfs-actions.pod:4206
+#: ../fish/guestfish-actions.pod:2733 ../src/guestfs-actions.pod:4208
msgid "Return the list of applications installed in the operating system."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2733
+#: ../fish/guestfish-actions.pod:2735
msgid ""
"I<Note:> This call works differently from other parts of the inspection "
"API. You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
@@ -16035,24 +16065,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2743 ../src/guestfs-actions.pod:4218
+#: ../fish/guestfish-actions.pod:2745 ../src/guestfs-actions.pod:4220
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:2746 ../src/guestfs-actions.pod:4221
+#: ../fish/guestfish-actions.pod:2748 ../src/guestfs-actions.pod:4223
msgid "The application structure contains the following fields:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2750 ../src/guestfs-actions.pod:4225
+#: ../fish/guestfish-actions.pod:2752 ../src/guestfs-actions.pod:4227
msgid "C<app_name>"
msgstr "C<app_name>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2752 ../src/guestfs-actions.pod:4227
+#: ../fish/guestfish-actions.pod:2754 ../src/guestfs-actions.pod:4229
msgid ""
"The name of the application. For Red Hat-derived and Debian-derived Linux "
"guests, this is the package name."
@@ -16061,67 +16091,67 @@ msgstr ""
"場合、パッケージ名になります。"
#. type: =item
-#: ../fish/guestfish-actions.pod:2755 ../src/guestfs-actions.pod:4230
+#: ../fish/guestfish-actions.pod:2757 ../src/guestfs-actions.pod:4232
msgid "C<app_display_name>"
msgstr "C<app_display_name>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2757 ../src/guestfs-actions.pod:4232
+#: ../fish/guestfish-actions.pod:2759 ../src/guestfs-actions.pod:4234
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:2760 ../src/guestfs-actions.pod:4235
+#: ../fish/guestfish-actions.pod:2762 ../src/guestfs-actions.pod:4237
msgid ""
"If unavailable this is returned as an empty string C<\"\">. Callers needing "
"to display something can use C<app_name> instead."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2763 ../src/guestfs-actions.pod:4238
+#: ../fish/guestfish-actions.pod:2765 ../src/guestfs-actions.pod:4240
msgid "C<app_epoch>"
msgstr "C<app_epoch>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2765 ../src/guestfs-actions.pod:4240
+#: ../fish/guestfish-actions.pod:2767 ../src/guestfs-actions.pod:4242
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:2768 ../src/guestfs-actions.pod:4243
+#: ../fish/guestfish-actions.pod:2770 ../src/guestfs-actions.pod:4245
msgid "C<app_version>"
msgstr "C<app_version>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2770 ../src/guestfs-actions.pod:4245
+#: ../fish/guestfish-actions.pod:2772 ../src/guestfs-actions.pod:4247
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:2773 ../src/guestfs-actions.pod:4248
+#: ../fish/guestfish-actions.pod:2775 ../src/guestfs-actions.pod:4250
msgid "C<app_release>"
msgstr "C<app_release>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2775 ../src/guestfs-actions.pod:4250
+#: ../fish/guestfish-actions.pod:2777 ../src/guestfs-actions.pod:4252
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:2779 ../src/guestfs-actions.pod:4254
+#: ../fish/guestfish-actions.pod:2781 ../src/guestfs-actions.pod:4256
msgid "C<app_install_path>"
msgstr "C<app_install_path>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2781 ../src/guestfs-actions.pod:4256
+#: ../fish/guestfish-actions.pod:2783 ../src/guestfs-actions.pod:4258
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 "
@@ -16129,89 +16159,89 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2786 ../src/guestfs-actions.pod:4261
+#: ../fish/guestfish-actions.pod:2788 ../src/guestfs-actions.pod:4263
msgid "If unavailable this is returned as an empty string C<\"\">."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2788 ../src/guestfs-actions.pod:4263
+#: ../fish/guestfish-actions.pod:2790 ../src/guestfs-actions.pod:4265
msgid "C<app_trans_path>"
msgstr "C<app_trans_path>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2790 ../src/guestfs-actions.pod:4265
+#: ../fish/guestfish-actions.pod:2792 ../src/guestfs-actions.pod:4267
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:2793 ../src/guestfs-actions.pod:4268
+#: ../fish/guestfish-actions.pod:2795 ../src/guestfs-actions.pod:4270
msgid "C<app_publisher>"
msgstr "C<app_publisher>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2795 ../src/guestfs-actions.pod:4270
+#: ../fish/guestfish-actions.pod:2797 ../src/guestfs-actions.pod:4272
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:2799 ../src/guestfs-actions.pod:4274
+#: ../fish/guestfish-actions.pod:2801 ../src/guestfs-actions.pod:4276
msgid "C<app_url>"
msgstr "C<app_url>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2801 ../src/guestfs-actions.pod:4276
+#: ../fish/guestfish-actions.pod:2803 ../src/guestfs-actions.pod:4278
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:2804 ../src/guestfs-actions.pod:4279
+#: ../fish/guestfish-actions.pod:2806 ../src/guestfs-actions.pod:4281
msgid "C<app_source_package>"
msgstr "C<app_source_package>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2806 ../src/guestfs-actions.pod:4281
+#: ../fish/guestfish-actions.pod:2808 ../src/guestfs-actions.pod:4283
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:2809 ../src/guestfs-actions.pod:4284
+#: ../fish/guestfish-actions.pod:2811 ../src/guestfs-actions.pod:4286
msgid "C<app_summary>"
msgstr "C<app_summary>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2811 ../src/guestfs-actions.pod:4286
+#: ../fish/guestfish-actions.pod:2813 ../src/guestfs-actions.pod:4288
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:2814 ../src/guestfs-actions.pod:4289
+#: ../fish/guestfish-actions.pod:2816 ../src/guestfs-actions.pod:4291
msgid "C<app_description>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2816 ../src/guestfs-actions.pod:4291
+#: ../fish/guestfish-actions.pod:2818 ../src/guestfs-actions.pod:4293
msgid ""
"A longer description of the application or package. If unavailable this is "
"returned as an empty string C<\"\">."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2823
+#: ../fish/guestfish-actions.pod:2825
msgid "inspect-os"
msgstr "inspect-os"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2825
+#: ../fish/guestfish-actions.pod:2827
#, no-wrap
msgid ""
" inspect-os\n"
@@ -16221,7 +16251,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2827 ../src/guestfs-actions.pod:4309
+#: ../fish/guestfish-actions.pod:2829 ../src/guestfs-actions.pod:4311
msgid ""
"This function uses other libguestfs functions and certain heuristics to "
"inspect the disk(s) (usually disks belonging to a virtual machine), looking "
@@ -16229,12 +16259,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2831 ../src/guestfs-actions.pod:4313
+#: ../fish/guestfish-actions.pod:2833 ../src/guestfs-actions.pod:4315
msgid "The list returned is empty if no operating systems were found."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2833 ../src/guestfs-actions.pod:4315
+#: ../fish/guestfish-actions.pod:2835 ../src/guestfs-actions.pod:4317
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. "
@@ -16244,7 +16274,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2840
+#: ../fish/guestfish-actions.pod:2842
msgid ""
"You can pass the root string(s) returned to other L</inspect-get-*> "
"functions in order to query further information about each operating system, "
@@ -16252,7 +16282,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2845
+#: ../fish/guestfish-actions.pod:2847
msgid ""
"This function uses other libguestfs features such as L</mount-ro> and L</"
"umount-all> in order to mount and unmount filesystems and look at the "
@@ -16261,25 +16291,25 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2851 ../src/guestfs-actions.pod:4333
+#: ../fish/guestfish-actions.pod:2853 ../src/guestfs-actions.pod:4335
msgid ""
"This function cannot decrypt encrypted disks. The caller must do that first "
"(supplying the necessary keys) if the disk is encrypted."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2857 ../fish/guestfish-actions.pod:3080
-#: ../fish/guestfish-actions.pod:3145
+#: ../fish/guestfish-actions.pod:2859 ../fish/guestfish-actions.pod:3087
+#: ../fish/guestfish-actions.pod:3152
msgid "See also L</list-filesystems>."
msgstr "L</list-filesystems> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:2859
+#: ../fish/guestfish-actions.pod:2861
msgid "is-blockdev"
msgstr "is-blockdev"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2861
+#: ../fish/guestfish-actions.pod:2863
#, no-wrap
msgid ""
" is-blockdev path\n"
@@ -16289,27 +16319,27 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2863 ../src/guestfs-actions.pod:4353
+#: ../fish/guestfish-actions.pod:2865 ../src/guestfs-actions.pod:4355
msgid ""
"This returns C<true> if and only if there is a block device with the given "
"C<path> name."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2866 ../fish/guestfish-actions.pod:2875
-#: ../fish/guestfish-actions.pod:2894 ../fish/guestfish-actions.pod:2903
-#: ../fish/guestfish-actions.pod:2913 ../fish/guestfish-actions.pod:2947
-#: ../fish/guestfish-actions.pod:2956
+#: ../fish/guestfish-actions.pod:2868 ../fish/guestfish-actions.pod:2877
+#: ../fish/guestfish-actions.pod:2896 ../fish/guestfish-actions.pod:2905
+#: ../fish/guestfish-actions.pod:2915 ../fish/guestfish-actions.pod:2949
+#: ../fish/guestfish-actions.pod:2958
msgid "See also L</stat>."
msgstr "L</stat> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:2868
+#: ../fish/guestfish-actions.pod:2870
msgid "is-chardev"
msgstr "is-chardev"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2870
+#: ../fish/guestfish-actions.pod:2872
#, no-wrap
msgid ""
" is-chardev path\n"
@@ -16319,19 +16349,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2872 ../src/guestfs-actions.pod:4368
+#: ../fish/guestfish-actions.pod:2874 ../src/guestfs-actions.pod:4370
msgid ""
"This returns C<true> if and only if there is a character device with the "
"given C<path> name."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2877
+#: ../fish/guestfish-actions.pod:2879
msgid "is-config"
msgstr "is-config"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2879
+#: ../fish/guestfish-actions.pod:2881
#, no-wrap
msgid ""
" is-config\n"
@@ -16341,19 +16371,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2881 ../src/guestfs-actions.pod:4382
+#: ../fish/guestfish-actions.pod:2883 ../src/guestfs-actions.pod:4384
msgid ""
"This returns true iff this handle is being configured (in the C<CONFIG> "
"state)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2886
+#: ../fish/guestfish-actions.pod:2888
msgid "is-dir"
msgstr "is-dir"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2888
+#: ../fish/guestfish-actions.pod:2890
#, no-wrap
msgid ""
" is-dir path\n"
@@ -16363,19 +16393,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2890 ../src/guestfs-actions.pod:4397
+#: ../fish/guestfish-actions.pod:2892 ../src/guestfs-actions.pod:4399
msgid ""
"This returns C<true> if and only if there is a directory with the given "
"C<path> name. Note that it returns false for other objects like files."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2896
+#: ../fish/guestfish-actions.pod:2898
msgid "is-fifo"
msgstr "is-fifo"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2898
+#: ../fish/guestfish-actions.pod:2900
#, no-wrap
msgid ""
" is-fifo path\n"
@@ -16385,19 +16415,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2900 ../src/guestfs-actions.pod:4413
+#: ../fish/guestfish-actions.pod:2902 ../src/guestfs-actions.pod:4415
msgid ""
"This returns C<true> if and only if there is a FIFO (named pipe) with the "
"given C<path> name."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2905
+#: ../fish/guestfish-actions.pod:2907
msgid "is-file"
msgstr "is-file"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2907
+#: ../fish/guestfish-actions.pod:2909
#, no-wrap
msgid ""
" is-file path\n"
@@ -16407,19 +16437,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2909 ../src/guestfs-actions.pod:4428
+#: ../fish/guestfish-actions.pod:2911 ../src/guestfs-actions.pod:4430
msgid ""
"This returns C<true> if and only if there is a regular file with the given "
"C<path> name. Note that it returns false for other objects like directories."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2915
+#: ../fish/guestfish-actions.pod:2917
msgid "is-launching"
msgstr "is-launching"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2917
+#: ../fish/guestfish-actions.pod:2919
#, no-wrap
msgid ""
" is-launching\n"
@@ -16429,19 +16459,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2919 ../src/guestfs-actions.pod:4443
+#: ../fish/guestfish-actions.pod:2921 ../src/guestfs-actions.pod:4445
msgid ""
"This returns true iff this handle is launching the subprocess (in the "
"C<LAUNCHING> state)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2924
+#: ../fish/guestfish-actions.pod:2926
msgid "is-lv"
msgstr "is-lv"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2926
+#: ../fish/guestfish-actions.pod:2928
#, no-wrap
msgid ""
" is-lv device\n"
@@ -16451,19 +16481,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2928 ../src/guestfs-actions.pod:4458
+#: ../fish/guestfish-actions.pod:2930 ../src/guestfs-actions.pod:4460
msgid ""
"This command tests whether C<device> is a logical volume, and returns true "
"iff this is the case."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2931
+#: ../fish/guestfish-actions.pod:2933
msgid "is-ready"
msgstr "is-ready"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2933
+#: ../fish/guestfish-actions.pod:2935
#, no-wrap
msgid ""
" is-ready\n"
@@ -16473,19 +16503,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2935 ../src/guestfs-actions.pod:4470
+#: ../fish/guestfish-actions.pod:2937 ../src/guestfs-actions.pod:4472
msgid ""
"This returns true iff this handle is ready to accept commands (in the "
"C<READY> state)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2940
+#: ../fish/guestfish-actions.pod:2942
msgid "is-socket"
msgstr "is-socket"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2942
+#: ../fish/guestfish-actions.pod:2944
#, no-wrap
msgid ""
" is-socket path\n"
@@ -16495,19 +16525,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2944 ../src/guestfs-actions.pod:4485
+#: ../fish/guestfish-actions.pod:2946 ../src/guestfs-actions.pod:4487
msgid ""
"This returns C<true> if and only if there is a Unix domain socket with the "
"given C<path> name."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2949
+#: ../fish/guestfish-actions.pod:2951
msgid "is-symlink"
msgstr "is-symlink"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2951
+#: ../fish/guestfish-actions.pod:2953
#, no-wrap
msgid ""
" is-symlink path\n"
@@ -16517,19 +16547,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2953 ../src/guestfs-actions.pod:4500
+#: ../fish/guestfish-actions.pod:2955 ../src/guestfs-actions.pod:4502
msgid ""
"This returns C<true> if and only if there is a symbolic link with the given "
"C<path> name."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2958
+#: ../fish/guestfish-actions.pod:2960
msgid "is-zero"
msgstr "is-zero"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2960
+#: ../fish/guestfish-actions.pod:2962
#, no-wrap
msgid ""
" is-zero path\n"
@@ -16539,19 +16569,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2962 ../src/guestfs-actions.pod:4515
+#: ../fish/guestfish-actions.pod:2964 ../src/guestfs-actions.pod:4517
msgid ""
"This returns true iff the file exists and the file is empty or it contains "
"all zero bytes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2965
+#: ../fish/guestfish-actions.pod:2967
msgid "is-zero-device"
msgstr "is-zero-device"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2967
+#: ../fish/guestfish-actions.pod:2969
#, no-wrap
msgid ""
" is-zero-device device\n"
@@ -16561,22 +16591,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2969 ../src/guestfs-actions.pod:4528
+#: ../fish/guestfish-actions.pod:2971 ../src/guestfs-actions.pod:4530
msgid "This returns true iff the device exists and contains all zero bytes."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2971 ../src/guestfs-actions.pod:4530
+#: ../fish/guestfish-actions.pod:2973 ../src/guestfs-actions.pod:4532
msgid "Note that for large devices this can take a long time to run."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2973
+#: ../fish/guestfish-actions.pod:2975
msgid "isoinfo"
msgstr "isoinfo"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2975
+#: ../fish/guestfish-actions.pod:2977
#, no-wrap
msgid ""
" isoinfo isofile\n"
@@ -16586,7 +16616,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2977
+#: ../fish/guestfish-actions.pod:2979
msgid ""
"This is the same as L</isoinfo-device> except that it works for an ISO file "
"located inside some other mounted filesystem. Note that in the common case "
@@ -16595,12 +16625,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2983
+#: ../fish/guestfish-actions.pod:2985
msgid "isoinfo-device"
msgstr "isoinfo-device"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2985
+#: ../fish/guestfish-actions.pod:2987
#, no-wrap
msgid ""
" isoinfo-device device\n"
@@ -16610,7 +16640,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2987 ../src/guestfs-actions.pod:4560
+#: ../fish/guestfish-actions.pod:2989 ../src/guestfs-actions.pod:4562
msgid ""
"C<device> is an ISO device. This returns a struct of information read from "
"the primary volume descriptor (the ISO equivalent of the superblock) of the "
@@ -16618,14 +16648,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2991 ../src/guestfs-actions.pod:4564
+#: ../fish/guestfish-actions.pod:2993 ../src/guestfs-actions.pod:4566
msgid ""
"Usually it is more efficient to use the L<isoinfo(1)> command with the I<-d> "
"option on the host to analyze ISO files, instead of going through libguestfs."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2995 ../src/guestfs-actions.pod:4568
+#: ../fish/guestfish-actions.pod:2997 ../src/guestfs-actions.pod:4570
msgid ""
"For information on the primary volume descriptor fields, see L<http://wiki."
"osdev.org/ISO_9660#The_Primary_Volume_Descriptor>"
@@ -16634,12 +16664,12 @@ msgstr ""
"ISO_9660#The_Primary_Volume_Descriptor> を参照してください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:2998
+#: ../fish/guestfish-actions.pod:3000
msgid "kill-subprocess"
msgstr "kill-subprocess"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3000
+#: ../fish/guestfish-actions.pod:3002
#, no-wrap
msgid ""
" kill-subprocess\n"
@@ -16649,34 +16679,34 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3002 ../src/guestfs-actions.pod:4589
+#: ../fish/guestfish-actions.pod:3004 ../src/guestfs-actions.pod:4591
msgid "This kills the qemu subprocess."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3004
+#: ../fish/guestfish-actions.pod:3006
msgid "Do not call this. See: L</shutdown> instead."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3006
+#: ../fish/guestfish-actions.pod:3008
msgid ""
"I<This function is deprecated.> In new code, use the L</shutdown> call "
"instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3013
+#: ../fish/guestfish-actions.pod:3015
msgid "launch"
msgstr "launch"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3015
+#: ../fish/guestfish-actions.pod:3017
msgid "run"
msgstr "run"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3017
+#: ../fish/guestfish-actions.pod:3019
#, no-wrap
msgid ""
" launch\n"
@@ -16686,26 +16716,35 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3019 ../src/guestfs-actions.pod:4602
+#: ../fish/guestfish-actions.pod:3021 ../src/guestfs-actions.pod:4604
msgid ""
"Internally libguestfs is implemented by running a virtual machine using "
"L<qemu(1)>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3022 ../src/guestfs-actions.pod:4605
+#: ../fish/guestfish-actions.pod:3024 ../src/guestfs-actions.pod:4607
msgid ""
"You should call this after configuring the handle (eg. adding drives) but "
"before performing any actions."
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:3027
+msgid ""
+"Do not call L</launch> twice on the same handle. Although it will not give "
+"an error (for historical reasons), the precise behaviour when you do this is "
+"not well defined. Handles are very cheap to create, so create a new one for "
+"each launch."
+msgstr ""
+
#. type: =head2
-#: ../fish/guestfish-actions.pod:3025
+#: ../fish/guestfish-actions.pod:3032
msgid "lchown"
msgstr "lchown"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3027
+#: ../fish/guestfish-actions.pod:3034
#, no-wrap
msgid ""
" lchown owner group path\n"
@@ -16715,7 +16754,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3029
+#: ../fish/guestfish-actions.pod:3036
msgid ""
"Change the file owner to C<owner> and group to C<group>. This is like L</"
"chown> but if C<path> is a symlink then the link itself is changed, not the "
@@ -16723,12 +16762,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3037
+#: ../fish/guestfish-actions.pod:3044
msgid "lgetxattr"
msgstr "lgetxattr"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3039
+#: ../fish/guestfish-actions.pod:3046
#, no-wrap
msgid ""
" lgetxattr path name\n"
@@ -16738,24 +16777,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3041 ../src/guestfs-actions.pod:4645
+#: ../fish/guestfish-actions.pod:3048 ../src/guestfs-actions.pod:4652
msgid ""
"Get a single extended attribute from file C<path> named C<name>. If C<path> "
"is a symlink, then this call returns an extended attribute from the symlink."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3055
+#: ../fish/guestfish-actions.pod:3062
msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
msgstr "関連項目: L</lgetxattrs>, L</getxattr>, L<attr(5)>"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3057
+#: ../fish/guestfish-actions.pod:3064
msgid "lgetxattrs"
msgstr "lgetxattrs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3059
+#: ../fish/guestfish-actions.pod:3066
#, no-wrap
msgid ""
" lgetxattrs path\n"
@@ -16765,19 +16804,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3061
+#: ../fish/guestfish-actions.pod:3068
msgid ""
"This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
"it returns the extended attributes of the link itself."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3065
+#: ../fish/guestfish-actions.pod:3072
msgid "list-9p"
msgstr "list-9p"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3067
+#: ../fish/guestfish-actions.pod:3074
#, no-wrap
msgid ""
" list-9p\n"
@@ -16787,19 +16826,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3069 ../src/guestfs-actions.pod:4688
+#: ../fish/guestfish-actions.pod:3076 ../src/guestfs-actions.pod:4695
msgid ""
"List all 9p filesystems attached to the guest. A list of mount tags is "
"returned."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3072
+#: ../fish/guestfish-actions.pod:3079
msgid "list-devices"
msgstr "list-devices"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3074
+#: ../fish/guestfish-actions.pod:3081
#, no-wrap
msgid ""
" list-devices\n"
@@ -16809,22 +16848,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3076 ../src/guestfs-actions.pod:4702
+#: ../fish/guestfish-actions.pod:3083 ../src/guestfs-actions.pod:4709
msgid "List all the block devices."
msgstr "すべてのブロックデバイスを一覧表示します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3078 ../src/guestfs-actions.pod:4704
+#: ../fish/guestfish-actions.pod:3085 ../src/guestfs-actions.pod:4711
msgid "The full block device names are returned, eg. C</dev/sda>."
msgstr "ブロックデバイスの完全名(例: C</dev/sda>)を返します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3082
+#: ../fish/guestfish-actions.pod:3089
msgid "list-dm-devices"
msgstr "list-dm-devices"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3084
+#: ../fish/guestfish-actions.pod:3091
#, no-wrap
msgid ""
" list-dm-devices\n"
@@ -16834,31 +16873,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3086 ../src/guestfs-actions.pod:4719
+#: ../fish/guestfish-actions.pod:3093 ../src/guestfs-actions.pod:4726
msgid "List all device mapper devices."
msgstr "すべてのデバイスマッパーデバイスを一覧表示します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3088
+#: ../fish/guestfish-actions.pod:3095
msgid ""
"The returned list contains C</dev/mapper/*> devices, eg. ones created by a "
"previous call to L</luks-open>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3091
+#: ../fish/guestfish-actions.pod:3098
msgid ""
"Device mapper devices which correspond to logical volumes are I<not> "
"returned in this list. Call L</lvs> if you want to list logical volumes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3095
+#: ../fish/guestfish-actions.pod:3102
msgid "list-filesystems"
msgstr "list-filesystems"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3097
+#: ../fish/guestfish-actions.pod:3104
#, no-wrap
msgid ""
" list-filesystems\n"
@@ -16868,7 +16907,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3099 ../src/guestfs-actions.pod:4739
+#: ../fish/guestfish-actions.pod:3106 ../src/guestfs-actions.pod:4746
msgid ""
"This inspection command looks for filesystems on partitions, block devices "
"and logical volumes, returning a list of devices containing filesystems and "
@@ -16876,14 +16915,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3103 ../src/guestfs-actions.pod:4743
+#: ../fish/guestfish-actions.pod:3110 ../src/guestfs-actions.pod:4750
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:3107 ../src/guestfs-actions.pod:4747
+#: ../fish/guestfish-actions.pod:3114 ../src/guestfs-actions.pod:4754
#, no-wrap
msgid ""
" \"/dev/sda1\" => \"ntfs\"\n"
@@ -16899,14 +16938,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3112 ../src/guestfs-actions.pod:4752
+#: ../fish/guestfish-actions.pod:3119 ../src/guestfs-actions.pod:4759
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."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3116
+#: ../fish/guestfish-actions.pod:3123
msgid ""
"This command runs other libguestfs commands, which might include L</mount> "
"and L</umount>, and therefore you should use this soon after launch and only "
@@ -16914,7 +16953,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3120
+#: ../fish/guestfish-actions.pod:3127
msgid ""
"Not all of the filesystems returned will be mountable. In particular, swap "
"partitions are returned in the list. Also this command does not check that "
@@ -16924,12 +16963,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3128
+#: ../fish/guestfish-actions.pod:3135
msgid "list-md-devices"
msgstr "list-md-devices"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3130
+#: ../fish/guestfish-actions.pod:3137
#, no-wrap
msgid ""
" list-md-devices\n"
@@ -16939,17 +16978,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3132 ../src/guestfs-actions.pod:4781
+#: ../fish/guestfish-actions.pod:3139 ../src/guestfs-actions.pod:4788
msgid "List all Linux md devices."
msgstr "すべての Linux md デバイスを一覧表示します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3134
+#: ../fish/guestfish-actions.pod:3141
msgid "list-partitions"
msgstr "list-partitions"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3136
+#: ../fish/guestfish-actions.pod:3143
#, no-wrap
msgid ""
" list-partitions\n"
@@ -16959,17 +16998,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3138 ../src/guestfs-actions.pod:4794
+#: ../fish/guestfish-actions.pod:3145 ../src/guestfs-actions.pod:4801
msgid "List all the partitions detected on all block devices."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3140 ../src/guestfs-actions.pod:4796
+#: ../fish/guestfish-actions.pod:3147 ../src/guestfs-actions.pod:4803
msgid "The full partition device names are returned, eg. C</dev/sda1>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3142
+#: ../fish/guestfish-actions.pod:3149
msgid ""
"This does not return logical volumes. For that you will need to call L</"
"lvs>."
@@ -16978,12 +17017,12 @@ msgstr ""
"ます。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3147
+#: ../fish/guestfish-actions.pod:3154
msgid "ll"
msgstr "ll"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3149
+#: ../fish/guestfish-actions.pod:3156
#, no-wrap
msgid ""
" ll directory\n"
@@ -16993,15 +17032,15 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3151 ../src/guestfs-actions.pod:4815
+#: ../fish/guestfish-actions.pod:3158 ../src/guestfs-actions.pod:4822
msgid ""
"List the files in C<directory> (relative to the root directory, there is no "
"cwd) in the format of 'ls -la'."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3154 ../fish/guestfish-actions.pod:3163
-#: ../src/guestfs-actions.pod:4818 ../src/guestfs-actions.pod:4834
+#: ../fish/guestfish-actions.pod:3161 ../fish/guestfish-actions.pod:3170
+#: ../src/guestfs-actions.pod:4825 ../src/guestfs-actions.pod:4841
msgid ""
"This command is mostly useful for interactive sessions. It is I<not> "
"intended that you try to parse the output string."
@@ -17010,12 +17049,12 @@ msgstr ""
"析しようという意図はI<ありません>。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3157
+#: ../fish/guestfish-actions.pod:3164
msgid "llz"
msgstr "llz"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3159
+#: ../fish/guestfish-actions.pod:3166
#, no-wrap
msgid ""
" llz directory\n"
@@ -17025,17 +17064,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3161 ../src/guestfs-actions.pod:4832
+#: ../fish/guestfish-actions.pod:3168 ../src/guestfs-actions.pod:4839
msgid "List the files in C<directory> in the format of 'ls -laZ'."
msgstr "'ls -laZ' 形式で C<directory> にあるファイルを一覧表示します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3166
+#: ../fish/guestfish-actions.pod:3173
msgid "ln"
msgstr "ln"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3168
+#: ../fish/guestfish-actions.pod:3175
#, no-wrap
msgid ""
" ln target linkname\n"
@@ -17045,17 +17084,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3170 ../src/guestfs-actions.pod:4849
+#: ../fish/guestfish-actions.pod:3177 ../src/guestfs-actions.pod:4856
msgid "This command creates a hard link using the C<ln> command."
msgstr "このコマンドは C<ln> コマンドを使用してハードリンクを作成します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3172
+#: ../fish/guestfish-actions.pod:3179
msgid "ln-f"
msgstr "ln-f"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3174
+#: ../fish/guestfish-actions.pod:3181
#, no-wrap
msgid ""
" ln-f target linkname\n"
@@ -17065,19 +17104,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3176 ../src/guestfs-actions.pod:4862
+#: ../fish/guestfish-actions.pod:3183 ../src/guestfs-actions.pod:4869
msgid ""
"This command creates a hard link using the C<ln -f> command. The I<-f> "
"option removes the link (C<linkname>) if it exists already."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3179
+#: ../fish/guestfish-actions.pod:3186
msgid "ln-s"
msgstr "ln-s"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3181
+#: ../fish/guestfish-actions.pod:3188
#, no-wrap
msgid ""
" ln-s target linkname\n"
@@ -17087,18 +17126,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3183 ../src/guestfs-actions.pod:4876
+#: ../fish/guestfish-actions.pod:3190 ../src/guestfs-actions.pod:4883
msgid "This command creates a symbolic link using the C<ln -s> command."
msgstr ""
"このコマンドは C<ln -s> コマンドを使用してシンボリックリンクを作成します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3185
+#: ../fish/guestfish-actions.pod:3192
msgid "ln-sf"
msgstr "ln-sf"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3187
+#: ../fish/guestfish-actions.pod:3194
#, no-wrap
msgid ""
" ln-sf target linkname\n"
@@ -17108,19 +17147,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3189 ../src/guestfs-actions.pod:4889
+#: ../fish/guestfish-actions.pod:3196 ../src/guestfs-actions.pod:4896
msgid ""
"This command creates a symbolic link using the C<ln -sf> command, The I<-f> "
"option removes the link (C<linkname>) if it exists already."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3192
+#: ../fish/guestfish-actions.pod:3199
msgid "lremovexattr"
msgstr "lremovexattr"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3194
+#: ../fish/guestfish-actions.pod:3201
#, no-wrap
msgid ""
" lremovexattr xattr path\n"
@@ -17130,19 +17169,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3196
+#: ../fish/guestfish-actions.pod:3203
msgid ""
"This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
"it removes an extended attribute of the link itself."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3200
+#: ../fish/guestfish-actions.pod:3207
msgid "ls"
msgstr "ls"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3202
+#: ../fish/guestfish-actions.pod:3209
#, no-wrap
msgid ""
" ls directory\n"
@@ -17152,26 +17191,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3204 ../src/guestfs-actions.pod:4917
+#: ../fish/guestfish-actions.pod:3211 ../src/guestfs-actions.pod:4924
msgid ""
"List the files in C<directory> (relative to the root directory, there is no "
"cwd). The '.' and '..' entries are not returned, but hidden files are shown."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3208
+#: ../fish/guestfish-actions.pod:3215
msgid ""
"This command is mostly useful for interactive sessions. Programs should "
"probably use L</readdir> instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3211
+#: ../fish/guestfish-actions.pod:3218
msgid "lsetxattr"
msgstr "lsetxattr"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3213
+#: ../fish/guestfish-actions.pod:3220
#, no-wrap
msgid ""
" lsetxattr xattr val vallen path\n"
@@ -17181,19 +17220,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3215
+#: ../fish/guestfish-actions.pod:3222
msgid ""
"This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
"sets an extended attribute of the link itself."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3219
+#: ../fish/guestfish-actions.pod:3226
msgid "lstat"
msgstr "lstat"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3221
+#: ../fish/guestfish-actions.pod:3228
#, no-wrap
msgid ""
" lstat path\n"
@@ -17203,30 +17242,30 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3223 ../fish/guestfish-actions.pod:5384
-#: ../src/guestfs-actions.pod:4953 ../src/guestfs-actions.pod:8386
+#: ../fish/guestfish-actions.pod:3230 ../fish/guestfish-actions.pod:5391
+#: ../src/guestfs-actions.pod:4960 ../src/guestfs-actions.pod:8393
msgid "Returns file information for the given C<path>."
msgstr "与えられた C<path> のファイル情報を返します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3225
+#: ../fish/guestfish-actions.pod:3232
msgid ""
"This is the same as L</stat> except that if C<path> is a symbolic link, then "
"the link is stat-ed, not the file it refers to."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3229 ../src/guestfs-actions.pod:4959
+#: ../fish/guestfish-actions.pod:3236 ../src/guestfs-actions.pod:4966
msgid "This is the same as the C<lstat(2)> system call."
msgstr "これは C<lstat(2)> と同じです。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3231
+#: ../fish/guestfish-actions.pod:3238
msgid "lstatlist"
msgstr "lstatlist"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3233
+#: ../fish/guestfish-actions.pod:3240
#, no-wrap
msgid ""
" lstatlist path 'names ...'\n"
@@ -17236,7 +17275,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3235
+#: ../fish/guestfish-actions.pod:3242
msgid ""
"This call allows you to perform the L</lstat> operation on multiple files, "
"where all files are in the directory C<path>. C<names> is the list of files "
@@ -17244,7 +17283,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3239 ../src/guestfs-actions.pod:4978
+#: ../fish/guestfish-actions.pod:3246 ../src/guestfs-actions.pod:4985
msgid ""
"On return you get a list of stat structs, with a one-to-one correspondence "
"to the C<names> list. If any name did not exist or could not be lstat'd, "
@@ -17252,7 +17291,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3244
+#: ../fish/guestfish-actions.pod:3251
msgid ""
"This call is intended for programs that want to efficiently list a directory "
"contents without making many round-trips. See also L</lxattrlist> for a "
@@ -17263,12 +17302,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3252
+#: ../fish/guestfish-actions.pod:3259
msgid "luks-add-key"
msgstr "luks-add-key"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3254
+#: ../fish/guestfish-actions.pod:3261
#, no-wrap
msgid ""
" luks-add-key device keyslot\n"
@@ -17278,7 +17317,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3256 ../src/guestfs-actions.pod:5006
+#: ../fish/guestfish-actions.pod:3263 ../src/guestfs-actions.pod:5013
msgid ""
"This command adds a new key on LUKS device C<device>. C<key> is any "
"existing key, and is used to access the device. C<newkey> is the new key to "
@@ -17286,28 +17325,28 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3261
+#: ../fish/guestfish-actions.pod:3268
msgid ""
"Note that if C<keyslot> already contains a key, then this command will "
"fail. You have to use L</luks-kill-slot> first to remove that key."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3265 ../fish/guestfish-actions.pod:3287
-#: ../fish/guestfish-actions.pod:3297 ../fish/guestfish-actions.pod:3308
-#: ../fish/guestfish-actions.pod:3334 ../fish/guestfish-actions.pod:3344
+#: ../fish/guestfish-actions.pod:3272 ../fish/guestfish-actions.pod:3294
+#: ../fish/guestfish-actions.pod:3304 ../fish/guestfish-actions.pod:3315
+#: ../fish/guestfish-actions.pod:3341 ../fish/guestfish-actions.pod:3351
msgid ""
"This command has one or more key or passphrase parameters. Guestfish will "
"prompt for these separately."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3268
+#: ../fish/guestfish-actions.pod:3275
msgid "luks-close"
msgstr "luks-close"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3270
+#: ../fish/guestfish-actions.pod:3277
#, no-wrap
msgid ""
" luks-close device\n"
@@ -17317,7 +17356,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3272
+#: ../fish/guestfish-actions.pod:3279
msgid ""
"This closes a LUKS device that was created earlier by L</luks-open> or L</"
"luks-open-ro>. The C<device> parameter must be the name of the LUKS mapping "
@@ -17326,12 +17365,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3278
+#: ../fish/guestfish-actions.pod:3285
msgid "luks-format"
msgstr "luks-format"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3280
+#: ../fish/guestfish-actions.pod:3287
#, no-wrap
msgid ""
" luks-format device keyslot\n"
@@ -17341,7 +17380,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3282 ../src/guestfs-actions.pod:5047
+#: ../fish/guestfish-actions.pod:3289 ../src/guestfs-actions.pod:5054
msgid ""
"This command erases existing data on C<device> and formats the device as a "
"LUKS encrypted device. C<key> is the initial key, which is added to key "
@@ -17349,12 +17388,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3290
+#: ../fish/guestfish-actions.pod:3297
msgid "luks-format-cipher"
msgstr "luks-format-cipher"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3292
+#: ../fish/guestfish-actions.pod:3299
#, no-wrap
msgid ""
" luks-format-cipher device keyslot cipher\n"
@@ -17364,19 +17403,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3294
+#: ../fish/guestfish-actions.pod:3301
msgid ""
"This command is the same as L</luks-format> but it also allows you to set "
"the C<cipher> used."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3300
+#: ../fish/guestfish-actions.pod:3307
msgid "luks-kill-slot"
msgstr "luks-kill-slot"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3302
+#: ../fish/guestfish-actions.pod:3309
#, no-wrap
msgid ""
" luks-kill-slot device keyslot\n"
@@ -17386,19 +17425,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3304 ../src/guestfs-actions.pod:5088
+#: ../fish/guestfish-actions.pod:3311 ../src/guestfs-actions.pod:5095
msgid ""
"This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
"device C<device>. C<key> must be one of the I<other> keys."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3311
+#: ../fish/guestfish-actions.pod:3318
msgid "luks-open"
msgstr "luks-open"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3313
+#: ../fish/guestfish-actions.pod:3320
#, no-wrap
msgid ""
" luks-open device mapname\n"
@@ -17408,26 +17447,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3315 ../src/guestfs-actions.pod:5108
+#: ../fish/guestfish-actions.pod:3322 ../src/guestfs-actions.pod:5115
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:3318 ../src/guestfs-actions.pod:5111
+#: ../fish/guestfish-actions.pod:3325 ../src/guestfs-actions.pod:5118
msgid "C<device> is the encrypted block device or partition."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3320 ../src/guestfs-actions.pod:5113
+#: ../fish/guestfish-actions.pod:3327 ../src/guestfs-actions.pod:5120
msgid ""
"The caller must supply one of the keys associated with the LUKS block "
"device, in the C<key> parameter."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3323 ../src/guestfs-actions.pod:5116
+#: ../fish/guestfish-actions.pod:3330 ../src/guestfs-actions.pod:5123
msgid ""
"This creates a new block device called C</dev/mapper/mapname>. Reads and "
"writes to this block device are decrypted from and encrypted to the "
@@ -17435,24 +17474,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3327
+#: ../fish/guestfish-actions.pod:3334
msgid ""
"If this block device contains LVM volume groups, then calling L</vgscan> "
"followed by L</vg-activate-all> will make them visible."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3331
+#: ../fish/guestfish-actions.pod:3338
msgid "Use L</list-dm-devices> to list all device mapper devices."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3337
+#: ../fish/guestfish-actions.pod:3344
msgid "luks-open-ro"
msgstr "luks-open-ro"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3339
+#: ../fish/guestfish-actions.pod:3346
#, no-wrap
msgid ""
" luks-open-ro device mapname\n"
@@ -17462,18 +17501,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3341
+#: ../fish/guestfish-actions.pod:3348
msgid ""
"This is the same as L</luks-open> except that a read-only mapping is created."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3347
+#: ../fish/guestfish-actions.pod:3354
msgid "lvcreate"
msgstr "lvcreate"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3349
+#: ../fish/guestfish-actions.pod:3356
#, no-wrap
msgid ""
" lvcreate logvol volgroup mbytes\n"
@@ -17483,19 +17522,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3351 ../src/guestfs-actions.pod:5162
+#: ../fish/guestfish-actions.pod:3358 ../src/guestfs-actions.pod:5169
msgid ""
"This creates an LVM logical volume called C<logvol> on the volume group "
"C<volgroup>, with C<size> megabytes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3354
+#: ../fish/guestfish-actions.pod:3361
msgid "lvcreate-free"
msgstr "lvcreate-free"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3356
+#: ../fish/guestfish-actions.pod:3363
#, no-wrap
msgid ""
" lvcreate-free logvol volgroup percent\n"
@@ -17505,7 +17544,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3358 ../src/guestfs-actions.pod:5177
+#: ../fish/guestfish-actions.pod:3365 ../src/guestfs-actions.pod:5184
msgid ""
"Create an LVM logical volume called C</dev/volgroup/logvol>, using "
"approximately C<percent> % of the free space remaining in the volume group. "
@@ -17514,12 +17553,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3363
+#: ../fish/guestfish-actions.pod:3370
msgid "lvm-canonical-lv-name"
msgstr "lvm-canonical-lv-name"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3365
+#: ../fish/guestfish-actions.pod:3372
#, no-wrap
msgid ""
" lvm-canonical-lv-name lvname\n"
@@ -17529,7 +17568,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3367 ../src/guestfs-actions.pod:5192
+#: ../fish/guestfish-actions.pod:3374 ../src/guestfs-actions.pod:5199
msgid ""
"This converts alternative naming schemes for LVs that you might find to the "
"canonical name. For example, C</dev/mapper/VG-LV> is converted to C</dev/VG/"
@@ -17537,26 +17576,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3371 ../src/guestfs-actions.pod:5196
+#: ../fish/guestfish-actions.pod:3378 ../src/guestfs-actions.pod:5203
msgid ""
"This command returns an error if the C<lvname> parameter does not refer to a "
"logical volume."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3374
+#: ../fish/guestfish-actions.pod:3381
#, fuzzy
#| msgid "See also L</pvs-full>."
msgid "See also L</is-lv>."
msgstr "L</pvs-full> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3376
+#: ../fish/guestfish-actions.pod:3383
msgid "lvm-clear-filter"
msgstr "lvm-clear-filter"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3378
+#: ../fish/guestfish-actions.pod:3385
#, no-wrap
msgid ""
" lvm-clear-filter\n"
@@ -17566,26 +17605,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3380
+#: ../fish/guestfish-actions.pod:3387
msgid ""
"This undoes the effect of L</lvm-set-filter>. LVM will be able to see every "
"block device."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3383 ../fish/guestfish-actions.pod:3411
-#: ../src/guestfs-actions.pod:5214 ../src/guestfs-actions.pod:5253
+#: ../fish/guestfish-actions.pod:3390 ../fish/guestfish-actions.pod:3418
+#: ../src/guestfs-actions.pod:5221 ../src/guestfs-actions.pod:5260
msgid ""
"This command also clears the LVM cache and performs a volume group scan."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3386
+#: ../fish/guestfish-actions.pod:3393
msgid "lvm-remove-all"
msgstr "lvm-remove-all"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3388
+#: ../fish/guestfish-actions.pod:3395
#, no-wrap
msgid ""
" lvm-remove-all\n"
@@ -17595,19 +17634,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3390 ../src/guestfs-actions.pod:5226
+#: ../fish/guestfish-actions.pod:3397 ../src/guestfs-actions.pod:5233
msgid ""
"This command removes all LVM logical volumes, volume groups and physical "
"volumes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3393
+#: ../fish/guestfish-actions.pod:3400
msgid "lvm-set-filter"
msgstr "lvm-set-filter"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3395
+#: ../fish/guestfish-actions.pod:3402
#, no-wrap
msgid ""
" lvm-set-filter 'devices ...'\n"
@@ -17617,7 +17656,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3397 ../src/guestfs-actions.pod:5239
+#: ../fish/guestfish-actions.pod:3404 ../src/guestfs-actions.pod:5246
msgid ""
"This sets the LVM device filter so that LVM will only be able to \"see\" the "
"block devices in the list C<devices>, and will ignore all other attached "
@@ -17625,7 +17664,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3401 ../src/guestfs-actions.pod:5243
+#: ../fish/guestfish-actions.pod:3408 ../src/guestfs-actions.pod:5250
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 "
@@ -17637,24 +17676,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3414 ../src/guestfs-actions.pod:5256
+#: ../fish/guestfish-actions.pod:3421 ../src/guestfs-actions.pod:5263
msgid "You can filter whole block devices or individual partitions."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3416 ../src/guestfs-actions.pod:5258
+#: ../fish/guestfish-actions.pod:3423 ../src/guestfs-actions.pod:5265
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:3420
+#: ../fish/guestfish-actions.pod:3427
msgid "lvremove"
msgstr "lvremove"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3422
+#: ../fish/guestfish-actions.pod:3429
#, no-wrap
msgid ""
" lvremove device\n"
@@ -17664,26 +17703,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3424 ../src/guestfs-actions.pod:5272
+#: ../fish/guestfish-actions.pod:3431 ../src/guestfs-actions.pod:5279
msgid ""
"Remove an LVM logical volume C<device>, where C<device> is the path to the "
"LV, such as C</dev/VG/LV>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3427 ../src/guestfs-actions.pod:5275
+#: ../fish/guestfish-actions.pod:3434 ../src/guestfs-actions.pod:5282
msgid ""
"You can also remove all LVs in a volume group by specifying the VG name, C</"
"dev/VG>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3430
+#: ../fish/guestfish-actions.pod:3437
msgid "lvrename"
msgstr "lvrename"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3432
+#: ../fish/guestfish-actions.pod:3439
#, no-wrap
msgid ""
" lvrename logvol newlogvol\n"
@@ -17693,17 +17732,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3434 ../src/guestfs-actions.pod:5289
+#: ../fish/guestfish-actions.pod:3441 ../src/guestfs-actions.pod:5296
msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3436
+#: ../fish/guestfish-actions.pod:3443
msgid "lvresize"
msgstr "lvresize"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3438
+#: ../fish/guestfish-actions.pod:3445
#, no-wrap
msgid ""
" lvresize device mbytes\n"
@@ -17713,7 +17752,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3440 ../src/guestfs-actions.pod:5302
+#: ../fish/guestfish-actions.pod:3447 ../src/guestfs-actions.pod:5309
msgid ""
"This resizes (expands or shrinks) an existing LVM logical volume to "
"C<mbytes>. When reducing, data in the reduced part is lost."
@@ -17722,12 +17761,12 @@ msgstr ""
"す。縮小するとき、縮小された部分にあるデータは失われます。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3444
+#: ../fish/guestfish-actions.pod:3451
msgid "lvresize-free"
msgstr "lvresize-free"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3446
+#: ../fish/guestfish-actions.pod:3453
#, no-wrap
msgid ""
" lvresize-free lv percent\n"
@@ -17737,7 +17776,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3448 ../src/guestfs-actions.pod:5317
+#: ../fish/guestfish-actions.pod:3455 ../src/guestfs-actions.pod:5324
msgid ""
"This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
"remaining free space in the volume group. Commonly you would call this with "
@@ -17746,12 +17785,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3454
+#: ../fish/guestfish-actions.pod:3461
msgid "lvs"
msgstr "lvs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3456
+#: ../fish/guestfish-actions.pod:3463
#, no-wrap
msgid ""
" lvs\n"
@@ -17761,14 +17800,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3458 ../src/guestfs-actions.pod:5332
+#: ../fish/guestfish-actions.pod:3465 ../src/guestfs-actions.pod:5339
msgid ""
"List all the logical volumes detected. This is the equivalent of the L<lvs"
"(8)> command."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3461 ../src/guestfs-actions.pod:5335
+#: ../fish/guestfish-actions.pod:3468 ../src/guestfs-actions.pod:5342
msgid ""
"This returns a list of the logical volume device names (eg. C</dev/"
"VolGroup00/LogVol00>)."
@@ -17777,17 +17816,17 @@ msgstr ""
"します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3464
+#: ../fish/guestfish-actions.pod:3471
msgid "See also L</lvs-full>, L</list-filesystems>."
msgstr "L</lvs-full>, L</list-filesystems> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3466
+#: ../fish/guestfish-actions.pod:3473
msgid "lvs-full"
msgstr "lvs-full"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3468
+#: ../fish/guestfish-actions.pod:3475
#, no-wrap
msgid ""
" lvs-full\n"
@@ -17797,19 +17836,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3470 ../src/guestfs-actions.pod:5351
+#: ../fish/guestfish-actions.pod:3477 ../src/guestfs-actions.pod:5358
msgid ""
"List all the logical volumes detected. This is the equivalent of the L<lvs"
"(8)> command. The \"full\" version includes all fields."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3473
+#: ../fish/guestfish-actions.pod:3480
msgid "lvuuid"
msgstr "lvuuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3475
+#: ../fish/guestfish-actions.pod:3482
#, no-wrap
msgid ""
" lvuuid device\n"
@@ -17819,17 +17858,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3477 ../src/guestfs-actions.pod:5366
+#: ../fish/guestfish-actions.pod:3484 ../src/guestfs-actions.pod:5373
msgid "This command returns the UUID of the LVM LV C<device>."
msgstr "このコマンドは LVM 論理ボリューム C<device> の UUID を返します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3479
+#: ../fish/guestfish-actions.pod:3486
msgid "lxattrlist"
msgstr "lxattrlist"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3481
+#: ../fish/guestfish-actions.pod:3488
#, no-wrap
msgid ""
" lxattrlist path 'names ...'\n"
@@ -17839,7 +17878,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3483 ../src/guestfs-actions.pod:5380
+#: ../fish/guestfish-actions.pod:3490 ../src/guestfs-actions.pod:5387
msgid ""
"This call allows you to get the extended attributes of multiple files, where "
"all files are in the directory C<path>. C<names> is the list of files from "
@@ -17847,7 +17886,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3487 ../src/guestfs-actions.pod:5384
+#: ../fish/guestfish-actions.pod:3494 ../src/guestfs-actions.pod:5391
msgid ""
"On return you get a flat list of xattr structs which must be interpreted "
"sequentially. The first xattr struct always has a zero-length C<attrname>. "
@@ -17859,7 +17898,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3497
+#: ../fish/guestfish-actions.pod:3504
msgid ""
"This call is intended for programs that want to efficiently list a directory "
"contents without making many round-trips. See also L</lstatlist> for a "
@@ -17870,12 +17909,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3505
+#: ../fish/guestfish-actions.pod:3512
msgid "md-create"
msgstr "md-create"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3507
+#: ../fish/guestfish-actions.pod:3514
#, no-wrap
msgid ""
" md-create name 'devices ...' [missingbitmap:N] [nrdevices:N] [spare:N] [chunk:N] [level:..]\n"
@@ -17885,19 +17924,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3509 ../src/guestfs-actions.pod:5427
+#: ../fish/guestfish-actions.pod:3516 ../src/guestfs-actions.pod:5434
msgid ""
"Create a Linux md (RAID) device named C<name> on the devices in the list "
"C<devices>."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3516 ../src/guestfs-actions.pod:5434
+#: ../fish/guestfish-actions.pod:3523 ../src/guestfs-actions.pod:5441
msgid "C<missingbitmap>"
msgstr "C<missingbitmap>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3518 ../src/guestfs-actions.pod:5436
+#: ../fish/guestfish-actions.pod:3525 ../src/guestfs-actions.pod:5443
msgid ""
"A bitmap of missing devices. If a bit is set it means that a missing device "
"is added to the array. The least significant bit corresponds to the first "
@@ -17905,12 +17944,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3522 ../src/guestfs-actions.pod:5440
+#: ../fish/guestfish-actions.pod:3529 ../src/guestfs-actions.pod:5447
msgid "As examples:"
msgstr "例として:"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3524 ../src/guestfs-actions.pod:5442
+#: ../fish/guestfish-actions.pod:3531 ../src/guestfs-actions.pod:5449
msgid ""
"If C<devices = [\"/dev/sda\"]> and C<missingbitmap = 0x1> then the resulting "
"array would be C<[E<lt>missingE<gt>, \"/dev/sda\"]>."
@@ -17919,7 +17958,7 @@ msgstr ""
"C<[E<lt>missingE<gt>, \"/dev/sda\"]> になります。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3527 ../src/guestfs-actions.pod:5445
+#: ../fish/guestfish-actions.pod:3534 ../src/guestfs-actions.pod:5452
msgid ""
"If C<devices = [\"/dev/sda\"]> and C<missingbitmap = 0x2> then the resulting "
"array would be C<[\"/dev/sda\", E<lt>missingE<gt>]>."
@@ -17928,12 +17967,12 @@ msgstr ""
"C<[\"/dev/sda\", E<lt>missingE<gt>]> になります。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3530 ../src/guestfs-actions.pod:5448
+#: ../fish/guestfish-actions.pod:3537 ../src/guestfs-actions.pod:5455
msgid "This defaults to C<0> (no missing devices)."
msgstr "この初期値は C<0> です(デバイスがありません)。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3532 ../src/guestfs-actions.pod:5450
+#: ../fish/guestfish-actions.pod:3539 ../src/guestfs-actions.pod:5457
msgid ""
"The length of C<devices> + the number of bits set in C<missingbitmap> must "
"equal C<nrdevices> + C<spare>."
@@ -17942,17 +17981,17 @@ msgstr ""
"C<spare> と同じである必要があります。"
#. type: =item
-#: ../fish/guestfish-actions.pod:3535 ../src/guestfs-actions.pod:5453
+#: ../fish/guestfish-actions.pod:3542 ../src/guestfs-actions.pod:5460
msgid "C<nrdevices>"
msgstr "C<nrdevices>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3537 ../src/guestfs-actions.pod:5455
+#: ../fish/guestfish-actions.pod:3544 ../src/guestfs-actions.pod:5462
msgid "The number of active RAID devices."
msgstr "稼動中の RAID デバイス数。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3539 ../src/guestfs-actions.pod:5457
+#: ../fish/guestfish-actions.pod:3546 ../src/guestfs-actions.pod:5464
msgid ""
"If not set, this defaults to the length of C<devices> plus the number of "
"bits set in C<missingbitmap>."
@@ -17961,38 +18000,38 @@ msgstr ""
"されたビット数になります。"
#. type: =item
-#: ../fish/guestfish-actions.pod:3542 ../src/guestfs-actions.pod:5460
+#: ../fish/guestfish-actions.pod:3549 ../src/guestfs-actions.pod:5467
msgid "C<spare>"
msgstr "C<spare>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3544 ../src/guestfs-actions.pod:5462
+#: ../fish/guestfish-actions.pod:3551 ../src/guestfs-actions.pod:5469
msgid "The number of spare devices."
msgstr "予備デバイス数。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3546 ../src/guestfs-actions.pod:5464
+#: ../fish/guestfish-actions.pod:3553 ../src/guestfs-actions.pod:5471
msgid "If not set, this defaults to C<0>."
msgstr "設定されていなければ、デフォルトは C<0> です。"
#. type: =item
-#: ../fish/guestfish-actions.pod:3548 ../src/guestfs-actions.pod:5466
+#: ../fish/guestfish-actions.pod:3555 ../src/guestfs-actions.pod:5473
msgid "C<chunk>"
msgstr "C<chunk>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3550 ../src/guestfs-actions.pod:5468
+#: ../fish/guestfish-actions.pod:3557 ../src/guestfs-actions.pod:5475
msgid "The chunk size in bytes."
msgstr "バイト単位のチャンク容量です。"
#. type: =item
-#: ../fish/guestfish-actions.pod:3552 ../fish/guestfish-actions.pod:3575
-#: ../src/guestfs-actions.pod:5470 ../src/guestfs-actions.pod:5521
+#: ../fish/guestfish-actions.pod:3559 ../fish/guestfish-actions.pod:3582
+#: ../src/guestfs-actions.pod:5477 ../src/guestfs-actions.pod:5528
msgid "C<level>"
msgstr "C<level>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3554 ../src/guestfs-actions.pod:5472
+#: ../fish/guestfish-actions.pod:3561 ../src/guestfs-actions.pod:5479
msgid ""
"The RAID level, which can be one of: I<linear>, I<raid0>, I<0>, I<stripe>, "
"I<raid1>, I<1>, I<mirror>, I<raid4>, I<4>, I<raid5>, I<5>, I<raid6>, I<6>, "
@@ -18005,17 +18044,17 @@ msgstr ""
"ベルが追加される可能性があります。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3559 ../src/guestfs-actions.pod:5477
+#: ../fish/guestfish-actions.pod:3566 ../src/guestfs-actions.pod:5484
msgid "If not set, this defaults to C<raid1>."
msgstr "設定されていないと、この初期値は C<raid1> です。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3565
+#: ../fish/guestfish-actions.pod:3572
msgid "md-detail"
msgstr "md-detail"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3567
+#: ../fish/guestfish-actions.pod:3574
#, no-wrap
msgid ""
" md-detail md\n"
@@ -18025,7 +18064,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3569 ../src/guestfs-actions.pod:5515
+#: ../fish/guestfish-actions.pod:3576 ../src/guestfs-actions.pod:5522
msgid ""
"This command exposes the output of 'mdadm -DY E<lt>mdE<gt>'. The following "
"fields are usually present in the returned hash. Other fields may also be "
@@ -18033,52 +18072,52 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3577 ../src/guestfs-actions.pod:5523
+#: ../fish/guestfish-actions.pod:3584 ../src/guestfs-actions.pod:5530
msgid "The raid level of the MD device."
msgstr "MD デバイスの RAID レベル。"
#. type: =item
-#: ../fish/guestfish-actions.pod:3579 ../src/guestfs-actions.pod:5525
+#: ../fish/guestfish-actions.pod:3586 ../src/guestfs-actions.pod:5532
msgid "C<devices>"
msgstr "C<devices>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3581 ../src/guestfs-actions.pod:5527
+#: ../fish/guestfish-actions.pod:3588 ../src/guestfs-actions.pod:5534
msgid "The number of underlying devices in the MD device."
msgstr "MD デバイスにあるデバイス数。"
#. type: =item
-#: ../fish/guestfish-actions.pod:3583 ../src/guestfs-actions.pod:5529
+#: ../fish/guestfish-actions.pod:3590 ../src/guestfs-actions.pod:5536
msgid "C<metadata>"
msgstr "C<metadata>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3585 ../src/guestfs-actions.pod:5531
+#: ../fish/guestfish-actions.pod:3592 ../src/guestfs-actions.pod:5538
msgid "The metadata version used."
msgstr "使用されているメタ情報のバージョン。"
#. type: =item
-#: ../fish/guestfish-actions.pod:3587 ../src/guestfs-actions.pod:5533
+#: ../fish/guestfish-actions.pod:3594 ../src/guestfs-actions.pod:5540
msgid "C<uuid>"
msgstr "C<uuid>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3589 ../src/guestfs-actions.pod:5535
+#: ../fish/guestfish-actions.pod:3596 ../src/guestfs-actions.pod:5542
msgid "The UUID of the MD device."
msgstr "MD デバイスの UUID。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3593 ../src/guestfs-actions.pod:5539
+#: ../fish/guestfish-actions.pod:3600 ../src/guestfs-actions.pod:5546
msgid "The name of the MD device."
msgstr "MD デバイスの名前。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3597
+#: ../fish/guestfish-actions.pod:3604
msgid "md-stat"
msgstr "md-stat"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3599
+#: ../fish/guestfish-actions.pod:3606
#, no-wrap
msgid ""
" md-stat md\n"
@@ -18088,105 +18127,105 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3601 ../src/guestfs-actions.pod:5557
+#: ../fish/guestfish-actions.pod:3608 ../src/guestfs-actions.pod:5564
msgid ""
"This call returns a list of the underlying devices which make up the single "
"software RAID array device C<md>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3604
+#: ../fish/guestfish-actions.pod:3611
msgid "To get a list of software RAID devices, call L</list-md-devices>."
msgstr ""
"ソフトウェア RAID デバイスの一覧を取得するには、L</list-md-devices> を呼び出"
"します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3606 ../src/guestfs-actions.pod:5562
+#: ../fish/guestfish-actions.pod:3613 ../src/guestfs-actions.pod:5569
msgid ""
"Each structure returned corresponds to one device along with additional "
"status information:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3611 ../src/guestfs-actions.pod:5567
+#: ../fish/guestfish-actions.pod:3618 ../src/guestfs-actions.pod:5574
msgid "C<mdstat_device>"
msgstr "C<mdstat_device>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3613 ../src/guestfs-actions.pod:5569
+#: ../fish/guestfish-actions.pod:3620 ../src/guestfs-actions.pod:5576
msgid "The name of the underlying device."
msgstr "下にあるデバイスの名前です。"
#. type: =item
-#: ../fish/guestfish-actions.pod:3615 ../src/guestfs-actions.pod:5571
+#: ../fish/guestfish-actions.pod:3622 ../src/guestfs-actions.pod:5578
msgid "C<mdstat_index>"
msgstr "C<mdstat_index>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3617 ../src/guestfs-actions.pod:5573
+#: ../fish/guestfish-actions.pod:3624 ../src/guestfs-actions.pod:5580
msgid "The index of this device within the array."
msgstr "配列の中にあるこのデバイスのインデックスです。"
#. type: =item
-#: ../fish/guestfish-actions.pod:3619 ../src/guestfs-actions.pod:5575
+#: ../fish/guestfish-actions.pod:3626 ../src/guestfs-actions.pod:5582
msgid "C<mdstat_flags>"
msgstr "C<mdstat_flags>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3621 ../src/guestfs-actions.pod:5577
+#: ../fish/guestfish-actions.pod:3628 ../src/guestfs-actions.pod:5584
msgid ""
"Flags associated with this device. This is a string containing (in no "
"specific order) zero or more of the following flags:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3626 ../src/guestfs-actions.pod:5582
+#: ../fish/guestfish-actions.pod:3633 ../src/guestfs-actions.pod:5589
msgid "C<W>"
msgstr "C<W>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3628 ../src/guestfs-actions.pod:5584
+#: ../fish/guestfish-actions.pod:3635 ../src/guestfs-actions.pod:5591
msgid "write-mostly"
msgstr "ほとんど書き込み"
#. type: =item
-#: ../fish/guestfish-actions.pod:3630 ../src/guestfs-actions.pod:5586
+#: ../fish/guestfish-actions.pod:3637 ../src/guestfs-actions.pod:5593
msgid "C<F>"
msgstr "C<F>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3632 ../src/guestfs-actions.pod:5588
+#: ../fish/guestfish-actions.pod:3639 ../src/guestfs-actions.pod:5595
msgid "device is faulty"
msgstr "デバイス故障"
#. type: =item
-#: ../fish/guestfish-actions.pod:3634 ../src/guestfs-actions.pod:5590
+#: ../fish/guestfish-actions.pod:3641 ../src/guestfs-actions.pod:5597
msgid "C<S>"
msgstr "C<S>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3636 ../src/guestfs-actions.pod:5592
+#: ../fish/guestfish-actions.pod:3643 ../src/guestfs-actions.pod:5599
msgid "device is a RAID spare"
msgstr "RAIDスペアデバイス"
#. type: =item
-#: ../fish/guestfish-actions.pod:3638 ../src/guestfs-actions.pod:5594
+#: ../fish/guestfish-actions.pod:3645 ../src/guestfs-actions.pod:5601
msgid "C<R>"
msgstr "C<R>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3640 ../src/guestfs-actions.pod:5596
+#: ../fish/guestfish-actions.pod:3647 ../src/guestfs-actions.pod:5603
msgid "replacement"
msgstr "置換"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3646
+#: ../fish/guestfish-actions.pod:3653
msgid "md-stop"
msgstr "md-stop"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3648
+#: ../fish/guestfish-actions.pod:3655
#, no-wrap
msgid ""
" md-stop md\n"
@@ -18196,19 +18235,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3650 ../src/guestfs-actions.pod:5614
+#: ../fish/guestfish-actions.pod:3657 ../src/guestfs-actions.pod:5621
msgid ""
"This command deactivates the MD array named C<md>. The device is stopped, "
"but it is not destroyed or zeroed."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3653
+#: ../fish/guestfish-actions.pod:3660
msgid "mkdir"
msgstr "mkdir"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3655
+#: ../fish/guestfish-actions.pod:3662
#, no-wrap
msgid ""
" mkdir path\n"
@@ -18218,17 +18257,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3657 ../src/guestfs-actions.pod:5627
+#: ../fish/guestfish-actions.pod:3664 ../src/guestfs-actions.pod:5634
msgid "Create a directory named C<path>."
msgstr "C<path> という名前のディレクトリーを作成します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3659
+#: ../fish/guestfish-actions.pod:3666
msgid "mkdir-mode"
msgstr "mkdir-mode"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3661
+#: ../fish/guestfish-actions.pod:3668
#, no-wrap
msgid ""
" mkdir-mode path mode\n"
@@ -18238,14 +18277,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3663 ../src/guestfs-actions.pod:5640
+#: ../fish/guestfish-actions.pod:3670 ../src/guestfs-actions.pod:5647
msgid ""
"This command creates a directory, setting the initial permissions of the "
"directory to C<mode>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3666 ../src/guestfs-actions.pod:5643
+#: ../fish/guestfish-actions.pod:3673 ../src/guestfs-actions.pod:5650
msgid ""
"For common Linux filesystems, the actual mode which is set will be C<mode & "
"~umask & 01777>. Non-native-Linux filesystems may interpret the mode in "
@@ -18253,17 +18292,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3670
+#: ../fish/guestfish-actions.pod:3677
msgid "See also L</mkdir>, L</umask>"
msgstr "L</mkdir>, L</umask> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3672
+#: ../fish/guestfish-actions.pod:3679
msgid "mkdir-p"
msgstr "mkdir-p"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3674
+#: ../fish/guestfish-actions.pod:3681
#, no-wrap
msgid ""
" mkdir-p path\n"
@@ -18273,19 +18312,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3676 ../src/guestfs-actions.pod:5659
+#: ../fish/guestfish-actions.pod:3683 ../src/guestfs-actions.pod:5666
msgid ""
"Create a directory named C<path>, creating any parent directories as "
"necessary. This is like the C<mkdir -p> shell command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3679
+#: ../fish/guestfish-actions.pod:3686
msgid "mkdtemp"
msgstr "mkdtemp"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3681
+#: ../fish/guestfish-actions.pod:3688
#, no-wrap
msgid ""
" mkdtemp tmpl\n"
@@ -18295,7 +18334,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3683 ../src/guestfs-actions.pod:5672
+#: ../fish/guestfish-actions.pod:3690 ../src/guestfs-actions.pod:5679
msgid ""
"This command creates a temporary directory. The C<tmpl> parameter should be "
"a full pathname for the temporary directory name with the final six "
@@ -18303,7 +18342,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3688 ../src/guestfs-actions.pod:5677
+#: ../fish/guestfish-actions.pod:3695 ../src/guestfs-actions.pod:5684
msgid ""
"For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
"being suitable for Windows filesystems."
@@ -18312,34 +18351,34 @@ msgstr ""
"Windows ファイルシステムに適しています。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3691 ../src/guestfs-actions.pod:5680
+#: ../fish/guestfish-actions.pod:3698 ../src/guestfs-actions.pod:5687
msgid "The name of the temporary directory that was created is returned."
msgstr "作成された一時ディレクトリーの名前を返します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3694 ../src/guestfs-actions.pod:5683
+#: ../fish/guestfish-actions.pod:3701 ../src/guestfs-actions.pod:5690
msgid "The temporary directory is created with mode 0700 and is owned by root."
msgstr "一時ディレクトリーがモード 0700 で作成され、root により所有されます。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3697 ../src/guestfs-actions.pod:5686
+#: ../fish/guestfish-actions.pod:3704 ../src/guestfs-actions.pod:5693
msgid ""
"The caller is responsible for deleting the temporary directory and its "
"contents after use."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3700 ../src/guestfs-actions.pod:5689
+#: ../fish/guestfish-actions.pod:3707 ../src/guestfs-actions.pod:5696
msgid "See also: L<mkdtemp(3)>"
msgstr "関連項目: L<mkdtemp(3)>"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3702
+#: ../fish/guestfish-actions.pod:3709
msgid "mke2fs-J"
msgstr "mke2fs-J"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3704
+#: ../fish/guestfish-actions.pod:3711
#, no-wrap
msgid ""
" mke2fs-J fstype blocksize device journal\n"
@@ -18349,14 +18388,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3706 ../src/guestfs-actions.pod:5705
+#: ../fish/guestfish-actions.pod:3713 ../src/guestfs-actions.pod:5712
msgid ""
"This creates an ext2/3/4 filesystem on C<device> with an external journal on "
"C<journal>. It is equivalent to the command:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3710 ../src/guestfs-actions.pod:5709
+#: ../fish/guestfish-actions.pod:3717 ../src/guestfs-actions.pod:5716
#, no-wrap
msgid ""
" mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
@@ -18366,17 +18405,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3712
+#: ../fish/guestfish-actions.pod:3719
msgid "See also L</mke2journal>."
msgstr "L</mke2journal> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3714
+#: ../fish/guestfish-actions.pod:3721
msgid "mke2fs-JL"
msgstr "mke2fs-JL"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3716
+#: ../fish/guestfish-actions.pod:3723
#, no-wrap
msgid ""
" mke2fs-JL fstype blocksize device label\n"
@@ -18386,24 +18425,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3718 ../src/guestfs-actions.pod:5726
+#: ../fish/guestfish-actions.pod:3725 ../src/guestfs-actions.pod:5733
msgid ""
"This creates an ext2/3/4 filesystem on C<device> with an external journal on "
"the journal labeled C<label>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3721
+#: ../fish/guestfish-actions.pod:3728
msgid "See also L</mke2journal-L>."
msgstr "L</mke2journal-L> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3723
+#: ../fish/guestfish-actions.pod:3730
msgid "mke2fs-JU"
msgstr "mke2fs-JU"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3725
+#: ../fish/guestfish-actions.pod:3732
#, no-wrap
msgid ""
" mke2fs-JU fstype blocksize device uuid\n"
@@ -18413,24 +18452,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3727 ../src/guestfs-actions.pod:5744
+#: ../fish/guestfish-actions.pod:3734 ../src/guestfs-actions.pod:5751
msgid ""
"This creates an ext2/3/4 filesystem on C<device> with an external journal on "
"the journal with UUID C<uuid>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3730
+#: ../fish/guestfish-actions.pod:3737
msgid "See also L</mke2journal-U>."
msgstr "L</mke2journal-U> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3732
+#: ../fish/guestfish-actions.pod:3739
msgid "mke2journal"
msgstr "mke2journal"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3734
+#: ../fish/guestfish-actions.pod:3741
#, no-wrap
msgid ""
" mke2journal blocksize device\n"
@@ -18440,14 +18479,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3736 ../src/guestfs-actions.pod:5760
+#: ../fish/guestfish-actions.pod:3743 ../src/guestfs-actions.pod:5767
msgid ""
"This creates an ext2 external journal on C<device>. It is equivalent to the "
"command:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3739 ../src/guestfs-actions.pod:5763
+#: ../fish/guestfish-actions.pod:3746 ../src/guestfs-actions.pod:5770
#, no-wrap
msgid ""
" mke2fs -O journal_dev -b blocksize device\n"
@@ -18457,12 +18496,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3741
+#: ../fish/guestfish-actions.pod:3748
msgid "mke2journal-L"
msgstr "mke2journal-L"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3743
+#: ../fish/guestfish-actions.pod:3750
#, no-wrap
msgid ""
" mke2journal-L blocksize label device\n"
@@ -18472,17 +18511,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3745 ../src/guestfs-actions.pod:5777
+#: ../fish/guestfish-actions.pod:3752 ../src/guestfs-actions.pod:5784
msgid "This creates an ext2 external journal on C<device> with label C<label>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3747
+#: ../fish/guestfish-actions.pod:3754
msgid "mke2journal-U"
msgstr "mke2journal-U"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3749
+#: ../fish/guestfish-actions.pod:3756
#, no-wrap
msgid ""
" mke2journal-U blocksize uuid device\n"
@@ -18492,17 +18531,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3751 ../src/guestfs-actions.pod:5791
+#: ../fish/guestfish-actions.pod:3758 ../src/guestfs-actions.pod:5798
msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3753
+#: ../fish/guestfish-actions.pod:3760
msgid "mkfifo"
msgstr "mkfifo"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3755
+#: ../fish/guestfish-actions.pod:3762
#, no-wrap
msgid ""
" mkfifo mode path\n"
@@ -18512,19 +18551,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3757
+#: ../fish/guestfish-actions.pod:3764
msgid ""
"This call creates a FIFO (named pipe) called C<path> with mode C<mode>. It "
"is just a convenient wrapper around L</mknod>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3763
+#: ../fish/guestfish-actions.pod:3770
msgid "mkfs"
msgstr "mkfs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3765
+#: ../fish/guestfish-actions.pod:3772
#, no-wrap
msgid ""
" mkfs fstype device\n"
@@ -18534,19 +18573,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3767 ../src/guestfs-actions.pod:5821
+#: ../fish/guestfish-actions.pod:3774 ../src/guestfs-actions.pod:5828
msgid ""
"This creates a filesystem on C<device> (usually a partition or LVM logical "
"volume). The filesystem type is C<fstype>, for example C<ext3>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3771
+#: ../fish/guestfish-actions.pod:3778
msgid "mkfs-b"
msgstr "mkfs-b"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3773
+#: ../fish/guestfish-actions.pod:3780
#, no-wrap
msgid ""
" mkfs-b fstype blocksize device\n"
@@ -18556,7 +18595,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3775
+#: ../fish/guestfish-actions.pod:3782
msgid ""
"This call is similar to L</mkfs>, but it allows you to control the block "
"size of the resulting filesystem. Supported block sizes depend on the "
@@ -18564,15 +18603,15 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3780 ../fish/guestfish-actions.pod:3821
-#: ../src/guestfs-actions.pod:5849 ../src/guestfs-actions.pod:5942
+#: ../fish/guestfish-actions.pod:3787 ../fish/guestfish-actions.pod:3828
+#: ../src/guestfs-actions.pod:5856 ../src/guestfs-actions.pod:5949
msgid ""
"For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
"cluster size."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3783
+#: ../fish/guestfish-actions.pod:3790
#, fuzzy
#| msgid ""
#| "I<This function is deprecated.> In new code, use the L</mkfs_opts> call "
@@ -18585,12 +18624,12 @@ msgstr ""
"してください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3790
+#: ../fish/guestfish-actions.pod:3797
msgid "mkfs-btrfs"
msgstr "mkfs-btrfs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3792
+#: ../fish/guestfish-actions.pod:3799
#, no-wrap
msgid ""
" mkfs-btrfs 'devices ...' [allocstart:N] [bytecount:N] [datatype:..] [leafsize:N] [label:..] [metadata:..] [nodesize:N] [sectorsize:N]\n"
@@ -18600,7 +18639,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3794 ../src/guestfs-actions.pod:5877
+#: ../fish/guestfish-actions.pod:3801 ../src/guestfs-actions.pod:5884
msgid ""
"Create a btrfs filesystem, allowing all configurables to be set. For more "
"information on the optional arguments, see L<mkfs.btrfs(8)>."
@@ -18609,7 +18648,7 @@ msgstr ""
"ます。オプション引数の詳細は L<mkfs.btrfs(8)> を参照してください。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3797 ../src/guestfs-actions.pod:5880
+#: ../fish/guestfish-actions.pod:3804 ../src/guestfs-actions.pod:5887
msgid ""
"Since btrfs filesystems can span multiple devices, this takes a non-empty "
"list of devices."
@@ -18618,19 +18657,19 @@ msgstr ""
"ス一覧をとります。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3800
+#: ../fish/guestfish-actions.pod:3807
#, fuzzy
#| msgid "To create general filesystems, use L</mkfs-opts>."
msgid "To create general filesystems, use L</mkfs-opts>."
msgstr "一般的なファイルを作成するには、L</mkfs-opts> を使用します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3804
+#: ../fish/guestfish-actions.pod:3811
msgid "mkfs-opts"
msgstr "mkfs-opts"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3806
+#: ../fish/guestfish-actions.pod:3813
#, fuzzy, no-wrap
#| msgid ""
#| " mkfs-opts fstype device [blocksize:N] [features:..] [inode:N] [sectorsize:N]\n"
@@ -18643,19 +18682,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3808 ../src/guestfs-actions.pod:5929
+#: ../fish/guestfish-actions.pod:3815 ../src/guestfs-actions.pod:5936
msgid ""
"This function creates a filesystem on C<device>. The filesystem type is "
"C<fstype>, for example C<ext3>."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3815 ../src/guestfs-actions.pod:5936
+#: ../fish/guestfish-actions.pod:3822 ../src/guestfs-actions.pod:5943
msgid "C<blocksize>"
msgstr "C<blocksize>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3817 ../src/guestfs-actions.pod:5938
+#: ../fish/guestfish-actions.pod:3824 ../src/guestfs-actions.pod:5945
msgid ""
"The filesystem block size. Supported block sizes depend on the filesystem "
"type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
@@ -18666,22 +18705,22 @@ msgstr ""
"C<1024>, C<2048> または C<4096> です。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3824 ../src/guestfs-actions.pod:5945
+#: ../fish/guestfish-actions.pod:3831 ../src/guestfs-actions.pod:5952
msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
msgstr "UFS ブロック容量は L<mkfs.ufs(8)> を参照してください。"
#. type: =item
-#: ../fish/guestfish-actions.pod:3826 ../src/guestfs-actions.pod:5947
+#: ../fish/guestfish-actions.pod:3833 ../src/guestfs-actions.pod:5954
msgid "C<features>"
msgstr "C<特徴>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3828 ../src/guestfs-actions.pod:5949
+#: ../fish/guestfish-actions.pod:3835 ../src/guestfs-actions.pod:5956
msgid "This passes the I<-O> parameter to the external mkfs program."
msgstr "これは I<-O> パラメーターを外部の mkfs プログラムに渡します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3830 ../src/guestfs-actions.pod:5951
+#: ../fish/guestfish-actions.pod:3837 ../src/guestfs-actions.pod:5958
msgid ""
"For certain filesystem types, this allows extra filesystem features to be "
"selected. See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
@@ -18690,7 +18729,7 @@ msgstr ""
"細は L<mke2fs(8)> および L<mkfs.ufs(8)> を参照してください。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3834 ../src/guestfs-actions.pod:5955
+#: ../fish/guestfish-actions.pod:3841 ../src/guestfs-actions.pod:5962
msgid ""
"You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
"type."
@@ -18699,36 +18738,36 @@ msgstr ""
"使用できません。"
#. type: =item
-#: ../fish/guestfish-actions.pod:3837 ../src/guestfs-actions.pod:5958
+#: ../fish/guestfish-actions.pod:3844 ../src/guestfs-actions.pod:5965
msgid "C<inode>"
msgstr "C<inode>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3839 ../src/guestfs-actions.pod:5960
+#: ../fish/guestfish-actions.pod:3846 ../src/guestfs-actions.pod:5967
msgid ""
"This passes the I<-I> parameter to the external L<mke2fs(8)> program which "
"sets the inode size (only for ext2/3/4 filesystems at present)."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3842 ../src/guestfs-actions.pod:5963
+#: ../fish/guestfish-actions.pod:3849 ../src/guestfs-actions.pod:5970
msgid "C<sectorsize>"
msgstr "C<sectorsize>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3844 ../src/guestfs-actions.pod:5965
+#: ../fish/guestfish-actions.pod:3851 ../src/guestfs-actions.pod:5972
msgid ""
"This passes the I<-S> parameter to external L<mkfs.ufs(8)> program, which "
"sets sector size for ufs filesystem."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3851
+#: ../fish/guestfish-actions.pod:3858
msgid "mkmountpoint"
msgstr "mkmountpoint"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3853
+#: ../fish/guestfish-actions.pod:3860
#, no-wrap
msgid ""
" mkmountpoint exemptpath\n"
@@ -18738,14 +18777,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3855
+#: ../fish/guestfish-actions.pod:3862
msgid ""
"L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
"to create extra mountpoints before mounting the first filesystem."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3859 ../src/guestfs-actions.pod:6008
+#: ../fish/guestfish-actions.pod:3866 ../src/guestfs-actions.pod:6015
msgid ""
"These calls are I<only> necessary in some very limited circumstances, mainly "
"the case where you want to mount a mix of unrelated and/or read-only "
@@ -18753,7 +18792,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3863 ../src/guestfs-actions.pod:6012
+#: ../fish/guestfish-actions.pod:3870 ../src/guestfs-actions.pod:6019
msgid ""
"For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
"an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
@@ -18761,7 +18800,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3868 ../src/guestfs-actions.pod:6017
+#: ../fish/guestfish-actions.pod:3875 ../src/guestfs-actions.pod:6024
#, no-wrap
msgid ""
" add-ro Fedora-11-i686-Live.iso\n"
@@ -18785,12 +18824,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3877 ../src/guestfs-actions.pod:6026
+#: ../fish/guestfish-actions.pod:3884 ../src/guestfs-actions.pod:6033
msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3879
+#: ../fish/guestfish-actions.pod:3886
msgid ""
"L</mkmountpoint> is not compatible with L</umount-all>. You may get "
"unexpected errors if you try to mix these calls. It is safest to manually "
@@ -18798,7 +18837,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3883
+#: ../fish/guestfish-actions.pod:3890
msgid ""
"L</umount-all> unmounts filesystems by sorting the paths longest first, so "
"for this to work for manual mountpoints, you must ensure that the innermost "
@@ -18806,7 +18845,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3888 ../src/guestfs-actions.pod:6037
+#: ../fish/guestfish-actions.pod:3895 ../src/guestfs-actions.pod:6044
msgid ""
"For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
msgstr ""
@@ -18814,7 +18853,7 @@ msgstr ""
"い"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3890
+#: ../fish/guestfish-actions.pod:3897
msgid ""
"Autosync [see L</set-autosync>, this is set by default on handles] can cause "
"L</umount-all> to be called when the handle is closed which can also trigger "
@@ -18822,12 +18861,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3894
+#: ../fish/guestfish-actions.pod:3901
msgid "mknod"
msgstr "mknod"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3896
+#: ../fish/guestfish-actions.pod:3903
#, no-wrap
msgid ""
" mknod mode devmajor devminor path\n"
@@ -18837,13 +18876,13 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3898 ../src/guestfs-actions.pod:6056
+#: ../fish/guestfish-actions.pod:3905 ../src/guestfs-actions.pod:6063
msgid ""
"This call creates block or character special devices, or named pipes (FIFOs)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3901 ../src/guestfs-actions.pod:6059
+#: ../fish/guestfish-actions.pod:3908 ../src/guestfs-actions.pod:6066
msgid ""
"The C<mode> parameter should be the mode, using the standard constants. "
"C<devmajor> and C<devminor> are the device major and minor numbers, only "
@@ -18851,7 +18890,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3906
+#: ../fish/guestfish-actions.pod:3913
msgid ""
"Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
"S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
@@ -18862,12 +18901,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3916
+#: ../fish/guestfish-actions.pod:3923
msgid "mknod-b"
msgstr "mknod-b"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3918
+#: ../fish/guestfish-actions.pod:3925
#, no-wrap
msgid ""
" mknod-b mode devmajor devminor path\n"
@@ -18877,7 +18916,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3920
+#: ../fish/guestfish-actions.pod:3927
msgid ""
"This call creates a block device node called C<path> with mode C<mode> and "
"device major/minor C<devmajor> and C<devminor>. It is just a convenient "
@@ -18885,12 +18924,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3926
+#: ../fish/guestfish-actions.pod:3933
msgid "mknod-c"
msgstr "mknod-c"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3928
+#: ../fish/guestfish-actions.pod:3935
#, no-wrap
msgid ""
" mknod-c mode devmajor devminor path\n"
@@ -18900,7 +18939,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3930
+#: ../fish/guestfish-actions.pod:3937
msgid ""
"This call creates a char device node called C<path> with mode C<mode> and "
"device major/minor C<devmajor> and C<devminor>. It is just a convenient "
@@ -18908,12 +18947,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3936
+#: ../fish/guestfish-actions.pod:3943
msgid "mkswap"
msgstr "mkswap"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3938
+#: ../fish/guestfish-actions.pod:3945
#, no-wrap
msgid ""
" mkswap device\n"
@@ -18923,17 +18962,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3940 ../src/guestfs-actions.pod:6122
+#: ../fish/guestfish-actions.pod:3947 ../src/guestfs-actions.pod:6129
msgid "Create a swap partition on C<device>."
msgstr "C<device> に swap パーティションを作成します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3942
+#: ../fish/guestfish-actions.pod:3949
msgid "mkswap-L"
msgstr "mkswap-L"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3944
+#: ../fish/guestfish-actions.pod:3951
#, no-wrap
msgid ""
" mkswap-L label device\n"
@@ -18943,12 +18982,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3946 ../src/guestfs-actions.pod:6135
+#: ../fish/guestfish-actions.pod:3953 ../src/guestfs-actions.pod:6142
msgid "Create a swap partition on C<device> with label C<label>."
msgstr "ラベル C<label> を持つ C<device> に swap パーティションを作成します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3948 ../src/guestfs-actions.pod:6137
+#: ../fish/guestfish-actions.pod:3955 ../src/guestfs-actions.pod:6144
msgid ""
"Note that you cannot attach a swap label to a block device (eg. C</dev/"
"sda>), just to a partition. This appears to be a limitation of the kernel "
@@ -18956,12 +18995,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3952
+#: ../fish/guestfish-actions.pod:3959
msgid "mkswap-U"
msgstr "mkswap-U"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3954
+#: ../fish/guestfish-actions.pod:3961
#, no-wrap
msgid ""
" mkswap-U uuid device\n"
@@ -18971,17 +19010,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3956 ../src/guestfs-actions.pod:6152
+#: ../fish/guestfish-actions.pod:3963 ../src/guestfs-actions.pod:6159
msgid "Create a swap partition on C<device> with UUID C<uuid>."
msgstr "UUID C<uuid> の C<device> に swap パーティションを作成します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3958
+#: ../fish/guestfish-actions.pod:3965
msgid "mkswap-file"
msgstr "mkswap-file"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3960
+#: ../fish/guestfish-actions.pod:3967
#, no-wrap
msgid ""
" mkswap-file path\n"
@@ -18991,24 +19030,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3962 ../src/guestfs-actions.pod:6164
+#: ../fish/guestfish-actions.pod:3969 ../src/guestfs-actions.pod:6171
msgid "Create a swap file."
msgstr "swap ファイルを作成します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3964
+#: ../fish/guestfish-actions.pod:3971
msgid ""
"This command just writes a swap file signature to an existing file. To "
"create the file itself, use something like L</fallocate>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3967
+#: ../fish/guestfish-actions.pod:3974
msgid "modprobe"
msgstr "modprobe"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3969
+#: ../fish/guestfish-actions.pod:3976
#, no-wrap
msgid ""
" modprobe modulename\n"
@@ -19018,24 +19057,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3971 ../src/guestfs-actions.pod:6179
+#: ../fish/guestfish-actions.pod:3978 ../src/guestfs-actions.pod:6186
msgid "This loads a kernel module in the appliance."
msgstr "アプライアンスにカーネルモジュールを読み込みます。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3973 ../src/guestfs-actions.pod:6181
+#: ../fish/guestfish-actions.pod:3980 ../src/guestfs-actions.pod:6188
msgid ""
"The kernel module must have been whitelisted when libguestfs was built (see "
"C<appliance/kmod.whitelist.in> in the source)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3976
+#: ../fish/guestfish-actions.pod:3983
msgid "mount"
msgstr "mount"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3978
+#: ../fish/guestfish-actions.pod:3985
#, no-wrap
msgid ""
" mount device mountpoint\n"
@@ -19045,7 +19084,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3980 ../src/guestfs-actions.pod:6195
+#: ../fish/guestfish-actions.pod:3987 ../src/guestfs-actions.pod:6202
msgid ""
"Mount a guest disk at a position in the filesystem. Block devices are named "
"C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest. If "
@@ -19054,7 +19093,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3986 ../src/guestfs-actions.pod:6201
+#: ../fish/guestfish-actions.pod:3993 ../src/guestfs-actions.pod:6208
msgid ""
"The rules are the same as for L<mount(2)>: A filesystem must first be "
"mounted on C</> before others can be mounted. Other filesystems can only be "
@@ -19062,14 +19101,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3991 ../src/guestfs-actions.pod:6206
+#: ../fish/guestfish-actions.pod:3998 ../src/guestfs-actions.pod:6213
msgid ""
"The mounted filesystem is writable, if we have sufficient permissions on the "
"underlying device."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3994
+#: ../fish/guestfish-actions.pod:4001
msgid ""
"Before libguestfs 1.13.16, this call implicitly added the options C<sync> "
"and C<noatime>. The C<sync> option greatly slowed writes and caused many "
@@ -19079,12 +19118,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4001
+#: ../fish/guestfish-actions.pod:4008
msgid "mount-9p"
msgstr "mount-9p"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4003
+#: ../fish/guestfish-actions.pod:4010
#, no-wrap
msgid ""
" mount-9p mounttag mountpoint [options:..]\n"
@@ -19094,7 +19133,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4005 ../src/guestfs-actions.pod:6235
+#: ../fish/guestfish-actions.pod:4012 ../src/guestfs-actions.pod:6242
msgid ""
"Mount the virtio-9p filesystem with the tag C<mounttag> on the directory "
"C<mountpoint>."
@@ -19103,7 +19142,7 @@ msgstr ""
"C<mountpoint> にマウントします。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4008 ../src/guestfs-actions.pod:6238
+#: ../fish/guestfish-actions.pod:4015 ../src/guestfs-actions.pod:6245
msgid ""
"If required, C<trans=virtio> will be automatically added to the options. "
"Any other options required can be passed in the optional C<options> "
@@ -19111,12 +19150,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4014
+#: ../fish/guestfish-actions.pod:4021
msgid "mount-local"
msgstr "ローカルマウント"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4016
+#: ../fish/guestfish-actions.pod:4023
#, no-wrap
msgid ""
" mount-local localmountpoint [readonly:true|false] [options:..] [cachetimeout:N] [debugcalls:true|false]\n"
@@ -19126,7 +19165,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4018 ../src/guestfs-actions.pod:6287
+#: ../fish/guestfish-actions.pod:4025 ../src/guestfs-actions.pod:6294
msgid ""
"This call exports the libguestfs-accessible filesystem to a local mountpoint "
"(directory) called C<localmountpoint>. Ordinary reads and writes to files "
@@ -19134,35 +19173,35 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4023 ../src/guestfs-actions.pod:6292
+#: ../fish/guestfish-actions.pod:4030 ../src/guestfs-actions.pod:6299
msgid ""
"If the optional C<readonly> flag is set to true, then writes to the "
"filesystem return error C<EROFS>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4026 ../src/guestfs-actions.pod:6295
+#: ../fish/guestfish-actions.pod:4033 ../src/guestfs-actions.pod:6302
msgid ""
"C<options> is a comma-separated list of mount options. See L<guestmount(1)> "
"for some useful options."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4029 ../src/guestfs-actions.pod:6298
+#: ../fish/guestfish-actions.pod:4036 ../src/guestfs-actions.pod:6305
msgid ""
"C<cachetimeout> sets the timeout (in seconds) for cached directory entries. "
"The default is 60 seconds. See L<guestmount(1)> for further information."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4033 ../src/guestfs-actions.pod:6302
+#: ../fish/guestfish-actions.pod:4040 ../src/guestfs-actions.pod:6309
msgid ""
"If C<debugcalls> is set to true, then additional debugging information is "
"generated for every FUSE call."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4036
+#: ../fish/guestfish-actions.pod:4043
msgid ""
"When L</mount-local> returns, the filesystem is ready, but is not processing "
"requests (access to it will block). You have to call L</mount-local-run> to "
@@ -19170,19 +19209,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4040 ../fish/guestfish-actions.pod:4064
-#: ../fish/guestfish-actions.pod:5788 ../src/guestfs-actions.pod:6309
-#: ../src/guestfs-actions.pod:6358 ../src/guestfs-actions.pod:9015
+#: ../fish/guestfish-actions.pod:4047 ../fish/guestfish-actions.pod:4071
+#: ../fish/guestfish-actions.pod:5795 ../src/guestfs-actions.pod:6316
+#: ../src/guestfs-actions.pod:6365 ../src/guestfs-actions.pod:9022
msgid "See L<guestfs(3)/MOUNT LOCAL> for full documentation."
msgstr "完全なドキュメントは L<guestfs(3)/MOUNT LOCAL> を参照してください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4044
+#: ../fish/guestfish-actions.pod:4051
msgid "mount-local-run"
msgstr "mount-local-run"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4046
+#: ../fish/guestfish-actions.pod:4053
#, no-wrap
msgid ""
" mount-local-run\n"
@@ -19192,26 +19231,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4048 ../src/guestfs-actions.pod:6342
+#: ../fish/guestfish-actions.pod:4055 ../src/guestfs-actions.pod:6349
msgid "Run the main loop which translates kernel calls to libguestfs calls."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4051
+#: ../fish/guestfish-actions.pod:4058
msgid ""
"This should only be called after L</mount-local> returns successfully. The "
"call will not return until the filesystem is unmounted."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4055
+#: ../fish/guestfish-actions.pod:4062
msgid ""
"B<Note> you must I<not> make concurrent libguestfs calls on the same handle "
"from another thread, with the exception of L</umount-local>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4059
+#: ../fish/guestfish-actions.pod:4066
msgid ""
"You may call this from a different thread than the one which called L</mount-"
"local>, subject to the usual rules for threads and libguestfs (see L<guestfs"
@@ -19219,12 +19258,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4066
+#: ../fish/guestfish-actions.pod:4073
msgid "mount-loop"
msgstr "mount-loop"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4068
+#: ../fish/guestfish-actions.pod:4075
#, no-wrap
msgid ""
" mount-loop file mountpoint\n"
@@ -19234,7 +19273,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4070 ../src/guestfs-actions.pod:6371
+#: ../fish/guestfish-actions.pod:4077 ../src/guestfs-actions.pod:6378
msgid ""
"This command lets you mount C<file> (a filesystem image in a file) on a "
"mount point. It is entirely equivalent to the command C<mount -o loop file "
@@ -19242,12 +19281,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4074
+#: ../fish/guestfish-actions.pod:4081
msgid "mount-options"
msgstr "mount-options"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4076
+#: ../fish/guestfish-actions.pod:4083
#, no-wrap
msgid ""
" mount-options options device mountpoint\n"
@@ -19257,26 +19296,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4078
+#: ../fish/guestfish-actions.pod:4085
msgid ""
"This is the same as the L</mount> command, but it allows you to set the "
"mount options as for the L<mount(8)> I<-o> flag."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4082 ../src/guestfs-actions.pod:6391
+#: ../fish/guestfish-actions.pod:4089 ../src/guestfs-actions.pod:6398
msgid ""
"If the C<options> parameter is an empty string, then no options are passed "
"(all options default to whatever the filesystem uses)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4086
+#: ../fish/guestfish-actions.pod:4093
msgid "mount-ro"
msgstr "mount-ro"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4088
+#: ../fish/guestfish-actions.pod:4095
#, no-wrap
msgid ""
" mount-ro device mountpoint\n"
@@ -19286,19 +19325,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4090
+#: ../fish/guestfish-actions.pod:4097
msgid ""
"This is the same as the L</mount> command, but it mounts the filesystem with "
"the read-only (I<-o ro>) flag."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4093
+#: ../fish/guestfish-actions.pod:4100
msgid "mount-vfs"
msgstr "mount-vfs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4095
+#: ../fish/guestfish-actions.pod:4102
#, no-wrap
msgid ""
" mount-vfs options vfstype device mountpoint\n"
@@ -19308,19 +19347,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4097
+#: ../fish/guestfish-actions.pod:4104
msgid ""
"This is the same as the L</mount> command, but it allows you to set both the "
"mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4101
+#: ../fish/guestfish-actions.pod:4108
msgid "mountpoints"
msgstr "mountpoints"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4103
+#: ../fish/guestfish-actions.pod:4110
#, no-wrap
msgid ""
" mountpoints\n"
@@ -19330,7 +19369,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4105
+#: ../fish/guestfish-actions.pod:4112
msgid ""
"This call is similar to L</mounts>. That call returns a list of devices. "
"This one returns a hash table (map) of device name to directory where the "
@@ -19338,12 +19377,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4109
+#: ../fish/guestfish-actions.pod:4116
msgid "mounts"
msgstr "mounts"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4111
+#: ../fish/guestfish-actions.pod:4118
#, no-wrap
msgid ""
" mounts\n"
@@ -19353,29 +19392,29 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4113 ../src/guestfs-actions.pod:6452
+#: ../fish/guestfish-actions.pod:4120 ../src/guestfs-actions.pod:6459
msgid ""
"This returns the list of currently mounted filesystems. It returns the list "
"of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4116 ../src/guestfs-actions.pod:6455
+#: ../fish/guestfish-actions.pod:4123 ../src/guestfs-actions.pod:6462
msgid "Some internal mounts are not shown."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4118
+#: ../fish/guestfish-actions.pod:4125
msgid "See also: L</mountpoints>"
msgstr "関連項目: L</mountpoints>"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4120
+#: ../fish/guestfish-actions.pod:4127
msgid "mv"
msgstr "mv"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4122
+#: ../fish/guestfish-actions.pod:4129
#, no-wrap
msgid ""
" mv src dest\n"
@@ -19385,19 +19424,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4124 ../src/guestfs-actions.pod:6472
+#: ../fish/guestfish-actions.pod:4131 ../src/guestfs-actions.pod:6479
msgid ""
"This moves a file from C<src> to C<dest> where C<dest> is either a "
"destination filename or destination directory."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4127
+#: ../fish/guestfish-actions.pod:4134
msgid "nr-devices"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4129
+#: ../fish/guestfish-actions.pod:4136
#, no-wrap
msgid ""
" nr-devices\n"
@@ -19405,7 +19444,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4131
+#: ../fish/guestfish-actions.pod:4138
msgid ""
"This returns the number of whole block devices that were added. This is the "
"same as the number of devices that would be returned if you called L</list-"
@@ -19413,19 +19452,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4135
+#: ../fish/guestfish-actions.pod:4142
msgid ""
"To find out the maximum number of devices that could be added, call L</max-"
"disks>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4138
+#: ../fish/guestfish-actions.pod:4145
msgid "ntfs-3g-probe"
msgstr "ntfs-3g-probe"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4140
+#: ../fish/guestfish-actions.pod:4147
#, no-wrap
msgid ""
" ntfs-3g-probe true|false device\n"
@@ -19435,7 +19474,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4142 ../src/guestfs-actions.pod:6500
+#: ../fish/guestfish-actions.pod:4149 ../src/guestfs-actions.pod:6507
msgid ""
"This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
"C<device> for mountability. (Not all NTFS volumes can be mounted read-"
@@ -19443,7 +19482,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4146 ../src/guestfs-actions.pod:6504
+#: ../fish/guestfish-actions.pod:4153 ../src/guestfs-actions.pod:6511
msgid ""
"C<rw> is a boolean flag. Set it to true if you want to test if the volume "
"can be mounted read-write. Set it to false if you want to test if the "
@@ -19451,19 +19490,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4150 ../src/guestfs-actions.pod:6508
+#: ../fish/guestfish-actions.pod:4157 ../src/guestfs-actions.pod:6515
msgid ""
"The return value is an integer which C<0> if the operation would succeed, or "
"some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4154
+#: ../fish/guestfish-actions.pod:4161
msgid "ntfsclone-in"
msgstr "ntfsclone-in"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4156
+#: ../fish/guestfish-actions.pod:4163
#, no-wrap
msgid ""
" ntfsclone-in (backupfile|-) device\n"
@@ -19473,7 +19512,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4158
+#: ../fish/guestfish-actions.pod:4165
msgid ""
"Restore the C<backupfile> (from a previous call to L</ntfsclone-out>) to "
"C<device>, overwriting any existing contents of this device."
@@ -19482,12 +19521,12 @@ msgstr ""
"復元します。このデバイスの既存の内容はすべて上書きされます。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4164
+#: ../fish/guestfish-actions.pod:4171
msgid "ntfsclone-out"
msgstr "ntfsclone-out"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4166
+#: ../fish/guestfish-actions.pod:4173
#, no-wrap
msgid ""
" ntfsclone-out device (backupfile|-) [metadataonly:true|false] [rescue:true|false] [ignorefscheck:true|false] [preservetimestamps:true|false] [force:true|false]\n"
@@ -19497,7 +19536,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4168 ../src/guestfs-actions.pod:6550
+#: ../fish/guestfish-actions.pod:4175 ../src/guestfs-actions.pod:6557
msgid ""
"Stream the NTFS filesystem C<device> to the local file C<backupfile>. The "
"format used for the backup file is a special format used by the L<ntfsclone"
@@ -19505,7 +19544,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4172 ../src/guestfs-actions.pod:6554
+#: ../fish/guestfish-actions.pod:4179 ../src/guestfs-actions.pod:6561
msgid ""
"If the optional C<metadataonly> flag is true, then I<only> the metadata is "
"saved, losing all the user data (this is useful for diagnosing some "
@@ -19513,7 +19552,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4176 ../src/guestfs-actions.pod:6558
+#: ../fish/guestfish-actions.pod:4183 ../src/guestfs-actions.pod:6565
msgid ""
"The optional C<rescue>, C<ignorefscheck>, C<preservetimestamps> and C<force> "
"flags have precise meanings detailed in the L<ntfsclone(8)> man page."
@@ -19523,18 +19562,18 @@ msgstr ""
"ます。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4180
+#: ../fish/guestfish-actions.pod:4187
msgid "Use L</ntfsclone-in> to restore the file back to a libguestfs device."
msgstr ""
"ファイルを libguestfs デバイスに復元するには L</ntfsclone-in> を使用します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4187
+#: ../fish/guestfish-actions.pod:4194
msgid "ntfsfix"
msgstr "ntfsfix"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4189
+#: ../fish/guestfish-actions.pod:4196
#, no-wrap
msgid ""
" ntfsfix device [clearbadsectors:true|false]\n"
@@ -19544,7 +19583,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4191 ../src/guestfs-actions.pod:6607
+#: ../fish/guestfish-actions.pod:4198 ../src/guestfs-actions.pod:6614
msgid ""
"This command repairs some fundamental NTFS inconsistencies, resets the NTFS "
"journal file, and schedules an NTFS consistency check for the first boot "
@@ -19555,7 +19594,7 @@ msgstr ""
"化します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4195 ../src/guestfs-actions.pod:6611
+#: ../fish/guestfish-actions.pod:4202 ../src/guestfs-actions.pod:6618
msgid ""
"This is I<not> an equivalent of Windows C<chkdsk>. It does I<not> scan the "
"filesystem for inconsistencies."
@@ -19564,7 +19603,7 @@ msgstr ""
"システムをスキャン I<しません> 。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4198 ../src/guestfs-actions.pod:6614
+#: ../fish/guestfish-actions.pod:4205 ../src/guestfs-actions.pod:6621
msgid ""
"The optional C<clearbadsectors> flag clears the list of bad sectors. This "
"is useful after cloning a disk with bad sectors to a new disk."
@@ -19573,12 +19612,12 @@ msgstr ""
"良セクターを持つディスクを新しいディスクにクローンした後に有用です。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4203
+#: ../fish/guestfish-actions.pod:4210
msgid "ntfsresize"
msgstr "ntfsresize"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4205
+#: ../fish/guestfish-actions.pod:4212
#, no-wrap
msgid ""
" ntfsresize device\n"
@@ -19588,15 +19627,15 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4207 ../fish/guestfish-actions.pod:4231
-#: ../src/guestfs-actions.pod:6656 ../src/guestfs-actions.pod:6688
+#: ../fish/guestfish-actions.pod:4214 ../fish/guestfish-actions.pod:4238
+#: ../src/guestfs-actions.pod:6663 ../src/guestfs-actions.pod:6695
msgid ""
"This command resizes an NTFS filesystem, expanding or shrinking it to the "
"size of the underlying device."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4210 ../src/guestfs-actions.pod:6659
+#: ../fish/guestfish-actions.pod:4217 ../src/guestfs-actions.pod:6666
msgid ""
"I<Note:> After the resize operation, the filesystem is marked as requiring a "
"consistency check (for safety). You have to boot into Windows to perform "
@@ -19607,13 +19646,13 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4218 ../fish/guestfish-actions.pod:4257
-#: ../src/guestfs-actions.pod:6667 ../src/guestfs-actions.pod:6714
+#: ../fish/guestfish-actions.pod:4225 ../fish/guestfish-actions.pod:4264
+#: ../src/guestfs-actions.pod:6674 ../src/guestfs-actions.pod:6721
msgid "See also L<ntfsresize(8)>."
msgstr "L<ntfsresize(8)> 参照。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4220 ../fish/guestfish-actions.pod:4268
+#: ../fish/guestfish-actions.pod:4227 ../fish/guestfish-actions.pod:4275
#, fuzzy
#| msgid ""
#| "I<This function is deprecated.> In new code, use the L</ntfsresize_opts> "
@@ -19626,12 +19665,12 @@ msgstr ""
"を使用してください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4227
+#: ../fish/guestfish-actions.pod:4234
msgid "ntfsresize-opts"
msgstr "ntfsresize-opts"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4229
+#: ../fish/guestfish-actions.pod:4236
#, fuzzy, no-wrap
#| msgid ""
#| " ntfsresize-opts device [size:N] [force:true|false]\n"
@@ -19644,27 +19683,27 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4240 ../src/guestfs-actions.pod:6697
+#: ../fish/guestfish-actions.pod:4247 ../src/guestfs-actions.pod:6704
msgid ""
"The new size (in bytes) of the filesystem. If omitted, the filesystem is "
"resized to fit the container (eg. partition)."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4243 ../fish/guestfish-actions.pod:5642
-#: ../src/guestfs-actions.pod:6700 ../src/guestfs-actions.pod:8803
+#: ../fish/guestfish-actions.pod:4250 ../fish/guestfish-actions.pod:5649
+#: ../src/guestfs-actions.pod:6707 ../src/guestfs-actions.pod:8810
msgid "C<force>"
msgstr "C<force>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4245 ../src/guestfs-actions.pod:6702
+#: ../fish/guestfish-actions.pod:4252 ../src/guestfs-actions.pod:6709
msgid ""
"If this option is true, then force the resize of the filesystem even if the "
"filesystem is marked as requiring a consistency check."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4248
+#: ../fish/guestfish-actions.pod:4255
msgid ""
"After the resize operation, the filesystem is always marked as requiring a "
"consistency check (for safety). You have to boot into Windows to perform "
@@ -19674,12 +19713,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4261
+#: ../fish/guestfish-actions.pod:4268
msgid "ntfsresize-size"
msgstr "ntfsresize-size"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4263
+#: ../fish/guestfish-actions.pod:4270
#, no-wrap
msgid ""
" ntfsresize-size device size\n"
@@ -19689,19 +19728,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4265
+#: ../fish/guestfish-actions.pod:4272
msgid ""
"This command is the same as L</ntfsresize> except that it allows you to "
"specify the new size (in bytes) explicitly."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4275
+#: ../fish/guestfish-actions.pod:4282
msgid "part-add"
msgstr "part-add"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4277
+#: ../fish/guestfish-actions.pod:4284
#, no-wrap
msgid ""
" part-add device prlogex startsect endsect\n"
@@ -19711,14 +19750,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4279
+#: ../fish/guestfish-actions.pod:4286
msgid ""
"This command adds a partition to C<device>. If there is no partition table "
"on the device, call L</part-init> first."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4282 ../src/guestfs-actions.pod:6775
+#: ../fish/guestfish-actions.pod:4289 ../src/guestfs-actions.pod:6782
msgid ""
"The C<prlogex> parameter is the type of partition. Normally you should pass "
"C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
@@ -19726,7 +19765,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4287 ../src/guestfs-actions.pod:6780
+#: ../fish/guestfish-actions.pod:4294 ../src/guestfs-actions.pod:6787
msgid ""
"C<startsect> and C<endsect> are the start and end of the partition in "
"I<sectors>. C<endsect> may be negative, which means it counts backwards "
@@ -19734,19 +19773,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4291
+#: ../fish/guestfish-actions.pod:4298
msgid ""
"Creating a partition which covers the whole disk is not so easy. Use L</"
"part-disk> to do that."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4294
+#: ../fish/guestfish-actions.pod:4301
msgid "part-del"
msgstr "part-del"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4296
+#: ../fish/guestfish-actions.pod:4303
#, no-wrap
msgid ""
" part-del device partnum\n"
@@ -19756,25 +19795,25 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4298 ../src/guestfs-actions.pod:6798
+#: ../fish/guestfish-actions.pod:4305 ../src/guestfs-actions.pod:6805
msgid "This command deletes the partition numbered C<partnum> on C<device>."
msgstr ""
"このコマンドは C<device> にある C<partnum> 番のパーティションを削除します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4300 ../src/guestfs-actions.pod:6800
+#: ../fish/guestfish-actions.pod:4307 ../src/guestfs-actions.pod:6807
msgid ""
"Note that in the case of MBR partitioning, deleting an extended partition "
"also deletes any logical partitions it contains."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4304
+#: ../fish/guestfish-actions.pod:4311
msgid "part-disk"
msgstr "part-disk"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4306
+#: ../fish/guestfish-actions.pod:4313
#, no-wrap
msgid ""
" part-disk device parttype\n"
@@ -19784,26 +19823,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4308
+#: ../fish/guestfish-actions.pod:4315
msgid ""
"This command is simply a combination of L</part-init> followed by L</part-"
"add> to create a single primary partition covering the whole disk."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4312
+#: ../fish/guestfish-actions.pod:4319
msgid ""
"C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
"possible values are described in L</part-init>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4315
+#: ../fish/guestfish-actions.pod:4322
msgid "part-get-bootable"
msgstr "part-get-bootable"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4317
+#: ../fish/guestfish-actions.pod:4324
#, no-wrap
msgid ""
" part-get-bootable device partnum\n"
@@ -19813,24 +19852,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4319 ../src/guestfs-actions.pod:6833
+#: ../fish/guestfish-actions.pod:4326 ../src/guestfs-actions.pod:6840
msgid ""
"This command returns true if the partition C<partnum> on C<device> has the "
"bootable flag set."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4322
+#: ../fish/guestfish-actions.pod:4329
msgid "See also L</part-set-bootable>."
msgstr "L</part-set-bootable> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4324
+#: ../fish/guestfish-actions.pod:4331
msgid "part-get-mbr-id"
msgstr "part-get-mbr-id"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4326
+#: ../fish/guestfish-actions.pod:4333
#, no-wrap
msgid ""
" part-get-mbr-id device partnum\n"
@@ -19840,14 +19879,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4328 ../src/guestfs-actions.pod:6849
+#: ../fish/guestfish-actions.pod:4335 ../src/guestfs-actions.pod:6856
msgid ""
"Returns the MBR type byte (also known as the ID byte) from the numbered "
"partition C<partnum>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4331 ../fish/guestfish-actions.pod:4475
+#: ../fish/guestfish-actions.pod:4338 ../fish/guestfish-actions.pod:4482
msgid ""
"Note that only MBR (old DOS-style) partitions have type bytes. You will get "
"undefined results for other partition table types (see L</part-get-"
@@ -19855,12 +19894,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4335
+#: ../fish/guestfish-actions.pod:4342
msgid "part-get-parttype"
msgstr "part-get-parttype"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4337
+#: ../fish/guestfish-actions.pod:4344
#, no-wrap
msgid ""
" part-get-parttype device\n"
@@ -19870,14 +19909,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4339 ../src/guestfs-actions.pod:6866
+#: ../fish/guestfish-actions.pod:4346 ../src/guestfs-actions.pod:6873
msgid ""
"This command examines the partition table on C<device> and returns the "
"partition table type (format) being used."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4342
+#: ../fish/guestfish-actions.pod:4349
msgid ""
"Common return values include: C<msdos> (a DOS/Windows style MBR partition "
"table), C<gpt> (a GPT/EFI-style partition table). Other values are "
@@ -19885,12 +19924,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4347
+#: ../fish/guestfish-actions.pod:4354
msgid "part-init"
msgstr "part-init"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4349
+#: ../fish/guestfish-actions.pod:4356
#, no-wrap
msgid ""
" part-init device parttype\n"
@@ -19900,7 +19939,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4351 ../src/guestfs-actions.pod:6886
+#: ../fish/guestfish-actions.pod:4358 ../src/guestfs-actions.pod:6893
msgid ""
"This creates an empty partition table on C<device> of one of the partition "
"types listed below. Usually C<parttype> should be either C<msdos> or C<gpt> "
@@ -19908,34 +19947,34 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4355
+#: ../fish/guestfish-actions.pod:4362
msgid ""
"Initially there are no partitions. Following this, you should call L</part-"
"add> for each partition required."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4358 ../src/guestfs-actions.pod:6893
+#: ../fish/guestfish-actions.pod:4365 ../src/guestfs-actions.pod:6900
msgid "Possible values for C<parttype> are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4362 ../src/guestfs-actions.pod:6897
+#: ../fish/guestfish-actions.pod:4369 ../src/guestfs-actions.pod:6904
msgid "B<efi>"
msgstr "B<efi>"
#. type: =item
-#: ../fish/guestfish-actions.pod:4364 ../src/guestfs-actions.pod:6899
+#: ../fish/guestfish-actions.pod:4371 ../src/guestfs-actions.pod:6906
msgid "B<gpt>"
msgstr "B<gpt>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4366 ../src/guestfs-actions.pod:6901
+#: ../fish/guestfish-actions.pod:4373 ../src/guestfs-actions.pod:6908
msgid "Intel EFI / GPT partition table."
msgstr "Intel EFI / GPT パーティションテーブル。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4368 ../src/guestfs-actions.pod:6903
+#: ../fish/guestfish-actions.pod:4375 ../src/guestfs-actions.pod:6910
msgid ""
"This is recommended for >= 2 TB partitions that will be accessed from Linux "
"and Intel-based Mac OS X. It also has limited backwards compatibility with "
@@ -19943,17 +19982,17 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4372 ../src/guestfs-actions.pod:6907
+#: ../fish/guestfish-actions.pod:4379 ../src/guestfs-actions.pod:6914
msgid "B<mbr>"
msgstr "B<mbr>"
#. type: =item
-#: ../fish/guestfish-actions.pod:4374 ../src/guestfs-actions.pod:6909
+#: ../fish/guestfish-actions.pod:4381 ../src/guestfs-actions.pod:6916
msgid "B<msdos>"
msgstr "B<msdos>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4376 ../src/guestfs-actions.pod:6911
+#: ../fish/guestfish-actions.pod:4383 ../src/guestfs-actions.pod:6918
msgid ""
"The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
"Windows. This partition type will B<only> work for device sizes up to 2 "
@@ -19961,103 +20000,103 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4383 ../src/guestfs-actions.pod:6918
+#: ../fish/guestfish-actions.pod:4390 ../src/guestfs-actions.pod:6925
msgid ""
"Other partition table types that may work but are not supported include:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4388 ../src/guestfs-actions.pod:6923
+#: ../fish/guestfish-actions.pod:4395 ../src/guestfs-actions.pod:6930
msgid "B<aix>"
msgstr "B<aix>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4390 ../src/guestfs-actions.pod:6925
+#: ../fish/guestfish-actions.pod:4397 ../src/guestfs-actions.pod:6932
msgid "AIX disk labels."
msgstr "AIX ディスクラベル。"
#. type: =item
-#: ../fish/guestfish-actions.pod:4392 ../src/guestfs-actions.pod:6927
+#: ../fish/guestfish-actions.pod:4399 ../src/guestfs-actions.pod:6934
msgid "B<amiga>"
msgstr "B<amiga>"
#. type: =item
-#: ../fish/guestfish-actions.pod:4394 ../src/guestfs-actions.pod:6929
+#: ../fish/guestfish-actions.pod:4401 ../src/guestfs-actions.pod:6936
msgid "B<rdb>"
msgstr "B<rdb>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4396 ../src/guestfs-actions.pod:6931
+#: ../fish/guestfish-actions.pod:4403 ../src/guestfs-actions.pod:6938
msgid "Amiga \"Rigid Disk Block\" format."
msgstr "Amiga \"Rigid Disk Block\" 形式。"
#. type: =item
-#: ../fish/guestfish-actions.pod:4398 ../src/guestfs-actions.pod:6933
+#: ../fish/guestfish-actions.pod:4405 ../src/guestfs-actions.pod:6940
msgid "B<bsd>"
msgstr "B<bsd>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4400 ../src/guestfs-actions.pod:6935
+#: ../fish/guestfish-actions.pod:4407 ../src/guestfs-actions.pod:6942
msgid "BSD disk labels."
msgstr "BSD ディスクラベル."
#. type: =item
-#: ../fish/guestfish-actions.pod:4402 ../src/guestfs-actions.pod:6937
+#: ../fish/guestfish-actions.pod:4409 ../src/guestfs-actions.pod:6944
msgid "B<dasd>"
msgstr "B<dasd>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4404 ../src/guestfs-actions.pod:6939
+#: ../fish/guestfish-actions.pod:4411 ../src/guestfs-actions.pod:6946
msgid "DASD, used on IBM mainframes."
msgstr "DASD, IBM メインフレームにおいて使用."
#. type: =item
-#: ../fish/guestfish-actions.pod:4406 ../src/guestfs-actions.pod:6941
+#: ../fish/guestfish-actions.pod:4413 ../src/guestfs-actions.pod:6948
msgid "B<dvh>"
msgstr "B<dvh>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4408 ../src/guestfs-actions.pod:6943
+#: ../fish/guestfish-actions.pod:4415 ../src/guestfs-actions.pod:6950
msgid "MIPS/SGI volumes."
msgstr "MIPS/SGI ボリューム."
#. type: =item
-#: ../fish/guestfish-actions.pod:4410 ../src/guestfs-actions.pod:6945
+#: ../fish/guestfish-actions.pod:4417 ../src/guestfs-actions.pod:6952
msgid "B<mac>"
msgstr "B<mac>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4412 ../src/guestfs-actions.pod:6947
+#: ../fish/guestfish-actions.pod:4419 ../src/guestfs-actions.pod:6954
msgid "Old Mac partition format. Modern Macs use C<gpt>."
msgstr "古い Mac パーティション形式。最近の Mac は C<gpt> を使用します。"
#. type: =item
-#: ../fish/guestfish-actions.pod:4414 ../src/guestfs-actions.pod:6949
+#: ../fish/guestfish-actions.pod:4421 ../src/guestfs-actions.pod:6956
msgid "B<pc98>"
msgstr "B<pc98>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4416 ../src/guestfs-actions.pod:6951
+#: ../fish/guestfish-actions.pod:4423 ../src/guestfs-actions.pod:6958
msgid "NEC PC-98 format, common in Japan apparently."
msgstr "NEC PC-98 形式。日本において一般的に見られます。"
#. type: =item
-#: ../fish/guestfish-actions.pod:4418 ../src/guestfs-actions.pod:6953
+#: ../fish/guestfish-actions.pod:4425 ../src/guestfs-actions.pod:6960
msgid "B<sun>"
msgstr "B<sun>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4420 ../src/guestfs-actions.pod:6955
+#: ../fish/guestfish-actions.pod:4427 ../src/guestfs-actions.pod:6962
msgid "Sun disk labels."
msgstr "Sun ディスクラベル"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4424
+#: ../fish/guestfish-actions.pod:4431
msgid "part-list"
msgstr "part-list"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4426
+#: ../fish/guestfish-actions.pod:4433
#, no-wrap
msgid ""
" part-list device\n"
@@ -20067,34 +20106,34 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4428 ../src/guestfs-actions.pod:6969
+#: ../fish/guestfish-actions.pod:4435 ../src/guestfs-actions.pod:6976
msgid ""
"This command parses the partition table on C<device> and returns the list of "
"partitions found."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4431 ../src/guestfs-actions.pod:6972
+#: ../fish/guestfish-actions.pod:4438 ../src/guestfs-actions.pod:6979
msgid "The fields in the returned structure are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4435 ../src/guestfs-actions.pod:6976
+#: ../fish/guestfish-actions.pod:4442 ../src/guestfs-actions.pod:6983
msgid "B<part_num>"
msgstr "B<part_num>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4437 ../src/guestfs-actions.pod:6978
+#: ../fish/guestfish-actions.pod:4444 ../src/guestfs-actions.pod:6985
msgid "Partition number, counting from 1."
msgstr "パーティション番号。1 から数えます。"
#. type: =item
-#: ../fish/guestfish-actions.pod:4439 ../src/guestfs-actions.pod:6980
+#: ../fish/guestfish-actions.pod:4446 ../src/guestfs-actions.pod:6987
msgid "B<part_start>"
msgstr "B<part_start>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4441
+#: ../fish/guestfish-actions.pod:4448
msgid ""
"Start of the partition I<in bytes>. To get sectors you have to divide by "
"the device's sector size, see L</blockdev-getss>."
@@ -20103,32 +20142,32 @@ msgstr ""
"ター容量で割り算する必要があります。 L</blockdev-getss> 参照。"
#. type: =item
-#: ../fish/guestfish-actions.pod:4444 ../src/guestfs-actions.pod:6985
+#: ../fish/guestfish-actions.pod:4451 ../src/guestfs-actions.pod:6992
msgid "B<part_end>"
msgstr "B<part_end>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4446 ../src/guestfs-actions.pod:6987
+#: ../fish/guestfish-actions.pod:4453 ../src/guestfs-actions.pod:6994
msgid "End of the partition in bytes."
msgstr "バイト単位のパーティションの終了位置。"
#. type: =item
-#: ../fish/guestfish-actions.pod:4448 ../src/guestfs-actions.pod:6989
+#: ../fish/guestfish-actions.pod:4455 ../src/guestfs-actions.pod:6996
msgid "B<part_size>"
msgstr "B<part_size>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4450 ../src/guestfs-actions.pod:6991
+#: ../fish/guestfish-actions.pod:4457 ../src/guestfs-actions.pod:6998
msgid "Size of the partition in bytes."
msgstr "バイト単位のパーティション容量。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4454
+#: ../fish/guestfish-actions.pod:4461
msgid "part-set-bootable"
msgstr "part-set-bootable"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4456
+#: ../fish/guestfish-actions.pod:4463
#, no-wrap
msgid ""
" part-set-bootable device partnum true|false\n"
@@ -20138,7 +20177,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4458 ../src/guestfs-actions.pod:7009
+#: ../fish/guestfish-actions.pod:4465 ../src/guestfs-actions.pod:7016
msgid ""
"This sets the bootable flag on partition numbered C<partnum> on device "
"C<device>. Note that partitions are numbered from 1."
@@ -20147,7 +20186,7 @@ msgstr ""
"ます。パーティションは 1 から番号が始まることに注意してください。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4461 ../src/guestfs-actions.pod:7012
+#: ../fish/guestfish-actions.pod:4468 ../src/guestfs-actions.pod:7019
msgid ""
"The bootable flag is used by some operating systems (notably Windows) to "
"determine which partition to boot from. It is by no means universally "
@@ -20155,12 +20194,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4465
+#: ../fish/guestfish-actions.pod:4472
msgid "part-set-mbr-id"
msgstr "part-set-mbr-id"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4467
+#: ../fish/guestfish-actions.pod:4474
#, no-wrap
msgid ""
" part-set-mbr-id device partnum idbyte\n"
@@ -20170,7 +20209,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4469 ../src/guestfs-actions.pod:7028
+#: ../fish/guestfish-actions.pod:4476 ../src/guestfs-actions.pod:7035
msgid ""
"Sets the MBR type byte (also known as the ID byte) of the numbered partition "
"C<partnum> to C<idbyte>. Note that the type bytes quoted in most "
@@ -20179,12 +20218,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4479
+#: ../fish/guestfish-actions.pod:4486
msgid "part-set-name"
msgstr "part-set-name"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4481
+#: ../fish/guestfish-actions.pod:4488
#, no-wrap
msgid ""
" part-set-name device partnum name\n"
@@ -20194,26 +20233,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4483 ../src/guestfs-actions.pod:7050
+#: ../fish/guestfish-actions.pod:4490 ../src/guestfs-actions.pod:7057
msgid ""
"This sets the partition name on partition numbered C<partnum> on device "
"C<device>. Note that partitions are numbered from 1."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4486 ../src/guestfs-actions.pod:7053
+#: ../fish/guestfish-actions.pod:4493 ../src/guestfs-actions.pod:7060
msgid ""
"The partition name can only be set on certain types of partition table. "
"This works on C<gpt> but not on C<mbr> partitions."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4489
+#: ../fish/guestfish-actions.pod:4496
msgid "part-to-dev"
msgstr "part-to-dev"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4491
+#: ../fish/guestfish-actions.pod:4498
#, no-wrap
msgid ""
" part-to-dev partition\n"
@@ -20223,31 +20262,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4493 ../src/guestfs-actions.pod:7066
+#: ../fish/guestfish-actions.pod:4500 ../src/guestfs-actions.pod:7073
msgid ""
"This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
"partition number, returning the device name (eg. \"/dev/sdb\")."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4497 ../fish/guestfish-actions.pod:4509
+#: ../fish/guestfish-actions.pod:4504 ../fish/guestfish-actions.pod:4516
msgid ""
"The named partition must exist, for example as a string returned from L</"
"list-partitions>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4500
+#: ../fish/guestfish-actions.pod:4507
msgid "See also L</part-to-partnum>, L</device-index>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4502
+#: ../fish/guestfish-actions.pod:4509
msgid "part-to-partnum"
msgstr "part-to-partnum"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4504
+#: ../fish/guestfish-actions.pod:4511
#, no-wrap
msgid ""
" part-to-partnum partition\n"
@@ -20257,24 +20296,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4506 ../src/guestfs-actions.pod:7086
+#: ../fish/guestfish-actions.pod:4513 ../src/guestfs-actions.pod:7093
msgid ""
"This function takes a partition name (eg. \"/dev/sdb1\") and returns the "
"partition number (eg. C<1>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4512
+#: ../fish/guestfish-actions.pod:4519
msgid "See also L</part-to-dev>."
msgstr "L</part-to-dev> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4514
+#: ../fish/guestfish-actions.pod:4521
msgid "ping-daemon"
msgstr "ping-daemon"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4516
+#: ../fish/guestfish-actions.pod:4523
#, no-wrap
msgid ""
" ping-daemon\n"
@@ -20284,7 +20323,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4518 ../src/guestfs-actions.pod:7103
+#: ../fish/guestfish-actions.pod:4525 ../src/guestfs-actions.pod:7110
msgid ""
"This is a test probe into the guestfs daemon running inside the qemu "
"subprocess. Calling this function checks that the daemon responds to the "
@@ -20293,12 +20332,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4523
+#: ../fish/guestfish-actions.pod:4530
msgid "pread"
msgstr "pread"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4525
+#: ../fish/guestfish-actions.pod:4532
#, no-wrap
msgid ""
" pread path count offset\n"
@@ -20308,32 +20347,32 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4527 ../src/guestfs-actions.pod:7121
+#: ../fish/guestfish-actions.pod:4534 ../src/guestfs-actions.pod:7128
msgid ""
"This command lets you read part of a file. It reads C<count> bytes of the "
"file, starting at C<offset>, from file C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4530 ../fish/guestfish-actions.pod:4545
-#: ../src/guestfs-actions.pod:7124 ../src/guestfs-actions.pod:7150
+#: ../fish/guestfish-actions.pod:4537 ../fish/guestfish-actions.pod:4552
+#: ../src/guestfs-actions.pod:7131 ../src/guestfs-actions.pod:7157
msgid ""
"This may read fewer bytes than requested. For further details see the "
"L<pread(2)> system call."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4533
+#: ../fish/guestfish-actions.pod:4540
msgid "See also L</pwrite>, L</pread-device>."
msgstr "L</pwrite>, L</pread-device> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4538
+#: ../fish/guestfish-actions.pod:4545
msgid "pread-device"
msgstr "pread-device"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4540
+#: ../fish/guestfish-actions.pod:4547
#, no-wrap
msgid ""
" pread-device device count offset\n"
@@ -20343,24 +20382,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4542 ../src/guestfs-actions.pod:7147
+#: ../fish/guestfish-actions.pod:4549 ../src/guestfs-actions.pod:7154
msgid ""
"This command lets you read part of a file. It reads C<count> bytes of "
"C<device>, starting at C<offset>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4548
+#: ../fish/guestfish-actions.pod:4555
msgid "See also L</pread>."
msgstr "L</pread> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4553
+#: ../fish/guestfish-actions.pod:4560
msgid "pvcreate"
msgstr "pvcreate"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4555
+#: ../fish/guestfish-actions.pod:4562
#, no-wrap
msgid ""
" pvcreate device\n"
@@ -20370,19 +20409,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4557 ../src/guestfs-actions.pod:7170
+#: ../fish/guestfish-actions.pod:4564 ../src/guestfs-actions.pod:7177
msgid ""
"This creates an LVM physical volume on the named C<device>, where C<device> "
"should usually be a partition name such as C</dev/sda1>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4561
+#: ../fish/guestfish-actions.pod:4568
msgid "pvremove"
msgstr "pvremove"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4563
+#: ../fish/guestfish-actions.pod:4570
#, no-wrap
msgid ""
" pvremove device\n"
@@ -20392,14 +20431,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4565 ../src/guestfs-actions.pod:7184
+#: ../fish/guestfish-actions.pod:4572 ../src/guestfs-actions.pod:7191
msgid ""
"This wipes a physical volume C<device> so that LVM will no longer recognise "
"it."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4568 ../src/guestfs-actions.pod:7187
+#: ../fish/guestfish-actions.pod:4575 ../src/guestfs-actions.pod:7194
msgid ""
"The implementation uses the C<pvremove> command which refuses to wipe "
"physical volumes that contain any volume groups, so you have to remove those "
@@ -20407,12 +20446,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4572
+#: ../fish/guestfish-actions.pod:4579
msgid "pvresize"
msgstr "pvresize"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4574
+#: ../fish/guestfish-actions.pod:4581
#, no-wrap
msgid ""
" pvresize device\n"
@@ -20422,19 +20461,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4576 ../src/guestfs-actions.pod:7201
+#: ../fish/guestfish-actions.pod:4583 ../src/guestfs-actions.pod:7208
msgid ""
"This resizes (expands or shrinks) an existing LVM physical volume to match "
"the new size of the underlying device."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4579
+#: ../fish/guestfish-actions.pod:4586
msgid "pvresize-size"
msgstr "pvresize-size"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4581
+#: ../fish/guestfish-actions.pod:4588
#, no-wrap
msgid ""
" pvresize-size device size\n"
@@ -20444,19 +20483,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4583
+#: ../fish/guestfish-actions.pod:4590
msgid ""
"This command is the same as L</pvresize> except that it allows you to "
"specify the new size (in bytes) explicitly."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4586
+#: ../fish/guestfish-actions.pod:4593
msgid "pvs"
msgstr "pvs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4588
+#: ../fish/guestfish-actions.pod:4595
#, no-wrap
msgid ""
" pvs\n"
@@ -20466,31 +20505,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4590 ../src/guestfs-actions.pod:7227
+#: ../fish/guestfish-actions.pod:4597 ../src/guestfs-actions.pod:7234
msgid ""
"List all the physical volumes detected. This is the equivalent of the L<pvs"
"(8)> command."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4593 ../src/guestfs-actions.pod:7230
+#: ../fish/guestfish-actions.pod:4600 ../src/guestfs-actions.pod:7237
msgid ""
"This returns a list of just the device names that contain PVs (eg. C</dev/"
"sda2>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4596
+#: ../fish/guestfish-actions.pod:4603
msgid "See also L</pvs-full>."
msgstr "L</pvs-full> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4598
+#: ../fish/guestfish-actions.pod:4605
msgid "pvs-full"
msgstr "pvs-full"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4600
+#: ../fish/guestfish-actions.pod:4607
#, no-wrap
msgid ""
" pvs-full\n"
@@ -20500,19 +20539,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4602 ../src/guestfs-actions.pod:7246
+#: ../fish/guestfish-actions.pod:4609 ../src/guestfs-actions.pod:7253
msgid ""
"List all the physical volumes detected. This is the equivalent of the L<pvs"
"(8)> command. The \"full\" version includes all fields."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4605
+#: ../fish/guestfish-actions.pod:4612
msgid "pvuuid"
msgstr "pvuuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4607
+#: ../fish/guestfish-actions.pod:4614
#, no-wrap
msgid ""
" pvuuid device\n"
@@ -20522,17 +20561,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4609 ../src/guestfs-actions.pod:7261
+#: ../fish/guestfish-actions.pod:4616 ../src/guestfs-actions.pod:7268
msgid "This command returns the UUID of the LVM PV C<device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4611
+#: ../fish/guestfish-actions.pod:4618
msgid "pwrite"
msgstr "pwrite"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4613
+#: ../fish/guestfish-actions.pod:4620
#, no-wrap
msgid ""
" pwrite path content offset\n"
@@ -20542,14 +20581,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4615 ../src/guestfs-actions.pod:7277
+#: ../fish/guestfish-actions.pod:4622 ../src/guestfs-actions.pod:7284
msgid ""
"This command writes to part of a file. It writes the data buffer C<content> "
"to the file C<path> starting at offset C<offset>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4618 ../src/guestfs-actions.pod:7280
+#: ../fish/guestfish-actions.pod:4625 ../src/guestfs-actions.pod:7287
msgid ""
"This command implements the L<pwrite(2)> system call, and like that system "
"call it may not write the full data requested. The return value is the "
@@ -20559,17 +20598,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4624
+#: ../fish/guestfish-actions.pod:4631
msgid "See also L</pread>, L</pwrite-device>."
msgstr "L</pread>, L</pwrite-device> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4629
+#: ../fish/guestfish-actions.pod:4636
msgid "pwrite-device"
msgstr "pwrite-device"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4631
+#: ../fish/guestfish-actions.pod:4638
#, no-wrap
msgid ""
" pwrite-device device content offset\n"
@@ -20579,14 +20618,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4633 ../src/guestfs-actions.pod:7304
+#: ../fish/guestfish-actions.pod:4640 ../src/guestfs-actions.pod:7311
msgid ""
"This command writes to part of a device. It writes the data buffer "
"C<content> to C<device> starting at offset C<offset>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4636 ../src/guestfs-actions.pod:7307
+#: ../fish/guestfish-actions.pod:4643 ../src/guestfs-actions.pod:7314
msgid ""
"This command implements the L<pwrite(2)> system call, and like that system "
"call it may not write the full data requested (although short writes to disk "
@@ -20594,17 +20633,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4641
+#: ../fish/guestfish-actions.pod:4648
msgid "See also L</pwrite>."
msgstr "L</pwrite> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4646
+#: ../fish/guestfish-actions.pod:4653
msgid "read-file"
msgstr "read-file"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4648
+#: ../fish/guestfish-actions.pod:4655
#, no-wrap
msgid ""
" read-file path\n"
@@ -20614,12 +20653,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4650 ../src/guestfs-actions.pod:7328
+#: ../fish/guestfish-actions.pod:4657 ../src/guestfs-actions.pod:7335
msgid "This calls returns the contents of the file C<path> as a buffer."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4653
+#: ../fish/guestfish-actions.pod:4660
msgid ""
"Unlike L</cat>, this function can correctly handle files that contain "
"embedded ASCII NUL characters. However unlike L</download>, this function "
@@ -20627,12 +20666,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4661
+#: ../fish/guestfish-actions.pod:4668
msgid "read-lines"
msgstr "read-lines"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4663
+#: ../fish/guestfish-actions.pod:4670
#, no-wrap
msgid ""
" read-lines path\n"
@@ -20642,14 +20681,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4667 ../src/guestfs-actions.pod:7353
+#: ../fish/guestfish-actions.pod:4674 ../src/guestfs-actions.pod:7360
msgid ""
"The file contents are returned as a list of lines. Trailing C<LF> and "
"C<CRLF> character sequences are I<not> returned."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4670
+#: ../fish/guestfish-actions.pod:4677
msgid ""
"Note that this function cannot correctly handle binary files (specifically, "
"files containing C<\\0> character which is treated as end of line). For "
@@ -20658,12 +20697,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4675
+#: ../fish/guestfish-actions.pod:4682
msgid "readdir"
msgstr "readdir"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4677
+#: ../fish/guestfish-actions.pod:4684
#, no-wrap
msgid ""
" readdir dir\n"
@@ -20673,12 +20712,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4679 ../src/guestfs-actions.pod:7373
+#: ../fish/guestfish-actions.pod:4686 ../src/guestfs-actions.pod:7380
msgid "This returns the list of directory entries in directory C<dir>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4681 ../src/guestfs-actions.pod:7375
+#: ../fish/guestfish-actions.pod:4688 ../src/guestfs-actions.pod:7382
msgid ""
"All entries in the directory are returned, including C<.> and C<..>. The "
"entries are I<not> sorted, but returned in the same order as the underlying "
@@ -20686,85 +20725,85 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4685 ../src/guestfs-actions.pod:7379
+#: ../fish/guestfish-actions.pod:4692 ../src/guestfs-actions.pod:7386
msgid ""
"Also this call returns basic file type information about each file. The "
"C<ftyp> field will contain one of the following characters:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4690 ../src/guestfs-actions.pod:7384
+#: ../fish/guestfish-actions.pod:4697 ../src/guestfs-actions.pod:7391
msgid "'b'"
msgstr "'b'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4692 ../src/guestfs-actions.pod:7386
+#: ../fish/guestfish-actions.pod:4699 ../src/guestfs-actions.pod:7393
msgid "Block special"
msgstr "ブロック特殊"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4696 ../src/guestfs-actions.pod:7390
+#: ../fish/guestfish-actions.pod:4703 ../src/guestfs-actions.pod:7397
msgid "Char special"
msgstr "キャラクター特殊"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4700 ../src/guestfs-actions.pod:7394
+#: ../fish/guestfish-actions.pod:4707 ../src/guestfs-actions.pod:7401
msgid "Directory"
msgstr "ディレクトリ"
#. type: =item
-#: ../fish/guestfish-actions.pod:4702 ../src/guestfs-actions.pod:7396
+#: ../fish/guestfish-actions.pod:4709 ../src/guestfs-actions.pod:7403
msgid "'f'"
msgstr "'f'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4704 ../src/guestfs-actions.pod:7398
+#: ../fish/guestfish-actions.pod:4711 ../src/guestfs-actions.pod:7405
msgid "FIFO (named pipe)"
msgstr "FIFO (名前付きパイプ)"
#. type: =item
-#: ../fish/guestfish-actions.pod:4706 ../src/guestfs-actions.pod:7400
+#: ../fish/guestfish-actions.pod:4713 ../src/guestfs-actions.pod:7407
msgid "'l'"
msgstr "'l'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4708 ../src/guestfs-actions.pod:7402
+#: ../fish/guestfish-actions.pod:4715 ../src/guestfs-actions.pod:7409
msgid "Symbolic link"
msgstr "シンボリックリンク"
#. type: =item
-#: ../fish/guestfish-actions.pod:4710 ../src/guestfs-actions.pod:7404
+#: ../fish/guestfish-actions.pod:4717 ../src/guestfs-actions.pod:7411
msgid "'r'"
msgstr "'r'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4712 ../src/guestfs-actions.pod:7406
+#: ../fish/guestfish-actions.pod:4719 ../src/guestfs-actions.pod:7413
msgid "Regular file"
msgstr "通常のファイル"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4716 ../src/guestfs-actions.pod:7410
+#: ../fish/guestfish-actions.pod:4723 ../src/guestfs-actions.pod:7417
msgid "Socket"
msgstr "ソケット"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4720 ../src/guestfs-actions.pod:7414
+#: ../fish/guestfish-actions.pod:4727 ../src/guestfs-actions.pod:7421
msgid "Unknown file type"
msgstr "未知のファイル種別"
#. type: =item
-#: ../fish/guestfish-actions.pod:4722 ../src/guestfs-actions.pod:7416
+#: ../fish/guestfish-actions.pod:4729 ../src/guestfs-actions.pod:7423
msgid "'?'"
msgstr "'?'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4724 ../src/guestfs-actions.pod:7418
+#: ../fish/guestfish-actions.pod:4731 ../src/guestfs-actions.pod:7425
msgid ""
"The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4729
+#: ../fish/guestfish-actions.pod:4736
msgid ""
"This function is primarily intended for use by programs. To get a simple "
"list of names, use L</ls>. To get a printable directory for human "
@@ -20772,12 +20811,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4733
+#: ../fish/guestfish-actions.pod:4740
msgid "readlink"
msgstr "readlink"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4735
+#: ../fish/guestfish-actions.pod:4742
#, no-wrap
msgid ""
" readlink path\n"
@@ -20787,17 +20826,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4737 ../src/guestfs-actions.pod:7439
+#: ../fish/guestfish-actions.pod:4744 ../src/guestfs-actions.pod:7446
msgid "This command reads the target of a symbolic link."
msgstr "このコマンドはシンボリックリンクの参照先を読み込みます。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4739
+#: ../fish/guestfish-actions.pod:4746
msgid "readlinklist"
msgstr "readlinklist"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4741
+#: ../fish/guestfish-actions.pod:4748
#, no-wrap
msgid ""
" readlinklist path 'names ...'\n"
@@ -20807,7 +20846,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4743 ../src/guestfs-actions.pod:7453
+#: ../fish/guestfish-actions.pod:4750 ../src/guestfs-actions.pod:7460
msgid ""
"This call allows you to do a C<readlink> operation on multiple files, where "
"all files are in the directory C<path>. C<names> is the list of files from "
@@ -20815,14 +20854,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4747 ../src/guestfs-actions.pod:7457
+#: ../fish/guestfish-actions.pod:4754 ../src/guestfs-actions.pod:7464
msgid ""
"On return you get a list of strings, with a one-to-one correspondence to the "
"C<names> list. Each string is the value of the symbolic link."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4751 ../src/guestfs-actions.pod:7461
+#: ../fish/guestfish-actions.pod:4758 ../src/guestfs-actions.pod:7468
msgid ""
"If the C<readlink(2)> operation fails on any name, then the corresponding "
"result string is the empty string C<\"\">. However the whole operation is "
@@ -20832,7 +20871,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4758 ../src/guestfs-actions.pod:7468
+#: ../fish/guestfish-actions.pod:4765 ../src/guestfs-actions.pod:7475
msgid ""
"This call is intended for programs that want to efficiently list a directory "
"contents without making many round-trips. Very long directory listings "
@@ -20841,12 +20880,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4765
+#: ../fish/guestfish-actions.pod:4772
msgid "realpath"
msgstr "realpath"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4767
+#: ../fish/guestfish-actions.pod:4774
#, no-wrap
msgid ""
" realpath path\n"
@@ -20856,19 +20895,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4769 ../src/guestfs-actions.pod:7487
+#: ../fish/guestfish-actions.pod:4776 ../src/guestfs-actions.pod:7494
msgid ""
"Return the canonicalized absolute pathname of C<path>. The returned path "
"has no C<.>, C<..> or symbolic link path elements."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4772
+#: ../fish/guestfish-actions.pod:4779
msgid "removexattr"
msgstr "removexattr"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4774
+#: ../fish/guestfish-actions.pod:4781
#, no-wrap
msgid ""
" removexattr xattr path\n"
@@ -20878,23 +20917,23 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4776 ../src/guestfs-actions.pod:7502
+#: ../fish/guestfish-actions.pod:4783 ../src/guestfs-actions.pod:7509
msgid ""
"This call removes the extended attribute named C<xattr> of the file C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4779
+#: ../fish/guestfish-actions.pod:4786
msgid "See also: L</lremovexattr>, L<attr(5)>."
msgstr "関連項目: L</lremovexattr>, L<attr(5)>"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4781
+#: ../fish/guestfish-actions.pod:4788
msgid "resize2fs"
msgstr "resize2fs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4783
+#: ../fish/guestfish-actions.pod:4790
#, no-wrap
msgid ""
" resize2fs device\n"
@@ -20904,26 +20943,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4785 ../src/guestfs-actions.pod:7517
+#: ../fish/guestfish-actions.pod:4792 ../src/guestfs-actions.pod:7524
msgid ""
"This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
"underlying device."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4788 ../fish/guestfish-actions.pod:4803
-#: ../fish/guestfish-actions.pod:4812 ../src/guestfs-actions.pod:7520
-#: ../src/guestfs-actions.pod:7541 ../src/guestfs-actions.pod:7557
+#: ../fish/guestfish-actions.pod:4795 ../fish/guestfish-actions.pod:4810
+#: ../fish/guestfish-actions.pod:4819 ../src/guestfs-actions.pod:7527
+#: ../src/guestfs-actions.pod:7548 ../src/guestfs-actions.pod:7564
msgid "See also L<guestfs(3)/RESIZE2FS ERRORS>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4790
+#: ../fish/guestfish-actions.pod:4797
msgid "resize2fs-M"
msgstr "resize2fs-M"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4792
+#: ../fish/guestfish-actions.pod:4799
#, no-wrap
msgid ""
" resize2fs-M device\n"
@@ -20933,7 +20972,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4794
+#: ../fish/guestfish-actions.pod:4801
msgid ""
"This command is the same as L</resize2fs>, but the filesystem is resized to "
"its minimum size. This works like the I<-M> option to the C<resize2fs> "
@@ -20941,7 +20980,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4798
+#: ../fish/guestfish-actions.pod:4805
msgid ""
"To get the resulting size of the filesystem you should call L</tune2fs-l> "
"and read the C<Block size> and C<Block count> values. These two numbers, "
@@ -20950,12 +20989,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4805
+#: ../fish/guestfish-actions.pod:4812
msgid "resize2fs-size"
msgstr "resize2fs-size"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4807
+#: ../fish/guestfish-actions.pod:4814
#, no-wrap
msgid ""
" resize2fs-size device size\n"
@@ -20965,19 +21004,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4809
+#: ../fish/guestfish-actions.pod:4816
msgid ""
"This command is the same as L</resize2fs> except that it allows you to "
"specify the new size (in bytes) explicitly."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4814
+#: ../fish/guestfish-actions.pod:4821
msgid "rm"
msgstr "rm"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4816
+#: ../fish/guestfish-actions.pod:4823
#, no-wrap
msgid ""
" rm path\n"
@@ -20987,17 +21026,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4818 ../src/guestfs-actions.pod:7569
+#: ../fish/guestfish-actions.pod:4825 ../src/guestfs-actions.pod:7576
msgid "Remove the single file C<path>."
msgstr "単一ファイル C<path> を削除します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4820
+#: ../fish/guestfish-actions.pod:4827
msgid "rm-rf"
msgstr "rm-rf"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4822
+#: ../fish/guestfish-actions.pod:4829
#, no-wrap
msgid ""
" rm-rf path\n"
@@ -21007,19 +21046,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4824 ../src/guestfs-actions.pod:7581
+#: ../fish/guestfish-actions.pod:4831 ../src/guestfs-actions.pod:7588
msgid ""
"Remove the file or directory C<path>, recursively removing the contents if "
"its a directory. This is like the C<rm -rf> shell command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4828
+#: ../fish/guestfish-actions.pod:4835
msgid "rmdir"
msgstr "rmdir"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4830
+#: ../fish/guestfish-actions.pod:4837
#, no-wrap
msgid ""
" rmdir path\n"
@@ -21029,17 +21068,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4832 ../src/guestfs-actions.pod:7595
+#: ../fish/guestfish-actions.pod:4839 ../src/guestfs-actions.pod:7602
msgid "Remove the single directory C<path>."
msgstr "単一ディレクトリ C<path> を削除します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4834
+#: ../fish/guestfish-actions.pod:4841
msgid "rmmountpoint"
msgstr "rmmountpoint"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4836
+#: ../fish/guestfish-actions.pod:4843
#, no-wrap
msgid ""
" rmmountpoint exemptpath\n"
@@ -21049,19 +21088,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4838
+#: ../fish/guestfish-actions.pod:4845
msgid ""
"This calls removes a mountpoint that was previously created with L</"
"mkmountpoint>. See L</mkmountpoint> for full details."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4842
+#: ../fish/guestfish-actions.pod:4849
msgid "scrub-device"
msgstr "scrub-device"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4844
+#: ../fish/guestfish-actions.pod:4851
#, no-wrap
msgid ""
" scrub-device device\n"
@@ -21071,28 +21110,28 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4846 ../src/guestfs-actions.pod:7621
+#: ../fish/guestfish-actions.pod:4853 ../src/guestfs-actions.pod:7628
msgid ""
"This command writes patterns over C<device> to make data retrieval more "
"difficult."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4849 ../fish/guestfish-actions.pod:4861
-#: ../fish/guestfish-actions.pod:4874 ../src/guestfs-actions.pod:7624
-#: ../src/guestfs-actions.pod:7642 ../src/guestfs-actions.pod:7661
+#: ../fish/guestfish-actions.pod:4856 ../fish/guestfish-actions.pod:4868
+#: ../fish/guestfish-actions.pod:4881 ../src/guestfs-actions.pod:7631
+#: ../src/guestfs-actions.pod:7649 ../src/guestfs-actions.pod:7668
msgid ""
"It is an interface to the L<scrub(1)> program. See that manual page for "
"more details."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4852
+#: ../fish/guestfish-actions.pod:4859
msgid "scrub-file"
msgstr "scrub-file"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4854
+#: ../fish/guestfish-actions.pod:4861
#, no-wrap
msgid ""
" scrub-file file\n"
@@ -21102,24 +21141,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4856 ../src/guestfs-actions.pod:7637
+#: ../fish/guestfish-actions.pod:4863 ../src/guestfs-actions.pod:7644
msgid ""
"This command writes patterns over a file to make data retrieval more "
"difficult."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4859 ../src/guestfs-actions.pod:7640
+#: ../fish/guestfish-actions.pod:4866 ../src/guestfs-actions.pod:7647
msgid "The file is I<removed> after scrubbing."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4864
+#: ../fish/guestfish-actions.pod:4871
msgid "scrub-freespace"
msgstr "scrub-freespace"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4866
+#: ../fish/guestfish-actions.pod:4873
#, no-wrap
msgid ""
" scrub-freespace dir\n"
@@ -21129,7 +21168,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4868
+#: ../fish/guestfish-actions.pod:4875
msgid ""
"This command creates the directory C<dir> and then fills it with files until "
"the filesystem is full, and scrubs the files as for L</scrub-file>, and "
@@ -21138,17 +21177,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4877
+#: ../fish/guestfish-actions.pod:4884
msgid "set-append"
msgstr "set-append"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4879
+#: ../fish/guestfish-actions.pod:4886
msgid "append"
msgstr "append"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4881
+#: ../fish/guestfish-actions.pod:4888
#, no-wrap
msgid ""
" set-append append\n"
@@ -21158,7 +21197,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4883 ../src/guestfs-actions.pod:7674
+#: ../fish/guestfish-actions.pod:4890 ../src/guestfs-actions.pod:7681
msgid ""
"This function is used to add additional options to the guest kernel command "
"line."
@@ -21167,7 +21206,7 @@ msgstr ""
"めに使用されます。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4886 ../src/guestfs-actions.pod:7677
+#: ../fish/guestfish-actions.pod:4893 ../src/guestfs-actions.pod:7684
msgid ""
"The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
"environment variable."
@@ -21176,7 +21215,7 @@ msgstr ""
"C<NULL> です。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4889 ../src/guestfs-actions.pod:7680
+#: ../fish/guestfish-actions.pod:4896 ../src/guestfs-actions.pod:7687
msgid ""
"Setting C<append> to C<NULL> means I<no> additional options are passed "
"(libguestfs always adds a few of its own)."
@@ -21185,17 +21224,17 @@ msgstr ""
"を意味します(libguestfs は常に自身のいくつかを追加します)。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4892
+#: ../fish/guestfish-actions.pod:4899
msgid "set-attach-method"
msgstr "set-attach-method"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4894
+#: ../fish/guestfish-actions.pod:4901
msgid "attach-method"
msgstr "attach-method"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4896
+#: ../fish/guestfish-actions.pod:4903
#, no-wrap
msgid ""
" set-attach-method attachmethod\n"
@@ -21205,7 +21244,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4898 ../src/guestfs-actions.pod:7693
+#: ../fish/guestfish-actions.pod:4905 ../src/guestfs-actions.pod:7700
#, fuzzy
#| msgid "Set the path that libguestfs searches for kernel and initrd.img."
msgid ""
@@ -21214,30 +21253,30 @@ msgid ""
msgstr "libguestfs がカーネルおよび initrd.img を検索するパスを設定します。"
#. type: =item
-#: ../fish/guestfish-actions.pod:4903 ../src/guestfs-actions.pod:7698
-#: ../src/guestfs.pod:3101
+#: ../fish/guestfish-actions.pod:4910 ../src/guestfs-actions.pod:7705
+#: ../src/guestfs.pod:3188
msgid "C<appliance>"
msgstr "C<appliance>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4905 ../src/guestfs-actions.pod:7700
+#: ../fish/guestfish-actions.pod:4912 ../src/guestfs-actions.pod:7707
msgid ""
"Launch an appliance and connect to it. This is the ordinary method and the "
"default."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4908 ../src/guestfs-actions.pod:7703
+#: ../fish/guestfish-actions.pod:4915 ../src/guestfs-actions.pod:7710
msgid "C<unix:I<path>>"
msgstr "C<unix:I<path>>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4910 ../src/guestfs-actions.pod:7705
+#: ../fish/guestfish-actions.pod:4917 ../src/guestfs-actions.pod:7712
msgid "Connect to the Unix domain socket I<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4912 ../src/guestfs-actions.pod:7707
+#: ../fish/guestfish-actions.pod:4919 ../src/guestfs-actions.pod:7714
msgid ""
"This method lets you connect to an existing daemon or (using virtio-serial) "
"to a live guest. For more information, see L<guestfs(3)/ATTACHING TO "
@@ -21245,17 +21284,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4918
+#: ../fish/guestfish-actions.pod:4925
msgid "set-autosync"
msgstr "set-autosync"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4920
+#: ../fish/guestfish-actions.pod:4927
msgid "autosync"
msgstr "autosync"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4922
+#: ../fish/guestfish-actions.pod:4929
#, no-wrap
msgid ""
" set-autosync true|false\n"
@@ -21265,7 +21304,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4924 ../src/guestfs-actions.pod:7723
+#: ../fish/guestfish-actions.pod:4931 ../src/guestfs-actions.pod:7730
msgid ""
"If C<autosync> is true, this enables autosync. Libguestfs will make a best "
"effort attempt to make filesystems consistent and synchronized when the "
@@ -21273,7 +21312,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4929 ../src/guestfs-actions.pod:7728
+#: ../fish/guestfish-actions.pod:4936 ../src/guestfs-actions.pod:7735
msgid ""
"This is enabled by default (since libguestfs 1.5.24, previously it was "
"disabled by default)."
@@ -21282,17 +21321,17 @@ msgstr ""
"た)。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4932
+#: ../fish/guestfish-actions.pod:4939
msgid "set-direct"
msgstr "set-direct"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4934
+#: ../fish/guestfish-actions.pod:4941
msgid "direct"
msgstr "direct"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4936
+#: ../fish/guestfish-actions.pod:4943
#, no-wrap
msgid ""
" set-direct true|false\n"
@@ -21302,36 +21341,36 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4938 ../src/guestfs-actions.pod:7741
+#: ../fish/guestfish-actions.pod:4945 ../src/guestfs-actions.pod:7748
msgid ""
"If the direct appliance mode flag is enabled, then stdin and stdout are "
"passed directly through to the appliance once it is launched."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4942
+#: ../fish/guestfish-actions.pod:4949
msgid ""
"One consequence of this is that log messages aren't caught by the library "
"and handled by L</set-log-message-callback>, but go straight to stdout."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4946 ../src/guestfs-actions.pod:7749
+#: ../fish/guestfish-actions.pod:4953 ../src/guestfs-actions.pod:7756
msgid "You probably don't want to use this unless you know what you are doing."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4949 ../src/guestfs-actions.pod:7752
+#: ../fish/guestfish-actions.pod:4956 ../src/guestfs-actions.pod:7759
msgid "The default is disabled."
msgstr "デフォルトは無効です。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4951
+#: ../fish/guestfish-actions.pod:4958
msgid "set-e2attrs"
msgstr "set-e2attrs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4953
+#: ../fish/guestfish-actions.pod:4960
#, no-wrap
msgid ""
" set-e2attrs file attrs [clear:true|false]\n"
@@ -21341,14 +21380,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4955 ../src/guestfs-actions.pod:7773
+#: ../fish/guestfish-actions.pod:4962 ../src/guestfs-actions.pod:7780
msgid ""
"This sets or clears the file attributes C<attrs> associated with the inode "
"C<file>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4958
+#: ../fish/guestfish-actions.pod:4965
msgid ""
"C<attrs> is a string of characters representing file attributes. See L</get-"
"e2attrs> for a list of possible attributes. Not all attributes can be "
@@ -21356,31 +21395,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4962 ../src/guestfs-actions.pod:7780
+#: ../fish/guestfish-actions.pod:4969 ../src/guestfs-actions.pod:7787
msgid ""
"If optional boolean C<clear> is not present or false, then the C<attrs> "
"listed are set in the inode."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4965 ../src/guestfs-actions.pod:7783
+#: ../fish/guestfish-actions.pod:4972 ../src/guestfs-actions.pod:7790
msgid "If C<clear> is true, then the C<attrs> listed are cleared in the inode."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4968 ../src/guestfs-actions.pod:7786
+#: ../fish/guestfish-actions.pod:4975 ../src/guestfs-actions.pod:7793
msgid ""
"In both cases, other attributes not present in the C<attrs> string are left "
"unchanged."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4977
+#: ../fish/guestfish-actions.pod:4984
msgid "set-e2generation"
msgstr "set-e2generation"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4979
+#: ../fish/guestfish-actions.pod:4986
#, no-wrap
msgid ""
" set-e2generation file generation\n"
@@ -21390,22 +21429,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4981 ../src/guestfs-actions.pod:7828
+#: ../fish/guestfish-actions.pod:4988 ../src/guestfs-actions.pod:7835
msgid "This sets the ext2 file generation of a file."
msgstr "これはファイルの ext2 ファイル世代を設定します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4983
+#: ../fish/guestfish-actions.pod:4990
msgid "See L</get-e2generation>."
msgstr "L</get-e2generation> を参照してください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4985
+#: ../fish/guestfish-actions.pod:4992
msgid "set-e2label"
msgstr "set-e2label"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4987
+#: ../fish/guestfish-actions.pod:4994
#, no-wrap
msgid ""
" set-e2label device label\n"
@@ -21415,21 +21454,21 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4989 ../src/guestfs-actions.pod:7850
+#: ../fish/guestfish-actions.pod:4996 ../src/guestfs-actions.pod:7857
msgid ""
"This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
"C<label>. Filesystem labels are limited to 16 characters."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4993
+#: ../fish/guestfish-actions.pod:5000
msgid ""
"You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
"label on a filesystem."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4996
+#: ../fish/guestfish-actions.pod:5003
#, fuzzy
#| msgid ""
#| "I<This function is deprecated.> In new code, use the L</set_label> call "
@@ -21442,12 +21481,12 @@ msgstr ""
"してください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5003
+#: ../fish/guestfish-actions.pod:5010
msgid "set-e2uuid"
msgstr "set-e2uuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5005
+#: ../fish/guestfish-actions.pod:5012
#, no-wrap
msgid ""
" set-e2uuid device uuid\n"
@@ -21457,7 +21496,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5007 ../src/guestfs-actions.pod:7868
+#: ../fish/guestfish-actions.pod:5014 ../src/guestfs-actions.pod:7875
msgid ""
"This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
"C<uuid>. The format of the UUID and alternatives such as C<clear>, "
@@ -21465,19 +21504,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5012
+#: ../fish/guestfish-actions.pod:5019
msgid ""
"You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
"UUID of a filesystem."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5015
+#: ../fish/guestfish-actions.pod:5022
msgid "set-label"
msgstr "set-label"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5017
+#: ../fish/guestfish-actions.pod:5024
#, no-wrap
msgid ""
" set-label device label\n"
@@ -21487,12 +21526,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5019 ../src/guestfs-actions.pod:7887
+#: ../fish/guestfish-actions.pod:5026 ../src/guestfs-actions.pod:7894
msgid "Set the filesystem label on C<device> to C<label>."
msgstr "C<device> のファイルシステムのラベルを C<label> に設定します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5021 ../src/guestfs-actions.pod:7889
+#: ../fish/guestfish-actions.pod:5028 ../src/guestfs-actions.pod:7896
msgid ""
"Only some filesystem types support labels, and libguestfs supports setting "
"labels on only a subset of these."
@@ -21501,32 +21540,32 @@ msgstr ""
"libguestfs はこれらのサブセットのみにおいてラベルの設定をサポートします。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5024 ../src/guestfs-actions.pod:7892
+#: ../fish/guestfish-actions.pod:5031 ../src/guestfs-actions.pod:7899
msgid "On ext2/3/4 filesystems, labels are limited to 16 bytes."
msgstr "ext2/3/4 ファイルシステムでは、ラベルは 16 バイトに制限されます。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5026 ../src/guestfs-actions.pod:7894
+#: ../fish/guestfish-actions.pod:5033 ../src/guestfs-actions.pod:7901
msgid "On NTFS filesystems, labels are limited to 128 unicode characters."
msgstr "NTFS ファイルシステムでは、ラベルは 128 Unicode 文字に制限されます。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5028
+#: ../fish/guestfish-actions.pod:5035
msgid "To read the label on a filesystem, call L</vfs-label>."
msgstr "ファイルシステムのラベルを読み込むには L</vfs-label> を呼び出します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5030
+#: ../fish/guestfish-actions.pod:5037
msgid "set-memsize"
msgstr "set-memsize"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5032
+#: ../fish/guestfish-actions.pod:5039
msgid "memsize"
msgstr "memsize"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5034
+#: ../fish/guestfish-actions.pod:5041
#, no-wrap
msgid ""
" set-memsize memsize\n"
@@ -21536,7 +21575,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5036
+#: ../fish/guestfish-actions.pod:5043
msgid ""
"This sets the memory size in megabytes allocated to the qemu subprocess. "
"This only has any effect if called before L</launch>."
@@ -21545,7 +21584,7 @@ msgstr ""
"L</launch> 前に呼び出されるときのみ効果があります。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5040 ../src/guestfs-actions.pod:7912
+#: ../fish/guestfish-actions.pod:5047 ../src/guestfs-actions.pod:7919
msgid ""
"You can also change this by setting the environment variable "
"C<LIBGUESTFS_MEMSIZE> before the handle is created."
@@ -21554,17 +21593,17 @@ msgstr ""
"これを変更できます。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5047
+#: ../fish/guestfish-actions.pod:5054
msgid "set-network"
msgstr "set-network"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5049
+#: ../fish/guestfish-actions.pod:5056
msgid "network"
msgstr "network"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5051
+#: ../fish/guestfish-actions.pod:5058
#, no-wrap
msgid ""
" set-network true|false\n"
@@ -21574,7 +21613,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5053 ../src/guestfs-actions.pod:7929
+#: ../fish/guestfish-actions.pod:5060 ../src/guestfs-actions.pod:7936
msgid ""
"If C<network> is true, then the network is enabled in the libguestfs "
"appliance. The default is false."
@@ -21583,14 +21622,14 @@ msgstr ""
"なります。デフォルトは偽です。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5056 ../src/guestfs-actions.pod:7932
+#: ../fish/guestfish-actions.pod:5063 ../src/guestfs-actions.pod:7939
msgid ""
"This affects whether commands are able to access the network (see L<guestfs"
"(3)/RUNNING COMMANDS>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5059
+#: ../fish/guestfish-actions.pod:5066
msgid ""
"You must call this before calling L</launch>, otherwise it has no effect."
msgstr ""
@@ -21598,12 +21637,12 @@ msgstr ""
"果がありません。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5062
+#: ../fish/guestfish-actions.pod:5069
msgid "set-path"
msgstr "set-path"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5066
+#: ../fish/guestfish-actions.pod:5073
#, no-wrap
msgid ""
" set-path searchpath\n"
@@ -21613,34 +21652,34 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5068 ../src/guestfs-actions.pod:7948
+#: ../fish/guestfish-actions.pod:5075 ../src/guestfs-actions.pod:7955
msgid "Set the path that libguestfs searches for kernel and initrd.img."
msgstr "libguestfs がカーネルおよび initrd.img を検索するパスを設定します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5070 ../src/guestfs-actions.pod:7950
+#: ../fish/guestfish-actions.pod:5077 ../src/guestfs-actions.pod:7957
msgid ""
"The default is C<$libdir/guestfs> unless overridden by setting "
"C<LIBGUESTFS_PATH> environment variable."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5073 ../src/guestfs-actions.pod:7953
+#: ../fish/guestfish-actions.pod:5080 ../src/guestfs-actions.pod:7960
msgid "Setting C<path> to C<NULL> restores the default path."
msgstr "C<path> に C<NULL> を設定することによりパスの初期値を復元します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5075
+#: ../fish/guestfish-actions.pod:5082
msgid "set-pgroup"
msgstr "set-pgroup"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5077
+#: ../fish/guestfish-actions.pod:5084
msgid "pgroup"
msgstr "pgroup"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5079
+#: ../fish/guestfish-actions.pod:5086
#, no-wrap
msgid ""
" set-pgroup true|false\n"
@@ -21650,7 +21689,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5081 ../src/guestfs-actions.pod:7965
+#: ../fish/guestfish-actions.pod:5088 ../src/guestfs-actions.pod:7972
msgid ""
"If C<pgroup> is true, child processes are placed into their own process "
"group."
@@ -21658,14 +21697,14 @@ msgstr ""
"C<pgroup> が真ならば、子プロセスは自身のプロセスグループの中に置かれます。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5084 ../src/guestfs-actions.pod:7968
+#: ../fish/guestfish-actions.pod:5091 ../src/guestfs-actions.pod:7975
msgid ""
"The practical upshot of this is that signals like C<SIGINT> (from users "
"pressing C<^C>) won't be received by the child process."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5087
+#: ../fish/guestfish-actions.pod:5094
msgid ""
"The default for this flag is false, because usually you want C<^C> to kill "
"the subprocess. Guestfish sets this flag to true when used interactively, "
@@ -21674,17 +21713,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5092
+#: ../fish/guestfish-actions.pod:5099
msgid "set-qemu"
msgstr "set-qemu"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5094
+#: ../fish/guestfish-actions.pod:5101
msgid "qemu"
msgstr "qemu"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5096
+#: ../fish/guestfish-actions.pod:5103
#, no-wrap
msgid ""
" set-qemu qemu\n"
@@ -21694,30 +21733,30 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5098 ../src/guestfs-actions.pod:7986
+#: ../fish/guestfish-actions.pod:5105 ../src/guestfs-actions.pod:7993
msgid "Set the qemu binary that we will use."
msgstr "使用したい QEMU バイナリーを設定します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5100 ../src/guestfs-actions.pod:7988
+#: ../fish/guestfish-actions.pod:5107 ../src/guestfs-actions.pod:7995
msgid ""
"The default is chosen when the library was compiled by the configure script."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5103 ../src/guestfs-actions.pod:7991
+#: ../fish/guestfish-actions.pod:5110 ../src/guestfs-actions.pod:7998
msgid ""
"You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
"variable."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5106 ../src/guestfs-actions.pod:7994
+#: ../fish/guestfish-actions.pod:5113 ../src/guestfs-actions.pod:8001
msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5108 ../src/guestfs-actions.pod:7996
+#: ../fish/guestfish-actions.pod:5115 ../src/guestfs-actions.pod:8003
msgid ""
"Note that you should call this function as early as possible after creating "
"the handle. This is because some pre-launch operations depend on testing "
@@ -21728,17 +21767,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5116
+#: ../fish/guestfish-actions.pod:5123
msgid "set-recovery-proc"
msgstr "set-recovery-proc"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5118
+#: ../fish/guestfish-actions.pod:5125
msgid "recovery-proc"
msgstr "recovery-proc"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5120
+#: ../fish/guestfish-actions.pod:5127
#, no-wrap
msgid ""
" set-recovery-proc true|false\n"
@@ -21748,7 +21787,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5122
+#: ../fish/guestfish-actions.pod:5129
msgid ""
"If this is called with the parameter C<false> then L</launch> does not "
"create a recovery process. The purpose of the recovery process is to stop "
@@ -21756,14 +21795,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5127
+#: ../fish/guestfish-actions.pod:5134
msgid ""
"This only has any effect if called before L</launch>, and the default is "
"true."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5130 ../src/guestfs-actions.pod:8022
+#: ../fish/guestfish-actions.pod:5137 ../src/guestfs-actions.pod:8029
msgid ""
"About the only time when you would want to disable this is if the main "
"process will fork itself into the background (\"daemonize\" itself). In "
@@ -21772,17 +21811,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5136
+#: ../fish/guestfish-actions.pod:5143
msgid "set-selinux"
msgstr "set-selinux"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5138
+#: ../fish/guestfish-actions.pod:5145
msgid "selinux"
msgstr "selinux"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5140
+#: ../fish/guestfish-actions.pod:5147
#, no-wrap
msgid ""
" set-selinux true|false\n"
@@ -21792,31 +21831,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5142 ../src/guestfs-actions.pod:8038
+#: ../fish/guestfish-actions.pod:5149 ../src/guestfs-actions.pod:8045
msgid ""
"This sets the selinux flag that is passed to the appliance at boot time. "
"The default is C<selinux=0> (disabled)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5145 ../src/guestfs-actions.pod:8041
+#: ../fish/guestfish-actions.pod:5152 ../src/guestfs-actions.pod:8048
msgid ""
"Note that if SELinux is enabled, it is always in Permissive mode "
"(C<enforcing=0>)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5151
+#: ../fish/guestfish-actions.pod:5158
msgid "set-smp"
msgstr "set-smp"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5153
+#: ../fish/guestfish-actions.pod:5160
msgid "smp"
msgstr "smp"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5155
+#: ../fish/guestfish-actions.pod:5162
#, no-wrap
msgid ""
" set-smp smp\n"
@@ -21826,7 +21865,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5157 ../src/guestfs-actions.pod:8057
+#: ../fish/guestfish-actions.pod:5164 ../src/guestfs-actions.pod:8064
msgid ""
"Change the number of virtual CPUs assigned to the appliance. The default is "
"C<1>. Increasing this may improve performance, though often it has no "
@@ -21836,22 +21875,22 @@ msgstr ""
"れを増やすことにより性能を向上させられますが、ときどき効果がありません。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5161
+#: ../fish/guestfish-actions.pod:5168
msgid "This function must be called before L</launch>."
msgstr "この関数は L</launch> の前に呼び出す必要があります。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5163
+#: ../fish/guestfish-actions.pod:5170
msgid "set-trace"
msgstr "set-trace"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5165
+#: ../fish/guestfish-actions.pod:5172
msgid "trace"
msgstr "trace"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5167
+#: ../fish/guestfish-actions.pod:5174
#, no-wrap
msgid ""
" set-trace true|false\n"
@@ -21861,45 +21900,45 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5169 ../src/guestfs-actions.pod:8073
+#: ../fish/guestfish-actions.pod:5176 ../src/guestfs-actions.pod:8080
msgid ""
"If the command trace flag is set to 1, then libguestfs calls, parameters and "
"return values are traced."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5172 ../src/guestfs-actions.pod:8076
+#: ../fish/guestfish-actions.pod:5179 ../src/guestfs-actions.pod:8083
msgid ""
"If you want to trace C API calls into libguestfs (and other libraries) then "
"possibly a better way is to use the external ltrace(1) command."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5176 ../src/guestfs-actions.pod:8080
+#: ../fish/guestfish-actions.pod:5183 ../src/guestfs-actions.pod:8087
msgid ""
"Command traces are disabled unless the environment variable "
"C<LIBGUESTFS_TRACE> is defined and set to C<1>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5179
+#: ../fish/guestfish-actions.pod:5186
msgid ""
"Trace messages are normally sent to C<stderr>, unless you register a "
"callback to send them somewhere else (see L</set-event-callback>)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5183
+#: ../fish/guestfish-actions.pod:5190
msgid "set-verbose"
msgstr "set-verbose"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5185
+#: ../fish/guestfish-actions.pod:5192
msgid "verbose"
msgstr "verbose"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5187
+#: ../fish/guestfish-actions.pod:5194
#, no-wrap
msgid ""
" set-verbose true|false\n"
@@ -21909,31 +21948,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5189 ../src/guestfs-actions.pod:8097
+#: ../fish/guestfish-actions.pod:5196 ../src/guestfs-actions.pod:8104
msgid "If C<verbose> is true, this turns on verbose messages."
msgstr "C<verbose> が真ならば、メッセージの冗長化を有効にします。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5191 ../src/guestfs-actions.pod:8099
+#: ../fish/guestfish-actions.pod:5198 ../src/guestfs-actions.pod:8106
msgid ""
"Verbose messages are disabled unless the environment variable "
"C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5194
+#: ../fish/guestfish-actions.pod:5201
msgid ""
"Verbose messages are normally sent to C<stderr>, unless you register a "
"callback to send them somewhere else (see L</set-event-callback>)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5198
+#: ../fish/guestfish-actions.pod:5205
msgid "setcon"
msgstr "setcon"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5200
+#: ../fish/guestfish-actions.pod:5207
#, no-wrap
msgid ""
" setcon context\n"
@@ -21943,25 +21982,25 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5202 ../src/guestfs-actions.pod:8116
+#: ../fish/guestfish-actions.pod:5209 ../src/guestfs-actions.pod:8123
msgid ""
"This sets the SELinux security context of the daemon to the string "
"C<context>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5205 ../src/guestfs-actions.pod:8119
+#: ../fish/guestfish-actions.pod:5212 ../src/guestfs-actions.pod:8126
msgid "See the documentation about SELINUX in L<guestfs(3)>."
msgstr ""
"L<guestfs(3)> における SELinux に関するドキュメントを参照してください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5207
+#: ../fish/guestfish-actions.pod:5214
msgid "setxattr"
msgstr "setxattr"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5209
+#: ../fish/guestfish-actions.pod:5216
#, no-wrap
msgid ""
" setxattr xattr val vallen path\n"
@@ -21971,24 +22010,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5211 ../src/guestfs-actions.pod:8134
+#: ../fish/guestfish-actions.pod:5218 ../src/guestfs-actions.pod:8141
msgid ""
"This call sets the extended attribute named C<xattr> of the file C<path> to "
"the value C<val> (of length C<vallen>). The value is arbitrary 8 bit data."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5215
+#: ../fish/guestfish-actions.pod:5222
msgid "See also: L</lsetxattr>, L<attr(5)>."
msgstr "関連項目: L</lsetxattr>, L<attr(5)>"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5217
+#: ../fish/guestfish-actions.pod:5224
msgid "sfdisk"
msgstr "sfdisk"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5219
+#: ../fish/guestfish-actions.pod:5226
#, no-wrap
msgid ""
" sfdisk device cyls heads sectors 'lines ...'\n"
@@ -21998,19 +22037,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5221 ../src/guestfs-actions.pod:8161
+#: ../fish/guestfish-actions.pod:5228 ../src/guestfs-actions.pod:8168
msgid ""
"This is a direct interface to the L<sfdisk(8)> program for creating "
"partitions on block devices."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5224 ../src/guestfs-actions.pod:8164
+#: ../fish/guestfish-actions.pod:5231 ../src/guestfs-actions.pod:8171
msgid "C<device> should be a block device, for example C</dev/sda>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5226 ../src/guestfs-actions.pod:8166
+#: ../fish/guestfish-actions.pod:5233 ../src/guestfs-actions.pod:8173
msgid ""
"C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
"sectors on the device, which are passed directly to sfdisk as the I<-C>, I<-"
@@ -22021,14 +22060,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5234 ../src/guestfs-actions.pod:8174
+#: ../fish/guestfish-actions.pod:5241 ../src/guestfs-actions.pod:8181
msgid ""
"C<lines> is a list of lines that we feed to C<sfdisk>. For more information "
"refer to the L<sfdisk(8)> manpage."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5237 ../src/guestfs-actions.pod:8177
+#: ../fish/guestfish-actions.pod:5244 ../src/guestfs-actions.pod:8184
msgid ""
"To create a single partition occupying the whole disk, you would pass "
"C<lines> as a single element list, when the single element being the string "
@@ -22036,13 +22075,13 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5241
+#: ../fish/guestfish-actions.pod:5248
msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
msgstr "関連項目: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5244 ../fish/guestfish-actions.pod:5264
-#: ../fish/guestfish-actions.pod:5283
+#: ../fish/guestfish-actions.pod:5251 ../fish/guestfish-actions.pod:5271
+#: ../fish/guestfish-actions.pod:5290
#, fuzzy
#| msgid ""
#| "I<This function is deprecated.> In new code, use the L</part_add> call "
@@ -22055,12 +22094,12 @@ msgstr ""
"してください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5251
+#: ../fish/guestfish-actions.pod:5258
msgid "sfdiskM"
msgstr "sfdiskM"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5253
+#: ../fish/guestfish-actions.pod:5260
#, no-wrap
msgid ""
" sfdiskM device 'lines ...'\n"
@@ -22070,7 +22109,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5255
+#: ../fish/guestfish-actions.pod:5262
msgid ""
"This is a simplified interface to the L</sfdisk> command, where partition "
"sizes are specified in megabytes only (rounded to the nearest cylinder) and "
@@ -22079,18 +22118,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5261
+#: ../fish/guestfish-actions.pod:5268
msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
msgstr ""
"関連項目: L</sfdisk>, L<sfdisk(8)> マニュアルページおよび L</part-disk>"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5271
+#: ../fish/guestfish-actions.pod:5278
msgid "sfdisk-N"
msgstr "sfdisk-N"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5273
+#: ../fish/guestfish-actions.pod:5280
#, no-wrap
msgid ""
" sfdisk-N device partnum cyls heads sectors line\n"
@@ -22100,31 +22139,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5275 ../src/guestfs-actions.pod:8233
+#: ../fish/guestfish-actions.pod:5282 ../src/guestfs-actions.pod:8240
msgid ""
"This runs L<sfdisk(8)> option to modify just the single partition C<n> "
"(note: C<n> counts from 1)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5278
+#: ../fish/guestfish-actions.pod:5285
msgid ""
"For other parameters, see L</sfdisk>. You should usually pass C<0> for the "
"cyls/heads/sectors parameters."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5281
+#: ../fish/guestfish-actions.pod:5288
msgid "See also: L</part-add>"
msgstr "関連項目: L</part-add>"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5290
+#: ../fish/guestfish-actions.pod:5297
msgid "sfdisk-disk-geometry"
msgstr "sfdisk-disk-geometry"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5292
+#: ../fish/guestfish-actions.pod:5299
#, no-wrap
msgid ""
" sfdisk-disk-geometry device\n"
@@ -22134,7 +22173,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5294
+#: ../fish/guestfish-actions.pod:5301
msgid ""
"This displays the disk geometry of C<device> read from the partition table. "
"Especially in the case where the underlying block device has been resized, "
@@ -22143,18 +22182,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5299 ../fish/guestfish-actions.pod:5308
-#: ../src/guestfs-actions.pod:8256 ../src/guestfs-actions.pod:8272
+#: ../fish/guestfish-actions.pod:5306 ../fish/guestfish-actions.pod:5315
+#: ../src/guestfs-actions.pod:8263 ../src/guestfs-actions.pod:8279
msgid "The result is in human-readable format, and not designed to be parsed."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5302
+#: ../fish/guestfish-actions.pod:5309
msgid "sfdisk-kernel-geometry"
msgstr "sfdisk-kernel-geometry"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5304
+#: ../fish/guestfish-actions.pod:5311
#, no-wrap
msgid ""
" sfdisk-kernel-geometry device\n"
@@ -22164,17 +22203,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5306 ../src/guestfs-actions.pod:8270
+#: ../fish/guestfish-actions.pod:5313 ../src/guestfs-actions.pod:8277
msgid "This displays the kernel's idea of the geometry of C<device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5311
+#: ../fish/guestfish-actions.pod:5318
msgid "sfdisk-l"
msgstr "sfdisk-l"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5313
+#: ../fish/guestfish-actions.pod:5320
#, no-wrap
msgid ""
" sfdisk-l device\n"
@@ -22184,19 +22223,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5315 ../src/guestfs-actions.pod:8293
+#: ../fish/guestfish-actions.pod:5322 ../src/guestfs-actions.pod:8300
msgid ""
"This displays the partition table on C<device>, in the human-readable output "
"of the L<sfdisk(8)> command. It is not intended to be parsed."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5319
+#: ../fish/guestfish-actions.pod:5326
msgid "See also: L</part-list>"
msgstr "関連項目: L</part-list>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5321
+#: ../fish/guestfish-actions.pod:5328
#, fuzzy
#| msgid ""
#| "I<This function is deprecated.> In new code, use the L</part_list> call "
@@ -22209,12 +22248,12 @@ msgstr ""
"してください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5328
+#: ../fish/guestfish-actions.pod:5335
msgid "sh"
msgstr "sh"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5330
+#: ../fish/guestfish-actions.pod:5337
#, no-wrap
msgid ""
" sh command\n"
@@ -22224,19 +22263,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5332 ../src/guestfs-actions.pod:8310
+#: ../fish/guestfish-actions.pod:5339 ../src/guestfs-actions.pod:8317
msgid ""
"This call runs a command from the guest filesystem via the guest's C</bin/"
"sh>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5335
+#: ../fish/guestfish-actions.pod:5342
msgid "This is like L</command>, but passes the command to:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5337 ../src/guestfs-actions.pod:8315
+#: ../fish/guestfish-actions.pod:5344 ../src/guestfs-actions.pod:8322
#, no-wrap
msgid ""
" /bin/sh -c \"command\"\n"
@@ -22246,24 +22285,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5339 ../src/guestfs-actions.pod:8317
+#: ../fish/guestfish-actions.pod:5346 ../src/guestfs-actions.pod:8324
msgid ""
"Depending on the guest's shell, this usually results in wildcards being "
"expanded, shell expressions being interpolated and so on."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5343
+#: ../fish/guestfish-actions.pod:5350
msgid "All the provisos about L</command> apply to this call."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5345
+#: ../fish/guestfish-actions.pod:5352
msgid "sh-lines"
msgstr "sh-lines"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5347
+#: ../fish/guestfish-actions.pod:5354
#, no-wrap
msgid ""
" sh-lines command\n"
@@ -22273,22 +22312,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5349
+#: ../fish/guestfish-actions.pod:5356
msgid "This is the same as L</sh>, but splits the result into a list of lines."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5352
+#: ../fish/guestfish-actions.pod:5359
msgid "See also: L</command-lines>"
msgstr "関連項目: L</command-lines>"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5354
+#: ../fish/guestfish-actions.pod:5361
msgid "shutdown"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5356
+#: ../fish/guestfish-actions.pod:5363
#, no-wrap
msgid ""
" shutdown\n"
@@ -22296,7 +22335,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5358
+#: ../fish/guestfish-actions.pod:5365
msgid ""
"This is the opposite of L</launch>. It performs an orderly shutdown of the "
"backend process(es). If the autosync flag is set (which is the default) "
@@ -22304,7 +22343,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5362 ../src/guestfs-actions.pod:8354
+#: ../fish/guestfish-actions.pod:5369 ../src/guestfs-actions.pod:8361
msgid ""
"If the subprocess exits with an error then this function will return an "
"error, which should I<not> be ignored (it may indicate that the disk image "
@@ -22312,31 +22351,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5366 ../src/guestfs-actions.pod:8358
+#: ../fish/guestfish-actions.pod:5373 ../src/guestfs-actions.pod:8365
msgid "It is safe to call this multiple times. Extra calls are ignored."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5368
+#: ../fish/guestfish-actions.pod:5375
msgid ""
"This call does I<not> close or free up the handle. You still need to call "
"L</close> afterwards."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5371
+#: ../fish/guestfish-actions.pod:5378
msgid ""
"L</close> will call this if you don't do it explicitly, but note that any "
"errors are ignored in that case."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5374
+#: ../fish/guestfish-actions.pod:5381
msgid "sleep"
msgstr "sleep"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5376
+#: ../fish/guestfish-actions.pod:5383
#, no-wrap
msgid ""
" sleep secs\n"
@@ -22346,17 +22385,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5378 ../src/guestfs-actions.pod:8374
+#: ../fish/guestfish-actions.pod:5385 ../src/guestfs-actions.pod:8381
msgid "Sleep for C<secs> seconds."
msgstr "C<secs> 秒間スリープします。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5380
+#: ../fish/guestfish-actions.pod:5387
msgid "stat"
msgstr "stat"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5382
+#: ../fish/guestfish-actions.pod:5389
#, no-wrap
msgid ""
" stat path\n"
@@ -22366,17 +22405,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5386 ../src/guestfs-actions.pod:8388
+#: ../fish/guestfish-actions.pod:5393 ../src/guestfs-actions.pod:8395
msgid "This is the same as the C<stat(2)> system call."
msgstr "これは C<stat(2)> システムコールと同じです。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5388
+#: ../fish/guestfish-actions.pod:5395
msgid "statvfs"
msgstr "statvfs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5390
+#: ../fish/guestfish-actions.pod:5397
#, no-wrap
msgid ""
" statvfs path\n"
@@ -22386,7 +22425,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5392 ../src/guestfs-actions.pod:8402
+#: ../fish/guestfish-actions.pod:5399 ../src/guestfs-actions.pod:8409
msgid ""
"Returns file system statistics for any mounted file system. C<path> should "
"be a file or directory in the mounted file system (typically it is the mount "
@@ -22394,17 +22433,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5396 ../src/guestfs-actions.pod:8406
+#: ../fish/guestfish-actions.pod:5403 ../src/guestfs-actions.pod:8413
msgid "This is the same as the C<statvfs(2)> system call."
msgstr "これは C<statvfs(2)> システムコールと同じです。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5398
+#: ../fish/guestfish-actions.pod:5405
msgid "strings"
msgstr "strings"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5400
+#: ../fish/guestfish-actions.pod:5407
#, no-wrap
msgid ""
" strings path\n"
@@ -22414,19 +22453,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5402 ../src/guestfs-actions.pod:8420
+#: ../fish/guestfish-actions.pod:5409 ../src/guestfs-actions.pod:8427
msgid ""
"This runs the L<strings(1)> command on a file and returns the list of "
"printable strings found."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5408
+#: ../fish/guestfish-actions.pod:5415
msgid "strings-e"
msgstr "strings-e"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5410
+#: ../fish/guestfish-actions.pod:5417
#, no-wrap
msgid ""
" strings-e encoding path\n"
@@ -22436,58 +22475,58 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5412
+#: ../fish/guestfish-actions.pod:5419
msgid ""
"This is like the L</strings> command, but allows you to specify the encoding "
"of strings that are looked for in the source file C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5416 ../src/guestfs-actions.pod:8443
+#: ../fish/guestfish-actions.pod:5423 ../src/guestfs-actions.pod:8450
msgid "Allowed encodings are:"
msgstr "許可されるエンコードは次のとおりです:"
#. type: =item
-#: ../fish/guestfish-actions.pod:5420 ../src/guestfs-actions.pod:8447
+#: ../fish/guestfish-actions.pod:5427 ../src/guestfs-actions.pod:8454
msgid "s"
msgstr "s"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5422
+#: ../fish/guestfish-actions.pod:5429
msgid ""
"Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
"ISO-8859-X (this is what L</strings> uses)."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5425 ../src/guestfs-actions.pod:8452
+#: ../fish/guestfish-actions.pod:5432 ../src/guestfs-actions.pod:8459
msgid "S"
msgstr "S"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5427 ../src/guestfs-actions.pod:8454
+#: ../fish/guestfish-actions.pod:5434 ../src/guestfs-actions.pod:8461
msgid "Single 8-bit-byte characters."
msgstr "単一の 8 ビットのバイト文字。"
#. type: =item
-#: ../fish/guestfish-actions.pod:5429 ../src/guestfs-actions.pod:8456
+#: ../fish/guestfish-actions.pod:5436 ../src/guestfs-actions.pod:8463
msgid "b"
msgstr "b"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5431 ../src/guestfs-actions.pod:8458
+#: ../fish/guestfish-actions.pod:5438 ../src/guestfs-actions.pod:8465
msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
msgstr ""
"UTF-16BE や UCS-2BE でエンコードされたもののように 16 ビットのビッグエンディ"
"アン文字列。"
#. type: =item
-#: ../fish/guestfish-actions.pod:5434 ../src/guestfs-actions.pod:8461
+#: ../fish/guestfish-actions.pod:5441 ../src/guestfs-actions.pod:8468
msgid "l (lower case letter L)"
msgstr "l (小文字の L)"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5436 ../src/guestfs-actions.pod:8463
+#: ../fish/guestfish-actions.pod:5443 ../src/guestfs-actions.pod:8470
msgid ""
"16-bit little endian such as UTF-16LE and UCS-2LE. This is useful for "
"examining binaries in Windows guests."
@@ -22496,37 +22535,37 @@ msgstr ""
"想マシンにあるバイナリーを検査するために有用です。"
#. type: =item
-#: ../fish/guestfish-actions.pod:5439 ../src/guestfs-actions.pod:8466
+#: ../fish/guestfish-actions.pod:5446 ../src/guestfs-actions.pod:8473
msgid "B"
msgstr "B"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5441 ../src/guestfs-actions.pod:8468
+#: ../fish/guestfish-actions.pod:5448 ../src/guestfs-actions.pod:8475
msgid "32-bit big endian such as UCS-4BE."
msgstr "UCS-4BE のような 32 ビットのビッグエンディアン。"
#. type: =item
-#: ../fish/guestfish-actions.pod:5443 ../src/guestfs-actions.pod:8470
+#: ../fish/guestfish-actions.pod:5450 ../src/guestfs-actions.pod:8477
msgid "L"
msgstr "L"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5445 ../src/guestfs-actions.pod:8472
+#: ../fish/guestfish-actions.pod:5452 ../src/guestfs-actions.pod:8479
msgid "32-bit little endian such as UCS-4LE."
msgstr "UCS-4LE のような 32 ビットのリトルエンディアン。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5449 ../src/guestfs-actions.pod:8476
+#: ../fish/guestfish-actions.pod:5456 ../src/guestfs-actions.pod:8483
msgid "The returned strings are transcoded to UTF-8."
msgstr "返される文字列は UTF-8 に変換されます。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5454
+#: ../fish/guestfish-actions.pod:5461
msgid "swapoff-device"
msgstr "swapoff-device"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5456
+#: ../fish/guestfish-actions.pod:5463
#, no-wrap
msgid ""
" swapoff-device device\n"
@@ -22536,19 +22575,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5458
+#: ../fish/guestfish-actions.pod:5465
msgid ""
"This command disables the libguestfs appliance swap device or partition "
"named C<device>. See L</swapon-device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5462
+#: ../fish/guestfish-actions.pod:5469
msgid "swapoff-file"
msgstr "swapoff-file"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5464
+#: ../fish/guestfish-actions.pod:5471
#, no-wrap
msgid ""
" swapoff-file file\n"
@@ -22558,18 +22597,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5466 ../src/guestfs-actions.pod:8507
+#: ../fish/guestfish-actions.pod:5473 ../src/guestfs-actions.pod:8514
msgid "This command disables the libguestfs appliance swap on file."
msgstr ""
"このコマンドは libguestfs アプライアンスの swap on ファイルを無効にします。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5468
+#: ../fish/guestfish-actions.pod:5475
msgid "swapoff-label"
msgstr "swapoff-label"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5470
+#: ../fish/guestfish-actions.pod:5477
#, no-wrap
msgid ""
" swapoff-label label\n"
@@ -22579,7 +22618,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5472 ../src/guestfs-actions.pod:8519
+#: ../fish/guestfish-actions.pod:5479 ../src/guestfs-actions.pod:8526
msgid ""
"This command disables the libguestfs appliance swap on labeled swap "
"partition."
@@ -22588,12 +22627,12 @@ msgstr ""
"ションを無効にします。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5475
+#: ../fish/guestfish-actions.pod:5482
msgid "swapoff-uuid"
msgstr "swapoff-uuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5477
+#: ../fish/guestfish-actions.pod:5484
#, no-wrap
msgid ""
" swapoff-uuid uuid\n"
@@ -22603,7 +22642,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5479 ../src/guestfs-actions.pod:8532
+#: ../fish/guestfish-actions.pod:5486 ../src/guestfs-actions.pod:8539
msgid ""
"This command disables the libguestfs appliance swap partition with the given "
"UUID."
@@ -22612,12 +22651,12 @@ msgstr ""
"ティションを無効にします。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5482
+#: ../fish/guestfish-actions.pod:5489
msgid "swapon-device"
msgstr "swapon-device"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5484
+#: ../fish/guestfish-actions.pod:5491
#, no-wrap
msgid ""
" swapon-device device\n"
@@ -22627,7 +22666,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5486
+#: ../fish/guestfish-actions.pod:5493
msgid ""
"This command enables the libguestfs appliance to use the swap device or "
"partition named C<device>. The increased memory is made available for all "
@@ -22635,7 +22674,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5491 ../src/guestfs-actions.pod:8550
+#: ../fish/guestfish-actions.pod:5498 ../src/guestfs-actions.pod:8557
msgid ""
"Note that you should not swap to existing guest swap partitions unless you "
"know what you are doing. They may contain hibernation information, or other "
@@ -22645,12 +22684,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5498
+#: ../fish/guestfish-actions.pod:5505
msgid "swapon-file"
msgstr "swapon-file"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5500
+#: ../fish/guestfish-actions.pod:5507
#, no-wrap
msgid ""
" swapon-file file\n"
@@ -22660,18 +22699,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5502
+#: ../fish/guestfish-actions.pod:5509
msgid ""
"This command enables swap to a file. See L</swapon-device> for other notes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5505
+#: ../fish/guestfish-actions.pod:5512
msgid "swapon-label"
msgstr "swapon-label"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5507
+#: ../fish/guestfish-actions.pod:5514
#, no-wrap
msgid ""
" swapon-label label\n"
@@ -22681,19 +22720,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5509
+#: ../fish/guestfish-actions.pod:5516
msgid ""
"This command enables swap to a labeled swap partition. See L</swapon-"
"device> for other notes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5512
+#: ../fish/guestfish-actions.pod:5519
msgid "swapon-uuid"
msgstr "swapon-uuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5514
+#: ../fish/guestfish-actions.pod:5521
#, no-wrap
msgid ""
" swapon-uuid uuid\n"
@@ -22703,19 +22742,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5516
+#: ../fish/guestfish-actions.pod:5523
msgid ""
"This command enables swap to a swap partition with the given UUID. See L</"
"swapon-device> for other notes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5519
+#: ../fish/guestfish-actions.pod:5526
msgid "sync"
msgstr "sync"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5521
+#: ../fish/guestfish-actions.pod:5528
#, no-wrap
msgid ""
" sync\n"
@@ -22725,26 +22764,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5523 ../src/guestfs-actions.pod:8605
+#: ../fish/guestfish-actions.pod:5530 ../src/guestfs-actions.pod:8612
msgid ""
"This syncs the disk, so that any writes are flushed through to the "
"underlying disk image."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5526 ../src/guestfs-actions.pod:8608
+#: ../fish/guestfish-actions.pod:5533 ../src/guestfs-actions.pod:8615
msgid ""
"You should always call this if you have modified a disk image, before "
"closing the handle."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5529
+#: ../fish/guestfish-actions.pod:5536
msgid "tail"
msgstr "tail"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5531
+#: ../fish/guestfish-actions.pod:5538
#, no-wrap
msgid ""
" tail path\n"
@@ -22754,18 +22793,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5533 ../src/guestfs-actions.pod:8621
+#: ../fish/guestfish-actions.pod:5540 ../src/guestfs-actions.pod:8628
msgid ""
"This command returns up to the last 10 lines of a file as a list of strings."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5539
+#: ../fish/guestfish-actions.pod:5546
msgid "tail-n"
msgstr "tail-n"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5541
+#: ../fish/guestfish-actions.pod:5548
#, no-wrap
msgid ""
" tail-n nrlines path\n"
@@ -22775,26 +22814,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5543 ../src/guestfs-actions.pod:8640
+#: ../fish/guestfish-actions.pod:5550 ../src/guestfs-actions.pod:8647
msgid ""
"If the parameter C<nrlines> is a positive number, this returns the last "
"C<nrlines> lines of the file C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5546 ../src/guestfs-actions.pod:8643
+#: ../fish/guestfish-actions.pod:5553 ../src/guestfs-actions.pod:8650
msgid ""
"If the parameter C<nrlines> is a negative number, this returns lines from "
"the file C<path>, starting with the C<-nrlines>th line."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5554
+#: ../fish/guestfish-actions.pod:5561
msgid "tar-in"
msgstr "tar-in"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5556
+#: ../fish/guestfish-actions.pod:5563
#, no-wrap
msgid ""
" tar-in (tarfile|-) directory\n"
@@ -22804,26 +22843,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5558 ../src/guestfs-actions.pod:8664
+#: ../fish/guestfish-actions.pod:5565 ../src/guestfs-actions.pod:8671
msgid ""
"This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
"tar file) into C<directory>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5561
+#: ../fish/guestfish-actions.pod:5568
msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
msgstr ""
"圧縮した tar ファイルをアップロードするには L</tgz-in> または L</txz-in> を使"
"用します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5566
+#: ../fish/guestfish-actions.pod:5573
msgid "tar-out"
msgstr "tar-out"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5568
+#: ../fish/guestfish-actions.pod:5575
#, no-wrap
msgid ""
" tar-out directory (tarfile|-)\n"
@@ -22833,26 +22872,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5570 ../src/guestfs-actions.pod:8681
+#: ../fish/guestfish-actions.pod:5577 ../src/guestfs-actions.pod:8688
msgid ""
"This command packs the contents of C<directory> and downloads it to local "
"file C<tarfile>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5573
+#: ../fish/guestfish-actions.pod:5580
msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
msgstr ""
"圧縮した tar ファイルをダウンロードするには L</tgz-out> または L</txz-out> を"
"使用します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5578
+#: ../fish/guestfish-actions.pod:5585
msgid "tgz-in"
msgstr "tgz-in"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5580
+#: ../fish/guestfish-actions.pod:5587
#, no-wrap
msgid ""
" tgz-in (tarball|-) directory\n"
@@ -22862,25 +22901,25 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5582 ../src/guestfs-actions.pod:8698
+#: ../fish/guestfish-actions.pod:5589 ../src/guestfs-actions.pod:8705
msgid ""
"This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
"tar file) into C<directory>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5585
+#: ../fish/guestfish-actions.pod:5592
msgid "To upload an uncompressed tarball, use L</tar-in>."
msgstr ""
"圧縮していない tar ファイルをアップロードするには L</tar-in> を使用します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5589
+#: ../fish/guestfish-actions.pod:5596
msgid "tgz-out"
msgstr "tgz-out"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5591
+#: ../fish/guestfish-actions.pod:5598
#, no-wrap
msgid ""
" tgz-out directory (tarball|-)\n"
@@ -22890,25 +22929,25 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5593 ../src/guestfs-actions.pod:8714
+#: ../fish/guestfish-actions.pod:5600 ../src/guestfs-actions.pod:8721
msgid ""
"This command packs the contents of C<directory> and downloads it to local "
"file C<tarball>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5596
+#: ../fish/guestfish-actions.pod:5603
msgid "To download an uncompressed tarball, use L</tar-out>."
msgstr ""
"圧縮していない tar ファイルをダウンロードするには L</tar-out> を使用します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5600
+#: ../fish/guestfish-actions.pod:5607
msgid "touch"
msgstr "touch"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5602
+#: ../fish/guestfish-actions.pod:5609
#, no-wrap
msgid ""
" touch path\n"
@@ -22918,7 +22957,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5604 ../src/guestfs-actions.pod:8729
+#: ../fish/guestfish-actions.pod:5611 ../src/guestfs-actions.pod:8736
msgid ""
"Touch acts like the L<touch(1)> command. It can be used to update the "
"timestamps on a file, or, if the file does not exist, to create a new zero-"
@@ -22926,19 +22965,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5608 ../src/guestfs-actions.pod:8733
+#: ../fish/guestfish-actions.pod:5615 ../src/guestfs-actions.pod:8740
msgid ""
"This command only works on regular files, and will fail on other file types "
"such as directories, symbolic links, block special etc."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5611
+#: ../fish/guestfish-actions.pod:5618
msgid "truncate"
msgstr "truncate"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5613
+#: ../fish/guestfish-actions.pod:5620
#, no-wrap
msgid ""
" truncate path\n"
@@ -22948,19 +22987,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5615 ../src/guestfs-actions.pod:8746
+#: ../fish/guestfish-actions.pod:5622 ../src/guestfs-actions.pod:8753
msgid ""
"This command truncates C<path> to a zero-length file. The file must exist "
"already."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5618
+#: ../fish/guestfish-actions.pod:5625
msgid "truncate-size"
msgstr "truncate-size"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5620
+#: ../fish/guestfish-actions.pod:5627
#, no-wrap
msgid ""
" truncate-size path size\n"
@@ -22970,14 +23009,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5622 ../src/guestfs-actions.pod:8760
+#: ../fish/guestfish-actions.pod:5629 ../src/guestfs-actions.pod:8767
msgid ""
"This command truncates C<path> to size C<size> bytes. The file must exist "
"already."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5625
+#: ../fish/guestfish-actions.pod:5632
msgid ""
"If the current file size is less than C<size> then the file is extended to "
"the required size with zero bytes. This creates a sparse file (ie. disk "
@@ -22986,12 +23025,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5631
+#: ../fish/guestfish-actions.pod:5638
msgid "tune2fs"
msgstr "tune2fs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5633
+#: ../fish/guestfish-actions.pod:5640
#, no-wrap
msgid ""
" tune2fs device [force:true|false] [maxmountcount:N] [mountcount:N] [errorbehavior:..] [group:N] [intervalbetweenchecks:N] [reservedblockspercentage:N] [lastmounteddirectory:..] [reservedblockscount:N] [user:N]\n"
@@ -23001,26 +23040,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5635 ../src/guestfs-actions.pod:8796
+#: ../fish/guestfish-actions.pod:5642 ../src/guestfs-actions.pod:8803
msgid ""
"This call allows you to adjust various filesystem parameters of an ext2/ext3/"
"ext4 filesystem called C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5644 ../src/guestfs-actions.pod:8805
+#: ../fish/guestfish-actions.pod:5651 ../src/guestfs-actions.pod:8812
msgid ""
"Force tune2fs to complete the operation even in the face of errors. This is "
"the same as the tune2fs C<-f> option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5647 ../src/guestfs-actions.pod:8808
+#: ../fish/guestfish-actions.pod:5654 ../src/guestfs-actions.pod:8815
msgid "C<maxmountcount>"
msgstr "C<maxmountcount>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5649 ../src/guestfs-actions.pod:8810
+#: ../fish/guestfish-actions.pod:5656 ../src/guestfs-actions.pod:8817
msgid ""
"Set the number of mounts after which the filesystem is checked by L<e2fsck(8)"
">. If this is C<0> then the number of mounts is disregarded. This is the "
@@ -23028,24 +23067,24 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5653 ../src/guestfs-actions.pod:8814
+#: ../fish/guestfish-actions.pod:5660 ../src/guestfs-actions.pod:8821
msgid "C<mountcount>"
msgstr "C<mountcount>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5655 ../src/guestfs-actions.pod:8816
+#: ../fish/guestfish-actions.pod:5662 ../src/guestfs-actions.pod:8823
msgid ""
"Set the number of times the filesystem has been mounted. This is the same "
"as the tune2fs C<-C> option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5658 ../src/guestfs-actions.pod:8819
+#: ../fish/guestfish-actions.pod:5665 ../src/guestfs-actions.pod:8826
msgid "C<errorbehavior>"
msgstr "C<errorbehavior>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5660 ../src/guestfs-actions.pod:8821
+#: ../fish/guestfish-actions.pod:5667 ../src/guestfs-actions.pod:8828
msgid ""
"Change the behavior of the kernel code when errors are detected. Possible "
"values currently are: C<continue>, C<remount-ro>, C<panic>. In practice "
@@ -23054,58 +23093,58 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5665 ../src/guestfs-actions.pod:8826
+#: ../fish/guestfish-actions.pod:5672 ../src/guestfs-actions.pod:8833
msgid "This is the same as the tune2fs C<-e> option."
msgstr "これは tune2fs C<-e> オプションと同じです。"
#. type: =item
-#: ../fish/guestfish-actions.pod:5667 ../src/guestfs-actions.pod:8828
+#: ../fish/guestfish-actions.pod:5674 ../src/guestfs-actions.pod:8835
msgid "C<group>"
msgstr "C<group>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5669 ../src/guestfs-actions.pod:8830
+#: ../fish/guestfish-actions.pod:5676 ../src/guestfs-actions.pod:8837
msgid ""
"Set the group which can use reserved filesystem blocks. This is the same as "
"the tune2fs C<-g> option except that it can only be specified as a number."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5673 ../src/guestfs-actions.pod:8834
+#: ../fish/guestfish-actions.pod:5680 ../src/guestfs-actions.pod:8841
msgid "C<intervalbetweenchecks>"
msgstr "C<intervalbetweenchecks>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5675 ../src/guestfs-actions.pod:8836
+#: ../fish/guestfish-actions.pod:5682 ../src/guestfs-actions.pod:8843
msgid ""
"Adjust the maximal time between two filesystem checks (in seconds). If the "
"option is passed as C<0> then time-dependent checking is disabled."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5679 ../src/guestfs-actions.pod:8840
+#: ../fish/guestfish-actions.pod:5686 ../src/guestfs-actions.pod:8847
msgid "This is the same as the tune2fs C<-i> option."
msgstr "これは tune2fs C<-i> オプションと同じです。"
#. type: =item
-#: ../fish/guestfish-actions.pod:5681 ../src/guestfs-actions.pod:8842
+#: ../fish/guestfish-actions.pod:5688 ../src/guestfs-actions.pod:8849
msgid "C<reservedblockspercentage>"
msgstr "C<reservedblockspercentage>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5683 ../src/guestfs-actions.pod:8844
+#: ../fish/guestfish-actions.pod:5690 ../src/guestfs-actions.pod:8851
msgid ""
"Set the percentage of the filesystem which may only be allocated by "
"privileged processes. This is the same as the tune2fs C<-m> option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5687 ../src/guestfs-actions.pod:8848
+#: ../fish/guestfish-actions.pod:5694 ../src/guestfs-actions.pod:8855
msgid "C<lastmounteddirectory>"
msgstr "C<lastmounteddirectory>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5689 ../src/guestfs-actions.pod:8850
+#: ../fish/guestfish-actions.pod:5696 ../src/guestfs-actions.pod:8857
msgid ""
"Set the last mounted directory. This is the same as the tune2fs C<-M> "
"option."
@@ -23114,38 +23153,38 @@ msgstr ""
"ンと同じです。"
#. type: =item
-#: ../fish/guestfish-actions.pod:5692 ../src/guestfs-actions.pod:8853
+#: ../fish/guestfish-actions.pod:5699 ../src/guestfs-actions.pod:8860
msgid ""
"C<reservedblockscount> Set the number of reserved filesystem blocks. This "
"is the same as the tune2fs C<-r> option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5696 ../src/guestfs-actions.pod:8857
+#: ../fish/guestfish-actions.pod:5703 ../src/guestfs-actions.pod:8864
msgid "C<user>"
msgstr "C<user>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5698 ../src/guestfs-actions.pod:8859
+#: ../fish/guestfish-actions.pod:5705 ../src/guestfs-actions.pod:8866
msgid ""
"Set the user who can use the reserved filesystem blocks. This is the same "
"as the tune2fs C<-u> option except that it can only be specified as a number."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5704
+#: ../fish/guestfish-actions.pod:5711
msgid ""
"To get the current values of filesystem parameters, see L</tune2fs-l>. For "
"precise details of how tune2fs works, see the L<tune2fs(8)> man page."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5710
+#: ../fish/guestfish-actions.pod:5717
msgid "tune2fs-l"
msgstr "tune2fs-l"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5712
+#: ../fish/guestfish-actions.pod:5719
#, no-wrap
msgid ""
" tune2fs-l device\n"
@@ -23155,14 +23194,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5714 ../src/guestfs-actions.pod:8901
+#: ../fish/guestfish-actions.pod:5721 ../src/guestfs-actions.pod:8908
msgid ""
"This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
"C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5717 ../src/guestfs-actions.pod:8904
+#: ../fish/guestfish-actions.pod:5724 ../src/guestfs-actions.pod:8911
msgid ""
"It is the same as running C<tune2fs -l device>. See L<tune2fs(8)> manpage "
"for more details. The list of fields returned isn't clearly defined, and "
@@ -23171,12 +23210,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5722
+#: ../fish/guestfish-actions.pod:5729
msgid "txz-in"
msgstr "txz-in"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5724
+#: ../fish/guestfish-actions.pod:5731
#, no-wrap
msgid ""
" txz-in (tarball|-) directory\n"
@@ -23186,19 +23225,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5726 ../src/guestfs-actions.pod:8924
+#: ../fish/guestfish-actions.pod:5733 ../src/guestfs-actions.pod:8931
msgid ""
"This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
"tar file) into C<directory>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5731
+#: ../fish/guestfish-actions.pod:5738
msgid "txz-out"
msgstr "txz-out"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5733
+#: ../fish/guestfish-actions.pod:5740
#, no-wrap
msgid ""
" txz-out directory (tarball|-)\n"
@@ -23208,19 +23247,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5735 ../src/guestfs-actions.pod:8938
+#: ../fish/guestfish-actions.pod:5742 ../src/guestfs-actions.pod:8945
msgid ""
"This command packs the contents of C<directory> and downloads it to local "
"file C<tarball> (as an xz compressed tar archive)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5740
+#: ../fish/guestfish-actions.pod:5747
msgid "umask"
msgstr "umask"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5742
+#: ../fish/guestfish-actions.pod:5749
#, no-wrap
msgid ""
" umask mask\n"
@@ -23230,14 +23269,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5744 ../src/guestfs-actions.pod:8951
+#: ../fish/guestfish-actions.pod:5751 ../src/guestfs-actions.pod:8958
msgid ""
"This function sets the mask used for creating new files and device nodes to "
"C<mask & 0777>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5747 ../src/guestfs-actions.pod:8954
+#: ../fish/guestfish-actions.pod:5754 ../src/guestfs-actions.pod:8961
msgid ""
"Typical umask values would be C<022> which creates new files with "
"permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
@@ -23245,7 +23284,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5752 ../src/guestfs-actions.pod:8959
+#: ../fish/guestfish-actions.pod:5759 ../src/guestfs-actions.pod:8966
msgid ""
"The default umask is C<022>. This is important because it means that "
"directories and device nodes will be created with C<0644> or C<0755> mode "
@@ -23253,27 +23292,27 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5756
+#: ../fish/guestfish-actions.pod:5763
msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
msgstr "L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir> 参照。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5759 ../src/guestfs-actions.pod:8966
+#: ../fish/guestfish-actions.pod:5766 ../src/guestfs-actions.pod:8973
msgid "This call returns the previous umask."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5761
+#: ../fish/guestfish-actions.pod:5768
msgid "umount"
msgstr "umount"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5763
+#: ../fish/guestfish-actions.pod:5770
msgid "unmount"
msgstr "unmount"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5765
+#: ../fish/guestfish-actions.pod:5772
#, no-wrap
msgid ""
" umount pathordevice\n"
@@ -23283,24 +23322,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5767 ../src/guestfs-actions.pod:8978
+#: ../fish/guestfish-actions.pod:5774 ../src/guestfs-actions.pod:8985
msgid ""
"This unmounts the given filesystem. The filesystem may be specified either "
"by its mountpoint (path) or the device which contains the filesystem."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5771
+#: ../fish/guestfish-actions.pod:5778
msgid "umount-all"
msgstr "umount-all"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5773
+#: ../fish/guestfish-actions.pod:5780
msgid "unmount-all"
msgstr "unmount-all"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5775
+#: ../fish/guestfish-actions.pod:5782
#, no-wrap
msgid ""
" umount-all\n"
@@ -23310,22 +23349,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5777 ../src/guestfs-actions.pod:8991
+#: ../fish/guestfish-actions.pod:5784 ../src/guestfs-actions.pod:8998
msgid "This unmounts all mounted filesystems."
msgstr "これはマウントされたファイルシステムをすべてアンマウントします。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5779 ../src/guestfs-actions.pod:8993
+#: ../fish/guestfish-actions.pod:5786 ../src/guestfs-actions.pod:9000
msgid "Some internal mounts are not unmounted by this call."
msgstr "いくつかの内部マウントはこの呼び出しによりアンマウントされません。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5781
+#: ../fish/guestfish-actions.pod:5788
msgid "umount-local"
msgstr "umount-local"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5783
+#: ../fish/guestfish-actions.pod:5790
#, no-wrap
msgid ""
" umount-local [retry:true|false]\n"
@@ -23335,7 +23374,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5785 ../src/guestfs-actions.pod:9012
+#: ../fish/guestfish-actions.pod:5792 ../src/guestfs-actions.pod:9019
msgid ""
"If libguestfs is exporting the filesystem on a local mountpoint, then this "
"unmounts it."
@@ -23344,12 +23383,12 @@ msgstr ""
"いるならば、これによりアンマウントされます。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5792
+#: ../fish/guestfish-actions.pod:5799
msgid "upload"
msgstr "upload"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5794
+#: ../fish/guestfish-actions.pod:5801
#, no-wrap
msgid ""
" upload (filename|-) remotefilename\n"
@@ -23359,25 +23398,25 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5796 ../fish/guestfish-actions.pod:5809
-#: ../src/guestfs-actions.pod:9048 ../src/guestfs-actions.pod:9072
+#: ../fish/guestfish-actions.pod:5803 ../fish/guestfish-actions.pod:5816
+#: ../src/guestfs-actions.pod:9055 ../src/guestfs-actions.pod:9079
msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
msgstr ""
"ローカルファイル C<filename> をファイルシステムにおいて C<remotefilename> に"
"アップロードします。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5801
+#: ../fish/guestfish-actions.pod:5808
msgid "See also L</download>."
msgstr "L</download> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5805
+#: ../fish/guestfish-actions.pod:5812
msgid "upload-offset"
msgstr "upload-offset"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5807
+#: ../fish/guestfish-actions.pod:5814
#, no-wrap
msgid ""
" upload-offset (filename|-) remotefilename offset\n"
@@ -23387,7 +23426,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5812 ../src/guestfs-actions.pod:9075
+#: ../fish/guestfish-actions.pod:5819 ../src/guestfs-actions.pod:9082
msgid ""
"C<remotefilename> is overwritten starting at the byte C<offset> specified. "
"The intention is to overwrite parts of existing files or devices, although "
@@ -23397,7 +23436,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5819
+#: ../fish/guestfish-actions.pod:5826
msgid ""
"Note that there is no limit on the amount of data that can be uploaded with "
"this call, unlike with L</pwrite>, and this call always writes the full "
@@ -23405,17 +23444,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5824
+#: ../fish/guestfish-actions.pod:5831
msgid "See also L</upload>, L</pwrite>."
msgstr "L</upload>, L</pwrite> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5828
+#: ../fish/guestfish-actions.pod:5835
msgid "utimens"
msgstr "utimens"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5830
+#: ../fish/guestfish-actions.pod:5837
#, no-wrap
msgid ""
" utimens path atsecs atnsecs mtsecs mtnsecs\n"
@@ -23425,26 +23464,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5832 ../src/guestfs-actions.pod:9108
+#: ../fish/guestfish-actions.pod:5839 ../src/guestfs-actions.pod:9115
msgid "This command sets the timestamps of a file with nanosecond precision."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5835 ../src/guestfs-actions.pod:9111
+#: ../fish/guestfish-actions.pod:5842 ../src/guestfs-actions.pod:9118
msgid ""
"C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
"from the epoch."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5838 ../src/guestfs-actions.pod:9114
+#: ../fish/guestfish-actions.pod:5845 ../src/guestfs-actions.pod:9121
msgid ""
"C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
"nanoseconds from the epoch."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5841 ../src/guestfs-actions.pod:9117
+#: ../fish/guestfish-actions.pod:5848 ../src/guestfs-actions.pod:9124
msgid ""
"If the C<*nsecs> field contains the special value C<-1> then the "
"corresponding timestamp is set to the current time. (The C<*secs> field is "
@@ -23452,7 +23491,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5845 ../src/guestfs-actions.pod:9121
+#: ../fish/guestfish-actions.pod:5852 ../src/guestfs-actions.pod:9128
msgid ""
"If the C<*nsecs> field contains the special value C<-2> then the "
"corresponding timestamp is left unchanged. (The C<*secs> field is ignored "
@@ -23460,12 +23499,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5849
+#: ../fish/guestfish-actions.pod:5856
msgid "version"
msgstr "version"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5851
+#: ../fish/guestfish-actions.pod:5858
#, no-wrap
msgid ""
" version\n"
@@ -23475,13 +23514,13 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5853 ../src/guestfs-actions.pod:9134
+#: ../fish/guestfish-actions.pod:5860 ../src/guestfs-actions.pod:9141
msgid ""
"Return the libguestfs version number that the program is linked against."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5856 ../src/guestfs-actions.pod:9137
+#: ../fish/guestfish-actions.pod:5863 ../src/guestfs-actions.pod:9144
msgid ""
"Note that because of dynamic linking this is not necessarily the version of "
"libguestfs that you compiled against. You can compile the program, and then "
@@ -23490,7 +23529,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5861 ../src/guestfs-actions.pod:9142
+#: ../fish/guestfish-actions.pod:5868 ../src/guestfs-actions.pod:9149
msgid ""
"This call was added in version C<1.0.58>. In previous versions of "
"libguestfs there was no way to get the version number. From C code you can "
@@ -23499,7 +23538,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5867 ../src/guestfs-actions.pod:9148
+#: ../fish/guestfish-actions.pod:5874 ../src/guestfs-actions.pod:9155
msgid ""
"The call returns a structure with four elements. The first three (C<major>, "
"C<minor> and C<release>) are numbers and correspond to the usual version "
@@ -23508,18 +23547,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5873 ../src/guestfs-actions.pod:9154
+#: ../fish/guestfish-actions.pod:5880 ../src/guestfs-actions.pod:9161
msgid ""
"To construct the original version string: C<$major.$minor.$release$extra>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5876 ../src/guestfs-actions.pod:9157
+#: ../fish/guestfish-actions.pod:5883 ../src/guestfs-actions.pod:9164
msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
msgstr "関連項目: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5878
+#: ../fish/guestfish-actions.pod:5885
msgid ""
"I<Note:> Don't use this call to test for availability of features. In "
"enterprise distributions we backport features from later versions into "
@@ -23528,12 +23567,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5884
+#: ../fish/guestfish-actions.pod:5891
msgid "vfs-label"
msgstr "vfs-label"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5886
+#: ../fish/guestfish-actions.pod:5893
#, no-wrap
msgid ""
" vfs-label device\n"
@@ -23543,28 +23582,28 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5888 ../src/guestfs-actions.pod:9177
+#: ../fish/guestfish-actions.pod:5895 ../src/guestfs-actions.pod:9184
msgid "This returns the filesystem label of the filesystem on C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5891 ../src/guestfs-actions.pod:9180
+#: ../fish/guestfish-actions.pod:5898 ../src/guestfs-actions.pod:9187
msgid "If the filesystem is unlabeled, this returns the empty string."
msgstr "ファイルシステムにラベルが付いていないと、空の文字列が返されます。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5893
+#: ../fish/guestfish-actions.pod:5900
msgid "To find a filesystem from the label, use L</findfs-label>."
msgstr ""
"ラベルからファイルシステムを検索するには L</findfs-label> を使用します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5895
+#: ../fish/guestfish-actions.pod:5902
msgid "vfs-type"
msgstr "vfs-type"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5897
+#: ../fish/guestfish-actions.pod:5904
#, no-wrap
msgid ""
" vfs-type device\n"
@@ -23574,14 +23613,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5899 ../src/guestfs-actions.pod:9195
+#: ../fish/guestfish-actions.pod:5906 ../src/guestfs-actions.pod:9202
msgid ""
"This command gets the filesystem type corresponding to the filesystem on "
"C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5902 ../src/guestfs-actions.pod:9198
+#: ../fish/guestfish-actions.pod:5909 ../src/guestfs-actions.pod:9205
msgid ""
"For most filesystems, the result is the name of the Linux VFS module which "
"would be used to mount this filesystem if you mounted it without specifying "
@@ -23589,12 +23628,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5907
+#: ../fish/guestfish-actions.pod:5914
msgid "vfs-uuid"
msgstr "vfs-uuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5909
+#: ../fish/guestfish-actions.pod:5916
#, no-wrap
msgid ""
" vfs-uuid device\n"
@@ -23604,27 +23643,27 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5911 ../src/guestfs-actions.pod:9214
+#: ../fish/guestfish-actions.pod:5918 ../src/guestfs-actions.pod:9221
msgid "This returns the filesystem UUID of the filesystem on C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5914 ../src/guestfs-actions.pod:9217
+#: ../fish/guestfish-actions.pod:5921 ../src/guestfs-actions.pod:9224
msgid "If the filesystem does not have a UUID, this returns the empty string."
msgstr "ファイルシステムが UUID を持っていないと、空の文字列を返します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5916
+#: ../fish/guestfish-actions.pod:5923
msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
msgstr "UUID からファイルシステムを検索するには L</findfs-uuid> を使用します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5918
+#: ../fish/guestfish-actions.pod:5925
msgid "vg-activate"
msgstr "vg-activate"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5920
+#: ../fish/guestfish-actions.pod:5927
#, no-wrap
msgid ""
" vg-activate true|false 'volgroups ...'\n"
@@ -23634,32 +23673,32 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5922 ../src/guestfs-actions.pod:9233
+#: ../fish/guestfish-actions.pod:5929 ../src/guestfs-actions.pod:9240
msgid ""
"This command activates or (if C<activate> is false) deactivates all logical "
"volumes in the listed volume groups C<volgroups>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5925 ../src/guestfs-actions.pod:9236
+#: ../fish/guestfish-actions.pod:5932 ../src/guestfs-actions.pod:9243
msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
msgstr ""
"このコマンドは C<vgchange -a y|n volgroups...> を実行するときと同じです。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5927 ../src/guestfs-actions.pod:9238
+#: ../fish/guestfish-actions.pod:5934 ../src/guestfs-actions.pod:9245
msgid ""
"Note that if C<volgroups> is an empty list then B<all> volume groups are "
"activated or deactivated."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5930
+#: ../fish/guestfish-actions.pod:5937
msgid "vg-activate-all"
msgstr "vg-activate-all"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5932
+#: ../fish/guestfish-actions.pod:5939
#, no-wrap
msgid ""
" vg-activate-all true|false\n"
@@ -23669,24 +23708,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5934 ../src/guestfs-actions.pod:9251
+#: ../fish/guestfish-actions.pod:5941 ../src/guestfs-actions.pod:9258
msgid ""
"This command activates or (if C<activate> is false) deactivates all logical "
"volumes in all volume groups."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5937 ../src/guestfs-actions.pod:9254
+#: ../fish/guestfish-actions.pod:5944 ../src/guestfs-actions.pod:9261
msgid "This command is the same as running C<vgchange -a y|n>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5939
+#: ../fish/guestfish-actions.pod:5946
msgid "vgcreate"
msgstr "vgcreate"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5941
+#: ../fish/guestfish-actions.pod:5948
#, no-wrap
msgid ""
" vgcreate volgroup 'physvols ...'\n"
@@ -23696,19 +23735,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5943 ../src/guestfs-actions.pod:9267
+#: ../fish/guestfish-actions.pod:5950 ../src/guestfs-actions.pod:9274
msgid ""
"This creates an LVM volume group called C<volgroup> from the non-empty list "
"of physical volumes C<physvols>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5946
+#: ../fish/guestfish-actions.pod:5953
msgid "vglvuuids"
msgstr "vglvuuids"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5948
+#: ../fish/guestfish-actions.pod:5955
#, no-wrap
msgid ""
" vglvuuids vgname\n"
@@ -23718,31 +23757,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5950 ../src/guestfs-actions.pod:9280
+#: ../fish/guestfish-actions.pod:5957 ../src/guestfs-actions.pod:9287
msgid ""
"Given a VG called C<vgname>, this returns the UUIDs of all the logical "
"volumes created in this volume group."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5953
+#: ../fish/guestfish-actions.pod:5960
msgid ""
"You can use this along with L</lvs> and L</lvuuid> calls to associate "
"logical volumes and volume groups."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5956
+#: ../fish/guestfish-actions.pod:5963
msgid "See also L</vgpvuuids>."
msgstr "L</vgpvuuids> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5958
+#: ../fish/guestfish-actions.pod:5965
msgid "vgmeta"
msgstr "vgmeta"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5960
+#: ../fish/guestfish-actions.pod:5967
#, no-wrap
msgid ""
" vgmeta vgname\n"
@@ -23752,7 +23791,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5962 ../src/guestfs-actions.pod:9301
+#: ../fish/guestfish-actions.pod:5969 ../src/guestfs-actions.pod:9308
msgid ""
"C<vgname> is an LVM volume group. This command examines the volume group "
"and returns its metadata."
@@ -23761,7 +23800,7 @@ msgstr ""
"検査して、そのメタ情報を返します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5965 ../src/guestfs-actions.pod:9304
+#: ../fish/guestfish-actions.pod:5972 ../src/guestfs-actions.pod:9311
msgid ""
"Note that the metadata is an internal structure used by LVM, subject to "
"change at any time, and is provided for information only."
@@ -23770,12 +23809,12 @@ msgstr ""
"してのみ提供されることに注意してください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5968
+#: ../fish/guestfish-actions.pod:5975
msgid "vgpvuuids"
msgstr "vgpvuuids"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5970
+#: ../fish/guestfish-actions.pod:5977
#, no-wrap
msgid ""
" vgpvuuids vgname\n"
@@ -23785,31 +23824,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5972 ../src/guestfs-actions.pod:9319
+#: ../fish/guestfish-actions.pod:5979 ../src/guestfs-actions.pod:9326
msgid ""
"Given a VG called C<vgname>, this returns the UUIDs of all the physical "
"volumes that this volume group resides on."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5975
+#: ../fish/guestfish-actions.pod:5982
msgid ""
"You can use this along with L</pvs> and L</pvuuid> calls to associate "
"physical volumes and volume groups."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5978
+#: ../fish/guestfish-actions.pod:5985
msgid "See also L</vglvuuids>."
msgstr "L</vglvuuids> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5980
+#: ../fish/guestfish-actions.pod:5987
msgid "vgremove"
msgstr "vgremove"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5982
+#: ../fish/guestfish-actions.pod:5989
#, no-wrap
msgid ""
" vgremove vgname\n"
@@ -23819,23 +23858,23 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5984 ../src/guestfs-actions.pod:9339
+#: ../fish/guestfish-actions.pod:5991 ../src/guestfs-actions.pod:9346
msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
msgstr "LVM ボリュームグループ C<vgname> を削除します(例: C<VG>)。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5986 ../src/guestfs-actions.pod:9341
+#: ../fish/guestfish-actions.pod:5993 ../src/guestfs-actions.pod:9348
msgid ""
"This also forcibly removes all logical volumes in the volume group (if any)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5989
+#: ../fish/guestfish-actions.pod:5996
msgid "vgrename"
msgstr "vgrename"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5991
+#: ../fish/guestfish-actions.pod:5998
#, no-wrap
msgid ""
" vgrename volgroup newvolgroup\n"
@@ -23845,17 +23884,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5993 ../src/guestfs-actions.pod:9355
+#: ../fish/guestfish-actions.pod:6000 ../src/guestfs-actions.pod:9362
msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5995
+#: ../fish/guestfish-actions.pod:6002
msgid "vgs"
msgstr "vgs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5997
+#: ../fish/guestfish-actions.pod:6004
#, no-wrap
msgid ""
" vgs\n"
@@ -23865,31 +23904,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5999 ../src/guestfs-actions.pod:9366
+#: ../fish/guestfish-actions.pod:6006 ../src/guestfs-actions.pod:9373
msgid ""
"List all the volumes groups detected. This is the equivalent of the L<vgs(8)"
"> command."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6002 ../src/guestfs-actions.pod:9369
+#: ../fish/guestfish-actions.pod:6009 ../src/guestfs-actions.pod:9376
msgid ""
"This returns a list of just the volume group names that were detected (eg. "
"C<VolGroup00>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6005
+#: ../fish/guestfish-actions.pod:6012
msgid "See also L</vgs-full>."
msgstr "L</vgs-full> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:6007
+#: ../fish/guestfish-actions.pod:6014
msgid "vgs-full"
msgstr "vgs-full"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6009
+#: ../fish/guestfish-actions.pod:6016
#, no-wrap
msgid ""
" vgs-full\n"
@@ -23899,19 +23938,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6011 ../src/guestfs-actions.pod:9385
+#: ../fish/guestfish-actions.pod:6018 ../src/guestfs-actions.pod:9392
msgid ""
"List all the volumes groups detected. This is the equivalent of the L<vgs(8)"
"> command. The \"full\" version includes all fields."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6014
+#: ../fish/guestfish-actions.pod:6021
msgid "vgscan"
msgstr "vgscan"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6016
+#: ../fish/guestfish-actions.pod:6023
#, no-wrap
msgid ""
" vgscan\n"
@@ -23921,19 +23960,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6018 ../src/guestfs-actions.pod:9399
+#: ../fish/guestfish-actions.pod:6025 ../src/guestfs-actions.pod:9406
msgid ""
"This rescans all block devices and rebuilds the list of LVM physical "
"volumes, volume groups and logical volumes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6021
+#: ../fish/guestfish-actions.pod:6028
msgid "vguuid"
msgstr "vguuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6023
+#: ../fish/guestfish-actions.pod:6030
#, no-wrap
msgid ""
" vguuid vgname\n"
@@ -23943,17 +23982,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6025 ../src/guestfs-actions.pod:9412
+#: ../fish/guestfish-actions.pod:6032 ../src/guestfs-actions.pod:9419
msgid "This command returns the UUID of the LVM VG named C<vgname>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6027
+#: ../fish/guestfish-actions.pod:6034
msgid "wc-c"
msgstr "wc-c"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6029
+#: ../fish/guestfish-actions.pod:6036
#, no-wrap
msgid ""
" wc-c path\n"
@@ -23963,19 +24002,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6031 ../src/guestfs-actions.pod:9452
+#: ../fish/guestfish-actions.pod:6038 ../src/guestfs-actions.pod:9459
msgid ""
"This command counts the characters in a file, using the C<wc -c> external "
"command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6034
+#: ../fish/guestfish-actions.pod:6041
msgid "wc-l"
msgstr "wc-l"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6036
+#: ../fish/guestfish-actions.pod:6043
#, no-wrap
msgid ""
" wc-l path\n"
@@ -23985,18 +24024,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6038 ../src/guestfs-actions.pod:9465
+#: ../fish/guestfish-actions.pod:6045 ../src/guestfs-actions.pod:9472
msgid ""
"This command counts the lines in a file, using the C<wc -l> external command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6041
+#: ../fish/guestfish-actions.pod:6048
msgid "wc-w"
msgstr "wc-w"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6043
+#: ../fish/guestfish-actions.pod:6050
#, no-wrap
msgid ""
" wc-w path\n"
@@ -24006,7 +24045,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6045 ../src/guestfs-actions.pod:9478
+#: ../fish/guestfish-actions.pod:6052 ../src/guestfs-actions.pod:9485
msgid ""
"This command counts the words in a file, using the C<wc -w> external command."
msgstr ""
@@ -24014,12 +24053,12 @@ msgstr ""
"す。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:6048
+#: ../fish/guestfish-actions.pod:6055
msgid "wipefs"
msgstr "wipefs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6050
+#: ../fish/guestfish-actions.pod:6057
#, no-wrap
msgid ""
" wipefs device\n"
@@ -24029,14 +24068,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6052 ../src/guestfs-actions.pod:9491
+#: ../fish/guestfish-actions.pod:6059 ../src/guestfs-actions.pod:9498
msgid ""
"This command erases filesystem or RAID signatures from the specified "
"C<device> to make the filesystem invisible to libblkid."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6055 ../src/guestfs-actions.pod:9494
+#: ../fish/guestfish-actions.pod:6062 ../src/guestfs-actions.pod:9501
msgid ""
"This does not erase the filesystem itself nor any other data from the "
"C<device>."
@@ -24045,17 +24084,17 @@ msgstr ""
"タも削除しません。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6058
+#: ../fish/guestfish-actions.pod:6065
msgid "Compare with L</zero> which zeroes the first few blocks of a device."
msgstr "デバイスの最初の数ブロックをゼロにする L</zero> と比較します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:6061
+#: ../fish/guestfish-actions.pod:6068
msgid "write"
msgstr "write"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6063
+#: ../fish/guestfish-actions.pod:6070
#, no-wrap
msgid ""
" write path content\n"
@@ -24065,24 +24104,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6065 ../src/guestfs-actions.pod:9512
+#: ../fish/guestfish-actions.pod:6072 ../src/guestfs-actions.pod:9519
msgid ""
"This call creates a file called C<path>. The content of the file is the "
"string C<content> (which can contain any 8 bit data)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6068
+#: ../fish/guestfish-actions.pod:6075
msgid "See also L</write-append>."
msgstr "L</write-append> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:6073
+#: ../fish/guestfish-actions.pod:6080
msgid "write-append"
msgstr "write-append"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6075
+#: ../fish/guestfish-actions.pod:6082
#, no-wrap
msgid ""
" write-append path content\n"
@@ -24092,24 +24131,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6077 ../src/guestfs-actions.pod:9532
+#: ../fish/guestfish-actions.pod:6084 ../src/guestfs-actions.pod:9539
msgid ""
"This call appends C<content> to the end of file C<path>. If C<path> does "
"not exist, then a new file is created."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6080
+#: ../fish/guestfish-actions.pod:6087
msgid "See also L</write>."
msgstr "L</write> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:6085
+#: ../fish/guestfish-actions.pod:6092
msgid "write-file"
msgstr "write-file"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6087
+#: ../fish/guestfish-actions.pod:6094
#, no-wrap
msgid ""
" write-file path content size\n"
@@ -24119,28 +24158,28 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6089 ../src/guestfs-actions.pod:9559
+#: ../fish/guestfish-actions.pod:6096 ../src/guestfs-actions.pod:9566
msgid ""
"This call creates a file called C<path>. The contents of the file is the "
"string C<content> (which can contain any 8 bit data), with length C<size>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6093 ../src/guestfs-actions.pod:9563
+#: ../fish/guestfish-actions.pod:6100 ../src/guestfs-actions.pod:9570
msgid ""
"As a special case, if C<size> is C<0> then the length is calculated using "
"C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6097 ../src/guestfs-actions.pod:9567
+#: ../fish/guestfish-actions.pod:6104 ../src/guestfs-actions.pod:9574
msgid ""
"I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
"I<not> work, even if the length is specified."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6103
+#: ../fish/guestfish-actions.pod:6110
msgid ""
"I<This function is deprecated.> In new code, use the L</write> call instead."
msgstr ""
@@ -24148,12 +24187,12 @@ msgstr ""
"ください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:6110
+#: ../fish/guestfish-actions.pod:6117
msgid "zegrep"
msgstr "zegrep"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6112
+#: ../fish/guestfish-actions.pod:6119
#, no-wrap
msgid ""
" zegrep regex path\n"
@@ -24163,18 +24202,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6114 ../src/guestfs-actions.pod:9584
+#: ../fish/guestfish-actions.pod:6121 ../src/guestfs-actions.pod:9591
msgid ""
"This calls the external C<zegrep> program and returns the matching lines."
msgstr "これは外部の C<zegrep> プログラムを呼び出し、一致する行を返します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:6120
+#: ../fish/guestfish-actions.pod:6127
msgid "zegrepi"
msgstr "zegrepi"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6122
+#: ../fish/guestfish-actions.pod:6129
#, no-wrap
msgid ""
" zegrepi regex path\n"
@@ -24184,18 +24223,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6124 ../src/guestfs-actions.pod:9603
+#: ../fish/guestfish-actions.pod:6131 ../src/guestfs-actions.pod:9610
msgid ""
"This calls the external C<zegrep -i> program and returns the matching lines."
msgstr "これは外部の C<zegrep -i> プログラムを呼び出し、一致する行を返します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:6130
+#: ../fish/guestfish-actions.pod:6137
msgid "zero"
msgstr "zero"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6132
+#: ../fish/guestfish-actions.pod:6139
#, no-wrap
msgid ""
" zero device\n"
@@ -24205,12 +24244,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6134 ../src/guestfs-actions.pod:9621
+#: ../fish/guestfish-actions.pod:6141 ../src/guestfs-actions.pod:9628
msgid "This command writes zeroes over the first few blocks of C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6136 ../src/guestfs-actions.pod:9623
+#: ../fish/guestfish-actions.pod:6143 ../src/guestfs-actions.pod:9630
msgid ""
"How many blocks are zeroed isn't specified (but it's I<not> enough to "
"securely wipe the device). It should be sufficient to remove any partition "
@@ -24218,8 +24257,8 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6140 ../fish/guestfish-actions.pod:6155
-#: ../src/guestfs-actions.pod:9627 ../src/guestfs-actions.pod:9653
+#: ../fish/guestfish-actions.pod:6147 ../fish/guestfish-actions.pod:6162
+#: ../src/guestfs-actions.pod:9634 ../src/guestfs-actions.pod:9660
msgid ""
"If blocks are already zero, then this command avoids writing zeroes. This "
"prevents the underlying device from becoming non-sparse or growing "
@@ -24230,17 +24269,17 @@ msgstr ""
"ことを避けるためです。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6144
+#: ../fish/guestfish-actions.pod:6151
msgid "See also: L</zero-device>, L</scrub-device>, L</is-zero-device>"
msgstr "関連項目: L</zero-device>, L</scrub-device>, L</is-zero-device>"
#. type: =head2
-#: ../fish/guestfish-actions.pod:6147
+#: ../fish/guestfish-actions.pod:6154
msgid "zero-device"
msgstr "zero-device"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6149
+#: ../fish/guestfish-actions.pod:6156
#, no-wrap
msgid ""
" zero-device device\n"
@@ -24250,19 +24289,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6151
+#: ../fish/guestfish-actions.pod:6158
msgid ""
"This command writes zeroes over the entire C<device>. Compare with L</zero> "
"which just zeroes the first few blocks of a device."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6159
+#: ../fish/guestfish-actions.pod:6166
msgid "zero-free-space"
msgstr "zero-free-space"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6161
+#: ../fish/guestfish-actions.pod:6168
#, no-wrap
msgid ""
" zero-free-space directory\n"
@@ -24272,7 +24311,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6163 ../src/guestfs-actions.pod:9672
+#: ../fish/guestfish-actions.pod:6170 ../src/guestfs-actions.pod:9679
msgid ""
"Zero the free space in the filesystem mounted on C<directory>. The "
"filesystem must be mounted read-write."
@@ -24281,7 +24320,7 @@ msgstr ""
"す。 ファイルシステムは読み書きモードでマウントする必要があります。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6166 ../src/guestfs-actions.pod:9675
+#: ../fish/guestfish-actions.pod:6173 ../src/guestfs-actions.pod:9682
msgid ""
"The filesystem contents are not affected, but any free space in the "
"filesystem is freed."
@@ -24290,19 +24329,19 @@ msgstr ""
"領域はすべて開放されます。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6169 ../src/guestfs-actions.pod:9678
+#: ../fish/guestfish-actions.pod:6176 ../src/guestfs-actions.pod:9685
msgid ""
"In future (but not currently) these zeroed blocks will be \"sparsified\" - "
"that is, given back to the host."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6172
+#: ../fish/guestfish-actions.pod:6179
msgid "zerofree"
msgstr "zerofree"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6174
+#: ../fish/guestfish-actions.pod:6181
#, no-wrap
msgid ""
" zerofree device\n"
@@ -24312,7 +24351,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6176 ../src/guestfs-actions.pod:9696
+#: ../fish/guestfish-actions.pod:6183 ../src/guestfs-actions.pod:9703
msgid ""
"This runs the I<zerofree> program on C<device>. This program claims to zero "
"unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
@@ -24320,24 +24359,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6181 ../src/guestfs-actions.pod:9701
+#: ../fish/guestfish-actions.pod:6188 ../src/guestfs-actions.pod:9708
msgid "You should B<not> run this program if the filesystem is mounted."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6184 ../src/guestfs-actions.pod:9704
+#: ../fish/guestfish-actions.pod:6191 ../src/guestfs-actions.pod:9711
msgid ""
"It is possible that using this program can damage the filesystem or data on "
"the filesystem."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6187
+#: ../fish/guestfish-actions.pod:6194
msgid "zfgrep"
msgstr "zfgrep"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6189
+#: ../fish/guestfish-actions.pod:6196
#, no-wrap
msgid ""
" zfgrep pattern path\n"
@@ -24347,18 +24386,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6191 ../src/guestfs-actions.pod:9718
+#: ../fish/guestfish-actions.pod:6198 ../src/guestfs-actions.pod:9725
msgid ""
"This calls the external C<zfgrep> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6197
+#: ../fish/guestfish-actions.pod:6204
msgid "zfgrepi"
msgstr "zfgrepi"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6199
+#: ../fish/guestfish-actions.pod:6206
#, no-wrap
msgid ""
" zfgrepi pattern path\n"
@@ -24368,18 +24407,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6201 ../src/guestfs-actions.pod:9737
+#: ../fish/guestfish-actions.pod:6208 ../src/guestfs-actions.pod:9744
msgid ""
"This calls the external C<zfgrep -i> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6207
+#: ../fish/guestfish-actions.pod:6214
msgid "zfile"
msgstr "zfile"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6209
+#: ../fish/guestfish-actions.pod:6216
#, no-wrap
msgid ""
" zfile meth path\n"
@@ -24389,26 +24428,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6211 ../src/guestfs-actions.pod:9763
+#: ../fish/guestfish-actions.pod:6218 ../src/guestfs-actions.pod:9770
msgid ""
"This command runs C<file> after first decompressing C<path> using C<method>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6214 ../src/guestfs-actions.pod:9766
+#: ../fish/guestfish-actions.pod:6221 ../src/guestfs-actions.pod:9773
msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
msgstr ""
"C<method> は C<gzip>, C<compress> または C<bzip2> のいずれかである必要があり"
"ます。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6216
+#: ../fish/guestfish-actions.pod:6223
msgid ""
"Since 1.0.63, use L</file> instead which can now process compressed files."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6219
+#: ../fish/guestfish-actions.pod:6226
msgid ""
"I<This function is deprecated.> In new code, use the L</file> call instead."
msgstr ""
@@ -24416,12 +24455,12 @@ msgstr ""
"ください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:6226
+#: ../fish/guestfish-actions.pod:6233
msgid "zgrep"
msgstr "zgrep"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6228
+#: ../fish/guestfish-actions.pod:6235
#, no-wrap
msgid ""
" zgrep regex path\n"
@@ -24431,18 +24470,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6230 ../src/guestfs-actions.pod:9783
+#: ../fish/guestfish-actions.pod:6237 ../src/guestfs-actions.pod:9790
msgid ""
"This calls the external C<zgrep> program and returns the matching lines."
msgstr "外部 C<zgrep> プログラムを呼び出し、一致する行を返します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:6236
+#: ../fish/guestfish-actions.pod:6243
msgid "zgrepi"
msgstr "zgrepi"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6238
+#: ../fish/guestfish-actions.pod:6245
#, no-wrap
msgid ""
" zgrepi regex path\n"
@@ -24452,7 +24491,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6240 ../src/guestfs-actions.pod:9802
+#: ../fish/guestfish-actions.pod:6247 ../src/guestfs-actions.pod:9809
msgid ""
"This calls the external C<zgrep -i> program and returns the matching lines."
msgstr "外部 C<zgrep -i> プログラムを呼び出し、一致する行を返します。"
@@ -25576,7 +25615,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../fish/guestfish.pod:135 ../src/guestfs.pod:2423
+#: ../fish/guestfish.pod:135 ../src/guestfs.pod:2444
#, no-wrap
msgid ""
" guestfish -N fs\n"
@@ -27920,7 +27959,9 @@ msgstr "これは guestfish を終了します。C<^D> キーを使用するこ
#. type: textblock
#: ../fish/guestfish.pod:1120
-msgid "@FISH_COMMANDS@"
+#, fuzzy
+#| msgid "@FISH_COMMANDS@"
+msgid "__FISH_COMMANDS__"
msgstr "@FISH_COMMANDS@"
#. type: =head1
@@ -27929,8 +27970,10 @@ msgid "COMMANDS"
msgstr "コマンド"
#. type: textblock
-#: ../fish/guestfish.pod:1124 ../src/guestfs.pod:1700
-msgid "@ACTIONS@"
+#: ../fish/guestfish.pod:1124 ../src/guestfs.pod:1717
+#, fuzzy
+#| msgid "@ACTIONS@"
+msgid "__ACTIONS__"
msgstr "@ACTIONS@"
#. type: textblock
@@ -27957,17 +28000,17 @@ msgstr ""
"と、C<vi> を使用します。"
#. type: =item
-#: ../fish/guestfish.pod:1140 ../src/guestfs.pod:3388
+#: ../fish/guestfish.pod:1140 ../src/guestfs.pod:3492
msgid "FEBOOTSTRAP_KERNEL"
msgstr "FEBOOTSTRAP_KERNEL"
#. type: =item
-#: ../fish/guestfish.pod:1142 ../src/guestfs.pod:3390
+#: ../fish/guestfish.pod:1142 ../src/guestfs.pod:3494
msgid "FEBOOTSTRAP_MODULES"
msgstr "FEBOOTSTRAP_MODULES"
#. type: textblock
-#: ../fish/guestfish.pod:1144 ../src/guestfs.pod:3392
+#: ../fish/guestfish.pod:1144 ../src/guestfs.pod:3496
msgid ""
"These two environment variables allow the kernel that libguestfs uses in the "
"appliance to be selected. If C<$FEBOOTSTRAP_KERNEL> is not set, then the "
@@ -28027,17 +28070,17 @@ msgstr ""
"さまざまなファイルを使用できます。 L</ファイル> 参照。"
#. type: =item
-#: ../fish/guestfish.pod:1172 ../src/guestfs.pod:3398
+#: ../fish/guestfish.pod:1172 ../src/guestfs.pod:3502
msgid "LIBGUESTFS_APPEND"
msgstr "LIBGUESTFS_APPEND"
#. type: textblock
-#: ../fish/guestfish.pod:1174 ../src/guestfs.pod:3400
+#: ../fish/guestfish.pod:1174 ../src/guestfs.pod:3504
msgid "Pass additional options to the guest kernel."
msgstr "仮想マシンのカーネルに追加のオプションを渡します。"
#. type: =item
-#: ../fish/guestfish.pod:1176 ../src/guestfs.pod:3402
+#: ../fish/guestfish.pod:1176 ../src/guestfs.pod:3506
msgid "LIBGUESTFS_DEBUG"
msgstr "LIBGUESTFS_DEBUG"
@@ -28049,18 +28092,18 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish.pod:1181 ../src/guestfs.pod:3407
+#: ../fish/guestfish.pod:1181 ../src/guestfs.pod:3511
msgid "LIBGUESTFS_MEMSIZE"
msgstr "LIBGUESTFS_MEMSIZE"
#. type: textblock
-#: ../fish/guestfish.pod:1183 ../src/guestfs.pod:3409
+#: ../fish/guestfish.pod:1183 ../src/guestfs.pod:3513
msgid ""
"Set the memory allocated to the qemu process, in megabytes. For example:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish.pod:1186 ../src/guestfs.pod:3412
+#: ../fish/guestfish.pod:1186 ../src/guestfs.pod:3516
#, no-wrap
msgid ""
" LIBGUESTFS_MEMSIZE=700\n"
@@ -28070,7 +28113,7 @@ msgstr ""
"\n"
#. type: =item
-#: ../fish/guestfish.pod:1188 ../src/guestfs.pod:3414
+#: ../fish/guestfish.pod:1188 ../src/guestfs.pod:3518
msgid "LIBGUESTFS_PATH"
msgstr "LIBGUESTFS_PATH"
@@ -28082,19 +28125,19 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish.pod:1193 ../src/guestfs.pod:3419
+#: ../fish/guestfish.pod:1193 ../src/guestfs.pod:3523
msgid "LIBGUESTFS_QEMU"
msgstr "LIBGUESTFS_QEMU"
#. type: textblock
-#: ../fish/guestfish.pod:1195 ../src/guestfs.pod:3421
+#: ../fish/guestfish.pod:1195 ../src/guestfs.pod:3525
msgid ""
"Set the default qemu binary that libguestfs uses. If not set, then the qemu "
"which was found at compile time by the configure script is used."
msgstr ""
#. type: =item
-#: ../fish/guestfish.pod:1199 ../src/guestfs.pod:3427
+#: ../fish/guestfish.pod:1199 ../src/guestfs.pod:3531
msgid "LIBGUESTFS_TRACE"
msgstr "LIBGUESTFS_TRACE"
@@ -28118,12 +28161,12 @@ msgstr ""
#. type: =item
#: ../fish/guestfish.pod:1208 ../sparsify/virt-sparsify.pod:276
-#: ../src/guestfs.pod:3432
+#: ../src/guestfs.pod:3536
msgid "TMPDIR"
msgstr "TMPDIR"
#. type: textblock
-#: ../fish/guestfish.pod:1210 ../src/guestfs.pod:3434
+#: ../fish/guestfish.pod:1210 ../src/guestfs.pod:3538
msgid ""
"Location of temporary directory, defaults to C</tmp> except for the cached "
"supermin appliance which defaults to C</var/tmp>."
@@ -28132,7 +28175,7 @@ msgstr ""
"あるキャッシュされた supermin アプライアンスは除きます。"
#. type: textblock
-#: ../fish/guestfish.pod:1213 ../src/guestfs.pod:3437
+#: ../fish/guestfish.pod:1213 ../src/guestfs.pod:3541
msgid ""
"If libguestfs was compiled to use the supermin appliance then the real "
"appliance is cached in this directory, shared between all handles belonging "
@@ -33494,8 +33537,8 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7 ../src/guestfs-actions.pod:305
-#: ../src/guestfs-actions.pod:326
+#: ../src/guestfs-actions.pod:7 ../src/guestfs-actions.pod:307
+#: ../src/guestfs-actions.pod:328
#, fuzzy
#| msgid ""
#| "I<This function is deprecated.> In new code, use the L</"
@@ -33526,125 +33569,125 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:37 ../src/guestfs-actions.pod:187
-#: ../src/guestfs-actions.pod:257 ../src/guestfs-actions.pod:294
-#: ../src/guestfs-actions.pod:315 ../src/guestfs-actions.pod:336
-#: ../src/guestfs-actions.pod:349 ../src/guestfs-actions.pod:363
-#: ../src/guestfs-actions.pod:483 ../src/guestfs-actions.pod:503
-#: ../src/guestfs-actions.pod:517 ../src/guestfs-actions.pod:562
-#: ../src/guestfs-actions.pod:590 ../src/guestfs-actions.pod:608
-#: ../src/guestfs-actions.pod:675 ../src/guestfs-actions.pod:708
-#: ../src/guestfs-actions.pod:722 ../src/guestfs-actions.pod:778
-#: ../src/guestfs-actions.pod:877 ../src/guestfs-actions.pod:895
-#: ../src/guestfs-actions.pod:909 ../src/guestfs-actions.pod:923
-#: ../src/guestfs-actions.pod:937 ../src/guestfs-actions.pod:951
-#: ../src/guestfs-actions.pod:964 ../src/guestfs-actions.pod:1001
-#: ../src/guestfs-actions.pod:1035 ../src/guestfs-actions.pod:1057
-#: ../src/guestfs-actions.pod:1093 ../src/guestfs-actions.pod:1106
-#: ../src/guestfs-actions.pod:1118 ../src/guestfs-actions.pod:1148
-#: ../src/guestfs-actions.pod:1163 ../src/guestfs-actions.pod:1324
-#: ../src/guestfs-actions.pod:1344 ../src/guestfs-actions.pod:1362
-#: ../src/guestfs-actions.pod:1452 ../src/guestfs-actions.pod:1511
-#: ../src/guestfs-actions.pod:1557 ../src/guestfs-actions.pod:1597
-#: ../src/guestfs-actions.pod:1650 ../src/guestfs-actions.pod:1703
-#: ../src/guestfs-actions.pod:1761 ../src/guestfs-actions.pod:1815
-#: ../src/guestfs-actions.pod:1834 ../src/guestfs-actions.pod:1848
-#: ../src/guestfs-actions.pod:1876 ../src/guestfs-actions.pod:1962
-#: ../src/guestfs-actions.pod:1993 ../src/guestfs-actions.pod:2018
-#: ../src/guestfs-actions.pod:2084 ../src/guestfs-actions.pod:2127
-#: ../src/guestfs-actions.pod:2240 ../src/guestfs-actions.pod:2267
-#: ../src/guestfs-actions.pod:2482 ../src/guestfs-actions.pod:2504
-#: ../src/guestfs-actions.pod:2591 ../src/guestfs-actions.pod:3242
-#: ../src/guestfs-actions.pod:3386 ../src/guestfs-actions.pod:3445
-#: ../src/guestfs-actions.pod:3480 ../src/guestfs-actions.pod:4593
-#: ../src/guestfs-actions.pod:4608 ../src/guestfs-actions.pod:4633
-#: ../src/guestfs-actions.pod:4851 ../src/guestfs-actions.pod:4865
-#: ../src/guestfs-actions.pod:4878 ../src/guestfs-actions.pod:4892
-#: ../src/guestfs-actions.pod:4907 ../src/guestfs-actions.pod:4943
-#: ../src/guestfs-actions.pod:5015 ../src/guestfs-actions.pod:5035
-#: ../src/guestfs-actions.pod:5052 ../src/guestfs-actions.pod:5072
-#: ../src/guestfs-actions.pod:5092 ../src/guestfs-actions.pod:5127
-#: ../src/guestfs-actions.pod:5146 ../src/guestfs-actions.pod:5165
-#: ../src/guestfs-actions.pod:5182 ../src/guestfs-actions.pod:5217
-#: ../src/guestfs-actions.pod:5229 ../src/guestfs-actions.pod:5262
-#: ../src/guestfs-actions.pod:5278 ../src/guestfs-actions.pod:5291
-#: ../src/guestfs-actions.pod:5306 ../src/guestfs-actions.pod:5323
-#: ../src/guestfs-actions.pod:5481 ../src/guestfs-actions.pod:5617
-#: ../src/guestfs-actions.pod:5629 ../src/guestfs-actions.pod:5649
-#: ../src/guestfs-actions.pod:5662 ../src/guestfs-actions.pod:5713
-#: ../src/guestfs-actions.pod:5731 ../src/guestfs-actions.pod:5749
-#: ../src/guestfs-actions.pod:5765 ../src/guestfs-actions.pod:5779
-#: ../src/guestfs-actions.pod:5793 ../src/guestfs-actions.pod:5810
-#: ../src/guestfs-actions.pod:5825 ../src/guestfs-actions.pod:5852
-#: ../src/guestfs-actions.pod:5885 ../src/guestfs-actions.pod:5970
-#: ../src/guestfs-actions.pod:6043 ../src/guestfs-actions.pod:6074
-#: ../src/guestfs-actions.pod:6093 ../src/guestfs-actions.pod:6112
-#: ../src/guestfs-actions.pod:6124 ../src/guestfs-actions.pod:6141
-#: ../src/guestfs-actions.pod:6154 ../src/guestfs-actions.pod:6169
-#: ../src/guestfs-actions.pod:6184 ../src/guestfs-actions.pod:6216
-#: ../src/guestfs-actions.pod:6242 ../src/guestfs-actions.pod:6311
-#: ../src/guestfs-actions.pod:6360 ../src/guestfs-actions.pod:6375
-#: ../src/guestfs-actions.pod:6395 ../src/guestfs-actions.pod:6409
-#: ../src/guestfs-actions.pod:6426 ../src/guestfs-actions.pod:6475
-#: ../src/guestfs-actions.pod:6527 ../src/guestfs-actions.pod:6565
-#: ../src/guestfs-actions.pod:6617 ../src/guestfs-actions.pod:6669
-#: ../src/guestfs-actions.pod:6716 ../src/guestfs-actions.pod:6759
-#: ../src/guestfs-actions.pod:6787 ../src/guestfs-actions.pod:6804
-#: ../src/guestfs-actions.pod:6822 ../src/guestfs-actions.pod:6959
-#: ../src/guestfs-actions.pod:7016 ../src/guestfs-actions.pod:7038
-#: ../src/guestfs-actions.pod:7056 ../src/guestfs-actions.pod:7108
-#: ../src/guestfs-actions.pod:7174 ../src/guestfs-actions.pod:7191
-#: ../src/guestfs-actions.pod:7204 ../src/guestfs-actions.pod:7218
-#: ../src/guestfs-actions.pod:7507 ../src/guestfs-actions.pod:7522
-#: ../src/guestfs-actions.pod:7543 ../src/guestfs-actions.pod:7559
-#: ../src/guestfs-actions.pod:7571 ../src/guestfs-actions.pod:7585
-#: ../src/guestfs-actions.pod:7597 ../src/guestfs-actions.pod:7611
-#: ../src/guestfs-actions.pod:7627 ../src/guestfs-actions.pod:7645
-#: ../src/guestfs-actions.pod:7664 ../src/guestfs-actions.pod:7683
-#: ../src/guestfs-actions.pod:7713 ../src/guestfs-actions.pod:7731
-#: ../src/guestfs-actions.pod:7754 ../src/guestfs-actions.pod:7793
-#: ../src/guestfs-actions.pod:7832 ../src/guestfs-actions.pod:7857
-#: ../src/guestfs-actions.pod:7876 ../src/guestfs-actions.pod:7898
-#: ../src/guestfs-actions.pod:7919 ../src/guestfs-actions.pod:7938
-#: ../src/guestfs-actions.pod:7955 ../src/guestfs-actions.pod:7976
-#: ../src/guestfs-actions.pod:8004 ../src/guestfs-actions.pod:8028
-#: ../src/guestfs-actions.pod:8047 ../src/guestfs-actions.pod:8063
-#: ../src/guestfs-actions.pod:8087 ../src/guestfs-actions.pod:8106
-#: ../src/guestfs-actions.pod:8121 ../src/guestfs-actions.pod:8140
-#: ../src/guestfs-actions.pod:8184 ../src/guestfs-actions.pod:8211
-#: ../src/guestfs-actions.pod:8241 ../src/guestfs-actions.pod:8366
-#: ../src/guestfs-actions.pod:8376 ../src/guestfs-actions.pod:8497
-#: ../src/guestfs-actions.pod:8509 ../src/guestfs-actions.pod:8522
-#: ../src/guestfs-actions.pod:8535 ../src/guestfs-actions.pod:8557
-#: ../src/guestfs-actions.pod:8570 ../src/guestfs-actions.pod:8583
-#: ../src/guestfs-actions.pod:8596 ../src/guestfs-actions.pod:8611
-#: ../src/guestfs-actions.pod:8670 ../src/guestfs-actions.pod:8687
-#: ../src/guestfs-actions.pod:8703 ../src/guestfs-actions.pod:8719
-#: ../src/guestfs-actions.pod:8736 ../src/guestfs-actions.pod:8749
-#: ../src/guestfs-actions.pod:8769 ../src/guestfs-actions.pod:8869
-#: ../src/guestfs-actions.pod:8927 ../src/guestfs-actions.pod:8941
-#: ../src/guestfs-actions.pod:8982 ../src/guestfs-actions.pod:8995
-#: ../src/guestfs-actions.pod:9017 ../src/guestfs-actions.pod:9055
-#: ../src/guestfs-actions.pod:9089 ../src/guestfs-actions.pod:9125
-#: ../src/guestfs-actions.pod:9241 ../src/guestfs-actions.pod:9256
-#: ../src/guestfs-actions.pod:9270 ../src/guestfs-actions.pod:9344
-#: ../src/guestfs-actions.pod:9357 ../src/guestfs-actions.pod:9402
-#: ../src/guestfs-actions.pod:9442 ../src/guestfs-actions.pod:9500
-#: ../src/guestfs-actions.pod:9517 ../src/guestfs-actions.pod:9537
-#: ../src/guestfs-actions.pod:9570 ../src/guestfs-actions.pod:9634
-#: ../src/guestfs-actions.pod:9657 ../src/guestfs-actions.pod:9681
-#: ../src/guestfs-actions.pod:9707
+#: ../src/guestfs-actions.pod:259 ../src/guestfs-actions.pod:296
+#: ../src/guestfs-actions.pod:317 ../src/guestfs-actions.pod:338
+#: ../src/guestfs-actions.pod:351 ../src/guestfs-actions.pod:365
+#: ../src/guestfs-actions.pod:485 ../src/guestfs-actions.pod:505
+#: ../src/guestfs-actions.pod:519 ../src/guestfs-actions.pod:564
+#: ../src/guestfs-actions.pod:592 ../src/guestfs-actions.pod:610
+#: ../src/guestfs-actions.pod:677 ../src/guestfs-actions.pod:710
+#: ../src/guestfs-actions.pod:724 ../src/guestfs-actions.pod:780
+#: ../src/guestfs-actions.pod:879 ../src/guestfs-actions.pod:897
+#: ../src/guestfs-actions.pod:911 ../src/guestfs-actions.pod:925
+#: ../src/guestfs-actions.pod:939 ../src/guestfs-actions.pod:953
+#: ../src/guestfs-actions.pod:966 ../src/guestfs-actions.pod:1003
+#: ../src/guestfs-actions.pod:1037 ../src/guestfs-actions.pod:1059
+#: ../src/guestfs-actions.pod:1095 ../src/guestfs-actions.pod:1108
+#: ../src/guestfs-actions.pod:1120 ../src/guestfs-actions.pod:1150
+#: ../src/guestfs-actions.pod:1165 ../src/guestfs-actions.pod:1326
+#: ../src/guestfs-actions.pod:1346 ../src/guestfs-actions.pod:1364
+#: ../src/guestfs-actions.pod:1454 ../src/guestfs-actions.pod:1513
+#: ../src/guestfs-actions.pod:1559 ../src/guestfs-actions.pod:1599
+#: ../src/guestfs-actions.pod:1652 ../src/guestfs-actions.pod:1705
+#: ../src/guestfs-actions.pod:1763 ../src/guestfs-actions.pod:1817
+#: ../src/guestfs-actions.pod:1836 ../src/guestfs-actions.pod:1850
+#: ../src/guestfs-actions.pod:1878 ../src/guestfs-actions.pod:1964
+#: ../src/guestfs-actions.pod:1995 ../src/guestfs-actions.pod:2020
+#: ../src/guestfs-actions.pod:2086 ../src/guestfs-actions.pod:2129
+#: ../src/guestfs-actions.pod:2242 ../src/guestfs-actions.pod:2269
+#: ../src/guestfs-actions.pod:2484 ../src/guestfs-actions.pod:2506
+#: ../src/guestfs-actions.pod:2593 ../src/guestfs-actions.pod:3244
+#: ../src/guestfs-actions.pod:3388 ../src/guestfs-actions.pod:3447
+#: ../src/guestfs-actions.pod:3482 ../src/guestfs-actions.pod:4595
+#: ../src/guestfs-actions.pod:4615 ../src/guestfs-actions.pod:4640
+#: ../src/guestfs-actions.pod:4858 ../src/guestfs-actions.pod:4872
+#: ../src/guestfs-actions.pod:4885 ../src/guestfs-actions.pod:4899
+#: ../src/guestfs-actions.pod:4914 ../src/guestfs-actions.pod:4950
+#: ../src/guestfs-actions.pod:5022 ../src/guestfs-actions.pod:5042
+#: ../src/guestfs-actions.pod:5059 ../src/guestfs-actions.pod:5079
+#: ../src/guestfs-actions.pod:5099 ../src/guestfs-actions.pod:5134
+#: ../src/guestfs-actions.pod:5153 ../src/guestfs-actions.pod:5172
+#: ../src/guestfs-actions.pod:5189 ../src/guestfs-actions.pod:5224
+#: ../src/guestfs-actions.pod:5236 ../src/guestfs-actions.pod:5269
+#: ../src/guestfs-actions.pod:5285 ../src/guestfs-actions.pod:5298
+#: ../src/guestfs-actions.pod:5313 ../src/guestfs-actions.pod:5330
+#: ../src/guestfs-actions.pod:5488 ../src/guestfs-actions.pod:5624
+#: ../src/guestfs-actions.pod:5636 ../src/guestfs-actions.pod:5656
+#: ../src/guestfs-actions.pod:5669 ../src/guestfs-actions.pod:5720
+#: ../src/guestfs-actions.pod:5738 ../src/guestfs-actions.pod:5756
+#: ../src/guestfs-actions.pod:5772 ../src/guestfs-actions.pod:5786
+#: ../src/guestfs-actions.pod:5800 ../src/guestfs-actions.pod:5817
+#: ../src/guestfs-actions.pod:5832 ../src/guestfs-actions.pod:5859
+#: ../src/guestfs-actions.pod:5892 ../src/guestfs-actions.pod:5977
+#: ../src/guestfs-actions.pod:6050 ../src/guestfs-actions.pod:6081
+#: ../src/guestfs-actions.pod:6100 ../src/guestfs-actions.pod:6119
+#: ../src/guestfs-actions.pod:6131 ../src/guestfs-actions.pod:6148
+#: ../src/guestfs-actions.pod:6161 ../src/guestfs-actions.pod:6176
+#: ../src/guestfs-actions.pod:6191 ../src/guestfs-actions.pod:6223
+#: ../src/guestfs-actions.pod:6249 ../src/guestfs-actions.pod:6318
+#: ../src/guestfs-actions.pod:6367 ../src/guestfs-actions.pod:6382
+#: ../src/guestfs-actions.pod:6402 ../src/guestfs-actions.pod:6416
+#: ../src/guestfs-actions.pod:6433 ../src/guestfs-actions.pod:6482
+#: ../src/guestfs-actions.pod:6534 ../src/guestfs-actions.pod:6572
+#: ../src/guestfs-actions.pod:6624 ../src/guestfs-actions.pod:6676
+#: ../src/guestfs-actions.pod:6723 ../src/guestfs-actions.pod:6766
+#: ../src/guestfs-actions.pod:6794 ../src/guestfs-actions.pod:6811
+#: ../src/guestfs-actions.pod:6829 ../src/guestfs-actions.pod:6966
+#: ../src/guestfs-actions.pod:7023 ../src/guestfs-actions.pod:7045
+#: ../src/guestfs-actions.pod:7063 ../src/guestfs-actions.pod:7115
+#: ../src/guestfs-actions.pod:7181 ../src/guestfs-actions.pod:7198
+#: ../src/guestfs-actions.pod:7211 ../src/guestfs-actions.pod:7225
+#: ../src/guestfs-actions.pod:7514 ../src/guestfs-actions.pod:7529
+#: ../src/guestfs-actions.pod:7550 ../src/guestfs-actions.pod:7566
+#: ../src/guestfs-actions.pod:7578 ../src/guestfs-actions.pod:7592
+#: ../src/guestfs-actions.pod:7604 ../src/guestfs-actions.pod:7618
+#: ../src/guestfs-actions.pod:7634 ../src/guestfs-actions.pod:7652
+#: ../src/guestfs-actions.pod:7671 ../src/guestfs-actions.pod:7690
+#: ../src/guestfs-actions.pod:7720 ../src/guestfs-actions.pod:7738
+#: ../src/guestfs-actions.pod:7761 ../src/guestfs-actions.pod:7800
+#: ../src/guestfs-actions.pod:7839 ../src/guestfs-actions.pod:7864
+#: ../src/guestfs-actions.pod:7883 ../src/guestfs-actions.pod:7905
+#: ../src/guestfs-actions.pod:7926 ../src/guestfs-actions.pod:7945
+#: ../src/guestfs-actions.pod:7962 ../src/guestfs-actions.pod:7983
+#: ../src/guestfs-actions.pod:8011 ../src/guestfs-actions.pod:8035
+#: ../src/guestfs-actions.pod:8054 ../src/guestfs-actions.pod:8070
+#: ../src/guestfs-actions.pod:8094 ../src/guestfs-actions.pod:8113
+#: ../src/guestfs-actions.pod:8128 ../src/guestfs-actions.pod:8147
+#: ../src/guestfs-actions.pod:8191 ../src/guestfs-actions.pod:8218
+#: ../src/guestfs-actions.pod:8248 ../src/guestfs-actions.pod:8373
+#: ../src/guestfs-actions.pod:8383 ../src/guestfs-actions.pod:8504
+#: ../src/guestfs-actions.pod:8516 ../src/guestfs-actions.pod:8529
+#: ../src/guestfs-actions.pod:8542 ../src/guestfs-actions.pod:8564
+#: ../src/guestfs-actions.pod:8577 ../src/guestfs-actions.pod:8590
+#: ../src/guestfs-actions.pod:8603 ../src/guestfs-actions.pod:8618
+#: ../src/guestfs-actions.pod:8677 ../src/guestfs-actions.pod:8694
+#: ../src/guestfs-actions.pod:8710 ../src/guestfs-actions.pod:8726
+#: ../src/guestfs-actions.pod:8743 ../src/guestfs-actions.pod:8756
+#: ../src/guestfs-actions.pod:8776 ../src/guestfs-actions.pod:8876
+#: ../src/guestfs-actions.pod:8934 ../src/guestfs-actions.pod:8948
+#: ../src/guestfs-actions.pod:8989 ../src/guestfs-actions.pod:9002
+#: ../src/guestfs-actions.pod:9024 ../src/guestfs-actions.pod:9062
+#: ../src/guestfs-actions.pod:9096 ../src/guestfs-actions.pod:9132
+#: ../src/guestfs-actions.pod:9248 ../src/guestfs-actions.pod:9263
+#: ../src/guestfs-actions.pod:9277 ../src/guestfs-actions.pod:9351
+#: ../src/guestfs-actions.pod:9364 ../src/guestfs-actions.pod:9409
+#: ../src/guestfs-actions.pod:9449 ../src/guestfs-actions.pod:9507
+#: ../src/guestfs-actions.pod:9524 ../src/guestfs-actions.pod:9544
+#: ../src/guestfs-actions.pod:9577 ../src/guestfs-actions.pod:9641
+#: ../src/guestfs-actions.pod:9664 ../src/guestfs-actions.pod:9688
+#: ../src/guestfs-actions.pod:9714
msgid "This function returns 0 on success or -1 on error."
msgstr "この関数は、成功のとき 0 を、エラーのとき -1 を返します。"
#. type: textblock
#: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:189
-#: ../src/guestfs-actions.pod:1559 ../src/guestfs-actions.pod:2705
-#: ../src/guestfs-actions.pod:2942 ../src/guestfs-actions.pod:3067
-#: ../src/guestfs-actions.pod:4595 ../src/guestfs-actions.pod:4615
-#: ../src/guestfs-actions.pod:6218 ../src/guestfs-actions.pod:7733
-#: ../src/guestfs-actions.pod:7957 ../src/guestfs-actions.pod:8108
-#: ../src/guestfs-actions.pod:8613 ../src/guestfs-actions.pod:8738
-#: ../src/guestfs-actions.pod:9444
+#: ../src/guestfs-actions.pod:1561 ../src/guestfs-actions.pod:2707
+#: ../src/guestfs-actions.pod:2944 ../src/guestfs-actions.pod:3069
+#: ../src/guestfs-actions.pod:4597 ../src/guestfs-actions.pod:4622
+#: ../src/guestfs-actions.pod:6225 ../src/guestfs-actions.pod:7740
+#: ../src/guestfs-actions.pod:7964 ../src/guestfs-actions.pod:8115
+#: ../src/guestfs-actions.pod:8620 ../src/guestfs-actions.pod:8745
+#: ../src/guestfs-actions.pod:9451
msgid "(Added in 0.3)"
msgstr "(0.3 において追加)"
@@ -33671,17 +33714,17 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:198
-#: ../src/guestfs-actions.pod:975 ../src/guestfs-actions.pod:1046
-#: ../src/guestfs-actions.pod:1439 ../src/guestfs-actions.pod:1491
-#: ../src/guestfs-actions.pod:1569 ../src/guestfs-actions.pod:1638
-#: ../src/guestfs-actions.pod:1691 ../src/guestfs-actions.pod:1744
-#: ../src/guestfs-actions.pod:2054 ../src/guestfs-actions.pod:3749
-#: ../src/guestfs-actions.pod:5416 ../src/guestfs-actions.pod:5863
-#: ../src/guestfs-actions.pod:5919 ../src/guestfs-actions.pod:6228
-#: ../src/guestfs-actions.pod:6277 ../src/guestfs-actions.pod:6539
-#: ../src/guestfs-actions.pod:6600 ../src/guestfs-actions.pod:6680
-#: ../src/guestfs-actions.pod:7766 ../src/guestfs-actions.pod:8780
-#: ../src/guestfs-actions.pod:9005
+#: ../src/guestfs-actions.pod:977 ../src/guestfs-actions.pod:1048
+#: ../src/guestfs-actions.pod:1441 ../src/guestfs-actions.pod:1493
+#: ../src/guestfs-actions.pod:1571 ../src/guestfs-actions.pod:1640
+#: ../src/guestfs-actions.pod:1693 ../src/guestfs-actions.pod:1746
+#: ../src/guestfs-actions.pod:2056 ../src/guestfs-actions.pod:3751
+#: ../src/guestfs-actions.pod:5423 ../src/guestfs-actions.pod:5870
+#: ../src/guestfs-actions.pod:5926 ../src/guestfs-actions.pod:6235
+#: ../src/guestfs-actions.pod:6284 ../src/guestfs-actions.pod:6546
+#: ../src/guestfs-actions.pod:6607 ../src/guestfs-actions.pod:6687
+#: ../src/guestfs-actions.pod:7773 ../src/guestfs-actions.pod:8787
+#: ../src/guestfs-actions.pod:9012
msgid ""
"You may supply a list of optional arguments to this call. Use zero or more "
"of the following pairs of parameters, and terminate the list with C<-1> on "
@@ -33725,21 +33768,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:144 ../src/guestfs-actions.pod:406
-#: ../src/guestfs-actions.pod:576 ../src/guestfs-actions.pod:795
-#: ../src/guestfs-actions.pod:826 ../src/guestfs-actions.pod:844
-#: ../src/guestfs-actions.pod:863 ../src/guestfs-actions.pod:1894
-#: ../src/guestfs-actions.pod:2038 ../src/guestfs-actions.pod:2461
-#: ../src/guestfs-actions.pod:2664 ../src/guestfs-actions.pod:2853
-#: ../src/guestfs-actions.pod:2914 ../src/guestfs-actions.pod:2965
-#: ../src/guestfs-actions.pod:3017 ../src/guestfs-actions.pod:3031
-#: ../src/guestfs-actions.pod:3054 ../src/guestfs-actions.pod:3373
-#: ../src/guestfs-actions.pod:3867 ../src/guestfs-actions.pod:3885
-#: ../src/guestfs-actions.pod:6491 ../src/guestfs-actions.pod:6512
-#: ../src/guestfs-actions.pod:6856 ../src/guestfs-actions.pod:7094
-#: ../src/guestfs-actions.pod:7288 ../src/guestfs-actions.pod:7314
-#: ../src/guestfs-actions.pod:8968 ../src/guestfs-actions.pod:9455
-#: ../src/guestfs-actions.pod:9468 ../src/guestfs-actions.pod:9481
+#: ../src/guestfs-actions.pod:144 ../src/guestfs-actions.pod:408
+#: ../src/guestfs-actions.pod:578 ../src/guestfs-actions.pod:797
+#: ../src/guestfs-actions.pod:828 ../src/guestfs-actions.pod:846
+#: ../src/guestfs-actions.pod:865 ../src/guestfs-actions.pod:1896
+#: ../src/guestfs-actions.pod:2040 ../src/guestfs-actions.pod:2463
+#: ../src/guestfs-actions.pod:2666 ../src/guestfs-actions.pod:2855
+#: ../src/guestfs-actions.pod:2916 ../src/guestfs-actions.pod:2967
+#: ../src/guestfs-actions.pod:3019 ../src/guestfs-actions.pod:3033
+#: ../src/guestfs-actions.pod:3056 ../src/guestfs-actions.pod:3375
+#: ../src/guestfs-actions.pod:3869 ../src/guestfs-actions.pod:3887
+#: ../src/guestfs-actions.pod:6498 ../src/guestfs-actions.pod:6519
+#: ../src/guestfs-actions.pod:6863 ../src/guestfs-actions.pod:7101
+#: ../src/guestfs-actions.pod:7295 ../src/guestfs-actions.pod:7321
+#: ../src/guestfs-actions.pod:8975 ../src/guestfs-actions.pod:9462
+#: ../src/guestfs-actions.pod:9475 ../src/guestfs-actions.pod:9488
msgid "On error this function returns -1."
msgstr "この関数はエラーのとき -1 を返します。"
@@ -33776,28 +33819,28 @@ msgstr "これは L</guestfs_add_domain> の \"va_list variant\" です。"
#. type: textblock
#: ../src/guestfs-actions.pod:157 ../src/guestfs-actions.pod:168
-#: ../src/guestfs-actions.pod:270 ../src/guestfs-actions.pod:281
-#: ../src/guestfs-actions.pod:1014 ../src/guestfs-actions.pod:1025
-#: ../src/guestfs-actions.pod:1070 ../src/guestfs-actions.pod:1081
-#: ../src/guestfs-actions.pod:1467 ../src/guestfs-actions.pod:1480
-#: ../src/guestfs-actions.pod:1526 ../src/guestfs-actions.pod:1539
-#: ../src/guestfs-actions.pod:1616 ../src/guestfs-actions.pod:1628
-#: ../src/guestfs-actions.pod:1669 ../src/guestfs-actions.pod:1681
-#: ../src/guestfs-actions.pod:1722 ../src/guestfs-actions.pod:1734
-#: ../src/guestfs-actions.pod:1780 ../src/guestfs-actions.pod:1792
-#: ../src/guestfs-actions.pod:2097 ../src/guestfs-actions.pod:2108
-#: ../src/guestfs-actions.pod:3833 ../src/guestfs-actions.pod:3845
-#: ../src/guestfs-actions.pod:5495 ../src/guestfs-actions.pod:5507
-#: ../src/guestfs-actions.pod:5898 ../src/guestfs-actions.pod:5909
-#: ../src/guestfs-actions.pod:5984 ../src/guestfs-actions.pod:5996
-#: ../src/guestfs-actions.pod:6256 ../src/guestfs-actions.pod:6268
-#: ../src/guestfs-actions.pod:6324 ../src/guestfs-actions.pod:6335
-#: ../src/guestfs-actions.pod:6579 ../src/guestfs-actions.pod:6591
-#: ../src/guestfs-actions.pod:6630 ../src/guestfs-actions.pod:6641
-#: ../src/guestfs-actions.pod:6729 ../src/guestfs-actions.pod:6740
-#: ../src/guestfs-actions.pod:7807 ../src/guestfs-actions.pod:7819
-#: ../src/guestfs-actions.pod:8882 ../src/guestfs-actions.pod:8893
-#: ../src/guestfs-actions.pod:9029 ../src/guestfs-actions.pod:9039
+#: ../src/guestfs-actions.pod:272 ../src/guestfs-actions.pod:283
+#: ../src/guestfs-actions.pod:1016 ../src/guestfs-actions.pod:1027
+#: ../src/guestfs-actions.pod:1072 ../src/guestfs-actions.pod:1083
+#: ../src/guestfs-actions.pod:1469 ../src/guestfs-actions.pod:1482
+#: ../src/guestfs-actions.pod:1528 ../src/guestfs-actions.pod:1541
+#: ../src/guestfs-actions.pod:1618 ../src/guestfs-actions.pod:1630
+#: ../src/guestfs-actions.pod:1671 ../src/guestfs-actions.pod:1683
+#: ../src/guestfs-actions.pod:1724 ../src/guestfs-actions.pod:1736
+#: ../src/guestfs-actions.pod:1782 ../src/guestfs-actions.pod:1794
+#: ../src/guestfs-actions.pod:2099 ../src/guestfs-actions.pod:2110
+#: ../src/guestfs-actions.pod:3835 ../src/guestfs-actions.pod:3847
+#: ../src/guestfs-actions.pod:5502 ../src/guestfs-actions.pod:5514
+#: ../src/guestfs-actions.pod:5905 ../src/guestfs-actions.pod:5916
+#: ../src/guestfs-actions.pod:5991 ../src/guestfs-actions.pod:6003
+#: ../src/guestfs-actions.pod:6263 ../src/guestfs-actions.pod:6275
+#: ../src/guestfs-actions.pod:6331 ../src/guestfs-actions.pod:6342
+#: ../src/guestfs-actions.pod:6586 ../src/guestfs-actions.pod:6598
+#: ../src/guestfs-actions.pod:6637 ../src/guestfs-actions.pod:6648
+#: ../src/guestfs-actions.pod:6736 ../src/guestfs-actions.pod:6747
+#: ../src/guestfs-actions.pod:7814 ../src/guestfs-actions.pod:7826
+#: ../src/guestfs-actions.pod:8889 ../src/guestfs-actions.pod:8900
+#: ../src/guestfs-actions.pod:9036 ../src/guestfs-actions.pod:9046
msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
msgstr "L</CALLS WITH OPTIONAL ARGUMENTS> 参照。"
@@ -33907,7 +33950,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:236
+#: ../src/guestfs-actions.pod:237
msgid ""
"This forces the image format. If you omit this (or use C<guestfs_add_drive> "
"or C<guestfs_add_drive_ro>) then the format is automatically detected. "
@@ -33915,24 +33958,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:247
+#: ../src/guestfs-actions.pod:248
msgid ""
"This rarely-used option lets you emulate the behaviour of the deprecated "
"C<guestfs_add_drive_with_if> call (q.v.)"
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:259
+#: ../src/guestfs-actions.pod:261
msgid "(Added in 1.5.23)"
msgstr "(1.5.23 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:261
+#: ../src/guestfs-actions.pod:263
msgid "guestfs_add_drive_opts_va"
msgstr "guestfs_add_drive_opts_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:263
+#: ../src/guestfs-actions.pod:265
#, no-wrap
msgid ""
" int\n"
@@ -33948,17 +33991,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:268
+#: ../src/guestfs-actions.pod:270
msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
msgstr "これは L</guestfs_add_drive_opts> の \"va_list variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:272
+#: ../src/guestfs-actions.pod:274
msgid "guestfs_add_drive_opts_argv"
msgstr "guestfs_add_drive_opts_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:274
+#: ../src/guestfs-actions.pod:276
#, no-wrap
msgid ""
" int\n"
@@ -33974,17 +34017,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:279
+#: ../src/guestfs-actions.pod:281
msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
msgstr "これは L</guestfs_add_drive_opts> の \"argv variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:283
+#: ../src/guestfs-actions.pod:285
msgid "guestfs_add_drive_ro"
msgstr "guestfs_add_drive_ro"
#. type: verbatim
-#: ../src/guestfs-actions.pod:285
+#: ../src/guestfs-actions.pod:287
#, no-wrap
msgid ""
" int\n"
@@ -33998,7 +34041,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:289
+#: ../src/guestfs-actions.pod:291
msgid ""
"This function is the equivalent of calling C<guestfs_add_drive_opts> with "
"the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
@@ -34008,17 +34051,17 @@ msgstr ""
"guestfs_copy_device_to_device> を使用してください。"
#. type: textblock
-#: ../src/guestfs-actions.pod:296
+#: ../src/guestfs-actions.pod:298
msgid "(Added in 1.0.38)"
msgstr "(1.0.38 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:298
+#: ../src/guestfs-actions.pod:300
msgid "guestfs_add_drive_ro_with_if"
msgstr "guestfs_add_drive_ro_with_if"
#. type: verbatim
-#: ../src/guestfs-actions.pod:300
+#: ../src/guestfs-actions.pod:302
#, no-wrap
msgid ""
" int\n"
@@ -34034,25 +34077,25 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:312
+#: ../src/guestfs-actions.pod:314
msgid ""
"This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
"QEMU interface emulation to use at run time."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:317 ../src/guestfs-actions.pod:338
-#: ../src/guestfs-actions.pod:3332
+#: ../src/guestfs-actions.pod:319 ../src/guestfs-actions.pod:340
+#: ../src/guestfs-actions.pod:3334
msgid "(Added in 1.0.84)"
msgstr "(1.0.84 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:319
+#: ../src/guestfs-actions.pod:321
msgid "guestfs_add_drive_with_if"
msgstr "guestfs_add_drive_with_if"
#. type: verbatim
-#: ../src/guestfs-actions.pod:321
+#: ../src/guestfs-actions.pod:323
#, no-wrap
msgid ""
" int\n"
@@ -34068,19 +34111,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:333
+#: ../src/guestfs-actions.pod:335
msgid ""
"This is the same as C<guestfs_add_drive> but it allows you to specify the "
"QEMU interface emulation to use at run time."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:340
+#: ../src/guestfs-actions.pod:342
msgid "guestfs_aug_clear"
msgstr "guestfs_aug_clear"
#. type: verbatim
-#: ../src/guestfs-actions.pod:342
+#: ../src/guestfs-actions.pod:344
#, no-wrap
msgid ""
" int\n"
@@ -34094,17 +34137,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:351 ../src/guestfs-actions.pod:3056
+#: ../src/guestfs-actions.pod:353 ../src/guestfs-actions.pod:3058
msgid "(Added in 1.3.4)"
msgstr "(1.3.4 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:353
+#: ../src/guestfs-actions.pod:355
msgid "guestfs_aug_close"
msgstr "guestfs_aug_close"
#. type: verbatim
-#: ../src/guestfs-actions.pod:355
+#: ../src/guestfs-actions.pod:357
#, no-wrap
msgid ""
" int\n"
@@ -34116,7 +34159,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:358
+#: ../src/guestfs-actions.pod:360
msgid ""
"Close the current Augeas handle and free up any resources used by it. After "
"calling this, you have to call C<guestfs_aug_init> again before you can use "
@@ -34124,23 +34167,23 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:365 ../src/guestfs-actions.pod:390
-#: ../src/guestfs-actions.pod:408 ../src/guestfs-actions.pod:422
-#: ../src/guestfs-actions.pod:485 ../src/guestfs-actions.pod:505
-#: ../src/guestfs-actions.pod:519 ../src/guestfs-actions.pod:550
-#: ../src/guestfs-actions.pod:564 ../src/guestfs-actions.pod:578
-#: ../src/guestfs-actions.pod:592 ../src/guestfs-actions.pod:610
-#: ../src/guestfs-actions.pod:7365
+#: ../src/guestfs-actions.pod:367 ../src/guestfs-actions.pod:392
+#: ../src/guestfs-actions.pod:410 ../src/guestfs-actions.pod:424
+#: ../src/guestfs-actions.pod:487 ../src/guestfs-actions.pod:507
+#: ../src/guestfs-actions.pod:521 ../src/guestfs-actions.pod:552
+#: ../src/guestfs-actions.pod:566 ../src/guestfs-actions.pod:580
+#: ../src/guestfs-actions.pod:594 ../src/guestfs-actions.pod:612
+#: ../src/guestfs-actions.pod:7372
msgid "(Added in 0.7)"
msgstr "(0.7 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:367
+#: ../src/guestfs-actions.pod:369
msgid "guestfs_aug_defnode"
msgstr "guestfs_aug_defnode"
#. type: verbatim
-#: ../src/guestfs-actions.pod:369
+#: ../src/guestfs-actions.pod:371
#, no-wrap
msgid ""
" struct guestfs_int_bool *\n"
@@ -34158,7 +34201,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:378
+#: ../src/guestfs-actions.pod:380
msgid ""
"If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
"calling C<guestfs_aug_set> C<expr>, C<value>. C<name> will be the nodeset "
@@ -34166,19 +34209,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:386
+#: ../src/guestfs-actions.pod:388
msgid ""
"This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
"an error. I<The caller must call C<guestfs_free_int_bool> after use>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:392
+#: ../src/guestfs-actions.pod:394
msgid "guestfs_aug_defvar"
msgstr "guestfs_aug_defvar"
#. type: verbatim
-#: ../src/guestfs-actions.pod:394
+#: ../src/guestfs-actions.pod:396
#, no-wrap
msgid ""
" int\n"
@@ -34194,12 +34237,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:410
+#: ../src/guestfs-actions.pod:412
msgid "guestfs_aug_get"
msgstr "guestfs_aug_get"
#. type: verbatim
-#: ../src/guestfs-actions.pod:412
+#: ../src/guestfs-actions.pod:414
#, no-wrap
msgid ""
" char *\n"
@@ -34213,31 +34256,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:419 ../src/guestfs-actions.pod:1205
-#: ../src/guestfs-actions.pod:1223 ../src/guestfs-actions.pod:1283
-#: ../src/guestfs-actions.pod:1299 ../src/guestfs-actions.pod:1402
-#: ../src/guestfs-actions.pod:1907 ../src/guestfs-actions.pod:1924
-#: ../src/guestfs-actions.pod:1943 ../src/guestfs-actions.pod:2144
-#: ../src/guestfs-actions.pod:2332 ../src/guestfs-actions.pod:2444
-#: ../src/guestfs-actions.pod:2607 ../src/guestfs-actions.pod:2624
-#: ../src/guestfs-actions.pod:2691 ../src/guestfs-actions.pod:2832
-#: ../src/guestfs-actions.pod:2873 ../src/guestfs-actions.pod:2894
-#: ../src/guestfs-actions.pod:3079 ../src/guestfs-actions.pod:3297
-#: ../src/guestfs-actions.pod:3499 ../src/guestfs-actions.pod:3613
-#: ../src/guestfs-actions.pod:3717 ../src/guestfs-actions.pod:3736
-#: ../src/guestfs-actions.pod:3951 ../src/guestfs-actions.pod:3979
-#: ../src/guestfs-actions.pod:4000 ../src/guestfs-actions.pod:4034
-#: ../src/guestfs-actions.pod:4105 ../src/guestfs-actions.pod:4125
-#: ../src/guestfs-actions.pod:4145 ../src/guestfs-actions.pod:4821
-#: ../src/guestfs-actions.pod:4837 ../src/guestfs-actions.pod:5201
-#: ../src/guestfs-actions.pod:5368 ../src/guestfs-actions.pod:5691
-#: ../src/guestfs-actions.pod:6874 ../src/guestfs-actions.pod:7075
-#: ../src/guestfs-actions.pod:7263 ../src/guestfs-actions.pod:7441
-#: ../src/guestfs-actions.pod:7490 ../src/guestfs-actions.pod:8259
-#: ../src/guestfs-actions.pod:8275 ../src/guestfs-actions.pod:8299
-#: ../src/guestfs-actions.pod:8323 ../src/guestfs-actions.pod:9184
-#: ../src/guestfs-actions.pod:9203 ../src/guestfs-actions.pod:9221
-#: ../src/guestfs-actions.pod:9414 ../src/guestfs-actions.pod:9771
+#: ../src/guestfs-actions.pod:421 ../src/guestfs-actions.pod:1207
+#: ../src/guestfs-actions.pod:1225 ../src/guestfs-actions.pod:1285
+#: ../src/guestfs-actions.pod:1301 ../src/guestfs-actions.pod:1404
+#: ../src/guestfs-actions.pod:1909 ../src/guestfs-actions.pod:1926
+#: ../src/guestfs-actions.pod:1945 ../src/guestfs-actions.pod:2146
+#: ../src/guestfs-actions.pod:2334 ../src/guestfs-actions.pod:2446
+#: ../src/guestfs-actions.pod:2609 ../src/guestfs-actions.pod:2626
+#: ../src/guestfs-actions.pod:2693 ../src/guestfs-actions.pod:2834
+#: ../src/guestfs-actions.pod:2875 ../src/guestfs-actions.pod:2896
+#: ../src/guestfs-actions.pod:3081 ../src/guestfs-actions.pod:3299
+#: ../src/guestfs-actions.pod:3501 ../src/guestfs-actions.pod:3615
+#: ../src/guestfs-actions.pod:3719 ../src/guestfs-actions.pod:3738
+#: ../src/guestfs-actions.pod:3953 ../src/guestfs-actions.pod:3981
+#: ../src/guestfs-actions.pod:4002 ../src/guestfs-actions.pod:4036
+#: ../src/guestfs-actions.pod:4107 ../src/guestfs-actions.pod:4127
+#: ../src/guestfs-actions.pod:4147 ../src/guestfs-actions.pod:4828
+#: ../src/guestfs-actions.pod:4844 ../src/guestfs-actions.pod:5208
+#: ../src/guestfs-actions.pod:5375 ../src/guestfs-actions.pod:5698
+#: ../src/guestfs-actions.pod:6881 ../src/guestfs-actions.pod:7082
+#: ../src/guestfs-actions.pod:7270 ../src/guestfs-actions.pod:7448
+#: ../src/guestfs-actions.pod:7497 ../src/guestfs-actions.pod:8266
+#: ../src/guestfs-actions.pod:8282 ../src/guestfs-actions.pod:8306
+#: ../src/guestfs-actions.pod:8330 ../src/guestfs-actions.pod:9191
+#: ../src/guestfs-actions.pod:9210 ../src/guestfs-actions.pod:9228
+#: ../src/guestfs-actions.pod:9421 ../src/guestfs-actions.pod:9778
msgid ""
"This function returns a string, or NULL on error. I<The caller must free "
"the returned string after use>."
@@ -34246,12 +34289,12 @@ msgstr ""
"れた文字列を開放する必要があります>。"
#. type: =head2
-#: ../src/guestfs-actions.pod:424
+#: ../src/guestfs-actions.pod:426
msgid "guestfs_aug_init"
msgstr "guestfs_aug_init"
#. type: verbatim
-#: ../src/guestfs-actions.pod:426
+#: ../src/guestfs-actions.pod:428
#, no-wrap
msgid ""
" int\n"
@@ -34267,12 +34310,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:435
+#: ../src/guestfs-actions.pod:437
msgid "You must call this before using any other C<guestfs_aug_*> commands."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:460
+#: ../src/guestfs-actions.pod:462
msgid ""
"This option is only useful when debugging Augeas lenses. Use of this option "
"may require additional memory for the libguestfs appliance. You may need to "
@@ -34281,22 +34324,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:475
+#: ../src/guestfs-actions.pod:477
msgid "Do not load the tree in C<guestfs_aug_init>."
msgstr "C<guestfs_aug_init> にツリーを読み込みません。"
#. type: textblock
-#: ../src/guestfs-actions.pod:479
+#: ../src/guestfs-actions.pod:481
msgid "To close the handle, you can call C<guestfs_aug_close>."
msgstr "ハンドルを閉じるために C<guestfs_aug_close> を呼び出せます。"
#. type: =head2
-#: ../src/guestfs-actions.pod:487
+#: ../src/guestfs-actions.pod:489
msgid "guestfs_aug_insert"
msgstr "guestfs_aug_insert"
#. type: verbatim
-#: ../src/guestfs-actions.pod:489
+#: ../src/guestfs-actions.pod:491
#, no-wrap
msgid ""
" int\n"
@@ -34314,12 +34357,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:507
+#: ../src/guestfs-actions.pod:509
msgid "guestfs_aug_load"
msgstr "guestfs_aug_load"
#. type: verbatim
-#: ../src/guestfs-actions.pod:509
+#: ../src/guestfs-actions.pod:511
#, no-wrap
msgid ""
" int\n"
@@ -34331,12 +34374,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:521
+#: ../src/guestfs-actions.pod:523
msgid "guestfs_aug_ls"
msgstr "guestfs_aug_ls"
#. type: verbatim
-#: ../src/guestfs-actions.pod:523
+#: ../src/guestfs-actions.pod:525
#, no-wrap
msgid ""
" char **\n"
@@ -34350,35 +34393,35 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:527
+#: ../src/guestfs-actions.pod:529
msgid ""
"This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
"sorting the resulting nodes into alphabetical order."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:530 ../src/guestfs-actions.pod:546
-#: ../src/guestfs-actions.pod:692 ../src/guestfs-actions.pod:1421
-#: ../src/guestfs-actions.pod:2159 ../src/guestfs-actions.pod:2178
-#: ../src/guestfs-actions.pod:2281 ../src/guestfs-actions.pod:2300
-#: ../src/guestfs-actions.pod:2546 ../src/guestfs-actions.pod:3155
-#: ../src/guestfs-actions.pod:3171 ../src/guestfs-actions.pod:3190
-#: ../src/guestfs-actions.pod:3255 ../src/guestfs-actions.pod:3279
-#: ../src/guestfs-actions.pod:3350 ../src/guestfs-actions.pod:3399
-#: ../src/guestfs-actions.pod:3678 ../src/guestfs-actions.pod:4053
-#: ../src/guestfs-actions.pod:4341 ../src/guestfs-actions.pod:4691
-#: ../src/guestfs-actions.pod:4708 ../src/guestfs-actions.pod:4728
-#: ../src/guestfs-actions.pod:4783 ../src/guestfs-actions.pod:4803
-#: ../src/guestfs-actions.pod:4924 ../src/guestfs-actions.pod:5340
-#: ../src/guestfs-actions.pod:6459 ../src/guestfs-actions.pod:7235
-#: ../src/guestfs-actions.pod:7361 ../src/guestfs-actions.pod:7475
-#: ../src/guestfs-actions.pod:8339 ../src/guestfs-actions.pod:8423
-#: ../src/guestfs-actions.pod:8478 ../src/guestfs-actions.pod:8624
-#: ../src/guestfs-actions.pod:8648 ../src/guestfs-actions.pod:9288
-#: ../src/guestfs-actions.pod:9327 ../src/guestfs-actions.pod:9374
-#: ../src/guestfs-actions.pod:9587 ../src/guestfs-actions.pod:9606
-#: ../src/guestfs-actions.pod:9721 ../src/guestfs-actions.pod:9740
-#: ../src/guestfs-actions.pod:9786 ../src/guestfs-actions.pod:9805
+#: ../src/guestfs-actions.pod:532 ../src/guestfs-actions.pod:548
+#: ../src/guestfs-actions.pod:694 ../src/guestfs-actions.pod:1423
+#: ../src/guestfs-actions.pod:2161 ../src/guestfs-actions.pod:2180
+#: ../src/guestfs-actions.pod:2283 ../src/guestfs-actions.pod:2302
+#: ../src/guestfs-actions.pod:2548 ../src/guestfs-actions.pod:3157
+#: ../src/guestfs-actions.pod:3173 ../src/guestfs-actions.pod:3192
+#: ../src/guestfs-actions.pod:3257 ../src/guestfs-actions.pod:3281
+#: ../src/guestfs-actions.pod:3352 ../src/guestfs-actions.pod:3401
+#: ../src/guestfs-actions.pod:3680 ../src/guestfs-actions.pod:4055
+#: ../src/guestfs-actions.pod:4343 ../src/guestfs-actions.pod:4698
+#: ../src/guestfs-actions.pod:4715 ../src/guestfs-actions.pod:4735
+#: ../src/guestfs-actions.pod:4790 ../src/guestfs-actions.pod:4810
+#: ../src/guestfs-actions.pod:4931 ../src/guestfs-actions.pod:5347
+#: ../src/guestfs-actions.pod:6466 ../src/guestfs-actions.pod:7242
+#: ../src/guestfs-actions.pod:7368 ../src/guestfs-actions.pod:7482
+#: ../src/guestfs-actions.pod:8346 ../src/guestfs-actions.pod:8430
+#: ../src/guestfs-actions.pod:8485 ../src/guestfs-actions.pod:8631
+#: ../src/guestfs-actions.pod:8655 ../src/guestfs-actions.pod:9295
+#: ../src/guestfs-actions.pod:9334 ../src/guestfs-actions.pod:9381
+#: ../src/guestfs-actions.pod:9594 ../src/guestfs-actions.pod:9613
+#: ../src/guestfs-actions.pod:9728 ../src/guestfs-actions.pod:9747
+#: ../src/guestfs-actions.pod:9793 ../src/guestfs-actions.pod:9812
msgid ""
"This function returns a NULL-terminated array of strings (like L<environ(3)"
">), or NULL if there was an error. I<The caller must free the strings and "
@@ -34386,27 +34429,27 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:534 ../src/guestfs-actions.pod:1346
-#: ../src/guestfs-actions.pod:1364 ../src/guestfs-actions.pod:2216
-#: ../src/guestfs-actions.pod:4405 ../src/guestfs-actions.pod:4436
-#: ../src/guestfs-actions.pod:5167 ../src/guestfs-actions.pod:5231
-#: ../src/guestfs-actions.pod:5631 ../src/guestfs-actions.pod:5664
-#: ../src/guestfs-actions.pod:5827 ../src/guestfs-actions.pod:6463
-#: ../src/guestfs-actions.pod:7176 ../src/guestfs-actions.pod:7573
-#: ../src/guestfs-actions.pod:7587 ../src/guestfs-actions.pod:7599
-#: ../src/guestfs-actions.pod:8186 ../src/guestfs-actions.pod:8984
-#: ../src/guestfs-actions.pod:8997 ../src/guestfs-actions.pod:9272
-#: ../src/guestfs-actions.pod:9575
+#: ../src/guestfs-actions.pod:536 ../src/guestfs-actions.pod:1348
+#: ../src/guestfs-actions.pod:1366 ../src/guestfs-actions.pod:2218
+#: ../src/guestfs-actions.pod:4407 ../src/guestfs-actions.pod:4438
+#: ../src/guestfs-actions.pod:5174 ../src/guestfs-actions.pod:5238
+#: ../src/guestfs-actions.pod:5638 ../src/guestfs-actions.pod:5671
+#: ../src/guestfs-actions.pod:5834 ../src/guestfs-actions.pod:6470
+#: ../src/guestfs-actions.pod:7183 ../src/guestfs-actions.pod:7580
+#: ../src/guestfs-actions.pod:7594 ../src/guestfs-actions.pod:7606
+#: ../src/guestfs-actions.pod:8193 ../src/guestfs-actions.pod:8991
+#: ../src/guestfs-actions.pod:9004 ../src/guestfs-actions.pod:9279
+#: ../src/guestfs-actions.pod:9582
msgid "(Added in 0.8)"
msgstr "(0.8 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:536
+#: ../src/guestfs-actions.pod:538
msgid "guestfs_aug_match"
msgstr "guestfs_aug_match"
#. type: verbatim
-#: ../src/guestfs-actions.pod:538
+#: ../src/guestfs-actions.pod:540
#, no-wrap
msgid ""
" char **\n"
@@ -34420,12 +34463,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:552
+#: ../src/guestfs-actions.pod:554
msgid "guestfs_aug_mv"
msgstr "guestfs_aug_mv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:554
+#: ../src/guestfs-actions.pod:556
#, no-wrap
msgid ""
" int\n"
@@ -34441,12 +34484,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:566
+#: ../src/guestfs-actions.pod:568
msgid "guestfs_aug_rm"
msgstr "guestfs_aug_rm"
#. type: verbatim
-#: ../src/guestfs-actions.pod:568
+#: ../src/guestfs-actions.pod:570
#, no-wrap
msgid ""
" int\n"
@@ -34460,12 +34503,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:580
+#: ../src/guestfs-actions.pod:582
msgid "guestfs_aug_save"
msgstr "guestfs_aug_save"
#. type: verbatim
-#: ../src/guestfs-actions.pod:582
+#: ../src/guestfs-actions.pod:584
#, no-wrap
msgid ""
" int\n"
@@ -34477,19 +34520,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:587
+#: ../src/guestfs-actions.pod:589
msgid ""
"The flags which were passed to C<guestfs_aug_init> affect exactly how files "
"are saved."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:594
+#: ../src/guestfs-actions.pod:596
msgid "guestfs_aug_set"
msgstr "guestfs_aug_set"
#. type: verbatim
-#: ../src/guestfs-actions.pod:596
+#: ../src/guestfs-actions.pod:598
#, no-wrap
msgid ""
" int\n"
@@ -34505,7 +34548,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:603
+#: ../src/guestfs-actions.pod:605
msgid ""
"In the Augeas API, it is possible to clear a node by setting the value to "
"NULL. Due to an oversight in the libguestfs API you cannot do that with "
@@ -34513,12 +34556,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:612
+#: ../src/guestfs-actions.pod:614
msgid "guestfs_available"
msgstr "guestfs_available"
#. type: verbatim
-#: ../src/guestfs-actions.pod:614
+#: ../src/guestfs-actions.pod:616
#, no-wrap
msgid ""
" int\n"
@@ -34532,7 +34575,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:622
+#: ../src/guestfs-actions.pod:624
msgid ""
"The libguestfs groups, and the functions that those groups correspond to, "
"are listed in L<guestfs(3)/AVAILABILITY>. You can also fetch this list at "
@@ -34540,12 +34583,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:646
+#: ../src/guestfs-actions.pod:648
msgid "You must call C<guestfs_launch> before calling this function."
msgstr "この関数を呼び出す前に C<guestfs_launch> を呼び出す必要があります。"
#. type: textblock
-#: ../src/guestfs-actions.pod:668
+#: ../src/guestfs-actions.pod:670
msgid ""
"This call was added in version C<1.0.80>. In previous versions of "
"libguestfs all you could do would be to speculatively execute a command to "
@@ -34553,17 +34596,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:677 ../src/guestfs-actions.pod:1878
+#: ../src/guestfs-actions.pod:679 ../src/guestfs-actions.pod:1880
msgid "(Added in 1.0.80)"
msgstr "(1.0.80 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:679
+#: ../src/guestfs-actions.pod:681
msgid "guestfs_available_all_groups"
msgstr "guestfs_available_all_groups"
#. type: verbatim
-#: ../src/guestfs-actions.pod:681
+#: ../src/guestfs-actions.pod:683
#, no-wrap
msgid ""
" char **\n"
@@ -34575,7 +34618,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:684
+#: ../src/guestfs-actions.pod:686
msgid ""
"This command returns a list of all optional groups that this daemon knows "
"about. Note this returns both supported and unsupported groups. To find "
@@ -34584,22 +34627,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:690
+#: ../src/guestfs-actions.pod:692
msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
msgstr "C<guestfs_available> および L<guestfs(3)/AVAILABILITY> 参照。"
#. type: textblock
-#: ../src/guestfs-actions.pod:696
+#: ../src/guestfs-actions.pod:698
msgid "(Added in 1.3.15)"
msgstr "(1.3.15 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:698
+#: ../src/guestfs-actions.pod:700
msgid "guestfs_base64_in"
msgstr "guestfs_base64_in"
#. type: verbatim
-#: ../src/guestfs-actions.pod:700
+#: ../src/guestfs-actions.pod:702
#, no-wrap
msgid ""
" int\n"
@@ -34615,17 +34658,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:710 ../src/guestfs-actions.pod:724
+#: ../src/guestfs-actions.pod:712 ../src/guestfs-actions.pod:726
msgid "(Added in 1.3.5)"
msgstr "(1.3.5 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:712
+#: ../src/guestfs-actions.pod:714
msgid "guestfs_base64_out"
msgstr "guestfs_base64_out"
#. type: verbatim
-#: ../src/guestfs-actions.pod:714
+#: ../src/guestfs-actions.pod:716
#, no-wrap
msgid ""
" int\n"
@@ -34641,12 +34684,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:726
+#: ../src/guestfs-actions.pod:728
msgid "guestfs_blkid"
msgstr "guestfs_blkid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:728
+#: ../src/guestfs-actions.pod:730
#, no-wrap
msgid ""
" char **\n"
@@ -34660,10 +34703,10 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:759 ../src/guestfs-actions.pod:3653
-#: ../src/guestfs-actions.pod:3921 ../src/guestfs-actions.pod:4768
-#: ../src/guestfs-actions.pod:5543 ../src/guestfs-actions.pod:6439
-#: ../src/guestfs-actions.pod:8909
+#: ../src/guestfs-actions.pod:761 ../src/guestfs-actions.pod:3655
+#: ../src/guestfs-actions.pod:3923 ../src/guestfs-actions.pod:4775
+#: ../src/guestfs-actions.pod:5550 ../src/guestfs-actions.pod:6446
+#: ../src/guestfs-actions.pod:8916
msgid ""
"This function returns a NULL-terminated array of strings, or NULL if there "
"was an error. The array of strings will always have length C<2n+1>, where "
@@ -34672,17 +34715,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:765
+#: ../src/guestfs-actions.pod:767
msgid "(Added in 1.15.9)"
msgstr "(1.15.9 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:767
+#: ../src/guestfs-actions.pod:769
msgid "guestfs_blockdev_flushbufs"
msgstr "guestfs_blockdev_flushbufs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:769
+#: ../src/guestfs-actions.pod:771
#, no-wrap
msgid ""
" int\n"
@@ -34696,21 +34739,21 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:780 ../src/guestfs-actions.pod:797
-#: ../src/guestfs-actions.pod:812 ../src/guestfs-actions.pod:828
-#: ../src/guestfs-actions.pod:846 ../src/guestfs-actions.pod:865
-#: ../src/guestfs-actions.pod:879 ../src/guestfs-actions.pod:897
-#: ../src/guestfs-actions.pod:911 ../src/guestfs-actions.pod:925
+#: ../src/guestfs-actions.pod:782 ../src/guestfs-actions.pod:799
+#: ../src/guestfs-actions.pod:814 ../src/guestfs-actions.pod:830
+#: ../src/guestfs-actions.pod:848 ../src/guestfs-actions.pod:867
+#: ../src/guestfs-actions.pod:881 ../src/guestfs-actions.pod:899
+#: ../src/guestfs-actions.pod:913 ../src/guestfs-actions.pod:927
msgid "(Added in 0.9.3)"
msgstr "(0.9.3 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:782
+#: ../src/guestfs-actions.pod:784
msgid "guestfs_blockdev_getbsz"
msgstr "guestfs_blockdev_getbsz"
#. type: verbatim
-#: ../src/guestfs-actions.pod:784
+#: ../src/guestfs-actions.pod:786
#, no-wrap
msgid ""
" int\n"
@@ -34724,12 +34767,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:799
+#: ../src/guestfs-actions.pod:801
msgid "guestfs_blockdev_getro"
msgstr "guestfs_blockdev_getro"
#. type: verbatim
-#: ../src/guestfs-actions.pod:801
+#: ../src/guestfs-actions.pod:803
#, no-wrap
msgid ""
" int\n"
@@ -34743,30 +34786,30 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:810 ../src/guestfs-actions.pod:2199
-#: ../src/guestfs-actions.pod:2214 ../src/guestfs-actions.pod:2703
-#: ../src/guestfs-actions.pod:2714 ../src/guestfs-actions.pod:2925
-#: ../src/guestfs-actions.pod:2951 ../src/guestfs-actions.pod:2991
-#: ../src/guestfs-actions.pod:3006 ../src/guestfs-actions.pod:3042
-#: ../src/guestfs-actions.pod:3065 ../src/guestfs-actions.pod:4162
-#: ../src/guestfs-actions.pod:4178 ../src/guestfs-actions.pod:4196
-#: ../src/guestfs-actions.pod:4358 ../src/guestfs-actions.pod:4373
-#: ../src/guestfs-actions.pod:4387 ../src/guestfs-actions.pod:4403
-#: ../src/guestfs-actions.pod:4418 ../src/guestfs-actions.pod:4434
-#: ../src/guestfs-actions.pod:4448 ../src/guestfs-actions.pod:4461
-#: ../src/guestfs-actions.pod:4475 ../src/guestfs-actions.pod:4490
-#: ../src/guestfs-actions.pod:4505 ../src/guestfs-actions.pod:4518
-#: ../src/guestfs-actions.pod:4532 ../src/guestfs-actions.pod:6838
+#: ../src/guestfs-actions.pod:812 ../src/guestfs-actions.pod:2201
+#: ../src/guestfs-actions.pod:2216 ../src/guestfs-actions.pod:2705
+#: ../src/guestfs-actions.pod:2716 ../src/guestfs-actions.pod:2927
+#: ../src/guestfs-actions.pod:2953 ../src/guestfs-actions.pod:2993
+#: ../src/guestfs-actions.pod:3008 ../src/guestfs-actions.pod:3044
+#: ../src/guestfs-actions.pod:3067 ../src/guestfs-actions.pod:4164
+#: ../src/guestfs-actions.pod:4180 ../src/guestfs-actions.pod:4198
+#: ../src/guestfs-actions.pod:4360 ../src/guestfs-actions.pod:4375
+#: ../src/guestfs-actions.pod:4389 ../src/guestfs-actions.pod:4405
+#: ../src/guestfs-actions.pod:4420 ../src/guestfs-actions.pod:4436
+#: ../src/guestfs-actions.pod:4450 ../src/guestfs-actions.pod:4463
+#: ../src/guestfs-actions.pod:4477 ../src/guestfs-actions.pod:4492
+#: ../src/guestfs-actions.pod:4507 ../src/guestfs-actions.pod:4520
+#: ../src/guestfs-actions.pod:4534 ../src/guestfs-actions.pod:6845
msgid "This function returns a C truth value on success or -1 on error."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:814
+#: ../src/guestfs-actions.pod:816
msgid "guestfs_blockdev_getsize64"
msgstr "guestfs_blockdev_getsize64"
#. type: verbatim
-#: ../src/guestfs-actions.pod:816
+#: ../src/guestfs-actions.pod:818
#, no-wrap
msgid ""
" int64_t\n"
@@ -34780,17 +34823,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:822
+#: ../src/guestfs-actions.pod:824
msgid "See also C<guestfs_blockdev_getsz>."
msgstr "C<guestfs_blockdev_getsz> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:830
+#: ../src/guestfs-actions.pod:832
msgid "guestfs_blockdev_getss"
msgstr "guestfs_blockdev_getss"
#. type: verbatim
-#: ../src/guestfs-actions.pod:832
+#: ../src/guestfs-actions.pod:834
#, no-wrap
msgid ""
" int\n"
@@ -34804,19 +34847,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:839
+#: ../src/guestfs-actions.pod:841
msgid ""
"(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
"that)."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:848
+#: ../src/guestfs-actions.pod:850
msgid "guestfs_blockdev_getsz"
msgstr "guestfs_blockdev_getsz"
#. type: verbatim
-#: ../src/guestfs-actions.pod:850
+#: ../src/guestfs-actions.pod:852
#, no-wrap
msgid ""
" int64_t\n"
@@ -34830,19 +34873,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:857
+#: ../src/guestfs-actions.pod:859
msgid ""
"See also C<guestfs_blockdev_getss> for the real sector size of the device, "
"and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:867
+#: ../src/guestfs-actions.pod:869
msgid "guestfs_blockdev_rereadpt"
msgstr "guestfs_blockdev_rereadpt"
#. type: verbatim
-#: ../src/guestfs-actions.pod:869
+#: ../src/guestfs-actions.pod:871
#, no-wrap
msgid ""
" int\n"
@@ -34856,12 +34899,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:881
+#: ../src/guestfs-actions.pod:883
msgid "guestfs_blockdev_setbsz"
msgstr "guestfs_blockdev_setbsz"
#. type: verbatim
-#: ../src/guestfs-actions.pod:883
+#: ../src/guestfs-actions.pod:885
#, no-wrap
msgid ""
" int\n"
@@ -34877,12 +34920,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:899
+#: ../src/guestfs-actions.pod:901
msgid "guestfs_blockdev_setro"
msgstr "guestfs_blockdev_setro"
#. type: verbatim
-#: ../src/guestfs-actions.pod:901
+#: ../src/guestfs-actions.pod:903
#, no-wrap
msgid ""
" int\n"
@@ -34896,12 +34939,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:913
+#: ../src/guestfs-actions.pod:915
msgid "guestfs_blockdev_setrw"
msgstr "guestfs_blockdev_setrw"
#. type: verbatim
-#: ../src/guestfs-actions.pod:915
+#: ../src/guestfs-actions.pod:917
#, no-wrap
msgid ""
" int\n"
@@ -34915,12 +34958,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:927
+#: ../src/guestfs-actions.pod:929
msgid "guestfs_btrfs_device_add"
msgstr "guestfs_btrfs_device_add"
#. type: verbatim
-#: ../src/guestfs-actions.pod:929
+#: ../src/guestfs-actions.pod:931
#, no-wrap
msgid ""
" int\n"
@@ -34936,21 +34979,21 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:939 ../src/guestfs-actions.pod:953
-#: ../src/guestfs-actions.pod:966 ../src/guestfs-actions.pod:1037
-#: ../src/guestfs-actions.pod:1108 ../src/guestfs-actions.pod:1120
-#: ../src/guestfs-actions.pod:1135 ../src/guestfs-actions.pod:1150
-#: ../src/guestfs-actions.pod:1165
+#: ../src/guestfs-actions.pod:941 ../src/guestfs-actions.pod:955
+#: ../src/guestfs-actions.pod:968 ../src/guestfs-actions.pod:1039
+#: ../src/guestfs-actions.pod:1110 ../src/guestfs-actions.pod:1122
+#: ../src/guestfs-actions.pod:1137 ../src/guestfs-actions.pod:1152
+#: ../src/guestfs-actions.pod:1167
msgid "(Added in 1.17.35)"
msgstr "(1.17.35 にて追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:941
+#: ../src/guestfs-actions.pod:943
msgid "guestfs_btrfs_device_delete"
msgstr "guestfs_btrfs_device_delete"
#. type: verbatim
-#: ../src/guestfs-actions.pod:943
+#: ../src/guestfs-actions.pod:945
#, no-wrap
msgid ""
" int\n"
@@ -34966,12 +35009,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:955
+#: ../src/guestfs-actions.pod:957
msgid "guestfs_btrfs_filesystem_balance"
msgstr "guestfs_btrfs_filesystem_balance"
#. type: verbatim
-#: ../src/guestfs-actions.pod:957
+#: ../src/guestfs-actions.pod:959
#, no-wrap
msgid ""
" int\n"
@@ -34985,12 +35028,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:968
+#: ../src/guestfs-actions.pod:970
msgid "guestfs_btrfs_filesystem_resize"
msgstr "guestfs_btrfs_filesystem_resize"
#. type: verbatim
-#: ../src/guestfs-actions.pod:970
+#: ../src/guestfs-actions.pod:972
#, no-wrap
msgid ""
" int\n"
@@ -35006,7 +35049,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:980
+#: ../src/guestfs-actions.pod:982
#, no-wrap
msgid ""
" GUESTFS_BTRFS_FILESYSTEM_RESIZE_SIZE, int64_t size,\n"
@@ -35016,17 +35059,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1003
+#: ../src/guestfs-actions.pod:1005
msgid "(Added in 1.11.17)"
msgstr "(1.11.17 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:1005
+#: ../src/guestfs-actions.pod:1007
msgid "guestfs_btrfs_filesystem_resize_va"
msgstr "guestfs_btrfs_filesystem_resize_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1007
+#: ../src/guestfs-actions.pod:1009
#, no-wrap
msgid ""
" int\n"
@@ -35042,18 +35085,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1012
+#: ../src/guestfs-actions.pod:1014
msgid "This is the \"va_list variant\" of L</guestfs_btrfs_filesystem_resize>."
msgstr ""
"これは L</guestfs_btrfs_filesystem_resize> の \"va_list variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:1016
+#: ../src/guestfs-actions.pod:1018
msgid "guestfs_btrfs_filesystem_resize_argv"
msgstr "guestfs_btrfs_filesystem_resize_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1018
+#: ../src/guestfs-actions.pod:1020
#, no-wrap
msgid ""
" int\n"
@@ -35069,17 +35112,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1023
+#: ../src/guestfs-actions.pod:1025
msgid "This is the \"argv variant\" of L</guestfs_btrfs_filesystem_resize>."
msgstr "これは L</guestfs_btrfs_filesystem_resize> の \"argv variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:1027
+#: ../src/guestfs-actions.pod:1029
msgid "guestfs_btrfs_filesystem_sync"
msgstr "guestfs_btrfs_filesystem_sync"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1029
+#: ../src/guestfs-actions.pod:1031
#, no-wrap
msgid ""
" int\n"
@@ -35093,12 +35136,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:1039
+#: ../src/guestfs-actions.pod:1041
msgid "guestfs_btrfs_fsck"
msgstr "guestfs_btrfs_fsck"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1041
+#: ../src/guestfs-actions.pod:1043
#, no-wrap
msgid ""
" int\n"
@@ -35114,7 +35157,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1051
+#: ../src/guestfs-actions.pod:1053
#, no-wrap
msgid ""
" GUESTFS_BTRFS_FSCK_SUPERBLOCK, int64_t superblock,\n"
@@ -35126,17 +35169,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1059 ../src/guestfs-actions.pod:1095
+#: ../src/guestfs-actions.pod:1061 ../src/guestfs-actions.pod:1097
msgid "(Added in 1.17.43)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1061
+#: ../src/guestfs-actions.pod:1063
msgid "guestfs_btrfs_fsck_va"
msgstr "guestfs_btrfs_fsck_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1063
+#: ../src/guestfs-actions.pod:1065
#, no-wrap
msgid ""
" int\n"
@@ -35152,17 +35195,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1068
+#: ../src/guestfs-actions.pod:1070
msgid "This is the \"va_list variant\" of L</guestfs_btrfs_fsck>."
msgstr "これは L</guestfs_btrfs_fsck> の \"va_list variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:1072
+#: ../src/guestfs-actions.pod:1074
msgid "guestfs_btrfs_fsck_argv"
msgstr "guestfs_btrfs_fsck_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1074
+#: ../src/guestfs-actions.pod:1076
#, no-wrap
msgid ""
" int\n"
@@ -35178,17 +35221,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1079
+#: ../src/guestfs-actions.pod:1081
msgid "This is the \"argv variant\" of L</guestfs_btrfs_fsck>."
msgstr "これは L</guestfs_btrfs_fsck> の \"argv variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:1083
+#: ../src/guestfs-actions.pod:1085
msgid "guestfs_btrfs_set_seeding"
msgstr "guestfs_btrfs_set_seeding"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1085
+#: ../src/guestfs-actions.pod:1087
#, no-wrap
msgid ""
" int\n"
@@ -35204,12 +35247,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:1097
+#: ../src/guestfs-actions.pod:1099
msgid "guestfs_btrfs_subvolume_create"
msgstr "guestfs_btrfs_subvolume_create"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1099
+#: ../src/guestfs-actions.pod:1101
#, no-wrap
msgid ""
" int\n"
@@ -35223,12 +35266,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:1110
+#: ../src/guestfs-actions.pod:1112
msgid "guestfs_btrfs_subvolume_delete"
msgstr "guestfs_btrfs_subvolume_delete"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1112
+#: ../src/guestfs-actions.pod:1114
#, no-wrap
msgid ""
" int\n"
@@ -35242,12 +35285,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:1122
+#: ../src/guestfs-actions.pod:1124
msgid "guestfs_btrfs_subvolume_list"
msgstr "guestfs_btrfs_subvolume_list"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1124
+#: ../src/guestfs-actions.pod:1126
#, no-wrap
msgid ""
" struct guestfs_btrfssubvolume_list *\n"
@@ -35261,7 +35304,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1131
+#: ../src/guestfs-actions.pod:1133
msgid ""
"This function returns a C<struct guestfs_btrfssubvolume_list *>, or NULL if "
"there was an error. I<The caller must call "
@@ -35272,12 +35315,12 @@ msgstr ""
"C<guestfs_free_btrfssubvolume_list> を呼び出す必要があります>。"
#. type: =head2
-#: ../src/guestfs-actions.pod:1137
+#: ../src/guestfs-actions.pod:1139
msgid "guestfs_btrfs_subvolume_set_default"
msgstr "guestfs_btrfs_subvolume_set_default"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1139
+#: ../src/guestfs-actions.pod:1141
#, no-wrap
msgid ""
" int\n"
@@ -35293,19 +35336,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1144
+#: ../src/guestfs-actions.pod:1146
msgid ""
"Set the subvolume of the btrfs filesystem C<fs> which will be mounted by "
"default. See C<guestfs_btrfs_subvolume_list> to get a list of subvolumes."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1152
+#: ../src/guestfs-actions.pod:1154
msgid "guestfs_btrfs_subvolume_snapshot"
msgstr "guestfs_btrfs_subvolume_snapshot"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1154
+#: ../src/guestfs-actions.pod:1156
#, no-wrap
msgid ""
" int\n"
@@ -35321,12 +35364,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:1167
+#: ../src/guestfs-actions.pod:1169
msgid "guestfs_case_sensitive_path"
msgstr "guestfs_case_sensitive_path"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1169
+#: ../src/guestfs-actions.pod:1171
#, no-wrap
msgid ""
" char *\n"
@@ -35340,7 +35383,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1195
+#: ../src/guestfs-actions.pod:1197
msgid ""
"Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\") might return C<"
"\"/WINDOWS/system32\"> (the exact return value would depend on details of "
@@ -35348,22 +35391,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1203
+#: ../src/guestfs-actions.pod:1205
msgid "See also C<guestfs_realpath>."
msgstr "C<guestfs_realpath> 参照。"
#. type: textblock
-#: ../src/guestfs-actions.pod:1208 ../src/guestfs-actions.pod:9206
+#: ../src/guestfs-actions.pod:1210 ../src/guestfs-actions.pod:9213
msgid "(Added in 1.0.75)"
msgstr "(1.0.75 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:1210
+#: ../src/guestfs-actions.pod:1212
msgid "guestfs_cat"
msgstr "guestfs_cat"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1212
+#: ../src/guestfs-actions.pod:1214
#, no-wrap
msgid ""
" char *\n"
@@ -35377,7 +35420,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1218
+#: ../src/guestfs-actions.pod:1220
msgid ""
"Note that this function cannot correctly handle binary files (specifically, "
"files containing C<\\0> character which is treated as end of string). For "
@@ -35386,22 +35429,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1229 ../src/guestfs-actions.pod:4712
-#: ../src/guestfs-actions.pod:4807 ../src/guestfs-actions.pod:4824
-#: ../src/guestfs-actions.pod:4928 ../src/guestfs-actions.pod:5344
-#: ../src/guestfs-actions.pod:5358 ../src/guestfs-actions.pod:7239
-#: ../src/guestfs-actions.pod:7253 ../src/guestfs-actions.pod:9378
-#: ../src/guestfs-actions.pod:9392
+#: ../src/guestfs-actions.pod:1231 ../src/guestfs-actions.pod:4719
+#: ../src/guestfs-actions.pod:4814 ../src/guestfs-actions.pod:4831
+#: ../src/guestfs-actions.pod:4935 ../src/guestfs-actions.pod:5351
+#: ../src/guestfs-actions.pod:5365 ../src/guestfs-actions.pod:7246
+#: ../src/guestfs-actions.pod:7260 ../src/guestfs-actions.pod:9385
+#: ../src/guestfs-actions.pod:9399
msgid "(Added in 0.4)"
msgstr "(0.4 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:1231
+#: ../src/guestfs-actions.pod:1233
msgid "guestfs_checksum"
msgstr "guestfs_checksum"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1233
+#: ../src/guestfs-actions.pod:1235
#, no-wrap
msgid ""
" char *\n"
@@ -35417,34 +35460,34 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1279
+#: ../src/guestfs-actions.pod:1281
msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
msgstr ""
"デバイスのチェックサムを取得するには C<guestfs_checksum_device> を使用しま"
"す。"
#. type: textblock
-#: ../src/guestfs-actions.pod:1281
+#: ../src/guestfs-actions.pod:1283
msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
msgstr ""
"多くのファイルのチェックサムを取得するには C<guestfs_checksums_out> を使用し"
"ます。"
#. type: textblock
-#: ../src/guestfs-actions.pod:1286 ../src/guestfs-actions.pod:1969
-#: ../src/guestfs-actions.pod:3033 ../src/guestfs-actions.pod:4389
-#: ../src/guestfs-actions.pod:4450 ../src/guestfs-actions.pod:4477
-#: ../src/guestfs-actions.pod:9062
+#: ../src/guestfs-actions.pod:1288 ../src/guestfs-actions.pod:1971
+#: ../src/guestfs-actions.pod:3035 ../src/guestfs-actions.pod:4391
+#: ../src/guestfs-actions.pod:4452 ../src/guestfs-actions.pod:4479
+#: ../src/guestfs-actions.pod:9069
msgid "(Added in 1.0.2)"
msgstr "(1.0.2 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:1288
+#: ../src/guestfs-actions.pod:1290
msgid "guestfs_checksum_device"
msgstr "guestfs_checksum_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1290
+#: ../src/guestfs-actions.pod:1292
#, no-wrap
msgid ""
" char *\n"
@@ -35460,7 +35503,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1295
+#: ../src/guestfs-actions.pod:1297
msgid ""
"This call computes the MD5, SHAx or CRC checksum of the contents of the "
"device named C<device>. For the types of checksums supported see the "
@@ -35468,21 +35511,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1302 ../src/guestfs-actions.pod:6671
-#: ../src/guestfs-actions.pod:6806 ../src/guestfs-actions.pod:6840
-#: ../src/guestfs-actions.pod:6858 ../src/guestfs-actions.pod:7040
-#: ../src/guestfs-actions.pod:8929 ../src/guestfs-actions.pod:8943
-#: ../src/guestfs-actions.pod:9404
+#: ../src/guestfs-actions.pod:1304 ../src/guestfs-actions.pod:6678
+#: ../src/guestfs-actions.pod:6813 ../src/guestfs-actions.pod:6847
+#: ../src/guestfs-actions.pod:6865 ../src/guestfs-actions.pod:7047
+#: ../src/guestfs-actions.pod:8936 ../src/guestfs-actions.pod:8950
+#: ../src/guestfs-actions.pod:9411
msgid "(Added in 1.3.2)"
msgstr "(1.3.2 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:1304
+#: ../src/guestfs-actions.pod:1306
msgid "guestfs_checksums_out"
msgstr "guestfs_checksums_out"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1306
+#: ../src/guestfs-actions.pod:1308
#, no-wrap
msgid ""
" int\n"
@@ -35500,17 +35543,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1326
+#: ../src/guestfs-actions.pod:1328
msgid "(Added in 1.3.7)"
msgstr "(1.3.7 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:1328
+#: ../src/guestfs-actions.pod:1330
msgid "guestfs_chmod"
msgstr "guestfs_chmod"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1330
+#: ../src/guestfs-actions.pod:1332
#, no-wrap
msgid ""
" int\n"
@@ -35526,12 +35569,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:1348
+#: ../src/guestfs-actions.pod:1350
msgid "guestfs_chown"
msgstr "guestfs_chown"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1350
+#: ../src/guestfs-actions.pod:1352
#, no-wrap
msgid ""
" int\n"
@@ -35549,12 +35592,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:1366
+#: ../src/guestfs-actions.pod:1368
msgid "guestfs_command"
msgstr "guestfs_command"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1368
+#: ../src/guestfs-actions.pod:1370
#, no-wrap
msgid ""
" char *\n"
@@ -35568,7 +35611,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1377
+#: ../src/guestfs-actions.pod:1379
msgid ""
"The single parameter is an argv-style list of arguments. The first element "
"is the name of the program to run. Subsequent elements are parameters. The "
@@ -35578,18 +35621,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1408 ../src/guestfs-actions.pod:1428
-#: ../src/guestfs-actions.pod:2335
+#: ../src/guestfs-actions.pod:1410 ../src/guestfs-actions.pod:1430
+#: ../src/guestfs-actions.pod:2337
msgid "(Added in 0.9.1)"
msgstr "(0.9.1 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:1410
+#: ../src/guestfs-actions.pod:1412
msgid "guestfs_command_lines"
msgstr "guestfs_command_lines"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1412
+#: ../src/guestfs-actions.pod:1414
#, no-wrap
msgid ""
" char **\n"
@@ -35603,24 +35646,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1416
+#: ../src/guestfs-actions.pod:1418
msgid ""
"This is the same as C<guestfs_command>, but splits the result into a list of "
"lines."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1419
+#: ../src/guestfs-actions.pod:1421
msgid "See also: C<guestfs_sh_lines>"
msgstr "関連項目: C<guestfs_sh_lines>"
#. type: =head2
-#: ../src/guestfs-actions.pod:1430
+#: ../src/guestfs-actions.pod:1432
msgid "guestfs_compress_device_out"
msgstr "guestfs_compress_device_out"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1432
+#: ../src/guestfs-actions.pod:1434
#, no-wrap
msgid ""
" int\n"
@@ -35640,7 +35683,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1444
+#: ../src/guestfs-actions.pod:1446
#, no-wrap
msgid ""
" GUESTFS_COMPRESS_DEVICE_OUT_LEVEL, int level,\n"
@@ -35650,7 +35693,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1449
+#: ../src/guestfs-actions.pod:1451
msgid ""
"The C<ctype> and optional C<level> parameters have the same meaning as in "
"C<guestfs_compress_out>."
@@ -35659,18 +35702,18 @@ msgstr ""
"におけるものと同じ意味です。"
#. type: textblock
-#: ../src/guestfs-actions.pod:1454 ../src/guestfs-actions.pod:1513
-#: ../src/guestfs-actions.pod:3019 ../src/guestfs-actions.pod:8065
+#: ../src/guestfs-actions.pod:1456 ../src/guestfs-actions.pod:1515
+#: ../src/guestfs-actions.pod:3021 ../src/guestfs-actions.pod:8072
msgid "(Added in 1.13.15)"
msgstr "(1.13.15 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:1456
+#: ../src/guestfs-actions.pod:1458
msgid "guestfs_compress_device_out_va"
msgstr "guestfs_compress_device_out_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1458
+#: ../src/guestfs-actions.pod:1460
#, no-wrap
msgid ""
" int\n"
@@ -35690,17 +35733,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1465
+#: ../src/guestfs-actions.pod:1467
msgid "This is the \"va_list variant\" of L</guestfs_compress_device_out>."
msgstr "これは L</guestfs_compress_device_out> の \"va_list variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:1469
+#: ../src/guestfs-actions.pod:1471
msgid "guestfs_compress_device_out_argv"
msgstr "guestfs_compress_device_out_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1471
+#: ../src/guestfs-actions.pod:1473
#, no-wrap
msgid ""
" int\n"
@@ -35720,17 +35763,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1478
+#: ../src/guestfs-actions.pod:1480
msgid "This is the \"argv variant\" of L</guestfs_compress_device_out>."
msgstr "これは L</guestfs_compress_device_out> の \"argv variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:1482
+#: ../src/guestfs-actions.pod:1484
msgid "guestfs_compress_out"
msgstr "guestfs_compress_out"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1484
+#: ../src/guestfs-actions.pod:1486
#, no-wrap
msgid ""
" int\n"
@@ -35750,7 +35793,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1496
+#: ../src/guestfs-actions.pod:1498
#, no-wrap
msgid ""
" GUESTFS_COMPRESS_OUT_LEVEL, int level,\n"
@@ -35760,12 +35803,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:1515
+#: ../src/guestfs-actions.pod:1517
msgid "guestfs_compress_out_va"
msgstr "guestfs_compress_out_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1517
+#: ../src/guestfs-actions.pod:1519
#, no-wrap
msgid ""
" int\n"
@@ -35785,17 +35828,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1524
+#: ../src/guestfs-actions.pod:1526
msgid "This is the \"va_list variant\" of L</guestfs_compress_out>."
msgstr "これは L</guestfs_compress_out> の \"va_list variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:1528
+#: ../src/guestfs-actions.pod:1530
msgid "guestfs_compress_out_argv"
msgstr "guestfs_compress_out_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1530
+#: ../src/guestfs-actions.pod:1532
#, no-wrap
msgid ""
" int\n"
@@ -35815,17 +35858,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1537
+#: ../src/guestfs-actions.pod:1539
msgid "This is the \"argv variant\" of L</guestfs_compress_out>."
msgstr "これは L</guestfs_compress_out> の \"argv variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:1541
+#: ../src/guestfs-actions.pod:1543
msgid "guestfs_config"
msgstr "guestfs_config"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1543
+#: ../src/guestfs-actions.pod:1545
#, no-wrap
msgid ""
" int\n"
@@ -35841,12 +35884,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:1561
+#: ../src/guestfs-actions.pod:1563
msgid "guestfs_copy_device_to_device"
msgstr "guestfs_copy_device_to_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1563
+#: ../src/guestfs-actions.pod:1565
#, no-wrap
msgid ""
" int\n"
@@ -35864,7 +35907,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1574
+#: ../src/guestfs-actions.pod:1576
#, no-wrap
msgid ""
" GUESTFS_COPY_DEVICE_TO_DEVICE_SRCOFFSET, int64_t srcoffset,\n"
@@ -35878,7 +35921,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1578
+#: ../src/guestfs-actions.pod:1580
msgid ""
"The four calls C<guestfs_copy_device_to_device>, "
"C<guestfs_copy_device_to_file>, C<guestfs_copy_file_to_device>, and "
@@ -35891,14 +35934,14 @@ msgstr ""
"ス|ファイル) にコピーできます。"
#. type: textblock
-#: ../src/guestfs-actions.pod:1599 ../src/guestfs-actions.pod:1652
-#: ../src/guestfs-actions.pod:1705 ../src/guestfs-actions.pod:1763
-#: ../src/guestfs-actions.pod:1817 ../src/guestfs-actions.pod:1964
-#: ../src/guestfs-actions.pod:1995 ../src/guestfs-actions.pod:2040
-#: ../src/guestfs-actions.pod:2484 ../src/guestfs-actions.pod:2506
-#: ../src/guestfs-actions.pod:4610 ../src/guestfs-actions.pod:9057
-#: ../src/guestfs-actions.pod:9091 ../src/guestfs-actions.pod:9636
-#: ../src/guestfs-actions.pod:9659 ../src/guestfs-actions.pod:9683
+#: ../src/guestfs-actions.pod:1601 ../src/guestfs-actions.pod:1654
+#: ../src/guestfs-actions.pod:1707 ../src/guestfs-actions.pod:1765
+#: ../src/guestfs-actions.pod:1819 ../src/guestfs-actions.pod:1966
+#: ../src/guestfs-actions.pod:1997 ../src/guestfs-actions.pod:2042
+#: ../src/guestfs-actions.pod:2486 ../src/guestfs-actions.pod:2508
+#: ../src/guestfs-actions.pod:4617 ../src/guestfs-actions.pod:9064
+#: ../src/guestfs-actions.pod:9098 ../src/guestfs-actions.pod:9643
+#: ../src/guestfs-actions.pod:9666 ../src/guestfs-actions.pod:9690
msgid ""
"This long-running command can generate progress notification messages so "
"that the caller can display a progress bar or indicator. To receive these "
@@ -35907,19 +35950,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1604 ../src/guestfs-actions.pod:1657
-#: ../src/guestfs-actions.pod:1710 ../src/guestfs-actions.pod:1768
-#: ../src/guestfs-actions.pod:7096
+#: ../src/guestfs-actions.pod:1606 ../src/guestfs-actions.pod:1659
+#: ../src/guestfs-actions.pod:1712 ../src/guestfs-actions.pod:1770
+#: ../src/guestfs-actions.pod:7103
msgid "(Added in 1.13.25)"
msgstr "(1.13.25 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:1606
+#: ../src/guestfs-actions.pod:1608
msgid "guestfs_copy_device_to_device_va"
msgstr "guestfs_copy_device_to_device_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1608
+#: ../src/guestfs-actions.pod:1610
#, no-wrap
msgid ""
" int\n"
@@ -35937,17 +35980,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1614
+#: ../src/guestfs-actions.pod:1616
msgid "This is the \"va_list variant\" of L</guestfs_copy_device_to_device>."
msgstr "これは L</guestfs_copy_device_to_device> の \"va_list variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:1618
+#: ../src/guestfs-actions.pod:1620
msgid "guestfs_copy_device_to_device_argv"
msgstr "guestfs_copy_device_to_device_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1620
+#: ../src/guestfs-actions.pod:1622
#, no-wrap
msgid ""
" int\n"
@@ -35965,17 +36008,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1626
+#: ../src/guestfs-actions.pod:1628
msgid "This is the \"argv variant\" of L</guestfs_copy_device_to_device>."
msgstr "これは L</guestfs_copy_device_to_device> の \"argv variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:1630
+#: ../src/guestfs-actions.pod:1632
msgid "guestfs_copy_device_to_file"
msgstr "guestfs_copy_device_to_file"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1632
+#: ../src/guestfs-actions.pod:1634
#, no-wrap
msgid ""
" int\n"
@@ -35993,7 +36036,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1643
+#: ../src/guestfs-actions.pod:1645
#, no-wrap
msgid ""
" GUESTFS_COPY_DEVICE_TO_FILE_SRCOFFSET, int64_t srcoffset,\n"
@@ -36007,8 +36050,8 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1647 ../src/guestfs-actions.pod:1700
-#: ../src/guestfs-actions.pod:1753
+#: ../src/guestfs-actions.pod:1649 ../src/guestfs-actions.pod:1702
+#: ../src/guestfs-actions.pod:1755
msgid ""
"See C<guestfs_copy_device_to_device> for a general overview of this call."
msgstr ""
@@ -36016,12 +36059,12 @@ msgstr ""
"さい。"
#. type: =head2
-#: ../src/guestfs-actions.pod:1659
+#: ../src/guestfs-actions.pod:1661
msgid "guestfs_copy_device_to_file_va"
msgstr "guestfs_copy_device_to_file_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1661
+#: ../src/guestfs-actions.pod:1663
#, no-wrap
msgid ""
" int\n"
@@ -36039,17 +36082,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1667
+#: ../src/guestfs-actions.pod:1669
msgid "This is the \"va_list variant\" of L</guestfs_copy_device_to_file>."
msgstr "これは L</guestfs_copy_device_to_file> の \"va_list variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:1671
+#: ../src/guestfs-actions.pod:1673
msgid "guestfs_copy_device_to_file_argv"
msgstr "guestfs_copy_device_to_file_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1673
+#: ../src/guestfs-actions.pod:1675
#, no-wrap
msgid ""
" int\n"
@@ -36067,17 +36110,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1679
+#: ../src/guestfs-actions.pod:1681
msgid "This is the \"argv variant\" of L</guestfs_copy_device_to_file>."
msgstr "これは L</guestfs_copy_device_to_file> の \"argv variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:1683
+#: ../src/guestfs-actions.pod:1685
msgid "guestfs_copy_file_to_device"
msgstr "guestfs_copy_file_to_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1685
+#: ../src/guestfs-actions.pod:1687
#, no-wrap
msgid ""
" int\n"
@@ -36095,7 +36138,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1696
+#: ../src/guestfs-actions.pod:1698
#, no-wrap
msgid ""
" GUESTFS_COPY_FILE_TO_DEVICE_SRCOFFSET, int64_t srcoffset,\n"
@@ -36109,12 +36152,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:1712
+#: ../src/guestfs-actions.pod:1714
msgid "guestfs_copy_file_to_device_va"
msgstr "guestfs_copy_file_to_device_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1714
+#: ../src/guestfs-actions.pod:1716
#, no-wrap
msgid ""
" int\n"
@@ -36132,17 +36175,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1720
+#: ../src/guestfs-actions.pod:1722
msgid "This is the \"va_list variant\" of L</guestfs_copy_file_to_device>."
msgstr "これは L</guestfs_copy_file_to_device> の \"va_list variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:1724
+#: ../src/guestfs-actions.pod:1726
msgid "guestfs_copy_file_to_device_argv"
msgstr "guestfs_copy_file_to_device_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1726
+#: ../src/guestfs-actions.pod:1728
#, no-wrap
msgid ""
" int\n"
@@ -36160,17 +36203,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1732
+#: ../src/guestfs-actions.pod:1734
msgid "This is the \"argv variant\" of L</guestfs_copy_file_to_device>."
msgstr "これは L</guestfs_copy_file_to_device> の \"argv variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:1736
+#: ../src/guestfs-actions.pod:1738
msgid "guestfs_copy_file_to_file"
msgstr "guestfs_copy_file_to_file"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1738
+#: ../src/guestfs-actions.pod:1740
#, no-wrap
msgid ""
" int\n"
@@ -36188,7 +36231,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1749
+#: ../src/guestfs-actions.pod:1751
#, no-wrap
msgid ""
" GUESTFS_COPY_FILE_TO_FILE_SRCOFFSET, int64_t srcoffset,\n"
@@ -36202,7 +36245,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1756
+#: ../src/guestfs-actions.pod:1758
msgid ""
"This is B<not> the function you want for copying files. This is for copying "
"blocks within existing files. See C<guestfs_cp>, C<guestfs_cp_a> and "
@@ -36210,12 +36253,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1770
+#: ../src/guestfs-actions.pod:1772
msgid "guestfs_copy_file_to_file_va"
msgstr "guestfs_copy_file_to_file_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1772
+#: ../src/guestfs-actions.pod:1774
#, no-wrap
msgid ""
" int\n"
@@ -36233,17 +36276,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1778
+#: ../src/guestfs-actions.pod:1780
msgid "This is the \"va_list variant\" of L</guestfs_copy_file_to_file>."
msgstr "これは L</guestfs_copy_file_to_file> の \"va_list variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:1782
+#: ../src/guestfs-actions.pod:1784
msgid "guestfs_copy_file_to_file_argv"
msgstr "guestfs_copy_file_to_file_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1784
+#: ../src/guestfs-actions.pod:1786
#, no-wrap
msgid ""
" int\n"
@@ -36261,17 +36304,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1790
+#: ../src/guestfs-actions.pod:1792
msgid "This is the \"argv variant\" of L</guestfs_copy_file_to_file>."
msgstr "これは L</guestfs_copy_file_to_file> の \"argv variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:1794
+#: ../src/guestfs-actions.pod:1796
msgid "guestfs_copy_size"
msgstr "guestfs_copy_size"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1796
+#: ../src/guestfs-actions.pod:1798
#, no-wrap
msgid ""
" int\n"
@@ -36289,7 +36332,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1802 ../src/guestfs-actions.pod:1859
+#: ../src/guestfs-actions.pod:1804 ../src/guestfs-actions.pod:1861
msgid ""
"I<This function is deprecated.> In new code, use the L</"
"guestfs_copy_device_to_device> call instead."
@@ -36298,19 +36341,19 @@ msgstr ""
"guestfs_copy_device_to_device> を使用してください。"
#. type: textblock
-#: ../src/guestfs-actions.pod:1822 ../src/guestfs-actions.pod:5371
-#: ../src/guestfs-actions.pod:7266 ../src/guestfs-actions.pod:9292
-#: ../src/guestfs-actions.pod:9331 ../src/guestfs-actions.pod:9417
+#: ../src/guestfs-actions.pod:1824 ../src/guestfs-actions.pod:5378
+#: ../src/guestfs-actions.pod:7273 ../src/guestfs-actions.pod:9299
+#: ../src/guestfs-actions.pod:9338 ../src/guestfs-actions.pod:9424
msgid "(Added in 1.0.87)"
msgstr "(1.0.87 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:1824
+#: ../src/guestfs-actions.pod:1826
msgid "guestfs_cp"
msgstr "guestfs_cp"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1826
+#: ../src/guestfs-actions.pod:1828
#, no-wrap
msgid ""
" int\n"
@@ -36326,20 +36369,20 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1836 ../src/guestfs-actions.pod:1850
-#: ../src/guestfs-actions.pod:1946 ../src/guestfs-actions.pod:2020
-#: ../src/guestfs-actions.pod:2201 ../src/guestfs-actions.pod:6477
-#: ../src/guestfs-actions.pod:7110
+#: ../src/guestfs-actions.pod:1838 ../src/guestfs-actions.pod:1852
+#: ../src/guestfs-actions.pod:1948 ../src/guestfs-actions.pod:2022
+#: ../src/guestfs-actions.pod:2203 ../src/guestfs-actions.pod:6484
+#: ../src/guestfs-actions.pod:7117
msgid "(Added in 1.0.18)"
msgstr "(1.0.18 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:1838
+#: ../src/guestfs-actions.pod:1840
msgid "guestfs_cp_a"
msgstr "guestfs_cp_a"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1840
+#: ../src/guestfs-actions.pod:1842
#, no-wrap
msgid ""
" int\n"
@@ -36355,12 +36398,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:1852
+#: ../src/guestfs-actions.pod:1854
msgid "guestfs_dd"
msgstr "guestfs_dd"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1854
+#: ../src/guestfs-actions.pod:1856
#, no-wrap
msgid ""
" int\n"
@@ -36376,7 +36419,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1871
+#: ../src/guestfs-actions.pod:1873
msgid ""
"If the destination is a device, it must be as large or larger than the "
"source file or device, otherwise the copy will fail. This command cannot do "
@@ -36384,12 +36427,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1880
+#: ../src/guestfs-actions.pod:1882
msgid "guestfs_device_index"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1882
+#: ../src/guestfs-actions.pod:1884
#, no-wrap
msgid ""
" int\n"
@@ -36399,24 +36442,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1889
+#: ../src/guestfs-actions.pod:1891
msgid ""
"Index numbers start from 0. The named device must exist, for example as a "
"string returned from C<guestfs_list_devices>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1892
+#: ../src/guestfs-actions.pod:1894
msgid "See also C<guestfs_list_devices>, C<guestfs_part_to_dev>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1896
+#: ../src/guestfs-actions.pod:1898
msgid "guestfs_df"
msgstr "guestfs_df"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1898
+#: ../src/guestfs-actions.pod:1900
#, no-wrap
msgid ""
" char *\n"
@@ -36428,7 +36471,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1903 ../src/guestfs-actions.pod:1920
+#: ../src/guestfs-actions.pod:1905 ../src/guestfs-actions.pod:1922
msgid ""
"This command is mostly useful for interactive sessions. It is I<not> "
"intended that you try to parse the output string. Use C<guestfs_statvfs> "
@@ -36436,23 +36479,23 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1910 ../src/guestfs-actions.pod:1927
-#: ../src/guestfs-actions.pod:2045 ../src/guestfs-actions.pod:3262
-#: ../src/guestfs-actions.pod:3286 ../src/guestfs-actions.pod:3354
-#: ../src/guestfs-actions.pod:5694 ../src/guestfs-actions.pod:6377
-#: ../src/guestfs-actions.pod:8631 ../src/guestfs-actions.pod:8655
-#: ../src/guestfs-actions.pod:9457 ../src/guestfs-actions.pod:9470
-#: ../src/guestfs-actions.pod:9483
+#: ../src/guestfs-actions.pod:1912 ../src/guestfs-actions.pod:1929
+#: ../src/guestfs-actions.pod:2047 ../src/guestfs-actions.pod:3264
+#: ../src/guestfs-actions.pod:3288 ../src/guestfs-actions.pod:3356
+#: ../src/guestfs-actions.pod:5701 ../src/guestfs-actions.pod:6384
+#: ../src/guestfs-actions.pod:8638 ../src/guestfs-actions.pod:8662
+#: ../src/guestfs-actions.pod:9464 ../src/guestfs-actions.pod:9477
+#: ../src/guestfs-actions.pod:9490
msgid "(Added in 1.0.54)"
msgstr "(1.0.54 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:1912
+#: ../src/guestfs-actions.pod:1914
msgid "guestfs_df_h"
msgstr "guestfs_df_h"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1914
+#: ../src/guestfs-actions.pod:1916
#, no-wrap
msgid ""
" char *\n"
@@ -36464,12 +36507,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:1929
+#: ../src/guestfs-actions.pod:1931
msgid "guestfs_dmesg"
msgstr "guestfs_dmesg"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1931
+#: ../src/guestfs-actions.pod:1933
#, no-wrap
msgid ""
" char *\n"
@@ -36481,7 +36524,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1938
+#: ../src/guestfs-actions.pod:1940
msgid ""
"Another way to get the same information is to enable verbose messages with "
"C<guestfs_set_verbose> or by setting the environment variable "
@@ -36489,12 +36532,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1948
+#: ../src/guestfs-actions.pod:1950
msgid "guestfs_download"
msgstr "guestfs_download"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1950
+#: ../src/guestfs-actions.pod:1952
#, no-wrap
msgid ""
" int\n"
@@ -36510,17 +36553,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1960
+#: ../src/guestfs-actions.pod:1962
msgid "See also C<guestfs_upload>, C<guestfs_cat>."
msgstr "C<guestfs_upload>, C<guestfs_cat> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:1971
+#: ../src/guestfs-actions.pod:1973
msgid "guestfs_download_offset"
msgstr "guestfs_download_offset"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1973
+#: ../src/guestfs-actions.pod:1975
#, no-wrap
msgid ""
" int\n"
@@ -36540,7 +36583,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1986
+#: ../src/guestfs-actions.pod:1988
msgid ""
"Note that there is no limit on the amount of data that can be downloaded "
"with this call, unlike with C<guestfs_pread>, and this call always reads the "
@@ -36548,22 +36591,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1991
+#: ../src/guestfs-actions.pod:1993
msgid "See also C<guestfs_download>, C<guestfs_pread>."
msgstr "C<guestfs_download>, C<guestfs_pread> 参照。"
#. type: textblock
-#: ../src/guestfs-actions.pod:2000 ../src/guestfs-actions.pod:9096
+#: ../src/guestfs-actions.pod:2002 ../src/guestfs-actions.pod:9103
msgid "(Added in 1.5.17)"
msgstr "(1.5.17 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2002
+#: ../src/guestfs-actions.pod:2004
msgid "guestfs_drop_caches"
msgstr "guestfs_drop_caches"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2004
+#: ../src/guestfs-actions.pod:2006
#, no-wrap
msgid ""
" int\n"
@@ -36577,12 +36620,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:2022
+#: ../src/guestfs-actions.pod:2024
msgid "guestfs_du"
msgstr "guestfs_du"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2024
+#: ../src/guestfs-actions.pod:2026
#, no-wrap
msgid ""
" int64_t\n"
@@ -36596,12 +36639,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:2047
+#: ../src/guestfs-actions.pod:2049
msgid "guestfs_e2fsck"
msgstr "guestfs_e2fsck"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2049
+#: ../src/guestfs-actions.pod:2051
#, no-wrap
msgid ""
" int\n"
@@ -36617,7 +36660,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2059
+#: ../src/guestfs-actions.pod:2061
#, no-wrap
msgid ""
" GUESTFS_E2FSCK_CORRECT, int correct,\n"
@@ -36629,17 +36672,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2086
+#: ../src/guestfs-actions.pod:2088
msgid "(Added in 1.15.17)"
msgstr "(1.15.17 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2088
+#: ../src/guestfs-actions.pod:2090
msgid "guestfs_e2fsck_va"
msgstr "guestfs_e2fsck_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2090
+#: ../src/guestfs-actions.pod:2092
#, no-wrap
msgid ""
" int\n"
@@ -36655,17 +36698,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2095
+#: ../src/guestfs-actions.pod:2097
msgid "This is the \"va_list variant\" of L</guestfs_e2fsck>."
msgstr "これは L</guestfs_e2fsck> の \"va_list variant\" です。 "
#. type: =head2
-#: ../src/guestfs-actions.pod:2099
+#: ../src/guestfs-actions.pod:2101
msgid "guestfs_e2fsck_argv"
msgstr "guestfs_e2fsck_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2101
+#: ../src/guestfs-actions.pod:2103
#, no-wrap
msgid ""
" int\n"
@@ -36681,17 +36724,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2106
+#: ../src/guestfs-actions.pod:2108
msgid "This is the \"argv variant\" of L</guestfs_e2fsck>."
msgstr "これは L</guestfs_e2fsck> の \"argv variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:2110
+#: ../src/guestfs-actions.pod:2112
msgid "guestfs_e2fsck_f"
msgstr "guestfs_e2fsck_f"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2112
+#: ../src/guestfs-actions.pod:2114
#, no-wrap
msgid ""
" int\n"
@@ -36705,7 +36748,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2116
+#: ../src/guestfs-actions.pod:2118
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_e2fsck> call "
"instead."
@@ -36714,17 +36757,17 @@ msgstr ""
"を使用してください。"
#. type: textblock
-#: ../src/guestfs-actions.pod:2129
+#: ../src/guestfs-actions.pod:2131
msgid "(Added in 1.0.29)"
msgstr "(1.0.29 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2131
+#: ../src/guestfs-actions.pod:2133
msgid "guestfs_echo_daemon"
msgstr "guestfs_echo_daemon"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2133
+#: ../src/guestfs-actions.pod:2135
#, no-wrap
msgid ""
" char *\n"
@@ -36738,23 +36781,23 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2142
+#: ../src/guestfs-actions.pod:2144
msgid "See also C<guestfs_ping_daemon>."
msgstr "C<guestfs_ping_daemon> 参照。"
#. type: textblock
-#: ../src/guestfs-actions.pod:2147 ../src/guestfs-actions.pod:3044
-#: ../src/guestfs-actions.pod:8089
+#: ../src/guestfs-actions.pod:2149 ../src/guestfs-actions.pod:3046
+#: ../src/guestfs-actions.pod:8096
msgid "(Added in 1.0.69)"
msgstr "(1.0.69 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2149
+#: ../src/guestfs-actions.pod:2151
msgid "guestfs_egrep"
msgstr "guestfs_egrep"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2151
+#: ../src/guestfs-actions.pod:2153
#, no-wrap
msgid ""
" char **\n"
@@ -36770,33 +36813,33 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2166 ../src/guestfs-actions.pod:2185
-#: ../src/guestfs-actions.pod:2242 ../src/guestfs-actions.pod:2288
-#: ../src/guestfs-actions.pod:2307 ../src/guestfs-actions.pod:3178
-#: ../src/guestfs-actions.pod:3197 ../src/guestfs-actions.pod:3375
-#: ../src/guestfs-actions.pod:3388 ../src/guestfs-actions.pod:3403
-#: ../src/guestfs-actions.pod:3447 ../src/guestfs-actions.pod:3469
-#: ../src/guestfs-actions.pod:3482 ../src/guestfs-actions.pod:4853
-#: ../src/guestfs-actions.pod:4867 ../src/guestfs-actions.pod:4880
-#: ../src/guestfs-actions.pod:4894 ../src/guestfs-actions.pod:6171
-#: ../src/guestfs-actions.pod:7444 ../src/guestfs-actions.pod:7493
-#: ../src/guestfs-actions.pod:8499 ../src/guestfs-actions.pod:8511
-#: ../src/guestfs-actions.pod:8524 ../src/guestfs-actions.pod:8537
-#: ../src/guestfs-actions.pod:8559 ../src/guestfs-actions.pod:8572
-#: ../src/guestfs-actions.pod:8585 ../src/guestfs-actions.pod:8598
-#: ../src/guestfs-actions.pod:9594 ../src/guestfs-actions.pod:9613
-#: ../src/guestfs-actions.pod:9728 ../src/guestfs-actions.pod:9747
-#: ../src/guestfs-actions.pod:9793 ../src/guestfs-actions.pod:9812
+#: ../src/guestfs-actions.pod:2168 ../src/guestfs-actions.pod:2187
+#: ../src/guestfs-actions.pod:2244 ../src/guestfs-actions.pod:2290
+#: ../src/guestfs-actions.pod:2309 ../src/guestfs-actions.pod:3180
+#: ../src/guestfs-actions.pod:3199 ../src/guestfs-actions.pod:3377
+#: ../src/guestfs-actions.pod:3390 ../src/guestfs-actions.pod:3405
+#: ../src/guestfs-actions.pod:3449 ../src/guestfs-actions.pod:3471
+#: ../src/guestfs-actions.pod:3484 ../src/guestfs-actions.pod:4860
+#: ../src/guestfs-actions.pod:4874 ../src/guestfs-actions.pod:4887
+#: ../src/guestfs-actions.pod:4901 ../src/guestfs-actions.pod:6178
+#: ../src/guestfs-actions.pod:7451 ../src/guestfs-actions.pod:7500
+#: ../src/guestfs-actions.pod:8506 ../src/guestfs-actions.pod:8518
+#: ../src/guestfs-actions.pod:8531 ../src/guestfs-actions.pod:8544
+#: ../src/guestfs-actions.pod:8566 ../src/guestfs-actions.pod:8579
+#: ../src/guestfs-actions.pod:8592 ../src/guestfs-actions.pod:8605
+#: ../src/guestfs-actions.pod:9601 ../src/guestfs-actions.pod:9620
+#: ../src/guestfs-actions.pod:9735 ../src/guestfs-actions.pod:9754
+#: ../src/guestfs-actions.pod:9800 ../src/guestfs-actions.pod:9819
msgid "(Added in 1.0.66)"
msgstr "(1.0.66 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2168
+#: ../src/guestfs-actions.pod:2170
msgid "guestfs_egrepi"
msgstr "guestfs_egrepi"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2170
+#: ../src/guestfs-actions.pod:2172
#, no-wrap
msgid ""
" char **\n"
@@ -36812,12 +36855,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:2187
+#: ../src/guestfs-actions.pod:2189
msgid "guestfs_equal"
msgstr "guestfs_equal"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2189
+#: ../src/guestfs-actions.pod:2191
#, no-wrap
msgid ""
" int\n"
@@ -36833,12 +36876,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:2203
+#: ../src/guestfs-actions.pod:2205
msgid "guestfs_exists"
msgstr "guestfs_exists"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2205
+#: ../src/guestfs-actions.pod:2207
#, no-wrap
msgid ""
" int\n"
@@ -36852,17 +36895,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2212
+#: ../src/guestfs-actions.pod:2214
msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
msgstr "C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:2218
+#: ../src/guestfs-actions.pod:2220
msgid "guestfs_fallocate"
msgstr "guestfs_fallocate"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2220
+#: ../src/guestfs-actions.pod:2222
#, no-wrap
msgid ""
" int\n"
@@ -36878,7 +36921,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2225
+#: ../src/guestfs-actions.pod:2227
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_fallocate64> "
"call instead."
@@ -36887,12 +36930,12 @@ msgstr ""
"guestfs_fallocate64> を使用してください。"
#. type: =head2
-#: ../src/guestfs-actions.pod:2244
+#: ../src/guestfs-actions.pod:2246
msgid "guestfs_fallocate64"
msgstr "guestfs_fallocate64"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2246
+#: ../src/guestfs-actions.pod:2248
#, no-wrap
msgid ""
" int\n"
@@ -36908,14 +36951,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2255
+#: ../src/guestfs-actions.pod:2257
msgid ""
"Note that this call allocates disk blocks for the file. To create a sparse "
"file use C<guestfs_truncate_size> instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2258
+#: ../src/guestfs-actions.pod:2260
msgid ""
"The deprecated call C<guestfs_fallocate> does the same, but owing to an "
"oversight it only allowed 30 bit lengths to be specified, effectively "
@@ -36923,17 +36966,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2269
+#: ../src/guestfs-actions.pod:2271
msgid "(Added in 1.3.17)"
msgstr "(1.3.17 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2271
+#: ../src/guestfs-actions.pod:2273
msgid "guestfs_fgrep"
msgstr "guestfs_fgrep"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2273
+#: ../src/guestfs-actions.pod:2275
#, no-wrap
msgid ""
" char **\n"
@@ -36949,12 +36992,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:2290
+#: ../src/guestfs-actions.pod:2292
msgid "guestfs_fgrepi"
msgstr "guestfs_fgrepi"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2292
+#: ../src/guestfs-actions.pod:2294
#, no-wrap
msgid ""
" char **\n"
@@ -36970,12 +37013,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:2309
+#: ../src/guestfs-actions.pod:2311
msgid "guestfs_file"
msgstr "guestfs_file"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2311
+#: ../src/guestfs-actions.pod:2313
#, no-wrap
msgid ""
" char *\n"
@@ -36989,7 +37032,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2329
+#: ../src/guestfs-actions.pod:2331
msgid ""
"See also: L<file(1)>, C<guestfs_vfs_type>, C<guestfs_lstat>, "
"C<guestfs_is_file>, C<guestfs_is_blockdev> (etc), C<guestfs_is_zero>."
@@ -36998,12 +37041,12 @@ msgstr ""
"C<guestfs_is_file>, C<guestfs_is_blockdev> (etc), C<guestfs_is_zero>."
#. type: =head2
-#: ../src/guestfs-actions.pod:2337
+#: ../src/guestfs-actions.pod:2339
msgid "guestfs_file_architecture"
msgstr "guestfs_file_architecture"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2339
+#: ../src/guestfs-actions.pod:2341
#, no-wrap
msgid ""
" char *\n"
@@ -37017,23 +37060,23 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2447 ../src/guestfs-actions.pod:2610
-#: ../src/guestfs-actions.pod:2627 ../src/guestfs-actions.pod:3502
-#: ../src/guestfs-actions.pod:3616 ../src/guestfs-actions.pod:3682
-#: ../src/guestfs-actions.pod:3869 ../src/guestfs-actions.pod:3887
-#: ../src/guestfs-actions.pod:3927 ../src/guestfs-actions.pod:4003
-#: ../src/guestfs-actions.pod:4108 ../src/guestfs-actions.pod:4345
-#: ../src/guestfs-actions.pod:4463
+#: ../src/guestfs-actions.pod:2449 ../src/guestfs-actions.pod:2612
+#: ../src/guestfs-actions.pod:2629 ../src/guestfs-actions.pod:3504
+#: ../src/guestfs-actions.pod:3618 ../src/guestfs-actions.pod:3684
+#: ../src/guestfs-actions.pod:3871 ../src/guestfs-actions.pod:3889
+#: ../src/guestfs-actions.pod:3929 ../src/guestfs-actions.pod:4005
+#: ../src/guestfs-actions.pod:4110 ../src/guestfs-actions.pod:4347
+#: ../src/guestfs-actions.pod:4465
msgid "(Added in 1.5.3)"
msgstr "(1.5.3 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2449
+#: ../src/guestfs-actions.pod:2451
msgid "guestfs_filesize"
msgstr "guestfs_filesize"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2451
+#: ../src/guestfs-actions.pod:2453
#, no-wrap
msgid ""
" int64_t\n"
@@ -37047,7 +37090,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2457
+#: ../src/guestfs-actions.pod:2459
msgid ""
"To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
"C<guestfs_is_dir>, C<guestfs_is_file> etc. To get the size of block "
@@ -37059,17 +37102,17 @@ msgstr ""
"す。"
#. type: textblock
-#: ../src/guestfs-actions.pod:2463
+#: ../src/guestfs-actions.pod:2465
msgid "(Added in 1.0.82)"
msgstr "(1.0.82 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2465
+#: ../src/guestfs-actions.pod:2467
msgid "guestfs_fill"
msgstr "guestfs_fill"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2467
+#: ../src/guestfs-actions.pod:2469
#, no-wrap
msgid ""
" int\n"
@@ -37087,7 +37130,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2477
+#: ../src/guestfs-actions.pod:2479
msgid ""
"To fill a file with zero bytes (sparsely), it is much more efficient to use "
"C<guestfs_truncate_size>. To create a file with a pattern of repeating "
@@ -37095,17 +37138,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2489
+#: ../src/guestfs-actions.pod:2491
msgid "(Added in 1.0.79)"
msgstr "(1.0.79 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2491
+#: ../src/guestfs-actions.pod:2493
msgid "guestfs_fill_pattern"
msgstr "guestfs_fill_pattern"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2493
+#: ../src/guestfs-actions.pod:2495
#, no-wrap
msgid ""
" int\n"
@@ -37123,7 +37166,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2499
+#: ../src/guestfs-actions.pod:2501
msgid ""
"This function is like C<guestfs_fill> except that it creates a new file of "
"length C<len> containing the repeating pattern of bytes in C<pattern>. The "
@@ -37132,17 +37175,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2511
+#: ../src/guestfs-actions.pod:2513
msgid "(Added in 1.3.12)"
msgstr "(1.3.12 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2513
+#: ../src/guestfs-actions.pod:2515
msgid "guestfs_find"
msgstr "guestfs_find"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2515
+#: ../src/guestfs-actions.pod:2517
#, no-wrap
msgid ""
" char **\n"
@@ -37156,29 +37199,29 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2531
+#: ../src/guestfs-actions.pod:2533
msgid ""
"then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2544
+#: ../src/guestfs-actions.pod:2546
msgid "See also C<guestfs_find0>."
msgstr "C<guestfs_find0> 参照。"
#. type: textblock
-#: ../src/guestfs-actions.pod:2553 ../src/guestfs-actions.pod:5308
-#: ../src/guestfs-actions.pod:7524
+#: ../src/guestfs-actions.pod:2555 ../src/guestfs-actions.pod:5315
+#: ../src/guestfs-actions.pod:7531
msgid "(Added in 1.0.27)"
msgstr "(1.0.27 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2555
+#: ../src/guestfs-actions.pod:2557
msgid "guestfs_find0"
msgstr "guestfs_find0"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2557
+#: ../src/guestfs-actions.pod:2559
#, no-wrap
msgid ""
" int\n"
@@ -37194,24 +37237,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2566
+#: ../src/guestfs-actions.pod:2568
msgid ""
"This command works the same way as C<guestfs_find> with the following "
"exceptions:"
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2593
+#: ../src/guestfs-actions.pod:2595
msgid "(Added in 1.0.74)"
msgstr "(1.0.74 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2595
+#: ../src/guestfs-actions.pod:2597
msgid "guestfs_findfs_label"
msgstr "guestfs_findfs_label"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2597
+#: ../src/guestfs-actions.pod:2599
#, no-wrap
msgid ""
" char *\n"
@@ -37225,17 +37268,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2605
+#: ../src/guestfs-actions.pod:2607
msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2612
+#: ../src/guestfs-actions.pod:2614
msgid "guestfs_findfs_uuid"
msgstr "guestfs_findfs_uuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2614
+#: ../src/guestfs-actions.pod:2616
#, no-wrap
msgid ""
" char *\n"
@@ -37249,18 +37292,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2622
+#: ../src/guestfs-actions.pod:2624
msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
msgstr ""
"ファイルシステムの UUID を見つけるには C<guestfs_vfs_uuid> を使用します。"
#. type: =head2
-#: ../src/guestfs-actions.pod:2629
+#: ../src/guestfs-actions.pod:2631
msgid "guestfs_fsck"
msgstr "guestfs_fsck"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2631
+#: ../src/guestfs-actions.pod:2633
#, no-wrap
msgid ""
" int\n"
@@ -37276,17 +37319,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2666 ../src/guestfs-actions.pod:9641
+#: ../src/guestfs-actions.pod:2668 ../src/guestfs-actions.pod:9648
msgid "(Added in 1.0.16)"
msgstr "(1.0.16 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2668
+#: ../src/guestfs-actions.pod:2670
msgid "guestfs_get_append"
msgstr "guestfs_get_append"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2670
+#: ../src/guestfs-actions.pod:2672
#, no-wrap
msgid ""
" const char *\n"
@@ -37298,7 +37341,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2678
+#: ../src/guestfs-actions.pod:2680
msgid ""
"This function returns a string which may be NULL. There is no way to return "
"an error from this function. The string is owned by the guest handle and "
@@ -37306,21 +37349,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2682 ../src/guestfs-actions.pod:7206
-#: ../src/guestfs-actions.pod:7685 ../src/guestfs-actions.pod:8243
-#: ../src/guestfs-actions.pod:8262 ../src/guestfs-actions.pod:8278
-#: ../src/guestfs-actions.pod:8302 ../src/guestfs-actions.pod:9243
-#: ../src/guestfs-actions.pod:9258 ../src/guestfs-actions.pod:9709
+#: ../src/guestfs-actions.pod:2684 ../src/guestfs-actions.pod:7213
+#: ../src/guestfs-actions.pod:7692 ../src/guestfs-actions.pod:8250
+#: ../src/guestfs-actions.pod:8269 ../src/guestfs-actions.pod:8285
+#: ../src/guestfs-actions.pod:8309 ../src/guestfs-actions.pod:9250
+#: ../src/guestfs-actions.pod:9265 ../src/guestfs-actions.pod:9716
msgid "(Added in 1.0.26)"
msgstr "(1.0.26 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2684
+#: ../src/guestfs-actions.pod:2686
msgid "guestfs_get_attach_method"
msgstr "guestfs_get_attach_method"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2686
+#: ../src/guestfs-actions.pod:2688
#, no-wrap
msgid ""
" char *\n"
@@ -37332,22 +37375,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2689
+#: ../src/guestfs-actions.pod:2691
msgid "Return the current attach method. See C<guestfs_set_attach_method>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2694 ../src/guestfs-actions.pod:7715
+#: ../src/guestfs-actions.pod:2696 ../src/guestfs-actions.pod:7722
msgid "(Added in 1.9.8)"
msgstr "(1.9.8 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2696
+#: ../src/guestfs-actions.pod:2698
msgid "guestfs_get_autosync"
msgstr "guestfs_get_autosync"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2698
+#: ../src/guestfs-actions.pod:2700
#, no-wrap
msgid ""
" int\n"
@@ -37359,12 +37402,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:2707
+#: ../src/guestfs-actions.pod:2709
msgid "guestfs_get_direct"
msgstr "guestfs_get_direct"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2709
+#: ../src/guestfs-actions.pod:2711
#, no-wrap
msgid ""
" int\n"
@@ -37376,17 +37419,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2716 ../src/guestfs-actions.pod:7756
+#: ../src/guestfs-actions.pod:2718 ../src/guestfs-actions.pod:7763
msgid "(Added in 1.0.72)"
msgstr "(1.0.72 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2718
+#: ../src/guestfs-actions.pod:2720
msgid "guestfs_get_e2attrs"
msgstr "guestfs_get_e2attrs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2720
+#: ../src/guestfs-actions.pod:2722
#, no-wrap
msgid ""
" char *\n"
@@ -37400,30 +37443,30 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2827
+#: ../src/guestfs-actions.pod:2829
msgid "See also C<guestfs_set_e2attrs>."
msgstr "C<guestfs_set_e2attrs> 参照。"
#. type: textblock
-#: ../src/guestfs-actions.pod:2829
+#: ../src/guestfs-actions.pod:2831
msgid ""
"Don't confuse these attributes with extended attributes (see "
"C<guestfs_getxattr>)."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2835 ../src/guestfs-actions.pod:2855
-#: ../src/guestfs-actions.pod:7795 ../src/guestfs-actions.pod:7834
+#: ../src/guestfs-actions.pod:2837 ../src/guestfs-actions.pod:2857
+#: ../src/guestfs-actions.pod:7802 ../src/guestfs-actions.pod:7841
msgid "(Added in 1.17.31)"
msgstr "(1.17.31 にて追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2837
+#: ../src/guestfs-actions.pod:2839
msgid "guestfs_get_e2generation"
msgstr "guestfs_get_e2generation"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2839
+#: ../src/guestfs-actions.pod:2841
#, no-wrap
msgid ""
" int64_t\n"
@@ -37437,17 +37480,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2851
+#: ../src/guestfs-actions.pod:2853
msgid "See C<guestfs_set_e2generation>."
msgstr "C<guestfs_set_e2generation> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:2857
+#: ../src/guestfs-actions.pod:2859
msgid "guestfs_get_e2label"
msgstr "guestfs_get_e2label"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2859
+#: ../src/guestfs-actions.pod:2861
#, no-wrap
msgid ""
" char *\n"
@@ -37461,7 +37504,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2863
+#: ../src/guestfs-actions.pod:2865
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_vfs_label> "
"call instead."
@@ -37470,18 +37513,18 @@ msgstr ""
"guestfs_vfs_label> を使用してください。"
#. type: textblock
-#: ../src/guestfs-actions.pod:2876 ../src/guestfs-actions.pod:2897
-#: ../src/guestfs-actions.pod:7859 ../src/guestfs-actions.pod:7878
+#: ../src/guestfs-actions.pod:2878 ../src/guestfs-actions.pod:2899
+#: ../src/guestfs-actions.pod:7866 ../src/guestfs-actions.pod:7885
msgid "(Added in 1.0.15)"
msgstr "(1.0.15 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2878
+#: ../src/guestfs-actions.pod:2880
msgid "guestfs_get_e2uuid"
msgstr "guestfs_get_e2uuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2880
+#: ../src/guestfs-actions.pod:2882
#, no-wrap
msgid ""
" char *\n"
@@ -37495,7 +37538,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2884
+#: ../src/guestfs-actions.pod:2886
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_vfs_uuid> "
"call instead."
@@ -37504,12 +37547,12 @@ msgstr ""
"guestfs_vfs_uuid> を使用してください。"
#. type: =head2
-#: ../src/guestfs-actions.pod:2899
+#: ../src/guestfs-actions.pod:2901
msgid "guestfs_get_memsize"
msgstr "guestfs_get_memsize"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2901
+#: ../src/guestfs-actions.pod:2903
#, no-wrap
msgid ""
" int\n"
@@ -37521,7 +37564,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2907
+#: ../src/guestfs-actions.pod:2909
msgid ""
"If C<guestfs_set_memsize> was not called on this handle, and if "
"C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
@@ -37529,22 +37572,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2916 ../src/guestfs-actions.pod:5812
-#: ../src/guestfs-actions.pod:6076 ../src/guestfs-actions.pod:6095
-#: ../src/guestfs-actions.pod:6114 ../src/guestfs-actions.pod:6126
-#: ../src/guestfs-actions.pod:6143 ../src/guestfs-actions.pod:6156
-#: ../src/guestfs-actions.pod:7431 ../src/guestfs-actions.pod:7921
-#: ../src/guestfs-actions.pod:8213 ../src/guestfs-actions.pod:8970
+#: ../src/guestfs-actions.pod:2918 ../src/guestfs-actions.pod:5819
+#: ../src/guestfs-actions.pod:6083 ../src/guestfs-actions.pod:6102
+#: ../src/guestfs-actions.pod:6121 ../src/guestfs-actions.pod:6133
+#: ../src/guestfs-actions.pod:6150 ../src/guestfs-actions.pod:6163
+#: ../src/guestfs-actions.pod:7438 ../src/guestfs-actions.pod:7928
+#: ../src/guestfs-actions.pod:8220 ../src/guestfs-actions.pod:8977
msgid "(Added in 1.0.55)"
msgstr "(1.0.55 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2918
+#: ../src/guestfs-actions.pod:2920
msgid "guestfs_get_network"
msgstr "guestfs_get_network"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2920
+#: ../src/guestfs-actions.pod:2922
#, no-wrap
msgid ""
" int\n"
@@ -37556,17 +37599,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2927 ../src/guestfs-actions.pod:7940
+#: ../src/guestfs-actions.pod:2929 ../src/guestfs-actions.pod:7947
msgid "(Added in 1.5.4)"
msgstr "(1.5.4 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2929
+#: ../src/guestfs-actions.pod:2931
msgid "guestfs_get_path"
msgstr "guestfs_get_path"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2931
+#: ../src/guestfs-actions.pod:2933
#, no-wrap
msgid ""
" const char *\n"
@@ -37578,19 +37621,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2939 ../src/guestfs-actions.pod:2979
+#: ../src/guestfs-actions.pod:2941 ../src/guestfs-actions.pod:2981
msgid ""
"This function returns a string, or NULL on error. The string is owned by "
"the guest handle and must I<not> be freed."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2944
+#: ../src/guestfs-actions.pod:2946
msgid "guestfs_get_pgroup"
msgstr "guestfs_get_pgroup"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2946
+#: ../src/guestfs-actions.pod:2948
#, no-wrap
msgid ""
" int\n"
@@ -37602,18 +37645,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2953 ../src/guestfs-actions.pod:7978
-#: ../src/guestfs-actions.pod:9542
+#: ../src/guestfs-actions.pod:2955 ../src/guestfs-actions.pod:7985
+#: ../src/guestfs-actions.pod:9549
msgid "(Added in 1.11.18)"
msgstr "(1.11.18 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2955
+#: ../src/guestfs-actions.pod:2957
msgid "guestfs_get_pid"
msgstr "guestfs_get_pid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2957
+#: ../src/guestfs-actions.pod:2959
#, no-wrap
msgid ""
" int\n"
@@ -37625,17 +37668,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2967
+#: ../src/guestfs-actions.pod:2969
msgid "(Added in 1.0.56)"
msgstr "(1.0.56 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2969
+#: ../src/guestfs-actions.pod:2971
msgid "guestfs_get_qemu"
msgstr "guestfs_get_qemu"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2971
+#: ../src/guestfs-actions.pod:2973
#, no-wrap
msgid ""
" const char *\n"
@@ -37647,17 +37690,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2982 ../src/guestfs-actions.pod:8006
+#: ../src/guestfs-actions.pod:2984 ../src/guestfs-actions.pod:8013
msgid "(Added in 1.0.6)"
msgstr "(1.0.6 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2984
+#: ../src/guestfs-actions.pod:2986
msgid "guestfs_get_recovery_proc"
msgstr "guestfs_get_recovery_proc"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2986
+#: ../src/guestfs-actions.pod:2988
#, no-wrap
msgid ""
" int\n"
@@ -37669,22 +37712,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2993 ../src/guestfs-actions.pod:4635
-#: ../src/guestfs-actions.pod:4995 ../src/guestfs-actions.pod:5406
-#: ../src/guestfs-actions.pod:5651 ../src/guestfs-actions.pod:7136
-#: ../src/guestfs-actions.pod:7479 ../src/guestfs-actions.pod:8030
-#: ../src/guestfs-actions.pod:8751 ../src/guestfs-actions.pod:8771
-#: ../src/guestfs-actions.pod:9127
+#: ../src/guestfs-actions.pod:2995 ../src/guestfs-actions.pod:4642
+#: ../src/guestfs-actions.pod:5002 ../src/guestfs-actions.pod:5413
+#: ../src/guestfs-actions.pod:5658 ../src/guestfs-actions.pod:7143
+#: ../src/guestfs-actions.pod:7486 ../src/guestfs-actions.pod:8037
+#: ../src/guestfs-actions.pod:8758 ../src/guestfs-actions.pod:8778
+#: ../src/guestfs-actions.pod:9134
msgid "(Added in 1.0.77)"
msgstr "(1.0.77 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2995
+#: ../src/guestfs-actions.pod:2997
msgid "guestfs_get_selinux"
msgstr "guestfs_get_selinux"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2997
+#: ../src/guestfs-actions.pod:2999
#, no-wrap
msgid ""
" int\n"
@@ -37696,25 +37739,25 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3000
+#: ../src/guestfs-actions.pod:3002
msgid ""
"This returns the current setting of the selinux flag which is passed to the "
"appliance at boot time. See C<guestfs_set_selinux>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3008 ../src/guestfs-actions.pod:3082
-#: ../src/guestfs-actions.pod:8049 ../src/guestfs-actions.pod:8123
+#: ../src/guestfs-actions.pod:3010 ../src/guestfs-actions.pod:3084
+#: ../src/guestfs-actions.pod:8056 ../src/guestfs-actions.pod:8130
msgid "(Added in 1.0.67)"
msgstr "(1.0.67 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:3010
+#: ../src/guestfs-actions.pod:3012
msgid "guestfs_get_smp"
msgstr "guestfs_get_smp"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3012
+#: ../src/guestfs-actions.pod:3014
#, no-wrap
msgid ""
" int\n"
@@ -37726,12 +37769,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:3021
+#: ../src/guestfs-actions.pod:3023
msgid "guestfs_get_state"
msgstr "guestfs_get_state"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3023
+#: ../src/guestfs-actions.pod:3025
#, no-wrap
msgid ""
" int\n"
@@ -37743,12 +37786,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:3035
+#: ../src/guestfs-actions.pod:3037
msgid "guestfs_get_trace"
msgstr "guestfs_get_trace"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3037
+#: ../src/guestfs-actions.pod:3039
#, no-wrap
msgid ""
" int\n"
@@ -37760,12 +37803,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:3046
+#: ../src/guestfs-actions.pod:3048
msgid "guestfs_get_umask"
msgstr "guestfs_get_umask"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3048
+#: ../src/guestfs-actions.pod:3050
#, no-wrap
msgid ""
" int\n"
@@ -37777,19 +37820,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3051
+#: ../src/guestfs-actions.pod:3053
msgid ""
"Return the current umask. By default the umask is C<022> unless it has been "
"set by calling C<guestfs_umask>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3058
+#: ../src/guestfs-actions.pod:3060
msgid "guestfs_get_verbose"
msgstr "guestfs_get_verbose"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3060
+#: ../src/guestfs-actions.pod:3062
#, no-wrap
msgid ""
" int\n"
@@ -37801,12 +37844,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:3069
+#: ../src/guestfs-actions.pod:3071
msgid "guestfs_getcon"
msgstr "guestfs_getcon"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3071
+#: ../src/guestfs-actions.pod:3073
#, no-wrap
msgid ""
" char *\n"
@@ -37818,7 +37861,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3076
+#: ../src/guestfs-actions.pod:3078
msgid ""
"See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
msgstr ""
@@ -37826,12 +37869,12 @@ msgstr ""
"を参照してください。"
#. type: =head2
-#: ../src/guestfs-actions.pod:3084
+#: ../src/guestfs-actions.pod:3086
msgid "guestfs_getxattr"
msgstr "guestfs_getxattr"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3086
+#: ../src/guestfs-actions.pod:3088
#, no-wrap
msgid ""
" char *\n"
@@ -37849,7 +37892,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3092
+#: ../src/guestfs-actions.pod:3094
msgid ""
"Get a single extended attribute from file C<path> named C<name>. This call "
"follows symlinks. If you want to lookup an extended attribute for the "
@@ -37857,7 +37900,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3096 ../src/guestfs-actions.pod:4649
+#: ../src/guestfs-actions.pod:3098 ../src/guestfs-actions.pod:4656
msgid ""
"Normally it is better to get all extended attributes from a file in one go "
"by calling C<guestfs_getxattrs>. However some Linux filesystem "
@@ -37867,15 +37910,15 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3106
+#: ../src/guestfs-actions.pod:3108
msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
msgstr "関連項目: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>"
#. type: textblock
-#: ../src/guestfs-actions.pod:3108 ../src/guestfs-actions.pod:3325
-#: ../src/guestfs-actions.pod:3817 ../src/guestfs-actions.pod:4661
-#: ../src/guestfs-actions.pod:7129 ../src/guestfs-actions.pod:7155
-#: ../src/guestfs-actions.pod:7336 ../src/guestfs-actions.pod:9307
+#: ../src/guestfs-actions.pod:3110 ../src/guestfs-actions.pod:3327
+#: ../src/guestfs-actions.pod:3819 ../src/guestfs-actions.pod:4668
+#: ../src/guestfs-actions.pod:7136 ../src/guestfs-actions.pod:7162
+#: ../src/guestfs-actions.pod:7343 ../src/guestfs-actions.pod:9314
msgid ""
"This function returns a buffer, or NULL on error. The size of the returned "
"buffer is written to C<*size_r>. I<The caller must free the returned buffer "
@@ -37883,17 +37926,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3112 ../src/guestfs-actions.pod:4665
+#: ../src/guestfs-actions.pod:3114 ../src/guestfs-actions.pod:4672
msgid "(Added in 1.7.24)"
msgstr "(1.7.24 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:3114
+#: ../src/guestfs-actions.pod:3116
msgid "guestfs_getxattrs"
msgstr "guestfs_getxattrs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3116
+#: ../src/guestfs-actions.pod:3118
#, no-wrap
msgid ""
" struct guestfs_xattr_list *\n"
@@ -37907,33 +37950,33 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3126
+#: ../src/guestfs-actions.pod:3128
msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
msgstr "関連項目: C<guestfs_lgetxattrs>, L<attr(5)>"
#. type: textblock
-#: ../src/guestfs-actions.pod:3128 ../src/guestfs-actions.pod:4677
-#: ../src/guestfs-actions.pod:5402
+#: ../src/guestfs-actions.pod:3130 ../src/guestfs-actions.pod:4684
+#: ../src/guestfs-actions.pod:5409
msgid ""
"This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
"an error. I<The caller must call C<guestfs_free_xattr_list> after use>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3132 ../src/guestfs-actions.pod:4681
-#: ../src/guestfs-actions.pod:4909 ../src/guestfs-actions.pod:4945
-#: ../src/guestfs-actions.pod:7509 ../src/guestfs-actions.pod:8142
-#: ../src/guestfs-actions.pod:9774
+#: ../src/guestfs-actions.pod:3134 ../src/guestfs-actions.pod:4688
+#: ../src/guestfs-actions.pod:4916 ../src/guestfs-actions.pod:4952
+#: ../src/guestfs-actions.pod:7516 ../src/guestfs-actions.pod:8149
+#: ../src/guestfs-actions.pod:9781
msgid "(Added in 1.0.59)"
msgstr "(1.0.59 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:3134
+#: ../src/guestfs-actions.pod:3136
msgid "guestfs_glob_expand"
msgstr "guestfs_glob_expand"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3136
+#: ../src/guestfs-actions.pod:3138
#, no-wrap
msgid ""
" char **\n"
@@ -37947,7 +37990,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3151
+#: ../src/guestfs-actions.pod:3153
msgid ""
"Notice that there is no equivalent command for expanding a device name (eg. "
"C</dev/sd*>). Use C<guestfs_list_devices>, C<guestfs_list_partitions> etc "
@@ -37955,20 +37998,20 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3159 ../src/guestfs-actions.pod:8326
-#: ../src/guestfs-actions.pod:8343
+#: ../src/guestfs-actions.pod:3161 ../src/guestfs-actions.pod:8333
+#: ../src/guestfs-actions.pod:8350
msgid "(Added in 1.0.50)"
msgstr "(1.0.50 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:3161
+#: ../src/guestfs-actions.pod:3163
#, fuzzy
#| msgid "guestfs_grepi"
msgid "guestfs_grep"
msgstr "guestfs_grepi"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3163
+#: ../src/guestfs-actions.pod:3165
#, no-wrap
msgid ""
" char **\n"
@@ -37984,12 +38027,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:3180
+#: ../src/guestfs-actions.pod:3182
msgid "guestfs_grepi"
msgstr "guestfs_grepi"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3182
+#: ../src/guestfs-actions.pod:3184
#, no-wrap
msgid ""
" char **\n"
@@ -38005,12 +38048,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:3199
+#: ../src/guestfs-actions.pod:3201
msgid "guestfs_grub_install"
msgstr "guestfs_grub_install"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3201
+#: ../src/guestfs-actions.pod:3203
#, no-wrap
msgid ""
" int\n"
@@ -38026,17 +38069,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3244
+#: ../src/guestfs-actions.pod:3246
msgid "(Added in 1.0.17)"
msgstr "(1.0.17 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:3246
+#: ../src/guestfs-actions.pod:3248
msgid "guestfs_head"
msgstr "guestfs_head"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3248
+#: ../src/guestfs-actions.pod:3250
#, no-wrap
msgid ""
" char **\n"
@@ -38050,12 +38093,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:3264
+#: ../src/guestfs-actions.pod:3266
msgid "guestfs_head_n"
msgstr "guestfs_head_n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3266
+#: ../src/guestfs-actions.pod:3268
#, no-wrap
msgid ""
" char **\n"
@@ -38071,12 +38114,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:3288
+#: ../src/guestfs-actions.pod:3290
msgid "guestfs_hexdump"
msgstr "guestfs_hexdump"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3290
+#: ../src/guestfs-actions.pod:3292
#, no-wrap
msgid ""
" char *\n"
@@ -38090,18 +38133,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3303 ../src/guestfs-actions.pod:8430
-#: ../src/guestfs-actions.pod:8485
+#: ../src/guestfs-actions.pod:3305 ../src/guestfs-actions.pod:8437
+#: ../src/guestfs-actions.pod:8492
msgid "(Added in 1.0.22)"
msgstr "(1.0.22 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:3305
+#: ../src/guestfs-actions.pod:3307
msgid "guestfs_initrd_cat"
msgstr "guestfs_initrd_cat"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3307
+#: ../src/guestfs-actions.pod:3309
#, no-wrap
msgid ""
" char *\n"
@@ -38119,17 +38162,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3323
+#: ../src/guestfs-actions.pod:3325
msgid "See also C<guestfs_initrd_list>."
msgstr "C<guestfs_initrd_list> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:3334
+#: ../src/guestfs-actions.pod:3336
msgid "guestfs_initrd_list"
msgstr "guestfs_initrd_list"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3336
+#: ../src/guestfs-actions.pod:3338
#, no-wrap
msgid ""
" char **\n"
@@ -38143,12 +38186,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:3356
+#: ../src/guestfs-actions.pod:3358
msgid "guestfs_inotify_add_watch"
msgstr "guestfs_inotify_add_watch"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3358
+#: ../src/guestfs-actions.pod:3360
#, no-wrap
msgid ""
" int64_t\n"
@@ -38164,12 +38207,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:3377
+#: ../src/guestfs-actions.pod:3379
msgid "guestfs_inotify_close"
msgstr "guestfs_inotify_close"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3379
+#: ../src/guestfs-actions.pod:3381
#, no-wrap
msgid ""
" int\n"
@@ -38181,12 +38224,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:3390
+#: ../src/guestfs-actions.pod:3392
msgid "guestfs_inotify_files"
msgstr "guestfs_inotify_files"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3392
+#: ../src/guestfs-actions.pod:3394
#, no-wrap
msgid ""
" char **\n"
@@ -38198,7 +38241,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3395
+#: ../src/guestfs-actions.pod:3397
msgid ""
"This function is a helpful wrapper around C<guestfs_inotify_read> which just "
"returns a list of pathnames of objects that were touched. The returned "
@@ -38206,12 +38249,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3405
+#: ../src/guestfs-actions.pod:3407
msgid "guestfs_inotify_init"
msgstr "guestfs_inotify_init"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3407
+#: ../src/guestfs-actions.pod:3409
#, no-wrap
msgid ""
" int\n"
@@ -38225,7 +38268,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3415
+#: ../src/guestfs-actions.pod:3417
msgid ""
"C<maxevents> is the maximum number of events which will be queued up between "
"calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>. If this is "
@@ -38237,7 +38280,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3425
+#: ../src/guestfs-actions.pod:3427
msgid ""
"Before any events are generated, you have to add some watches to the "
"internal watch list. See: C<guestfs_inotify_add_watch> and "
@@ -38248,7 +38291,7 @@ msgstr ""
"C<guestfs_inotify_rm_watch>。"
#. type: textblock
-#: ../src/guestfs-actions.pod:3429
+#: ../src/guestfs-actions.pod:3431
msgid ""
"Queued up events should be read periodically by calling "
"C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
@@ -38257,19 +38300,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3436
+#: ../src/guestfs-actions.pod:3438
msgid ""
"The handle should be closed after use by calling C<guestfs_inotify_close>. "
"This also removes any watches automatically."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3449
+#: ../src/guestfs-actions.pod:3451
msgid "guestfs_inotify_read"
msgstr "guestfs_inotify_read"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3451
+#: ../src/guestfs-actions.pod:3453
#, no-wrap
msgid ""
" struct guestfs_inotify_event_list *\n"
@@ -38281,7 +38324,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3465
+#: ../src/guestfs-actions.pod:3467
msgid ""
"This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
"there was an error. I<The caller must call "
@@ -38289,12 +38332,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3471
+#: ../src/guestfs-actions.pod:3473
msgid "guestfs_inotify_rm_watch"
msgstr "guestfs_inotify_rm_watch"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3473
+#: ../src/guestfs-actions.pod:3475
#, no-wrap
msgid ""
" int\n"
@@ -38308,7 +38351,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3477
+#: ../src/guestfs-actions.pod:3479
msgid ""
"Remove a previously defined inotify watch. See C<guestfs_inotify_add_watch>."
msgstr ""
@@ -38316,12 +38359,12 @@ msgstr ""
"照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:3484
+#: ../src/guestfs-actions.pod:3486
msgid "guestfs_inspect_get_arch"
msgstr "guestfs_inspect_get_arch"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3486
+#: ../src/guestfs-actions.pod:3488
#, no-wrap
msgid ""
" char *\n"
@@ -38335,7 +38378,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3490
+#: ../src/guestfs-actions.pod:3492
msgid ""
"This returns the architecture of the inspected operating system. The "
"possible return values are listed under C<guestfs_file_architecture>."
@@ -38344,12 +38387,12 @@ msgstr ""
"値は C<guestfs_file_architecture> の下に一覧化されています。"
#. type: =head2
-#: ../src/guestfs-actions.pod:3504
+#: ../src/guestfs-actions.pod:3506
msgid "guestfs_inspect_get_distro"
msgstr "guestfs_inspect_get_distro"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3506
+#: ../src/guestfs-actions.pod:3508
#, no-wrap
msgid ""
" char *\n"
@@ -38363,12 +38406,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:3618
+#: ../src/guestfs-actions.pod:3620
msgid "guestfs_inspect_get_drive_mappings"
msgstr "guestfs_inspect_get_drive_mappings"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3620
+#: ../src/guestfs-actions.pod:3622
#, no-wrap
msgid ""
" char **\n"
@@ -38382,24 +38425,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3649
+#: ../src/guestfs-actions.pod:3651
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also "
"C<guestfs_inspect_get_mountpoints>, C<guestfs_inspect_get_filesystems>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3659 ../src/guestfs-actions.pod:4128
+#: ../src/guestfs-actions.pod:3661 ../src/guestfs-actions.pod:4130
msgid "(Added in 1.9.17)"
msgstr "(1.9.17 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:3661
+#: ../src/guestfs-actions.pod:3663
msgid "guestfs_inspect_get_filesystems"
msgstr "guestfs_inspect_get_filesystems"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3663
+#: ../src/guestfs-actions.pod:3665
#, no-wrap
msgid ""
" char **\n"
@@ -38413,7 +38456,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3675
+#: ../src/guestfs-actions.pod:3677
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also "
"C<guestfs_inspect_get_mountpoints>."
@@ -38422,12 +38465,12 @@ msgstr ""
"C<guestfs_inspect_get_mountpoints> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:3684
+#: ../src/guestfs-actions.pod:3686
msgid "guestfs_inspect_get_format"
msgstr "guestfs_inspect_get_format"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3686
+#: ../src/guestfs-actions.pod:3688
#, no-wrap
msgid ""
" char *\n"
@@ -38441,19 +38484,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3720 ../src/guestfs-actions.pod:4164
-#: ../src/guestfs-actions.pod:4180 ../src/guestfs-actions.pod:4198
-#: ../src/guestfs-actions.pod:7545
+#: ../src/guestfs-actions.pod:3722 ../src/guestfs-actions.pod:4166
+#: ../src/guestfs-actions.pod:4182 ../src/guestfs-actions.pod:4200
+#: ../src/guestfs-actions.pod:7552
msgid "(Added in 1.9.4)"
msgstr "(1.9.4 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:3722
+#: ../src/guestfs-actions.pod:3724
msgid "guestfs_inspect_get_hostname"
msgstr "guestfs_inspect_get_hostname"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3724
+#: ../src/guestfs-actions.pod:3726
#, no-wrap
msgid ""
" char *\n"
@@ -38467,17 +38510,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3739
+#: ../src/guestfs-actions.pod:3741
msgid "(Added in 1.7.9)"
msgstr "(1.7.9 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:3741
+#: ../src/guestfs-actions.pod:3743
msgid "guestfs_inspect_get_icon"
msgstr "guestfs_inspect_get_icon"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3743
+#: ../src/guestfs-actions.pod:3745
#, no-wrap
msgid ""
" char *\n"
@@ -38495,7 +38538,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3754
+#: ../src/guestfs-actions.pod:3756
#, no-wrap
msgid ""
" GUESTFS_INSPECT_GET_ICON_FAVICON, int favicon,\n"
@@ -38507,18 +38550,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3821 ../src/guestfs-actions.pod:4695
-#: ../src/guestfs-actions.pod:6244
+#: ../src/guestfs-actions.pod:3823 ../src/guestfs-actions.pod:4702
+#: ../src/guestfs-actions.pod:6251
msgid "(Added in 1.11.12)"
msgstr "(1.11.12 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:3823
+#: ../src/guestfs-actions.pod:3825
msgid "guestfs_inspect_get_icon_va"
msgstr "guestfs_inspect_get_icon_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3825
+#: ../src/guestfs-actions.pod:3827
#, no-wrap
msgid ""
" char *\n"
@@ -38536,17 +38579,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3831
+#: ../src/guestfs-actions.pod:3833
msgid "This is the \"va_list variant\" of L</guestfs_inspect_get_icon>."
msgstr "これは L</guestfs_inspect_get_icon> の \"va_list variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:3835
+#: ../src/guestfs-actions.pod:3837
msgid "guestfs_inspect_get_icon_argv"
msgstr "guestfs_inspect_get_icon_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3837
+#: ../src/guestfs-actions.pod:3839
#, no-wrap
msgid ""
" char *\n"
@@ -38564,17 +38607,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3843
+#: ../src/guestfs-actions.pod:3845
msgid "This is the \"argv variant\" of L</guestfs_inspect_get_icon>."
msgstr "これは L</guestfs_inspect_get_icon> の \"argv variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:3847
+#: ../src/guestfs-actions.pod:3849
msgid "guestfs_inspect_get_major_version"
msgstr "guestfs_inspect_get_major_version"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3849
+#: ../src/guestfs-actions.pod:3851
#, no-wrap
msgid ""
" int\n"
@@ -38588,12 +38631,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:3871
+#: ../src/guestfs-actions.pod:3873
msgid "guestfs_inspect_get_minor_version"
msgstr "guestfs_inspect_get_minor_version"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3873
+#: ../src/guestfs-actions.pod:3875
#, no-wrap
msgid ""
" int\n"
@@ -38607,7 +38650,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3882
+#: ../src/guestfs-actions.pod:3884
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also "
"C<guestfs_inspect_get_major_version>."
@@ -38616,12 +38659,12 @@ msgstr ""
"C<guestfs_inspect_get_major_version> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:3889
+#: ../src/guestfs-actions.pod:3891
msgid "guestfs_inspect_get_mountpoints"
msgstr "guestfs_inspect_get_mountpoints"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3891
+#: ../src/guestfs-actions.pod:3893
#, no-wrap
msgid ""
" char **\n"
@@ -38635,7 +38678,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3912
+#: ../src/guestfs-actions.pod:3914
msgid ""
"For operating systems like Windows which still use drive letters, this call "
"will only return an entry for the first drive \"mounted on\" C</>. For "
@@ -38644,7 +38687,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3918
+#: ../src/guestfs-actions.pod:3920
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also "
"C<guestfs_inspect_get_filesystems>."
@@ -38653,12 +38696,12 @@ msgstr ""
"C<guestfs_inspect_get_filesystems> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:3929
+#: ../src/guestfs-actions.pod:3931
msgid "guestfs_inspect_get_package_format"
msgstr "guestfs_inspect_get_package_format"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3931
+#: ../src/guestfs-actions.pod:3933
#, no-wrap
msgid ""
" char *\n"
@@ -38672,7 +38715,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3935
+#: ../src/guestfs-actions.pod:3937
msgid ""
"This function and C<guestfs_inspect_get_package_management> return the "
"package format and package management tool used by the inspected operating "
@@ -38681,17 +38724,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3954 ../src/guestfs-actions.pod:3982
+#: ../src/guestfs-actions.pod:3956 ../src/guestfs-actions.pod:3984
msgid "(Added in 1.7.5)"
msgstr "(1.7.5 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:3956
+#: ../src/guestfs-actions.pod:3958
msgid "guestfs_inspect_get_package_management"
msgstr "guestfs_inspect_get_package_management"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3958
+#: ../src/guestfs-actions.pod:3960
#, no-wrap
msgid ""
" char *\n"
@@ -38705,7 +38748,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3962
+#: ../src/guestfs-actions.pod:3964
msgid ""
"C<guestfs_inspect_get_package_format> and this function return the package "
"format and package management tool used by the inspected operating system. "
@@ -38714,12 +38757,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3984
+#: ../src/guestfs-actions.pod:3986
msgid "guestfs_inspect_get_product_name"
msgstr "guestfs_inspect_get_product_name"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3986
+#: ../src/guestfs-actions.pod:3988
#, no-wrap
msgid ""
" char *\n"
@@ -38733,12 +38776,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4005
+#: ../src/guestfs-actions.pod:4007
msgid "guestfs_inspect_get_product_variant"
msgstr "guestfs_inspect_get_product_variant"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4007
+#: ../src/guestfs-actions.pod:4009
#, no-wrap
msgid ""
" char *\n"
@@ -38752,24 +38795,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4030
+#: ../src/guestfs-actions.pod:4032
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also "
"C<guestfs_inspect_get_product_name>, C<guestfs_inspect_get_major_version>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4037
+#: ../src/guestfs-actions.pod:4039
msgid "(Added in 1.9.13)"
msgstr "(1.9.13 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:4039
+#: ../src/guestfs-actions.pod:4041
msgid "guestfs_inspect_get_roots"
msgstr "guestfs_inspect_get_roots"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4041
+#: ../src/guestfs-actions.pod:4043
#, no-wrap
msgid ""
" char **\n"
@@ -38781,7 +38824,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4044
+#: ../src/guestfs-actions.pod:4046
msgid ""
"This function is a convenient way to get the list of root devices, as "
"returned from a previous call to C<guestfs_inspect_os>, but without redoing "
@@ -38789,24 +38832,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4048
+#: ../src/guestfs-actions.pod:4050
msgid ""
"This returns an empty list if either no root devices were found or the "
"caller has not called C<guestfs_inspect_os>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4057
+#: ../src/guestfs-actions.pod:4059
msgid "(Added in 1.7.3)"
msgstr "(1.7.3 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:4059
+#: ../src/guestfs-actions.pod:4061
msgid "guestfs_inspect_get_type"
msgstr "guestfs_inspect_get_type"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4061
+#: ../src/guestfs-actions.pod:4063
#, no-wrap
msgid ""
" char *\n"
@@ -38820,12 +38863,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4110
+#: ../src/guestfs-actions.pod:4112
msgid "guestfs_inspect_get_windows_current_control_set"
msgstr "guestfs_inspect_get_windows_current_control_set"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4112
+#: ../src/guestfs-actions.pod:4114
#, no-wrap
msgid ""
" char *\n"
@@ -38839,12 +38882,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4130
+#: ../src/guestfs-actions.pod:4132
msgid "guestfs_inspect_get_windows_systemroot"
msgstr "guestfs_inspect_get_windows_systemroot"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4132
+#: ../src/guestfs-actions.pod:4134
#, no-wrap
msgid ""
" char *\n"
@@ -38858,17 +38901,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4148
+#: ../src/guestfs-actions.pod:4150
msgid "(Added in 1.5.25)"
msgstr "(1.5.25 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:4150
+#: ../src/guestfs-actions.pod:4152
msgid "guestfs_inspect_is_live"
msgstr "guestfs_inspect_is_live"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4152
+#: ../src/guestfs-actions.pod:4154
#, no-wrap
msgid ""
" int\n"
@@ -38882,19 +38925,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4156
+#: ../src/guestfs-actions.pod:4158
msgid ""
"If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
"disk), then this returns true if a live image was detected on the disk."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4166
+#: ../src/guestfs-actions.pod:4168
msgid "guestfs_inspect_is_multipart"
msgstr "guestfs_inspect_is_multipart"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4168
+#: ../src/guestfs-actions.pod:4170
#, no-wrap
msgid ""
" int\n"
@@ -38908,19 +38951,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4172
+#: ../src/guestfs-actions.pod:4174
msgid ""
"If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
"disk), then this returns true if the disk is part of a set."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4182
+#: ../src/guestfs-actions.pod:4184
msgid "guestfs_inspect_is_netinst"
msgstr "guestfs_inspect_is_netinst"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4184
+#: ../src/guestfs-actions.pod:4186
#, no-wrap
msgid ""
" int\n"
@@ -38934,7 +38977,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4188
+#: ../src/guestfs-actions.pod:4190
msgid ""
"If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
"disk), then this returns true if the disk is a network installer, ie. not a "
@@ -38943,12 +38986,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4200
+#: ../src/guestfs-actions.pod:4202
msgid "guestfs_inspect_list_applications"
msgstr "guestfs_inspect_list_applications"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4202
+#: ../src/guestfs-actions.pod:4204
#, no-wrap
msgid ""
" struct guestfs_application_list *\n"
@@ -38962,7 +39005,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4208
+#: ../src/guestfs-actions.pod:4210
msgid ""
"I<Note:> This call works differently from other parts of the inspection "
"API. You have to call C<guestfs_inspect_os>, then "
@@ -38975,7 +39018,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4298
+#: ../src/guestfs-actions.pod:4300
msgid ""
"This function returns a C<struct guestfs_application_list *>, or NULL if "
"there was an error. I<The caller must call C<guestfs_free_application_list> "
@@ -38983,17 +39026,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4302
+#: ../src/guestfs-actions.pod:4304
msgid "(Added in 1.7.8)"
msgstr "(1.7.8 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:4304
+#: ../src/guestfs-actions.pod:4306
msgid "guestfs_inspect_os"
msgstr "guestfs_inspect_os"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4306
+#: ../src/guestfs-actions.pod:4308
#, no-wrap
msgid ""
" char **\n"
@@ -39005,7 +39048,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4322
+#: ../src/guestfs-actions.pod:4324
msgid ""
"You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
"functions in order to query further information about each operating system, "
@@ -39013,7 +39056,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4327
+#: ../src/guestfs-actions.pod:4329
msgid ""
"This function uses other libguestfs features such as C<guestfs_mount_ro> and "
"C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
@@ -39022,18 +39065,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4339 ../src/guestfs-actions.pod:4706
-#: ../src/guestfs-actions.pod:4801
+#: ../src/guestfs-actions.pod:4341 ../src/guestfs-actions.pod:4713
+#: ../src/guestfs-actions.pod:4808
msgid "See also C<guestfs_list_filesystems>."
msgstr "C<guestfs_list_filesystems> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:4347
+#: ../src/guestfs-actions.pod:4349
msgid "guestfs_is_blockdev"
msgstr "guestfs_is_blockdev"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4349
+#: ../src/guestfs-actions.pod:4351
#, no-wrap
msgid ""
" int\n"
@@ -39047,27 +39090,27 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4356 ../src/guestfs-actions.pod:4371
-#: ../src/guestfs-actions.pod:4401 ../src/guestfs-actions.pod:4416
-#: ../src/guestfs-actions.pod:4432 ../src/guestfs-actions.pod:4488
-#: ../src/guestfs-actions.pod:4503
+#: ../src/guestfs-actions.pod:4358 ../src/guestfs-actions.pod:4373
+#: ../src/guestfs-actions.pod:4403 ../src/guestfs-actions.pod:4418
+#: ../src/guestfs-actions.pod:4434 ../src/guestfs-actions.pod:4490
+#: ../src/guestfs-actions.pod:4505
msgid "See also C<guestfs_stat>."
msgstr "C<guestfs_stat> 参照。"
#. type: textblock
-#: ../src/guestfs-actions.pod:4360 ../src/guestfs-actions.pod:4375
-#: ../src/guestfs-actions.pod:4420 ../src/guestfs-actions.pod:4492
-#: ../src/guestfs-actions.pod:4507
+#: ../src/guestfs-actions.pod:4362 ../src/guestfs-actions.pod:4377
+#: ../src/guestfs-actions.pod:4422 ../src/guestfs-actions.pod:4494
+#: ../src/guestfs-actions.pod:4509
msgid "(Added in 1.5.10)"
msgstr "(1.5.10 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:4362
+#: ../src/guestfs-actions.pod:4364
msgid "guestfs_is_chardev"
msgstr "guestfs_is_chardev"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4364
+#: ../src/guestfs-actions.pod:4366
#, no-wrap
msgid ""
" int\n"
@@ -39081,12 +39124,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4377
+#: ../src/guestfs-actions.pod:4379
msgid "guestfs_is_config"
msgstr "guestfs_is_config"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4379
+#: ../src/guestfs-actions.pod:4381
#, no-wrap
msgid ""
" int\n"
@@ -39098,12 +39141,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4391
+#: ../src/guestfs-actions.pod:4393
msgid "guestfs_is_dir"
msgstr "guestfs_is_dir"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4393
+#: ../src/guestfs-actions.pod:4395
#, no-wrap
msgid ""
" int\n"
@@ -39117,12 +39160,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4407
+#: ../src/guestfs-actions.pod:4409
msgid "guestfs_is_fifo"
msgstr "guestfs_is_fifo"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4409
+#: ../src/guestfs-actions.pod:4411
#, no-wrap
msgid ""
" int\n"
@@ -39136,12 +39179,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4422
+#: ../src/guestfs-actions.pod:4424
msgid "guestfs_is_file"
msgstr "guestfs_is_file"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4424
+#: ../src/guestfs-actions.pod:4426
#, no-wrap
msgid ""
" int\n"
@@ -39155,12 +39198,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4438
+#: ../src/guestfs-actions.pod:4440
msgid "guestfs_is_launching"
msgstr "guestfs_is_launching"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4440
+#: ../src/guestfs-actions.pod:4442
#, no-wrap
msgid ""
" int\n"
@@ -39172,12 +39215,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4452
+#: ../src/guestfs-actions.pod:4454
msgid "guestfs_is_lv"
msgstr "guestfs_is_lv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4454
+#: ../src/guestfs-actions.pod:4456
#, no-wrap
msgid ""
" int\n"
@@ -39191,12 +39234,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4465
+#: ../src/guestfs-actions.pod:4467
msgid "guestfs_is_ready"
msgstr "guestfs_is_ready"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4467
+#: ../src/guestfs-actions.pod:4469
#, no-wrap
msgid ""
" int\n"
@@ -39208,12 +39251,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4479
+#: ../src/guestfs-actions.pod:4481
msgid "guestfs_is_socket"
msgstr "guestfs_is_socket"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4481
+#: ../src/guestfs-actions.pod:4483
#, no-wrap
msgid ""
" int\n"
@@ -39227,12 +39270,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4494
+#: ../src/guestfs-actions.pod:4496
msgid "guestfs_is_symlink"
msgstr "guestfs_is_symlink"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4496
+#: ../src/guestfs-actions.pod:4498
#, no-wrap
msgid ""
" int\n"
@@ -39246,12 +39289,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4509
+#: ../src/guestfs-actions.pod:4511
msgid "guestfs_is_zero"
msgstr "guestfs_is_zero"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4511
+#: ../src/guestfs-actions.pod:4513
#, no-wrap
msgid ""
" int\n"
@@ -39265,17 +39308,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4520 ../src/guestfs-actions.pod:4534
+#: ../src/guestfs-actions.pod:4522 ../src/guestfs-actions.pod:4536
msgid "(Added in 1.11.8)"
msgstr "(1.11.8 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:4522
+#: ../src/guestfs-actions.pod:4524
msgid "guestfs_is_zero_device"
msgstr "guestfs_is_zero_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4524
+#: ../src/guestfs-actions.pod:4526
#, no-wrap
msgid ""
" int\n"
@@ -39289,12 +39332,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4536 ../src/guestfs-structs.pod:268
+#: ../src/guestfs-actions.pod:4538 ../src/guestfs-structs.pod:268
msgid "guestfs_isoinfo"
msgstr "guestfs_isoinfo"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4538
+#: ../src/guestfs-actions.pod:4540
#, no-wrap
msgid ""
" struct guestfs_isoinfo *\n"
@@ -39308,7 +39351,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4542
+#: ../src/guestfs-actions.pod:4544
msgid ""
"This is the same as C<guestfs_isoinfo_device> except that it works for an "
"ISO file located inside some other mounted filesystem. Note that in the "
@@ -39317,24 +39360,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4548 ../src/guestfs-actions.pod:4571
+#: ../src/guestfs-actions.pod:4550 ../src/guestfs-actions.pod:4573
msgid ""
"This function returns a C<struct guestfs_isoinfo *>, or NULL if there was an "
"error. I<The caller must call C<guestfs_free_isoinfo> after use>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4552 ../src/guestfs-actions.pod:4575
+#: ../src/guestfs-actions.pod:4554 ../src/guestfs-actions.pod:4577
msgid "(Added in 1.17.19)"
msgstr "(1.17.19 にて追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:4554
+#: ../src/guestfs-actions.pod:4556
msgid "guestfs_isoinfo_device"
msgstr "guestfs_isoinfo_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4556
+#: ../src/guestfs-actions.pod:4558
#, no-wrap
msgid ""
" struct guestfs_isoinfo *\n"
@@ -39348,12 +39391,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4577
+#: ../src/guestfs-actions.pod:4579
msgid "guestfs_kill_subprocess"
msgstr "guestfs_kill_subprocess"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4579
+#: ../src/guestfs-actions.pod:4581
#, no-wrap
msgid ""
" int\n"
@@ -39365,24 +39408,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4582
+#: ../src/guestfs-actions.pod:4584
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_shutdown> "
"call instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4591
+#: ../src/guestfs-actions.pod:4593
msgid "Do not call this. See: C<guestfs_shutdown> instead."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4597
+#: ../src/guestfs-actions.pod:4599
msgid "guestfs_launch"
msgstr "guestfs_launch"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4599
+#: ../src/guestfs-actions.pod:4601
#, no-wrap
msgid ""
" int\n"
@@ -39393,13 +39436,22 @@ msgstr ""
" guestfs_launch (guestfs_h *g);\n"
"\n"
+#. type: textblock
+#: ../src/guestfs-actions.pod:4610
+msgid ""
+"Do not call C<guestfs_launch> twice on the same handle. Although it will "
+"not give an error (for historical reasons), the precise behaviour when you "
+"do this is not well defined. Handles are very cheap to create, so create a "
+"new one for each launch."
+msgstr ""
+
#. type: =head2
-#: ../src/guestfs-actions.pod:4617
+#: ../src/guestfs-actions.pod:4624
msgid "guestfs_lchown"
msgstr "guestfs_lchown"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4619
+#: ../src/guestfs-actions.pod:4626
#, no-wrap
msgid ""
" int\n"
@@ -39417,7 +39469,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4625
+#: ../src/guestfs-actions.pod:4632
msgid ""
"Change the file owner to C<owner> and group to C<group>. This is like "
"C<guestfs_chown> but if C<path> is a symlink then the link itself is "
@@ -39425,12 +39477,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4637
+#: ../src/guestfs-actions.pod:4644
msgid "guestfs_lgetxattr"
msgstr "guestfs_lgetxattr"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4639
+#: ../src/guestfs-actions.pod:4646
#, no-wrap
msgid ""
" char *\n"
@@ -39448,17 +39500,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4659
+#: ../src/guestfs-actions.pod:4666
msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
msgstr "関連項目: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>"
#. type: =head2
-#: ../src/guestfs-actions.pod:4667
+#: ../src/guestfs-actions.pod:4674
msgid "guestfs_lgetxattrs"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4669
+#: ../src/guestfs-actions.pod:4676
#, no-wrap
msgid ""
" struct guestfs_xattr_list *\n"
@@ -39472,19 +39524,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4673
+#: ../src/guestfs-actions.pod:4680
msgid ""
"This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
"then it returns the extended attributes of the link itself."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4683
+#: ../src/guestfs-actions.pod:4690
msgid "guestfs_list_9p"
msgstr "guestfs_list_9p"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4685
+#: ../src/guestfs-actions.pod:4692
#, no-wrap
msgid ""
" char **\n"
@@ -39496,12 +39548,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4697
+#: ../src/guestfs-actions.pod:4704
msgid "guestfs_list_devices"
msgstr "guestfs_list_devices"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4699
+#: ../src/guestfs-actions.pod:4706
#, no-wrap
msgid ""
" char **\n"
@@ -39513,12 +39565,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4714
+#: ../src/guestfs-actions.pod:4721
msgid "guestfs_list_dm_devices"
msgstr "guestfs_list_dm_devices"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4716
+#: ../src/guestfs-actions.pod:4723
#, no-wrap
msgid ""
" char **\n"
@@ -39530,14 +39582,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4721
+#: ../src/guestfs-actions.pod:4728
msgid ""
"The returned list contains C</dev/mapper/*> devices, eg. ones created by a "
"previous call to C<guestfs_luks_open>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4724
+#: ../src/guestfs-actions.pod:4731
msgid ""
"Device mapper devices which correspond to logical volumes are I<not> "
"returned in this list. Call C<guestfs_lvs> if you want to list logical "
@@ -39545,17 +39597,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4732 ../src/guestfs-actions.pod:6718
+#: ../src/guestfs-actions.pod:4739 ../src/guestfs-actions.pod:6725
msgid "(Added in 1.11.15)"
msgstr "(1.11.15 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:4734
+#: ../src/guestfs-actions.pod:4741
msgid "guestfs_list_filesystems"
msgstr "guestfs_list_filesystems"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4736
+#: ../src/guestfs-actions.pod:4743
#, no-wrap
msgid ""
" char **\n"
@@ -39567,7 +39619,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4756
+#: ../src/guestfs-actions.pod:4763
msgid ""
"This command runs other libguestfs commands, which might include "
"C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
@@ -39575,7 +39627,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4760
+#: ../src/guestfs-actions.pod:4767
msgid ""
"Not all of the filesystems returned will be mountable. In particular, swap "
"partitions are returned in the list. Also this command does not check that "
@@ -39585,17 +39637,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4774 ../src/guestfs-actions.pod:7078
+#: ../src/guestfs-actions.pod:4781 ../src/guestfs-actions.pod:7085
msgid "(Added in 1.5.15)"
msgstr "(1.5.15 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:4776
+#: ../src/guestfs-actions.pod:4783
msgid "guestfs_list_md_devices"
msgstr "guestfs_list_md_devices"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4778
+#: ../src/guestfs-actions.pod:4785
#, no-wrap
msgid ""
" char **\n"
@@ -39607,17 +39659,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4787 ../src/guestfs-actions.pod:8871
+#: ../src/guestfs-actions.pod:4794 ../src/guestfs-actions.pod:8878
msgid "(Added in 1.15.4)"
msgstr "(1.15.4 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:4789
+#: ../src/guestfs-actions.pod:4796
msgid "guestfs_list_partitions"
msgstr "guestfs_list_partitions"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4791
+#: ../src/guestfs-actions.pod:4798
#, no-wrap
msgid ""
" char **\n"
@@ -39629,19 +39681,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4798
+#: ../src/guestfs-actions.pod:4805
msgid ""
"This does not return logical volumes. For that you will need to call "
"C<guestfs_lvs>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4809
+#: ../src/guestfs-actions.pod:4816
msgid "guestfs_ll"
msgstr "guestfs_ll"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4811
+#: ../src/guestfs-actions.pod:4818
#, no-wrap
msgid ""
" char *\n"
@@ -39655,12 +39707,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4826
+#: ../src/guestfs-actions.pod:4833
msgid "guestfs_llz"
msgstr "guestfs_llz"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4828
+#: ../src/guestfs-actions.pod:4835
#, no-wrap
msgid ""
" char *\n"
@@ -39674,17 +39726,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4840 ../src/guestfs-actions.pod:9502
+#: ../src/guestfs-actions.pod:4847 ../src/guestfs-actions.pod:9509
msgid "(Added in 1.17.6)"
msgstr "(1.17.6 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:4842
+#: ../src/guestfs-actions.pod:4849
msgid "guestfs_ln"
msgstr "guestfs_ln"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4844
+#: ../src/guestfs-actions.pod:4851
#, no-wrap
msgid ""
" int\n"
@@ -39700,12 +39752,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4855
+#: ../src/guestfs-actions.pod:4862
msgid "guestfs_ln_f"
msgstr "guestfs_ln_f"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4857
+#: ../src/guestfs-actions.pod:4864
#, no-wrap
msgid ""
" int\n"
@@ -39721,12 +39773,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4869
+#: ../src/guestfs-actions.pod:4876
msgid "guestfs_ln_s"
msgstr "guestfs_ln_s"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4871
+#: ../src/guestfs-actions.pod:4878
#, no-wrap
msgid ""
" int\n"
@@ -39742,12 +39794,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4882
+#: ../src/guestfs-actions.pod:4889
msgid "guestfs_ln_sf"
msgstr "guestfs_ln_sf"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4884
+#: ../src/guestfs-actions.pod:4891
#, no-wrap
msgid ""
" int\n"
@@ -39763,12 +39815,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4896
+#: ../src/guestfs-actions.pod:4903
msgid "guestfs_lremovexattr"
msgstr "guestfs_lremovexattr"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4898
+#: ../src/guestfs-actions.pod:4905
#, no-wrap
msgid ""
" int\n"
@@ -39784,7 +39836,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4903
+#: ../src/guestfs-actions.pod:4910
msgid ""
"This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
"link, then it removes an extended attribute of the link itself."
@@ -39793,12 +39845,12 @@ msgstr ""
"クならば、リンク自身の拡張属性を削除します。"
#. type: =head2
-#: ../src/guestfs-actions.pod:4911
+#: ../src/guestfs-actions.pod:4918
msgid "guestfs_ls"
msgstr "guestfs_ls"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4913
+#: ../src/guestfs-actions.pod:4920
#, no-wrap
msgid ""
" char **\n"
@@ -39812,7 +39864,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4921
+#: ../src/guestfs-actions.pod:4928
msgid ""
"This command is mostly useful for interactive sessions. Programs should "
"probably use C<guestfs_readdir> instead."
@@ -39821,12 +39873,12 @@ msgstr ""
"く代わりに C<guestfs_readdir> を使用するでしょう。"
#. type: =head2
-#: ../src/guestfs-actions.pod:4930
+#: ../src/guestfs-actions.pod:4937
msgid "guestfs_lsetxattr"
msgstr "guestfs_lsetxattr"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4932
+#: ../src/guestfs-actions.pod:4939
#, no-wrap
msgid ""
" int\n"
@@ -39846,7 +39898,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4939
+#: ../src/guestfs-actions.pod:4946
msgid ""
"This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
"then it sets an extended attribute of the link itself."
@@ -39855,12 +39907,12 @@ msgstr ""
"して、リンク自身の拡張属性を設定します。"
#. type: =head2
-#: ../src/guestfs-actions.pod:4947
+#: ../src/guestfs-actions.pod:4954
msgid "guestfs_lstat"
msgstr "guestfs_lstat"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4949
+#: ../src/guestfs-actions.pod:4956
#, no-wrap
msgid ""
" struct guestfs_stat *\n"
@@ -39874,7 +39926,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4955
+#: ../src/guestfs-actions.pod:4962
msgid ""
"This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
"link, then the link is stat-ed, not the file it refers to."
@@ -39883,7 +39935,7 @@ msgstr ""
"です。そしてリンクは、参照しているファイルではなく、stat-ed です。"
#. type: textblock
-#: ../src/guestfs-actions.pod:4961 ../src/guestfs-actions.pod:8390
+#: ../src/guestfs-actions.pod:4968 ../src/guestfs-actions.pod:8397
msgid ""
"This function returns a C<struct guestfs_stat *>, or NULL if there was an "
"error. I<The caller must call C<guestfs_free_stat> after use>."
@@ -39892,18 +39944,18 @@ msgstr ""
"呼び出し元は使用後に C<guestfs_free_stat> を呼び出す必要があります>。"
#. type: textblock
-#: ../src/guestfs-actions.pod:4965 ../src/guestfs-actions.pod:8394
-#: ../src/guestfs-actions.pod:8412 ../src/guestfs-actions.pod:8915
+#: ../src/guestfs-actions.pod:4972 ../src/guestfs-actions.pod:8401
+#: ../src/guestfs-actions.pod:8419 ../src/guestfs-actions.pod:8922
msgid "(Added in 0.9.2)"
msgstr "(0.9.2 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:4967
+#: ../src/guestfs-actions.pod:4974
msgid "guestfs_lstatlist"
msgstr "guestfs_lstatlist"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4969
+#: ../src/guestfs-actions.pod:4976
#, no-wrap
msgid ""
" struct guestfs_stat_list *\n"
@@ -39919,7 +39971,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4974
+#: ../src/guestfs-actions.pod:4981
msgid ""
"This call allows you to perform the C<guestfs_lstat> operation on multiple "
"files, where all files are in the directory C<path>. C<names> is the list "
@@ -39927,7 +39979,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4983
+#: ../src/guestfs-actions.pod:4990
msgid ""
"This call is intended for programs that want to efficiently list a directory "
"contents without making many round-trips. See also C<guestfs_lxattrlist> "
@@ -39938,19 +39990,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4991
+#: ../src/guestfs-actions.pod:4998
msgid ""
"This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
"an error. I<The caller must call C<guestfs_free_stat_list> after use>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4997
+#: ../src/guestfs-actions.pod:5004
msgid "guestfs_luks_add_key"
msgstr "guestfs_luks_add_key"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4999
+#: ../src/guestfs-actions.pod:5006
#, no-wrap
msgid ""
" int\n"
@@ -39970,16 +40022,16 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5011
+#: ../src/guestfs-actions.pod:5018
msgid ""
"Note that if C<keyslot> already contains a key, then this command will "
"fail. You have to use C<guestfs_luks_kill_slot> first to remove that key."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5017 ../src/guestfs-actions.pod:5054
-#: ../src/guestfs-actions.pod:5074 ../src/guestfs-actions.pod:5094
-#: ../src/guestfs-actions.pod:5129 ../src/guestfs-actions.pod:5148
+#: ../src/guestfs-actions.pod:5024 ../src/guestfs-actions.pod:5061
+#: ../src/guestfs-actions.pod:5081 ../src/guestfs-actions.pod:5101
+#: ../src/guestfs-actions.pod:5136 ../src/guestfs-actions.pod:5155
msgid ""
"This function takes a key or passphrase parameter which could contain "
"sensitive material. Read the section L</KEYS AND PASSPHRASES> for more "
@@ -39987,18 +40039,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5021 ../src/guestfs-actions.pod:5058
-#: ../src/guestfs-actions.pod:5078 ../src/guestfs-actions.pod:5098
+#: ../src/guestfs-actions.pod:5028 ../src/guestfs-actions.pod:5065
+#: ../src/guestfs-actions.pod:5085 ../src/guestfs-actions.pod:5105
msgid "(Added in 1.5.2)"
msgstr "(1.5.2 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:5023
+#: ../src/guestfs-actions.pod:5030
msgid "guestfs_luks_close"
msgstr "guestfs_luks_close"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5025
+#: ../src/guestfs-actions.pod:5032
#, no-wrap
msgid ""
" int\n"
@@ -40012,7 +40064,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5029
+#: ../src/guestfs-actions.pod:5036
msgid ""
"This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
"or C<guestfs_luks_open_ro>. The C<device> parameter must be the name of the "
@@ -40021,19 +40073,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5037 ../src/guestfs-actions.pod:5133
-#: ../src/guestfs-actions.pod:5152 ../src/guestfs-actions.pod:5219
-#: ../src/guestfs-actions.pod:5264
+#: ../src/guestfs-actions.pod:5044 ../src/guestfs-actions.pod:5140
+#: ../src/guestfs-actions.pod:5159 ../src/guestfs-actions.pod:5226
+#: ../src/guestfs-actions.pod:5271
msgid "(Added in 1.5.1)"
msgstr "(1.5.1 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:5039
+#: ../src/guestfs-actions.pod:5046
msgid "guestfs_luks_format"
msgstr "guestfs_luks_format"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5041
+#: ../src/guestfs-actions.pod:5048
#, no-wrap
msgid ""
" int\n"
@@ -40051,12 +40103,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5060
+#: ../src/guestfs-actions.pod:5067
msgid "guestfs_luks_format_cipher"
msgstr "guestfs_luks_format_cipher"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5062
+#: ../src/guestfs-actions.pod:5069
#, no-wrap
msgid ""
" int\n"
@@ -40076,19 +40128,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5069
+#: ../src/guestfs-actions.pod:5076
msgid ""
"This command is the same as C<guestfs_luks_format> but it also allows you to "
"set the C<cipher> used."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5080
+#: ../src/guestfs-actions.pod:5087
msgid "guestfs_luks_kill_slot"
msgstr "guestfs_luks_kill_slot"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5082
+#: ../src/guestfs-actions.pod:5089
#, no-wrap
msgid ""
" int\n"
@@ -40106,12 +40158,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5100
+#: ../src/guestfs-actions.pod:5107
msgid "guestfs_luks_open"
msgstr "guestfs_luks_open"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5102
+#: ../src/guestfs-actions.pod:5109
#, no-wrap
msgid ""
" int\n"
@@ -40129,7 +40181,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5120
+#: ../src/guestfs-actions.pod:5127
msgid ""
"If this block device contains LVM volume groups, then calling "
"C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
@@ -40137,19 +40189,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5124
+#: ../src/guestfs-actions.pod:5131
msgid "Use C<guestfs_list_dm_devices> to list all device mapper devices."
msgstr ""
"すべてのデバイスマッパーデバイスを一覧表示するには "
"C<guestfs_list_dm_devices> を使用します。"
#. type: =head2
-#: ../src/guestfs-actions.pod:5135
+#: ../src/guestfs-actions.pod:5142
msgid "guestfs_luks_open_ro"
msgstr "guestfs_luks_open_ro"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5137
+#: ../src/guestfs-actions.pod:5144
#, no-wrap
msgid ""
" int\n"
@@ -40167,7 +40219,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5143
+#: ../src/guestfs-actions.pod:5150
msgid ""
"This is the same as C<guestfs_luks_open> except that a read-only mapping is "
"created."
@@ -40176,12 +40228,12 @@ msgstr ""
"と同じです。"
#. type: =head2
-#: ../src/guestfs-actions.pod:5154
+#: ../src/guestfs-actions.pod:5161
msgid "guestfs_lvcreate"
msgstr "guestfs_lvcreate"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5156
+#: ../src/guestfs-actions.pod:5163
#, no-wrap
msgid ""
" int\n"
@@ -40199,12 +40251,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5169
+#: ../src/guestfs-actions.pod:5176
msgid "guestfs_lvcreate_free"
msgstr "guestfs_lvcreate_free"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5171
+#: ../src/guestfs-actions.pod:5178
#, no-wrap
msgid ""
" int\n"
@@ -40222,17 +40274,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5184 ../src/guestfs-actions.pod:9688
+#: ../src/guestfs-actions.pod:5191 ../src/guestfs-actions.pod:9695
msgid "(Added in 1.17.18)"
msgstr "(1.17.18 にて追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:5186
+#: ../src/guestfs-actions.pod:5193
msgid "guestfs_lvm_canonical_lv_name"
msgstr "guestfs_lvm_canonical_lv_name"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5188
+#: ../src/guestfs-actions.pod:5195
#, no-wrap
msgid ""
" char *\n"
@@ -40246,24 +40298,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5199
+#: ../src/guestfs-actions.pod:5206
#, fuzzy
#| msgid "See also C<guestfs_pvs_full>."
msgid "See also C<guestfs_is_lv>."
msgstr "C<guestfs_pvs_full> 参照。"
#. type: textblock
-#: ../src/guestfs-actions.pod:5204
+#: ../src/guestfs-actions.pod:5211
msgid "(Added in 1.5.24)"
msgstr "(1.5.24 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:5206
+#: ../src/guestfs-actions.pod:5213
msgid "guestfs_lvm_clear_filter"
msgstr "guestfs_lvm_clear_filter"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5208
+#: ../src/guestfs-actions.pod:5215
#, no-wrap
msgid ""
" int\n"
@@ -40275,19 +40327,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5211
+#: ../src/guestfs-actions.pod:5218
msgid ""
"This undoes the effect of C<guestfs_lvm_set_filter>. LVM will be able to "
"see every block device."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5221
+#: ../src/guestfs-actions.pod:5228
msgid "guestfs_lvm_remove_all"
msgstr "guestfs_lvm_remove_all"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5223
+#: ../src/guestfs-actions.pod:5230
#, no-wrap
msgid ""
" int\n"
@@ -40299,12 +40351,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5233
+#: ../src/guestfs-actions.pod:5240
msgid "guestfs_lvm_set_filter"
msgstr "guestfs_lvm_set_filter"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5235
+#: ../src/guestfs-actions.pod:5242
#, no-wrap
msgid ""
" int\n"
@@ -40318,12 +40370,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5266
+#: ../src/guestfs-actions.pod:5273
msgid "guestfs_lvremove"
msgstr "guestfs_lvremove"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5268
+#: ../src/guestfs-actions.pod:5275
#, no-wrap
msgid ""
" int\n"
@@ -40337,18 +40389,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5280 ../src/guestfs-actions.pod:7193
-#: ../src/guestfs-actions.pod:9346
+#: ../src/guestfs-actions.pod:5287 ../src/guestfs-actions.pod:7200
+#: ../src/guestfs-actions.pod:9353
msgid "(Added in 1.0.13)"
msgstr "(1.0.13 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:5282
+#: ../src/guestfs-actions.pod:5289
msgid "guestfs_lvrename"
msgstr "guestfs_lvrename"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5284
+#: ../src/guestfs-actions.pod:5291
#, no-wrap
msgid ""
" int\n"
@@ -40364,17 +40416,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5293 ../src/guestfs-actions.pod:9359
+#: ../src/guestfs-actions.pod:5300 ../src/guestfs-actions.pod:9366
msgid "(Added in 1.0.83)"
msgstr "(1.0.83 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:5295
+#: ../src/guestfs-actions.pod:5302
msgid "guestfs_lvresize"
msgstr "guestfs_lvresize"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5297
+#: ../src/guestfs-actions.pod:5304
#, no-wrap
msgid ""
" int\n"
@@ -40390,12 +40442,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5310
+#: ../src/guestfs-actions.pod:5317
msgid "guestfs_lvresize_free"
msgstr "guestfs_lvresize_free"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5312
+#: ../src/guestfs-actions.pod:5319
#, no-wrap
msgid ""
" int\n"
@@ -40411,17 +40463,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5325
+#: ../src/guestfs-actions.pod:5332
msgid "(Added in 1.3.3)"
msgstr "(1.3.3 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:5327
+#: ../src/guestfs-actions.pod:5334
msgid "guestfs_lvs"
msgstr "guestfs_lvs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5329
+#: ../src/guestfs-actions.pod:5336
#, no-wrap
msgid ""
" char **\n"
@@ -40433,17 +40485,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5338
+#: ../src/guestfs-actions.pod:5345
msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
msgstr "C<guestfs_lvs_full>, C<guestfs_list_filesystems> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:5346
+#: ../src/guestfs-actions.pod:5353
msgid "guestfs_lvs_full"
msgstr "guestfs_lvs_full"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5348
+#: ../src/guestfs-actions.pod:5355
#, no-wrap
msgid ""
" struct guestfs_lvm_lv_list *\n"
@@ -40455,19 +40507,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5354
+#: ../src/guestfs-actions.pod:5361
msgid ""
"This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
"was an error. I<The caller must call C<guestfs_free_lvm_lv_list> after use>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5360
+#: ../src/guestfs-actions.pod:5367
msgid "guestfs_lvuuid"
msgstr "guestfs_lvuuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5362
+#: ../src/guestfs-actions.pod:5369
#, no-wrap
msgid ""
" char *\n"
@@ -40481,12 +40533,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5373
+#: ../src/guestfs-actions.pod:5380
msgid "guestfs_lxattrlist"
msgstr "guestfs_lxattrlist"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5375
+#: ../src/guestfs-actions.pod:5382
#, no-wrap
msgid ""
" struct guestfs_xattr_list *\n"
@@ -40502,7 +40554,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5394
+#: ../src/guestfs-actions.pod:5401
msgid ""
"This call is intended for programs that want to efficiently list a directory "
"contents without making many round-trips. See also C<guestfs_lstatlist> for "
@@ -40513,12 +40565,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5408
+#: ../src/guestfs-actions.pod:5415
msgid "guestfs_md_create"
msgstr "guestfs_md_create"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5410
+#: ../src/guestfs-actions.pod:5417
#, no-wrap
msgid ""
" int\n"
@@ -40536,7 +40588,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5421
+#: ../src/guestfs-actions.pod:5428
#, no-wrap
msgid ""
" GUESTFS_MD_CREATE_MISSINGBITMAP, int64_t missingbitmap,\n"
@@ -40554,18 +40606,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5483 ../src/guestfs-actions.pod:5549
-#: ../src/guestfs-actions.pod:5619
+#: ../src/guestfs-actions.pod:5490 ../src/guestfs-actions.pod:5556
+#: ../src/guestfs-actions.pod:5626
msgid "(Added in 1.15.6)"
msgstr "(1.15.6 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:5485
+#: ../src/guestfs-actions.pod:5492
msgid "guestfs_md_create_va"
msgstr "guestfs_md_create_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5487
+#: ../src/guestfs-actions.pod:5494
#, no-wrap
msgid ""
" int\n"
@@ -40583,17 +40635,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5493
+#: ../src/guestfs-actions.pod:5500
msgid "This is the \"va_list variant\" of L</guestfs_md_create>."
msgstr "これは L</guestfs_md_create> の \"va_list variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:5497
+#: ../src/guestfs-actions.pod:5504
msgid "guestfs_md_create_argv"
msgstr "guestfs_md_create_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5499
+#: ../src/guestfs-actions.pod:5506
#, no-wrap
msgid ""
" int\n"
@@ -40611,17 +40663,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5505
+#: ../src/guestfs-actions.pod:5512
msgid "This is the \"argv variant\" of L</guestfs_md_create>."
msgstr "これは L</guestfs_md_create> の \"argv variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:5509
+#: ../src/guestfs-actions.pod:5516
msgid "guestfs_md_detail"
msgstr "guestfs_md_detail"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5511
+#: ../src/guestfs-actions.pod:5518
#, no-wrap
msgid ""
" char **\n"
@@ -40635,12 +40687,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5551
+#: ../src/guestfs-actions.pod:5558
msgid "guestfs_md_stat"
msgstr "guestfs_md_stat"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5553
+#: ../src/guestfs-actions.pod:5560
#, no-wrap
msgid ""
" struct guestfs_mdstat_list *\n"
@@ -40654,7 +40706,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5560
+#: ../src/guestfs-actions.pod:5567
msgid ""
"To get a list of software RAID devices, call C<guestfs_list_md_devices>."
msgstr ""
@@ -40662,24 +40714,24 @@ msgstr ""
"呼び出します。"
#. type: textblock
-#: ../src/guestfs-actions.pod:5602
+#: ../src/guestfs-actions.pod:5609
msgid ""
"This function returns a C<struct guestfs_mdstat_list *>, or NULL if there "
"was an error. I<The caller must call C<guestfs_free_mdstat_list> after use>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5606
+#: ../src/guestfs-actions.pod:5613
msgid "(Added in 1.17.21)"
msgstr "(1.17.21 にて追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:5608
+#: ../src/guestfs-actions.pod:5615
msgid "guestfs_md_stop"
msgstr "guestfs_md_stop"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5610
+#: ../src/guestfs-actions.pod:5617
#, no-wrap
msgid ""
" int\n"
@@ -40693,12 +40745,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5621
+#: ../src/guestfs-actions.pod:5628
msgid "guestfs_mkdir"
msgstr "guestfs_mkdir"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5623
+#: ../src/guestfs-actions.pod:5630
#, no-wrap
msgid ""
" int\n"
@@ -40712,12 +40764,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5633
+#: ../src/guestfs-actions.pod:5640
msgid "guestfs_mkdir_mode"
msgstr "guestfs_mkdir_mode"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5635
+#: ../src/guestfs-actions.pod:5642
#, no-wrap
msgid ""
" int\n"
@@ -40733,17 +40785,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5647
+#: ../src/guestfs-actions.pod:5654
msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
msgstr "C<guestfs_mkdir>, C<guestfs_umask> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:5653
+#: ../src/guestfs-actions.pod:5660
msgid "guestfs_mkdir_p"
msgstr "guestfs_mkdir_p"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5655
+#: ../src/guestfs-actions.pod:5662
#, no-wrap
msgid ""
" int\n"
@@ -40757,12 +40809,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5666
+#: ../src/guestfs-actions.pod:5673
msgid "guestfs_mkdtemp"
msgstr "guestfs_mkdtemp"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5668
+#: ../src/guestfs-actions.pod:5675
#, no-wrap
msgid ""
" char *\n"
@@ -40776,12 +40828,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5696
+#: ../src/guestfs-actions.pod:5703
msgid "guestfs_mke2fs_J"
msgstr "guestfs_mke2fs_J"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5698
+#: ../src/guestfs-actions.pod:5705
#, no-wrap
msgid ""
" int\n"
@@ -40801,25 +40853,25 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5711
+#: ../src/guestfs-actions.pod:5718
msgid "See also C<guestfs_mke2journal>."
msgstr "C<guestfs_mke2journal> 参照。"
#. type: textblock
-#: ../src/guestfs-actions.pod:5715 ../src/guestfs-actions.pod:5733
-#: ../src/guestfs-actions.pod:5751 ../src/guestfs-actions.pod:5767
-#: ../src/guestfs-actions.pod:5781 ../src/guestfs-actions.pod:5795
-#: ../src/guestfs-actions.pod:5854 ../src/guestfs-actions.pod:6186
+#: ../src/guestfs-actions.pod:5722 ../src/guestfs-actions.pod:5740
+#: ../src/guestfs-actions.pod:5758 ../src/guestfs-actions.pod:5774
+#: ../src/guestfs-actions.pod:5788 ../src/guestfs-actions.pod:5802
+#: ../src/guestfs-actions.pod:5861 ../src/guestfs-actions.pod:6193
msgid "(Added in 1.0.68)"
msgstr "(1.0.68 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:5717
+#: ../src/guestfs-actions.pod:5724
msgid "guestfs_mke2fs_JL"
msgstr "guestfs_mke2fs_JL"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5719
+#: ../src/guestfs-actions.pod:5726
#, no-wrap
msgid ""
" int\n"
@@ -40839,17 +40891,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5729
+#: ../src/guestfs-actions.pod:5736
msgid "See also C<guestfs_mke2journal_L>."
msgstr "C<guestfs_mke2journal_L> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:5735
+#: ../src/guestfs-actions.pod:5742
msgid "guestfs_mke2fs_JU"
msgstr "guestfs_mke2fs_JU"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5737
+#: ../src/guestfs-actions.pod:5744
#, no-wrap
msgid ""
" int\n"
@@ -40869,17 +40921,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5747
+#: ../src/guestfs-actions.pod:5754
msgid "See also C<guestfs_mke2journal_U>."
msgstr "C<guestfs_mke2journal_U> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:5753
+#: ../src/guestfs-actions.pod:5760
msgid "guestfs_mke2journal"
msgstr "guestfs_mke2journal"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5755
+#: ../src/guestfs-actions.pod:5762
#, no-wrap
msgid ""
" int\n"
@@ -40895,12 +40947,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5769
+#: ../src/guestfs-actions.pod:5776
msgid "guestfs_mke2journal_L"
msgstr "guestfs_mke2journal_L"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5771
+#: ../src/guestfs-actions.pod:5778
#, no-wrap
msgid ""
" int\n"
@@ -40918,12 +40970,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5783
+#: ../src/guestfs-actions.pod:5790
msgid "guestfs_mke2journal_U"
msgstr "guestfs_mke2journal_U"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5785
+#: ../src/guestfs-actions.pod:5792
#, no-wrap
msgid ""
" int\n"
@@ -40941,12 +40993,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5797
+#: ../src/guestfs-actions.pod:5804
msgid "guestfs_mkfifo"
msgstr "guestfs_mkfifo"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5799
+#: ../src/guestfs-actions.pod:5806
#, no-wrap
msgid ""
" int\n"
@@ -40962,21 +41014,21 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5804
+#: ../src/guestfs-actions.pod:5811
msgid ""
"This call creates a FIFO (named pipe) called C<path> with mode C<mode>. It "
"is just a convenient wrapper around C<guestfs_mknod>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5814
+#: ../src/guestfs-actions.pod:5821
#, fuzzy
#| msgid "guestfs_mkfs_b"
msgid "guestfs_mkfs"
msgstr "guestfs_mkfs_b"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5816
+#: ../src/guestfs-actions.pod:5823
#, no-wrap
msgid ""
" int\n"
@@ -40992,12 +41044,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5829
+#: ../src/guestfs-actions.pod:5836
msgid "guestfs_mkfs_b"
msgstr "guestfs_mkfs_b"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5831
+#: ../src/guestfs-actions.pod:5838
#, no-wrap
msgid ""
" int\n"
@@ -41015,7 +41067,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5837
+#: ../src/guestfs-actions.pod:5844
#, fuzzy
#| msgid ""
#| "I<This function is deprecated.> In new code, use the L</"
@@ -41028,7 +41080,7 @@ msgstr ""
"guestfs_mkfs_opts> を使用してください。"
#. type: textblock
-#: ../src/guestfs-actions.pod:5844
+#: ../src/guestfs-actions.pod:5851
msgid ""
"This call is similar to C<guestfs_mkfs>, but it allows you to control the "
"block size of the resulting filesystem. Supported block sizes depend on the "
@@ -41036,12 +41088,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5856
+#: ../src/guestfs-actions.pod:5863
msgid "guestfs_mkfs_btrfs"
msgstr "guestfs_mkfs_btrfs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5858
+#: ../src/guestfs-actions.pod:5865
#, no-wrap
msgid ""
" int\n"
@@ -41057,7 +41109,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5868
+#: ../src/guestfs-actions.pod:5875
#, no-wrap
msgid ""
" GUESTFS_MKFS_BTRFS_ALLOCSTART, int64_t allocstart,\n"
@@ -41081,7 +41133,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5883
+#: ../src/guestfs-actions.pod:5890
#, fuzzy
#| msgid "To create general filesystems, use C<guestfs_mkfs_opts>."
msgid "To create general filesystems, use C<guestfs_mkfs_opts>."
@@ -41089,17 +41141,17 @@ msgstr ""
"一般的なファイルシステムを作成するには、C<guestfs_mkfs_opts> を使用します。"
#. type: textblock
-#: ../src/guestfs-actions.pod:5887
+#: ../src/guestfs-actions.pod:5894
msgid "(Added in 1.17.25)"
msgstr "(1.17.25 にて追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:5889
+#: ../src/guestfs-actions.pod:5896
msgid "guestfs_mkfs_btrfs_va"
msgstr "guestfs_mkfs_btrfs_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5891
+#: ../src/guestfs-actions.pod:5898
#, no-wrap
msgid ""
" int\n"
@@ -41115,17 +41167,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5896
+#: ../src/guestfs-actions.pod:5903
msgid "This is the \"va_list variant\" of L</guestfs_mkfs_btrfs>."
msgstr "これは L</guestfs_mkfs_btrfs> の \"va_list variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:5900
+#: ../src/guestfs-actions.pod:5907
msgid "guestfs_mkfs_btrfs_argv"
msgstr "guestfs_mkfs_btrfs_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5902
+#: ../src/guestfs-actions.pod:5909
#, no-wrap
msgid ""
" int\n"
@@ -41141,17 +41193,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5907
+#: ../src/guestfs-actions.pod:5914
msgid "This is the \"argv variant\" of L</guestfs_mkfs_btrfs>."
msgstr "これは L</guestfs_mkfs_btrfs> の \"argv variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:5911
+#: ../src/guestfs-actions.pod:5918
msgid "guestfs_mkfs_opts"
msgstr "guestfs_mkfs_opts"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5913
+#: ../src/guestfs-actions.pod:5920
#, no-wrap
msgid ""
" int\n"
@@ -41169,7 +41221,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5924
+#: ../src/guestfs-actions.pod:5931
#, no-wrap
msgid ""
" GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
@@ -41185,17 +41237,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5972
+#: ../src/guestfs-actions.pod:5979
msgid "(Added in 1.7.19)"
msgstr "(1.7.19 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:5974
+#: ../src/guestfs-actions.pod:5981
msgid "guestfs_mkfs_opts_va"
msgstr "guestfs_mkfs_opts_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5976
+#: ../src/guestfs-actions.pod:5983
#, no-wrap
msgid ""
" int\n"
@@ -41213,17 +41265,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5982
+#: ../src/guestfs-actions.pod:5989
msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
msgstr "これは L</guestfs_mkfs_opts> の \"va_list variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:5986
+#: ../src/guestfs-actions.pod:5993
msgid "guestfs_mkfs_opts_argv"
msgstr "guestfs_mkfs_opts_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5988
+#: ../src/guestfs-actions.pod:5995
#, no-wrap
msgid ""
" int\n"
@@ -41241,17 +41293,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5994
+#: ../src/guestfs-actions.pod:6001
msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
msgstr "これは L</guestfs_mkfs_opts> の \"argv variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:5998
+#: ../src/guestfs-actions.pod:6005
msgid "guestfs_mkmountpoint"
msgstr "guestfs_mkmountpoint"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6000
+#: ../src/guestfs-actions.pod:6007
#, no-wrap
msgid ""
" int\n"
@@ -41265,7 +41317,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6004
+#: ../src/guestfs-actions.pod:6011
msgid ""
"C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
"that can be used to create extra mountpoints before mounting the first "
@@ -41276,7 +41328,7 @@ msgstr ""
"な呼び出しです。"
#. type: textblock
-#: ../src/guestfs-actions.pod:6028
+#: ../src/guestfs-actions.pod:6035
msgid ""
"C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>. You "
"may get unexpected errors if you try to mix these calls. It is safest to "
@@ -41284,7 +41336,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6032
+#: ../src/guestfs-actions.pod:6039
msgid ""
"C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
"first, so for this to work for manual mountpoints, you must ensure that the "
@@ -41293,7 +41345,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6039
+#: ../src/guestfs-actions.pod:6046
msgid ""
"Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
"can cause C<guestfs_umount_all> to be called when the handle is closed which "
@@ -41301,18 +41353,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6045 ../src/guestfs-actions.pod:6445
-#: ../src/guestfs-actions.pod:7613
+#: ../src/guestfs-actions.pod:6052 ../src/guestfs-actions.pod:6452
+#: ../src/guestfs-actions.pod:7620
msgid "(Added in 1.0.62)"
msgstr "(1.0.62 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:6047
+#: ../src/guestfs-actions.pod:6054
msgid "guestfs_mknod"
msgstr "guestfs_mknod"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6049
+#: ../src/guestfs-actions.pod:6056
#, no-wrap
msgid ""
" int\n"
@@ -41332,7 +41384,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6064
+#: ../src/guestfs-actions.pod:6071
msgid ""
"Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
"S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
@@ -41343,12 +41395,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6078
+#: ../src/guestfs-actions.pod:6085
msgid "guestfs_mknod_b"
msgstr "guestfs_mknod_b"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6080
+#: ../src/guestfs-actions.pod:6087
#, no-wrap
msgid ""
" int\n"
@@ -41368,7 +41420,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6087
+#: ../src/guestfs-actions.pod:6094
msgid ""
"This call creates a block device node called C<path> with mode C<mode> and "
"device major/minor C<devmajor> and C<devminor>. It is just a convenient "
@@ -41376,12 +41428,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6097
+#: ../src/guestfs-actions.pod:6104
msgid "guestfs_mknod_c"
msgstr "guestfs_mknod_c"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6099
+#: ../src/guestfs-actions.pod:6106
#, no-wrap
msgid ""
" int\n"
@@ -41401,7 +41453,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6106
+#: ../src/guestfs-actions.pod:6113
msgid ""
"This call creates a char device node called C<path> with mode C<mode> and "
"device major/minor C<devmajor> and C<devminor>. It is just a convenient "
@@ -41409,12 +41461,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6116
+#: ../src/guestfs-actions.pod:6123
msgid "guestfs_mkswap"
msgstr "guestfs_mkswap"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6118
+#: ../src/guestfs-actions.pod:6125
#, no-wrap
msgid ""
" int\n"
@@ -41428,12 +41480,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:6128
+#: ../src/guestfs-actions.pod:6135
msgid "guestfs_mkswap_L"
msgstr "guestfs_mkswap_L"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6130
+#: ../src/guestfs-actions.pod:6137
#, no-wrap
msgid ""
" int\n"
@@ -41449,12 +41501,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:6145
+#: ../src/guestfs-actions.pod:6152
msgid "guestfs_mkswap_U"
msgstr "guestfs_mkswap_U"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6147
+#: ../src/guestfs-actions.pod:6154
#, no-wrap
msgid ""
" int\n"
@@ -41470,12 +41522,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:6158
+#: ../src/guestfs-actions.pod:6165
msgid "guestfs_mkswap_file"
msgstr "guestfs_mkswap_file"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6160
+#: ../src/guestfs-actions.pod:6167
#, no-wrap
msgid ""
" int\n"
@@ -41489,19 +41541,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6166
+#: ../src/guestfs-actions.pod:6173
msgid ""
"This command just writes a swap file signature to an existing file. To "
"create the file itself, use something like C<guestfs_fallocate>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6173
+#: ../src/guestfs-actions.pod:6180
msgid "guestfs_modprobe"
msgstr "guestfs_modprobe"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6175
+#: ../src/guestfs-actions.pod:6182
#, no-wrap
msgid ""
" int\n"
@@ -41515,12 +41567,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:6188
+#: ../src/guestfs-actions.pod:6195
msgid "guestfs_mount"
msgstr "guestfs_mount"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6190
+#: ../src/guestfs-actions.pod:6197
#, no-wrap
msgid ""
" int\n"
@@ -41536,7 +41588,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6209
+#: ../src/guestfs-actions.pod:6216
msgid ""
"Before libguestfs 1.13.16, this call implicitly added the options C<sync> "
"and C<noatime>. The C<sync> option greatly slowed writes and caused many "
@@ -41546,12 +41598,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6220
+#: ../src/guestfs-actions.pod:6227
msgid "guestfs_mount_9p"
msgstr "guestfs_mount_9p"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6222
+#: ../src/guestfs-actions.pod:6229
#, no-wrap
msgid ""
" int\n"
@@ -41569,7 +41621,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6233
+#: ../src/guestfs-actions.pod:6240
#, no-wrap
msgid ""
" GUESTFS_MOUNT_9P_OPTIONS, const char *options,\n"
@@ -41579,12 +41631,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:6246
+#: ../src/guestfs-actions.pod:6253
msgid "guestfs_mount_9p_va"
msgstr "guestfs_mount_9p_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6248
+#: ../src/guestfs-actions.pod:6255
#, no-wrap
msgid ""
" int\n"
@@ -41602,17 +41654,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6254
+#: ../src/guestfs-actions.pod:6261
msgid "This is the \"va_list variant\" of L</guestfs_mount_9p>."
msgstr "これは L</guestfs_mount_9p> の \"va_list variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:6258
+#: ../src/guestfs-actions.pod:6265
msgid "guestfs_mount_9p_argv"
msgstr "guestfs_mount_9p_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6260
+#: ../src/guestfs-actions.pod:6267
#, no-wrap
msgid ""
" int\n"
@@ -41630,17 +41682,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6266
+#: ../src/guestfs-actions.pod:6273
msgid "This is the \"argv variant\" of L</guestfs_mount_9p>."
msgstr "これは L</guestfs_mount_9p> の \"argv variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:6270
+#: ../src/guestfs-actions.pod:6277
msgid "guestfs_mount_local"
msgstr "guestfs_mount_local"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6272
+#: ../src/guestfs-actions.pod:6279
#, no-wrap
msgid ""
" int\n"
@@ -41656,7 +41708,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6282
+#: ../src/guestfs-actions.pod:6289
#, no-wrap
msgid ""
" GUESTFS_MOUNT_LOCAL_READONLY, int readonly,\n"
@@ -41672,7 +41724,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6305
+#: ../src/guestfs-actions.pod:6312
msgid ""
"When C<guestfs_mount_local> returns, the filesystem is ready, but is not "
"processing requests (access to it will block). You have to call "
@@ -41680,18 +41732,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6313 ../src/guestfs-actions.pod:6362
-#: ../src/guestfs-actions.pod:9019
+#: ../src/guestfs-actions.pod:6320 ../src/guestfs-actions.pod:6369
+#: ../src/guestfs-actions.pod:9026
msgid "(Added in 1.17.22)"
msgstr "(1.17.22 にて追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:6315
+#: ../src/guestfs-actions.pod:6322
msgid "guestfs_mount_local_va"
msgstr "guestfs_mount_local_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6317
+#: ../src/guestfs-actions.pod:6324
#, no-wrap
msgid ""
" int\n"
@@ -41707,17 +41759,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6322
+#: ../src/guestfs-actions.pod:6329
msgid "This is the \"va_list variant\" of L</guestfs_mount_local>."
msgstr "これは L</guestfs_mount_local> の \"va_list variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:6326
+#: ../src/guestfs-actions.pod:6333
msgid "guestfs_mount_local_argv"
msgstr "guestfs_mount_local_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6328
+#: ../src/guestfs-actions.pod:6335
#, no-wrap
msgid ""
" int\n"
@@ -41733,17 +41785,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6333
+#: ../src/guestfs-actions.pod:6340
msgid "This is the \"argv variant\" of L</guestfs_mount_local>."
msgstr "これは L</guestfs_mount_local> の \"argv variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:6337
+#: ../src/guestfs-actions.pod:6344
msgid "guestfs_mount_local_run"
msgstr "guestfs_mount_local_run"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6339
+#: ../src/guestfs-actions.pod:6346
#, no-wrap
msgid ""
" int\n"
@@ -41755,21 +41807,21 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6345
+#: ../src/guestfs-actions.pod:6352
msgid ""
"This should only be called after C<guestfs_mount_local> returns "
"successfully. The call will not return until the filesystem is unmounted."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6349
+#: ../src/guestfs-actions.pod:6356
msgid ""
"B<Note> you must I<not> make concurrent libguestfs calls on the same handle "
"from another thread, with the exception of C<guestfs_umount_local>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6353
+#: ../src/guestfs-actions.pod:6360
msgid ""
"You may call this from a different thread than the one which called "
"C<guestfs_mount_local>, subject to the usual rules for threads and "
@@ -41777,12 +41829,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6364
+#: ../src/guestfs-actions.pod:6371
msgid "guestfs_mount_loop"
msgstr "guestfs_mount_loop"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6366
+#: ../src/guestfs-actions.pod:6373
#, no-wrap
msgid ""
" int\n"
@@ -41798,12 +41850,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:6379
+#: ../src/guestfs-actions.pod:6386
msgid "guestfs_mount_options"
msgstr "guestfs_mount_options"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6381
+#: ../src/guestfs-actions.pod:6388
#, no-wrap
msgid ""
" int\n"
@@ -41821,25 +41873,25 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6387
+#: ../src/guestfs-actions.pod:6394
msgid ""
"This is the same as the C<guestfs_mount> command, but it allows you to set "
"the mount options as for the L<mount(8)> I<-o> flag."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6397 ../src/guestfs-actions.pod:6411
-#: ../src/guestfs-actions.pod:6428
+#: ../src/guestfs-actions.pod:6404 ../src/guestfs-actions.pod:6418
+#: ../src/guestfs-actions.pod:6435
msgid "(Added in 1.0.10)"
msgstr "(1.0.10 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:6399
+#: ../src/guestfs-actions.pod:6406
msgid "guestfs_mount_ro"
msgstr "guestfs_mount_ro"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6401
+#: ../src/guestfs-actions.pod:6408
#, no-wrap
msgid ""
" int\n"
@@ -41855,19 +41907,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6406
+#: ../src/guestfs-actions.pod:6413
msgid ""
"This is the same as the C<guestfs_mount> command, but it mounts the "
"filesystem with the read-only (I<-o ro>) flag."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6413
+#: ../src/guestfs-actions.pod:6420
msgid "guestfs_mount_vfs"
msgstr "guestfs_mount_vfs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6415
+#: ../src/guestfs-actions.pod:6422
#, no-wrap
msgid ""
" int\n"
@@ -41887,7 +41939,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6422
+#: ../src/guestfs-actions.pod:6429
msgid ""
"This is the same as the C<guestfs_mount> command, but it allows you to set "
"both the mount options and the vfstype as for the L<mount(8)> I<-o> and I<-"
@@ -41895,12 +41947,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6430
+#: ../src/guestfs-actions.pod:6437
msgid "guestfs_mountpoints"
msgstr "guestfs_mountpoints"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6432
+#: ../src/guestfs-actions.pod:6439
#, no-wrap
msgid ""
" char **\n"
@@ -41912,7 +41964,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6435
+#: ../src/guestfs-actions.pod:6442
msgid ""
"This call is similar to C<guestfs_mounts>. That call returns a list of "
"devices. This one returns a hash table (map) of device name to directory "
@@ -41920,12 +41972,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6447
+#: ../src/guestfs-actions.pod:6454
msgid "guestfs_mounts"
msgstr "guestfs_mounts"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6449
+#: ../src/guestfs-actions.pod:6456
#, no-wrap
msgid ""
" char **\n"
@@ -41937,17 +41989,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6457
+#: ../src/guestfs-actions.pod:6464
msgid "See also: C<guestfs_mountpoints>"
msgstr "関連項目: C<guestfs_mountpoints>"
#. type: =head2
-#: ../src/guestfs-actions.pod:6465
+#: ../src/guestfs-actions.pod:6472
msgid "guestfs_mv"
msgstr "guestfs_mv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6467
+#: ../src/guestfs-actions.pod:6474
#, no-wrap
msgid ""
" int\n"
@@ -41963,12 +42015,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:6479
+#: ../src/guestfs-actions.pod:6486
msgid "guestfs_nr_devices"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6481
+#: ../src/guestfs-actions.pod:6488
#, no-wrap
msgid ""
" int\n"
@@ -41977,7 +42029,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6484
+#: ../src/guestfs-actions.pod:6491
msgid ""
"This returns the number of whole block devices that were added. This is the "
"same as the number of devices that would be returned if you called "
@@ -41985,19 +42037,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6488
+#: ../src/guestfs-actions.pod:6495
msgid ""
"To find out the maximum number of devices that could be added, call "
"C<guestfs_max_disks>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6493
+#: ../src/guestfs-actions.pod:6500
msgid "guestfs_ntfs_3g_probe"
msgstr "guestfs_ntfs_3g_probe"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6495
+#: ../src/guestfs-actions.pod:6502
#, no-wrap
msgid ""
" int\n"
@@ -42013,17 +42065,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6514
+#: ../src/guestfs-actions.pod:6521
msgid "(Added in 1.0.43)"
msgstr "(1.0.43 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:6516
+#: ../src/guestfs-actions.pod:6523
msgid "guestfs_ntfsclone_in"
msgstr "guestfs_ntfsclone_in"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6518
+#: ../src/guestfs-actions.pod:6525
#, no-wrap
msgid ""
" int\n"
@@ -42039,7 +42091,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6523
+#: ../src/guestfs-actions.pod:6530
msgid ""
"Restore the C<backupfile> (from a previous call to C<guestfs_ntfsclone_out>) "
"to C<device>, overwriting any existing contents of this device."
@@ -42048,18 +42100,18 @@ msgstr ""
"C<device> に復元します。このデバイスの既存の内容はすべて上書きされます。"
#. type: textblock
-#: ../src/guestfs-actions.pod:6529 ../src/guestfs-actions.pod:6567
-#: ../src/guestfs-actions.pod:6619 ../src/guestfs-actions.pod:7900
+#: ../src/guestfs-actions.pod:6536 ../src/guestfs-actions.pod:6574
+#: ../src/guestfs-actions.pod:6626 ../src/guestfs-actions.pod:7907
msgid "(Added in 1.17.9)"
msgstr "(1.17.9 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:6531
+#: ../src/guestfs-actions.pod:6538
msgid "guestfs_ntfsclone_out"
msgstr "guestfs_ntfsclone_out"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6533
+#: ../src/guestfs-actions.pod:6540
#, no-wrap
msgid ""
" int\n"
@@ -42077,7 +42129,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6544
+#: ../src/guestfs-actions.pod:6551
#, no-wrap
msgid ""
" GUESTFS_NTFSCLONE_OUT_METADATAONLY, int metadataonly,\n"
@@ -42095,7 +42147,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6562
+#: ../src/guestfs-actions.pod:6569
msgid ""
"Use C<guestfs_ntfsclone_in> to restore the file back to a libguestfs device."
msgstr ""
@@ -42103,12 +42155,12 @@ msgstr ""
"ます。"
#. type: =head2
-#: ../src/guestfs-actions.pod:6569
+#: ../src/guestfs-actions.pod:6576
msgid "guestfs_ntfsclone_out_va"
msgstr "guestfs_ntfsclone_out_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6571
+#: ../src/guestfs-actions.pod:6578
#, no-wrap
msgid ""
" int\n"
@@ -42126,17 +42178,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6577
+#: ../src/guestfs-actions.pod:6584
msgid "This is the \"va_list variant\" of L</guestfs_ntfsclone_out>."
msgstr "これは L</guestfs_ntfsclone_out> の \"va_list variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:6581
+#: ../src/guestfs-actions.pod:6588
msgid "guestfs_ntfsclone_out_argv"
msgstr "guestfs_ntfsclone_out_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6583
+#: ../src/guestfs-actions.pod:6590
#, no-wrap
msgid ""
" int\n"
@@ -42154,17 +42206,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6589
+#: ../src/guestfs-actions.pod:6596
msgid "This is the \"argv variant\" of L</guestfs_ntfsclone_out>."
msgstr "これは L</guestfs_ntfsclone_out> の \"argv variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:6593
+#: ../src/guestfs-actions.pod:6600
msgid "guestfs_ntfsfix"
msgstr "guestfs_ntfsfix"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6595
+#: ../src/guestfs-actions.pod:6602
#, no-wrap
msgid ""
" int\n"
@@ -42180,7 +42232,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6605
+#: ../src/guestfs-actions.pod:6612
#, no-wrap
msgid ""
" GUESTFS_NTFSFIX_CLEARBADSECTORS, int clearbadsectors,\n"
@@ -42190,12 +42242,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:6621
+#: ../src/guestfs-actions.pod:6628
msgid "guestfs_ntfsfix_va"
msgstr "guestfs_ntfsfix_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6623
+#: ../src/guestfs-actions.pod:6630
#, no-wrap
msgid ""
" int\n"
@@ -42211,17 +42263,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6628
+#: ../src/guestfs-actions.pod:6635
msgid "This is the \"va_list variant\" of L</guestfs_ntfsfix>."
msgstr "これは L</guestfs_ntfsfix> の \"va_list variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:6632
+#: ../src/guestfs-actions.pod:6639
msgid "guestfs_ntfsfix_argv"
msgstr "guestfs_ntfsfix_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6634
+#: ../src/guestfs-actions.pod:6641
#, no-wrap
msgid ""
" int\n"
@@ -42237,19 +42289,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6639
+#: ../src/guestfs-actions.pod:6646
msgid "This is the \"argv variant\" of L</guestfs_ntfsfix>."
msgstr "これは L</guestfs_ntfsfix> の \"argv variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:6643
+#: ../src/guestfs-actions.pod:6650
#, fuzzy
#| msgid "guestfs_ntfsresize_opts"
msgid "guestfs_ntfsresize"
msgstr "guestfs_ntfsresize_opts"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6645
+#: ../src/guestfs-actions.pod:6652
#, no-wrap
msgid ""
" int\n"
@@ -42263,7 +42315,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6649 ../src/guestfs-actions.pod:6749
+#: ../src/guestfs-actions.pod:6656 ../src/guestfs-actions.pod:6756
#, fuzzy
#| msgid ""
#| "I<This function is deprecated.> In new code, use the L</"
@@ -42276,12 +42328,12 @@ msgstr ""
"guestfs_ntfsresize_opts> を使用してください。"
#. type: =head2
-#: ../src/guestfs-actions.pod:6673
+#: ../src/guestfs-actions.pod:6680
msgid "guestfs_ntfsresize_opts"
msgstr "guestfs_ntfsresize_opts"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6675
+#: ../src/guestfs-actions.pod:6682
#, no-wrap
msgid ""
" int\n"
@@ -42297,7 +42349,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6685
+#: ../src/guestfs-actions.pod:6692
#, no-wrap
msgid ""
" GUESTFS_NTFSRESIZE_OPTS_SIZE, int64_t size,\n"
@@ -42309,7 +42361,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6705
+#: ../src/guestfs-actions.pod:6712
msgid ""
"After the resize operation, the filesystem is always marked as requiring a "
"consistency check (for safety). You have to boot into Windows to perform "
@@ -42320,12 +42372,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6720
+#: ../src/guestfs-actions.pod:6727
msgid "guestfs_ntfsresize_opts_va"
msgstr "guestfs_ntfsresize_opts_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6722
+#: ../src/guestfs-actions.pod:6729
#, no-wrap
msgid ""
" int\n"
@@ -42341,17 +42393,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6727
+#: ../src/guestfs-actions.pod:6734
msgid "This is the \"va_list variant\" of L</guestfs_ntfsresize_opts>."
msgstr "これは L</guestfs_ntfsresize_opts> の \"va_list variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:6731
+#: ../src/guestfs-actions.pod:6738
msgid "guestfs_ntfsresize_opts_argv"
msgstr "guestfs_ntfsresize_opts_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6733
+#: ../src/guestfs-actions.pod:6740
#, no-wrap
msgid ""
" int\n"
@@ -42367,17 +42419,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6738
+#: ../src/guestfs-actions.pod:6745
msgid "This is the \"argv variant\" of L</guestfs_ntfsresize_opts>."
msgstr "これは L</guestfs_ntfsresize_opts> の \"argv variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:6742
+#: ../src/guestfs-actions.pod:6749
msgid "guestfs_ntfsresize_size"
msgstr "guestfs_ntfsresize_size"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6744
+#: ../src/guestfs-actions.pod:6751
#, no-wrap
msgid ""
" int\n"
@@ -42393,26 +42445,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6756
+#: ../src/guestfs-actions.pod:6763
msgid ""
"This command is the same as C<guestfs_ntfsresize> except that it allows you "
"to specify the new size (in bytes) explicitly."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6761 ../src/guestfs-actions.pod:7220
-#: ../src/guestfs-actions.pod:7293 ../src/guestfs-actions.pod:7561
-#: ../src/guestfs-actions.pod:9522
+#: ../src/guestfs-actions.pod:6768 ../src/guestfs-actions.pod:7227
+#: ../src/guestfs-actions.pod:7300 ../src/guestfs-actions.pod:7568
+#: ../src/guestfs-actions.pod:9529
msgid "(Added in 1.3.14)"
msgstr "(1.3.14 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:6763
+#: ../src/guestfs-actions.pod:6770
msgid "guestfs_part_add"
msgstr "guestfs_part_add"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6765
+#: ../src/guestfs-actions.pod:6772
#, no-wrap
msgid ""
" int\n"
@@ -42432,34 +42484,34 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6772
+#: ../src/guestfs-actions.pod:6779
msgid ""
"This command adds a partition to C<device>. If there is no partition table "
"on the device, call C<guestfs_part_init> first."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6784
+#: ../src/guestfs-actions.pod:6791
msgid ""
"Creating a partition which covers the whole disk is not so easy. Use "
"C<guestfs_part_disk> to do that."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6789 ../src/guestfs-actions.pod:6824
-#: ../src/guestfs-actions.pod:6877 ../src/guestfs-actions.pod:6961
-#: ../src/guestfs-actions.pod:6999 ../src/guestfs-actions.pod:7018
-#: ../src/guestfs-actions.pod:7058
+#: ../src/guestfs-actions.pod:6796 ../src/guestfs-actions.pod:6831
+#: ../src/guestfs-actions.pod:6884 ../src/guestfs-actions.pod:6968
+#: ../src/guestfs-actions.pod:7006 ../src/guestfs-actions.pod:7025
+#: ../src/guestfs-actions.pod:7065
msgid "(Added in 1.0.78)"
msgstr "(1.0.78 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:6791
+#: ../src/guestfs-actions.pod:6798
msgid "guestfs_part_del"
msgstr "guestfs_part_del"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6793
+#: ../src/guestfs-actions.pod:6800
#, no-wrap
msgid ""
" int\n"
@@ -42475,12 +42527,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:6808
+#: ../src/guestfs-actions.pod:6815
msgid "guestfs_part_disk"
msgstr "guestfs_part_disk"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6810
+#: ../src/guestfs-actions.pod:6817
#, no-wrap
msgid ""
" int\n"
@@ -42496,7 +42548,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6815
+#: ../src/guestfs-actions.pod:6822
msgid ""
"This command is simply a combination of C<guestfs_part_init> followed by "
"C<guestfs_part_add> to create a single primary partition covering the whole "
@@ -42504,19 +42556,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6819
+#: ../src/guestfs-actions.pod:6826
msgid ""
"C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
"possible values are described in C<guestfs_part_init>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6826
+#: ../src/guestfs-actions.pod:6833
msgid "guestfs_part_get_bootable"
msgstr "guestfs_part_get_bootable"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6828
+#: ../src/guestfs-actions.pod:6835
#, no-wrap
msgid ""
" int\n"
@@ -42532,17 +42584,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6836
+#: ../src/guestfs-actions.pod:6843
msgid "See also C<guestfs_part_set_bootable>."
msgstr "C<guestfs_part_set_bootable> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:6842
+#: ../src/guestfs-actions.pod:6849
msgid "guestfs_part_get_mbr_id"
msgstr "guestfs_part_get_mbr_id"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6844
+#: ../src/guestfs-actions.pod:6851
#, no-wrap
msgid ""
" int\n"
@@ -42558,7 +42610,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6852 ../src/guestfs-actions.pod:7034
+#: ../src/guestfs-actions.pod:6859 ../src/guestfs-actions.pod:7041
msgid ""
"Note that only MBR (old DOS-style) partitions have type bytes. You will get "
"undefined results for other partition table types (see "
@@ -42566,12 +42618,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6860
+#: ../src/guestfs-actions.pod:6867
msgid "guestfs_part_get_parttype"
msgstr "guestfs_part_get_parttype"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6862
+#: ../src/guestfs-actions.pod:6869
#, no-wrap
msgid ""
" char *\n"
@@ -42585,7 +42637,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6869
+#: ../src/guestfs-actions.pod:6876
msgid ""
"Common return values include: C<msdos> (a DOS/Windows style MBR partition "
"table), C<gpt> (a GPT/EFI-style partition table). Other values are "
@@ -42593,12 +42645,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6879
+#: ../src/guestfs-actions.pod:6886
msgid "guestfs_part_init"
msgstr "guestfs_part_init"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6881
+#: ../src/guestfs-actions.pod:6888
#, no-wrap
msgid ""
" int\n"
@@ -42614,19 +42666,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6890
+#: ../src/guestfs-actions.pod:6897
msgid ""
"Initially there are no partitions. Following this, you should call "
"C<guestfs_part_add> for each partition required."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6963
+#: ../src/guestfs-actions.pod:6970
msgid "guestfs_part_list"
msgstr "guestfs_part_list"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6965
+#: ../src/guestfs-actions.pod:6972
#, no-wrap
msgid ""
" struct guestfs_partition_list *\n"
@@ -42640,14 +42692,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6982
+#: ../src/guestfs-actions.pod:6989
msgid ""
"Start of the partition I<in bytes>. To get sectors you have to divide by "
"the device's sector size, see C<guestfs_blockdev_getss>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6995
+#: ../src/guestfs-actions.pod:7002
msgid ""
"This function returns a C<struct guestfs_partition_list *>, or NULL if there "
"was an error. I<The caller must call C<guestfs_free_partition_list> after "
@@ -42655,12 +42707,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7001
+#: ../src/guestfs-actions.pod:7008
msgid "guestfs_part_set_bootable"
msgstr "guestfs_part_set_bootable"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7003
+#: ../src/guestfs-actions.pod:7010
#, no-wrap
msgid ""
" int\n"
@@ -42678,12 +42730,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7020
+#: ../src/guestfs-actions.pod:7027
msgid "guestfs_part_set_mbr_id"
msgstr "guestfs_part_set_mbr_id"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7022
+#: ../src/guestfs-actions.pod:7029
#, no-wrap
msgid ""
" int\n"
@@ -42701,12 +42753,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7042
+#: ../src/guestfs-actions.pod:7049
msgid "guestfs_part_set_name"
msgstr "guestfs_part_set_name"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7044
+#: ../src/guestfs-actions.pod:7051
#, no-wrap
msgid ""
" int\n"
@@ -42724,12 +42776,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7060
+#: ../src/guestfs-actions.pod:7067
msgid "guestfs_part_to_dev"
msgstr "guestfs_part_to_dev"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7062
+#: ../src/guestfs-actions.pod:7069
#, no-wrap
msgid ""
" char *\n"
@@ -42743,24 +42795,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7070 ../src/guestfs-actions.pod:7089
+#: ../src/guestfs-actions.pod:7077 ../src/guestfs-actions.pod:7096
msgid ""
"The named partition must exist, for example as a string returned from "
"C<guestfs_list_partitions>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7073
+#: ../src/guestfs-actions.pod:7080
msgid "See also C<guestfs_part_to_partnum>, C<guestfs_device_index>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7080
+#: ../src/guestfs-actions.pod:7087
msgid "guestfs_part_to_partnum"
msgstr "guestfs_part_to_partnum"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7082
+#: ../src/guestfs-actions.pod:7089
#, no-wrap
msgid ""
" int\n"
@@ -42774,17 +42826,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7092
+#: ../src/guestfs-actions.pod:7099
msgid "See also C<guestfs_part_to_dev>."
msgstr "C<guestfs_part_to_dev> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:7098
+#: ../src/guestfs-actions.pod:7105
msgid "guestfs_ping_daemon"
msgstr "guestfs_ping_daemon"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7100
+#: ../src/guestfs-actions.pod:7107
#, no-wrap
msgid ""
" int\n"
@@ -42796,12 +42848,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7112
+#: ../src/guestfs-actions.pod:7119
msgid "guestfs_pread"
msgstr "guestfs_pread"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7114
+#: ../src/guestfs-actions.pod:7121
#, no-wrap
msgid ""
" char *\n"
@@ -42821,17 +42873,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7127
+#: ../src/guestfs-actions.pod:7134
msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
msgstr "C<guestfs_pwrite>, C<guestfs_pread_device> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:7138
+#: ../src/guestfs-actions.pod:7145
msgid "guestfs_pread_device"
msgstr "guestfs_pread_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7140
+#: ../src/guestfs-actions.pod:7147
#, no-wrap
msgid ""
" char *\n"
@@ -42851,22 +42903,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7153
+#: ../src/guestfs-actions.pod:7160
msgid "See also C<guestfs_pread>."
msgstr "C<guestfs_pread> 参照。"
#. type: textblock
-#: ../src/guestfs-actions.pod:7162
+#: ../src/guestfs-actions.pod:7169
msgid "(Added in 1.5.21)"
msgstr "(1.5.21 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:7164
+#: ../src/guestfs-actions.pod:7171
msgid "guestfs_pvcreate"
msgstr "guestfs_pvcreate"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7166
+#: ../src/guestfs-actions.pod:7173
#, no-wrap
msgid ""
" int\n"
@@ -42880,12 +42932,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7178
+#: ../src/guestfs-actions.pod:7185
msgid "guestfs_pvremove"
msgstr "guestfs_pvremove"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7180
+#: ../src/guestfs-actions.pod:7187
#, no-wrap
msgid ""
" int\n"
@@ -42899,12 +42951,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7195
+#: ../src/guestfs-actions.pod:7202
msgid "guestfs_pvresize"
msgstr "guestfs_pvresize"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7197
+#: ../src/guestfs-actions.pod:7204
#, no-wrap
msgid ""
" int\n"
@@ -42918,12 +42970,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7208
+#: ../src/guestfs-actions.pod:7215
msgid "guestfs_pvresize_size"
msgstr "guestfs_pvresize_size"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7210
+#: ../src/guestfs-actions.pod:7217
#, no-wrap
msgid ""
" int\n"
@@ -42939,19 +42991,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7215
+#: ../src/guestfs-actions.pod:7222
msgid ""
"This command is the same as C<guestfs_pvresize> except that it allows you to "
"specify the new size (in bytes) explicitly."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7222
+#: ../src/guestfs-actions.pod:7229
msgid "guestfs_pvs"
msgstr "guestfs_pvs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7224
+#: ../src/guestfs-actions.pod:7231
#, no-wrap
msgid ""
" char **\n"
@@ -42963,17 +43015,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7233
+#: ../src/guestfs-actions.pod:7240
msgid "See also C<guestfs_pvs_full>."
msgstr "C<guestfs_pvs_full> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:7241
+#: ../src/guestfs-actions.pod:7248
msgid "guestfs_pvs_full"
msgstr "guestfs_pvs_full"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7243
+#: ../src/guestfs-actions.pod:7250
#, no-wrap
msgid ""
" struct guestfs_lvm_pv_list *\n"
@@ -42985,19 +43037,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7249
+#: ../src/guestfs-actions.pod:7256
msgid ""
"This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
"was an error. I<The caller must call C<guestfs_free_lvm_pv_list> after use>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7255
+#: ../src/guestfs-actions.pod:7262
msgid "guestfs_pvuuid"
msgstr "guestfs_pvuuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7257
+#: ../src/guestfs-actions.pod:7264
#, no-wrap
msgid ""
" char *\n"
@@ -43011,12 +43063,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7268
+#: ../src/guestfs-actions.pod:7275
msgid "guestfs_pwrite"
msgstr "guestfs_pwrite"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7270
+#: ../src/guestfs-actions.pod:7277
#, no-wrap
msgid ""
" int\n"
@@ -43036,17 +43088,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7286
+#: ../src/guestfs-actions.pod:7293
msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
msgstr "C<guestfs_pread>, C<guestfs_pwrite_device> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:7295
+#: ../src/guestfs-actions.pod:7302
msgid "guestfs_pwrite_device"
msgstr "guestfs_pwrite_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7297
+#: ../src/guestfs-actions.pod:7304
#, no-wrap
msgid ""
" int\n"
@@ -43066,22 +43118,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7312
+#: ../src/guestfs-actions.pod:7319
msgid "See also C<guestfs_pwrite>."
msgstr "C<guestfs_pwrite> 参照。"
#. type: textblock
-#: ../src/guestfs-actions.pod:7319
+#: ../src/guestfs-actions.pod:7326
msgid "(Added in 1.5.20)"
msgstr "(1.5.20 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:7321
+#: ../src/guestfs-actions.pod:7328
msgid "guestfs_read_file"
msgstr "guestfs_read_file"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7323
+#: ../src/guestfs-actions.pod:7330
#, no-wrap
msgid ""
" char *\n"
@@ -43097,7 +43149,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7331
+#: ../src/guestfs-actions.pod:7338
msgid ""
"Unlike C<guestfs_cat>, this function can correctly handle files that contain "
"embedded ASCII NUL characters. However unlike C<guestfs_download>, this "
@@ -43105,17 +43157,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7343
+#: ../src/guestfs-actions.pod:7350
msgid "(Added in 1.0.63)"
msgstr "(1.0.63 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:7345
+#: ../src/guestfs-actions.pod:7352
msgid "guestfs_read_lines"
msgstr "guestfs_read_lines"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7347
+#: ../src/guestfs-actions.pod:7354
#, no-wrap
msgid ""
" char **\n"
@@ -43129,7 +43181,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7356
+#: ../src/guestfs-actions.pod:7363
msgid ""
"Note that this function cannot correctly handle binary files (specifically, "
"files containing C<\\0> character which is treated as end of line). For "
@@ -43138,12 +43190,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7367
+#: ../src/guestfs-actions.pod:7374
msgid "guestfs_readdir"
msgstr "guestfs_readdir"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7369
+#: ../src/guestfs-actions.pod:7376
#, no-wrap
msgid ""
" struct guestfs_dirent_list *\n"
@@ -43157,7 +43209,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7423
+#: ../src/guestfs-actions.pod:7430
msgid ""
"This function is primarily intended for use by programs. To get a simple "
"list of names, use C<guestfs_ls>. To get a printable directory for human "
@@ -43165,7 +43217,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7427
+#: ../src/guestfs-actions.pod:7434
msgid ""
"This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
"was an error. I<The caller must call C<guestfs_free_dirent_list> after use>."
@@ -43175,12 +43227,12 @@ msgstr ""
"を呼び出す必要があります>。"
#. type: =head2
-#: ../src/guestfs-actions.pod:7433
+#: ../src/guestfs-actions.pod:7440
msgid "guestfs_readlink"
msgstr "guestfs_readlink"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7435
+#: ../src/guestfs-actions.pod:7442
#, no-wrap
msgid ""
" char *\n"
@@ -43194,12 +43246,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7446
+#: ../src/guestfs-actions.pod:7453
msgid "guestfs_readlinklist"
msgstr "guestfs_readlinklist"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7448
+#: ../src/guestfs-actions.pod:7455
#, no-wrap
msgid ""
" char **\n"
@@ -43215,12 +43267,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7481
+#: ../src/guestfs-actions.pod:7488
msgid "guestfs_realpath"
msgstr "guestfs_realpath"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7483
+#: ../src/guestfs-actions.pod:7490
#, no-wrap
msgid ""
" char *\n"
@@ -43234,12 +43286,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7495
+#: ../src/guestfs-actions.pod:7502
msgid "guestfs_removexattr"
msgstr "guestfs_removexattr"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7497
+#: ../src/guestfs-actions.pod:7504
#, no-wrap
msgid ""
" int\n"
@@ -43255,17 +43307,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7505
+#: ../src/guestfs-actions.pod:7512
msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
msgstr "関連項目: C<guestfs_lremovexattr>, L<attr(5)>"
#. type: =head2
-#: ../src/guestfs-actions.pod:7511
+#: ../src/guestfs-actions.pod:7518
msgid "guestfs_resize2fs"
msgstr "guestfs_resize2fs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7513
+#: ../src/guestfs-actions.pod:7520
#, no-wrap
msgid ""
" int\n"
@@ -43279,12 +43331,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7526
+#: ../src/guestfs-actions.pod:7533
msgid "guestfs_resize2fs_M"
msgstr "guestfs_resize2fs_M"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7528
+#: ../src/guestfs-actions.pod:7535
#, no-wrap
msgid ""
" int\n"
@@ -43298,7 +43350,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7532
+#: ../src/guestfs-actions.pod:7539
msgid ""
"This command is the same as C<guestfs_resize2fs>, but the filesystem is "
"resized to its minimum size. This works like the I<-M> option to the "
@@ -43306,7 +43358,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7536
+#: ../src/guestfs-actions.pod:7543
msgid ""
"To get the resulting size of the filesystem you should call "
"C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values. "
@@ -43315,12 +43367,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7547
+#: ../src/guestfs-actions.pod:7554
msgid "guestfs_resize2fs_size"
msgstr "guestfs_resize2fs_size"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7549
+#: ../src/guestfs-actions.pod:7556
#, no-wrap
msgid ""
" int\n"
@@ -43336,19 +43388,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7554
+#: ../src/guestfs-actions.pod:7561
msgid ""
"This command is the same as C<guestfs_resize2fs> except that it allows you "
"to specify the new size (in bytes) explicitly."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7563
+#: ../src/guestfs-actions.pod:7570
msgid "guestfs_rm"
msgstr "guestfs_rm"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7565
+#: ../src/guestfs-actions.pod:7572
#, no-wrap
msgid ""
" int\n"
@@ -43362,12 +43414,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7575
+#: ../src/guestfs-actions.pod:7582
msgid "guestfs_rm_rf"
msgstr "guestfs_rm_rf"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7577
+#: ../src/guestfs-actions.pod:7584
#, no-wrap
msgid ""
" int\n"
@@ -43381,12 +43433,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7589
+#: ../src/guestfs-actions.pod:7596
msgid "guestfs_rmdir"
msgstr "guestfs_rmdir"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7591
+#: ../src/guestfs-actions.pod:7598
#, no-wrap
msgid ""
" int\n"
@@ -43400,12 +43452,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7601
+#: ../src/guestfs-actions.pod:7608
msgid "guestfs_rmmountpoint"
msgstr "guestfs_rmmountpoint"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7603
+#: ../src/guestfs-actions.pod:7610
#, no-wrap
msgid ""
" int\n"
@@ -43419,19 +43471,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7607
+#: ../src/guestfs-actions.pod:7614
msgid ""
"This calls removes a mountpoint that was previously created with "
"C<guestfs_mkmountpoint>. See C<guestfs_mkmountpoint> for full details."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7615
+#: ../src/guestfs-actions.pod:7622
msgid "guestfs_scrub_device"
msgstr "guestfs_scrub_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7617
+#: ../src/guestfs-actions.pod:7624
#, no-wrap
msgid ""
" int\n"
@@ -43445,18 +43497,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7629 ../src/guestfs-actions.pod:7647
-#: ../src/guestfs-actions.pod:7666
+#: ../src/guestfs-actions.pod:7636 ../src/guestfs-actions.pod:7654
+#: ../src/guestfs-actions.pod:7673
msgid "(Added in 1.0.52)"
msgstr "(1.0.52 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:7631
+#: ../src/guestfs-actions.pod:7638
msgid "guestfs_scrub_file"
msgstr "guestfs_scrub_file"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7633
+#: ../src/guestfs-actions.pod:7640
#, no-wrap
msgid ""
" int\n"
@@ -43470,12 +43522,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7649
+#: ../src/guestfs-actions.pod:7656
msgid "guestfs_scrub_freespace"
msgstr "guestfs_scrub_freespace"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7651
+#: ../src/guestfs-actions.pod:7658
#, no-wrap
msgid ""
" int\n"
@@ -43489,7 +43541,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7655
+#: ../src/guestfs-actions.pod:7662
msgid ""
"This command creates the directory C<dir> and then fills it with files until "
"the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
@@ -43498,12 +43550,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7668
+#: ../src/guestfs-actions.pod:7675
msgid "guestfs_set_append"
msgstr "guestfs_set_append"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7670
+#: ../src/guestfs-actions.pod:7677
#, no-wrap
msgid ""
" int\n"
@@ -43517,12 +43569,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7687
+#: ../src/guestfs-actions.pod:7694
msgid "guestfs_set_attach_method"
msgstr "guestfs_set_attach_method"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7689
+#: ../src/guestfs-actions.pod:7696
#, no-wrap
msgid ""
" int\n"
@@ -43536,12 +43588,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7717
+#: ../src/guestfs-actions.pod:7724
msgid "guestfs_set_autosync"
msgstr "guestfs_set_autosync"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7719
+#: ../src/guestfs-actions.pod:7726
#, no-wrap
msgid ""
" int\n"
@@ -43555,12 +43607,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7735
+#: ../src/guestfs-actions.pod:7742
msgid "guestfs_set_direct"
msgstr "guestfs_set_direct"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7737
+#: ../src/guestfs-actions.pod:7744
#, no-wrap
msgid ""
" int\n"
@@ -43574,7 +43626,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7745
+#: ../src/guestfs-actions.pod:7752
msgid ""
"One consequence of this is that log messages aren't caught by the library "
"and handled by C<guestfs_set_log_message_callback>, but go straight to "
@@ -43582,12 +43634,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7758
+#: ../src/guestfs-actions.pod:7765
msgid "guestfs_set_e2attrs"
msgstr "guestfs_set_e2attrs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7760
+#: ../src/guestfs-actions.pod:7767
#, no-wrap
msgid ""
" int\n"
@@ -43605,7 +43657,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7771
+#: ../src/guestfs-actions.pod:7778
#, no-wrap
msgid ""
" GUESTFS_SET_E2ATTRS_CLEAR, int clear,\n"
@@ -43615,7 +43667,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7776
+#: ../src/guestfs-actions.pod:7783
msgid ""
"C<attrs> is a string of characters representing file attributes. See "
"C<guestfs_get_e2attrs> for a list of possible attributes. Not all "
@@ -43626,12 +43678,12 @@ msgstr ""
"りません。"
#. type: =head2
-#: ../src/guestfs-actions.pod:7797
+#: ../src/guestfs-actions.pod:7804
msgid "guestfs_set_e2attrs_va"
msgstr "guestfs_set_e2attrs_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7799
+#: ../src/guestfs-actions.pod:7806
#, no-wrap
msgid ""
" int\n"
@@ -43649,17 +43701,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7805
+#: ../src/guestfs-actions.pod:7812
msgid "This is the \"va_list variant\" of L</guestfs_set_e2attrs>."
msgstr "これは L</guestfs_set_e2attrs> の \"va_list variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:7809
+#: ../src/guestfs-actions.pod:7816
msgid "guestfs_set_e2attrs_argv"
msgstr "guestfs_set_e2attrs_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7811
+#: ../src/guestfs-actions.pod:7818
#, no-wrap
msgid ""
" int\n"
@@ -43677,17 +43729,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7817
+#: ../src/guestfs-actions.pod:7824
msgid "This is the \"argv variant\" of L</guestfs_set_e2attrs>."
msgstr "これは L</guestfs_set_e2attrs> の \"argv variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:7821
+#: ../src/guestfs-actions.pod:7828
msgid "guestfs_set_e2generation"
msgstr "guestfs_set_e2generation"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7823
+#: ../src/guestfs-actions.pod:7830
#, no-wrap
msgid ""
" int\n"
@@ -43703,17 +43755,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7830
+#: ../src/guestfs-actions.pod:7837
msgid "See C<guestfs_get_e2generation>."
msgstr "C<guestfs_get_e2generation> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:7836
+#: ../src/guestfs-actions.pod:7843
msgid "guestfs_set_e2label"
msgstr "guestfs_set_e2label"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7838
+#: ../src/guestfs-actions.pod:7845
#, no-wrap
msgid ""
" int\n"
@@ -43729,7 +43781,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7843
+#: ../src/guestfs-actions.pod:7850
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_set_label> "
"call instead."
@@ -43738,19 +43790,19 @@ msgstr ""
"guestfs_set_label> を使用してください。"
#. type: textblock
-#: ../src/guestfs-actions.pod:7854
+#: ../src/guestfs-actions.pod:7861
msgid ""
"You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
"the existing label on a filesystem."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7861
+#: ../src/guestfs-actions.pod:7868
msgid "guestfs_set_e2uuid"
msgstr "guestfs_set_e2uuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7863
+#: ../src/guestfs-actions.pod:7870
#, no-wrap
msgid ""
" int\n"
@@ -43766,19 +43818,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7873
+#: ../src/guestfs-actions.pod:7880
msgid ""
"You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
"the existing UUID of a filesystem."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7880
+#: ../src/guestfs-actions.pod:7887
msgid "guestfs_set_label"
msgstr "guestfs_set_label"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7882
+#: ../src/guestfs-actions.pod:7889
#, no-wrap
msgid ""
" int\n"
@@ -43794,19 +43846,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7896
+#: ../src/guestfs-actions.pod:7903
msgid "To read the label on a filesystem, call C<guestfs_vfs_label>."
msgstr ""
"ファイルシステムにあるラベルを読み込むには C<guestfs_vfs_label> を呼び出しま"
"す。"
#. type: =head2
-#: ../src/guestfs-actions.pod:7902
+#: ../src/guestfs-actions.pod:7909
msgid "guestfs_set_memsize"
msgstr "guestfs_set_memsize"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7904
+#: ../src/guestfs-actions.pod:7911
#, no-wrap
msgid ""
" int\n"
@@ -43820,19 +43872,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7908
+#: ../src/guestfs-actions.pod:7915
msgid ""
"This sets the memory size in megabytes allocated to the qemu subprocess. "
"This only has any effect if called before C<guestfs_launch>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7923
+#: ../src/guestfs-actions.pod:7930
msgid "guestfs_set_network"
msgstr "guestfs_set_network"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7925
+#: ../src/guestfs-actions.pod:7932
#, no-wrap
msgid ""
" int\n"
@@ -43846,19 +43898,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7935
+#: ../src/guestfs-actions.pod:7942
msgid ""
"You must call this before calling C<guestfs_launch>, otherwise it has no "
"effect."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7942
+#: ../src/guestfs-actions.pod:7949
msgid "guestfs_set_path"
msgstr "guestfs_set_path"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7944
+#: ../src/guestfs-actions.pod:7951
#, no-wrap
msgid ""
" int\n"
@@ -43872,12 +43924,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7959
+#: ../src/guestfs-actions.pod:7966
msgid "guestfs_set_pgroup"
msgstr "guestfs_set_pgroup"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7961
+#: ../src/guestfs-actions.pod:7968
#, no-wrap
msgid ""
" int\n"
@@ -43891,7 +43943,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7971
+#: ../src/guestfs-actions.pod:7978
msgid ""
"The default for this flag is false, because usually you want C<^C> to kill "
"the subprocess. Guestfish sets this flag to true when used interactively, "
@@ -43900,12 +43952,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7980
+#: ../src/guestfs-actions.pod:7987
msgid "guestfs_set_qemu"
msgstr "guestfs_set_qemu"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7982
+#: ../src/guestfs-actions.pod:7989
#, no-wrap
msgid ""
" int\n"
@@ -43919,12 +43971,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8008
+#: ../src/guestfs-actions.pod:8015
msgid "guestfs_set_recovery_proc"
msgstr "guestfs_set_recovery_proc"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8010
+#: ../src/guestfs-actions.pod:8017
#, no-wrap
msgid ""
" int\n"
@@ -43938,7 +43990,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8014
+#: ../src/guestfs-actions.pod:8021
msgid ""
"If this is called with the parameter C<false> then C<guestfs_launch> does "
"not create a recovery process. The purpose of the recovery process is to "
@@ -43947,19 +43999,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8019
+#: ../src/guestfs-actions.pod:8026
msgid ""
"This only has any effect if called before C<guestfs_launch>, and the default "
"is true."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8032
+#: ../src/guestfs-actions.pod:8039
msgid "guestfs_set_selinux"
msgstr "guestfs_set_selinux"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8034
+#: ../src/guestfs-actions.pod:8041
#, no-wrap
msgid ""
" int\n"
@@ -43973,12 +44025,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8051
+#: ../src/guestfs-actions.pod:8058
msgid "guestfs_set_smp"
msgstr "guestfs_set_smp"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8053
+#: ../src/guestfs-actions.pod:8060
#, no-wrap
msgid ""
" int\n"
@@ -43992,17 +44044,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8061
+#: ../src/guestfs-actions.pod:8068
msgid "This function must be called before C<guestfs_launch>."
msgstr "この関数は C<guestfs_launch> の前に呼び出す必要があります。"
#. type: =head2
-#: ../src/guestfs-actions.pod:8067
+#: ../src/guestfs-actions.pod:8074
msgid "guestfs_set_trace"
msgstr "guestfs_set_trace"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8069
+#: ../src/guestfs-actions.pod:8076
#, no-wrap
msgid ""
" int\n"
@@ -44016,19 +44068,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8083
+#: ../src/guestfs-actions.pod:8090
msgid ""
"Trace messages are normally sent to C<stderr>, unless you register a "
"callback to send them somewhere else (see C<guestfs_set_event_callback>)."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8091
+#: ../src/guestfs-actions.pod:8098
msgid "guestfs_set_verbose"
msgstr "guestfs_set_verbose"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8093
+#: ../src/guestfs-actions.pod:8100
#, no-wrap
msgid ""
" int\n"
@@ -44042,19 +44094,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8102
+#: ../src/guestfs-actions.pod:8109
msgid ""
"Verbose messages are normally sent to C<stderr>, unless you register a "
"callback to send them somewhere else (see C<guestfs_set_event_callback>)."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8110
+#: ../src/guestfs-actions.pod:8117
msgid "guestfs_setcon"
msgstr "guestfs_setcon"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8112
+#: ../src/guestfs-actions.pod:8119
#, no-wrap
msgid ""
" int\n"
@@ -44068,12 +44120,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8125
+#: ../src/guestfs-actions.pod:8132
msgid "guestfs_setxattr"
msgstr "guestfs_setxattr"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8127
+#: ../src/guestfs-actions.pod:8134
#, no-wrap
msgid ""
" int\n"
@@ -44093,17 +44145,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8138
+#: ../src/guestfs-actions.pod:8145
msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
msgstr "関連項目: C<guestfs_lsetxattr>, L<attr(5)>"
#. type: =head2
-#: ../src/guestfs-actions.pod:8144
+#: ../src/guestfs-actions.pod:8151
msgid "guestfs_sfdisk"
msgstr "guestfs_sfdisk"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8146
+#: ../src/guestfs-actions.pod:8153
#, no-wrap
msgid ""
" int\n"
@@ -44125,8 +44177,8 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8154 ../src/guestfs-actions.pod:8195
-#: ../src/guestfs-actions.pod:8226
+#: ../src/guestfs-actions.pod:8161 ../src/guestfs-actions.pod:8202
+#: ../src/guestfs-actions.pod:8233
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_part_add> "
"call instead."
@@ -44135,19 +44187,19 @@ msgstr ""
"guestfs_part_add> を使用してください。"
#. type: textblock
-#: ../src/guestfs-actions.pod:8181
+#: ../src/guestfs-actions.pod:8188
msgid ""
"See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
msgstr ""
"関連項目: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
#. type: =head2
-#: ../src/guestfs-actions.pod:8188
+#: ../src/guestfs-actions.pod:8195
msgid "guestfs_sfdiskM"
msgstr "guestfs_sfdiskM"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8190
+#: ../src/guestfs-actions.pod:8197
#, no-wrap
msgid ""
" int\n"
@@ -44163,7 +44215,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8202
+#: ../src/guestfs-actions.pod:8209
msgid ""
"This is a simplified interface to the C<guestfs_sfdisk> command, where "
"partition sizes are specified in megabytes only (rounded to the nearest "
@@ -44172,7 +44224,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8208
+#: ../src/guestfs-actions.pod:8215
msgid ""
"See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
"C<guestfs_part_disk>"
@@ -44181,12 +44233,12 @@ msgstr ""
"C<guestfs_part_disk>"
#. type: =head2
-#: ../src/guestfs-actions.pod:8215
+#: ../src/guestfs-actions.pod:8222
msgid "guestfs_sfdisk_N"
msgstr "guestfs_sfdisk_N"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8217
+#: ../src/guestfs-actions.pod:8224
#, no-wrap
msgid ""
" int\n"
@@ -44210,24 +44262,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8236
+#: ../src/guestfs-actions.pod:8243
msgid ""
"For other parameters, see C<guestfs_sfdisk>. You should usually pass C<0> "
"for the cyls/heads/sectors parameters."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8239
+#: ../src/guestfs-actions.pod:8246
msgid "See also: C<guestfs_part_add>"
msgstr "関連項目: C<guestfs_part_add>"
#. type: =head2
-#: ../src/guestfs-actions.pod:8245
+#: ../src/guestfs-actions.pod:8252
msgid "guestfs_sfdisk_disk_geometry"
msgstr "guestfs_sfdisk_disk_geometry"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8247
+#: ../src/guestfs-actions.pod:8254
#, no-wrap
msgid ""
" char *\n"
@@ -44241,7 +44293,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8251
+#: ../src/guestfs-actions.pod:8258
msgid ""
"This displays the disk geometry of C<device> read from the partition table. "
"Especially in the case where the underlying block device has been resized, "
@@ -44250,12 +44302,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8264
+#: ../src/guestfs-actions.pod:8271
msgid "guestfs_sfdisk_kernel_geometry"
msgstr "guestfs_sfdisk_kernel_geometry"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8266
+#: ../src/guestfs-actions.pod:8273
#, no-wrap
msgid ""
" char *\n"
@@ -44269,12 +44321,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8280
+#: ../src/guestfs-actions.pod:8287
msgid "guestfs_sfdisk_l"
msgstr "guestfs_sfdisk_l"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8282
+#: ../src/guestfs-actions.pod:8289
#, no-wrap
msgid ""
" char *\n"
@@ -44288,7 +44340,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8286
+#: ../src/guestfs-actions.pod:8293
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_part_list> "
"call instead."
@@ -44297,17 +44349,17 @@ msgstr ""
"guestfs_part_list> を使用してください。"
#. type: textblock
-#: ../src/guestfs-actions.pod:8297
+#: ../src/guestfs-actions.pod:8304
msgid "See also: C<guestfs_part_list>"
msgstr "関連項目: C<guestfs_part_list>"
#. type: =head2
-#: ../src/guestfs-actions.pod:8304
+#: ../src/guestfs-actions.pod:8311
msgid "guestfs_sh"
msgstr "guestfs_sh"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8306
+#: ../src/guestfs-actions.pod:8313
#, no-wrap
msgid ""
" char *\n"
@@ -44321,22 +44373,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8313
+#: ../src/guestfs-actions.pod:8320
msgid "This is like C<guestfs_command>, but passes the command to:"
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8321
+#: ../src/guestfs-actions.pod:8328
msgid "All the provisos about C<guestfs_command> apply to this call."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8328
+#: ../src/guestfs-actions.pod:8335
msgid "guestfs_sh_lines"
msgstr "guestfs_sh_lines"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8330
+#: ../src/guestfs-actions.pod:8337
#, no-wrap
msgid ""
" char **\n"
@@ -44350,24 +44402,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8334
+#: ../src/guestfs-actions.pod:8341
msgid ""
"This is the same as C<guestfs_sh>, but splits the result into a list of "
"lines."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8337
+#: ../src/guestfs-actions.pod:8344
msgid "See also: C<guestfs_command_lines>"
msgstr "関連項目: C<guestfs_command_lines>"
#. type: =head2
-#: ../src/guestfs-actions.pod:8345
+#: ../src/guestfs-actions.pod:8352
msgid "guestfs_shutdown"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8347
+#: ../src/guestfs-actions.pod:8354
#, no-wrap
msgid ""
" int\n"
@@ -44376,7 +44428,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8350
+#: ../src/guestfs-actions.pod:8357
msgid ""
"This is the opposite of C<guestfs_launch>. It performs an orderly shutdown "
"of the backend process(es). If the autosync flag is set (which is the "
@@ -44384,26 +44436,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8360
+#: ../src/guestfs-actions.pod:8367
msgid ""
"This call does I<not> close or free up the handle. You still need to call "
"C<guestfs_close> afterwards."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8363
+#: ../src/guestfs-actions.pod:8370
msgid ""
"C<guestfs_close> will call this if you don't do it explicitly, but note that "
"any errors are ignored in that case."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8368
+#: ../src/guestfs-actions.pod:8375
msgid "guestfs_sleep"
msgstr "guestfs_sleep"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8370
+#: ../src/guestfs-actions.pod:8377
#, no-wrap
msgid ""
" int\n"
@@ -44417,17 +44469,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8378
+#: ../src/guestfs-actions.pod:8385
msgid "(Added in 1.0.41)"
msgstr "(1.0.41 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:8380 ../src/guestfs-structs.pod:109
+#: ../src/guestfs-actions.pod:8387 ../src/guestfs-structs.pod:109
msgid "guestfs_stat"
msgstr "guestfs_stat"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8382
+#: ../src/guestfs-actions.pod:8389
#, no-wrap
msgid ""
" struct guestfs_stat *\n"
@@ -44441,12 +44493,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8396 ../src/guestfs-structs.pod:135
+#: ../src/guestfs-actions.pod:8403 ../src/guestfs-structs.pod:135
msgid "guestfs_statvfs"
msgstr "guestfs_statvfs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8398
+#: ../src/guestfs-actions.pod:8405
#, no-wrap
msgid ""
" struct guestfs_statvfs *\n"
@@ -44460,19 +44512,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8408
+#: ../src/guestfs-actions.pod:8415
msgid ""
"This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
"error. I<The caller must call C<guestfs_free_statvfs> after use>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8414
+#: ../src/guestfs-actions.pod:8421
msgid "guestfs_strings"
msgstr "guestfs_strings"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8416
+#: ../src/guestfs-actions.pod:8423
#, no-wrap
msgid ""
" char **\n"
@@ -44486,12 +44538,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8432
+#: ../src/guestfs-actions.pod:8439
msgid "guestfs_strings_e"
msgstr "guestfs_strings_e"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8434
+#: ../src/guestfs-actions.pod:8441
#, no-wrap
msgid ""
" char **\n"
@@ -44507,14 +44559,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8439
+#: ../src/guestfs-actions.pod:8446
msgid ""
"This is like the C<guestfs_strings> command, but allows you to specify the "
"encoding of strings that are looked for in the source file C<path>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8449
+#: ../src/guestfs-actions.pod:8456
msgid ""
"Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
"ISO-8859-X (this is what C<guestfs_strings> uses)."
@@ -44523,12 +44575,12 @@ msgstr ""
"す) のような単一の 7 ビットのバイト文字。"
#. type: =head2
-#: ../src/guestfs-actions.pod:8487
+#: ../src/guestfs-actions.pod:8494
msgid "guestfs_swapoff_device"
msgstr "guestfs_swapoff_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8489
+#: ../src/guestfs-actions.pod:8496
#, no-wrap
msgid ""
" int\n"
@@ -44542,7 +44594,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8493
+#: ../src/guestfs-actions.pod:8500
msgid ""
"This command disables the libguestfs appliance swap device or partition "
"named C<device>. See C<guestfs_swapon_device>."
@@ -44551,12 +44603,12 @@ msgstr ""
"う名前のパーティションを無効にします。 C<guestfs_swapon_device> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:8501
+#: ../src/guestfs-actions.pod:8508
msgid "guestfs_swapoff_file"
msgstr "guestfs_swapoff_file"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8503
+#: ../src/guestfs-actions.pod:8510
#, no-wrap
msgid ""
" int\n"
@@ -44570,12 +44622,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8513
+#: ../src/guestfs-actions.pod:8520
msgid "guestfs_swapoff_label"
msgstr "guestfs_swapoff_label"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8515
+#: ../src/guestfs-actions.pod:8522
#, no-wrap
msgid ""
" int\n"
@@ -44589,12 +44641,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8526
+#: ../src/guestfs-actions.pod:8533
msgid "guestfs_swapoff_uuid"
msgstr "guestfs_swapoff_uuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8528
+#: ../src/guestfs-actions.pod:8535
#, no-wrap
msgid ""
" int\n"
@@ -44608,12 +44660,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8539
+#: ../src/guestfs-actions.pod:8546
msgid "guestfs_swapon_device"
msgstr "guestfs_swapon_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8541
+#: ../src/guestfs-actions.pod:8548
#, no-wrap
msgid ""
" int\n"
@@ -44627,7 +44679,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8545
+#: ../src/guestfs-actions.pod:8552
msgid ""
"This command enables the libguestfs appliance to use the swap device or "
"partition named C<device>. The increased memory is made available for all "
@@ -44635,12 +44687,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8561
+#: ../src/guestfs-actions.pod:8568
msgid "guestfs_swapon_file"
msgstr "guestfs_swapon_file"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8563
+#: ../src/guestfs-actions.pod:8570
#, no-wrap
msgid ""
" int\n"
@@ -44654,19 +44706,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8567
+#: ../src/guestfs-actions.pod:8574
msgid ""
"This command enables swap to a file. See C<guestfs_swapon_device> for other "
"notes."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8574
+#: ../src/guestfs-actions.pod:8581
msgid "guestfs_swapon_label"
msgstr "guestfs_swapon_label"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8576
+#: ../src/guestfs-actions.pod:8583
#, no-wrap
msgid ""
" int\n"
@@ -44680,19 +44732,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8580
+#: ../src/guestfs-actions.pod:8587
msgid ""
"This command enables swap to a labeled swap partition. See "
"C<guestfs_swapon_device> for other notes."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8587
+#: ../src/guestfs-actions.pod:8594
msgid "guestfs_swapon_uuid"
msgstr "guestfs_swapon_uuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8589
+#: ../src/guestfs-actions.pod:8596
#, no-wrap
msgid ""
" int\n"
@@ -44706,19 +44758,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8593
+#: ../src/guestfs-actions.pod:8600
msgid ""
"This command enables swap to a swap partition with the given UUID. See "
"C<guestfs_swapon_device> for other notes."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8600
+#: ../src/guestfs-actions.pod:8607
msgid "guestfs_sync"
msgstr "guestfs_sync"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8602
+#: ../src/guestfs-actions.pod:8609
#, no-wrap
msgid ""
" int\n"
@@ -44730,12 +44782,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8615
+#: ../src/guestfs-actions.pod:8622
msgid "guestfs_tail"
msgstr "guestfs_tail"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8617
+#: ../src/guestfs-actions.pod:8624
#, no-wrap
msgid ""
" char **\n"
@@ -44749,12 +44801,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8633
+#: ../src/guestfs-actions.pod:8640
msgid "guestfs_tail_n"
msgstr "guestfs_tail_n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8635
+#: ../src/guestfs-actions.pod:8642
#, no-wrap
msgid ""
" char **\n"
@@ -44770,12 +44822,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8657
+#: ../src/guestfs-actions.pod:8664
msgid "guestfs_tar_in"
msgstr "guestfs_tar_in"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8659
+#: ../src/guestfs-actions.pod:8666
#, no-wrap
msgid ""
" int\n"
@@ -44791,24 +44843,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8667
+#: ../src/guestfs-actions.pod:8674
msgid ""
"To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8672 ../src/guestfs-actions.pod:8689
-#: ../src/guestfs-actions.pod:8705 ../src/guestfs-actions.pod:8721
+#: ../src/guestfs-actions.pod:8679 ../src/guestfs-actions.pod:8696
+#: ../src/guestfs-actions.pod:8712 ../src/guestfs-actions.pod:8728
msgid "(Added in 1.0.3)"
msgstr "(1.0.3 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:8674
+#: ../src/guestfs-actions.pod:8681
msgid "guestfs_tar_out"
msgstr "guestfs_tar_out"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8676
+#: ../src/guestfs-actions.pod:8683
#, no-wrap
msgid ""
" int\n"
@@ -44824,19 +44876,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8684
+#: ../src/guestfs-actions.pod:8691
msgid ""
"To download a compressed tarball, use C<guestfs_tgz_out> or "
"C<guestfs_txz_out>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8691
+#: ../src/guestfs-actions.pod:8698
msgid "guestfs_tgz_in"
msgstr "guestfs_tgz_in"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8693
+#: ../src/guestfs-actions.pod:8700
#, no-wrap
msgid ""
" int\n"
@@ -44852,18 +44904,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8701
+#: ../src/guestfs-actions.pod:8708
msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
msgstr ""
"非圧縮 tar ファイルをアップロードするには C<guestfs_tar_in> を使用します。"
#. type: =head2
-#: ../src/guestfs-actions.pod:8707
+#: ../src/guestfs-actions.pod:8714
msgid "guestfs_tgz_out"
msgstr "guestfs_tgz_out"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8709
+#: ../src/guestfs-actions.pod:8716
#, no-wrap
msgid ""
" int\n"
@@ -44879,18 +44931,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8717
+#: ../src/guestfs-actions.pod:8724
msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
msgstr ""
"非圧縮 tar ファイルをダウンロードするには C<guestfs_tar_out> を使用します。"
#. type: =head2
-#: ../src/guestfs-actions.pod:8723
+#: ../src/guestfs-actions.pod:8730
msgid "guestfs_touch"
msgstr "guestfs_touch"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8725
+#: ../src/guestfs-actions.pod:8732
#, no-wrap
msgid ""
" int\n"
@@ -44904,12 +44956,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8740
+#: ../src/guestfs-actions.pod:8747
msgid "guestfs_truncate"
msgstr "guestfs_truncate"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8742
+#: ../src/guestfs-actions.pod:8749
#, no-wrap
msgid ""
" int\n"
@@ -44923,12 +44975,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8753
+#: ../src/guestfs-actions.pod:8760
msgid "guestfs_truncate_size"
msgstr "guestfs_truncate_size"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8755
+#: ../src/guestfs-actions.pod:8762
#, no-wrap
msgid ""
" int\n"
@@ -44944,7 +44996,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8763
+#: ../src/guestfs-actions.pod:8770
msgid ""
"If the current file size is less than C<size> then the file is extended to "
"the required size with zero bytes. This creates a sparse file (ie. disk "
@@ -44953,12 +45005,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8773
+#: ../src/guestfs-actions.pod:8780
msgid "guestfs_tune2fs"
msgstr "guestfs_tune2fs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8775
+#: ../src/guestfs-actions.pod:8782
#, no-wrap
msgid ""
" int\n"
@@ -44974,7 +45026,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8785
+#: ../src/guestfs-actions.pod:8792
#, no-wrap
msgid ""
" GUESTFS_TUNE2FS_FORCE, int force,\n"
@@ -45002,7 +45054,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8865
+#: ../src/guestfs-actions.pod:8872
msgid ""
"To get the current values of filesystem parameters, see "
"C<guestfs_tune2fs_l>. For precise details of how tune2fs works, see the "
@@ -45010,12 +45062,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8873
+#: ../src/guestfs-actions.pod:8880
msgid "guestfs_tune2fs_va"
msgstr "guestfs_tune2fs_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8875
+#: ../src/guestfs-actions.pod:8882
#, no-wrap
msgid ""
" int\n"
@@ -45031,17 +45083,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8880
+#: ../src/guestfs-actions.pod:8887
msgid "This is the \"va_list variant\" of L</guestfs_tune2fs>."
msgstr "これは L</guestfs_tune2fs> の \"va_list variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:8884
+#: ../src/guestfs-actions.pod:8891
msgid "guestfs_tune2fs_argv"
msgstr "guestfs_tune2fs_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8886
+#: ../src/guestfs-actions.pod:8893
#, no-wrap
msgid ""
" int\n"
@@ -45057,17 +45109,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8891
+#: ../src/guestfs-actions.pod:8898
msgid "This is the \"argv variant\" of L</guestfs_tune2fs>."
msgstr "これは L</guestfs_tune2fs> の \"argv variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:8895
+#: ../src/guestfs-actions.pod:8902
msgid "guestfs_tune2fs_l"
msgstr "guestfs_tune2fs_l"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8897
+#: ../src/guestfs-actions.pod:8904
#, no-wrap
msgid ""
" char **\n"
@@ -45081,12 +45133,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8917
+#: ../src/guestfs-actions.pod:8924
msgid "guestfs_txz_in"
msgstr "guestfs_txz_in"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8919
+#: ../src/guestfs-actions.pod:8926
#, no-wrap
msgid ""
" int\n"
@@ -45102,12 +45154,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8931
+#: ../src/guestfs-actions.pod:8938
msgid "guestfs_txz_out"
msgstr "guestfs_txz_out"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8933
+#: ../src/guestfs-actions.pod:8940
#, no-wrap
msgid ""
" int\n"
@@ -45123,12 +45175,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8945
+#: ../src/guestfs-actions.pod:8952
msgid "guestfs_umask"
msgstr "guestfs_umask"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8947
+#: ../src/guestfs-actions.pod:8954
#, no-wrap
msgid ""
" int\n"
@@ -45142,7 +45194,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8963
+#: ../src/guestfs-actions.pod:8970
msgid ""
"See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
"C<guestfs_mkdir>."
@@ -45150,12 +45202,12 @@ msgstr ""
"C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, C<guestfs_mkdir> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:8972
+#: ../src/guestfs-actions.pod:8979
msgid "guestfs_umount"
msgstr "guestfs_umount"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8974
+#: ../src/guestfs-actions.pod:8981
#, no-wrap
msgid ""
" int\n"
@@ -45169,12 +45221,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8986
+#: ../src/guestfs-actions.pod:8993
msgid "guestfs_umount_all"
msgstr "guestfs_umount_all"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8988
+#: ../src/guestfs-actions.pod:8995
#, no-wrap
msgid ""
" int\n"
@@ -45186,12 +45238,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8999
+#: ../src/guestfs-actions.pod:9006
msgid "guestfs_umount_local"
msgstr "guestfs_umount_local"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9001
+#: ../src/guestfs-actions.pod:9008
#, no-wrap
msgid ""
" int\n"
@@ -45205,7 +45257,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9010
+#: ../src/guestfs-actions.pod:9017
#, no-wrap
msgid ""
" GUESTFS_UMOUNT_LOCAL_RETRY, int retry,\n"
@@ -45215,12 +45267,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9021
+#: ../src/guestfs-actions.pod:9028
msgid "guestfs_umount_local_va"
msgstr "guestfs_umount_local_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9023
+#: ../src/guestfs-actions.pod:9030
#, no-wrap
msgid ""
" int\n"
@@ -45234,17 +45286,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9027
+#: ../src/guestfs-actions.pod:9034
msgid "This is the \"va_list variant\" of L</guestfs_umount_local>."
msgstr "これは L</guestfs_umount_local> の \"va_list variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:9031
+#: ../src/guestfs-actions.pod:9038
msgid "guestfs_umount_local_argv"
msgstr "guestfs_umount_local_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9033
+#: ../src/guestfs-actions.pod:9040
#, no-wrap
msgid ""
" int\n"
@@ -45258,17 +45310,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9037
+#: ../src/guestfs-actions.pod:9044
msgid "This is the \"argv variant\" of L</guestfs_umount_local>."
msgstr "これは L</guestfs_umount_local> の \"argv variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:9041
+#: ../src/guestfs-actions.pod:9048
msgid "guestfs_upload"
msgstr "guestfs_upload"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9043
+#: ../src/guestfs-actions.pod:9050
#, no-wrap
msgid ""
" int\n"
@@ -45284,17 +45336,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9053
+#: ../src/guestfs-actions.pod:9060
msgid "See also C<guestfs_download>."
msgstr "C<guestfs_download> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:9064
+#: ../src/guestfs-actions.pod:9071
msgid "guestfs_upload_offset"
msgstr "guestfs_upload_offset"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9066
+#: ../src/guestfs-actions.pod:9073
#, no-wrap
msgid ""
" int\n"
@@ -45312,7 +45364,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9082
+#: ../src/guestfs-actions.pod:9089
msgid ""
"Note that there is no limit on the amount of data that can be uploaded with "
"this call, unlike with C<guestfs_pwrite>, and this call always writes the "
@@ -45320,17 +45372,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9087
+#: ../src/guestfs-actions.pod:9094
msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
msgstr "C<guestfs_upload>, C<guestfs_pwrite> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:9098
+#: ../src/guestfs-actions.pod:9105
msgid "guestfs_utimens"
msgstr "guestfs_utimens"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9100
+#: ../src/guestfs-actions.pod:9107
#, no-wrap
msgid ""
" int\n"
@@ -45352,12 +45404,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9129 ../src/guestfs-structs.pod:175
+#: ../src/guestfs-actions.pod:9136 ../src/guestfs-structs.pod:175
msgid "guestfs_version"
msgstr "guestfs_version"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9131
+#: ../src/guestfs-actions.pod:9138
#, no-wrap
msgid ""
" struct guestfs_version *\n"
@@ -45369,7 +45421,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9159
+#: ../src/guestfs-actions.pod:9166
msgid ""
"I<Note:> Don't use this call to test for availability of features. In "
"enterprise distributions we backport features from later versions into "
@@ -45378,24 +45430,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9165
+#: ../src/guestfs-actions.pod:9172
msgid ""
"This function returns a C<struct guestfs_version *>, or NULL if there was an "
"error. I<The caller must call C<guestfs_free_version> after use>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9169
+#: ../src/guestfs-actions.pod:9176
msgid "(Added in 1.0.58)"
msgstr "(1.0.58 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:9171
+#: ../src/guestfs-actions.pod:9178
msgid "guestfs_vfs_label"
msgstr "guestfs_vfs_label"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9173
+#: ../src/guestfs-actions.pod:9180
#, no-wrap
msgid ""
" char *\n"
@@ -45409,24 +45461,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9182
+#: ../src/guestfs-actions.pod:9189
msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
msgstr ""
"ラベルからファイルシステムを検索するには C<guestfs_findfs_label> を使用しま"
"す。"
#. type: textblock
-#: ../src/guestfs-actions.pod:9187 ../src/guestfs-actions.pod:9224
+#: ../src/guestfs-actions.pod:9194 ../src/guestfs-actions.pod:9231
msgid "(Added in 1.3.18)"
msgstr "(1.3.18 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:9189
+#: ../src/guestfs-actions.pod:9196
msgid "guestfs_vfs_type"
msgstr "guestfs_vfs_type"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9191
+#: ../src/guestfs-actions.pod:9198
#, no-wrap
msgid ""
" char *\n"
@@ -45440,12 +45492,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9208
+#: ../src/guestfs-actions.pod:9215
msgid "guestfs_vfs_uuid"
msgstr "guestfs_vfs_uuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9210
+#: ../src/guestfs-actions.pod:9217
#, no-wrap
msgid ""
" char *\n"
@@ -45459,18 +45511,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9219
+#: ../src/guestfs-actions.pod:9226
msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
msgstr ""
"UUID からファイルシステムを検索するには C<guestfs_findfs_uuid> を使用します。"
#. type: =head2
-#: ../src/guestfs-actions.pod:9226
+#: ../src/guestfs-actions.pod:9233
msgid "guestfs_vg_activate"
msgstr "guestfs_vg_activate"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9228
+#: ../src/guestfs-actions.pod:9235
#, no-wrap
msgid ""
" int\n"
@@ -45486,12 +45538,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9245
+#: ../src/guestfs-actions.pod:9252
msgid "guestfs_vg_activate_all"
msgstr "guestfs_vg_activate_all"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9247
+#: ../src/guestfs-actions.pod:9254
#, no-wrap
msgid ""
" int\n"
@@ -45505,12 +45557,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9260
+#: ../src/guestfs-actions.pod:9267
msgid "guestfs_vgcreate"
msgstr "guestfs_vgcreate"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9262
+#: ../src/guestfs-actions.pod:9269
#, no-wrap
msgid ""
" int\n"
@@ -45526,12 +45578,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9274
+#: ../src/guestfs-actions.pod:9281
msgid "guestfs_vglvuuids"
msgstr "guestfs_vglvuuids"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9276
+#: ../src/guestfs-actions.pod:9283
#, no-wrap
msgid ""
" char **\n"
@@ -45545,24 +45597,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9283
+#: ../src/guestfs-actions.pod:9290
msgid ""
"You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
"associate logical volumes and volume groups."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9286
+#: ../src/guestfs-actions.pod:9293
msgid "See also C<guestfs_vgpvuuids>."
msgstr "C<guestfs_vgpvuuids> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:9294
+#: ../src/guestfs-actions.pod:9301
msgid "guestfs_vgmeta"
msgstr "guestfs_vgmeta"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9296
+#: ../src/guestfs-actions.pod:9303
#, no-wrap
msgid ""
" char *\n"
@@ -45578,17 +45630,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9311
+#: ../src/guestfs-actions.pod:9318
msgid "(Added in 1.17.20)"
msgstr "(1.17.20 にて追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:9313
+#: ../src/guestfs-actions.pod:9320
msgid "guestfs_vgpvuuids"
msgstr "guestfs_vgpvuuids"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9315
+#: ../src/guestfs-actions.pod:9322
#, no-wrap
msgid ""
" char **\n"
@@ -45602,24 +45654,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9322
+#: ../src/guestfs-actions.pod:9329
msgid ""
"You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
"associate physical volumes and volume groups."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9325
+#: ../src/guestfs-actions.pod:9332
msgid "See also C<guestfs_vglvuuids>."
msgstr "C<guestfs_vglvuuids> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:9333
+#: ../src/guestfs-actions.pod:9340
msgid "guestfs_vgremove"
msgstr "guestfs_vgremove"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9335
+#: ../src/guestfs-actions.pod:9342
#, no-wrap
msgid ""
" int\n"
@@ -45633,12 +45685,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9348
+#: ../src/guestfs-actions.pod:9355
msgid "guestfs_vgrename"
msgstr "guestfs_vgrename"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9350
+#: ../src/guestfs-actions.pod:9357
#, no-wrap
msgid ""
" int\n"
@@ -45654,12 +45706,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9361
+#: ../src/guestfs-actions.pod:9368
msgid "guestfs_vgs"
msgstr "guestfs_vgs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9363
+#: ../src/guestfs-actions.pod:9370
#, no-wrap
msgid ""
" char **\n"
@@ -45671,17 +45723,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9372
+#: ../src/guestfs-actions.pod:9379
msgid "See also C<guestfs_vgs_full>."
msgstr "C<guestfs_vgs_full> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:9380
+#: ../src/guestfs-actions.pod:9387
msgid "guestfs_vgs_full"
msgstr "guestfs_vgs_full"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9382
+#: ../src/guestfs-actions.pod:9389
#, no-wrap
msgid ""
" struct guestfs_lvm_vg_list *\n"
@@ -45693,19 +45745,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9388
+#: ../src/guestfs-actions.pod:9395
msgid ""
"This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
"was an error. I<The caller must call C<guestfs_free_lvm_vg_list> after use>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9394
+#: ../src/guestfs-actions.pod:9401
msgid "guestfs_vgscan"
msgstr "guestfs_vgscan"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9396
+#: ../src/guestfs-actions.pod:9403
#, no-wrap
msgid ""
" int\n"
@@ -45717,12 +45769,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9406
+#: ../src/guestfs-actions.pod:9413
msgid "guestfs_vguuid"
msgstr "guestfs_vguuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9408
+#: ../src/guestfs-actions.pod:9415
#, no-wrap
msgid ""
" char *\n"
@@ -45736,12 +45788,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9419
+#: ../src/guestfs-actions.pod:9426
msgid "guestfs_wait_ready"
msgstr "guestfs_wait_ready"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9421
+#: ../src/guestfs-actions.pod:9428
#, no-wrap
msgid ""
" int\n"
@@ -45753,7 +45805,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9424
+#: ../src/guestfs-actions.pod:9431
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_launch> call "
"instead."
@@ -45762,12 +45814,12 @@ msgstr ""
"を使用してください。"
#. type: textblock
-#: ../src/guestfs-actions.pod:9431
+#: ../src/guestfs-actions.pod:9438
msgid "This function is a no op."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9433
+#: ../src/guestfs-actions.pod:9440
msgid ""
"In versions of the API E<lt> 1.0.71 you had to call this function just after "
"calling C<guestfs_launch> to wait for the launch to complete. However this "
@@ -45775,19 +45827,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9438
+#: ../src/guestfs-actions.pod:9445
msgid ""
"If you see any calls to this function in code then you can just remove them, "
"unless you want to retain compatibility with older versions of the API."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9446
+#: ../src/guestfs-actions.pod:9453
msgid "guestfs_wc_c"
msgstr "guestfs_wc_c"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9448
+#: ../src/guestfs-actions.pod:9455
#, no-wrap
msgid ""
" int\n"
@@ -45801,12 +45853,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9459
+#: ../src/guestfs-actions.pod:9466
msgid "guestfs_wc_l"
msgstr "guestfs_wc_l"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9461
+#: ../src/guestfs-actions.pod:9468
#, no-wrap
msgid ""
" int\n"
@@ -45820,12 +45872,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9472
+#: ../src/guestfs-actions.pod:9479
msgid "guestfs_wc_w"
msgstr "guestfs_wc_w"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9474
+#: ../src/guestfs-actions.pod:9481
#, no-wrap
msgid ""
" int\n"
@@ -45839,12 +45891,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9485
+#: ../src/guestfs-actions.pod:9492
msgid "guestfs_wipefs"
msgstr "guestfs_wipefs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9487
+#: ../src/guestfs-actions.pod:9494
#, no-wrap
msgid ""
" int\n"
@@ -45858,19 +45910,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9497
+#: ../src/guestfs-actions.pod:9504
msgid ""
"Compare with C<guestfs_zero> which zeroes the first few blocks of a device."
msgstr ""
"デバイスの先頭数ブロックにゼロを書き込む C<guestfs_zero> と比較します。"
#. type: =head2
-#: ../src/guestfs-actions.pod:9504
+#: ../src/guestfs-actions.pod:9511
msgid "guestfs_write"
msgstr "guestfs_write"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9506
+#: ../src/guestfs-actions.pod:9513
#, no-wrap
msgid ""
" int\n"
@@ -45888,17 +45940,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9515
+#: ../src/guestfs-actions.pod:9522
msgid "See also C<guestfs_write_append>."
msgstr "C<guestfs_write_append> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:9524
+#: ../src/guestfs-actions.pod:9531
msgid "guestfs_write_append"
msgstr "guestfs_write_append"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9526
+#: ../src/guestfs-actions.pod:9533
#, no-wrap
msgid ""
" int\n"
@@ -45916,17 +45968,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9535
+#: ../src/guestfs-actions.pod:9542
msgid "See also C<guestfs_write>."
msgstr "C<guestfs_write> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:9544
+#: ../src/guestfs-actions.pod:9551
msgid "guestfs_write_file"
msgstr "guestfs_write_file"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9546
+#: ../src/guestfs-actions.pod:9553
#, no-wrap
msgid ""
" int\n"
@@ -45944,7 +45996,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9552
+#: ../src/guestfs-actions.pod:9559
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_write> call "
"instead."
@@ -45953,12 +46005,12 @@ msgstr ""
"使用してください。"
#. type: =head2
-#: ../src/guestfs-actions.pod:9577
+#: ../src/guestfs-actions.pod:9584
msgid "guestfs_zegrep"
msgstr "guestfs_zegrep"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9579
+#: ../src/guestfs-actions.pod:9586
#, no-wrap
msgid ""
" char **\n"
@@ -45974,12 +46026,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9596
+#: ../src/guestfs-actions.pod:9603
msgid "guestfs_zegrepi"
msgstr "guestfs_zegrepi"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9598
+#: ../src/guestfs-actions.pod:9605
#, no-wrap
msgid ""
" char **\n"
@@ -45995,12 +46047,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9615
+#: ../src/guestfs-actions.pod:9622
msgid "guestfs_zero"
msgstr "guestfs_zero"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9617
+#: ../src/guestfs-actions.pod:9624
#, no-wrap
msgid ""
" int\n"
@@ -46014,7 +46066,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9631
+#: ../src/guestfs-actions.pod:9638
msgid ""
"See also: C<guestfs_zero_device>, C<guestfs_scrub_device>, "
"C<guestfs_is_zero_device>"
@@ -46023,12 +46075,12 @@ msgstr ""
"C<guestfs_is_zero_device>"
#. type: =head2
-#: ../src/guestfs-actions.pod:9643
+#: ../src/guestfs-actions.pod:9650
msgid "guestfs_zero_device"
msgstr "guestfs_zero_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9645
+#: ../src/guestfs-actions.pod:9652
#, no-wrap
msgid ""
" int\n"
@@ -46042,24 +46094,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9649
+#: ../src/guestfs-actions.pod:9656
msgid ""
"This command writes zeroes over the entire C<device>. Compare with "
"C<guestfs_zero> which just zeroes the first few blocks of a device."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9664
+#: ../src/guestfs-actions.pod:9671
msgid "(Added in 1.3.1)"
msgstr "(1.3.1 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:9666
+#: ../src/guestfs-actions.pod:9673
msgid "guestfs_zero_free_space"
msgstr "guestfs_zero_free_space"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9668
+#: ../src/guestfs-actions.pod:9675
#, no-wrap
msgid ""
" int\n"
@@ -46073,12 +46125,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9690
+#: ../src/guestfs-actions.pod:9697
msgid "guestfs_zerofree"
msgstr "guestfs_zerofree"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9692
+#: ../src/guestfs-actions.pod:9699
#, no-wrap
msgid ""
" int\n"
@@ -46092,12 +46144,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9711
+#: ../src/guestfs-actions.pod:9718
msgid "guestfs_zfgrep"
msgstr "guestfs_zfgrep"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9713
+#: ../src/guestfs-actions.pod:9720
#, no-wrap
msgid ""
" char **\n"
@@ -46113,12 +46165,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9730
+#: ../src/guestfs-actions.pod:9737
msgid "guestfs_zfgrepi"
msgstr "guestfs_zfgrepi"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9732
+#: ../src/guestfs-actions.pod:9739
#, no-wrap
msgid ""
" char **\n"
@@ -46134,12 +46186,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9749
+#: ../src/guestfs-actions.pod:9756
msgid "guestfs_zfile"
msgstr "guestfs_zfile"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9751
+#: ../src/guestfs-actions.pod:9758
#, no-wrap
msgid ""
" char *\n"
@@ -46155,7 +46207,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9756
+#: ../src/guestfs-actions.pod:9763
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_file> call "
"instead."
@@ -46164,19 +46216,19 @@ msgstr ""
"使用してください。"
#. type: textblock
-#: ../src/guestfs-actions.pod:9768
+#: ../src/guestfs-actions.pod:9775
msgid ""
"Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
"files."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9776
+#: ../src/guestfs-actions.pod:9783
msgid "guestfs_zgrep"
msgstr "guestfs_zgrep"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9778
+#: ../src/guestfs-actions.pod:9785
#, no-wrap
msgid ""
" char **\n"
@@ -46192,12 +46244,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9795
+#: ../src/guestfs-actions.pod:9802
msgid "guestfs_zgrepi"
msgstr "guestfs_zgrepi"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9797
+#: ../src/guestfs-actions.pod:9804
#, no-wrap
msgid ""
" char **\n"
@@ -50714,11 +50766,22 @@ msgstr ""
#: ../src/guestfs.pod:1569
msgid ""
"For other programs the caller will almost certainly want to install an "
-"alternate error handler or do error handling in-line like this:"
+"alternate error handler or do error handling in-line as in the example "
+"below. The non-C language bindings all install NULL error handlers and turn "
+"errors into exceptions using code similar to this:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1572
+#: ../src/guestfs.pod:1574
+#, no-wrap
+msgid ""
+" const char *msg;\n"
+" int errnum;\n"
+" \n"
+msgstr ""
+
+#. type: verbatim
+#: ../src/guestfs.pod:1577
#, no-wrap
msgid ""
" /* This disables the default behaviour of printing errors\n"
@@ -50732,10 +50795,29 @@ msgstr ""
" \n"
#. type: verbatim
-#: ../src/guestfs.pod:1576
-#, no-wrap
+#: ../src/guestfs.pod:1581
+#, fuzzy, no-wrap
+#| msgid ""
+#| " if (guestfs_launch (g) == -1) {\n"
+#| " /* Examine the error message and print it etc. */\n"
+#| " char *msg = guestfs_last_error (g);\n"
+#| " int errnum = guestfs_last_errno (g);\n"
+#| " fprintf (stderr, \"%s\", msg);\n"
+#| " if (errnum != 0)\n"
+#| " fprintf (stderr, \": %s\", strerror (errnum));\n"
+#| " fprintf (stderr, \"\\n\");\n"
+#| " /* ... */\n"
+#| " }\n"
+#| "\n"
msgid ""
" if (guestfs_launch (g) == -1) {\n"
+" /* Examine the error message and print it, throw it,\n"
+" etc. */\n"
+" msg = guestfs_last_error (g);\n"
+" errnum = guestfs_last_errno (g);\n"
+" \n"
+msgstr ""
+" if (guestfs_launch (g) == -1) {\n"
" /* Examine the error message and print it etc. */\n"
" char *msg = guestfs_last_error (g);\n"
" int errnum = guestfs_last_errno (g);\n"
@@ -50746,29 +50828,34 @@ msgid ""
" /* ... */\n"
" }\n"
"\n"
-msgstr ""
-" if (guestfs_launch (g) == -1) {\n"
-" /* Examine the error message and print it etc. */\n"
-" char *msg = guestfs_last_error (g);\n"
-" int errnum = guestfs_last_errno (g);\n"
+
+#. type: verbatim
+#: ../src/guestfs.pod:1587
+#, no-wrap
+msgid ""
" fprintf (stderr, \"%s\", msg);\n"
" if (errnum != 0)\n"
" fprintf (stderr, \": %s\", strerror (errnum));\n"
" fprintf (stderr, \"\\n\");\n"
+" \n"
+msgstr ""
+
+#. type: verbatim
+#: ../src/guestfs.pod:1592
+#, fuzzy, no-wrap
+#| msgid ""
+#| " # ...\n"
+#| "\n"
+msgid ""
" /* ... */\n"
" }\n"
"\n"
-
-#. type: textblock
-#: ../src/guestfs.pod:1587
-msgid ""
-"Out of memory errors are handled differently. The default action is to call "
-"L<abort(3)>. If this is undesirable, then you can set a handler using L</"
-"guestfs_set_out_of_memory_handler>."
msgstr ""
+" # ...\n"
+"\n"
#. type: textblock
-#: ../src/guestfs.pod:1591
+#: ../src/guestfs.pod:1595
msgid ""
"L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
"because there is no handle if this happens there is no way to get additional "
@@ -50777,13 +50864,21 @@ msgid ""
"returns NULL in this case)."
msgstr ""
+#. type: textblock
+#: ../src/guestfs.pod:1601
+msgid ""
+"Out of memory errors are handled differently. The default action is to call "
+"L<abort(3)>. If this is undesirable, then you can set a handler using L</"
+"guestfs_set_out_of_memory_handler>."
+msgstr ""
+
#. type: =head2
-#: ../src/guestfs.pod:1597
+#: ../src/guestfs.pod:1605
msgid "guestfs_last_error"
msgstr "guestfs_last_error"
#. type: verbatim
-#: ../src/guestfs.pod:1599
+#: ../src/guestfs.pod:1607
#, no-wrap
msgid ""
" const char *guestfs_last_error (guestfs_h *g);\n"
@@ -50793,28 +50888,41 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1601
+#: ../src/guestfs.pod:1609
msgid ""
"This returns the last error message that happened on C<g>. If there has not "
"been an error since the handle was created, then this returns C<NULL>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1605
+#: ../src/guestfs.pod:1613
msgid ""
-"The lifetime of the returned string is until the next error occurs, or L</"
-"guestfs_close> is called."
+"Note the returned string does I<not> have a newline character at the end. "
+"Most error messages are single lines. Some are split over multiple lines "
+"and contain C<\\n> characters within the string but not at the end."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:1618
+#, fuzzy
+#| msgid ""
+#| "The lifetime of the returned string is until the next error occurs, or L</"
+#| "guestfs_close> is called."
+msgid ""
+"The lifetime of the returned string is until the next error occurs on the "
+"same handle, or L</guestfs_close> is called. If you need to keep it longer, "
+"copy it."
msgstr ""
"返された文字列の有効期間は、次のエラーが発生するまで、または L</"
"guestfs_close> が呼び出されるまでです。"
#. type: =head2
-#: ../src/guestfs.pod:1608
+#: ../src/guestfs.pod:1622
msgid "guestfs_last_errno"
msgstr "guestfs_last_errno"
#. type: verbatim
-#: ../src/guestfs.pod:1610
+#: ../src/guestfs.pod:1624
#, no-wrap
msgid ""
" int guestfs_last_errno (guestfs_h *g);\n"
@@ -50824,30 +50932,41 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1612
+#: ../src/guestfs.pod:1626
msgid "This returns the last error number (errno) that happened on C<g>."
msgstr "これは C<g> において発生した最後のエラー番号(errno)を返します。"
#. type: textblock
-#: ../src/guestfs.pod:1614
+#: ../src/guestfs.pod:1628
msgid "If successful, an errno integer not equal to zero is returned."
msgstr "もし成功すると、0 以外のエラー番号の整数が返されます。"
#. type: textblock
-#: ../src/guestfs.pod:1616
+#: ../src/guestfs.pod:1630
msgid ""
-"If no error, this returns 0. This call can return 0 in three situations:"
+"In many cases the special errno C<ENOTSUP> is returned if you tried to call "
+"a function or use a feature which is not supported."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:1633
+#, fuzzy
+#| msgid ""
+#| "If no error, this returns 0. This call can return 0 in three situations:"
+msgid ""
+"If no error number is available, this returns 0. This call can return 0 in "
+"three situations:"
msgstr ""
"もしエラーがなければ、これは 0 を返します。この呼び出しは 3 つの状況において "
"0 を返す可能性があります:"
#. type: textblock
-#: ../src/guestfs.pod:1623
+#: ../src/guestfs.pod:1640
msgid "There has not been any error on the handle."
msgstr "ハンドルにおいて何もエラーがありませんでした。"
#. type: textblock
-#: ../src/guestfs.pod:1627
+#: ../src/guestfs.pod:1644
msgid ""
"There has been an error but the errno was meaningless. This corresponds to "
"the case where the error did not come from a failed system call, but for "
@@ -50857,7 +50976,7 @@ msgstr ""
"コールの失敗により発生しましたが、何か他の理由による場合に対応します。"
#. type: textblock
-#: ../src/guestfs.pod:1633
+#: ../src/guestfs.pod:1650
msgid ""
"There was an error from a failed system call, but for some reason the errno "
"was not captured and returned. This usually indicates a bug in libguestfs."
@@ -50866,7 +50985,7 @@ msgstr ""
"より捕捉されず返されました。これは通常 libguestfs のバグを意味します。"
#. type: textblock
-#: ../src/guestfs.pod:1639
+#: ../src/guestfs.pod:1656
msgid ""
"Libguestfs tries to convert the errno from inside the applicance into a "
"corresponding errno for the caller (not entirely trivial: the appliance "
@@ -50877,12 +50996,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:1647
+#: ../src/guestfs.pod:1664
msgid "guestfs_set_error_handler"
msgstr "guestfs_set_error_handler"
#. type: verbatim
-#: ../src/guestfs.pod:1649
+#: ../src/guestfs.pod:1666
#, no-wrap
msgid ""
" typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
@@ -50902,7 +51021,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1656
+#: ../src/guestfs.pod:1673
msgid ""
"The callback C<cb> will be called if there is an error. The parameters "
"passed to the callback are an opaque data pointer and the error message "
@@ -50910,14 +51029,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1660
+#: ../src/guestfs.pod:1677
msgid ""
"C<errno> is not passed to the callback. To get that the callback must call "
"L</guestfs_last_errno>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1663
+#: ../src/guestfs.pod:1680
msgid ""
"Note that the message string C<msg> is freed as soon as the callback "
"function returns, so if you want to stash it somewhere you must make your "
@@ -50925,22 +51044,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1667
+#: ../src/guestfs.pod:1684
msgid "The default handler prints messages on C<stderr>."
msgstr "標準のハンドラーは C<stderr> にメッセージを表示します。"
#. type: textblock
-#: ../src/guestfs.pod:1669
+#: ../src/guestfs.pod:1686
msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
msgstr "C<cb> を C<NULL> に設定すると、 I<no> ハンドラーが呼び出されます。"
#. type: =head2
-#: ../src/guestfs.pod:1671
+#: ../src/guestfs.pod:1688
msgid "guestfs_get_error_handler"
msgstr "guestfs_get_error_handler"
#. type: verbatim
-#: ../src/guestfs.pod:1673
+#: ../src/guestfs.pod:1690
#, no-wrap
msgid ""
" guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
@@ -50952,17 +51071,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1676
+#: ../src/guestfs.pod:1693
msgid "Returns the current error handler callback."
msgstr "現在のエラーハンドラのコールバックを返します。"
#. type: =head2
-#: ../src/guestfs.pod:1678
+#: ../src/guestfs.pod:1695
msgid "guestfs_set_out_of_memory_handler"
msgstr "guestfs_set_out_of_memory_handler"
#. type: verbatim
-#: ../src/guestfs.pod:1680
+#: ../src/guestfs.pod:1697
#, no-wrap
msgid ""
" typedef void (*guestfs_abort_cb) (void);\n"
@@ -50976,7 +51095,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1684
+#: ../src/guestfs.pod:1701
msgid ""
"The callback C<cb> will be called if there is an out of memory situation. "
"I<Note this callback must not return>."
@@ -50985,24 +51104,24 @@ msgstr ""
"クは戻ってこない可能性があることに注意してください>。"
#. type: textblock
-#: ../src/guestfs.pod:1687
+#: ../src/guestfs.pod:1704
msgid "The default is to call L<abort(3)>."
msgstr "デフォルトでは L<abort(3)> を呼び出します。"
#. type: textblock
-#: ../src/guestfs.pod:1689
+#: ../src/guestfs.pod:1706
msgid ""
"You cannot set C<cb> to C<NULL>. You can't ignore out of memory situations."
msgstr ""
"C<cb> を C<NULL> に設定できません。メモリー不足の状況を無視できません。"
#. type: =head2
-#: ../src/guestfs.pod:1692
+#: ../src/guestfs.pod:1709
msgid "guestfs_get_out_of_memory_handler"
msgstr "guestfs_get_out_of_memory_handler"
#. type: verbatim
-#: ../src/guestfs.pod:1694
+#: ../src/guestfs.pod:1711
#, no-wrap
msgid ""
" guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
@@ -51012,37 +51131,39 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1696
+#: ../src/guestfs.pod:1713
msgid "This returns the current out of memory handler."
msgstr "アウトオブメモリーハンドラーを返します。"
#. type: =head1
-#: ../src/guestfs.pod:1698
+#: ../src/guestfs.pod:1715
msgid "API CALLS"
msgstr "API 呼び出し"
#. type: =head1
-#: ../src/guestfs.pod:1702
+#: ../src/guestfs.pod:1719
msgid "STRUCTURES"
msgstr "構造"
#. type: textblock
-#: ../src/guestfs.pod:1704
-msgid "@STRUCTS@"
+#: ../src/guestfs.pod:1721
+#, fuzzy
+#| msgid "@STRUCTS@"
+msgid "__STRUCTS__"
msgstr "@STRUCTS@"
#. type: =head1
-#: ../src/guestfs.pod:1706
+#: ../src/guestfs.pod:1723
msgid "AVAILABILITY"
msgstr "可用性"
#. type: =head2
-#: ../src/guestfs.pod:1708
+#: ../src/guestfs.pod:1725
msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
msgstr "アプライアンスの機能のグループ"
#. type: textblock
-#: ../src/guestfs.pod:1710
+#: ../src/guestfs.pod:1727
msgid ""
"Using L</guestfs_available> you can test availability of the following "
"groups of functions. This test queries the appliance to see if the "
@@ -51052,17 +51173,19 @@ msgstr ""
"してください。"
#. type: textblock
-#: ../src/guestfs.pod:1715
-msgid "@AVAILABILITY@"
-msgstr "@AVAILABILITY@"
+#: ../src/guestfs.pod:1732
+#, fuzzy
+#| msgid "AVAILABILITY"
+msgid "__AVAILABILITY__"
+msgstr "可用性"
#. type: =head2
-#: ../src/guestfs.pod:1717
+#: ../src/guestfs.pod:1734
msgid "GUESTFISH supported COMMAND"
msgstr "guestfish がサポートするコマンド"
#. type: textblock
-#: ../src/guestfs.pod:1719
+#: ../src/guestfs.pod:1736
msgid ""
"In L<guestfish(3)> there is a handy interactive command C<supported> which "
"prints out the available groups and whether they are supported by this build "
@@ -51070,12 +51193,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:1724
+#: ../src/guestfs.pod:1741
msgid "SINGLE CALLS AT COMPILE TIME"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1726
+#: ../src/guestfs.pod:1743
msgid ""
"Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
"function, such as:"
@@ -51084,7 +51207,7 @@ msgstr ""
"数があります。次のようなものがあります:"
#. type: verbatim
-#: ../src/guestfs.pod:1729
+#: ../src/guestfs.pod:1746
#, no-wrap
msgid ""
" #define LIBGUESTFS_HAVE_DD 1\n"
@@ -51094,12 +51217,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1731
+#: ../src/guestfs.pod:1748
msgid "if L</guestfs_dd> is available."
msgstr "L</guestfs_dd> が利用可能な場合。"
#. type: textblock
-#: ../src/guestfs.pod:1733
+#: ../src/guestfs.pod:1750
msgid ""
"Before version 1.5.8, if you needed to test whether a single libguestfs "
"function is available at compile time, we recommended using build tools such "
@@ -51107,7 +51230,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1738
+#: ../src/guestfs.pod:1755
#, no-wrap
msgid ""
" AC_CHECK_LIB([guestfs],[guestfs_create])\n"
@@ -51119,19 +51242,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1741
+#: ../src/guestfs.pod:1758
msgid ""
"which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
"in your program."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:1744
+#: ../src/guestfs.pod:1761
msgid "SINGLE CALLS AT RUN TIME"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1746
+#: ../src/guestfs.pod:1763
msgid ""
"Testing at compile time doesn't guarantee that a function really exists in "
"the library. The reason is that you might be dynamically linked against a "
@@ -51143,7 +51266,7 @@ msgstr ""
"してください。"
#. type: textblock
-#: ../src/guestfs.pod:1753
+#: ../src/guestfs.pod:1770
msgid ""
"You can use L<dlopen(3)> to test if a function is available at run time, as "
"in this example program (note that you still need the compile time check as "
@@ -51153,7 +51276,7 @@ msgstr ""
"ください。"
#. type: verbatim
-#: ../src/guestfs.pod:1757
+#: ../src/guestfs.pod:1774
#, no-wrap
msgid ""
" #include <stdio.h>\n"
@@ -51171,7 +51294,7 @@ msgstr ""
" \n"
#. type: verbatim
-#: ../src/guestfs.pod:1763
+#: ../src/guestfs.pod:1780
#, no-wrap
msgid ""
" main ()\n"
@@ -51189,7 +51312,7 @@ msgstr ""
" \n"
#. type: verbatim
-#: ../src/guestfs.pod:1769
+#: ../src/guestfs.pod:1786
#, no-wrap
msgid ""
" /* Test if the function guestfs_dd is really available. */\n"
@@ -51213,7 +51336,7 @@ msgstr ""
" \n"
#. type: verbatim
-#: ../src/guestfs.pod:1778
+#: ../src/guestfs.pod:1795
#, no-wrap
msgid ""
" if (!has_function)\n"
@@ -51245,7 +51368,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1791
+#: ../src/guestfs.pod:1808
msgid ""
"You may think the above is an awful lot of hassle, and it is. There are "
"other ways outside of the C linking system to ensure that this kind of "
@@ -51253,7 +51376,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1796
+#: ../src/guestfs.pod:1813
#, no-wrap
msgid ""
" Requires: libguestfs >= 1.0.80\n"
@@ -51263,12 +51386,12 @@ msgstr ""
"\n"
#. type: =head1
-#: ../src/guestfs.pod:1798
+#: ../src/guestfs.pod:1815
msgid "CALLS WITH OPTIONAL ARGUMENTS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1800
+#: ../src/guestfs.pod:1817
msgid ""
"A recent feature of the API is the introduction of calls which take optional "
"arguments. In C these are declared 3 ways. The main way is as a call which "
@@ -51276,7 +51399,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1805
+#: ../src/guestfs.pod:1822
#, no-wrap
msgid ""
" int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
@@ -51286,14 +51409,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1807
+#: ../src/guestfs.pod:1824
msgid ""
"Call this with a list of optional arguments, terminated by C<-1>. So to "
"call with no optional arguments specified:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1810
+#: ../src/guestfs.pod:1827
#, no-wrap
msgid ""
" guestfs_add_drive_opts (g, filename, -1);\n"
@@ -51303,12 +51426,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1812
+#: ../src/guestfs.pod:1829
msgid "With a single optional argument:"
msgstr "単一の引数の場合:"
#. type: verbatim
-#: ../src/guestfs.pod:1814
+#: ../src/guestfs.pod:1831
#, no-wrap
msgid ""
" guestfs_add_drive_opts (g, filename,\n"
@@ -51322,12 +51445,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1818
+#: ../src/guestfs.pod:1835
msgid "With two:"
msgstr "2つの引数の場合:"
#. type: verbatim
-#: ../src/guestfs.pod:1820
+#: ../src/guestfs.pod:1837
#, no-wrap
msgid ""
" guestfs_add_drive_opts (g, filename,\n"
@@ -51343,19 +51466,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1825
+#: ../src/guestfs.pod:1842
msgid ""
"and so forth. Don't forget the terminating C<-1> otherwise Bad Things will "
"happen!"
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:1828
+#: ../src/guestfs.pod:1845
msgid "USING va_list FOR OPTIONAL ARGUMENTS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1830
+#: ../src/guestfs.pod:1847
msgid ""
"The second variant has the same name with the suffix C<_va>, which works the "
"same way but takes a C<va_list>. See the C manual for details. For the "
@@ -51365,7 +51488,7 @@ msgstr ""
"guestfs_add_drive_opts> を使用してください。"
#. type: verbatim
-#: ../src/guestfs.pod:1834
+#: ../src/guestfs.pod:1851
#, no-wrap
msgid ""
" int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
@@ -51377,12 +51500,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs.pod:1837
+#: ../src/guestfs.pod:1854
msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
msgstr "オプション引数の構築"
#. type: textblock
-#: ../src/guestfs.pod:1839
+#: ../src/guestfs.pod:1856
msgid ""
"The third variant is useful where you need to construct these calls. You "
"pass in a structure where you fill in the optional fields. The structure "
@@ -51392,7 +51515,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1845
+#: ../src/guestfs.pod:1862
#, no-wrap
msgid ""
" struct guestfs_add_drive_opts_argv {\n"
@@ -51416,12 +51539,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1854
+#: ../src/guestfs.pod:1871
msgid "You could call it like this:"
msgstr "次のように呼び出すことができます。"
#. type: verbatim
-#: ../src/guestfs.pod:1856
+#: ../src/guestfs.pod:1873
#, no-wrap
msgid ""
" struct guestfs_add_drive_opts_argv optargs = {\n"
@@ -51441,7 +51564,7 @@ msgstr ""
" \n"
#. type: verbatim
-#: ../src/guestfs.pod:1863
+#: ../src/guestfs.pod:1880
#, no-wrap
msgid ""
" guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
@@ -51451,29 +51574,29 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1871
+#: ../src/guestfs.pod:1888
msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1876
+#: ../src/guestfs.pod:1893
msgid "You do not need to fill in all fields of the structure."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1880
+#: ../src/guestfs.pod:1897
msgid ""
"There must be a one-to-one correspondence between fields of the structure "
"that are filled in, and bits set in the bitmask."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:1885
+#: ../src/guestfs.pod:1902
msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1887
+#: ../src/guestfs.pod:1904
msgid ""
"In other languages, optional arguments are expressed in the way that is "
"natural for that language. We refer you to the language-specific "
@@ -51481,17 +51604,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1891
+#: ../src/guestfs.pod:1908
msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
msgstr "guestfish は L<guestfish(1)/OPTIONAL ARGUMENTS> を参照してください。"
+#. type: =head1
+#: ../src/guestfs.pod:1910
+msgid "EVENTS"
+msgstr ""
+
#. type: =head2
-#: ../src/guestfs.pod:1893
+#: ../src/guestfs.pod:1912
msgid "SETTING CALLBACKS TO HANDLE EVENTS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1895
+#: ../src/guestfs.pod:1914
msgid ""
"B<Note:> This section documents the generic event mechanism introduced in "
"libguestfs 1.10, which you should use in new code if possible. The old "
@@ -51503,7 +51631,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1904
+#: ../src/guestfs.pod:1923
msgid ""
"Handles generate events when certain things happen, such as log messages "
"being generated, progress messages during long-running operations, or the "
@@ -51515,7 +51643,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1912
+#: ../src/guestfs.pod:1931
msgid ""
"In the current implementation, events are only generated synchronously: that "
"means that events (and hence callbacks) can only happen while you are in the "
@@ -51524,31 +51652,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1917
+#: ../src/guestfs.pod:1936
msgid ""
"Events may contain a payload, usually nothing (void), an array of 64 bit "
"unsigned integers, or a message buffer. Payloads are discussed later on."
msgstr ""
-#. type: =head3
-#: ../src/guestfs.pod:1921
+#. type: =head2
+#: ../src/guestfs.pod:1940
msgid "CLASSES OF EVENTS"
msgstr "イベントのクラス"
#. type: =item
-#: ../src/guestfs.pod:1925
+#: ../src/guestfs.pod:1944
msgid "GUESTFS_EVENT_CLOSE (payload type: void)"
msgstr "GUESTFS_EVENT_CLOSE (ペイロード形式: void)"
#. type: textblock
-#: ../src/guestfs.pod:1928
+#: ../src/guestfs.pod:1947
msgid ""
"The callback function will be called while the handle is being closed "
"(synchronously from L</guestfs_close>)."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1931
+#: ../src/guestfs.pod:1950
msgid ""
"Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
"handles that are open when the program exits. This means that this callback "
@@ -51561,19 +51689,19 @@ msgstr ""
"guestfs_fallocate64> を使用してください。"
#. type: textblock
-#: ../src/guestfs.pod:1938
+#: ../src/guestfs.pod:1957
msgid ""
"If no callback is registered: the handle is closed without any callback "
"being invoked."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:1941
+#: ../src/guestfs.pod:1960
msgid "GUESTFS_EVENT_SUBPROCESS_QUIT (payload type: void)"
msgstr "GUESTFS_EVENT_SUBPROCESS_QUIT (ペイロード形式: void)"
#. type: textblock
-#: ../src/guestfs.pod:1944
+#: ../src/guestfs.pod:1963
msgid ""
"The callback function will be called when the child process quits, either "
"asynchronously or if killed by L</guestfs_kill_subprocess>. (This "
@@ -51581,17 +51709,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1948 ../src/guestfs.pod:1957 ../src/guestfs.pod:2074
+#: ../src/guestfs.pod:1967 ../src/guestfs.pod:1976 ../src/guestfs.pod:2093
msgid "If no callback is registered: the event is ignored."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:1950
+#: ../src/guestfs.pod:1969
msgid "GUESTFS_EVENT_LAUNCH_DONE (payload type: void)"
msgstr "GUESTFS_EVENT_LAUNCH_DONE (ペイロード形式: void)"
#. type: textblock
-#: ../src/guestfs.pod:1953
+#: ../src/guestfs.pod:1972
msgid ""
"The callback function will be called when the child process becomes ready "
"first time after it has been launched. (This corresponds to a transition "
@@ -51599,12 +51727,12 @@ msgid ""
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:1959
+#: ../src/guestfs.pod:1978
msgid "GUESTFS_EVENT_PROGRESS (payload type: array of 4 x uint64_t)"
msgstr "GUESTFS_EVENT_PROGRESS (ペイロード形式: 4 x uint64_t の配列)"
#. type: textblock
-#: ../src/guestfs.pod:1962
+#: ../src/guestfs.pod:1981
msgid ""
"Some long-running operations can generate progress messages. If this "
"callback is registered, then it will be called each time a progress message "
@@ -51614,14 +51742,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1968
+#: ../src/guestfs.pod:1987
msgid ""
"The callback receives in the payload four unsigned 64 bit numbers which are "
"(in order): C<proc_nr>, C<serial>, C<position>, C<total>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1971
+#: ../src/guestfs.pod:1990
msgid ""
"The units of C<total> are not defined, although for some operations C<total> "
"may relate in some way to the amount of data to be transferred (eg. in bytes "
@@ -51629,24 +51757,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1976
+#: ../src/guestfs.pod:1995
msgid "The only defined and stable parts of the API are:"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1982
+#: ../src/guestfs.pod:2001
msgid ""
"The callback can display to the user some type of progress bar or indicator "
"which shows the ratio of C<position>:C<total>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1987
+#: ../src/guestfs.pod:2006
msgid "0 E<lt>= C<position> E<lt>= C<total>"
msgstr "0 E<lt>= C<position> E<lt>= C<total>"
#. type: textblock
-#: ../src/guestfs.pod:1991
+#: ../src/guestfs.pod:2010
msgid ""
"If any progress notification is sent during a call, then a final progress "
"notification is always sent when C<position> = C<total> (I<unless> the call "
@@ -51654,7 +51782,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1995
+#: ../src/guestfs.pod:2014
msgid ""
"This is to simplify caller code, so callers can easily set the progress "
"indicator to \"100%\" at the end of the operation, without requiring special "
@@ -51662,7 +51790,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2001
+#: ../src/guestfs.pod:2020
msgid ""
"For some calls we are unable to estimate the progress of the call, but we "
"can still generate progress messages to indicate activity. This is known as "
@@ -51671,7 +51799,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2006
+#: ../src/guestfs.pod:2025
msgid ""
"For these calls, zero or more progress messages are generated with "
"C<position = 0> and C<total = 1>, followed by a final message with "
@@ -51679,14 +51807,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2010
+#: ../src/guestfs.pod:2029
msgid ""
"As noted above, if the call fails with an error then the final message may "
"not be generated."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2015
+#: ../src/guestfs.pod:2034
msgid ""
"The callback also receives the procedure number (C<proc_nr>) and serial "
"number (C<serial>) of the call. These are only useful for debugging "
@@ -51695,31 +51823,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2021
+#: ../src/guestfs.pod:2040
msgid "If no callback is registered: progress messages are discarded."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2023
+#: ../src/guestfs.pod:2042
msgid "GUESTFS_EVENT_APPLIANCE (payload type: message buffer)"
msgstr "GUESTFS_EVENT_APPLIANCE (ペイロード形式: メッセージバッファー)"
#. type: textblock
-#: ../src/guestfs.pod:2026
+#: ../src/guestfs.pod:2045
msgid ""
"The callback function is called whenever a log message is generated by qemu, "
"the appliance kernel, guestfsd (daemon), or utility programs."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2029
+#: ../src/guestfs.pod:2048
msgid ""
"If the verbose flag (L</guestfs_set_verbose>) is set before launch (L</"
"guestfs_launch>) then additional debug messages are generated."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2032 ../src/guestfs.pod:2046
+#: ../src/guestfs.pod:2051 ../src/guestfs.pod:2065
msgid ""
"If no callback is registered: the messages are discarded unless the verbose "
"flag is set in which case they are sent to stderr. You can override the "
@@ -51727,76 +51855,81 @@ msgid ""
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2037
+#: ../src/guestfs.pod:2056
msgid "GUESTFS_EVENT_LIBRARY (payload type: message buffer)"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2040
+#: ../src/guestfs.pod:2059
msgid ""
"The callback function is called whenever a log message is generated by the "
"library part of libguestfs."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2043
+#: ../src/guestfs.pod:2062
msgid ""
"If the verbose flag (L</guestfs_set_verbose>) is set then additional debug "
"messages are generated."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2051
+#: ../src/guestfs.pod:2070
msgid "GUESTFS_EVENT_TRACE (payload type: message buffer)"
msgstr "GUESTFS_EVENT_TRACE (ペイロード形式: メッセージバッファー)"
#. type: textblock
-#: ../src/guestfs.pod:2054
+#: ../src/guestfs.pod:2073
msgid ""
"The callback function is called whenever a trace message is generated. This "
"only applies if the trace flag (L</guestfs_set_trace>) is set."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2057
+#: ../src/guestfs.pod:2076
msgid ""
"If no callback is registered: the messages are sent to stderr. You can "
"override the printing of trace messages to stderr by setting up a callback."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2061
+#: ../src/guestfs.pod:2080
msgid "GUESTFS_EVENT_ENTER (payload type: function name)"
msgstr "GUESTFS_EVENT_ENTER (payload type: function name)"
#. type: textblock
-#: ../src/guestfs.pod:2064
+#: ../src/guestfs.pod:2083
msgid ""
"The callback function is called whenever a libguestfs function is entered."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2067
+#: ../src/guestfs.pod:2086
msgid ""
"The payload is a string which contains the name of the function that we are "
"entering (not including C<guestfs_> prefix)."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2070
+#: ../src/guestfs.pod:2089
msgid ""
"Note that libguestfs functions can call themselves, so you may see many "
"events from a single call. A few libguestfs functions do not generate this "
"event."
msgstr ""
+#. type: =head2
+#: ../src/guestfs.pod:2097
+msgid "EVENT API"
+msgstr ""
+
#. type: =head3
-#: ../src/guestfs.pod:2078
+#: ../src/guestfs.pod:2099
msgid "guestfs_set_event_callback"
msgstr "guestfs_set_event_callback"
#. type: verbatim
-#: ../src/guestfs.pod:2080
+#: ../src/guestfs.pod:2101
#, no-wrap
msgid ""
" int guestfs_set_event_callback (guestfs_h *g,\n"
@@ -51814,14 +51947,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2086
+#: ../src/guestfs.pod:2107
msgid ""
"This function registers a callback (C<cb>) for all event classes in the "
"C<event_bitmask>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2089
+#: ../src/guestfs.pod:2110
msgid ""
"For example, to register for all log message events, you could call this "
"function with the bitmask C<GUESTFS_EVENT_APPLIANCE|GUESTFS_EVENT_LIBRARY>. "
@@ -51830,40 +51963,40 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2095
+#: ../src/guestfs.pod:2116
msgid "C<flags> should always be passed as 0."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2097
+#: ../src/guestfs.pod:2118
msgid ""
"C<opaque> is an opaque pointer which is passed to the callback. You can use "
"it for any purpose."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2100
+#: ../src/guestfs.pod:2121
msgid ""
"The return value is the event handle (an integer) which you can use to "
"delete the callback (see below)."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2103
+#: ../src/guestfs.pod:2124
msgid ""
"If there is an error, this function returns C<-1>, and sets the error in the "
"handle in the usual way (see L</guestfs_last_error> etc.)"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2106
+#: ../src/guestfs.pod:2127
msgid ""
"Callbacks remain in effect until they are deleted, or until the handle is "
"closed."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2109
+#: ../src/guestfs.pod:2130
msgid ""
"In the case where multiple callbacks are registered for a particular event "
"class, all of the callbacks are called. The order in which multiple "
@@ -51871,12 +52004,12 @@ msgid ""
msgstr ""
#. type: =head3
-#: ../src/guestfs.pod:2113
+#: ../src/guestfs.pod:2134
msgid "guestfs_delete_event_callback"
msgstr "guestfs_delete_event_callback"
#. type: verbatim
-#: ../src/guestfs.pod:2115
+#: ../src/guestfs.pod:2136
#, no-wrap
msgid ""
" void guestfs_delete_event_callback (guestfs_h *g, int event_handle);\n"
@@ -51886,7 +52019,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2117
+#: ../src/guestfs.pod:2138
msgid ""
"Delete a callback that was previously registered. C<event_handle> should be "
"the integer that was returned by a previous call to "
@@ -51894,12 +52027,12 @@ msgid ""
msgstr ""
#. type: =head3
-#: ../src/guestfs.pod:2121
+#: ../src/guestfs.pod:2142
msgid "guestfs_event_callback"
msgstr "guestfs_event_callback"
#. type: verbatim
-#: ../src/guestfs.pod:2123
+#: ../src/guestfs.pod:2144
#, no-wrap
msgid ""
" typedef void (*guestfs_event_callback) (\n"
@@ -51923,13 +52056,13 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2132
+#: ../src/guestfs.pod:2153
msgid ""
"This is the type of the event callback function that you have to provide."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2135
+#: ../src/guestfs.pod:2156
msgid ""
"The basic parameters are: the handle (C<g>), the opaque user pointer "
"(C<opaque>), the event class (eg. C<GUESTFS_EVENT_PROGRESS>), the event "
@@ -51937,7 +52070,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2139
+#: ../src/guestfs.pod:2160
msgid ""
"The remaining parameters contain the event payload (if any). Each event may "
"contain a payload, which usually relates to the event class, but for future "
@@ -51946,7 +52079,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2144
+#: ../src/guestfs.pod:2165
msgid ""
"C<buf> and C<buf_len> contain a message buffer (if C<buf_len == 0>, then "
"there is no message buffer). Note that this message buffer can contain "
@@ -51954,19 +52087,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2148
+#: ../src/guestfs.pod:2169
msgid ""
"C<array> and C<array_len> is an array of 64 bit unsigned integers. At the "
"moment this is only used for progress messages."
msgstr ""
-#. type: =head3
-#: ../src/guestfs.pod:2151
+#. type: =head2
+#: ../src/guestfs.pod:2172
msgid "EXAMPLE: CAPTURING LOG MESSAGES"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2153
+#: ../src/guestfs.pod:2174
msgid ""
"One motivation for the generic event API was to allow GUI programs to "
"capture debug and other messages. In libguestfs E<le> 1.8 these were sent "
@@ -51974,7 +52107,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2157
+#: ../src/guestfs.pod:2178
msgid ""
"Events associated with log messages are: C<GUESTFS_EVENT_LIBRARY>, "
"C<GUESTFS_EVENT_APPLIANCE> and C<GUESTFS_EVENT_TRACE>. (Note that error "
@@ -51982,14 +52115,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2162
+#: ../src/guestfs.pod:2183
msgid ""
"Programs have to set up a callback to capture the classes of events of "
"interest:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2165
+#: ../src/guestfs.pod:2186
#, no-wrap
msgid ""
" int eh =\n"
@@ -52015,14 +52148,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2175
+#: ../src/guestfs.pod:2196
msgid ""
"The callback can then direct messages to the appropriate place. In this "
"example, messages are directed to syslog:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2178
+#: ../src/guestfs.pod:2199
#, no-wrap
msgid ""
" static void\n"
@@ -52058,12 +52191,12 @@ msgstr ""
"\n"
#. type: =head1
-#: ../src/guestfs.pod:2193
+#: ../src/guestfs.pod:2214
msgid "CANCELLING LONG TRANSFERS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2195
+#: ../src/guestfs.pod:2216
msgid ""
"Some operations can be cancelled by the caller while they are in progress. "
"Currently only operations that involve uploading or downloading data can be "
@@ -52072,12 +52205,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:2200
+#: ../src/guestfs.pod:2221
msgid "guestfs_user_cancel"
msgstr "guestfs_user_cancel"
#. type: verbatim
-#: ../src/guestfs.pod:2202
+#: ../src/guestfs.pod:2223
#, no-wrap
msgid ""
" void guestfs_user_cancel (guestfs_h *g);\n"
@@ -52087,13 +52220,13 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2204
+#: ../src/guestfs.pod:2225
msgid ""
"C<guestfs_user_cancel> cancels the current upload or download operation."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2207
+#: ../src/guestfs.pod:2228
msgid ""
"Unlike most other libguestfs calls, this function is signal safe and thread "
"safe. You can call it from a signal handler or from another thread, without "
@@ -52101,7 +52234,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2211
+#: ../src/guestfs.pod:2232
msgid ""
"The transfer that was in progress (if there is one) will stop shortly "
"afterwards, and will return an error. The errno (see L</"
@@ -52110,7 +52243,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2217
+#: ../src/guestfs.pod:2238
msgid ""
"No cleanup is performed: for example, if a file was being uploaded then "
"after cancellation there may be a partially uploaded file. It is the "
@@ -52118,12 +52251,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2221
+#: ../src/guestfs.pod:2242
msgid "There are two common places that you might call C<guestfs_user_cancel>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2223
+#: ../src/guestfs.pod:2244
msgid ""
"In an interactive text-based program, you might call it from a C<SIGINT> "
"signal handler so that pressing C<^C> cancels the current operation. (You "
@@ -52132,19 +52265,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2228
+#: ../src/guestfs.pod:2249
msgid ""
"In a graphical program, when the main thread is displaying a progress bar "
"with a cancel button, wire up the cancel button to call this function."
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:2232
+#: ../src/guestfs.pod:2253
msgid "PRIVATE DATA AREA"
msgstr "プライベートデータ領域"
#. type: textblock
-#: ../src/guestfs.pod:2234
+#: ../src/guestfs.pod:2255
msgid ""
"You can attach named pieces of private data to the libguestfs handle, fetch "
"them by name, and walk over them, for the lifetime of the handle. This is "
@@ -52152,12 +52285,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2239
+#: ../src/guestfs.pod:2260
msgid "To attach a named piece of data, use the following call:"
msgstr "データの名前付き部分を接続するには、以下の呼び出しを使用します:"
#. type: verbatim
-#: ../src/guestfs.pod:2241
+#: ../src/guestfs.pod:2262
#, no-wrap
msgid ""
" void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
@@ -52167,7 +52300,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2243
+#: ../src/guestfs.pod:2264
msgid ""
"C<key> is the name to associate with this data, and C<data> is an arbitrary "
"pointer (which can be C<NULL>). Any previous item with the same key is "
@@ -52175,7 +52308,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2247
+#: ../src/guestfs.pod:2268
msgid ""
"You can use any C<key> you want, but your key should I<not> start with an "
"underscore character. Keys beginning with an underscore character are "
@@ -52185,12 +52318,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2253
+#: ../src/guestfs.pod:2274
msgid "To retrieve the pointer, use:"
msgstr "ポインターを取り出すには、次を使用します:"
#. type: verbatim
-#: ../src/guestfs.pod:2255
+#: ../src/guestfs.pod:2276
#, no-wrap
msgid ""
" void *guestfs_get_private (guestfs_h *g, const char *key);\n"
@@ -52200,7 +52333,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2257
+#: ../src/guestfs.pod:2278
msgid ""
"This function returns C<NULL> if either no data is found associated with "
"C<key>, or if the user previously set the C<key>'s C<data> pointer to "
@@ -52210,7 +52343,7 @@ msgstr ""
"guestfs_vfs_label> を使用してください。"
#. type: textblock
-#: ../src/guestfs.pod:2261
+#: ../src/guestfs.pod:2282
msgid ""
"Libguestfs does not try to look at or interpret the C<data> pointer in any "
"way. As far as libguestfs is concerned, it need not be a valid pointer at "
@@ -52221,12 +52354,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2268
+#: ../src/guestfs.pod:2289
msgid "To walk over all entries, use these two functions:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2270
+#: ../src/guestfs.pod:2291
#, no-wrap
msgid ""
" void *guestfs_first_private (guestfs_h *g, const char **key_rtn);\n"
@@ -52236,7 +52369,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs.pod:2272
+#: ../src/guestfs.pod:2293
#, no-wrap
msgid ""
" void *guestfs_next_private (guestfs_h *g, const char **key_rtn);\n"
@@ -52246,7 +52379,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2274
+#: ../src/guestfs.pod:2295
msgid ""
"C<guestfs_first_private> returns the first key, pointer pair (\"first\" does "
"not have any particular meaning -- keys are not returned in any defined "
@@ -52256,7 +52389,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2280
+#: ../src/guestfs.pod:2301
msgid ""
"C<guestfs_next_private> returns the next key, pointer pair. The return "
"value of this function is also C<NULL> is there are no further entries to "
@@ -52264,18 +52397,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2284
+#: ../src/guestfs.pod:2305
msgid "Notes about walking over entries:"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2290
+#: ../src/guestfs.pod:2311
msgid ""
"You must not call C<guestfs_set_private> while walking over the entries."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2295
+#: ../src/guestfs.pod:2316
msgid ""
"The handle maintains an internal iterator which is reset when you call "
"C<guestfs_first_private>. This internal iterator is invalidated when you "
@@ -52283,12 +52416,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2301
+#: ../src/guestfs.pod:2322
msgid "If you have set the data pointer associated with a key to C<NULL>, ie:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2303
+#: ../src/guestfs.pod:2324
#, no-wrap
msgid ""
" guestfs_set_private (g, key, NULL);\n"
@@ -52298,26 +52431,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2305
+#: ../src/guestfs.pod:2326
msgid "then that C<key> is not returned when walking."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2309
+#: ../src/guestfs.pod:2330
msgid ""
"C<*key_rtn> is only valid until the next call to C<guestfs_first_private>, "
"C<guestfs_next_private> or C<guestfs_set_private>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2315
+#: ../src/guestfs.pod:2336
msgid ""
"The following example code shows how to print all keys and data pointers "
"that are associated with the handle C<g>:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2318
+#: ../src/guestfs.pod:2339
#, no-wrap
msgid ""
" const char *key;\n"
@@ -52339,14 +52472,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2326
+#: ../src/guestfs.pod:2347
msgid ""
"More commonly you are only interested in keys that begin with an application-"
"specific prefix C<foo_>. Modify the loop like so:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2329
+#: ../src/guestfs.pod:2350
#, no-wrap
msgid ""
" const char *key;\n"
@@ -52370,7 +52503,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2338
+#: ../src/guestfs.pod:2359
msgid ""
"If you need to modify keys while walking, then you have to jump back to the "
"beginning of the loop. For example, to delete all keys prefixed with "
@@ -52378,7 +52511,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2342
+#: ../src/guestfs.pod:2363
#, no-wrap
msgid ""
" const char *key;\n"
@@ -52416,7 +52549,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2358
+#: ../src/guestfs.pod:2379
msgid ""
"Note that the above loop is guaranteed to terminate because the keys are "
"being deleted, but other manipulations of keys within the loop might not "
@@ -52425,12 +52558,12 @@ msgid ""
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:2363
+#: ../src/guestfs.pod:2384
msgid "SYSTEMTAP"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2365
+#: ../src/guestfs.pod:2386
msgid ""
"The libguestfs C library can be probed using systemtap or DTrace. This is "
"true of any library, not just libguestfs. However libguestfs also contains "
@@ -52438,12 +52571,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2369
+#: ../src/guestfs.pod:2390
msgid "You can list all the static markers by doing:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2371
+#: ../src/guestfs.pod:2392
#, no-wrap
msgid ""
" stap -l 'process(\"/usr/lib*/libguestfs.so.0\")\n"
@@ -52455,26 +52588,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2374
+#: ../src/guestfs.pod:2395
msgid ""
"B<Note:> These static markers are I<not> part of the stable API and may "
"change in future versions."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:2377
+#: ../src/guestfs.pod:2398
msgid "SYSTEMTAP SCRIPT EXAMPLE"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2379
+#: ../src/guestfs.pod:2400
msgid ""
"This script contains examples of displaying both the static markers and some "
"ordinary C entry points:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2406
+#: ../src/guestfs.pod:2427
#, no-wrap
msgid ""
" /* Display all calls to guestfs_mkfs* functions. */\n"
@@ -52494,7 +52627,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2413
+#: ../src/guestfs.pod:2434
msgid ""
"The script above can be saved to C<test.stap> and run using the L<stap(1)> "
"program. Note that you either have to be root, or you have to add yourself "
@@ -52503,7 +52636,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2418
+#: ../src/guestfs.pod:2439
#, no-wrap
msgid ""
" # stap /tmp/test.stap\n"
@@ -52515,17 +52648,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2421
+#: ../src/guestfs.pod:2442
msgid "In another terminal, run a guestfish command such as this:"
msgstr "他の端末において、このように guestfish コマンドを実行します:"
#. type: textblock
-#: ../src/guestfs.pod:2425
+#: ../src/guestfs.pod:2446
msgid "In the first terminal, stap trace output similar to this is shown:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2427
+#: ../src/guestfs.pod:2448
#, no-wrap
msgid ""
" 1318248056692655 (+0):\tlaunch_start\n"
@@ -52545,7 +52678,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2436
+#: ../src/guestfs.pod:2457
msgid ""
"<!-- old anchor for the next section --> <a name="
"\"state_machine_and_low_level_event_api\"/>"
@@ -52554,12 +52687,12 @@ msgstr ""
"\"state_machine_and_low_level_event_api\"/>"
#. type: =head1
-#: ../src/guestfs.pod:2441
+#: ../src/guestfs.pod:2462
msgid "ARCHITECTURE"
msgstr "アーキテクチャー"
#. type: textblock
-#: ../src/guestfs.pod:2443
+#: ../src/guestfs.pod:2464
msgid ""
"Internally, libguestfs is implemented by running an appliance (a special "
"type of small virtual machine) using L<qemu(1)>. Qemu runs as a child "
@@ -52570,7 +52703,7 @@ msgstr ""
"ロセスとして実行します。"
#. type: verbatim
-#: ../src/guestfs.pod:2447
+#: ../src/guestfs.pod:2468
#, no-wrap
msgid ""
" ___________________\n"
@@ -52616,14 +52749,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2467
+#: ../src/guestfs.pod:2488
msgid ""
"The library, linked to the main program, creates the child process and hence "
"the appliance in the L</guestfs_launch> function."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2470
+#: ../src/guestfs.pod:2491
msgid ""
"Inside the appliance is a Linux kernel and a complete stack of userspace "
"tools (such as LVM and ext2 programs) and a small controlling daemon called "
@@ -52635,7 +52768,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2479
+#: ../src/guestfs.pod:2500
msgid ""
"A common misunderstanding is that the appliance \"is\" the virtual machine. "
"Although the disk image you are attached to might also be used by some "
@@ -52646,17 +52779,17 @@ msgid ""
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:2486
+#: ../src/guestfs.pod:2507
msgid "STATE MACHINE"
msgstr "状態マシン"
#. type: textblock
-#: ../src/guestfs.pod:2488
+#: ../src/guestfs.pod:2509
msgid "libguestfs uses a state machine to model the child process:"
msgstr "libguestfs は子プロセスをモデル化するために状態マシンを使用します:"
#. type: verbatim
-#: ../src/guestfs.pod:2490
+#: ../src/guestfs.pod:2511
#, no-wrap
msgid ""
" |\n"
@@ -52684,7 +52817,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2512
+#: ../src/guestfs.pod:2533
msgid ""
"The normal transitions are (1) CONFIG (when the handle is created, but there "
"is no child process), (2) LAUNCHING (when the child process is booting up), "
@@ -52693,7 +52826,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2517
+#: ../src/guestfs.pod:2538
msgid ""
"The guest may be killed by L</guestfs_kill_subprocess>, or may die "
"asynchronously at any time (eg. due to some internal error), and that causes "
@@ -52704,7 +52837,7 @@ msgstr ""
"ため)、状態を設定 (CONFIG) に切り戻します。"
#. type: textblock
-#: ../src/guestfs.pod:2521
+#: ../src/guestfs.pod:2542
msgid ""
"Configuration commands for qemu such as L</guestfs_add_drive> can only be "
"issued when in the CONFIG state."
@@ -52713,7 +52846,7 @@ msgstr ""
"態にあるときのみ発行できます。"
#. type: textblock
-#: ../src/guestfs.pod:2524
+#: ../src/guestfs.pod:2545
msgid ""
"The API offers one call that goes from CONFIG through LAUNCHING to READY. "
"L</guestfs_launch> blocks until the child process is READY to accept "
@@ -52722,7 +52855,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2530
+#: ../src/guestfs.pod:2551
msgid ""
"API actions such as L</guestfs_mount> can only be issued when in the READY "
"state. These API calls block waiting for the command to be carried out. "
@@ -52731,7 +52864,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2535
+#: ../src/guestfs.pod:2556
msgid ""
"Finally, the child process sends asynchronous messages back to the main "
"program, such as kernel log messages. You can register a callback to "
@@ -52739,17 +52872,17 @@ msgid ""
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:2539
+#: ../src/guestfs.pod:2560
msgid "INTERNALS"
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:2541
+#: ../src/guestfs.pod:2562
msgid "APPLIANCE BOOT PROCESS"
msgstr "アプライアンスの起動プロセス"
#. type: textblock
-#: ../src/guestfs.pod:2543
+#: ../src/guestfs.pod:2564
msgid ""
"This process has evolved and continues to evolve. The description here "
"corresponds only to the current version of libguestfs and is provided for "
@@ -52759,7 +52892,7 @@ msgstr ""
"バージョンの libguestfs にのみ対応していて、参考情報としてのみ提供されます。"
#. type: textblock
-#: ../src/guestfs.pod:2547
+#: ../src/guestfs.pod:2568
msgid ""
"In order to follow the stages involved below, enable libguestfs debugging "
"(set the environment variable C<LIBGUESTFS_DEBUG=1>)."
@@ -52768,12 +52901,12 @@ msgstr ""
"C<LIBGUESTFS_DEBUG=1> を設定します)。"
#. type: =item
-#: ../src/guestfs.pod:2552
+#: ../src/guestfs.pod:2573
msgid "Create the appliance"
msgstr "アプライアンスを作成します"
#. type: textblock
-#: ../src/guestfs.pod:2554
+#: ../src/guestfs.pod:2575
msgid ""
"C<febootstrap-supermin-helper> is invoked to create the kernel, a small "
"initrd and the appliance."
@@ -52782,7 +52915,7 @@ msgstr ""
"を作成するために呼び出されます。"
#. type: textblock
-#: ../src/guestfs.pod:2557
+#: ../src/guestfs.pod:2578
msgid ""
"The appliance is cached in C</var/tmp/.guestfs-E<lt>UIDE<gt>> (or in another "
"directory if C<TMPDIR> is set)."
@@ -52791,7 +52924,7 @@ msgstr ""
"たは C<TMPDIR> を設定していると他の場所です)。"
#. type: textblock
-#: ../src/guestfs.pod:2560
+#: ../src/guestfs.pod:2581
msgid ""
"For a complete description of how the appliance is created and cached, read "
"the L<febootstrap(8)> and L<febootstrap-supermin-helper(8)> man pages."
@@ -52801,22 +52934,22 @@ msgstr ""
"参照してください。"
#. type: =item
-#: ../src/guestfs.pod:2564
+#: ../src/guestfs.pod:2585
msgid "Start qemu and boot the kernel"
msgstr "QEMU を開始してカーネルを起動します"
#. type: textblock
-#: ../src/guestfs.pod:2566
+#: ../src/guestfs.pod:2587
msgid "qemu is invoked to boot the kernel."
msgstr "カーネルを起動するために QEMU が呼び出されます。"
#. type: =item
-#: ../src/guestfs.pod:2568
+#: ../src/guestfs.pod:2589
msgid "Run the initrd"
msgstr "initrd を実行します"
#. type: textblock
-#: ../src/guestfs.pod:2570
+#: ../src/guestfs.pod:2591
msgid ""
"C<febootstrap-supermin-helper> builds a small initrd. The initrd is not the "
"appliance. The purpose of the initrd is to load enough kernel modules in "
@@ -52827,7 +52960,7 @@ msgstr ""
"始できるために、十分なカーネルモジュールを読み込むことです。"
#. type: textblock
-#: ../src/guestfs.pod:2574
+#: ../src/guestfs.pod:2595
msgid ""
"The initrd is a cpio archive called C</var/tmp/.guestfs-E<lt>UIDE<gt>/"
"initrd>."
@@ -52836,7 +52969,7 @@ msgstr ""
"す。"
#. type: textblock
-#: ../src/guestfs.pod:2577
+#: ../src/guestfs.pod:2598
msgid ""
"When the initrd has started you will see messages showing that kernel "
"modules are being loaded, similar to this:"
@@ -52845,7 +52978,7 @@ msgstr ""
"メッセージが表示されます:"
#. type: verbatim
-#: ../src/guestfs.pod:2580
+#: ../src/guestfs.pod:2601
#, no-wrap
msgid ""
" febootstrap: ext2 mini initrd starting up\n"
@@ -52861,12 +52994,12 @@ msgstr ""
"\n"
#. type: =item
-#: ../src/guestfs.pod:2585
+#: ../src/guestfs.pod:2606
msgid "Find and mount the appliance device"
msgstr "アプライアンスデバイスを検索およびマウントします"
#. type: textblock
-#: ../src/guestfs.pod:2587
+#: ../src/guestfs.pod:2608
msgid ""
"The appliance is a sparse file containing an ext2 filesystem which contains "
"a familiar (although reduced in size) Linux operating system. It would "
@@ -52874,33 +53007,33 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2591
+#: ../src/guestfs.pod:2612
msgid ""
"The regular disks being inspected by libguestfs are the first devices "
"exposed by qemu (eg. as C</dev/vda>)."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2594
+#: ../src/guestfs.pod:2615
msgid ""
"The last disk added to qemu is the appliance itself (eg. C</dev/vdb> if "
"there was only one regular disk)."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2597
+#: ../src/guestfs.pod:2618
msgid ""
"Thus the final job of the initrd is to locate the appliance disk, mount it, "
"and switch root into the appliance, and run C</init> from the appliance."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2601
+#: ../src/guestfs.pod:2622
msgid "If this works successfully you will see messages such as:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2603
+#: ../src/guestfs.pod:2624
#, no-wrap
msgid ""
" febootstrap: picked /sys/block/vdb/dev as root device\n"
@@ -52918,19 +53051,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2609
+#: ../src/guestfs.pod:2630
msgid ""
"Note that C<Starting /init script ...> indicates that the appliance's init "
"script is now running."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2612
+#: ../src/guestfs.pod:2633
msgid "Initialize the appliance"
msgstr "アプライアンスを初期化します"
#. type: textblock
-#: ../src/guestfs.pod:2614
+#: ../src/guestfs.pod:2635
msgid ""
"The appliance itself now initializes itself. This involves starting certain "
"processes like C<udev>, possibly printing some debug information, and "
@@ -52938,19 +53071,19 @@ msgid ""
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2618
+#: ../src/guestfs.pod:2639
msgid "The daemon"
msgstr "デーモン"
#. type: textblock
-#: ../src/guestfs.pod:2620
+#: ../src/guestfs.pod:2641
msgid ""
"Finally the daemon (C<guestfsd>) runs inside the appliance. If it runs you "
"should see:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2623
+#: ../src/guestfs.pod:2644
#, no-wrap
msgid ""
" verbose daemon enabled\n"
@@ -52960,14 +53093,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2625
+#: ../src/guestfs.pod:2646
msgid ""
"The daemon expects to see a named virtio-serial port exposed by qemu and "
"connected on the other end to the library."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2628
+#: ../src/guestfs.pod:2649
msgid ""
"The daemon connects to this port (and hence to the library) and sends a four "
"byte message C<GUESTFS_LAUNCH_FLAG>, which initiates the communication "
@@ -52975,19 +53108,19 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:2634
+#: ../src/guestfs.pod:2655
msgid "COMMUNICATION PROTOCOL"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2636
+#: ../src/guestfs.pod:2657
msgid ""
"Don't rely on using this protocol directly. This section documents how it "
"currently works, but it may change at any time."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2639
+#: ../src/guestfs.pod:2660
msgid ""
"The protocol used to talk between the library and the daemon running inside "
"the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
@@ -52995,14 +53128,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2643
+#: ../src/guestfs.pod:2664
msgid ""
"The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
"this file is automatically generated)."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2646
+#: ../src/guestfs.pod:2667
msgid ""
"There are two broad cases, ordinary functions that don't have any C<FileIn> "
"and C<FileOut> parameters, which are handled with very simple request/reply "
@@ -53012,17 +53145,17 @@ msgid ""
msgstr ""
#. type: =head3
-#: ../src/guestfs.pod:2653
+#: ../src/guestfs.pod:2674
msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2655
+#: ../src/guestfs.pod:2676
msgid "For ordinary functions, the request message is:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2657
+#: ../src/guestfs.pod:2678
#, no-wrap
msgid ""
" total length (header + arguments,\n"
@@ -53033,7 +53166,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2662
+#: ../src/guestfs.pod:2683
msgid ""
"The total length field allows the daemon to allocate a fixed size buffer "
"into which it slurps the rest of the message. As a result, the total length "
@@ -53042,21 +53175,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2668
+#: ../src/guestfs.pod:2689
msgid ""
"Note also that many functions don't take any arguments, in which case the "
"C<guestfs_I<foo>_args> is completely omitted."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2671
+#: ../src/guestfs.pod:2692
msgid ""
"The header contains the procedure number (C<guestfs_proc>) which is how the "
"receiver knows what type of args structure to expect, or none at all."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2675
+#: ../src/guestfs.pod:2696
msgid ""
"For functions that take optional arguments, the optional arguments are "
"encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
@@ -53068,12 +53201,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2683
+#: ../src/guestfs.pod:2704
msgid "The reply message for ordinary functions is:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2685
+#: ../src/guestfs.pod:2706
#, no-wrap
msgid ""
" total length (header + ret,\n"
@@ -53089,27 +53222,27 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2690
+#: ../src/guestfs.pod:2711
msgid ""
"As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
"functions that return no formal return values."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2693
+#: ../src/guestfs.pod:2714
msgid ""
"As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2696
+#: ../src/guestfs.pod:2717
msgid ""
"In the case of an error, a flag is set in the header, and the reply message "
"is slightly changed:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2699
+#: ../src/guestfs.pod:2720
#, no-wrap
msgid ""
" total length (header + error,\n"
@@ -53120,7 +53253,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2704
+#: ../src/guestfs.pod:2725
msgid ""
"The C<guestfs_message_error> structure contains the error message as a "
"string."
@@ -53128,12 +53261,12 @@ msgstr ""
"C<guestfs_message_error> の構造は、文字列としてエラーメッセージを含みます。"
#. type: =head3
-#: ../src/guestfs.pod:2707
+#: ../src/guestfs.pod:2728
msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2709
+#: ../src/guestfs.pod:2730
msgid ""
"A C<FileIn> parameter indicates that we transfer a file I<into> the guest. "
"The normal request message is sent (see above). However this is followed by "
@@ -53141,7 +53274,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2713
+#: ../src/guestfs.pod:2734
#, no-wrap
msgid ""
" total length (header + arguments,\n"
@@ -53163,12 +53296,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2721
+#: ../src/guestfs.pod:2742
msgid "The \"sequence of chunks\" is:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2723
+#: ../src/guestfs.pod:2744
#, no-wrap
msgid ""
" length of chunk (not including length word itself)\n"
@@ -53190,7 +53323,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2731
+#: ../src/guestfs.pod:2752
msgid ""
"The final chunk has the C<data_len> field set to zero. Additionally a flag "
"is set in the final chunk to indicate either successful completion or early "
@@ -53198,7 +53331,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2735
+#: ../src/guestfs.pod:2756
msgid ""
"At time of writing there are no functions that have more than one FileIn "
"parameter. However this is (theoretically) supported, by sending the "
@@ -53207,7 +53340,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2740
+#: ../src/guestfs.pod:2761
msgid ""
"Both the library (sender) I<and> the daemon (receiver) may cancel the "
"transfer. The library does this by sending a chunk with a special flag set "
@@ -53216,7 +53349,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2746
+#: ../src/guestfs.pod:2767
msgid ""
"The daemon may also cancel. It does this by writing a special word "
"C<GUESTFS_CANCEL_FLAG> to the socket. The library listens for this during "
@@ -53228,7 +53361,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2755
+#: ../src/guestfs.pod:2776
msgid ""
"This protocol allows the transfer of arbitrary sized files (no 32 bit "
"limit), and also files where the size is not known in advance (eg. from "
@@ -53238,19 +53371,19 @@ msgid ""
msgstr ""
#. type: =head3
-#: ../src/guestfs.pod:2761
+#: ../src/guestfs.pod:2782
msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2763
+#: ../src/guestfs.pod:2784
msgid ""
"The protocol for FileOut parameters is exactly the same as for FileIn "
"parameters, but with the roles of daemon and library reversed."
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2766
+#: ../src/guestfs.pod:2787
#, no-wrap
msgid ""
" total length (header + ret,\n"
@@ -53264,12 +53397,12 @@ msgid ""
msgstr ""
#. type: =head3
-#: ../src/guestfs.pod:2774
+#: ../src/guestfs.pod:2795
msgid "INITIAL MESSAGE"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2776
+#: ../src/guestfs.pod:2797
msgid ""
"When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
"which indicates that the guest and daemon is alive. This is what L</"
@@ -53277,12 +53410,12 @@ msgid ""
msgstr ""
#. type: =head3
-#: ../src/guestfs.pod:2780
+#: ../src/guestfs.pod:2801
msgid "PROGRESS NOTIFICATION MESSAGES"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2782
+#: ../src/guestfs.pod:2803
msgid ""
"The daemon may send progress notification messages at any time. These are "
"distinguished by the normal length word being replaced by "
@@ -53290,7 +53423,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2786
+#: ../src/guestfs.pod:2807
msgid ""
"The library turns them into progress callbacks (see L</"
"GUESTFS_EVENT_PROGRESS>) if there is a callback registered, or discards them "
@@ -53298,7 +53431,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2790
+#: ../src/guestfs.pod:2811
msgid ""
"The daemon self-limits the frequency of progress messages it sends (see "
"C<daemon/proto.c:notify_progress>). Not all calls generate progress "
@@ -53306,12 +53439,12 @@ msgid ""
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:2794
+#: ../src/guestfs.pod:2815
msgid "LIBGUESTFS VERSION NUMBERS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2796
+#: ../src/guestfs.pod:2817
msgid ""
"Since April 2010, libguestfs has started to make separate development and "
"stable releases, along with corresponding branches in our git repository. "
@@ -53319,7 +53452,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2801
+#: ../src/guestfs.pod:2822
#, no-wrap
msgid ""
" even numbers for stable: 1.2.x, 1.4.x, ...\n"
@@ -53347,13 +53480,13 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2812
+#: ../src/guestfs.pod:2833
msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
msgstr ""
"このように \"1.3.5\" は開発ブランチ \"1.3\" の 5 番目のアップデートです。"
#. type: textblock
-#: ../src/guestfs.pod:2814
+#: ../src/guestfs.pod:2835
msgid ""
"As time passes we cherry pick fixes from the development branch and backport "
"those into the stable branch, the effect being that the stable branch should "
@@ -53363,12 +53496,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2820
+#: ../src/guestfs.pod:2841
msgid "Our criteria for backporting changes are:"
msgstr "バックポートする変更に対する私たちの基準は次のとおりです:"
#. type: textblock
-#: ../src/guestfs.pod:2826
+#: ../src/guestfs.pod:2847
msgid ""
"Documentation changes which don't affect any code are backported unless the "
"documentation refers to a future feature which is not in stable."
@@ -53377,7 +53510,7 @@ msgstr ""
"機能を参照していなければ、バックポートされます。"
#. type: textblock
-#: ../src/guestfs.pod:2832
+#: ../src/guestfs.pod:2853
msgid ""
"Bug fixes which are not controversial, fix obvious problems, and have been "
"well tested are backported."
@@ -53386,7 +53519,7 @@ msgstr ""
"ポートされます。"
#. type: textblock
-#: ../src/guestfs.pod:2837
+#: ../src/guestfs.pod:2858
msgid ""
"Simple rearrangements of code which shouldn't affect how it works get "
"backported. This is so that the code in the two branches doesn't get too "
@@ -53394,7 +53527,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2843
+#: ../src/guestfs.pod:2864
msgid ""
"We I<don't> backport new features, new APIs, new tools etc, except in one "
"exceptional case: the new feature is required in order to implement an "
@@ -53402,7 +53535,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2849
+#: ../src/guestfs.pod:2870
msgid ""
"A new stable branch starts when we think the new features in development are "
"substantial and compelling enough over the current stable branch to warrant "
@@ -53413,37 +53546,168 @@ msgid ""
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:2857
+#: ../src/guestfs.pod:2878
msgid "EXTENDING LIBGUESTFS"
msgstr ""
+#. type: textblock
+#: ../src/guestfs.pod:2880
+msgid "This section is for hackers who want to extend libguestfs itself."
+msgstr ""
+
#. type: =head2
-#: ../src/guestfs.pod:2859
-msgid "ADDING A NEW API ACTION"
+#: ../src/guestfs.pod:2882
+msgid "OVERVIEW OF THE SOURCE CODE"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2861
+#: ../src/guestfs.pod:2884
+msgid ""
+"Libguestfs source is located in the github repository L<https://github.com/"
+"libguestfs/libguestfs>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2887
msgid ""
"Large amounts of boilerplate code in libguestfs (RPC, bindings, "
-"documentation) are generated, and this makes it easy to extend the "
-"libguestfs API."
+"documentation) are generated. This means that many source files will appear "
+"to be missing from a straightforward git checkout. You have to run the "
+"generator (C<./autogen.sh && make -C generator>) in order to create those "
+"files."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2865
+#: ../src/guestfs.pod:2893
+msgid ""
+"Libguestfs uses an autotools-based build system, with the main files being "
+"C<configure.ac> and C<Makefile.am>. The C<generator> subdirectory contains "
+"the generator, plus files describing the API. The C<src> subdirectory "
+"contains source for the library. The C<appliance> and C<daemon> "
+"subdirectories contain the source for the code that builds the appliance, "
+"and the code that runs in the appliance respectively. Other directories are "
+"covered in the section L<SOURCE CODE SUBDIRECTORIES> below."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2902
+msgid ""
+"Apart from the fact that all API entry points go via some generated code, "
+"the library is straightforward. (In fact, even the generated code is "
+"designed to be readable, and should be read as ordinary code). Some actions "
+"run entirely in the library, and are written as C functions in files under "
+"C<src>. Others are forwarded to the daemon where (after some generated RPC "
+"marshalling) they appear as C functions in files under C<daemon>."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2910
+msgid "To build from source, first read the C<README> file."
+msgstr ""
+
+#. type: =head2
+#: ../src/guestfs.pod:2912
+msgid "C<local*> FILES"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2914
+msgid ""
+"Files in the top source directory that begin with the prefix C<local*> are "
+"ignored by git. These files can contain local configuration or scripts that "
+"you need to build libguestfs."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2918
+msgid ""
+"By convention, I have a file called C<localconfigure> which is a simple "
+"wrapper around C<autogen.sh> containing local configure customizations that "
+"I need:"
+msgstr ""
+
+#. type: verbatim
+#: ../src/guestfs.pod:2922
+#, no-wrap
+msgid ""
+" . localenv\n"
+" ./autogen.sh \\\n"
+" --with-default-attach-method=libvirt \\\n"
+" --enable-gcc-warnings \\\n"
+" --enable-gtk-doc \\\n"
+" -C \\\n"
+" \"$@\"\n"
+"\n"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2930
+#, fuzzy
+#| msgid "You can use this to:"
+msgid "So I can use this to build libguestfs:"
+msgstr "次の目的のために実行できます:"
+
+#. type: verbatim
+#: ../src/guestfs.pod:2932
+#, no-wrap
+msgid ""
+" ./localconfigure && make\n"
+"\n"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2934
+msgid ""
+"If there is a file in the top build directory called C<localenv>, then it "
+"will be sourced by C<make>. This file can contain any local environment "
+"variables needed, eg. for skipping tests:"
+msgstr ""
+
+#. type: verbatim
+#: ../src/guestfs.pod:2938
+#, no-wrap
+msgid ""
+" # Use an alternate python binary.\n"
+" export PYTHON=python3\n"
+" # Skip this test, it is broken.\n"
+" export SKIP_TEST_BTRFS_FSCK=1\n"
+"\n"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2943
+msgid ""
+"Note that C<localenv> is included by the top Makefile (so it's a Makefile "
+"fragment). But if it is also sourced by your C<localconfigure> script then "
+"it is used as a shell script."
+msgstr ""
+
+#. type: =head2
+#: ../src/guestfs.pod:2947
+msgid "ADDING A NEW API ACTION"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2949
+msgid ""
+"Because large amounts of boilerplate code in libguestfs are generated, this "
+"makes it easy to extend the libguestfs API."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2952
msgid "To add a new API action there are two changes:"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2871
+#: ../src/guestfs.pod:2958
msgid ""
"You need to add a description of the call (name, parameters, return type, "
"tests, documentation) to C<generator/generator_actions.ml>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2874
+#: ../src/guestfs.pod:2961
msgid ""
"There are two sorts of API action, depending on whether the call goes "
"through to the daemon in the appliance, or is serviced entirely by the "
@@ -53454,7 +53718,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2882
+#: ../src/guestfs.pod:2969
msgid ""
"Most new actions are of the first type, and get added to the "
"C<daemon_functions> list. Each function has a unique procedure number used "
@@ -53464,7 +53728,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2888
+#: ../src/guestfs.pod:2975
msgid ""
"For library-only actions of the second type, add to the "
"C<non_daemon_functions> list. Since these functions are serviced by the "
@@ -53474,36 +53738,36 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2896
+#: ../src/guestfs.pod:2983
msgid "Implement the action (in C):"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2898
+#: ../src/guestfs.pod:2985
msgid ""
"For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
"C<daemon/> directory."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2901
+#: ../src/guestfs.pod:2988
msgid ""
"For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
"(note: double underscore) in the C<src/> directory."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2904
+#: ../src/guestfs.pod:2991
msgid "In either case, use another function as an example of what to do."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2908
+#: ../src/guestfs.pod:2995
msgid "After making these changes, use C<make> to compile."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2910
+#: ../src/guestfs.pod:2997
msgid ""
"Note that you don't need to implement the RPC, language bindings, manual "
"pages or anything else. It's all automatically generated from the OCaml "
@@ -53511,12 +53775,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:2914
+#: ../src/guestfs.pod:3001
msgid "ADDING TESTS FOR AN API ACTION"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2916
+#: ../src/guestfs.pod:3003
msgid ""
"You can supply zero or as many tests as you want per API call. The tests "
"can either be added as part of the API description (C<generator/"
@@ -53526,34 +53790,34 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2923
+#: ../src/guestfs.pod:3010
msgid ""
"The following describes the test environment used when you add an API test "
"in C<generator_actions.ml>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2926
+#: ../src/guestfs.pod:3013
msgid "The test environment has 4 block devices:"
msgstr "テスト環境は 4 個のブロックデバイスを持ちます:"
#. type: =item
-#: ../src/guestfs.pod:2930
+#: ../src/guestfs.pod:3017
msgid "C</dev/sda> 500MB"
msgstr "C</dev/sda> 500MB"
#. type: textblock
-#: ../src/guestfs.pod:2932
+#: ../src/guestfs.pod:3019
msgid "General block device for testing."
msgstr "テスト用の一般的なブロックデバイス。"
#. type: =item
-#: ../src/guestfs.pod:2934
+#: ../src/guestfs.pod:3021
msgid "C</dev/sdb> 50MB"
msgstr "C</dev/sdb> 50MB"
#. type: textblock
-#: ../src/guestfs.pod:2936
+#: ../src/guestfs.pod:3023
msgid ""
"C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
"operations."
@@ -53562,28 +53826,28 @@ msgstr ""
"ext2 ファイルシステムです。"
#. type: =item
-#: ../src/guestfs.pod:2939
+#: ../src/guestfs.pod:3026
msgid "C</dev/sdc> 10MB"
msgstr "C</dev/sdc> 10MB"
#. type: textblock
-#: ../src/guestfs.pod:2941
+#: ../src/guestfs.pod:3028
msgid "Used in a few tests where two block devices are needed."
msgstr ""
"2 つのブロックデバイスが必要となるいくつかのテストにおいて使用されます。"
#. type: =item
-#: ../src/guestfs.pod:2943
+#: ../src/guestfs.pod:3030
msgid "C</dev/sdd>"
msgstr "C</dev/sdd>"
#. type: textblock
-#: ../src/guestfs.pod:2945
+#: ../src/guestfs.pod:3032
msgid "ISO with fixed content (see C<images/test.iso>)."
msgstr "固定的な内容を持つ ISO (C<images/test.iso> 参照)。"
#. type: textblock
-#: ../src/guestfs.pod:2949
+#: ../src/guestfs.pod:3036
msgid ""
"To be able to run the tests in a reasonable amount of time, the libguestfs "
"appliance and block devices are reused between tests. So don't try testing "
@@ -53591,7 +53855,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2953
+#: ../src/guestfs.pod:3040
msgid ""
"Each test starts with an initial scenario, selected using one of the "
"C<Init*> expressions, described in C<generator/generator_types.ml>. These "
@@ -53601,7 +53865,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2959
+#: ../src/guestfs.pod:3046
msgid ""
"You can add a prerequisite clause to any individual test. This is a run-"
"time check, which, if it fails, causes the test to be skipped. Useful if "
@@ -53611,14 +53875,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2965
+#: ../src/guestfs.pod:3052
msgid ""
"In addition, packagers can skip individual tests by setting environment "
"variables before running C<make check>."
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2968
+#: ../src/guestfs.pod:3055
#, no-wrap
msgid ""
" SKIP_TEST_<CMD>_<NUM>=1\n"
@@ -53628,14 +53892,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2970
+#: ../src/guestfs.pod:3057
msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
msgstr ""
"例: C<SKIP_TEST_COMMAND_3=1> は L</guestfs_command> のテスト #3 をスキップし"
"ます。"
#. type: verbatim
-#: ../src/guestfs.pod:2974
+#: ../src/guestfs.pod:3061
#, no-wrap
msgid ""
" SKIP_TEST_<CMD>=1\n"
@@ -53645,19 +53909,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2976
+#: ../src/guestfs.pod:3063
msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
msgstr ""
"例: C<SKIP_TEST_ZEROFREE=1> はすべての L</guestfs_zerofree> テストをスキップ"
"します。"
#. type: textblock
-#: ../src/guestfs.pod:2978
+#: ../src/guestfs.pod:3065
msgid "Packagers can run only certain tests by setting for example:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2980
+#: ../src/guestfs.pod:3067
#, no-wrap
msgid ""
" TEST_ONLY=\"vfs_type zerofree\"\n"
@@ -53667,7 +53931,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2982
+#: ../src/guestfs.pod:3069
msgid ""
"See C<tests/c-api/tests.c> for more details of how these environment "
"variables work."
@@ -53676,22 +53940,22 @@ msgstr ""
"を参照してください。"
#. type: =head2
-#: ../src/guestfs.pod:2985
+#: ../src/guestfs.pod:3072
msgid "DEBUGGING NEW API ACTIONS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2987
+#: ../src/guestfs.pod:3074
msgid "Test new actions work before submitting them."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2989
+#: ../src/guestfs.pod:3076
msgid "You can use guestfish to try out new commands."
msgstr "新しいコマンドを試すために guestfish を使うことができます。"
#. type: textblock
-#: ../src/guestfs.pod:2991
+#: ../src/guestfs.pod:3078
msgid ""
"Debugging the daemon is a problem because it runs inside a minimal "
"environment. However you can fprintf messages in the daemon to stderr, and "
@@ -53699,12 +53963,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:2995
+#: ../src/guestfs.pod:3082
msgid "FORMATTING CODE AND OTHER CONVENTIONS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2997
+#: ../src/guestfs.pod:3084
msgid ""
"Our C source code generally adheres to some basic code-formatting "
"conventions. The existing code base is not totally consistent on this "
@@ -53714,14 +53978,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3003
+#: ../src/guestfs.pod:3090
msgid ""
"If you use Emacs, add the following to one of one of your start-up files (e."
"g., ~/.emacs), to help ensure that you get indentation right:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:3006
+#: ../src/guestfs.pod:3093
#, no-wrap
msgid ""
" ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
@@ -53747,7 +54011,7 @@ msgstr ""
" \n"
#. type: verbatim
-#: ../src/guestfs.pod:3016
+#: ../src/guestfs.pod:3103
#, no-wrap
msgid ""
" ;;; When editing C sources in libguestfs, use this style.\n"
@@ -53777,14 +54041,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:3028
+#: ../src/guestfs.pod:3115
msgid "Enable warnings when compiling (and fix any problems this finds):"
msgstr ""
"コンパイル時に警告を有効にします(そして、これは見つけた問題をすべて修正しま"
"す):"
#. type: verbatim
-#: ../src/guestfs.pod:3031
+#: ../src/guestfs.pod:3118
#, no-wrap
msgid ""
" ./configure --enable-gcc-warnings\n"
@@ -53794,12 +54058,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:3033
+#: ../src/guestfs.pod:3120
msgid "Useful targets are:"
msgstr "有用なターゲットは次のとおりです:"
#. type: verbatim
-#: ../src/guestfs.pod:3035
+#: ../src/guestfs.pod:3122
#, fuzzy, no-wrap
#| msgid ""
#| " make syntax-check # checks the syntax of the C code\n"
@@ -53815,7 +54079,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs.pod:3038
+#: ../src/guestfs.pod:3125
#, fuzzy, no-wrap
#| msgid ""
#| " make syntax-check # checks the syntax of the C code\n"
@@ -53830,7 +54094,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs.pod:3040
+#: ../src/guestfs.pod:3127
#, no-wrap
msgid ""
" make extra-tests # in-depth testing using valgrind\n"
@@ -53839,24 +54103,24 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3043
+#: ../src/guestfs.pod:3130
msgid "DAEMON CUSTOM PRINTF FORMATTERS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3045
+#: ../src/guestfs.pod:3132
msgid ""
"In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
"which are used to do shell quoting."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3050
+#: ../src/guestfs.pod:3137
msgid "%Q"
msgstr "%Q"
#. type: textblock
-#: ../src/guestfs.pod:3052
+#: ../src/guestfs.pod:3139
msgid ""
"Simple shell quoted string. Any spaces or other shell characters are "
"escaped for you."
@@ -53865,19 +54129,19 @@ msgstr ""
"ます。"
#. type: =item
-#: ../src/guestfs.pod:3055
+#: ../src/guestfs.pod:3142
msgid "%R"
msgstr "%R"
#. type: textblock
-#: ../src/guestfs.pod:3057
+#: ../src/guestfs.pod:3144
msgid ""
"Same as C<%Q> except the string is treated as a path which is prefixed by "
"the sysroot."
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:3064
+#: ../src/guestfs.pod:3151
#, no-wrap
msgid ""
" asprintf (&cmd, \"cat %R\", path);\n"
@@ -53887,12 +54151,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:3066
+#: ../src/guestfs.pod:3153
msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
msgstr "C<cat /sysroot/some\\ path\\ with\\ spaces> を生成します"
#. type: textblock
-#: ../src/guestfs.pod:3068
+#: ../src/guestfs.pod:3155
msgid ""
"I<Note:> Do I<not> use these when you are passing parameters to the C<command"
"{,r,v,rv}()> functions. These parameters do NOT need to be quoted because "
@@ -53901,12 +54165,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3074
+#: ../src/guestfs.pod:3161
msgid "SUBMITTING YOUR NEW API ACTIONS"
msgstr "新しい API アクションの提出方法"
#. type: textblock
-#: ../src/guestfs.pod:3076
+#: ../src/guestfs.pod:3163
msgid ""
"Submit patches to the mailing list: L<http://www.redhat.com/mailman/listinfo/"
"libguestfs> and CC to L<rjones@redhat.com>."
@@ -53915,17 +54179,17 @@ msgstr ""
"listinfo/libguestfs> および L<rjones@redhat.com> (Cc)。"
#. type: =head2
-#: ../src/guestfs.pod:3080
+#: ../src/guestfs.pod:3167
msgid "INTERNATIONALIZATION (I18N) SUPPORT"
msgstr "国際化 (i18n) サポート"
#. type: textblock
-#: ../src/guestfs.pod:3082
+#: ../src/guestfs.pod:3169
msgid "We support i18n (gettext anyhow) in the library."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3084
+#: ../src/guestfs.pod:3171
msgid ""
"However many messages come from the daemon, and we don't translate those at "
"the moment. One reason is that the appliance generally has all locale files "
@@ -53934,39 +54198,49 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3090
+#: ../src/guestfs.pod:3177
msgid ""
"Debugging messages are never translated, since they are intended for the "
"programmers."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3093
+#: ../src/guestfs.pod:3180
msgid "SOURCE CODE SUBDIRECTORIES"
msgstr "ソースコードのサブディレクトリー"
#. type: =item
-#: ../src/guestfs.pod:3097
+#: ../src/guestfs.pod:3184
msgid "C<align>"
msgstr "C<align>"
#. type: textblock
-#: ../src/guestfs.pod:3099
+#: ../src/guestfs.pod:3186
msgid "L<virt-alignment-scan(1)> command and documentation."
msgstr "L<virt-alignment-scan(1)> のコマンドおよびドキュメント。"
#. type: textblock
-#: ../src/guestfs.pod:3103
+#: ../src/guestfs.pod:3190
msgid "The libguestfs appliance, build scripts and so on."
msgstr "libguestfs アプライアンス、スクリプトなどを構築します。"
#. type: =item
-#: ../src/guestfs.pod:3105
+#: ../src/guestfs.pod:3192
+msgid "C<build-aux>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:3194
+msgid "Various build scripts used by autotools."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:3196
msgid "C<cat>"
msgstr "C<cat>"
#. type: textblock
-#: ../src/guestfs.pod:3107
+#: ../src/guestfs.pod:3198
msgid ""
"The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
"documentation."
@@ -53975,63 +54249,63 @@ msgstr ""
"ドキュメント。"
#. type: =item
-#: ../src/guestfs.pod:3110
+#: ../src/guestfs.pod:3201
msgid "C<contrib>"
msgstr "C<contrib>"
#. type: textblock
-#: ../src/guestfs.pod:3112
+#: ../src/guestfs.pod:3203
msgid "Outside contributions, experimental parts."
msgstr "外部の貢献、実験的な部分です。"
#. type: =item
-#: ../src/guestfs.pod:3114
+#: ../src/guestfs.pod:3205
msgid "C<daemon>"
msgstr "C<daemon>"
#. type: textblock
-#: ../src/guestfs.pod:3116
+#: ../src/guestfs.pod:3207
msgid ""
"The daemon that runs inside the libguestfs appliance and carries out actions."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3119
+#: ../src/guestfs.pod:3210
msgid "C<df>"
msgstr "C<df>"
#. type: textblock
-#: ../src/guestfs.pod:3121
+#: ../src/guestfs.pod:3212
msgid "L<virt-df(1)> command and documentation."
msgstr "L<virt-df(1)> のコマンドおよびドキュメント。"
#. type: =item
-#: ../src/guestfs.pod:3123
+#: ../src/guestfs.pod:3214
msgid "C<edit>"
msgstr "C<edit>"
#. type: textblock
-#: ../src/guestfs.pod:3125
+#: ../src/guestfs.pod:3216
msgid "L<virt-edit(1)> command and documentation."
msgstr "L<virt-edit(1)> のコマンドおよびドキュメント。"
#. type: =item
-#: ../src/guestfs.pod:3127
+#: ../src/guestfs.pod:3218
msgid "C<examples>"
msgstr "C<examples>"
#. type: textblock
-#: ../src/guestfs.pod:3129
+#: ../src/guestfs.pod:3220
msgid "C API example code."
msgstr "C API のコード例。"
#. type: =item
-#: ../src/guestfs.pod:3131
+#: ../src/guestfs.pod:3222
msgid "C<fish>"
msgstr "C<fish>"
#. type: textblock
-#: ../src/guestfs.pod:3133
+#: ../src/guestfs.pod:3224
msgid ""
"L<guestfish(1)>, the command-line shell, and various shell scripts built on "
"top such as L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
@@ -54039,80 +54313,104 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3139
+#: ../src/guestfs.pod:3230
msgid "L<virt-format(1)> command and documentation."
msgstr "L<virt-format(1)> のコマンドおよびドキュメント。"
#. type: =item
-#: ../src/guestfs.pod:3141
+#: ../src/guestfs.pod:3232
msgid "C<fuse>"
msgstr "C<fuse>"
#. type: textblock
-#: ../src/guestfs.pod:3143
+#: ../src/guestfs.pod:3234
msgid ""
"L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3145
+#: ../src/guestfs.pod:3236
msgid "C<generator>"
msgstr "C<generator>"
#. type: textblock
-#: ../src/guestfs.pod:3147
+#: ../src/guestfs.pod:3238
msgid ""
"The crucially important generator, used to automatically generate large "
"amounts of boilerplate C code for things like RPC and bindings."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3150
+#: ../src/guestfs.pod:3241
+msgid "C<gnulib>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:3243
+msgid ""
+"Gnulib is used as a portability library. A copy of gnulib is included under "
+"here."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:3246
+#, fuzzy
+#| msgid "html"
+msgid "C<html>"
+msgstr "HTML"
+
+#. type: textblock
+#: ../src/guestfs.pod:3248
+msgid "Generated HTML manual pages."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:3250
msgid "C<inspector>"
msgstr "C<inspector>"
#. type: textblock
-#: ../src/guestfs.pod:3152
+#: ../src/guestfs.pod:3252
msgid "L<virt-inspector(1)>, the virtual machine image inspector."
msgstr "L<virt-inspector(1)>, 仮想マシンイメージ検査ツール。"
#. type: =item
-#: ../src/guestfs.pod:3154
+#: ../src/guestfs.pod:3254
msgid "C<logo>"
msgstr "C<logo>"
#. type: textblock
-#: ../src/guestfs.pod:3156
+#: ../src/guestfs.pod:3256
msgid "Logo used on the website. The fish is called Arthur by the way."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3158
+#: ../src/guestfs.pod:3258
msgid "C<m4>"
msgstr "C<m4>"
#. type: textblock
-#: ../src/guestfs.pod:3160
+#: ../src/guestfs.pod:3260
msgid "M4 macros used by autoconf."
msgstr "autoconf により使用される M4 マクロ。"
#. type: =item
-#: ../src/guestfs.pod:3162
+#: ../src/guestfs.pod:3262
msgid "C<po>"
msgstr "C<po>"
#. type: textblock
-#: ../src/guestfs.pod:3164
+#: ../src/guestfs.pod:3264
msgid "Translations of simple gettext strings."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3166
+#: ../src/guestfs.pod:3266
msgid "C<po-docs>"
msgstr "C<po-docs>"
#. type: textblock
-#: ../src/guestfs.pod:3168
+#: ../src/guestfs.pod:3268
msgid ""
"The build infrastructure and PO files for translations of manpages and POD "
"files. Eventually this will be combined with the C<po> directory, but that "
@@ -54120,150 +54418,150 @@ msgid ""
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3172
+#: ../src/guestfs.pod:3272
msgid "C<rescue>"
msgstr "C<rescue>"
#. type: textblock
-#: ../src/guestfs.pod:3174
+#: ../src/guestfs.pod:3274
msgid "L<virt-rescue(1)> command and documentation."
msgstr "L<virt-rescue(1)> のコマンドおよびドキュメント。"
#. type: =item
-#: ../src/guestfs.pod:3176
+#: ../src/guestfs.pod:3276
msgid "C<resize>"
msgstr "C<resize>"
#. type: textblock
-#: ../src/guestfs.pod:3178
+#: ../src/guestfs.pod:3278
msgid "L<virt-resize(1)> command and documentation."
msgstr "L<virt-resize(1)> のコマンドおよびドキュメント。"
#. type: =item
-#: ../src/guestfs.pod:3180
+#: ../src/guestfs.pod:3280
msgid "C<sparsify>"
msgstr "C<sparsify>"
#. type: textblock
-#: ../src/guestfs.pod:3182
+#: ../src/guestfs.pod:3282
msgid "L<virt-sparsify(1)> command and documentation."
msgstr "L<virt-sparsify(1)> のコマンドおよびドキュメント。"
#. type: =item
-#: ../src/guestfs.pod:3184
+#: ../src/guestfs.pod:3284
msgid "C<src>"
msgstr "C<src>"
#. type: textblock
-#: ../src/guestfs.pod:3186
+#: ../src/guestfs.pod:3286
msgid "Source code to the C library."
msgstr "C ライブラリーのソースコード。"
#. type: =item
-#: ../src/guestfs.pod:3188
+#: ../src/guestfs.pod:3288
msgid "C<sysprep>"
msgstr "C<sysprep>"
#. type: textblock
-#: ../src/guestfs.pod:3190
+#: ../src/guestfs.pod:3290
msgid "L<virt-sysprep(1)> command and documentation."
msgstr "L<virt-sysprep(1)> コマンドおよびドキュメント。"
#. type: =item
-#: ../src/guestfs.pod:3192
+#: ../src/guestfs.pod:3292 ../src/guestfs.pod:3301
+msgid "C<tests>"
+msgstr "C<tests>"
+
+#. type: textblock
+#: ../src/guestfs.pod:3294 ../src/guestfs.pod:3303
+msgid "Tests."
+msgstr "テストします。"
+
+#. type: =item
+#: ../src/guestfs.pod:3296
msgid "C<test-tool>"
msgstr "C<test-tool>"
#. type: textblock
-#: ../src/guestfs.pod:3194
+#: ../src/guestfs.pod:3298
msgid ""
"Test tool for end users to test if their qemu/kernel combination will work "
"with libguestfs."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3197
-msgid "C<tests>"
-msgstr "C<tests>"
-
-#. type: textblock
-#: ../src/guestfs.pod:3199
-msgid "Tests."
-msgstr "テストします。"
-
-#. type: =item
-#: ../src/guestfs.pod:3201
+#: ../src/guestfs.pod:3305
msgid "C<tools>"
msgstr "C<tools>"
#. type: textblock
-#: ../src/guestfs.pod:3203
+#: ../src/guestfs.pod:3307
msgid ""
"Command line tools written in Perl (L<virt-win-reg(1)> and many others)."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3205
+#: ../src/guestfs.pod:3309
msgid "C<csharp>"
msgstr "C<csharp>"
#. type: =item
-#: ../src/guestfs.pod:3207
+#: ../src/guestfs.pod:3311
msgid "C<erlang>"
msgstr "C<erlang>"
#. type: =item
-#: ../src/guestfs.pod:3209
+#: ../src/guestfs.pod:3313
msgid "C<gobject>"
msgstr "C<gobject>"
#. type: =item
-#: ../src/guestfs.pod:3211
+#: ../src/guestfs.pod:3315
msgid "C<haskell>"
msgstr "C<haskell>"
#. type: =item
-#: ../src/guestfs.pod:3213
+#: ../src/guestfs.pod:3317
msgid "C<java>"
msgstr "C<java>"
#. type: =item
-#: ../src/guestfs.pod:3215
+#: ../src/guestfs.pod:3319
msgid "C<ocaml>"
msgstr "C<ocaml>"
#. type: =item
-#: ../src/guestfs.pod:3217
+#: ../src/guestfs.pod:3321
msgid "C<php>"
msgstr "C<php>"
#. type: =item
-#: ../src/guestfs.pod:3219
+#: ../src/guestfs.pod:3323
msgid "C<perl>"
msgstr "C<perl>"
#. type: =item
-#: ../src/guestfs.pod:3221
+#: ../src/guestfs.pod:3325
msgid "C<python>"
msgstr "C<python>"
#. type: =item
-#: ../src/guestfs.pod:3223
+#: ../src/guestfs.pod:3327
msgid "C<ruby>"
msgstr "C<ruby>"
#. type: textblock
-#: ../src/guestfs.pod:3225
+#: ../src/guestfs.pod:3329
msgid "Language bindings."
msgstr "言語バインディング。"
#. type: =head2
-#: ../src/guestfs.pod:3229
+#: ../src/guestfs.pod:3333
msgid "MAKING A STABLE RELEASE"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3231
+#: ../src/guestfs.pod:3335
msgid ""
"When we make a stable release, there are several steps documented here. See "
"L</LIBGUESTFS VERSION NUMBERS> for general information about the stable "
@@ -54271,33 +54569,33 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3239
+#: ../src/guestfs.pod:3343
msgid ""
"Check C<make && make check> works on at least Fedora, Debian and Ubuntu."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3244
+#: ../src/guestfs.pod:3348
msgid "Finalize RELEASE-NOTES."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3248
+#: ../src/guestfs.pod:3352
msgid "Update ROADMAP."
msgstr "ロードマップを更新します。"
#. type: textblock
-#: ../src/guestfs.pod:3252
+#: ../src/guestfs.pod:3356
msgid "Run C<src/api-support/update-from-tarballs.sh>."
msgstr "C<src/api-support/update-from-tarballs.sh> を実行します。"
#. type: textblock
-#: ../src/guestfs.pod:3256
+#: ../src/guestfs.pod:3360
msgid "Push and pull from Transifex."
msgstr "Transifex からのプッシュおよびプル。"
#. type: verbatim
-#: ../src/guestfs.pod:3260
+#: ../src/guestfs.pod:3364
#, no-wrap
msgid ""
" tx push -s\n"
@@ -54307,13 +54605,13 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:3262
+#: ../src/guestfs.pod:3366
msgid "to push the latest POT files to Transifex. Then run:"
msgstr ""
"最新の POT ファイルを Transifex にプッシュします。そして、次を実行します:"
#. type: verbatim
-#: ../src/guestfs.pod:3264
+#: ../src/guestfs.pod:3368
#, no-wrap
msgid ""
" ./tx-pull.sh\n"
@@ -54323,12 +54621,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:3266
+#: ../src/guestfs.pod:3370
msgid "which is a wrapper to pull the latest translated C<*.po> files."
msgstr "これは最新の翻訳された C<*.po> ファイルを取り出すためのラッパーです。"
#. type: textblock
-#: ../src/guestfs.pod:3270
+#: ../src/guestfs.pod:3374
msgid ""
"Create new stable and development directories under L<http://libguestfs.org/"
"download>."
@@ -54337,12 +54635,12 @@ msgstr ""
"リーを作成します。"
#. type: textblock
-#: ../src/guestfs.pod:3275
+#: ../src/guestfs.pod:3379
msgid "Create the branch in git:"
msgstr "git に分岐を作成します:"
#. type: verbatim
-#: ../src/guestfs.pod:3277
+#: ../src/guestfs.pod:3381
#, no-wrap
msgid ""
" git tag -a 1.XX.0 -m \"Version 1.XX.0 (stable)\"\n"
@@ -54358,17 +54656,17 @@ msgstr ""
"\n"
#. type: =head1
-#: ../src/guestfs.pod:3284
+#: ../src/guestfs.pod:3388
msgid "LIMITS"
msgstr "制限"
#. type: =head2
-#: ../src/guestfs.pod:3286
+#: ../src/guestfs.pod:3390
msgid "PROTOCOL LIMITS"
msgstr "プロトコル制限"
#. type: textblock
-#: ../src/guestfs.pod:3288
+#: ../src/guestfs.pod:3392
msgid ""
"Internally libguestfs uses a message-based protocol to pass API calls and "
"their responses to and from a small \"appliance\" (see L</INTERNALS> for "
@@ -54379,7 +54677,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3296
+#: ../src/guestfs.pod:3400
msgid ""
"A simple call such as L</guestfs_cat> returns its result (the file data) in "
"a simple string. Because this string is at some point internally encoded as "
@@ -54388,7 +54686,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3302
+#: ../src/guestfs.pod:3406
msgid ""
"In order to transfer large files into and out of the guest filesystem, you "
"need to use particular calls that support this. The sections L</UPLOADING> "
@@ -54396,7 +54694,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3306
+#: ../src/guestfs.pod:3410
msgid ""
"You might also consider mounting the disk image using our FUSE filesystem "
"support (L<guestmount(1)>)."
@@ -54405,17 +54703,17 @@ msgstr ""
"マウントすることも検討できます。"
#. type: =head2
-#: ../src/guestfs.pod:3309
+#: ../src/guestfs.pod:3413
msgid "MAXIMUM NUMBER OF DISKS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3311
+#: ../src/guestfs.pod:3415
msgid "When using virtio disks (the default) the current limit is B<25> disks."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3314
+#: ../src/guestfs.pod:3418
msgid ""
"Virtio itself consumes 1 virtual PCI slot per disk, and PCI is limited to 31 "
"slots. However febootstrap only understands disks with names C</dev/vda> "
@@ -54424,14 +54722,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3319
+#: ../src/guestfs.pod:3423
msgid ""
"We are working to substantially raise this limit in future versions but it "
"requires complex changes to qemu."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3322
+#: ../src/guestfs.pod:3426
msgid ""
"In future versions of libguestfs it should also be possible to \"hot plug\" "
"disks (add and remove disks after calling L</guestfs_launch>). This also "
@@ -54439,17 +54737,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3326
+#: ../src/guestfs.pod:3430
msgid "MAXIMUM NUMBER OF PARTITIONS PER DISK"
msgstr "ディスクあたりの最大パーティション数"
#. type: textblock
-#: ../src/guestfs.pod:3328
+#: ../src/guestfs.pod:3432
msgid "Virtio limits the maximum number of partitions per disk to B<15>."
msgstr "virtio はディスクあたりの最大パーティション数を B<15> に制限します。"
#. type: textblock
-#: ../src/guestfs.pod:3330
+#: ../src/guestfs.pod:3434
msgid ""
"This is because it reserves 4 bits for the minor device number (thus C</dev/"
"vda>, and C</dev/vda1> through C</dev/vda15>)."
@@ -54458,7 +54756,7 @@ msgstr ""
"dev/vda>、および C</dev/vda1> から C</dev/vda15> まで)。"
#. type: textblock
-#: ../src/guestfs.pod:3333
+#: ../src/guestfs.pod:3437
msgid ""
"If you attach a disk with more than 15 partitions, the extra partitions are "
"ignored by libguestfs."
@@ -54467,17 +54765,17 @@ msgstr ""
"は libguestfs により無視されます。"
#. type: =head2
-#: ../src/guestfs.pod:3336
+#: ../src/guestfs.pod:3440
msgid "MAXIMUM SIZE OF A DISK"
msgstr "ディスクの最大容量"
#. type: textblock
-#: ../src/guestfs.pod:3338
+#: ../src/guestfs.pod:3442
msgid "Probably the limit is between 2**63-1 and 2**64-1 bytes."
msgstr "制限はおそらく 2**63-1 から 2**64-1 バイトの間です。"
#. type: textblock
-#: ../src/guestfs.pod:3340
+#: ../src/guestfs.pod:3444
msgid ""
"We have tested block devices up to 1 exabyte (2**60 or "
"1,152,921,504,606,846,976 bytes) using sparse files backed by an XFS host "
@@ -54485,7 +54783,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3344
+#: ../src/guestfs.pod:3448
msgid ""
"Although libguestfs probably does not impose any limit, the underlying host "
"storage will. If you store disk images on a host ext4 filesystem, then the "
@@ -54495,19 +54793,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3350
+#: ../src/guestfs.pod:3454
msgid ""
"For the hugest disk image files, we recommend using XFS on the host for "
"storage."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3353
+#: ../src/guestfs.pod:3457
msgid "MAXIMUM SIZE OF A PARTITION"
msgstr "パーティションの最大容量"
#. type: textblock
-#: ../src/guestfs.pod:3355
+#: ../src/guestfs.pod:3459
msgid ""
"The MBR (ie. classic MS-DOS) partitioning scheme uses 32 bit sector "
"numbers. Assuming a 512 byte sector size, this means that MBR cannot "
@@ -54515,7 +54813,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3359
+#: ../src/guestfs.pod:3463
msgid ""
"It is recommended that you use GPT partitions on disks which are larger than "
"this size. GPT uses 64 bit sector numbers and so can address partitions "
@@ -54523,12 +54821,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3364
+#: ../src/guestfs.pod:3468
msgid "MAXIMUM SIZE OF A FILESYSTEM, FILES, DIRECTORIES"
msgstr "ファイルシステム、ファイル、ディレクトリーの最大容量"
#. type: textblock
-#: ../src/guestfs.pod:3366
+#: ../src/guestfs.pod:3470
msgid ""
"This depends on the filesystem type. libguestfs itself does not impose any "
"known limit. Consult Wikipedia or the filesystem documentation to find out "
@@ -54536,12 +54834,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3370
+#: ../src/guestfs.pod:3474
msgid "MAXIMUM UPLOAD AND DOWNLOAD"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3372
+#: ../src/guestfs.pod:3476
msgid ""
"The API functions L</guestfs_upload>, L</guestfs_download>, L</"
"guestfs_tar_in>, L</guestfs_tar_out> and the like allow unlimited sized "
@@ -54549,12 +54847,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3376
+#: ../src/guestfs.pod:3480
msgid "INSPECTION LIMITS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3378
+#: ../src/guestfs.pod:3482
msgid ""
"The inspection code has several arbitrary limits on things like the size of "
"Windows Registry hive it will read, and the length of product name. These "
@@ -54564,26 +54862,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3404
+#: ../src/guestfs.pod:3508
msgid ""
"Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages. This has the same "
"effect as calling C<guestfs_set_verbose (g, 1)>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3416
+#: ../src/guestfs.pod:3520
msgid ""
"Set the path that libguestfs uses to search for a supermin appliance. See "
"the discussion of paths in section L</PATH> above."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3425
+#: ../src/guestfs.pod:3529
msgid "See also L</QEMU WRAPPERS> above."
msgstr "上の L</QEMU WRAPPERS> 参照。"
#. type: textblock
-#: ../src/guestfs.pod:3429
+#: ../src/guestfs.pod:3533
msgid ""
"Set C<LIBGUESTFS_TRACE=1> to enable command traces. This has the same "
"effect as calling C<guestfs_set_trace (g, 1)>."
@@ -54592,7 +54890,7 @@ msgstr ""
"C<guestfs_set_trace (g, 1)> の呼び出しと同じ効果があります。"
#. type: textblock
-#: ../src/guestfs.pod:3447
+#: ../src/guestfs.pod:3551
#, fuzzy
#| msgid ""
#| "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-alignment-scan(1)>, "
@@ -54626,7 +54924,7 @@ msgstr ""
"L<display(1)>, L<hexedit(1)>, L<febootstrap-supermin-helper(8)>。"
#. type: textblock
-#: ../src/guestfs.pod:3489
+#: ../src/guestfs.pod:3593
msgid ""
"Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, L<lvm"
"(8)>, L<disktype(1)>."
@@ -55476,7 +55774,9 @@ msgstr ""
#. type: textblock
#: ../sysprep/virt-sysprep.pod:182
-msgid "@EXTRA_OPTIONS@"
+#, fuzzy
+#| msgid "@EXTRA_OPTIONS@"
+msgid "__EXTRA_OPTIONS__"
msgstr "@EXTRA_OPTIONS@"
#. type: =head1
@@ -55533,7 +55833,9 @@ msgstr ""
#. type: textblock
#: ../sysprep/virt-sysprep.pod:207
-msgid "@OPERATIONS@"
+#, fuzzy
+#| msgid "@OPERATIONS@"
+msgid "__OPERATIONS__"
msgstr "@OPERATIONS@"
#. type: =head1
@@ -57776,6 +58078,16 @@ msgid "Copyright (C) 2010 Red Hat Inc."
msgstr "Copyright (C) 2010 Red Hat Inc."
#~ msgid ""
+#~ "https://bugzilla.redhat.com/enter_bug.cgi?"
+#~ "component=libguestfs&product=Virtualization+Tools"
+#~ msgstr ""
+#~ "https://bugzilla.redhat.com/enter_bug.cgi?"
+#~ "component=libguestfs&product=Virtualization+Tools"
+
+#~ msgid "@AVAILABILITY@"
+#~ msgstr "@AVAILABILITY@"
+
+#~ 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 Software Foundation; either version 2 of the License, or (at your "
diff --git a/po-docs/libguestfs-docs.pot b/po-docs/libguestfs-docs.pot
index 91f79ebc..86af3739 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.18.9\n"
+"Project-Id-Version: libguestfs 1.18.10\n"
"Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
-"POT-Creation-Date: 2012-10-01 16:29+0200\n"
+"POT-Creation-Date: 2012-10-30 18:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -343,7 +343,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../align/virt-alignment-scan.pod:146 ../cat/virt-cat.pod:114 ../cat/virt-filesystems.pod:179 ../cat/virt-ls.pod:337 ../df/virt-df.pod:110 ../edit/virt-edit.pod:141 ../fish/guestfish.pod:242 ../fish/guestfish.pod:685 ../format/virt-format.pod:96 ../inspector/virt-inspector.pod:350 ../rescue/virt-rescue.pod:164 ../src/guestfs.pod:3062 ../sysprep/virt-sysprep.pod:111
+#: ../align/virt-alignment-scan.pod:146 ../cat/virt-cat.pod:114 ../cat/virt-filesystems.pod:179 ../cat/virt-ls.pod:337 ../df/virt-df.pod:110 ../edit/virt-edit.pod:141 ../fish/guestfish.pod:242 ../fish/guestfish.pod:685 ../format/virt-format.pod:96 ../inspector/virt-inspector.pod:350 ../rescue/virt-rescue.pod:164 ../src/guestfs.pod:3149 ../sysprep/virt-sysprep.pod:111
msgid "For example:"
msgstr ""
@@ -751,7 +751,7 @@ msgid "This program returns:"
msgstr ""
#. type: =item
-#: ../align/virt-alignment-scan.pod:347 ../align/virt-alignment-scan.pod:353 ../align/virt-alignment-scan.pod:359 ../align/virt-alignment-scan.pod:366 ../appliance/libguestfs-make-fixed-appliance.pod:32 ../appliance/libguestfs-make-fixed-appliance.pod:53 ../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 ../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-faq.pod:149 ../examples/guestfs-faq.pod:155 ../examples/guestfs-faq.pod:194 ../examples/guestfs-faq.pod:200 ../examples/guestfs-performance.pod:107 ../examples/guestfs-performance.pod:113 ../examples/guestfs-performance.pod:118 ../examples/guestfs-performance.pod:253 ../examples/guestfs-performance.pod:258 ../examples/guestfs-performance.pod:263 ../examples/guestfs-recipes.pod:128 ../examples/guestfs-recipes.pod:132 ../examples/guestfs-recipes.pod:136 ../examples/guestfs-recipes.pod:162 ../examples/guestfs-recipes.pod:167 ../examples/guestfs-recipes.pod:257 ../examples/guestfs-recipes.pod:261 ../examples/guestfs-recipes.pod:265 ../examples/guestfs-recipes.pod:269 ../examples/guestfs-recipes.pod:273 ../examples/guestfs-testing.pod:124 ../examples/guestfs-testing.pod:128 ../examples/guestfs-testing.pod:132 ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:444 ../fish/guestfish-actions.pod:452 ../fish/guestfish-actions.pod:459 ../fish/guestfish-actions.pod:466 ../fish/guestfish-actions.pod:1419 ../fish/guestfish-actions.pod:1423 ../fish/guestfish-actions.pod:1427 ../fish/guestfish-actions.pod:1431 ../fish/guestfish-actions.pod:1439 ../fish/guestfish-actions.pod:1443 ../fish/guestfish-actions.pod:1447 ../fish/guestfish-actions.pod:1457 ../fish/guestfish-actions.pod:1461 ../fish/guestfish-actions.pod:1465 ../fish/guestfish-actions.pod:1555 ../fish/guestfish-actions.pod:1559 ../fish/guestfish-actions.pod:1564 ../fish/guestfish-actions.pod:1569 ../fish/guestfish-actions.pod:1611 ../fish/guestfish-actions.pod:1615 ../fish/guestfish-actions.pod:1620 ../fish/guestfish-actions.pod:2006 ../fish/guestfish-actions.pod:2013 ../fish/guestfish-actions.pod:2020 ../fish/guestfish-actions.pod:2433 ../fish/guestfish-actions.pod:2439 ../fish/guestfish-actions.pod:2447 ../fish/guestfish-actions.pod:2454 ../fish/guestfish-actions.pod:2461 ../fish/guestfish.pod:457 ../fish/guestfish.pod:461 ../fish/guestfish.pod:465 ../fish/guestfish.pod:469 ../inspector/virt-inspector.pod:514 ../inspector/virt-inspector.pod:518 ../resize/virt-resize.pod:365 ../resize/virt-resize.pod:369 ../resize/virt-resize.pod:378 ../resize/virt-resize.pod:384 ../sparsify/virt-sparsify.pod:45 ../sparsify/virt-sparsify.pod:52 ../sparsify/virt-sparsify.pod:56 ../sparsify/virt-sparsify.pod:62 ../sparsify/virt-sparsify.pod:67 ../sparsify/virt-sparsify.pod:72 ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:29 ../src/guestfs-actions.pod:644 ../src/guestfs-actions.pod:652 ../src/guestfs-actions.pod:659 ../src/guestfs-actions.pod:666 ../src/guestfs-actions.pod:2387 ../src/guestfs-actions.pod:2391 ../src/guestfs-actions.pod:2395 ../src/guestfs-actions.pod:2399 ../src/guestfs-actions.pod:2407 ../src/guestfs-actions.pod:2411 ../src/guestfs-actions.pod:2415 ../src/guestfs-actions.pod:2425 ../src/guestfs-actions.pod:2429 ../src/guestfs-actions.pod:2433 ../src/guestfs-actions.pod:2571 ../src/guestfs-actions.pod:2575 ../src/guestfs-actions.pod:2580 ../src/guestfs-actions.pod:2585 ../src/guestfs-actions.pod:2646 ../src/guestfs-actions.pod:2650 ../src/guestfs-actions.pod:2655 ../src/guestfs-actions.pod:3213 ../src/guestfs-actions.pod:3220 ../src/guestfs-actions.pod:3227 ../src/guestfs-actions.pod:3782 ../src/guestfs-actions.pod:3788 ../src/guestfs-actions.pod:3796 ../src/guestfs-actions.pod:3803 ../src/guestfs-actions.pod:3810 ../src/guestfs.pod:394 ../src/guestfs.pod:399 ../src/guestfs.pod:404 ../src/guestfs.pod:408 ../src/guestfs.pod:413 ../src/guestfs.pod:417 ../src/guestfs.pod:422 ../src/guestfs.pod:427 ../src/guestfs.pod:1203 ../src/guestfs.pod:1207 ../src/guestfs.pod:1211 ../src/guestfs.pod:1216 ../src/guestfs.pod:1224 ../src/guestfs.pod:1243 ../src/guestfs.pod:1251 ../src/guestfs.pod:1268 ../src/guestfs.pod:1273 ../src/guestfs.pod:1277 ../src/guestfs.pod:1334 ../src/guestfs.pod:1338 ../src/guestfs.pod:1342 ../src/guestfs.pod:1346 ../src/guestfs.pod:1350 ../src/guestfs.pod:1354 ../src/guestfs.pod:1869 ../src/guestfs.pod:1874 ../src/guestfs.pod:1878 ../src/guestfs.pod:1980 ../src/guestfs.pod:1985 ../src/guestfs.pod:1989 ../src/guestfs.pod:1999 ../src/guestfs.pod:2288 ../src/guestfs.pod:2293 ../src/guestfs.pod:2299 ../src/guestfs.pod:2307 ../src/guestfs.pod:2824 ../src/guestfs.pod:2830 ../src/guestfs.pod:2835 ../src/guestfs.pod:2841 ../src/guestfs.pod:3237 ../src/guestfs.pod:3242 ../src/guestfs.pod:3246 ../src/guestfs.pod:3250 ../src/guestfs.pod:3254 ../src/guestfs.pod:3268 ../src/guestfs.pod:3273 ../sysprep/virt-sysprep.pod:230 ../sysprep/virt-sysprep.pod:234 ../sysprep/virt-sysprep.pod:238 ../sysprep/virt-sysprep.pod:242 ../sysprep/virt-sysprep.pod:257 ../sysprep/virt-sysprep.pod:261 ../sysprep/virt-sysprep.pod:265 ../sysprep/virt-sysprep.pod:269 ../sysprep/virt-sysprep.pod:273 ../sysprep/virt-sysprep.pod:315 ../sysprep/virt-sysprep.pod:327 ../sysprep/virt-sysprep.pod:331 ../sysprep/virt-sysprep.pod:339 ../sysprep/virt-sysprep.pod:345 ../tools/virt-win-reg.pl:197 ../tools/virt-win-reg.pl:202 ../tools/virt-win-reg.pl:208 ../tools/virt-win-reg.pl:711 ../tools/virt-win-reg.pl:717 ../tools/virt-win-reg.pl:723
+#: ../align/virt-alignment-scan.pod:347 ../align/virt-alignment-scan.pod:353 ../align/virt-alignment-scan.pod:359 ../align/virt-alignment-scan.pod:366 ../appliance/libguestfs-make-fixed-appliance.pod:32 ../appliance/libguestfs-make-fixed-appliance.pod:53 ../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 ../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-faq.pod:149 ../examples/guestfs-faq.pod:155 ../examples/guestfs-faq.pod:194 ../examples/guestfs-faq.pod:200 ../examples/guestfs-performance.pod:107 ../examples/guestfs-performance.pod:113 ../examples/guestfs-performance.pod:118 ../examples/guestfs-performance.pod:253 ../examples/guestfs-performance.pod:258 ../examples/guestfs-performance.pod:263 ../examples/guestfs-recipes.pod:128 ../examples/guestfs-recipes.pod:132 ../examples/guestfs-recipes.pod:136 ../examples/guestfs-recipes.pod:162 ../examples/guestfs-recipes.pod:167 ../examples/guestfs-recipes.pod:257 ../examples/guestfs-recipes.pod:261 ../examples/guestfs-recipes.pod:265 ../examples/guestfs-recipes.pod:269 ../examples/guestfs-recipes.pod:273 ../examples/guestfs-testing.pod:124 ../examples/guestfs-testing.pod:128 ../examples/guestfs-testing.pod:132 ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:446 ../fish/guestfish-actions.pod:454 ../fish/guestfish-actions.pod:461 ../fish/guestfish-actions.pod:468 ../fish/guestfish-actions.pod:1421 ../fish/guestfish-actions.pod:1425 ../fish/guestfish-actions.pod:1429 ../fish/guestfish-actions.pod:1433 ../fish/guestfish-actions.pod:1441 ../fish/guestfish-actions.pod:1445 ../fish/guestfish-actions.pod:1449 ../fish/guestfish-actions.pod:1459 ../fish/guestfish-actions.pod:1463 ../fish/guestfish-actions.pod:1467 ../fish/guestfish-actions.pod:1557 ../fish/guestfish-actions.pod:1561 ../fish/guestfish-actions.pod:1566 ../fish/guestfish-actions.pod:1571 ../fish/guestfish-actions.pod:1613 ../fish/guestfish-actions.pod:1617 ../fish/guestfish-actions.pod:1622 ../fish/guestfish-actions.pod:2008 ../fish/guestfish-actions.pod:2015 ../fish/guestfish-actions.pod:2022 ../fish/guestfish-actions.pod:2435 ../fish/guestfish-actions.pod:2441 ../fish/guestfish-actions.pod:2449 ../fish/guestfish-actions.pod:2456 ../fish/guestfish-actions.pod:2463 ../fish/guestfish.pod:457 ../fish/guestfish.pod:461 ../fish/guestfish.pod:465 ../fish/guestfish.pod:469 ../inspector/virt-inspector.pod:514 ../inspector/virt-inspector.pod:518 ../resize/virt-resize.pod:365 ../resize/virt-resize.pod:369 ../resize/virt-resize.pod:378 ../resize/virt-resize.pod:384 ../sparsify/virt-sparsify.pod:45 ../sparsify/virt-sparsify.pod:52 ../sparsify/virt-sparsify.pod:56 ../sparsify/virt-sparsify.pod:62 ../sparsify/virt-sparsify.pod:67 ../sparsify/virt-sparsify.pod:72 ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:29 ../src/guestfs-actions.pod:646 ../src/guestfs-actions.pod:654 ../src/guestfs-actions.pod:661 ../src/guestfs-actions.pod:668 ../src/guestfs-actions.pod:2389 ../src/guestfs-actions.pod:2393 ../src/guestfs-actions.pod:2397 ../src/guestfs-actions.pod:2401 ../src/guestfs-actions.pod:2409 ../src/guestfs-actions.pod:2413 ../src/guestfs-actions.pod:2417 ../src/guestfs-actions.pod:2427 ../src/guestfs-actions.pod:2431 ../src/guestfs-actions.pod:2435 ../src/guestfs-actions.pod:2573 ../src/guestfs-actions.pod:2577 ../src/guestfs-actions.pod:2582 ../src/guestfs-actions.pod:2587 ../src/guestfs-actions.pod:2648 ../src/guestfs-actions.pod:2652 ../src/guestfs-actions.pod:2657 ../src/guestfs-actions.pod:3215 ../src/guestfs-actions.pod:3222 ../src/guestfs-actions.pod:3229 ../src/guestfs-actions.pod:3784 ../src/guestfs-actions.pod:3790 ../src/guestfs-actions.pod:3798 ../src/guestfs-actions.pod:3805 ../src/guestfs-actions.pod:3812 ../src/guestfs.pod:394 ../src/guestfs.pod:399 ../src/guestfs.pod:404 ../src/guestfs.pod:408 ../src/guestfs.pod:413 ../src/guestfs.pod:417 ../src/guestfs.pod:422 ../src/guestfs.pod:427 ../src/guestfs.pod:1203 ../src/guestfs.pod:1207 ../src/guestfs.pod:1211 ../src/guestfs.pod:1216 ../src/guestfs.pod:1224 ../src/guestfs.pod:1243 ../src/guestfs.pod:1251 ../src/guestfs.pod:1268 ../src/guestfs.pod:1273 ../src/guestfs.pod:1277 ../src/guestfs.pod:1334 ../src/guestfs.pod:1338 ../src/guestfs.pod:1342 ../src/guestfs.pod:1346 ../src/guestfs.pod:1350 ../src/guestfs.pod:1354 ../src/guestfs.pod:1886 ../src/guestfs.pod:1891 ../src/guestfs.pod:1895 ../src/guestfs.pod:1999 ../src/guestfs.pod:2004 ../src/guestfs.pod:2008 ../src/guestfs.pod:2018 ../src/guestfs.pod:2309 ../src/guestfs.pod:2314 ../src/guestfs.pod:2320 ../src/guestfs.pod:2328 ../src/guestfs.pod:2845 ../src/guestfs.pod:2851 ../src/guestfs.pod:2856 ../src/guestfs.pod:2862 ../src/guestfs.pod:3341 ../src/guestfs.pod:3346 ../src/guestfs.pod:3350 ../src/guestfs.pod:3354 ../src/guestfs.pod:3358 ../src/guestfs.pod:3372 ../src/guestfs.pod:3377 ../sysprep/virt-sysprep.pod:230 ../sysprep/virt-sysprep.pod:234 ../sysprep/virt-sysprep.pod:238 ../sysprep/virt-sysprep.pod:242 ../sysprep/virt-sysprep.pod:257 ../sysprep/virt-sysprep.pod:261 ../sysprep/virt-sysprep.pod:265 ../sysprep/virt-sysprep.pod:269 ../sysprep/virt-sysprep.pod:273 ../sysprep/virt-sysprep.pod:315 ../sysprep/virt-sysprep.pod:327 ../sysprep/virt-sysprep.pod:331 ../sysprep/virt-sysprep.pod:339 ../sysprep/virt-sysprep.pod:345 ../tools/virt-win-reg.pl:197 ../tools/virt-win-reg.pl:202 ../tools/virt-win-reg.pl:208 ../tools/virt-win-reg.pl:711 ../tools/virt-win-reg.pl:717 ../tools/virt-win-reg.pl:723
msgid "*"
msgstr ""
@@ -800,7 +800,7 @@ msgid ""
msgstr ""
#. type: =head1
-#: ../align/virt-alignment-scan.pod:375 ../appliance/libguestfs-make-fixed-appliance.pod:144 ../cat/virt-cat.pod:243 ../cat/virt-filesystems.pod:389 ../cat/virt-ls.pod:495 ../df/virt-df.pod:253 ../edit/virt-edit.pod:368 ../erlang/examples/guestfs-erlang.pod:97 ../examples/guestfs-examples.pod:33 ../examples/guestfs-faq.pod:779 ../examples/guestfs-performance.pod:429 ../examples/guestfs-recipes.pod:470 ../examples/guestfs-testing.pod:305 ../fish/guestfish.pod:1280 ../fish/virt-copy-in.pod:50 ../fish/virt-copy-out.pod:39 ../fish/virt-tar-in.pod:47 ../fish/virt-tar-out.pod:41 ../format/virt-format.pod:177 ../fuse/guestmount.pod:398 ../inspector/virt-inspector.pod:501 ../java/examples/guestfs-java.pod:45 ../ocaml/examples/guestfs-ocaml.pod:78 ../perl/examples/guestfs-perl.pod:40 ../python/examples/guestfs-python.pod:42 ../rescue/virt-rescue.pod:340 ../resize/virt-resize.pod:702 ../ruby/examples/guestfs-ruby.pod:36 ../sparsify/virt-sparsify.pod:299 ../src/guestfs.pod:3445 ../sysprep/virt-sysprep.pod:442 ../test-tool/libguestfs-test-tool.pod:106 ../tools/virt-list-filesystems.pl:197 ../tools/virt-list-partitions.pl:267 ../tools/virt-make-fs.pl:590 ../tools/virt-tar.pl:294 ../tools/virt-win-reg.pl:747
+#: ../align/virt-alignment-scan.pod:375 ../appliance/libguestfs-make-fixed-appliance.pod:144 ../cat/virt-cat.pod:243 ../cat/virt-filesystems.pod:389 ../cat/virt-ls.pod:495 ../df/virt-df.pod:253 ../edit/virt-edit.pod:368 ../erlang/examples/guestfs-erlang.pod:97 ../examples/guestfs-examples.pod:33 ../examples/guestfs-faq.pod:796 ../examples/guestfs-performance.pod:429 ../examples/guestfs-recipes.pod:470 ../examples/guestfs-testing.pod:305 ../fish/guestfish.pod:1280 ../fish/virt-copy-in.pod:50 ../fish/virt-copy-out.pod:39 ../fish/virt-tar-in.pod:47 ../fish/virt-tar-out.pod:41 ../format/virt-format.pod:177 ../fuse/guestmount.pod:398 ../inspector/virt-inspector.pod:501 ../java/examples/guestfs-java.pod:45 ../ocaml/examples/guestfs-ocaml.pod:78 ../perl/examples/guestfs-perl.pod:40 ../python/examples/guestfs-python.pod:42 ../rescue/virt-rescue.pod:340 ../resize/virt-resize.pod:702 ../ruby/examples/guestfs-ruby.pod:36 ../sparsify/virt-sparsify.pod:299 ../src/guestfs.pod:3549 ../sysprep/virt-sysprep.pod:442 ../test-tool/libguestfs-test-tool.pod:106 ../tools/virt-list-filesystems.pl:197 ../tools/virt-list-partitions.pl:267 ../tools/virt-make-fs.pl:590 ../tools/virt-tar.pl:294 ../tools/virt-win-reg.pl:747
msgid "SEE ALSO"
msgstr ""
@@ -822,7 +822,7 @@ msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
msgstr ""
#. type: =head1
-#: ../align/virt-alignment-scan.pod:388 ../appliance/libguestfs-make-fixed-appliance.pod:157 ../cat/virt-cat.pod:256 ../cat/virt-filesystems.pod:404 ../cat/virt-ls.pod:511 ../df/virt-df.pod:265 ../edit/virt-edit.pod:386 ../erlang/examples/guestfs-erlang.pod:114 ../examples/guestfs-examples.pod:49 ../examples/guestfs-faq.pod:789 ../examples/guestfs-performance.pod:446 ../examples/guestfs-recipes.pod:487 ../examples/guestfs-testing.pod:316 ../fish/guestfish.pod:1312 ../fish/virt-copy-in.pod:64 ../fish/virt-copy-out.pod:53 ../fish/virt-tar-in.pod:62 ../fish/virt-tar-out.pod:55 ../format/virt-format.pod:191 ../fuse/guestmount.pod:413 ../inspector/virt-inspector.pod:524 ../java/examples/guestfs-java.pod:62 ../ocaml/examples/guestfs-ocaml.pod:95 ../perl/examples/guestfs-perl.pod:57 ../python/examples/guestfs-python.pod:58 ../rescue/virt-rescue.pod:353 ../resize/virt-resize.pod:729 ../ruby/examples/guestfs-ruby.pod:52 ../sparsify/virt-sparsify.pod:316 ../src/guestfs.pod:3500 ../sysprep/virt-sysprep.pod:463 ../test-tool/libguestfs-test-tool.pod:116 ../tools/virt-list-filesystems.pl:214 ../tools/virt-list-partitions.pl:283 ../tools/virt-make-fs.pl:609 ../tools/virt-tar.pl:313 ../tools/virt-win-reg.pl:766
+#: ../align/virt-alignment-scan.pod:388 ../appliance/libguestfs-make-fixed-appliance.pod:157 ../cat/virt-cat.pod:256 ../cat/virt-filesystems.pod:404 ../cat/virt-ls.pod:511 ../df/virt-df.pod:265 ../edit/virt-edit.pod:386 ../erlang/examples/guestfs-erlang.pod:114 ../examples/guestfs-examples.pod:49 ../examples/guestfs-faq.pod:806 ../examples/guestfs-performance.pod:446 ../examples/guestfs-recipes.pod:487 ../examples/guestfs-testing.pod:316 ../fish/guestfish.pod:1312 ../fish/virt-copy-in.pod:64 ../fish/virt-copy-out.pod:53 ../fish/virt-tar-in.pod:62 ../fish/virt-tar-out.pod:55 ../format/virt-format.pod:191 ../fuse/guestmount.pod:413 ../inspector/virt-inspector.pod:524 ../java/examples/guestfs-java.pod:62 ../ocaml/examples/guestfs-ocaml.pod:95 ../perl/examples/guestfs-perl.pod:57 ../python/examples/guestfs-python.pod:58 ../rescue/virt-rescue.pod:353 ../resize/virt-resize.pod:729 ../ruby/examples/guestfs-ruby.pod:52 ../sparsify/virt-sparsify.pod:316 ../src/guestfs.pod:3604 ../sysprep/virt-sysprep.pod:463 ../test-tool/libguestfs-test-tool.pod:116 ../tools/virt-list-filesystems.pl:214 ../tools/virt-list-partitions.pl:283 ../tools/virt-make-fs.pl:609 ../tools/virt-tar.pl:313 ../tools/virt-win-reg.pl:766
msgid "COPYRIGHT"
msgstr ""
@@ -1078,7 +1078,7 @@ msgid ""
msgstr ""
#. type: =head1
-#: ../appliance/libguestfs-make-fixed-appliance.pod:139 ../edit/virt-edit.pod:343 ../fish/guestfish.pod:1131 ../rescue/virt-rescue.pod:313 ../sparsify/virt-sparsify.pod:272 ../src/guestfs.pod:3384 ../test-tool/libguestfs-test-tool.pod:101
+#: ../appliance/libguestfs-make-fixed-appliance.pod:139 ../edit/virt-edit.pod:343 ../fish/guestfish.pod:1131 ../rescue/virt-rescue.pod:313 ../sparsify/virt-sparsify.pod:272 ../src/guestfs.pod:3488 ../test-tool/libguestfs-test-tool.pod:101
msgid "ENVIRONMENT VARIABLES"
msgstr ""
@@ -1097,17 +1097,17 @@ msgid ""
msgstr ""
#. type: =head1
-#: ../appliance/libguestfs-make-fixed-appliance.pod:153 ../erlang/examples/guestfs-erlang.pod:110 ../examples/guestfs-examples.pod:45 ../examples/guestfs-faq.pod:785 ../examples/guestfs-performance.pod:442 ../examples/guestfs-recipes.pod:483 ../examples/guestfs-testing.pod:312 ../fish/guestfish.pod:1308 ../fish/virt-copy-in.pod:60 ../fish/virt-copy-out.pod:49 ../fish/virt-tar-in.pod:58 ../fish/virt-tar-out.pod:51 ../fuse/guestmount.pod:409 ../inspector/virt-inspector.pod:510 ../java/examples/guestfs-java.pod:58 ../ocaml/examples/guestfs-ocaml.pod:91 ../perl/examples/guestfs-perl.pod:53 ../python/examples/guestfs-python.pod:54 ../ruby/examples/guestfs-ruby.pod:48 ../src/guestfs.pod:3496 ../sysprep/virt-sysprep.pod:457 ../test-tool/libguestfs-test-tool.pod:112
+#: ../appliance/libguestfs-make-fixed-appliance.pod:153 ../erlang/examples/guestfs-erlang.pod:110 ../examples/guestfs-examples.pod:45 ../examples/guestfs-faq.pod:802 ../examples/guestfs-performance.pod:442 ../examples/guestfs-recipes.pod:483 ../examples/guestfs-testing.pod:312 ../fish/guestfish.pod:1308 ../fish/virt-copy-in.pod:60 ../fish/virt-copy-out.pod:49 ../fish/virt-tar-in.pod:58 ../fish/virt-tar-out.pod:51 ../fuse/guestmount.pod:409 ../inspector/virt-inspector.pod:510 ../java/examples/guestfs-java.pod:58 ../ocaml/examples/guestfs-ocaml.pod:91 ../perl/examples/guestfs-perl.pod:53 ../python/examples/guestfs-python.pod:54 ../ruby/examples/guestfs-ruby.pod:48 ../src/guestfs.pod:3600 ../sysprep/virt-sysprep.pod:457 ../test-tool/libguestfs-test-tool.pod:112
msgid "AUTHORS"
msgstr ""
#. type: textblock
-#: ../appliance/libguestfs-make-fixed-appliance.pod:155 ../erlang/examples/guestfs-erlang.pod:112 ../examples/guestfs-examples.pod:47 ../examples/guestfs-faq.pod:787 ../examples/guestfs-performance.pod:444 ../examples/guestfs-recipes.pod:485 ../examples/guestfs-testing.pod:314 ../fish/guestfish.pod:1310 ../fish/virt-copy-in.pod:62 ../fish/virt-copy-out.pod:51 ../fish/virt-tar-in.pod:60 ../fish/virt-tar-out.pod:53 ../fuse/guestmount.pod:411 ../java/examples/guestfs-java.pod:60 ../ocaml/examples/guestfs-ocaml.pod:93 ../perl/examples/guestfs-perl.pod:55 ../python/examples/guestfs-python.pod:56 ../ruby/examples/guestfs-ruby.pod:50 ../src/guestfs.pod:3498 ../test-tool/libguestfs-test-tool.pod:114
+#: ../appliance/libguestfs-make-fixed-appliance.pod:155 ../erlang/examples/guestfs-erlang.pod:112 ../examples/guestfs-examples.pod:47 ../examples/guestfs-faq.pod:804 ../examples/guestfs-performance.pod:444 ../examples/guestfs-recipes.pod:485 ../examples/guestfs-testing.pod:314 ../fish/guestfish.pod:1310 ../fish/virt-copy-in.pod:62 ../fish/virt-copy-out.pod:51 ../fish/virt-tar-in.pod:60 ../fish/virt-tar-out.pod:53 ../fuse/guestmount.pod:411 ../java/examples/guestfs-java.pod:60 ../ocaml/examples/guestfs-ocaml.pod:93 ../perl/examples/guestfs-perl.pod:55 ../python/examples/guestfs-python.pod:56 ../ruby/examples/guestfs-ruby.pod:50 ../src/guestfs.pod:3602 ../test-tool/libguestfs-test-tool.pod:114
msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
msgstr ""
#. type: textblock
-#: ../appliance/libguestfs-make-fixed-appliance.pod:159 ../cat/virt-ls.pod:513 ../df/virt-df.pod:267 ../edit/virt-edit.pod:388 ../examples/guestfs-recipes.pod:489 ../fish/guestfish.pod:1314 ../fuse/guestmount.pod:415 ../rescue/virt-rescue.pod:355 ../src/guestfs.pod:3502 ../test-tool/libguestfs-test-tool.pod:118 ../tools/virt-list-partitions.pl:285
+#: ../appliance/libguestfs-make-fixed-appliance.pod:159 ../cat/virt-ls.pod:513 ../df/virt-df.pod:267 ../edit/virt-edit.pod:388 ../examples/guestfs-recipes.pod:489 ../fish/guestfish.pod:1314 ../fuse/guestmount.pod:415 ../rescue/virt-rescue.pod:355 ../src/guestfs.pod:3606 ../test-tool/libguestfs-test-tool.pod:118 ../tools/virt-list-partitions.pl:285
msgid "Copyright (C) 2009-2012 Red Hat Inc."
msgstr ""
@@ -2539,7 +2539,7 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../cat/virt-ls.pod:181 ../fish/guestfish-actions.pod:5064
+#: ../cat/virt-ls.pod:181 ../fish/guestfish-actions.pod:5071
msgid "path"
msgstr ""
@@ -4205,7 +4205,7 @@ msgid "Please use the following link to enter a bug in Bugzilla:"
msgstr ""
#. type: textblock
-#: ../examples/guestfs-faq.pod:122
+#: ../examples/guestfs-faq.pod:122 ../examples/guestfs-testing.pod:20
msgid "L<https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools>"
msgstr ""
@@ -4395,7 +4395,7 @@ msgid "DOWNLOADING, INSTALLING, COMPILING LIBGUESTFS"
msgstr ""
#. type: =end
-#: ../examples/guestfs-faq.pod:217 ../examples/guestfs-faq.pod:222 ../examples/guestfs-faq.pod:504 ../examples/guestfs-faq.pod:509 ../examples/guestfs-faq.pod:630 ../examples/guestfs-faq.pod:635 ../src/guestfs.pod:2434 ../src/guestfs.pod:2439
+#: ../examples/guestfs-faq.pod:217 ../examples/guestfs-faq.pod:222 ../examples/guestfs-faq.pod:504 ../examples/guestfs-faq.pod:509 ../examples/guestfs-faq.pod:630 ../examples/guestfs-faq.pod:635 ../src/guestfs.pod:2455 ../src/guestfs.pod:2460
msgid "html"
msgstr ""
@@ -5539,13 +5539,44 @@ msgid ""
"a virtual machine disk image."
msgstr ""
+#. type: =head2
+#: ../examples/guestfs-faq.pod:779
+msgid "What do these C<debug*> and C<internal-*> functions do?"
+msgstr ""
+
#. type: textblock
#: ../examples/guestfs-faq.pod:781
+msgid ""
+"There are some functions which are used for debugging and internal purposes "
+"which are I<not> part of the stable API."
+msgstr ""
+
+#. type: textblock
+#: ../examples/guestfs-faq.pod:784
+msgid ""
+"The C<debug*> (or C<guestfs_debug*>) functions, primarily "
+"L<guestfs(3)/guestfs_debug> and a handful of others, are used for debugging "
+"libguestfs. Although they are not part of the stable API and thus may "
+"change or be removed at any time, some programs may want to call these while "
+"waiting for features to be added to libguestfs."
+msgstr ""
+
+#. type: textblock
+#: ../examples/guestfs-faq.pod:790
+msgid ""
+"The C<internal-*> (or C<guestfs_internal_*>) functions are purely to be used "
+"by libguestfs itself. There is no reason for programs to call them, and "
+"programs should not try to use them. Using them will often cause bad things "
+"to happen, as well as not being part of the documented stable API."
+msgstr ""
+
+#. type: textblock
+#: ../examples/guestfs-faq.pod:798
msgid "L<guestfish(1)>, L<guestfs(3)>, L<http://libguestfs.org/>."
msgstr ""
#. type: textblock
-#: ../examples/guestfs-faq.pod:791 ../examples/guestfs-performance.pod:448 ../format/virt-format.pod:193
+#: ../examples/guestfs-faq.pod:808 ../examples/guestfs-performance.pod:448 ../format/virt-format.pod:193
msgid "Copyright (C) 2012 Red Hat Inc."
msgstr ""
@@ -5841,7 +5872,7 @@ msgid ""
msgstr ""
#. type: =item
-#: ../examples/guestfs-performance.pod:162 ../examples/guestfs-performance.pod:211 ../examples/guestfs-recipes.pod:288 ../resize/virt-resize.pod:31 ../resize/virt-resize.pod:603 ../sparsify/virt-sparsify.pod:243 ../src/guestfs.pod:475 ../src/guestfs.pod:1288 ../src/guestfs.pod:1457 ../src/guestfs.pod:1621 ../src/guestfs.pod:2869
+#: ../examples/guestfs-performance.pod:162 ../examples/guestfs-performance.pod:211 ../examples/guestfs-recipes.pod:288 ../resize/virt-resize.pod:31 ../resize/virt-resize.pod:603 ../sparsify/virt-sparsify.pod:243 ../src/guestfs.pod:475 ../src/guestfs.pod:1288 ../src/guestfs.pod:1457 ../src/guestfs.pod:1638 ../src/guestfs.pod:2956
msgid "1."
msgstr ""
@@ -5853,7 +5884,7 @@ msgid ""
msgstr ""
#. type: =item
-#: ../examples/guestfs-performance.pod:168 ../examples/guestfs-performance.pod:218 ../examples/guestfs-recipes.pod:294 ../resize/virt-resize.pod:44 ../resize/virt-resize.pod:610 ../sparsify/virt-sparsify.pod:250 ../src/guestfs.pod:481 ../src/guestfs.pod:1292 ../src/guestfs.pod:1461 ../src/guestfs.pod:1625 ../src/guestfs.pod:2894
+#: ../examples/guestfs-performance.pod:168 ../examples/guestfs-performance.pod:218 ../examples/guestfs-recipes.pod:294 ../resize/virt-resize.pod:44 ../resize/virt-resize.pod:610 ../sparsify/virt-sparsify.pod:250 ../src/guestfs.pod:481 ../src/guestfs.pod:1292 ../src/guestfs.pod:1461 ../src/guestfs.pod:1642 ../src/guestfs.pod:2981
msgid "2."
msgstr ""
@@ -5868,7 +5899,7 @@ msgid ""
msgstr ""
#. type: =item
-#: ../examples/guestfs-performance.pod:176 ../examples/guestfs-performance.pod:224 ../examples/guestfs-recipes.pod:300 ../resize/virt-resize.pod:52 ../resize/virt-resize.pod:616 ../sparsify/virt-sparsify.pod:256 ../src/guestfs.pod:492 ../src/guestfs.pod:1296 ../src/guestfs.pod:1631
+#: ../examples/guestfs-performance.pod:176 ../examples/guestfs-performance.pod:224 ../examples/guestfs-recipes.pod:300 ../resize/virt-resize.pod:52 ../resize/virt-resize.pod:616 ../sparsify/virt-sparsify.pod:256 ../src/guestfs.pod:492 ../src/guestfs.pod:1296 ../src/guestfs.pod:1648
msgid "3."
msgstr ""
@@ -6130,7 +6161,7 @@ msgid "Save the following script as C<time.stap>:"
msgstr ""
#. type: verbatim
-#: ../examples/guestfs-performance.pod:322 ../src/guestfs.pod:2382
+#: ../examples/guestfs-performance.pod:322 ../src/guestfs.pod:2403
#, no-wrap
msgid ""
" global last;\n"
@@ -6138,7 +6169,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../examples/guestfs-performance.pod:324 ../src/guestfs.pod:2384
+#: ../examples/guestfs-performance.pod:324 ../src/guestfs.pod:2405
#, no-wrap
msgid ""
" function display_time () {\n"
@@ -6151,7 +6182,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../examples/guestfs-performance.pod:331 ../src/guestfs.pod:2391
+#: ../examples/guestfs-performance.pod:331 ../src/guestfs.pod:2412
#, no-wrap
msgid ""
" printf (\"%d (+%d):\", now, delta);\n"
@@ -6160,7 +6191,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../examples/guestfs-performance.pod:334 ../src/guestfs.pod:2394
+#: ../examples/guestfs-performance.pod:334 ../src/guestfs.pod:2415
#, no-wrap
msgid ""
" probe begin {\n"
@@ -6171,7 +6202,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../examples/guestfs-performance.pod:339 ../src/guestfs.pod:2399
+#: ../examples/guestfs-performance.pod:339 ../src/guestfs.pod:2420
#, no-wrap
msgid ""
" /* Display all calls to static markers. */\n"
@@ -6732,7 +6763,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../examples/guestfs-recipes.pod:158 ../fish/guestfish-actions.pod:9 ../fish/guestfish-actions.pod:1607 ../fish/guestfish-actions.pod:2002 ../fish/guestfish-actions.pod:2429 ../src/guestfs-actions.pod:18 ../src/guestfs-actions.pod:2642 ../src/guestfs-actions.pod:3209 ../src/guestfs-actions.pod:3778 ../src/guestfs.pod:1865 ../tools/virt-win-reg.pl:707
+#: ../examples/guestfs-recipes.pod:158 ../fish/guestfish-actions.pod:9 ../fish/guestfish-actions.pod:1609 ../fish/guestfish-actions.pod:2004 ../fish/guestfish-actions.pod:2431 ../src/guestfs-actions.pod:18 ../src/guestfs-actions.pod:2644 ../src/guestfs-actions.pod:3211 ../src/guestfs-actions.pod:3780 ../src/guestfs.pod:1882 ../tools/virt-win-reg.pl:707
msgid "Notes:"
msgstr ""
@@ -7400,11 +7431,6 @@ msgid "You can report bugs you find through this link:"
msgstr ""
#. type: textblock
-#: ../examples/guestfs-testing.pod:20
-msgid "https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools"
-msgstr ""
-
-#. type: textblock
#: ../examples/guestfs-testing.pod:22
msgid ""
"or post on the mailing list (registration is B<not> required, but if you're "
@@ -7414,7 +7440,7 @@ msgstr ""
#. type: textblock
#: ../examples/guestfs-testing.pod:26
-msgid "https://www.redhat.com/mailman/listinfo/libguestfs"
+msgid "L<https://www.redhat.com/mailman/listinfo/libguestfs>"
msgstr ""
#. type: =head1
@@ -7428,7 +7454,7 @@ msgid "Run libguestfs-test-tool"
msgstr ""
#. type: textblock
-#: ../examples/guestfs-testing.pod:32 ../examples/guestfs-testing.pod:145 ../src/guestfs.pod:3258
+#: ../examples/guestfs-testing.pod:32 ../examples/guestfs-testing.pod:145 ../src/guestfs.pod:3362
msgid "Run:"
msgstr ""
@@ -7502,7 +7528,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../examples/guestfs-testing.pod:68 ../examples/guestfs-testing.pod:175 ../examples/guestfs-testing.pod:188 ../examples/guestfs-testing.pod:248 ../src/guestfs.pod:2972
+#: ../examples/guestfs-testing.pod:68 ../examples/guestfs-testing.pod:175 ../examples/guestfs-testing.pod:188 ../examples/guestfs-testing.pod:248 ../src/guestfs.pod:3059
msgid "or:"
msgstr ""
@@ -8123,14 +8149,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:217 ../fish/guestfish-actions.pod:231
+#: ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:219 ../fish/guestfish-actions.pod:233
msgid ""
"I<This function is deprecated.> In new code, use the L</add-drive-opts> call "
"instead."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:220 ../fish/guestfish-actions.pod:234 ../fish/guestfish-actions.pod:1054 ../fish/guestfish-actions.pod:1089 ../fish/guestfish-actions.pod:1238 ../fish/guestfish-actions.pod:1306 ../fish/guestfish-actions.pod:1792 ../fish/guestfish-actions.pod:1806 ../fish/guestfish-actions.pod:3009 ../fish/guestfish-actions.pod:3786 ../fish/guestfish-actions.pod:4223 ../fish/guestfish-actions.pod:4271 ../fish/guestfish-actions.pod:4999 ../fish/guestfish-actions.pod:5247 ../fish/guestfish-actions.pod:5267 ../fish/guestfish-actions.pod:5286 ../fish/guestfish-actions.pod:5324 ../fish/guestfish-actions.pod:6106 ../fish/guestfish-actions.pod:6222 ../src/guestfs-actions.pod:10 ../src/guestfs-actions.pod:308 ../src/guestfs-actions.pod:329 ../src/guestfs-actions.pod:1805 ../src/guestfs-actions.pod:1862 ../src/guestfs-actions.pod:2119 ../src/guestfs-actions.pod:2228 ../src/guestfs-actions.pod:2866 ../src/guestfs-actions.pod:2887 ../src/guestfs-actions.pod:4585 ../src/guestfs-actions.pod:5840 ../src/guestfs-actions.pod:6652 ../src/guestfs-actions.pod:6752 ../src/guestfs-actions.pod:7846 ../src/guestfs-actions.pod:8157 ../src/guestfs-actions.pod:8198 ../src/guestfs-actions.pod:8229 ../src/guestfs-actions.pod:8289 ../src/guestfs-actions.pod:9427 ../src/guestfs-actions.pod:9555 ../src/guestfs-actions.pod:9759
+#: ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:222 ../fish/guestfish-actions.pod:236 ../fish/guestfish-actions.pod:1056 ../fish/guestfish-actions.pod:1091 ../fish/guestfish-actions.pod:1240 ../fish/guestfish-actions.pod:1308 ../fish/guestfish-actions.pod:1794 ../fish/guestfish-actions.pod:1808 ../fish/guestfish-actions.pod:3011 ../fish/guestfish-actions.pod:3793 ../fish/guestfish-actions.pod:4230 ../fish/guestfish-actions.pod:4278 ../fish/guestfish-actions.pod:5006 ../fish/guestfish-actions.pod:5254 ../fish/guestfish-actions.pod:5274 ../fish/guestfish-actions.pod:5293 ../fish/guestfish-actions.pod:5331 ../fish/guestfish-actions.pod:6113 ../fish/guestfish-actions.pod:6229 ../src/guestfs-actions.pod:10 ../src/guestfs-actions.pod:310 ../src/guestfs-actions.pod:331 ../src/guestfs-actions.pod:1807 ../src/guestfs-actions.pod:1864 ../src/guestfs-actions.pod:2121 ../src/guestfs-actions.pod:2230 ../src/guestfs-actions.pod:2868 ../src/guestfs-actions.pod:2889 ../src/guestfs-actions.pod:4587 ../src/guestfs-actions.pod:5847 ../src/guestfs-actions.pod:6659 ../src/guestfs-actions.pod:6759 ../src/guestfs-actions.pod:7853 ../src/guestfs-actions.pod:8164 ../src/guestfs-actions.pod:8205 ../src/guestfs-actions.pod:8236 ../src/guestfs-actions.pod:8296 ../src/guestfs-actions.pod:9434 ../src/guestfs-actions.pod:9562 ../src/guestfs-actions.pod:9766
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 "
@@ -8294,7 +8320,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:125 ../fish/guestfish-actions.pod:197 ../fish/guestfish-actions.pod:679 ../fish/guestfish-actions.pod:694 ../fish/guestfish-actions.pod:948 ../fish/guestfish-actions.pod:969 ../fish/guestfish-actions.pod:1007 ../fish/guestfish-actions.pod:1016 ../fish/guestfish-actions.pod:1025 ../fish/guestfish-actions.pod:1039 ../fish/guestfish-actions.pod:1225 ../fish/guestfish-actions.pod:2468 ../fish/guestfish-actions.pod:3563 ../fish/guestfish-actions.pod:3802 ../fish/guestfish-actions.pod:3849 ../fish/guestfish-actions.pod:4012 ../fish/guestfish-actions.pod:4042 ../fish/guestfish-actions.pod:4185 ../fish/guestfish-actions.pod:4201 ../fish/guestfish-actions.pod:4259 ../fish/guestfish-actions.pod:4975 ../fish/guestfish-actions.pod:5708 ../fish/guestfish-actions.pod:5790
+#: ../fish/guestfish-actions.pod:125 ../fish/guestfish-actions.pod:199 ../fish/guestfish-actions.pod:681 ../fish/guestfish-actions.pod:696 ../fish/guestfish-actions.pod:950 ../fish/guestfish-actions.pod:971 ../fish/guestfish-actions.pod:1009 ../fish/guestfish-actions.pod:1018 ../fish/guestfish-actions.pod:1027 ../fish/guestfish-actions.pod:1041 ../fish/guestfish-actions.pod:1227 ../fish/guestfish-actions.pod:2470 ../fish/guestfish-actions.pod:3570 ../fish/guestfish-actions.pod:3809 ../fish/guestfish-actions.pod:3856 ../fish/guestfish-actions.pod:4019 ../fish/guestfish-actions.pod:4049 ../fish/guestfish-actions.pod:4192 ../fish/guestfish-actions.pod:4208 ../fish/guestfish-actions.pod:4266 ../fish/guestfish-actions.pod:4982 ../fish/guestfish-actions.pod:5715 ../fish/guestfish-actions.pod:5797
msgid ""
"This command has one or more optional arguments. See L</OPTIONAL "
"ARGUMENTS>."
@@ -8353,13 +8379,19 @@ msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:148 ../src/guestfs-actions.pod:208
msgid ""
-"This function adds a virtual machine disk image C<filename> to libguestfs. "
+"This function adds a disk image called C<filename> to the handle. "
+"C<filename> may be a regular host file or a host device."
+msgstr ""
+
+#. type: textblock
+#: ../fish/guestfish-actions.pod:151 ../src/guestfs-actions.pod:211
+msgid ""
"The first time you call this function, the disk appears as C</dev/sda>, the "
"second time as C</dev/sdb>, and so on."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:153 ../src/guestfs-actions.pod:213
+#: ../fish/guestfish-actions.pod:154 ../src/guestfs-actions.pod:214
msgid ""
"You don't necessarily need to be root when using libguestfs. However you "
"obviously do need sufficient permissions to access the filename for whatever "
@@ -8368,29 +8400,29 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:159 ../src/guestfs-actions.pod:219
+#: ../fish/guestfish-actions.pod:160 ../src/guestfs-actions.pod:220
msgid "This call checks that C<filename> exists."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:161 ../src/guestfs-actions.pod:221
+#: ../fish/guestfish-actions.pod:162 ../src/guestfs-actions.pod:222
msgid ""
"C<filename> may be the special string C<\"/dev/null\">. See "
"L<guestfs(3)/NULL DISKS>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:164 ../fish/guestfish-actions.pod:3811 ../src/guestfs-actions.pod:224 ../src/guestfs-actions.pod:5932
+#: ../fish/guestfish-actions.pod:165 ../fish/guestfish-actions.pod:3818 ../src/guestfs-actions.pod:225 ../src/guestfs-actions.pod:5939
msgid "The optional arguments are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:168 ../src/guestfs-actions.pod:228
+#: ../fish/guestfish-actions.pod:169 ../src/guestfs-actions.pod:229
msgid "C<readonly>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:170 ../src/guestfs-actions.pod:230
+#: ../fish/guestfish-actions.pod:171 ../src/guestfs-actions.pod:231
msgid ""
"If true then the image is treated as read-only. Writes are still allowed, "
"but they are stored in a temporary snapshot overlay which is discarded at "
@@ -8398,12 +8430,12 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:174 ../src/guestfs-actions.pod:234 ../src/guestfs.pod:3137
+#: ../fish/guestfish-actions.pod:175 ../src/guestfs-actions.pod:235 ../src/guestfs.pod:3228
msgid "C<format>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:176
+#: ../fish/guestfish-actions.pod:177
msgid ""
"This forces the image format. If you omit this (or use L</add-drive> or "
"L</add-drive-ro>) then the format is automatically detected. Possible "
@@ -8411,7 +8443,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:180 ../src/guestfs-actions.pod:240
+#: ../fish/guestfish-actions.pod:181 ../src/guestfs-actions.pod:241
msgid ""
"Automatic detection of the format opens you up to a potential security hole "
"when dealing with untrusted raw-format images. See CVE-2010-3851 and "
@@ -8419,41 +8451,41 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:185 ../src/guestfs-actions.pod:245
+#: ../fish/guestfish-actions.pod:186 ../src/guestfs-actions.pod:246
msgid "C<iface>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:187
+#: ../fish/guestfish-actions.pod:188
msgid ""
"This rarely-used option lets you emulate the behaviour of the deprecated "
"L</add-drive-with-if> call (q.v.)"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:190 ../fish/guestfish-actions.pod:3591 ../src/guestfs-actions.pod:250 ../src/guestfs-actions.pod:5537
+#: ../fish/guestfish-actions.pod:191 ../fish/guestfish-actions.pod:3598 ../src/guestfs-actions.pod:251 ../src/guestfs-actions.pod:5544
msgid "C<name>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:192 ../src/guestfs-actions.pod:252
+#: ../fish/guestfish-actions.pod:193 ../src/guestfs-actions.pod:253
msgid ""
-"The name the drive had in the original guest, e.g. /dev/sdb. This is used as "
-"a hint to the guest inspection process if it is available."
+"The name the drive had in the original guest, e.g. C</dev/sdb>. This is "
+"used as a hint to the guest inspection process if it is available."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:199
+#: ../fish/guestfish-actions.pod:201
msgid "add-drive-ro"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:201
+#: ../fish/guestfish-actions.pod:203
msgid "add-ro"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:203
+#: ../fish/guestfish-actions.pod:205
#, no-wrap
msgid ""
" add-drive-ro filename\n"
@@ -8461,7 +8493,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:205
+#: ../fish/guestfish-actions.pod:207
msgid ""
"This function is the equivalent of calling L</add-drive-opts> with the "
"optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
@@ -8469,12 +8501,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:210
+#: ../fish/guestfish-actions.pod:212
msgid "add-drive-ro-with-if"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:212
+#: ../fish/guestfish-actions.pod:214
#, no-wrap
msgid ""
" add-drive-ro-with-if filename iface\n"
@@ -8482,19 +8514,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:214
+#: ../fish/guestfish-actions.pod:216
msgid ""
"This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
"interface emulation to use at run time."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:224
+#: ../fish/guestfish-actions.pod:226
msgid "add-drive-with-if"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:226
+#: ../fish/guestfish-actions.pod:228
#, no-wrap
msgid ""
" add-drive-with-if filename iface\n"
@@ -8502,19 +8534,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:228
+#: ../fish/guestfish-actions.pod:230
msgid ""
"This is the same as L</add-drive> but it allows you to specify the QEMU "
"interface emulation to use at run time."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:238
+#: ../fish/guestfish-actions.pod:240
msgid "aug-clear"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:240
+#: ../fish/guestfish-actions.pod:242
#, no-wrap
msgid ""
" aug-clear augpath\n"
@@ -8522,19 +8554,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:242 ../src/guestfs-actions.pod:346
+#: ../fish/guestfish-actions.pod:244 ../src/guestfs-actions.pod:348
msgid ""
"Set the value associated with C<path> to C<NULL>. This is the same as the "
"L<augtool(1)> C<clear> command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:245
+#: ../fish/guestfish-actions.pod:247
msgid "aug-close"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:247
+#: ../fish/guestfish-actions.pod:249
#, no-wrap
msgid ""
" aug-close\n"
@@ -8542,7 +8574,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:249
+#: ../fish/guestfish-actions.pod:251
msgid ""
"Close the current Augeas handle and free up any resources used by it. After "
"calling this, you have to call L</aug-init> again before you can use any "
@@ -8550,12 +8582,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:254
+#: ../fish/guestfish-actions.pod:256
msgid "aug-defnode"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:256
+#: ../fish/guestfish-actions.pod:258
#, no-wrap
msgid ""
" aug-defnode name expr val\n"
@@ -8563,12 +8595,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:258 ../src/guestfs-actions.pod:375
+#: ../fish/guestfish-actions.pod:260 ../src/guestfs-actions.pod:377
msgid "Defines a variable C<name> whose value is the result of evaluating C<expr>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:261
+#: ../fish/guestfish-actions.pod:263
msgid ""
"If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
"calling L</aug-set> C<expr>, C<value>. C<name> will be the nodeset "
@@ -8576,19 +8608,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:265 ../src/guestfs-actions.pod:382
+#: ../fish/guestfish-actions.pod:267 ../src/guestfs-actions.pod:384
msgid ""
"On success this returns a pair containing the number of nodes in the "
"nodeset, and a boolean flag if a node was created."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:269
+#: ../fish/guestfish-actions.pod:271
msgid "aug-defvar"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:271
+#: ../fish/guestfish-actions.pod:273
#, no-wrap
msgid ""
" aug-defvar name expr\n"
@@ -8596,26 +8628,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:273 ../src/guestfs-actions.pod:399
+#: ../fish/guestfish-actions.pod:275 ../src/guestfs-actions.pod:401
msgid ""
"Defines an Augeas variable C<name> whose value is the result of evaluating "
"C<expr>. If C<expr> is NULL, then C<name> is undefined."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:277 ../src/guestfs-actions.pod:403
+#: ../fish/guestfish-actions.pod:279 ../src/guestfs-actions.pod:405
msgid ""
"On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
"evaluates to something which is not a nodeset."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:280
+#: ../fish/guestfish-actions.pod:282
msgid "aug-get"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:282
+#: ../fish/guestfish-actions.pod:284
#, no-wrap
msgid ""
" aug-get augpath\n"
@@ -8623,19 +8655,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:284 ../src/guestfs-actions.pod:416
+#: ../fish/guestfish-actions.pod:286 ../src/guestfs-actions.pod:418
msgid ""
"Look up the value associated with C<path>. If C<path> matches exactly one "
"node, the C<value> is returned."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:287
+#: ../fish/guestfish-actions.pod:289
msgid "aug-init"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:289
+#: ../fish/guestfish-actions.pod:291
#, no-wrap
msgid ""
" aug-init root flags\n"
@@ -8643,7 +8675,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:291 ../src/guestfs-actions.pod:431
+#: ../fish/guestfish-actions.pod:293 ../src/guestfs-actions.pod:433
msgid ""
"Create a new Augeas handle for editing configuration files. If there was "
"any previous Augeas handle associated with this guestfs session, then it is "
@@ -8651,56 +8683,56 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:295
+#: ../fish/guestfish-actions.pod:297
msgid "You must call this before using any other L</aug-*> commands."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:298 ../src/guestfs-actions.pod:438
+#: ../fish/guestfish-actions.pod:300 ../src/guestfs-actions.pod:440
msgid "C<root> is the filesystem root. C<root> must not be NULL, use C</> instead."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:301 ../src/guestfs-actions.pod:441
+#: ../fish/guestfish-actions.pod:303 ../src/guestfs-actions.pod:443
msgid ""
"The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
"logical I<or> of the following integers:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:307 ../src/guestfs-actions.pod:447
+#: ../fish/guestfish-actions.pod:309 ../src/guestfs-actions.pod:449
msgid "C<AUG_SAVE_BACKUP> = 1"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:309 ../src/guestfs-actions.pod:449
+#: ../fish/guestfish-actions.pod:311 ../src/guestfs-actions.pod:451
msgid "Keep the original file with a C<.augsave> extension."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:311 ../src/guestfs-actions.pod:451
+#: ../fish/guestfish-actions.pod:313 ../src/guestfs-actions.pod:453
msgid "C<AUG_SAVE_NEWFILE> = 2"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:313 ../src/guestfs-actions.pod:453
+#: ../fish/guestfish-actions.pod:315 ../src/guestfs-actions.pod:455
msgid ""
"Save changes into a file with extension C<.augnew>, and do not overwrite "
"original. Overrides C<AUG_SAVE_BACKUP>."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:316 ../src/guestfs-actions.pod:456
+#: ../fish/guestfish-actions.pod:318 ../src/guestfs-actions.pod:458
msgid "C<AUG_TYPE_CHECK> = 4"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:318 ../src/guestfs-actions.pod:458
+#: ../fish/guestfish-actions.pod:320 ../src/guestfs-actions.pod:460
msgid "Typecheck lenses."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:320
+#: ../fish/guestfish-actions.pod:322
msgid ""
"This option is only useful when debugging Augeas lenses. Use of this option "
"may require additional memory for the libguestfs appliance. You may need to "
@@ -8708,52 +8740,52 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:325 ../src/guestfs-actions.pod:465
+#: ../fish/guestfish-actions.pod:327 ../src/guestfs-actions.pod:467
msgid "C<AUG_NO_STDINC> = 8"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:327 ../src/guestfs-actions.pod:467
+#: ../fish/guestfish-actions.pod:329 ../src/guestfs-actions.pod:469
msgid "Do not use standard load path for modules."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:329 ../src/guestfs-actions.pod:469
+#: ../fish/guestfish-actions.pod:331 ../src/guestfs-actions.pod:471
msgid "C<AUG_SAVE_NOOP> = 16"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:331 ../src/guestfs-actions.pod:471
+#: ../fish/guestfish-actions.pod:333 ../src/guestfs-actions.pod:473
msgid "Make save a no-op, just record what would have been changed."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:333 ../src/guestfs-actions.pod:473
+#: ../fish/guestfish-actions.pod:335 ../src/guestfs-actions.pod:475
msgid "C<AUG_NO_LOAD> = 32"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:335
+#: ../fish/guestfish-actions.pod:337
msgid "Do not load the tree in L</aug-init>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:339
+#: ../fish/guestfish-actions.pod:341
msgid "To close the handle, you can call L</aug-close>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:341 ../src/guestfs-actions.pod:481
+#: ../fish/guestfish-actions.pod:343 ../src/guestfs-actions.pod:483
msgid "To find out more about Augeas, see L<http://augeas.net/>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:343
+#: ../fish/guestfish-actions.pod:345
msgid "aug-insert"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:345
+#: ../fish/guestfish-actions.pod:347
#, no-wrap
msgid ""
" aug-insert augpath label true|false\n"
@@ -8761,26 +8793,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:347 ../src/guestfs-actions.pod:495
+#: ../fish/guestfish-actions.pod:349 ../src/guestfs-actions.pod:497
msgid ""
"Create a new sibling C<label> for C<path>, inserting it into the tree before "
"or after C<path> (depending on the boolean flag C<before>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:351 ../src/guestfs-actions.pod:499
+#: ../fish/guestfish-actions.pod:353 ../src/guestfs-actions.pod:501
msgid ""
"C<path> must match exactly one existing node in the tree, and C<label> must "
"be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:355
+#: ../fish/guestfish-actions.pod:357
msgid "aug-load"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:357
+#: ../fish/guestfish-actions.pod:359
#, no-wrap
msgid ""
" aug-load\n"
@@ -8788,22 +8820,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:359 ../src/guestfs-actions.pod:512
+#: ../fish/guestfish-actions.pod:361 ../src/guestfs-actions.pod:514
msgid "Load files into the tree."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:361 ../src/guestfs-actions.pod:514
+#: ../fish/guestfish-actions.pod:363 ../src/guestfs-actions.pod:516
msgid "See C<aug_load> in the Augeas documentation for the full gory details."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:364
+#: ../fish/guestfish-actions.pod:366
msgid "aug-ls"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:366
+#: ../fish/guestfish-actions.pod:368
#, no-wrap
msgid ""
" aug-ls augpath\n"
@@ -8811,19 +8843,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:368
+#: ../fish/guestfish-actions.pod:370
msgid ""
"This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
"resulting nodes into alphabetical order."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:371
+#: ../fish/guestfish-actions.pod:373
msgid "aug-match"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:373
+#: ../fish/guestfish-actions.pod:375
#, no-wrap
msgid ""
" aug-match augpath\n"
@@ -8831,7 +8863,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:375 ../src/guestfs-actions.pod:542
+#: ../fish/guestfish-actions.pod:377 ../src/guestfs-actions.pod:544
msgid ""
"Returns a list of paths which match the path expression C<path>. The "
"returned paths are sufficiently qualified so that they match exactly one "
@@ -8839,12 +8871,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:379
+#: ../fish/guestfish-actions.pod:381
msgid "aug-mv"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:381
+#: ../fish/guestfish-actions.pod:383
#, no-wrap
msgid ""
" aug-mv src dest\n"
@@ -8852,19 +8884,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:383 ../src/guestfs-actions.pod:559
+#: ../fish/guestfish-actions.pod:385 ../src/guestfs-actions.pod:561
msgid ""
"Move the node C<src> to C<dest>. C<src> must match exactly one node. "
"C<dest> is overwritten if it exists."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:386
+#: ../fish/guestfish-actions.pod:388
msgid "aug-rm"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:388
+#: ../fish/guestfish-actions.pod:390
#, no-wrap
msgid ""
" aug-rm augpath\n"
@@ -8872,22 +8904,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:390 ../src/guestfs-actions.pod:572
+#: ../fish/guestfish-actions.pod:392 ../src/guestfs-actions.pod:574
msgid "Remove C<path> and all of its children."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:392 ../src/guestfs-actions.pod:574
+#: ../fish/guestfish-actions.pod:394 ../src/guestfs-actions.pod:576
msgid "On success this returns the number of entries which were removed."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:394
+#: ../fish/guestfish-actions.pod:396
msgid "aug-save"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:396
+#: ../fish/guestfish-actions.pod:398
#, no-wrap
msgid ""
" aug-save\n"
@@ -8895,24 +8927,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:398 ../src/guestfs-actions.pod:585
+#: ../fish/guestfish-actions.pod:400 ../src/guestfs-actions.pod:587
msgid "This writes all pending changes to disk."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:400
+#: ../fish/guestfish-actions.pod:402
msgid ""
"The flags which were passed to L</aug-init> affect exactly how files are "
"saved."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:403
+#: ../fish/guestfish-actions.pod:405
msgid "aug-set"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:405
+#: ../fish/guestfish-actions.pod:407
#, no-wrap
msgid ""
" aug-set augpath val\n"
@@ -8920,12 +8952,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:407 ../src/guestfs-actions.pod:601
+#: ../fish/guestfish-actions.pod:409 ../src/guestfs-actions.pod:603
msgid "Set the value associated with C<path> to C<val>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:409
+#: ../fish/guestfish-actions.pod:411
msgid ""
"In the Augeas API, it is possible to clear a node by setting the value to "
"NULL. Due to an oversight in the libguestfs API you cannot do that with "
@@ -8933,12 +8965,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:414
+#: ../fish/guestfish-actions.pod:416
msgid "available"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:416
+#: ../fish/guestfish-actions.pod:418
#, no-wrap
msgid ""
" available 'groups ...'\n"
@@ -8946,7 +8978,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:418 ../src/guestfs-actions.pod:618
+#: ../fish/guestfish-actions.pod:420 ../src/guestfs-actions.pod:620
msgid ""
"This command is used to check the availability of some groups of "
"functionality in the appliance, which not all builds of the libguestfs "
@@ -8954,7 +8986,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:422
+#: ../fish/guestfish-actions.pod:424
msgid ""
"The libguestfs groups, and the functions that those groups correspond to, "
"are listed in L<guestfs(3)/AVAILABILITY>. You can also fetch this list at "
@@ -8962,7 +8994,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:427 ../src/guestfs-actions.pod:627
+#: ../fish/guestfish-actions.pod:429 ../src/guestfs-actions.pod:629
msgid ""
"The argument C<groups> is a list of group names, eg: C<[\"inotify\", "
"\"augeas\"]> would check for the availability of the Linux inotify functions "
@@ -8970,43 +9002,43 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:432 ../src/guestfs-actions.pod:632
+#: ../fish/guestfish-actions.pod:434 ../src/guestfs-actions.pod:634
msgid "The command returns no error if I<all> requested groups are available."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:434 ../src/guestfs-actions.pod:634
+#: ../fish/guestfish-actions.pod:436 ../src/guestfs-actions.pod:636
msgid ""
"It fails with an error if one or more of the requested groups is unavailable "
"in the appliance."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:437 ../src/guestfs-actions.pod:637
+#: ../fish/guestfish-actions.pod:439 ../src/guestfs-actions.pod:639
msgid ""
"If an unknown group name is included in the list of groups then an error is "
"always returned."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:440 ../src/guestfs-actions.pod:640
+#: ../fish/guestfish-actions.pod:442 ../src/guestfs-actions.pod:642
msgid "I<Notes:>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:446
+#: ../fish/guestfish-actions.pod:448
msgid "You must call L</launch> before calling this function."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:448 ../src/guestfs-actions.pod:648
+#: ../fish/guestfish-actions.pod:450 ../src/guestfs-actions.pod:650
msgid ""
"The reason is because we don't know what groups are supported by the "
"appliance/daemon until it is running and can be queried."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:454 ../src/guestfs-actions.pod:654
+#: ../fish/guestfish-actions.pod:456 ../src/guestfs-actions.pod:656
msgid ""
"If a group of functions is available, this does not necessarily mean that "
"they will work. You still have to check for errors when calling individual "
@@ -9014,7 +9046,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:461 ../src/guestfs-actions.pod:661
+#: ../fish/guestfish-actions.pod:463 ../src/guestfs-actions.pod:663
msgid ""
"It is usually the job of distro packagers to build complete functionality "
"into the libguestfs appliance. Upstream libguestfs, if built from source "
@@ -9022,7 +9054,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:468
+#: ../fish/guestfish-actions.pod:470
msgid ""
"This call was added in version C<1.0.80>. In previous versions of "
"libguestfs all you could do would be to speculatively execute a command to "
@@ -9030,12 +9062,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:475
+#: ../fish/guestfish-actions.pod:477
msgid "available-all-groups"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:477
+#: ../fish/guestfish-actions.pod:479
#, no-wrap
msgid ""
" available-all-groups\n"
@@ -9043,7 +9075,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:479
+#: ../fish/guestfish-actions.pod:481
msgid ""
"This command returns a list of all optional groups that this daemon knows "
"about. Note this returns both supported and unsupported groups. To find "
@@ -9052,17 +9084,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:485
+#: ../fish/guestfish-actions.pod:487
msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:487
+#: ../fish/guestfish-actions.pod:489
msgid "base64-in"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:489
+#: ../fish/guestfish-actions.pod:491
#, no-wrap
msgid ""
" base64-in (base64file|-) filename\n"
@@ -9070,22 +9102,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:491 ../src/guestfs-actions.pod:705
+#: ../fish/guestfish-actions.pod:493 ../src/guestfs-actions.pod:707
msgid "This command uploads base64-encoded data from C<base64file> to C<filename>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:494 ../fish/guestfish-actions.pod:503 ../fish/guestfish-actions.pod:862 ../fish/guestfish-actions.pod:946 ../fish/guestfish-actions.pod:967 ../fish/guestfish-actions.pod:1150 ../fish/guestfish-actions.pod:1169 ../fish/guestfish-actions.pod:1575 ../fish/guestfish-actions.pod:4162 ../fish/guestfish-actions.pod:4183 ../fish/guestfish-actions.pod:5564 ../fish/guestfish-actions.pod:5576 ../fish/guestfish-actions.pod:5587 ../fish/guestfish-actions.pod:5598 ../fish/guestfish-actions.pod:5729 ../fish/guestfish-actions.pod:5738 ../fish/guestfish-actions.pod:5803 ../fish/guestfish-actions.pod:5826
+#: ../fish/guestfish-actions.pod:496 ../fish/guestfish-actions.pod:505 ../fish/guestfish-actions.pod:864 ../fish/guestfish-actions.pod:948 ../fish/guestfish-actions.pod:969 ../fish/guestfish-actions.pod:1152 ../fish/guestfish-actions.pod:1171 ../fish/guestfish-actions.pod:1577 ../fish/guestfish-actions.pod:4169 ../fish/guestfish-actions.pod:4190 ../fish/guestfish-actions.pod:5571 ../fish/guestfish-actions.pod:5583 ../fish/guestfish-actions.pod:5594 ../fish/guestfish-actions.pod:5605 ../fish/guestfish-actions.pod:5736 ../fish/guestfish-actions.pod:5745 ../fish/guestfish-actions.pod:5810 ../fish/guestfish-actions.pod:5833
msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:496
+#: ../fish/guestfish-actions.pod:498
msgid "base64-out"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:498
+#: ../fish/guestfish-actions.pod:500
#, no-wrap
msgid ""
" base64-out filename (base64file|-)\n"
@@ -9093,19 +9125,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:500 ../src/guestfs-actions.pod:719
+#: ../fish/guestfish-actions.pod:502 ../src/guestfs-actions.pod:721
msgid ""
"This command downloads the contents of C<filename>, writing it out to local "
"file C<base64file> encoded as base64."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:505
+#: ../fish/guestfish-actions.pod:507
msgid "blkid"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:507
+#: ../fish/guestfish-actions.pod:509
#, no-wrap
msgid ""
" blkid device\n"
@@ -9113,7 +9145,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:509 ../src/guestfs-actions.pod:732
+#: ../fish/guestfish-actions.pod:511 ../src/guestfs-actions.pod:734
msgid ""
"This command returns block device attributes for C<device>. The following "
"fields are usually present in the returned hash. Other fields may also be "
@@ -9121,62 +9153,62 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:514 ../src/guestfs-actions.pod:737
+#: ../fish/guestfish-actions.pod:516 ../src/guestfs-actions.pod:739
msgid "C<UUID>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:516 ../src/guestfs-actions.pod:739
+#: ../fish/guestfish-actions.pod:518 ../src/guestfs-actions.pod:741
msgid "The uuid of this device."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:518 ../src/guestfs-actions.pod:741
+#: ../fish/guestfish-actions.pod:520 ../src/guestfs-actions.pod:743
msgid "C<LABEL>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:520 ../src/guestfs-actions.pod:743
+#: ../fish/guestfish-actions.pod:522 ../src/guestfs-actions.pod:745
msgid "The label of this device."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:522 ../src/guestfs-actions.pod:745
+#: ../fish/guestfish-actions.pod:524 ../src/guestfs-actions.pod:747
msgid "C<VERSION>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:524 ../src/guestfs-actions.pod:747
+#: ../fish/guestfish-actions.pod:526 ../src/guestfs-actions.pod:749
msgid "The version of blkid command."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:526 ../src/guestfs-actions.pod:749
+#: ../fish/guestfish-actions.pod:528 ../src/guestfs-actions.pod:751
msgid "C<TYPE>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:528 ../src/guestfs-actions.pod:751
+#: ../fish/guestfish-actions.pod:530 ../src/guestfs-actions.pod:753
msgid "The filesystem type or RAID of this device."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:530 ../src/guestfs-actions.pod:753
+#: ../fish/guestfish-actions.pod:532 ../src/guestfs-actions.pod:755
msgid "C<USAGE>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:532 ../src/guestfs-actions.pod:755
+#: ../fish/guestfish-actions.pod:534 ../src/guestfs-actions.pod:757
msgid "The usage of this device, for example C<filesystem> or C<raid>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:536
+#: ../fish/guestfish-actions.pod:538
msgid "blockdev-flushbufs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:538
+#: ../fish/guestfish-actions.pod:540
#, no-wrap
msgid ""
" blockdev-flushbufs device\n"
@@ -9184,22 +9216,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:540 ../src/guestfs-actions.pod:773
+#: ../fish/guestfish-actions.pod:542 ../src/guestfs-actions.pod:775
msgid "This tells the kernel to flush internal buffers associated with C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:543 ../fish/guestfish-actions.pod:554 ../fish/guestfish-actions.pod:563 ../fish/guestfish-actions.pod:573 ../fish/guestfish-actions.pod:585 ../fish/guestfish-actions.pod:598 ../fish/guestfish-actions.pod:606 ../fish/guestfish-actions.pod:617 ../fish/guestfish-actions.pod:625 ../fish/guestfish-actions.pod:633 ../src/guestfs-actions.pod:776 ../src/guestfs-actions.pod:793 ../src/guestfs-actions.pod:808 ../src/guestfs-actions.pod:824 ../src/guestfs-actions.pod:842 ../src/guestfs-actions.pod:861 ../src/guestfs-actions.pod:875 ../src/guestfs-actions.pod:893 ../src/guestfs-actions.pod:907 ../src/guestfs-actions.pod:921
+#: ../fish/guestfish-actions.pod:545 ../fish/guestfish-actions.pod:556 ../fish/guestfish-actions.pod:565 ../fish/guestfish-actions.pod:575 ../fish/guestfish-actions.pod:587 ../fish/guestfish-actions.pod:600 ../fish/guestfish-actions.pod:608 ../fish/guestfish-actions.pod:619 ../fish/guestfish-actions.pod:627 ../fish/guestfish-actions.pod:635 ../src/guestfs-actions.pod:778 ../src/guestfs-actions.pod:795 ../src/guestfs-actions.pod:810 ../src/guestfs-actions.pod:826 ../src/guestfs-actions.pod:844 ../src/guestfs-actions.pod:863 ../src/guestfs-actions.pod:877 ../src/guestfs-actions.pod:895 ../src/guestfs-actions.pod:909 ../src/guestfs-actions.pod:923
msgid "This uses the L<blockdev(8)> command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:545
+#: ../fish/guestfish-actions.pod:547
msgid "blockdev-getbsz"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:547
+#: ../fish/guestfish-actions.pod:549
#, no-wrap
msgid ""
" blockdev-getbsz device\n"
@@ -9207,24 +9239,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:549 ../src/guestfs-actions.pod:788
+#: ../fish/guestfish-actions.pod:551 ../src/guestfs-actions.pod:790
msgid "This returns the block size of a device."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:551 ../fish/guestfish-actions.pod:614 ../src/guestfs-actions.pod:790 ../src/guestfs-actions.pod:890
+#: ../fish/guestfish-actions.pod:553 ../fish/guestfish-actions.pod:616 ../src/guestfs-actions.pod:792 ../src/guestfs-actions.pod:892
msgid ""
"(Note this is different from both I<size in blocks> and I<filesystem block "
"size>)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:556
+#: ../fish/guestfish-actions.pod:558
msgid "blockdev-getro"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:558
+#: ../fish/guestfish-actions.pod:560
#, no-wrap
msgid ""
" blockdev-getro device\n"
@@ -9232,19 +9264,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:560 ../src/guestfs-actions.pod:805
+#: ../fish/guestfish-actions.pod:562 ../src/guestfs-actions.pod:807
msgid ""
"Returns a boolean indicating if the block device is read-only (true if "
"read-only, false if not)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:565
+#: ../fish/guestfish-actions.pod:567
msgid "blockdev-getsize64"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:567
+#: ../fish/guestfish-actions.pod:569
#, no-wrap
msgid ""
" blockdev-getsize64 device\n"
@@ -9252,22 +9284,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:569 ../src/guestfs-actions.pod:820
+#: ../fish/guestfish-actions.pod:571 ../src/guestfs-actions.pod:822
msgid "This returns the size of the device in bytes."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:571
+#: ../fish/guestfish-actions.pod:573
msgid "See also L</blockdev-getsz>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:575
+#: ../fish/guestfish-actions.pod:577
msgid "blockdev-getss"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:577
+#: ../fish/guestfish-actions.pod:579
#, no-wrap
msgid ""
" blockdev-getss device\n"
@@ -9275,24 +9307,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:579 ../src/guestfs-actions.pod:836
+#: ../fish/guestfish-actions.pod:581 ../src/guestfs-actions.pod:838
msgid ""
"This returns the size of sectors on a block device. Usually 512, but can be "
"larger for modern devices."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:582
+#: ../fish/guestfish-actions.pod:584
msgid "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:587
+#: ../fish/guestfish-actions.pod:589
msgid "blockdev-getsz"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:589
+#: ../fish/guestfish-actions.pod:591
#, no-wrap
msgid ""
" blockdev-getsz device\n"
@@ -9300,26 +9332,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:591 ../src/guestfs-actions.pod:854
+#: ../fish/guestfish-actions.pod:593 ../src/guestfs-actions.pod:856
msgid ""
"This returns the size of the device in units of 512-byte sectors (even if "
"the sectorsize isn't 512 bytes ... weird)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:594
+#: ../fish/guestfish-actions.pod:596
msgid ""
"See also L</blockdev-getss> for the real sector size of the device, and "
"L</blockdev-getsize64> for the more useful I<size in bytes>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:600
+#: ../fish/guestfish-actions.pod:602
msgid "blockdev-rereadpt"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:602
+#: ../fish/guestfish-actions.pod:604
#, no-wrap
msgid ""
" blockdev-rereadpt device\n"
@@ -9327,17 +9359,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:604 ../src/guestfs-actions.pod:873
+#: ../fish/guestfish-actions.pod:606 ../src/guestfs-actions.pod:875
msgid "Reread the partition table on C<device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:608
+#: ../fish/guestfish-actions.pod:610
msgid "blockdev-setbsz"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:610
+#: ../fish/guestfish-actions.pod:612
#, no-wrap
msgid ""
" blockdev-setbsz device blocksize\n"
@@ -9345,17 +9377,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:612 ../src/guestfs-actions.pod:888
+#: ../fish/guestfish-actions.pod:614 ../src/guestfs-actions.pod:890
msgid "This sets the block size of a device."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:619
+#: ../fish/guestfish-actions.pod:621
msgid "blockdev-setro"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:621
+#: ../fish/guestfish-actions.pod:623
#, no-wrap
msgid ""
" blockdev-setro device\n"
@@ -9363,17 +9395,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:623 ../src/guestfs-actions.pod:905
+#: ../fish/guestfish-actions.pod:625 ../src/guestfs-actions.pod:907
msgid "Sets the block device named C<device> to read-only."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:627
+#: ../fish/guestfish-actions.pod:629
msgid "blockdev-setrw"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:629
+#: ../fish/guestfish-actions.pod:631
#, no-wrap
msgid ""
" blockdev-setrw device\n"
@@ -9381,17 +9413,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:631 ../src/guestfs-actions.pod:919
+#: ../fish/guestfish-actions.pod:633 ../src/guestfs-actions.pod:921
msgid "Sets the block device named C<device> to read-write."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:635
+#: ../fish/guestfish-actions.pod:637
msgid "btrfs-device-add"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:637
+#: ../fish/guestfish-actions.pod:639
#, no-wrap
msgid ""
" btrfs-device-add 'devices ...' fs\n"
@@ -9399,19 +9431,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:639 ../src/guestfs-actions.pod:934
+#: ../fish/guestfish-actions.pod:641 ../src/guestfs-actions.pod:936
msgid ""
"Add the list of device(s) in C<devices> to the btrfs filesystem mounted at "
"C<fs>. If C<devices> is an empty list, this does nothing."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:642
+#: ../fish/guestfish-actions.pod:644
msgid "btrfs-device-delete"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:644
+#: ../fish/guestfish-actions.pod:646
#, no-wrap
msgid ""
" btrfs-device-delete 'devices ...' fs\n"
@@ -9419,19 +9451,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:646 ../src/guestfs-actions.pod:948
+#: ../fish/guestfish-actions.pod:648 ../src/guestfs-actions.pod:950
msgid ""
"Remove the C<devices> from the btrfs filesystem mounted at C<fs>. If "
"C<devices> is an empty list, this does nothing."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:649
+#: ../fish/guestfish-actions.pod:651
msgid "btrfs-filesystem-balance"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:651
+#: ../fish/guestfish-actions.pod:653
#, no-wrap
msgid ""
" btrfs-filesystem-balance fs\n"
@@ -9439,19 +9471,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:653 ../src/guestfs-actions.pod:961
+#: ../fish/guestfish-actions.pod:655 ../src/guestfs-actions.pod:963
msgid ""
"Balance the chunks in the btrfs filesystem mounted at C<fs> across the "
"underlying devices."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:656
+#: ../fish/guestfish-actions.pod:658
msgid "btrfs-filesystem-resize"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:658
+#: ../fish/guestfish-actions.pod:660
#, no-wrap
msgid ""
" btrfs-filesystem-resize mountpoint [size:N]\n"
@@ -9459,12 +9491,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:660 ../src/guestfs-actions.pod:982
+#: ../fish/guestfish-actions.pod:662 ../src/guestfs-actions.pod:984
msgid "This command resizes a btrfs filesystem."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:662 ../src/guestfs-actions.pod:984
+#: ../fish/guestfish-actions.pod:664 ../src/guestfs-actions.pod:986
msgid ""
"Note that unlike other resize calls, the filesystem has to be mounted and "
"the parameter is the mountpoint not the device (this is a requirement of "
@@ -9472,34 +9504,34 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:666 ../fish/guestfish-actions.pod:3512 ../fish/guestfish-actions.pod:4234 ../fish/guestfish-actions.pod:5638 ../src/guestfs-actions.pod:988 ../src/guestfs-actions.pod:5430 ../src/guestfs-actions.pod:6691 ../src/guestfs-actions.pod:8799
+#: ../fish/guestfish-actions.pod:668 ../fish/guestfish-actions.pod:3519 ../fish/guestfish-actions.pod:4241 ../fish/guestfish-actions.pod:5645 ../src/guestfs-actions.pod:990 ../src/guestfs-actions.pod:5437 ../src/guestfs-actions.pod:6698 ../src/guestfs-actions.pod:8806
msgid "The optional parameters are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:670 ../fish/guestfish-actions.pod:4238 ../src/guestfs-actions.pod:992 ../src/guestfs-actions.pod:6695
+#: ../fish/guestfish-actions.pod:672 ../fish/guestfish-actions.pod:4245 ../src/guestfs-actions.pod:994 ../src/guestfs-actions.pod:6702
msgid "C<size>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:672 ../src/guestfs-actions.pod:994
+#: ../fish/guestfish-actions.pod:674 ../src/guestfs-actions.pod:996
msgid ""
"The new size (in bytes) of the filesystem. If omitted, the filesystem is "
"resized to the maximum size."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:677 ../src/guestfs-actions.pod:999
+#: ../fish/guestfish-actions.pod:679 ../src/guestfs-actions.pod:1001
msgid "See also L<btrfs(8)>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:681
+#: ../fish/guestfish-actions.pod:683
msgid "btrfs-filesystem-sync"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:683
+#: ../fish/guestfish-actions.pod:685
#, no-wrap
msgid ""
" btrfs-filesystem-sync fs\n"
@@ -9507,17 +9539,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:685 ../src/guestfs-actions.pod:1033
+#: ../fish/guestfish-actions.pod:687 ../src/guestfs-actions.pod:1035
msgid "Force sync on the btrfs filesystem mounted at C<fs>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:687
+#: ../fish/guestfish-actions.pod:689
msgid "btrfs-fsck"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:689
+#: ../fish/guestfish-actions.pod:691
#, no-wrap
msgid ""
" btrfs-fsck device [superblock:N] [repair:true|false]\n"
@@ -9525,19 +9557,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:691 ../src/guestfs-actions.pod:1054
+#: ../fish/guestfish-actions.pod:693 ../src/guestfs-actions.pod:1056
msgid ""
"Used to check a btrfs filesystem, C<device> is the device file where the "
"filesystem is stored."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:696
+#: ../fish/guestfish-actions.pod:698
msgid "btrfs-set-seeding"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:698
+#: ../fish/guestfish-actions.pod:700
#, no-wrap
msgid ""
" btrfs-set-seeding device true|false\n"
@@ -9545,19 +9577,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:700 ../src/guestfs-actions.pod:1090
+#: ../fish/guestfish-actions.pod:702 ../src/guestfs-actions.pod:1092
msgid ""
"Enable or disable the seeding feature of a device that contains a btrfs "
"filesystem."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:703
+#: ../fish/guestfish-actions.pod:705
msgid "btrfs-subvolume-create"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:705
+#: ../fish/guestfish-actions.pod:707
#, no-wrap
msgid ""
" btrfs-subvolume-create dest\n"
@@ -9565,19 +9597,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:707 ../src/guestfs-actions.pod:1103
+#: ../fish/guestfish-actions.pod:709 ../src/guestfs-actions.pod:1105
msgid ""
"Create a btrfs subvolume. The C<dest> argument is the destination directory "
"and the name of the snapshot, in the form C</path/to/dest/name>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:710
+#: ../fish/guestfish-actions.pod:712
msgid "btrfs-subvolume-delete"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:712
+#: ../fish/guestfish-actions.pod:714
#, no-wrap
msgid ""
" btrfs-subvolume-delete subvolume\n"
@@ -9585,17 +9617,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:714 ../src/guestfs-actions.pod:1116
+#: ../fish/guestfish-actions.pod:716 ../src/guestfs-actions.pod:1118
msgid "Delete the named btrfs subvolume."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:716
+#: ../fish/guestfish-actions.pod:718
msgid "btrfs-subvolume-list"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:718
+#: ../fish/guestfish-actions.pod:720
#, no-wrap
msgid ""
" btrfs-subvolume-list fs\n"
@@ -9603,19 +9635,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:720 ../src/guestfs-actions.pod:1128
+#: ../fish/guestfish-actions.pod:722 ../src/guestfs-actions.pod:1130
msgid ""
"List the btrfs snapshots and subvolumes of the btrfs filesystem which is "
"mounted at C<fs>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:723
+#: ../fish/guestfish-actions.pod:725
msgid "btrfs-subvolume-set-default"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:725
+#: ../fish/guestfish-actions.pod:727
#, no-wrap
msgid ""
" btrfs-subvolume-set-default id fs\n"
@@ -9623,19 +9655,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:727
+#: ../fish/guestfish-actions.pod:729
msgid ""
"Set the subvolume of the btrfs filesystem C<fs> which will be mounted by "
"default. See L</btrfs-subvolume-list> to get a list of subvolumes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:731
+#: ../fish/guestfish-actions.pod:733
msgid "btrfs-subvolume-snapshot"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:733
+#: ../fish/guestfish-actions.pod:735
#, no-wrap
msgid ""
" btrfs-subvolume-snapshot source dest\n"
@@ -9643,7 +9675,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:735 ../src/guestfs-actions.pod:1159
+#: ../fish/guestfish-actions.pod:737 ../src/guestfs-actions.pod:1161
msgid ""
"Create a writable snapshot of the btrfs subvolume C<source>. The C<dest> "
"argument is the destination directory and the name of the snapshot, in the "
@@ -9651,12 +9683,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:739
+#: ../fish/guestfish-actions.pod:741
msgid "case-sensitive-path"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:741
+#: ../fish/guestfish-actions.pod:743
#, no-wrap
msgid ""
" case-sensitive-path path\n"
@@ -9664,7 +9696,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:743 ../src/guestfs-actions.pod:1173
+#: ../fish/guestfish-actions.pod:745 ../src/guestfs-actions.pod:1175
msgid ""
"This can be used to resolve case insensitive paths on a filesystem which is "
"case sensitive. The use case is to resolve paths which you have read from "
@@ -9672,7 +9704,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:748 ../src/guestfs-actions.pod:1178
+#: ../fish/guestfish-actions.pod:750 ../src/guestfs-actions.pod:1180
msgid ""
"The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
"(and probably others), which is that although the underlying filesystem is "
@@ -9681,7 +9713,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:753 ../src/guestfs-actions.pod:1183
+#: ../fish/guestfish-actions.pod:755 ../src/guestfs-actions.pod:1185
msgid ""
"One consequence of this is that special directories such as C<c:\\windows> "
"may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
@@ -9690,21 +9722,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:759 ../src/guestfs-actions.pod:1189
+#: ../fish/guestfish-actions.pod:761 ../src/guestfs-actions.pod:1191
msgid ""
"Bug or feature? You decide: "
"L<http://www.tuxera.com/community/ntfs-3g-faq/#posixfilenames1>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:762 ../src/guestfs-actions.pod:1192
+#: ../fish/guestfish-actions.pod:764 ../src/guestfs-actions.pod:1194
msgid ""
"This function resolves the true case of each element in the path and returns "
"the case-sensitive path."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:765
+#: ../fish/guestfish-actions.pod:767
msgid ""
"Thus L</case-sensitive-path> (\"/Windows/System32\") might return "
"C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
@@ -9712,22 +9744,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:770 ../src/guestfs-actions.pod:1200
+#: ../fish/guestfish-actions.pod:772 ../src/guestfs-actions.pod:1202
msgid "I<Note>: This function does not handle drive names, backslashes etc."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:773
+#: ../fish/guestfish-actions.pod:775
msgid "See also L</realpath>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:775
+#: ../fish/guestfish-actions.pod:777
msgid "cat"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:777
+#: ../fish/guestfish-actions.pod:779
#, no-wrap
msgid ""
" cat path\n"
@@ -9735,12 +9767,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:779 ../fish/guestfish-actions.pod:4665 ../src/guestfs-actions.pod:1216 ../src/guestfs-actions.pod:7351
+#: ../fish/guestfish-actions.pod:781 ../fish/guestfish-actions.pod:4672 ../src/guestfs-actions.pod:1218 ../src/guestfs-actions.pod:7358
msgid "Return the contents of the file named C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:781
+#: ../fish/guestfish-actions.pod:783
msgid ""
"Note that this function cannot correctly handle binary files (specifically, "
"files containing C<\\0> character which is treated as end of string). For "
@@ -9749,19 +9781,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:786 ../fish/guestfish-actions.pod:921 ../fish/guestfish-actions.pod:933 ../fish/guestfish-actions.pod:1260 ../fish/guestfish-actions.pod:1270 ../fish/guestfish-actions.pod:1337 ../fish/guestfish-actions.pod:1347 ../fish/guestfish-actions.pod:1539 ../fish/guestfish-actions.pod:1982 ../fish/guestfish-actions.pod:1992 ../fish/guestfish-actions.pod:2042 ../fish/guestfish-actions.pod:2057 ../fish/guestfish-actions.pod:2067 ../fish/guestfish-actions.pod:2086 ../fish/guestfish-actions.pod:4535 ../fish/guestfish-actions.pod:4550 ../fish/guestfish-actions.pod:4626 ../fish/guestfish-actions.pod:4643 ../fish/guestfish-actions.pod:4658 ../fish/guestfish-actions.pod:5405 ../fish/guestfish-actions.pod:5451 ../fish/guestfish-actions.pod:5536 ../fish/guestfish-actions.pod:5551 ../fish/guestfish-actions.pod:6070 ../fish/guestfish-actions.pod:6082 ../fish/guestfish-actions.pod:6100 ../fish/guestfish-actions.pod:6117 ../fish/guestfish-actions.pod:6127 ../fish/guestfish-actions.pod:6194 ../fish/guestfish-actions.pod:6204 ../fish/guestfish-actions.pod:6233 ../fish/guestfish-actions.pod:6243 ../src/guestfs-actions.pod:1226 ../src/guestfs-actions.pod:1405 ../src/guestfs-actions.pod:1425 ../src/guestfs-actions.pod:2163 ../src/guestfs-actions.pod:2182 ../src/guestfs-actions.pod:2285 ../src/guestfs-actions.pod:2304 ../src/guestfs-actions.pod:2550 ../src/guestfs-actions.pod:3175 ../src/guestfs-actions.pod:3194 ../src/guestfs-actions.pod:3259 ../src/guestfs-actions.pod:3283 ../src/guestfs-actions.pod:3300 ../src/guestfs-actions.pod:3329 ../src/guestfs-actions.pod:7133 ../src/guestfs-actions.pod:7159 ../src/guestfs-actions.pod:7290 ../src/guestfs-actions.pod:7316 ../src/guestfs-actions.pod:7340 ../src/guestfs-actions.pod:8427 ../src/guestfs-actions.pod:8482 ../src/guestfs-actions.pod:8628 ../src/guestfs-actions.pod:8652 ../src/guestfs-actions.pod:9519 ../src/guestfs-actions.pod:9539 ../src/guestfs-actions.pod:9572 ../src/guestfs-actions.pod:9591 ../src/guestfs-actions.pod:9610 ../src/guestfs-actions.pod:9725 ../src/guestfs-actions.pod:9744 ../src/guestfs-actions.pod:9790 ../src/guestfs-actions.pod:9809
+#: ../fish/guestfish-actions.pod:788 ../fish/guestfish-actions.pod:923 ../fish/guestfish-actions.pod:935 ../fish/guestfish-actions.pod:1262 ../fish/guestfish-actions.pod:1272 ../fish/guestfish-actions.pod:1339 ../fish/guestfish-actions.pod:1349 ../fish/guestfish-actions.pod:1541 ../fish/guestfish-actions.pod:1984 ../fish/guestfish-actions.pod:1994 ../fish/guestfish-actions.pod:2044 ../fish/guestfish-actions.pod:2059 ../fish/guestfish-actions.pod:2069 ../fish/guestfish-actions.pod:2088 ../fish/guestfish-actions.pod:4542 ../fish/guestfish-actions.pod:4557 ../fish/guestfish-actions.pod:4633 ../fish/guestfish-actions.pod:4650 ../fish/guestfish-actions.pod:4665 ../fish/guestfish-actions.pod:5412 ../fish/guestfish-actions.pod:5458 ../fish/guestfish-actions.pod:5543 ../fish/guestfish-actions.pod:5558 ../fish/guestfish-actions.pod:6077 ../fish/guestfish-actions.pod:6089 ../fish/guestfish-actions.pod:6107 ../fish/guestfish-actions.pod:6124 ../fish/guestfish-actions.pod:6134 ../fish/guestfish-actions.pod:6201 ../fish/guestfish-actions.pod:6211 ../fish/guestfish-actions.pod:6240 ../fish/guestfish-actions.pod:6250 ../src/guestfs-actions.pod:1228 ../src/guestfs-actions.pod:1407 ../src/guestfs-actions.pod:1427 ../src/guestfs-actions.pod:2165 ../src/guestfs-actions.pod:2184 ../src/guestfs-actions.pod:2287 ../src/guestfs-actions.pod:2306 ../src/guestfs-actions.pod:2552 ../src/guestfs-actions.pod:3177 ../src/guestfs-actions.pod:3196 ../src/guestfs-actions.pod:3261 ../src/guestfs-actions.pod:3285 ../src/guestfs-actions.pod:3302 ../src/guestfs-actions.pod:3331 ../src/guestfs-actions.pod:7140 ../src/guestfs-actions.pod:7166 ../src/guestfs-actions.pod:7297 ../src/guestfs-actions.pod:7323 ../src/guestfs-actions.pod:7347 ../src/guestfs-actions.pod:8434 ../src/guestfs-actions.pod:8489 ../src/guestfs-actions.pod:8635 ../src/guestfs-actions.pod:8659 ../src/guestfs-actions.pod:9526 ../src/guestfs-actions.pod:9546 ../src/guestfs-actions.pod:9579 ../src/guestfs-actions.pod:9598 ../src/guestfs-actions.pod:9617 ../src/guestfs-actions.pod:9732 ../src/guestfs-actions.pod:9751 ../src/guestfs-actions.pod:9797 ../src/guestfs-actions.pod:9816
msgid ""
"Because of the message protocol, there is a transfer limit of somewhere "
"between 2MB and 4MB. See L<guestfs(3)/PROTOCOL LIMITS>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:789
+#: ../fish/guestfish-actions.pod:791
msgid "checksum"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:791
+#: ../fish/guestfish-actions.pod:793
#, no-wrap
msgid ""
" checksum csumtype path\n"
@@ -9769,111 +9801,111 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:793 ../src/guestfs-actions.pod:1238
+#: ../fish/guestfish-actions.pod:795 ../src/guestfs-actions.pod:1240
msgid "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:796 ../src/guestfs-actions.pod:1241
+#: ../fish/guestfish-actions.pod:798 ../src/guestfs-actions.pod:1243
msgid ""
"The type of checksum to compute is given by the C<csumtype> parameter which "
"must have one of the following values:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:801 ../src/guestfs-actions.pod:1246
+#: ../fish/guestfish-actions.pod:803 ../src/guestfs-actions.pod:1248
msgid "C<crc>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:803 ../src/guestfs-actions.pod:1248
+#: ../fish/guestfish-actions.pod:805 ../src/guestfs-actions.pod:1250
msgid ""
"Compute the cyclic redundancy check (CRC) specified by POSIX for the "
"C<cksum> command."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:806 ../src/guestfs-actions.pod:1251
+#: ../fish/guestfish-actions.pod:808 ../src/guestfs-actions.pod:1253
msgid "C<md5>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:808 ../src/guestfs-actions.pod:1253
+#: ../fish/guestfish-actions.pod:810 ../src/guestfs-actions.pod:1255
msgid "Compute the MD5 hash (using the C<md5sum> program)."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:810 ../src/guestfs-actions.pod:1255
+#: ../fish/guestfish-actions.pod:812 ../src/guestfs-actions.pod:1257
msgid "C<sha1>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:812 ../src/guestfs-actions.pod:1257
+#: ../fish/guestfish-actions.pod:814 ../src/guestfs-actions.pod:1259
msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:814 ../src/guestfs-actions.pod:1259
+#: ../fish/guestfish-actions.pod:816 ../src/guestfs-actions.pod:1261
msgid "C<sha224>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:816 ../src/guestfs-actions.pod:1261
+#: ../fish/guestfish-actions.pod:818 ../src/guestfs-actions.pod:1263
msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:818 ../src/guestfs-actions.pod:1263
+#: ../fish/guestfish-actions.pod:820 ../src/guestfs-actions.pod:1265
msgid "C<sha256>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:820 ../src/guestfs-actions.pod:1265
+#: ../fish/guestfish-actions.pod:822 ../src/guestfs-actions.pod:1267
msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:822 ../src/guestfs-actions.pod:1267
+#: ../fish/guestfish-actions.pod:824 ../src/guestfs-actions.pod:1269
msgid "C<sha384>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:824 ../src/guestfs-actions.pod:1269
+#: ../fish/guestfish-actions.pod:826 ../src/guestfs-actions.pod:1271
msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:826 ../src/guestfs-actions.pod:1271
+#: ../fish/guestfish-actions.pod:828 ../src/guestfs-actions.pod:1273
msgid "C<sha512>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:828 ../src/guestfs-actions.pod:1273
+#: ../fish/guestfish-actions.pod:830 ../src/guestfs-actions.pod:1275
msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:832 ../src/guestfs-actions.pod:1277
+#: ../fish/guestfish-actions.pod:834 ../src/guestfs-actions.pod:1279
msgid "The checksum is returned as a printable string."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:834
+#: ../fish/guestfish-actions.pod:836
msgid "To get the checksum for a device, use L</checksum-device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:836
+#: ../fish/guestfish-actions.pod:838
msgid "To get the checksums for many files, use L</checksums-out>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:838
+#: ../fish/guestfish-actions.pod:840
msgid "checksum-device"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:840
+#: ../fish/guestfish-actions.pod:842
#, no-wrap
msgid ""
" checksum-device csumtype device\n"
@@ -9881,7 +9913,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:842
+#: ../fish/guestfish-actions.pod:844
msgid ""
"This call computes the MD5, SHAx or CRC checksum of the contents of the "
"device named C<device>. For the types of checksums supported see the "
@@ -9889,12 +9921,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:846
+#: ../fish/guestfish-actions.pod:848
msgid "checksums-out"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:848
+#: ../fish/guestfish-actions.pod:850
#, no-wrap
msgid ""
" checksums-out csumtype directory (sumsfile|-)\n"
@@ -9902,14 +9934,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:850 ../src/guestfs-actions.pod:1312
+#: ../fish/guestfish-actions.pod:852 ../src/guestfs-actions.pod:1314
msgid ""
"This command computes the checksums of all regular files in C<directory> and "
"then emits a list of those checksums to the local output file C<sumsfile>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:854 ../src/guestfs-actions.pod:1316
+#: ../fish/guestfish-actions.pod:856 ../src/guestfs-actions.pod:1318
msgid ""
"This can be used for verifying the integrity of a virtual machine. However "
"to be properly secure you should pay attention to the output of the checksum "
@@ -9919,12 +9951,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:864
+#: ../fish/guestfish-actions.pod:866
msgid "chmod"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:866
+#: ../fish/guestfish-actions.pod:868
#, no-wrap
msgid ""
" chmod mode path\n"
@@ -9932,14 +9964,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:868 ../src/guestfs-actions.pod:1335
+#: ../fish/guestfish-actions.pod:870 ../src/guestfs-actions.pod:1337
msgid ""
"Change the mode (permissions) of C<path> to C<mode>. Only numeric modes are "
"supported."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:871 ../src/guestfs-actions.pod:1338
+#: ../fish/guestfish-actions.pod:873 ../src/guestfs-actions.pod:1340
msgid ""
"I<Note>: When using this command from guestfish, C<mode> by default would be "
"decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
@@ -9947,17 +9979,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:875 ../fish/guestfish-actions.pod:3761 ../fish/guestfish-actions.pod:3914 ../fish/guestfish-actions.pod:3924 ../fish/guestfish-actions.pod:3934 ../src/guestfs-actions.pod:1342 ../src/guestfs-actions.pod:5808 ../src/guestfs-actions.pod:6072 ../src/guestfs-actions.pod:6091 ../src/guestfs-actions.pod:6110
+#: ../fish/guestfish-actions.pod:877 ../fish/guestfish-actions.pod:3768 ../fish/guestfish-actions.pod:3921 ../fish/guestfish-actions.pod:3931 ../fish/guestfish-actions.pod:3941 ../src/guestfs-actions.pod:1344 ../src/guestfs-actions.pod:5815 ../src/guestfs-actions.pod:6079 ../src/guestfs-actions.pod:6098 ../src/guestfs-actions.pod:6117
msgid "The mode actually set is affected by the umask."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:877
+#: ../fish/guestfish-actions.pod:879
msgid "chown"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:879
+#: ../fish/guestfish-actions.pod:881
#, no-wrap
msgid ""
" chown owner group path\n"
@@ -9965,12 +9997,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:881 ../src/guestfs-actions.pod:1356
+#: ../fish/guestfish-actions.pod:883 ../src/guestfs-actions.pod:1358
msgid "Change the file owner to C<owner> and group to C<group>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:883 ../fish/guestfish-actions.pod:3033 ../src/guestfs-actions.pod:1358 ../src/guestfs-actions.pod:4629
+#: ../fish/guestfish-actions.pod:885 ../fish/guestfish-actions.pod:3040 ../src/guestfs-actions.pod:1360 ../src/guestfs-actions.pod:4636
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 "
@@ -9978,12 +10010,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:887
+#: ../fish/guestfish-actions.pod:889
msgid "command"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:889
+#: ../fish/guestfish-actions.pod:891
#, no-wrap
msgid ""
" command 'arguments ...'\n"
@@ -9991,7 +10023,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:891 ../src/guestfs-actions.pod:1372
+#: ../fish/guestfish-actions.pod:893 ../src/guestfs-actions.pod:1374
msgid ""
"This call runs a command from the guest filesystem. The filesystem must be "
"mounted, and must contain a compatible operating system (ie. something "
@@ -9999,7 +10031,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:896
+#: ../fish/guestfish-actions.pod:898
msgid ""
"The single parameter is an argv-style list of arguments. The first element "
"is the name of the program to run. Subsequent elements are parameters. The "
@@ -10008,12 +10040,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:903 ../src/guestfs-actions.pod:1384
+#: ../fish/guestfish-actions.pod:905 ../src/guestfs-actions.pod:1386
msgid "The return value is anything printed to I<stdout> by the command."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:906 ../src/guestfs-actions.pod:1387
+#: ../fish/guestfish-actions.pod:908 ../src/guestfs-actions.pod:1389
msgid ""
"If the command returns a non-zero exit status, then this function returns an "
"error message. The error message string is the content of I<stderr> from "
@@ -10021,7 +10053,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:910 ../src/guestfs-actions.pod:1391
+#: ../fish/guestfish-actions.pod:912 ../src/guestfs-actions.pod:1393
msgid ""
"The C<$PATH> environment variable will contain at least C</usr/bin> and "
"C</bin>. If you require a program from another location, you should provide "
@@ -10029,7 +10061,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:915 ../src/guestfs-actions.pod:1396
+#: ../fish/guestfish-actions.pod:917 ../src/guestfs-actions.pod:1398
msgid ""
"Shared libraries and data files required by the program must be available on "
"filesystems which are mounted in the correct places. It is the caller's "
@@ -10038,12 +10070,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:924
+#: ../fish/guestfish-actions.pod:926
msgid "command-lines"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:926
+#: ../fish/guestfish-actions.pod:928
#, no-wrap
msgid ""
" command-lines 'arguments ...'\n"
@@ -10051,22 +10083,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:928
+#: ../fish/guestfish-actions.pod:930
msgid "This is the same as L</command>, but splits the result into a list of lines."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:931
+#: ../fish/guestfish-actions.pod:933
msgid "See also: L</sh-lines>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:936
+#: ../fish/guestfish-actions.pod:938
msgid "compress-device-out"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:938
+#: ../fish/guestfish-actions.pod:940
#, no-wrap
msgid ""
" compress-device-out ctype device (zdevice|-) [level:N]\n"
@@ -10074,26 +10106,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:940 ../src/guestfs-actions.pod:1446
+#: ../fish/guestfish-actions.pod:942 ../src/guestfs-actions.pod:1448
msgid ""
"This command compresses C<device> and writes it out to the local file "
"C<zdevice>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:943
+#: ../fish/guestfish-actions.pod:945
msgid ""
"The C<ctype> and optional C<level> parameters have the same meaning as in "
"L</compress-out>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:950
+#: ../fish/guestfish-actions.pod:952
msgid "compress-out"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:952
+#: ../fish/guestfish-actions.pod:954
#, no-wrap
msgid ""
" compress-out ctype file (zfile|-) [level:N]\n"
@@ -10101,14 +10133,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:954 ../src/guestfs-actions.pod:1498
+#: ../fish/guestfish-actions.pod:956 ../src/guestfs-actions.pod:1500
msgid ""
"This command compresses C<file> and writes it out to the local file "
"C<zfile>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:957 ../src/guestfs-actions.pod:1501
+#: ../fish/guestfish-actions.pod:959 ../src/guestfs-actions.pod:1503
msgid ""
"The compression program used is controlled by the C<ctype> parameter. "
"Currently this includes: C<compress>, C<gzip>, C<bzip2>, C<xz> or C<lzop>. "
@@ -10118,19 +10150,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:963 ../src/guestfs-actions.pod:1507
+#: ../fish/guestfish-actions.pod:965 ../src/guestfs-actions.pod:1509
msgid ""
"The optional C<level> parameter controls compression level. The meaning and "
"default for this parameter depends on the compression program being used."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:971
+#: ../fish/guestfish-actions.pod:973
msgid "config"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:973
+#: ../fish/guestfish-actions.pod:975
#, no-wrap
msgid ""
" config qemuparam qemuvalue\n"
@@ -10138,7 +10170,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:975 ../src/guestfs-actions.pod:1548
+#: ../fish/guestfish-actions.pod:977 ../src/guestfs-actions.pod:1550
msgid ""
"This can be used to add arbitrary qemu command line parameters of the form "
"I<-param value>. Actually it's not quite arbitrary - we prevent you from "
@@ -10146,22 +10178,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:980 ../src/guestfs-actions.pod:1553
+#: ../fish/guestfish-actions.pod:982 ../src/guestfs-actions.pod:1555
msgid "The first character of C<param> string must be a C<-> (dash)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:982 ../src/guestfs-actions.pod:1555
+#: ../fish/guestfish-actions.pod:984 ../src/guestfs-actions.pod:1557
msgid "C<value> can be NULL."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:984
+#: ../fish/guestfish-actions.pod:986
msgid "copy-device-to-device"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:986
+#: ../fish/guestfish-actions.pod:988
#, no-wrap
msgid ""
" copy-device-to-device src dest [srcoffset:N] [destoffset:N] [size:N]\n"
@@ -10169,7 +10201,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:988
+#: ../fish/guestfish-actions.pod:990
msgid ""
"The four calls L</copy-device-to-device>, L</copy-device-to-file>, "
"L</copy-file-to-device>, and L</copy-file-to-file> let you copy from a "
@@ -10177,7 +10209,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:995 ../src/guestfs-actions.pod:1585
+#: ../fish/guestfish-actions.pod:997 ../src/guestfs-actions.pod:1587
msgid ""
"Partial copies can be made since you can specify optionally the source "
"offset, destination offset and size to copy. These values are all specified "
@@ -10186,26 +10218,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1001 ../src/guestfs-actions.pod:1591
+#: ../fish/guestfish-actions.pod:1003 ../src/guestfs-actions.pod:1593
msgid ""
"The source and destination may be the same object. However overlapping "
"regions may not be copied correctly."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1004 ../src/guestfs-actions.pod:1594
+#: ../fish/guestfish-actions.pod:1006 ../src/guestfs-actions.pod:1596
msgid ""
"If the destination is a file, it is created if required. If the destination "
"file is not large enough, it is extended."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1009
+#: ../fish/guestfish-actions.pod:1011
msgid "copy-device-to-file"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1011
+#: ../fish/guestfish-actions.pod:1013
#, no-wrap
msgid ""
" copy-device-to-file src dest [srcoffset:N] [destoffset:N] [size:N]\n"
@@ -10213,17 +10245,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1013 ../fish/guestfish-actions.pod:1022 ../fish/guestfish-actions.pod:1031
+#: ../fish/guestfish-actions.pod:1015 ../fish/guestfish-actions.pod:1024 ../fish/guestfish-actions.pod:1033
msgid "See L</copy-device-to-device> for a general overview of this call."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1018
+#: ../fish/guestfish-actions.pod:1020
msgid "copy-file-to-device"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1020
+#: ../fish/guestfish-actions.pod:1022
#, no-wrap
msgid ""
" copy-file-to-device src dest [srcoffset:N] [destoffset:N] [size:N]\n"
@@ -10231,12 +10263,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1027
+#: ../fish/guestfish-actions.pod:1029
msgid "copy-file-to-file"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1029
+#: ../fish/guestfish-actions.pod:1031
#, no-wrap
msgid ""
" copy-file-to-file src dest [srcoffset:N] [destoffset:N] [size:N]\n"
@@ -10244,7 +10276,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1034
+#: ../fish/guestfish-actions.pod:1036
msgid ""
"This is B<not> the function you want for copying files. This is for copying "
"blocks within existing files. See L</cp>, L</cp-a> and L</mv> for general "
@@ -10252,12 +10284,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1041
+#: ../fish/guestfish-actions.pod:1043
msgid "copy-size"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1043
+#: ../fish/guestfish-actions.pod:1045
#, no-wrap
msgid ""
" copy-size src dest size\n"
@@ -10265,33 +10297,33 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1045 ../src/guestfs-actions.pod:1809
+#: ../fish/guestfish-actions.pod:1047 ../src/guestfs-actions.pod:1811
msgid ""
"This command copies exactly C<size> bytes from one source device or file "
"C<src> to another destination device or file C<dest>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1048 ../src/guestfs-actions.pod:1812
+#: ../fish/guestfish-actions.pod:1050 ../src/guestfs-actions.pod:1814
msgid ""
"Note this will fail if the source is too short or if the destination is not "
"large enough."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1051 ../fish/guestfish-actions.pod:1086
+#: ../fish/guestfish-actions.pod:1053 ../fish/guestfish-actions.pod:1088
msgid ""
"I<This function is deprecated.> In new code, use the "
"L</copy-device-to-device> call instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1058
+#: ../fish/guestfish-actions.pod:1060
msgid "cp"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1060
+#: ../fish/guestfish-actions.pod:1062
#, no-wrap
msgid ""
" cp src dest\n"
@@ -10299,19 +10331,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1062 ../src/guestfs-actions.pod:1831
+#: ../fish/guestfish-actions.pod:1064 ../src/guestfs-actions.pod:1833
msgid ""
"This copies a file from C<src> to C<dest> where C<dest> is either a "
"destination filename or destination directory."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1065
+#: ../fish/guestfish-actions.pod:1067
msgid "cp-a"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1067
+#: ../fish/guestfish-actions.pod:1069
#, no-wrap
msgid ""
" cp-a src dest\n"
@@ -10319,19 +10351,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1069 ../src/guestfs-actions.pod:1845
+#: ../fish/guestfish-actions.pod:1071 ../src/guestfs-actions.pod:1847
msgid ""
"This copies a file or directory from C<src> to C<dest> recursively using the "
"C<cp -a> command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1072
+#: ../fish/guestfish-actions.pod:1074
msgid "dd"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1074
+#: ../fish/guestfish-actions.pod:1076
#, no-wrap
msgid ""
" dd src dest\n"
@@ -10339,7 +10371,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1076 ../src/guestfs-actions.pod:1866
+#: ../fish/guestfish-actions.pod:1078 ../src/guestfs-actions.pod:1868
msgid ""
"This command copies from one source device or file C<src> to another "
"destination device or file C<dest>. Normally you would use this to copy to "
@@ -10347,7 +10379,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1081
+#: ../fish/guestfish-actions.pod:1083
msgid ""
"If the destination is a device, it must be as large or larger than the "
"source file or device, otherwise the copy will fail. This command cannot do "
@@ -10355,12 +10387,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1093
+#: ../fish/guestfish-actions.pod:1095
msgid "device-index"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1095
+#: ../fish/guestfish-actions.pod:1097
#, no-wrap
msgid ""
" device-index device\n"
@@ -10368,31 +10400,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1097 ../src/guestfs-actions.pod:1886
+#: ../fish/guestfish-actions.pod:1099 ../src/guestfs-actions.pod:1888
msgid ""
"This function takes a device name (eg. \"/dev/sdb\") and returns the index "
"of the device in the list of devices."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1100
+#: ../fish/guestfish-actions.pod:1102
msgid ""
"Index numbers start from 0. The named device must exist, for example as a "
"string returned from L</list-devices>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1103
+#: ../fish/guestfish-actions.pod:1105
msgid "See also L</list-devices>, L</part-to-dev>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1105
+#: ../fish/guestfish-actions.pod:1107
msgid "df"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1107
+#: ../fish/guestfish-actions.pod:1109
#, no-wrap
msgid ""
" df\n"
@@ -10400,12 +10432,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1109 ../src/guestfs-actions.pod:1901
+#: ../fish/guestfish-actions.pod:1111 ../src/guestfs-actions.pod:1903
msgid "This command runs the C<df> command to report disk space used."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1111 ../fish/guestfish-actions.pod:1122
+#: ../fish/guestfish-actions.pod:1113 ../fish/guestfish-actions.pod:1124
msgid ""
"This command is mostly useful for interactive sessions. It is I<not> "
"intended that you try to parse the output string. Use L</statvfs> from "
@@ -10413,12 +10445,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1115
+#: ../fish/guestfish-actions.pod:1117
msgid "df-h"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1117
+#: ../fish/guestfish-actions.pod:1119
#, no-wrap
msgid ""
" df-h\n"
@@ -10426,19 +10458,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1119 ../src/guestfs-actions.pod:1917
+#: ../fish/guestfish-actions.pod:1121 ../src/guestfs-actions.pod:1919
msgid ""
"This command runs the C<df -h> command to report disk space used in "
"human-readable format."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1126
+#: ../fish/guestfish-actions.pod:1128
msgid "dmesg"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1128
+#: ../fish/guestfish-actions.pod:1130
#, no-wrap
msgid ""
" dmesg\n"
@@ -10446,14 +10478,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1130 ../src/guestfs-actions.pod:1934
+#: ../fish/guestfish-actions.pod:1132 ../src/guestfs-actions.pod:1936
msgid ""
"This returns the kernel messages (C<dmesg> output) from the guest kernel. "
"This is sometimes useful for extended debugging of problems."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1134
+#: ../fish/guestfish-actions.pod:1136
msgid ""
"Another way to get the same information is to enable verbose messages with "
"L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
@@ -10461,12 +10493,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1139
+#: ../fish/guestfish-actions.pod:1141
msgid "download"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1141
+#: ../fish/guestfish-actions.pod:1143
#, no-wrap
msgid ""
" download remotefilename (filename|-)\n"
@@ -10474,29 +10506,29 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1143 ../fish/guestfish-actions.pod:1156 ../src/guestfs-actions.pod:1955 ../src/guestfs-actions.pod:1980
+#: ../fish/guestfish-actions.pod:1145 ../fish/guestfish-actions.pod:1158 ../src/guestfs-actions.pod:1957 ../src/guestfs-actions.pod:1982
msgid ""
"Download file C<remotefilename> and save it as C<filename> on the local "
"machine."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1146 ../fish/guestfish-actions.pod:5799 ../src/guestfs-actions.pod:1958 ../src/guestfs-actions.pod:9051
+#: ../fish/guestfish-actions.pod:1148 ../fish/guestfish-actions.pod:5806 ../src/guestfs-actions.pod:1960 ../src/guestfs-actions.pod:9058
msgid "C<filename> can also be a named pipe."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1148
+#: ../fish/guestfish-actions.pod:1150
msgid "See also L</upload>, L</cat>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1152
+#: ../fish/guestfish-actions.pod:1154
msgid "download-offset"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1154
+#: ../fish/guestfish-actions.pod:1156
#, no-wrap
msgid ""
" download-offset remotefilename (filename|-) offset size\n"
@@ -10504,14 +10536,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1159 ../src/guestfs-actions.pod:1983
+#: ../fish/guestfish-actions.pod:1161 ../src/guestfs-actions.pod:1985
msgid ""
"C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
"region must be within the file or device)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1162
+#: ../fish/guestfish-actions.pod:1164
msgid ""
"Note that there is no limit on the amount of data that can be downloaded "
"with this call, unlike with L</pread>, and this call always reads the full "
@@ -10519,17 +10551,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1167
+#: ../fish/guestfish-actions.pod:1169
msgid "See also L</download>, L</pread>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1171
+#: ../fish/guestfish-actions.pod:1173
msgid "drop-caches"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1173
+#: ../fish/guestfish-actions.pod:1175
#, no-wrap
msgid ""
" drop-caches whattodrop\n"
@@ -10537,7 +10569,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1175 ../src/guestfs-actions.pod:2008
+#: ../fish/guestfish-actions.pod:1177 ../src/guestfs-actions.pod:2010
msgid ""
"This instructs the guest kernel to drop its page cache, and/or dentries and "
"inode caches. The parameter C<whattodrop> tells the kernel what precisely "
@@ -10545,24 +10577,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1180 ../src/guestfs-actions.pod:2013
+#: ../fish/guestfish-actions.pod:1182 ../src/guestfs-actions.pod:2015
msgid "Setting C<whattodrop> to 3 should drop everything."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1182 ../src/guestfs-actions.pod:2015
+#: ../fish/guestfish-actions.pod:1184 ../src/guestfs-actions.pod:2017
msgid ""
"This automatically calls L<sync(2)> before the operation, so that the "
"maximum guest memory is freed."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1185
+#: ../fish/guestfish-actions.pod:1187
msgid "du"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1187
+#: ../fish/guestfish-actions.pod:1189
#, no-wrap
msgid ""
" du path\n"
@@ -10570,14 +10602,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1189 ../src/guestfs-actions.pod:2028
+#: ../fish/guestfish-actions.pod:1191 ../src/guestfs-actions.pod:2030
msgid ""
"This command runs the C<du -s> command to estimate file space usage for "
"C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1192 ../src/guestfs-actions.pod:2031
+#: ../fish/guestfish-actions.pod:1194 ../src/guestfs-actions.pod:2033
msgid ""
"C<path> can be a file or a directory. If C<path> is a directory then the "
"estimate includes the contents of the directory and all subdirectories "
@@ -10585,17 +10617,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1196 ../src/guestfs-actions.pod:2035
+#: ../fish/guestfish-actions.pod:1198 ../src/guestfs-actions.pod:2037
msgid "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1199
+#: ../fish/guestfish-actions.pod:1201
msgid "e2fsck"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1201
+#: ../fish/guestfish-actions.pod:1203
#, no-wrap
msgid ""
" e2fsck device [correct:true|false] [forceall:true|false]\n"
@@ -10603,19 +10635,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1203 ../src/guestfs-actions.pod:2062
+#: ../fish/guestfish-actions.pod:1205 ../src/guestfs-actions.pod:2064
msgid ""
"This runs the ext2/ext3 filesystem checker on C<device>. It can take the "
"following optional arguments:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1208 ../src/guestfs-actions.pod:2067
+#: ../fish/guestfish-actions.pod:1210 ../src/guestfs-actions.pod:2069
msgid "C<correct>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1210 ../src/guestfs-actions.pod:2069
+#: ../fish/guestfish-actions.pod:1212 ../src/guestfs-actions.pod:2071
msgid ""
"Automatically repair the file system. This option will cause e2fsck to "
"automatically fix any filesystem problems that can be safely fixed without "
@@ -10623,34 +10655,34 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1214 ../src/guestfs-actions.pod:2073
+#: ../fish/guestfish-actions.pod:1216 ../src/guestfs-actions.pod:2075
msgid "This option may not be specified at the same time as the C<forceall> option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1216 ../src/guestfs-actions.pod:2075
+#: ../fish/guestfish-actions.pod:1218 ../src/guestfs-actions.pod:2077
msgid "C<forceall>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1218 ../src/guestfs-actions.pod:2077
+#: ../fish/guestfish-actions.pod:1220 ../src/guestfs-actions.pod:2079
msgid ""
"Assume an answer of 'yes' to all questions; allows e2fsck to be used "
"non-interactively."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1221 ../src/guestfs-actions.pod:2080
+#: ../fish/guestfish-actions.pod:1223 ../src/guestfs-actions.pod:2082
msgid "This option may not be specified at the same time as the C<correct> option."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1227
+#: ../fish/guestfish-actions.pod:1229
msgid "e2fsck-f"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1229
+#: ../fish/guestfish-actions.pod:1231
#, no-wrap
msgid ""
" e2fsck-f device\n"
@@ -10658,7 +10690,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1231 ../src/guestfs-actions.pod:2123
+#: ../fish/guestfish-actions.pod:1233 ../src/guestfs-actions.pod:2125
msgid ""
"This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
"on C<device>, noninteractively (I<-p>), even if the filesystem appears to be "
@@ -10666,19 +10698,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1235
+#: ../fish/guestfish-actions.pod:1237
msgid ""
"I<This function is deprecated.> In new code, use the L</e2fsck> call "
"instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1242
+#: ../fish/guestfish-actions.pod:1244
msgid "echo-daemon"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1244
+#: ../fish/guestfish-actions.pod:1246
#, no-wrap
msgid ""
" echo-daemon 'words ...'\n"
@@ -10686,29 +10718,29 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1246 ../src/guestfs-actions.pod:2137
+#: ../fish/guestfish-actions.pod:1248 ../src/guestfs-actions.pod:2139
msgid ""
"This command concatenates the list of C<words> passed with single spaces "
"between them and returns the resulting string."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1249 ../src/guestfs-actions.pod:2140
+#: ../fish/guestfish-actions.pod:1251 ../src/guestfs-actions.pod:2142
msgid "You can use this command to test the connection through to the daemon."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1251
+#: ../fish/guestfish-actions.pod:1253
msgid "See also L</ping-daemon>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1253
+#: ../fish/guestfish-actions.pod:1255
msgid "egrep"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1255
+#: ../fish/guestfish-actions.pod:1257
#, no-wrap
msgid ""
" egrep regex path\n"
@@ -10716,17 +10748,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1257 ../src/guestfs-actions.pod:2156
+#: ../fish/guestfish-actions.pod:1259 ../src/guestfs-actions.pod:2158
msgid "This calls the external C<egrep> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1263
+#: ../fish/guestfish-actions.pod:1265
msgid "egrepi"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1265
+#: ../fish/guestfish-actions.pod:1267
#, no-wrap
msgid ""
" egrepi regex path\n"
@@ -10734,17 +10766,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1267 ../src/guestfs-actions.pod:2175
+#: ../fish/guestfish-actions.pod:1269 ../src/guestfs-actions.pod:2177
msgid "This calls the external C<egrep -i> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1273
+#: ../fish/guestfish-actions.pod:1275
msgid "equal"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1275
+#: ../fish/guestfish-actions.pod:1277
#, no-wrap
msgid ""
" equal file1 file2\n"
@@ -10752,24 +10784,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1277 ../src/guestfs-actions.pod:2194
+#: ../fish/guestfish-actions.pod:1279 ../src/guestfs-actions.pod:2196
msgid ""
"This compares the two files C<file1> and C<file2> and returns true if their "
"content is exactly equal, or false otherwise."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1280 ../src/guestfs-actions.pod:2197
+#: ../fish/guestfish-actions.pod:1282 ../src/guestfs-actions.pod:2199
msgid "The external L<cmp(1)> program is used for the comparison."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1282
+#: ../fish/guestfish-actions.pod:1284
msgid "exists"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1284
+#: ../fish/guestfish-actions.pod:1286
#, no-wrap
msgid ""
" exists path\n"
@@ -10777,24 +10809,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1286 ../src/guestfs-actions.pod:2209
+#: ../fish/guestfish-actions.pod:1288 ../src/guestfs-actions.pod:2211
msgid ""
"This returns C<true> if and only if there is a file, directory (or anything) "
"with the given C<path> name."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1289
+#: ../fish/guestfish-actions.pod:1291
msgid "See also L</is-file>, L</is-dir>, L</stat>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1291
+#: ../fish/guestfish-actions.pod:1293
msgid "fallocate"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1293
+#: ../fish/guestfish-actions.pod:1295
#, no-wrap
msgid ""
" fallocate path len\n"
@@ -10802,33 +10834,33 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1295 ../fish/guestfish-actions.pod:1314 ../src/guestfs-actions.pod:2232 ../src/guestfs-actions.pod:2251
+#: ../fish/guestfish-actions.pod:1297 ../fish/guestfish-actions.pod:1316 ../src/guestfs-actions.pod:2234 ../src/guestfs-actions.pod:2253
msgid ""
"This command preallocates a file (containing zero bytes) named C<path> of "
"size C<len> bytes. If the file exists already, it is overwritten."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1299 ../src/guestfs-actions.pod:2236
+#: ../fish/guestfish-actions.pod:1301 ../src/guestfs-actions.pod:2238
msgid ""
"Do not confuse this with the guestfish-specific C<alloc> command which "
"allocates a file in the host and attaches it as a device."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1303
+#: ../fish/guestfish-actions.pod:1305
msgid ""
"I<This function is deprecated.> In new code, use the L</fallocate64> call "
"instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1310
+#: ../fish/guestfish-actions.pod:1312
msgid "fallocate64"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1312
+#: ../fish/guestfish-actions.pod:1314
#, no-wrap
msgid ""
" fallocate64 path len\n"
@@ -10836,14 +10868,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1318
+#: ../fish/guestfish-actions.pod:1320
msgid ""
"Note that this call allocates disk blocks for the file. To create a sparse "
"file use L</truncate-size> instead."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1321
+#: ../fish/guestfish-actions.pod:1323
msgid ""
"The deprecated call L</fallocate> does the same, but owing to an oversight "
"it only allowed 30 bit lengths to be specified, effectively limiting the "
@@ -10851,19 +10883,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1326 ../src/guestfs-actions.pod:2263
+#: ../fish/guestfish-actions.pod:1328 ../src/guestfs-actions.pod:2265
msgid ""
"Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
"commands which create a file in the host and attach it as a device."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1330
+#: ../fish/guestfish-actions.pod:1332
msgid "fgrep"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1332
+#: ../fish/guestfish-actions.pod:1334
#, no-wrap
msgid ""
" fgrep pattern path\n"
@@ -10871,17 +10903,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1334 ../src/guestfs-actions.pod:2278
+#: ../fish/guestfish-actions.pod:1336 ../src/guestfs-actions.pod:2280
msgid "This calls the external C<fgrep> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1340
+#: ../fish/guestfish-actions.pod:1342
msgid "fgrepi"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1342
+#: ../fish/guestfish-actions.pod:1344
#, no-wrap
msgid ""
" fgrepi pattern path\n"
@@ -10889,17 +10921,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1344 ../src/guestfs-actions.pod:2297
+#: ../fish/guestfish-actions.pod:1346 ../src/guestfs-actions.pod:2299
msgid "This calls the external C<fgrep -i> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1350
+#: ../fish/guestfish-actions.pod:1352
msgid "file"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1352
+#: ../fish/guestfish-actions.pod:1354
#, no-wrap
msgid ""
" file path\n"
@@ -10907,28 +10939,28 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1354 ../src/guestfs-actions.pod:2315
+#: ../fish/guestfish-actions.pod:1356 ../src/guestfs-actions.pod:2317
msgid ""
"This call uses the standard L<file(1)> command to determine the type or "
"contents of the file."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1357 ../src/guestfs-actions.pod:2318
+#: ../fish/guestfish-actions.pod:1359 ../src/guestfs-actions.pod:2320
msgid ""
"This call will also transparently look inside various types of compressed "
"file."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1360 ../src/guestfs-actions.pod:2321
+#: ../fish/guestfish-actions.pod:1362 ../src/guestfs-actions.pod:2323
msgid ""
"The exact command which runs is C<file -zb path>. Note in particular that "
"the filename is not prepended to the output (the I<-b> option)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1364 ../src/guestfs-actions.pod:2325
+#: ../fish/guestfish-actions.pod:1366 ../src/guestfs-actions.pod:2327
msgid ""
"The output depends on the output of the underlying L<file(1)> command and it "
"can change in future in ways beyond our control. In other words, the output "
@@ -10936,19 +10968,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1368
+#: ../fish/guestfish-actions.pod:1370
msgid ""
"See also: L<file(1)>, L</vfs-type>, L</lstat>, L</is-file>, L</is-blockdev> "
"(etc), L</is-zero>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1371
+#: ../fish/guestfish-actions.pod:1373
msgid "file-architecture"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1373
+#: ../fish/guestfish-actions.pod:1375
#, no-wrap
msgid ""
" file-architecture filename\n"
@@ -10956,166 +10988,166 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1375 ../src/guestfs-actions.pod:2343
+#: ../fish/guestfish-actions.pod:1377 ../src/guestfs-actions.pod:2345
msgid ""
"This detects the architecture of the binary C<filename>, and returns it if "
"known."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1378 ../src/guestfs-actions.pod:2346
+#: ../fish/guestfish-actions.pod:1380 ../src/guestfs-actions.pod:2348
msgid "Currently defined architectures are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1382 ../src/guestfs-actions.pod:2350
+#: ../fish/guestfish-actions.pod:1384 ../src/guestfs-actions.pod:2352
msgid "\"i386\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1384 ../src/guestfs-actions.pod:2352
+#: ../fish/guestfish-actions.pod:1386 ../src/guestfs-actions.pod:2354
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:1387 ../src/guestfs-actions.pod:2355
+#: ../fish/guestfish-actions.pod:1389 ../src/guestfs-actions.pod:2357
msgid "\"x86_64\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1389 ../src/guestfs-actions.pod:2357
+#: ../fish/guestfish-actions.pod:1391 ../src/guestfs-actions.pod:2359
msgid "64 bit x86-64."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1391 ../src/guestfs-actions.pod:2359
+#: ../fish/guestfish-actions.pod:1393 ../src/guestfs-actions.pod:2361
msgid "\"sparc\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1393 ../src/guestfs-actions.pod:2361
+#: ../fish/guestfish-actions.pod:1395 ../src/guestfs-actions.pod:2363
msgid "32 bit SPARC."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1395 ../src/guestfs-actions.pod:2363
+#: ../fish/guestfish-actions.pod:1397 ../src/guestfs-actions.pod:2365
msgid "\"sparc64\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1397 ../src/guestfs-actions.pod:2365
+#: ../fish/guestfish-actions.pod:1399 ../src/guestfs-actions.pod:2367
msgid "64 bit SPARC V9 and above."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1399 ../src/guestfs-actions.pod:2367
+#: ../fish/guestfish-actions.pod:1401 ../src/guestfs-actions.pod:2369
msgid "\"ia64\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1401 ../src/guestfs-actions.pod:2369
+#: ../fish/guestfish-actions.pod:1403 ../src/guestfs-actions.pod:2371
msgid "Intel Itanium."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1403 ../src/guestfs-actions.pod:2371
+#: ../fish/guestfish-actions.pod:1405 ../src/guestfs-actions.pod:2373
msgid "\"ppc\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1405 ../src/guestfs-actions.pod:2373
+#: ../fish/guestfish-actions.pod:1407 ../src/guestfs-actions.pod:2375
msgid "32 bit Power PC."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1407 ../src/guestfs-actions.pod:2375
+#: ../fish/guestfish-actions.pod:1409 ../src/guestfs-actions.pod:2377
msgid "\"ppc64\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1409 ../src/guestfs-actions.pod:2377
+#: ../fish/guestfish-actions.pod:1411 ../src/guestfs-actions.pod:2379
msgid "64 bit Power PC."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1413 ../src/guestfs-actions.pod:2381
+#: ../fish/guestfish-actions.pod:1415 ../src/guestfs-actions.pod:2383
msgid "Libguestfs may return other architecture strings in future."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1415 ../src/guestfs-actions.pod:2383
+#: ../fish/guestfish-actions.pod:1417 ../src/guestfs-actions.pod:2385
msgid "The function works on at least the following types of files:"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1421 ../src/guestfs-actions.pod:2389
+#: ../fish/guestfish-actions.pod:1423 ../src/guestfs-actions.pod:2391
msgid "many types of Un*x and Linux binary"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1425 ../src/guestfs-actions.pod:2393
+#: ../fish/guestfish-actions.pod:1427 ../src/guestfs-actions.pod:2395
msgid "many types of Un*x and Linux shared library"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1429 ../src/guestfs-actions.pod:2397
+#: ../fish/guestfish-actions.pod:1431 ../src/guestfs-actions.pod:2399
msgid "Windows Win32 and Win64 binaries"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1433 ../src/guestfs-actions.pod:2401
+#: ../fish/guestfish-actions.pod:1435 ../src/guestfs-actions.pod:2403
msgid "Windows Win32 and Win64 DLLs"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1435 ../src/guestfs-actions.pod:2403
+#: ../fish/guestfish-actions.pod:1437 ../src/guestfs-actions.pod:2405
msgid "Win32 binaries and DLLs return C<i386>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1437 ../src/guestfs-actions.pod:2405
+#: ../fish/guestfish-actions.pod:1439 ../src/guestfs-actions.pod:2407
msgid "Win64 binaries and DLLs return C<x86_64>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1441 ../src/guestfs-actions.pod:2409
+#: ../fish/guestfish-actions.pod:1443 ../src/guestfs-actions.pod:2411
msgid "Linux kernel modules"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1445 ../src/guestfs-actions.pod:2413
+#: ../fish/guestfish-actions.pod:1447 ../src/guestfs-actions.pod:2415
msgid "Linux new-style initrd images"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1449 ../src/guestfs-actions.pod:2417
+#: ../fish/guestfish-actions.pod:1451 ../src/guestfs-actions.pod:2419
msgid "some non-x86 Linux vmlinuz kernels"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1453 ../src/guestfs-actions.pod:2421
+#: ../fish/guestfish-actions.pod:1455 ../src/guestfs-actions.pod:2423
msgid "What it can't do currently:"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1459 ../src/guestfs-actions.pod:2427
+#: ../fish/guestfish-actions.pod:1461 ../src/guestfs-actions.pod:2429
msgid "static libraries (libfoo.a)"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1463 ../src/guestfs-actions.pod:2431
+#: ../fish/guestfish-actions.pod:1465 ../src/guestfs-actions.pod:2433
msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1467 ../src/guestfs-actions.pod:2435
+#: ../fish/guestfish-actions.pod:1469 ../src/guestfs-actions.pod:2437
msgid "x86 Linux vmlinuz kernels"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1469 ../src/guestfs-actions.pod:2437
+#: ../fish/guestfish-actions.pod:1471 ../src/guestfs-actions.pod:2439
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 "
@@ -11124,12 +11156,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1476
+#: ../fish/guestfish-actions.pod:1478
msgid "filesize"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1478
+#: ../fish/guestfish-actions.pod:1480
#, no-wrap
msgid ""
" filesize file\n"
@@ -11137,12 +11169,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1480 ../src/guestfs-actions.pod:2455
+#: ../fish/guestfish-actions.pod:1482 ../src/guestfs-actions.pod:2457
msgid "This command returns the size of C<file> in bytes."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1482
+#: ../fish/guestfish-actions.pod:1484
msgid ""
"To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, "
"L</is-file> etc. To get the size of block devices, use "
@@ -11150,12 +11182,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1486
+#: ../fish/guestfish-actions.pod:1488
msgid "fill"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1488
+#: ../fish/guestfish-actions.pod:1490
#, no-wrap
msgid ""
" fill c len path\n"
@@ -11163,7 +11195,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1490 ../src/guestfs-actions.pod:2473
+#: ../fish/guestfish-actions.pod:1492 ../src/guestfs-actions.pod:2475
msgid ""
"This command creates a new file called C<path>. The initial content of the "
"file is C<len> octets of C<c>, where C<c> must be a number in the range "
@@ -11171,7 +11203,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1494
+#: ../fish/guestfish-actions.pod:1496
msgid ""
"To fill a file with zero bytes (sparsely), it is much more efficient to use "
"L</truncate-size>. To create a file with a pattern of repeating bytes use "
@@ -11179,12 +11211,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1499
+#: ../fish/guestfish-actions.pod:1501
msgid "fill-pattern"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1501
+#: ../fish/guestfish-actions.pod:1503
#, no-wrap
msgid ""
" fill-pattern pattern len path\n"
@@ -11192,7 +11224,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1503
+#: ../fish/guestfish-actions.pod:1505
msgid ""
"This function is like L</fill> except that it creates a new file of length "
"C<len> containing the repeating pattern of bytes in C<pattern>. The pattern "
@@ -11201,12 +11233,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1508
+#: ../fish/guestfish-actions.pod:1510
msgid "find"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1510
+#: ../fish/guestfish-actions.pod:1512
#, no-wrap
msgid ""
" find directory\n"
@@ -11214,7 +11246,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1512 ../src/guestfs-actions.pod:2519
+#: ../fish/guestfish-actions.pod:1514 ../src/guestfs-actions.pod:2521
msgid ""
"This command lists out all files and directories, recursively, starting at "
"C<directory>. It is essentially equivalent to running the shell command "
@@ -11223,14 +11255,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1517 ../src/guestfs-actions.pod:2524
+#: ../fish/guestfish-actions.pod:1519 ../src/guestfs-actions.pod:2526
msgid ""
"This returns a list of strings I<without any prefix>. Thus if the directory "
"structure was:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1520 ../src/guestfs-actions.pod:2527
+#: ../fish/guestfish-actions.pod:1522 ../src/guestfs-actions.pod:2529
#, no-wrap
msgid ""
" /tmp/a\n"
@@ -11240,12 +11272,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1524
+#: ../fish/guestfish-actions.pod:1526
msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1527 ../src/guestfs-actions.pod:2534
+#: ../fish/guestfish-actions.pod:1529 ../src/guestfs-actions.pod:2536
#, no-wrap
msgid ""
" a\n"
@@ -11256,27 +11288,27 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1532 ../src/guestfs-actions.pod:2539
+#: ../fish/guestfish-actions.pod:1534 ../src/guestfs-actions.pod:2541
msgid "If C<directory> is not a directory, then this command returns an error."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1535 ../src/guestfs-actions.pod:2542
+#: ../fish/guestfish-actions.pod:1537 ../src/guestfs-actions.pod:2544
msgid "The returned list is sorted."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1537
+#: ../fish/guestfish-actions.pod:1539
msgid "See also L</find0>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1542
+#: ../fish/guestfish-actions.pod:1544
msgid "find0"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1544
+#: ../fish/guestfish-actions.pod:1546
#, no-wrap
msgid ""
" find0 directory (files|-)\n"
@@ -11284,7 +11316,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1546 ../src/guestfs-actions.pod:2562
+#: ../fish/guestfish-actions.pod:1548 ../src/guestfs-actions.pod:2564
msgid ""
"This command lists out all files and directories, recursively, starting at "
"C<directory>, placing the resulting list in the external file called "
@@ -11292,39 +11324,39 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1550
+#: ../fish/guestfish-actions.pod:1552
msgid "This command works the same way as L</find> with the following exceptions:"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1557 ../src/guestfs-actions.pod:2573
+#: ../fish/guestfish-actions.pod:1559 ../src/guestfs-actions.pod:2575
msgid "The resulting list is written to an external file."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1561 ../src/guestfs-actions.pod:2577
+#: ../fish/guestfish-actions.pod:1563 ../src/guestfs-actions.pod:2579
msgid ""
"Items (filenames) in the result are separated by C<\\0> characters. See "
"L<find(1)> option I<-print0>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1566 ../src/guestfs-actions.pod:2582
+#: ../fish/guestfish-actions.pod:1568 ../src/guestfs-actions.pod:2584
msgid "This command is not limited in the number of names that it can return."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1571 ../src/guestfs-actions.pod:2587
+#: ../fish/guestfish-actions.pod:1573 ../src/guestfs-actions.pod:2589
msgid "The result list is not sorted."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1577
+#: ../fish/guestfish-actions.pod:1579
msgid "findfs-label"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1579
+#: ../fish/guestfish-actions.pod:1581
#, no-wrap
msgid ""
" findfs-label label\n"
@@ -11332,24 +11364,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1581 ../src/guestfs-actions.pod:2601
+#: ../fish/guestfish-actions.pod:1583 ../src/guestfs-actions.pod:2603
msgid ""
"This command searches the filesystems and returns the one which has the "
"given label. An error is returned if no such filesystem can be found."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1585
+#: ../fish/guestfish-actions.pod:1587
msgid "To find the label of a filesystem, use L</vfs-label>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1587
+#: ../fish/guestfish-actions.pod:1589
msgid "findfs-uuid"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1589
+#: ../fish/guestfish-actions.pod:1591
#, no-wrap
msgid ""
" findfs-uuid uuid\n"
@@ -11357,24 +11389,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1591 ../src/guestfs-actions.pod:2618
+#: ../fish/guestfish-actions.pod:1593 ../src/guestfs-actions.pod:2620
msgid ""
"This command searches the filesystems and returns the one which has the "
"given UUID. An error is returned if no such filesystem can be found."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1595
+#: ../fish/guestfish-actions.pod:1597
msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1597
+#: ../fish/guestfish-actions.pod:1599
msgid "fsck"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1599
+#: ../fish/guestfish-actions.pod:1601
#, no-wrap
msgid ""
" fsck fstype device\n"
@@ -11382,48 +11414,48 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1601 ../src/guestfs-actions.pod:2636
+#: ../fish/guestfish-actions.pod:1603 ../src/guestfs-actions.pod:2638
msgid ""
"This runs the filesystem checker (fsck) on C<device> which should have "
"filesystem type C<fstype>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1604 ../src/guestfs-actions.pod:2639
+#: ../fish/guestfish-actions.pod:1606 ../src/guestfs-actions.pod:2641
msgid ""
"The returned integer is the status. See L<fsck(8)> for the list of status "
"codes from C<fsck>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1613 ../src/guestfs-actions.pod:2648
+#: ../fish/guestfish-actions.pod:1615 ../src/guestfs-actions.pod:2650
msgid "Multiple status codes can be summed together."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1617 ../src/guestfs-actions.pod:2652
+#: ../fish/guestfish-actions.pod:1619 ../src/guestfs-actions.pod:2654
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:1622 ../src/guestfs-actions.pod:2657
+#: ../fish/guestfish-actions.pod:1624 ../src/guestfs-actions.pod:2659
msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1627 ../src/guestfs-actions.pod:2662
+#: ../fish/guestfish-actions.pod:1629 ../src/guestfs-actions.pod:2664
msgid "This command is entirely equivalent to running C<fsck -a -t fstype device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1629
+#: ../fish/guestfish-actions.pod:1631
msgid "get-append"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1631
+#: ../fish/guestfish-actions.pod:1633
#, no-wrap
msgid ""
" get-append\n"
@@ -11431,24 +11463,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1633 ../src/guestfs-actions.pod:2673
+#: ../fish/guestfish-actions.pod:1635 ../src/guestfs-actions.pod:2675
msgid ""
"Return the additional kernel options which are added to the guest kernel "
"command line."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1636 ../src/guestfs-actions.pod:2676
+#: ../fish/guestfish-actions.pod:1638 ../src/guestfs-actions.pod:2678
msgid "If C<NULL> then no options are added."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1638
+#: ../fish/guestfish-actions.pod:1640
msgid "get-attach-method"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1640
+#: ../fish/guestfish-actions.pod:1642
#, no-wrap
msgid ""
" get-attach-method\n"
@@ -11456,17 +11488,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1642
+#: ../fish/guestfish-actions.pod:1644
msgid "Return the current attach method. See L</set-attach-method>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1644
+#: ../fish/guestfish-actions.pod:1646
msgid "get-autosync"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1646
+#: ../fish/guestfish-actions.pod:1648
#, no-wrap
msgid ""
" get-autosync\n"
@@ -11474,17 +11506,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1648 ../src/guestfs-actions.pod:2701
+#: ../fish/guestfish-actions.pod:1650 ../src/guestfs-actions.pod:2703
msgid "Get the autosync flag."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1650
+#: ../fish/guestfish-actions.pod:1652
msgid "get-direct"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1652
+#: ../fish/guestfish-actions.pod:1654
#, no-wrap
msgid ""
" get-direct\n"
@@ -11492,17 +11524,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1654 ../src/guestfs-actions.pod:2712
+#: ../fish/guestfish-actions.pod:1656 ../src/guestfs-actions.pod:2714
msgid "Return the direct appliance mode flag."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1656
+#: ../fish/guestfish-actions.pod:1658
msgid "get-e2attrs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1658
+#: ../fish/guestfish-actions.pod:1660
#, no-wrap
msgid ""
" get-e2attrs file\n"
@@ -11510,12 +11542,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1660 ../src/guestfs-actions.pod:2724
+#: ../fish/guestfish-actions.pod:1662 ../src/guestfs-actions.pod:2726
msgid "This returns the file attributes associated with C<file>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1662 ../src/guestfs-actions.pod:2726
+#: ../fish/guestfish-actions.pod:1664 ../src/guestfs-actions.pod:2728
msgid ""
"The attributes are a set of bits associated with each inode which affect the "
"behaviour of the file. The attributes are returned as a string of letters "
@@ -11524,7 +11556,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1668 ../fish/guestfish-actions.pod:4971 ../src/guestfs-actions.pod:2732 ../src/guestfs-actions.pod:7789
+#: ../fish/guestfish-actions.pod:1670 ../fish/guestfish-actions.pod:4978 ../src/guestfs-actions.pod:2734 ../src/guestfs-actions.pod:7796
msgid ""
"These attributes are only present when the file is located on an ext2/3/4 "
"filesystem. Using this call on other filesystem types will result in an "
@@ -11532,153 +11564,153 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1672 ../src/guestfs-actions.pod:2736
+#: ../fish/guestfish-actions.pod:1674 ../src/guestfs-actions.pod:2738
msgid "The characters (file attributes) in the returned string are currently:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1677 ../src/guestfs-actions.pod:2741
+#: ../fish/guestfish-actions.pod:1679 ../src/guestfs-actions.pod:2743
msgid "'A'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1679 ../src/guestfs-actions.pod:2743
+#: ../fish/guestfish-actions.pod:1681 ../src/guestfs-actions.pod:2745
msgid "When the file is accessed, its atime is not modified."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1681 ../src/guestfs-actions.pod:2745
+#: ../fish/guestfish-actions.pod:1683 ../src/guestfs-actions.pod:2747
msgid "'a'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1683 ../src/guestfs-actions.pod:2747
+#: ../fish/guestfish-actions.pod:1685 ../src/guestfs-actions.pod:2749
msgid "The file is append-only."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1685 ../fish/guestfish-actions.pod:4694 ../src/guestfs-actions.pod:2749 ../src/guestfs-actions.pod:7388
+#: ../fish/guestfish-actions.pod:1687 ../fish/guestfish-actions.pod:4701 ../src/guestfs-actions.pod:2751 ../src/guestfs-actions.pod:7395
msgid "'c'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1687 ../src/guestfs-actions.pod:2751
+#: ../fish/guestfish-actions.pod:1689 ../src/guestfs-actions.pod:2753
msgid "The file is compressed on-disk."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1689 ../src/guestfs-actions.pod:2753
+#: ../fish/guestfish-actions.pod:1691 ../src/guestfs-actions.pod:2755
msgid "'D'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1691 ../src/guestfs-actions.pod:2755
+#: ../fish/guestfish-actions.pod:1693 ../src/guestfs-actions.pod:2757
msgid ""
"(Directories only.) Changes to this directory are written synchronously to "
"disk."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1694 ../fish/guestfish-actions.pod:4698 ../src/guestfs-actions.pod:2758 ../src/guestfs-actions.pod:7392
+#: ../fish/guestfish-actions.pod:1696 ../fish/guestfish-actions.pod:4705 ../src/guestfs-actions.pod:2760 ../src/guestfs-actions.pod:7399
msgid "'d'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1696 ../src/guestfs-actions.pod:2760
+#: ../fish/guestfish-actions.pod:1698 ../src/guestfs-actions.pod:2762
msgid "The file is not a candidate for backup (see L<dump(8)>)."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1698 ../src/guestfs-actions.pod:2762
+#: ../fish/guestfish-actions.pod:1700 ../src/guestfs-actions.pod:2764
msgid "'E'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1700 ../src/guestfs-actions.pod:2764
+#: ../fish/guestfish-actions.pod:1702 ../src/guestfs-actions.pod:2766
msgid "The file has compression errors."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1702 ../src/guestfs-actions.pod:2766
+#: ../fish/guestfish-actions.pod:1704 ../src/guestfs-actions.pod:2768
msgid "'e'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1704 ../src/guestfs-actions.pod:2768
+#: ../fish/guestfish-actions.pod:1706 ../src/guestfs-actions.pod:2770
msgid "The file is using extents."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1706 ../src/guestfs-actions.pod:2770
+#: ../fish/guestfish-actions.pod:1708 ../src/guestfs-actions.pod:2772
msgid "'h'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1708 ../src/guestfs-actions.pod:2772
+#: ../fish/guestfish-actions.pod:1710 ../src/guestfs-actions.pod:2774
msgid ""
"The file is storing its blocks in units of the filesystem blocksize instead "
"of sectors."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1711 ../src/guestfs-actions.pod:2775
+#: ../fish/guestfish-actions.pod:1713 ../src/guestfs-actions.pod:2777
msgid "'I'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1713 ../src/guestfs-actions.pod:2777
+#: ../fish/guestfish-actions.pod:1715 ../src/guestfs-actions.pod:2779
msgid "(Directories only.) The directory is using hashed trees."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1715 ../src/guestfs-actions.pod:2779
+#: ../fish/guestfish-actions.pod:1717 ../src/guestfs-actions.pod:2781
msgid "'i'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1717 ../src/guestfs-actions.pod:2781
+#: ../fish/guestfish-actions.pod:1719 ../src/guestfs-actions.pod:2783
msgid ""
"The file is immutable. It cannot be modified, deleted or renamed. No link "
"can be created to this file."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1720 ../src/guestfs-actions.pod:2784
+#: ../fish/guestfish-actions.pod:1722 ../src/guestfs-actions.pod:2786
msgid "'j'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1722 ../src/guestfs-actions.pod:2786
+#: ../fish/guestfish-actions.pod:1724 ../src/guestfs-actions.pod:2788
msgid "The file is data-journaled."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1724 ../fish/guestfish-actions.pod:4714 ../src/guestfs-actions.pod:2788 ../src/guestfs-actions.pod:7408
+#: ../fish/guestfish-actions.pod:1726 ../fish/guestfish-actions.pod:4721 ../src/guestfs-actions.pod:2790 ../src/guestfs-actions.pod:7415
msgid "'s'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1726 ../src/guestfs-actions.pod:2790
+#: ../fish/guestfish-actions.pod:1728 ../src/guestfs-actions.pod:2792
msgid "When the file is deleted, all its blocks will be zeroed."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1728 ../src/guestfs-actions.pod:2792
+#: ../fish/guestfish-actions.pod:1730 ../src/guestfs-actions.pod:2794
msgid "'S'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1730 ../src/guestfs-actions.pod:2794
+#: ../fish/guestfish-actions.pod:1732 ../src/guestfs-actions.pod:2796
msgid "Changes to this file are written synchronously to disk."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1732 ../src/guestfs-actions.pod:2796
+#: ../fish/guestfish-actions.pod:1734 ../src/guestfs-actions.pod:2798
msgid "'T'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1734 ../src/guestfs-actions.pod:2798
+#: ../fish/guestfish-actions.pod:1736 ../src/guestfs-actions.pod:2800
msgid ""
"(Directories only.) This is a hint to the block allocator that "
"subdirectories contained in this directory should be spread across blocks. "
@@ -11687,51 +11719,51 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1739 ../src/guestfs-actions.pod:2803
+#: ../fish/guestfish-actions.pod:1741 ../src/guestfs-actions.pod:2805
msgid "'t'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1741 ../src/guestfs-actions.pod:2805
+#: ../fish/guestfish-actions.pod:1743 ../src/guestfs-actions.pod:2807
msgid ""
"For a file, this disables tail-merging. (Not used by upstream "
"implementations of ext2.)"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1744 ../fish/guestfish-actions.pod:4718 ../src/guestfs-actions.pod:2808 ../src/guestfs-actions.pod:7412
+#: ../fish/guestfish-actions.pod:1746 ../fish/guestfish-actions.pod:4725 ../src/guestfs-actions.pod:2810 ../src/guestfs-actions.pod:7419
msgid "'u'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1746 ../src/guestfs-actions.pod:2810
+#: ../fish/guestfish-actions.pod:1748 ../src/guestfs-actions.pod:2812
msgid ""
"When the file is deleted, its blocks will be saved, allowing the file to be "
"undeleted."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1749 ../src/guestfs-actions.pod:2813
+#: ../fish/guestfish-actions.pod:1751 ../src/guestfs-actions.pod:2815
msgid "'X'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1751 ../src/guestfs-actions.pod:2815
+#: ../fish/guestfish-actions.pod:1753 ../src/guestfs-actions.pod:2817
msgid "The raw contents of the compressed file may be accessed."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1753 ../src/guestfs-actions.pod:2817
+#: ../fish/guestfish-actions.pod:1755 ../src/guestfs-actions.pod:2819
msgid "'Z'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1755 ../src/guestfs-actions.pod:2819
+#: ../fish/guestfish-actions.pod:1757 ../src/guestfs-actions.pod:2821
msgid "The compressed file is dirty."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1759 ../src/guestfs-actions.pod:2823
+#: ../fish/guestfish-actions.pod:1761 ../src/guestfs-actions.pod:2825
msgid ""
"More file attributes may be added to this list later. Not all file "
"attributes may be set for all kinds of files. For detailed information, "
@@ -11739,22 +11771,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1763
+#: ../fish/guestfish-actions.pod:1765
msgid "See also L</set-e2attrs>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1765
+#: ../fish/guestfish-actions.pod:1767
msgid "Don't confuse these attributes with extended attributes (see L</getxattr>)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1768
+#: ../fish/guestfish-actions.pod:1770
msgid "get-e2generation"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1770
+#: ../fish/guestfish-actions.pod:1772
#, no-wrap
msgid ""
" get-e2generation file\n"
@@ -11762,7 +11794,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1772 ../src/guestfs-actions.pod:2843
+#: ../fish/guestfish-actions.pod:1774 ../src/guestfs-actions.pod:2845
msgid ""
"This returns the ext2 file generation of a file. The generation (which used "
"to be called the \"version\") is a number associated with an inode. This is "
@@ -11770,7 +11802,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1776 ../src/guestfs-actions.pod:2847
+#: ../fish/guestfish-actions.pod:1778 ../src/guestfs-actions.pod:2849
msgid ""
"The generation is only present when the file is located on an ext2/3/4 "
"filesystem. Using this call on other filesystem types will result in an "
@@ -11778,17 +11810,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1780
+#: ../fish/guestfish-actions.pod:1782
msgid "See L</set-e2generation>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1782
+#: ../fish/guestfish-actions.pod:1784
msgid "get-e2label"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1784
+#: ../fish/guestfish-actions.pod:1786
#, no-wrap
msgid ""
" get-e2label device\n"
@@ -11796,24 +11828,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1786 ../src/guestfs-actions.pod:2870
+#: ../fish/guestfish-actions.pod:1788 ../src/guestfs-actions.pod:2872
msgid "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1789
+#: ../fish/guestfish-actions.pod:1791
msgid ""
"I<This function is deprecated.> In new code, use the L</vfs-label> call "
"instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1796
+#: ../fish/guestfish-actions.pod:1798
msgid "get-e2uuid"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1798
+#: ../fish/guestfish-actions.pod:1800
#, no-wrap
msgid ""
" get-e2uuid device\n"
@@ -11821,24 +11853,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1800 ../src/guestfs-actions.pod:2891
+#: ../fish/guestfish-actions.pod:1802 ../src/guestfs-actions.pod:2893
msgid "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1803
+#: ../fish/guestfish-actions.pod:1805
msgid ""
"I<This function is deprecated.> In new code, use the L</vfs-uuid> call "
"instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1810
+#: ../fish/guestfish-actions.pod:1812
msgid "get-memsize"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1812
+#: ../fish/guestfish-actions.pod:1814
#, no-wrap
msgid ""
" get-memsize\n"
@@ -11846,12 +11878,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1814 ../src/guestfs-actions.pod:2904
+#: ../fish/guestfish-actions.pod:1816 ../src/guestfs-actions.pod:2906
msgid "This gets the memory size in megabytes allocated to the qemu subprocess."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1817
+#: ../fish/guestfish-actions.pod:1819
msgid ""
"If L</set-memsize> was not called on this handle, and if "
"C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
@@ -11859,17 +11891,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1821 ../fish/guestfish-actions.pod:1878 ../fish/guestfish-actions.pod:5044 ../fish/guestfish-actions.pod:5148 ../src/guestfs-actions.pod:2911 ../src/guestfs-actions.pod:3003 ../src/guestfs-actions.pod:7916 ../src/guestfs-actions.pod:8044
+#: ../fish/guestfish-actions.pod:1823 ../fish/guestfish-actions.pod:1880 ../fish/guestfish-actions.pod:5051 ../fish/guestfish-actions.pod:5155 ../src/guestfs-actions.pod:2913 ../src/guestfs-actions.pod:3005 ../src/guestfs-actions.pod:7923 ../src/guestfs-actions.pod:8051
msgid "For more information on the architecture of libguestfs, see L<guestfs(3)>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1824
+#: ../fish/guestfish-actions.pod:1826
msgid "get-network"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1826
+#: ../fish/guestfish-actions.pod:1828
#, no-wrap
msgid ""
" get-network\n"
@@ -11877,17 +11909,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1828 ../src/guestfs-actions.pod:2923
+#: ../fish/guestfish-actions.pod:1830 ../src/guestfs-actions.pod:2925
msgid "This returns the enable network flag."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1830
+#: ../fish/guestfish-actions.pod:1832
msgid "get-path"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1832
+#: ../fish/guestfish-actions.pod:1834
#, no-wrap
msgid ""
" get-path\n"
@@ -11895,24 +11927,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1834 ../src/guestfs-actions.pod:2934
+#: ../fish/guestfish-actions.pod:1836 ../src/guestfs-actions.pod:2936
msgid "Return the current search path."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1836 ../src/guestfs-actions.pod:2936
+#: ../fish/guestfish-actions.pod:1838 ../src/guestfs-actions.pod:2938
msgid ""
"This is always non-NULL. If it wasn't set already, then this will return "
"the default path."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1839
+#: ../fish/guestfish-actions.pod:1841
msgid "get-pgroup"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1841
+#: ../fish/guestfish-actions.pod:1843
#, no-wrap
msgid ""
" get-pgroup\n"
@@ -11920,22 +11952,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1843 ../src/guestfs-actions.pod:2949
+#: ../fish/guestfish-actions.pod:1845 ../src/guestfs-actions.pod:2951
msgid "This returns the process group flag."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1845
+#: ../fish/guestfish-actions.pod:1847
msgid "get-pid"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1847
+#: ../fish/guestfish-actions.pod:1849
msgid "pid"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1849
+#: ../fish/guestfish-actions.pod:1851
#, no-wrap
msgid ""
" get-pid\n"
@@ -11943,24 +11975,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1851 ../src/guestfs-actions.pod:2960
+#: ../fish/guestfish-actions.pod:1853 ../src/guestfs-actions.pod:2962
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:1854 ../src/guestfs-actions.pod:2963
+#: ../fish/guestfish-actions.pod:1856 ../src/guestfs-actions.pod:2965
msgid "This is an internal call used for debugging and testing."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1856
+#: ../fish/guestfish-actions.pod:1858
msgid "get-qemu"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1858
+#: ../fish/guestfish-actions.pod:1860
#, no-wrap
msgid ""
" get-qemu\n"
@@ -11968,24 +12000,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1860 ../src/guestfs-actions.pod:2974
+#: ../fish/guestfish-actions.pod:1862 ../src/guestfs-actions.pod:2976
msgid "Return the current qemu binary."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1862 ../src/guestfs-actions.pod:2976
+#: ../fish/guestfish-actions.pod:1864 ../src/guestfs-actions.pod:2978
msgid ""
"This is always non-NULL. If it wasn't set already, then this will return "
"the default qemu binary name."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1865
+#: ../fish/guestfish-actions.pod:1867
msgid "get-recovery-proc"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1867
+#: ../fish/guestfish-actions.pod:1869
#, no-wrap
msgid ""
" get-recovery-proc\n"
@@ -11993,17 +12025,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1869 ../src/guestfs-actions.pod:2989
+#: ../fish/guestfish-actions.pod:1871 ../src/guestfs-actions.pod:2991
msgid "Return the recovery process enabled flag."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1871
+#: ../fish/guestfish-actions.pod:1873
msgid "get-selinux"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1873
+#: ../fish/guestfish-actions.pod:1875
#, no-wrap
msgid ""
" get-selinux\n"
@@ -12011,19 +12043,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1875
+#: ../fish/guestfish-actions.pod:1877
msgid ""
"This returns the current setting of the selinux flag which is passed to the "
"appliance at boot time. See L</set-selinux>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1881
+#: ../fish/guestfish-actions.pod:1883
msgid "get-smp"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1883
+#: ../fish/guestfish-actions.pod:1885
#, no-wrap
msgid ""
" get-smp\n"
@@ -12031,17 +12063,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1885 ../src/guestfs-actions.pod:3015
+#: ../fish/guestfish-actions.pod:1887 ../src/guestfs-actions.pod:3017
msgid "This returns the number of virtual CPUs assigned to the appliance."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1887
+#: ../fish/guestfish-actions.pod:1889
msgid "get-state"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1889
+#: ../fish/guestfish-actions.pod:1891
#, no-wrap
msgid ""
" get-state\n"
@@ -12049,24 +12081,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1891 ../src/guestfs-actions.pod:3026
+#: ../fish/guestfish-actions.pod:1893 ../src/guestfs-actions.pod:3028
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:1894 ../fish/guestfish-actions.pod:2884 ../fish/guestfish-actions.pod:2922 ../fish/guestfish-actions.pod:2938 ../src/guestfs-actions.pod:3029 ../src/guestfs-actions.pod:4385 ../src/guestfs-actions.pod:4446 ../src/guestfs-actions.pod:4473
+#: ../fish/guestfish-actions.pod:1896 ../fish/guestfish-actions.pod:2886 ../fish/guestfish-actions.pod:2924 ../fish/guestfish-actions.pod:2940 ../src/guestfs-actions.pod:3031 ../src/guestfs-actions.pod:4387 ../src/guestfs-actions.pod:4448 ../src/guestfs-actions.pod:4475
msgid "For more information on states, see L<guestfs(3)>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1896
+#: ../fish/guestfish-actions.pod:1898
msgid "get-trace"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1898
+#: ../fish/guestfish-actions.pod:1900
#, no-wrap
msgid ""
" get-trace\n"
@@ -12074,17 +12106,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1900 ../src/guestfs-actions.pod:3040
+#: ../fish/guestfish-actions.pod:1902 ../src/guestfs-actions.pod:3042
msgid "Return the command trace flag."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1902
+#: ../fish/guestfish-actions.pod:1904
msgid "get-umask"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1904
+#: ../fish/guestfish-actions.pod:1906
#, no-wrap
msgid ""
" get-umask\n"
@@ -12092,19 +12124,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1906
+#: ../fish/guestfish-actions.pod:1908
msgid ""
"Return the current umask. By default the umask is C<022> unless it has been "
"set by calling L</umask>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1909
+#: ../fish/guestfish-actions.pod:1911
msgid "get-verbose"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1911
+#: ../fish/guestfish-actions.pod:1913
#, no-wrap
msgid ""
" get-verbose\n"
@@ -12112,17 +12144,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1913 ../src/guestfs-actions.pod:3063
+#: ../fish/guestfish-actions.pod:1915 ../src/guestfs-actions.pod:3065
msgid "This returns the verbose messages flag."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1915
+#: ../fish/guestfish-actions.pod:1917
msgid "getcon"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1917
+#: ../fish/guestfish-actions.pod:1919
#, no-wrap
msgid ""
" getcon\n"
@@ -12130,22 +12162,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1919 ../src/guestfs-actions.pod:3074
+#: ../fish/guestfish-actions.pod:1921 ../src/guestfs-actions.pod:3076
msgid "This gets the SELinux security context of the daemon."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1921
+#: ../fish/guestfish-actions.pod:1923
msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1924
+#: ../fish/guestfish-actions.pod:1926
msgid "getxattr"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1926
+#: ../fish/guestfish-actions.pod:1928
#, no-wrap
msgid ""
" getxattr path name\n"
@@ -12153,7 +12185,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1928
+#: ../fish/guestfish-actions.pod:1930
msgid ""
"Get a single extended attribute from file C<path> named C<name>. This call "
"follows symlinks. If you want to lookup an extended attribute for the "
@@ -12161,7 +12193,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1932 ../fish/guestfish-actions.pod:3045
+#: ../fish/guestfish-actions.pod:1934 ../fish/guestfish-actions.pod:3052
msgid ""
"Normally it is better to get all extended attributes from a file in one go "
"by calling L</getxattrs>. However some Linux filesystem implementations are "
@@ -12171,24 +12203,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1939 ../fish/guestfish-actions.pod:3052 ../src/guestfs-actions.pod:3103 ../src/guestfs-actions.pod:4656
+#: ../fish/guestfish-actions.pod:1941 ../fish/guestfish-actions.pod:3059 ../src/guestfs-actions.pod:3105 ../src/guestfs-actions.pod:4663
msgid ""
"Extended attribute values are blobs of binary data. If there is no extended "
"attribute named C<name>, this returns an error."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1942
+#: ../fish/guestfish-actions.pod:1944
msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1944
+#: ../fish/guestfish-actions.pod:1946
msgid "getxattrs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1946
+#: ../fish/guestfish-actions.pod:1948
#, no-wrap
msgid ""
" getxattrs path\n"
@@ -12196,29 +12228,29 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1948 ../src/guestfs-actions.pod:3120
+#: ../fish/guestfish-actions.pod:1950 ../src/guestfs-actions.pod:3122
msgid "This call lists the extended attributes of the file or directory C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1951 ../src/guestfs-actions.pod:3123
+#: ../fish/guestfish-actions.pod:1953 ../src/guestfs-actions.pod:3125
msgid ""
"At the system call level, this is a combination of the L<listxattr(2)> and "
"L<getxattr(2)> calls."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1954
+#: ../fish/guestfish-actions.pod:1956
msgid "See also: L</lgetxattrs>, L<attr(5)>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1956
+#: ../fish/guestfish-actions.pod:1958
msgid "glob-expand"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1958
+#: ../fish/guestfish-actions.pod:1960
#, no-wrap
msgid ""
" glob-expand pattern\n"
@@ -12226,26 +12258,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1960 ../src/guestfs-actions.pod:3140
+#: ../fish/guestfish-actions.pod:1962 ../src/guestfs-actions.pod:3142
msgid ""
"This command searches for all the pathnames matching C<pattern> according to "
"the wildcard expansion rules used by the shell."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1964 ../src/guestfs-actions.pod:3144
+#: ../fish/guestfish-actions.pod:1966 ../src/guestfs-actions.pod:3146
msgid "If no paths match, then this returns an empty list (note: not an error)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1967 ../src/guestfs-actions.pod:3147
+#: ../fish/guestfish-actions.pod:1969 ../src/guestfs-actions.pod:3149
msgid ""
"It is just a wrapper around the C L<glob(3)> function with flags "
"C<GLOB_MARK|GLOB_BRACE>. See that manual page for more details."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1971
+#: ../fish/guestfish-actions.pod:1973
msgid ""
"Notice that there is no equivalent command for expanding a device name "
"(eg. C</dev/sd*>). Use L</list-devices>, L</list-partitions> etc functions "
@@ -12253,12 +12285,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1975
+#: ../fish/guestfish-actions.pod:1977
msgid "grep"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1977
+#: ../fish/guestfish-actions.pod:1979
#, no-wrap
msgid ""
" grep regex path\n"
@@ -12266,17 +12298,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1979 ../src/guestfs-actions.pod:3168
+#: ../fish/guestfish-actions.pod:1981 ../src/guestfs-actions.pod:3170
msgid "This calls the external C<grep> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1985
+#: ../fish/guestfish-actions.pod:1987
msgid "grepi"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1987
+#: ../fish/guestfish-actions.pod:1989
#, no-wrap
msgid ""
" grepi regex path\n"
@@ -12284,17 +12316,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1989 ../src/guestfs-actions.pod:3187
+#: ../fish/guestfish-actions.pod:1991 ../src/guestfs-actions.pod:3189
msgid "This calls the external C<grep -i> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1995
+#: ../fish/guestfish-actions.pod:1997
msgid "grub-install"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1997
+#: ../fish/guestfish-actions.pod:1999
#, no-wrap
msgid ""
" grub-install root device\n"
@@ -12302,14 +12334,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1999 ../src/guestfs-actions.pod:3206
+#: ../fish/guestfish-actions.pod:2001 ../src/guestfs-actions.pod:3208
msgid ""
"This command installs GRUB 1 (the Grand Unified Bootloader) on C<device>, "
"with the root directory being C<root>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2008 ../src/guestfs-actions.pod:3215
+#: ../fish/guestfish-actions.pod:2010 ../src/guestfs-actions.pod:3217
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 "
@@ -12317,7 +12349,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2015 ../src/guestfs-actions.pod:3222
+#: ../fish/guestfish-actions.pod:2017 ../src/guestfs-actions.pod:3224
msgid ""
"This uses C<grub-install> from the host. Unfortunately grub is not always "
"compatible with itself, so this only works in rather narrow circumstances. "
@@ -12325,7 +12357,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2022 ../src/guestfs-actions.pod:3229
+#: ../fish/guestfish-actions.pod:2024 ../src/guestfs-actions.pod:3231
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 "
@@ -12335,7 +12367,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2029 ../src/guestfs-actions.pod:3236
+#: ../fish/guestfish-actions.pod:2031 ../src/guestfs-actions.pod:3238
#, no-wrap
msgid ""
" (hd0) /dev/vda\n"
@@ -12343,17 +12375,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2031 ../src/guestfs-actions.pod:3238
+#: ../fish/guestfish-actions.pod:2033 ../src/guestfs-actions.pod:3240
msgid "replacing C</dev/vda> with the name of the installation device."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2035
+#: ../fish/guestfish-actions.pod:2037
msgid "head"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2037
+#: ../fish/guestfish-actions.pod:2039
#, no-wrap
msgid ""
" head path\n"
@@ -12361,19 +12393,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2039 ../src/guestfs-actions.pod:3252
+#: ../fish/guestfish-actions.pod:2041 ../src/guestfs-actions.pod:3254
msgid ""
"This command returns up to the first 10 lines of a file as a list of "
"strings."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2045
+#: ../fish/guestfish-actions.pod:2047
msgid "head-n"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2047
+#: ../fish/guestfish-actions.pod:2049
#, no-wrap
msgid ""
" head-n nrlines path\n"
@@ -12381,31 +12413,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2049 ../src/guestfs-actions.pod:3271
+#: ../fish/guestfish-actions.pod:2051 ../src/guestfs-actions.pod:3273
msgid ""
"If the parameter C<nrlines> is a positive number, this returns the first "
"C<nrlines> lines of the file C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2052 ../src/guestfs-actions.pod:3274
+#: ../fish/guestfish-actions.pod:2054 ../src/guestfs-actions.pod:3276
msgid ""
"If the parameter C<nrlines> is a negative number, this returns lines from "
"the file C<path>, excluding the last C<nrlines> lines."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2055 ../fish/guestfish-actions.pod:5549 ../src/guestfs-actions.pod:3277 ../src/guestfs-actions.pod:8646
+#: ../fish/guestfish-actions.pod:2057 ../fish/guestfish-actions.pod:5556 ../src/guestfs-actions.pod:3279 ../src/guestfs-actions.pod:8653
msgid "If the parameter C<nrlines> is zero, this returns an empty list."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2060
+#: ../fish/guestfish-actions.pod:2062
msgid "hexdump"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2062
+#: ../fish/guestfish-actions.pod:2064
#, no-wrap
msgid ""
" hexdump path\n"
@@ -12413,19 +12445,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2064 ../src/guestfs-actions.pod:3294
+#: ../fish/guestfish-actions.pod:2066 ../src/guestfs-actions.pod:3296
msgid ""
"This runs C<hexdump -C> on the given C<path>. The result is the "
"human-readable, canonical hex dump of the file."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2070
+#: ../fish/guestfish-actions.pod:2072
msgid "initrd-cat"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2072
+#: ../fish/guestfish-actions.pod:2074
#, no-wrap
msgid ""
" initrd-cat initrdpath filename\n"
@@ -12433,7 +12465,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2074 ../src/guestfs-actions.pod:3313
+#: ../fish/guestfish-actions.pod:2076 ../src/guestfs-actions.pod:3315
msgid ""
"This command unpacks the file C<filename> from the initrd file called "
"C<initrdpath>. The filename must be given I<without> the initial C</> "
@@ -12441,7 +12473,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2078 ../src/guestfs-actions.pod:3317
+#: ../fish/guestfish-actions.pod:2080 ../src/guestfs-actions.pod:3319
msgid ""
"For example, in guestfish you could use the following command to examine the "
"boot script (usually called C</init>) contained in a Linux initrd or "
@@ -12449,7 +12481,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2082 ../src/guestfs-actions.pod:3321
+#: ../fish/guestfish-actions.pod:2084 ../src/guestfs-actions.pod:3323
#, no-wrap
msgid ""
" initrd-cat /boot/initrd-<version>.img init\n"
@@ -12457,17 +12489,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2084
+#: ../fish/guestfish-actions.pod:2086
msgid "See also L</initrd-list>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2089
+#: ../fish/guestfish-actions.pod:2091
msgid "initrd-list"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2091
+#: ../fish/guestfish-actions.pod:2093
#, no-wrap
msgid ""
" initrd-list path\n"
@@ -12475,12 +12507,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2093 ../src/guestfs-actions.pod:3340
+#: ../fish/guestfish-actions.pod:2095 ../src/guestfs-actions.pod:3342
msgid "This command lists out files contained in an initrd."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2095 ../src/guestfs-actions.pod:3342
+#: ../fish/guestfish-actions.pod:2097 ../src/guestfs-actions.pod:3344
msgid ""
"The files are listed without any initial C</> character. The files are "
"listed in the order they appear (not necessarily alphabetical). Directory "
@@ -12488,7 +12520,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2099 ../src/guestfs-actions.pod:3346
+#: ../fish/guestfish-actions.pod:2101 ../src/guestfs-actions.pod:3348
msgid ""
"Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
"initrd. We I<only> support the newer initramfs format (compressed cpio "
@@ -12496,12 +12528,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2103
+#: ../fish/guestfish-actions.pod:2105
msgid "inotify-add-watch"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2105
+#: ../fish/guestfish-actions.pod:2107
#, no-wrap
msgid ""
" inotify-add-watch path mask\n"
@@ -12509,31 +12541,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2107 ../src/guestfs-actions.pod:3363
+#: ../fish/guestfish-actions.pod:2109 ../src/guestfs-actions.pod:3365
msgid "Watch C<path> for the events listed in C<mask>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2109 ../src/guestfs-actions.pod:3365
+#: ../fish/guestfish-actions.pod:2111 ../src/guestfs-actions.pod:3367
msgid ""
"Note that if C<path> is a directory then events within that directory are "
"watched, but this does I<not> happen recursively (in subdirectories)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2113 ../src/guestfs-actions.pod:3369
+#: ../fish/guestfish-actions.pod:2115 ../src/guestfs-actions.pod:3371
msgid ""
"Note for non-C or non-Linux callers: the inotify events are defined by the "
"Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2117
+#: ../fish/guestfish-actions.pod:2119
msgid "inotify-close"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2119
+#: ../fish/guestfish-actions.pod:2121
#, no-wrap
msgid ""
" inotify-close\n"
@@ -12541,7 +12573,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2121 ../src/guestfs-actions.pod:3382
+#: ../fish/guestfish-actions.pod:2123 ../src/guestfs-actions.pod:3384
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 "
@@ -12549,12 +12581,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2125
+#: ../fish/guestfish-actions.pod:2127
msgid "inotify-files"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2127
+#: ../fish/guestfish-actions.pod:2129
#, no-wrap
msgid ""
" inotify-files\n"
@@ -12562,7 +12594,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2129
+#: ../fish/guestfish-actions.pod:2131
msgid ""
"This function is a helpful wrapper around L</inotify-read> which just "
"returns a list of pathnames of objects that were touched. The returned "
@@ -12570,12 +12602,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2133
+#: ../fish/guestfish-actions.pod:2135
msgid "inotify-init"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2135
+#: ../fish/guestfish-actions.pod:2137
#, no-wrap
msgid ""
" inotify-init maxevents\n"
@@ -12583,14 +12615,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2137 ../src/guestfs-actions.pod:3411
+#: ../fish/guestfish-actions.pod:2139 ../src/guestfs-actions.pod:3413
msgid ""
"This command creates a new inotify handle. The inotify subsystem can be "
"used to notify events which happen to objects in the guest filesystem."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2141
+#: ../fish/guestfish-actions.pod:2143
msgid ""
"C<maxevents> is the maximum number of events which will be queued up between "
"calls to L</inotify-read> or L</inotify-files>. If this is passed as C<0>, "
@@ -12601,14 +12633,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2151
+#: ../fish/guestfish-actions.pod:2153
msgid ""
"Before any events are generated, you have to add some watches to the "
"internal watch list. See: L</inotify-add-watch> and L</inotify-rm-watch>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2155
+#: ../fish/guestfish-actions.pod:2157
msgid ""
"Queued up events should be read periodically by calling L</inotify-read> (or "
"L</inotify-files> which is just a helpful wrapper around L</inotify-read>). "
@@ -12617,14 +12649,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2162
+#: ../fish/guestfish-actions.pod:2164
msgid ""
"The handle should be closed after use by calling L</inotify-close>. This "
"also removes any watches automatically."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2166 ../src/guestfs-actions.pod:3440
+#: ../fish/guestfish-actions.pod:2168 ../src/guestfs-actions.pod:3442
msgid ""
"See also L<inotify(7)> for an overview of the inotify interface as exposed "
"by the Linux kernel, which is roughly what we expose via libguestfs. Note "
@@ -12632,12 +12664,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2171
+#: ../fish/guestfish-actions.pod:2173
msgid "inotify-read"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2173
+#: ../fish/guestfish-actions.pod:2175
#, no-wrap
msgid ""
" inotify-read\n"
@@ -12645,19 +12677,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2175 ../src/guestfs-actions.pod:3454
+#: ../fish/guestfish-actions.pod:2177 ../src/guestfs-actions.pod:3456
msgid ""
"Return the complete queue of events that have happened since the previous "
"read call."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2178 ../src/guestfs-actions.pod:3457
+#: ../fish/guestfish-actions.pod:2180 ../src/guestfs-actions.pod:3459
msgid "If no events have happened, this returns an empty list."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2180 ../src/guestfs-actions.pod:3459
+#: ../fish/guestfish-actions.pod:2182 ../src/guestfs-actions.pod:3461
msgid ""
"I<Note>: In order to make sure that all events have been read, you must call "
"this function repeatedly until it returns an empty list. The reason is that "
@@ -12666,12 +12698,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2186
+#: ../fish/guestfish-actions.pod:2188
msgid "inotify-rm-watch"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2188
+#: ../fish/guestfish-actions.pod:2190
#, no-wrap
msgid ""
" inotify-rm-watch wd\n"
@@ -12679,17 +12711,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2190
+#: ../fish/guestfish-actions.pod:2192
msgid "Remove a previously defined inotify watch. See L</inotify-add-watch>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2193
+#: ../fish/guestfish-actions.pod:2195
msgid "inspect-get-arch"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2195
+#: ../fish/guestfish-actions.pod:2197
#, no-wrap
msgid ""
" inspect-get-arch root\n"
@@ -12697,31 +12729,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2197
+#: ../fish/guestfish-actions.pod:2199
msgid ""
"This returns the architecture of the inspected operating system. The "
"possible return values are listed under L</file-architecture>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2201 ../src/guestfs-actions.pod:3494
+#: ../fish/guestfish-actions.pod:2203 ../src/guestfs-actions.pod:3496
msgid ""
"If the architecture could not be determined, then the string C<unknown> is "
"returned."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2204 ../fish/guestfish-actions.pod:2311 ../fish/guestfish-actions.pod:2390 ../fish/guestfish-actions.pod:2402 ../fish/guestfish-actions.pod:2486 ../fish/guestfish-actions.pod:2548 ../fish/guestfish-actions.pod:2569 ../fish/guestfish-actions.pod:2583 ../fish/guestfish-actions.pod:2623 ../fish/guestfish-actions.pod:2667 ../fish/guestfish-actions.pod:2680 ../fish/guestfish-actions.pod:2693 ../fish/guestfish-actions.pod:2703 ../fish/guestfish-actions.pod:2713 ../fish/guestfish-actions.pod:2725 ../fish/guestfish-actions.pod:2821 ../fish/guestfish-actions.pod:2855 ../src/guestfs-actions.pod:3497 ../src/guestfs-actions.pod:3611 ../src/guestfs-actions.pod:3715 ../src/guestfs-actions.pod:3734 ../src/guestfs-actions.pod:3865 ../src/guestfs-actions.pod:3949 ../src/guestfs-actions.pod:3977 ../src/guestfs-actions.pod:3998 ../src/guestfs-actions.pod:4051 ../src/guestfs-actions.pod:4103 ../src/guestfs-actions.pod:4123 ../src/guestfs-actions.pod:4143 ../src/guestfs-actions.pod:4160 ../src/guestfs-actions.pod:4176 ../src/guestfs-actions.pod:4194 ../src/guestfs-actions.pod:4296 ../src/guestfs-actions.pod:4337
+#: ../fish/guestfish-actions.pod:2206 ../fish/guestfish-actions.pod:2313 ../fish/guestfish-actions.pod:2392 ../fish/guestfish-actions.pod:2404 ../fish/guestfish-actions.pod:2488 ../fish/guestfish-actions.pod:2550 ../fish/guestfish-actions.pod:2571 ../fish/guestfish-actions.pod:2585 ../fish/guestfish-actions.pod:2625 ../fish/guestfish-actions.pod:2669 ../fish/guestfish-actions.pod:2682 ../fish/guestfish-actions.pod:2695 ../fish/guestfish-actions.pod:2705 ../fish/guestfish-actions.pod:2715 ../fish/guestfish-actions.pod:2727 ../fish/guestfish-actions.pod:2823 ../fish/guestfish-actions.pod:2857 ../src/guestfs-actions.pod:3499 ../src/guestfs-actions.pod:3613 ../src/guestfs-actions.pod:3717 ../src/guestfs-actions.pod:3736 ../src/guestfs-actions.pod:3867 ../src/guestfs-actions.pod:3951 ../src/guestfs-actions.pod:3979 ../src/guestfs-actions.pod:4000 ../src/guestfs-actions.pod:4053 ../src/guestfs-actions.pod:4105 ../src/guestfs-actions.pod:4125 ../src/guestfs-actions.pod:4145 ../src/guestfs-actions.pod:4162 ../src/guestfs-actions.pod:4178 ../src/guestfs-actions.pod:4196 ../src/guestfs-actions.pod:4298 ../src/guestfs-actions.pod:4339
msgid "Please read L<guestfs(3)/INSPECTION> for more details."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2206
+#: ../fish/guestfish-actions.pod:2208
msgid "inspect-get-distro"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2208
+#: ../fish/guestfish-actions.pod:2210
#, no-wrap
msgid ""
" inspect-get-distro root\n"
@@ -12729,251 +12761,251 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2210 ../src/guestfs-actions.pod:3510
+#: ../fish/guestfish-actions.pod:2212 ../src/guestfs-actions.pod:3512
msgid "This returns the distro (distribution) of the inspected operating system."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2213 ../src/guestfs-actions.pod:3513
+#: ../fish/guestfish-actions.pod:2215 ../src/guestfs-actions.pod:3515
msgid "Currently defined distros are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2217 ../src/guestfs-actions.pod:3517
+#: ../fish/guestfish-actions.pod:2219 ../src/guestfs-actions.pod:3519
msgid "\"archlinux\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2219 ../src/guestfs-actions.pod:3519
+#: ../fish/guestfish-actions.pod:2221 ../src/guestfs-actions.pod:3521
msgid "Arch Linux."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2221 ../src/guestfs-actions.pod:3521
+#: ../fish/guestfish-actions.pod:2223 ../src/guestfs-actions.pod:3523
msgid "\"buildroot\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2223 ../src/guestfs-actions.pod:3523
+#: ../fish/guestfish-actions.pod:2225 ../src/guestfs-actions.pod:3525
msgid "Buildroot-derived distro, but not one we specifically recognize."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2225 ../src/guestfs-actions.pod:3525
+#: ../fish/guestfish-actions.pod:2227 ../src/guestfs-actions.pod:3527
msgid "\"centos\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2227 ../src/guestfs-actions.pod:3527
+#: ../fish/guestfish-actions.pod:2229 ../src/guestfs-actions.pod:3529
msgid "CentOS."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2229 ../src/guestfs-actions.pod:3529
+#: ../fish/guestfish-actions.pod:2231 ../src/guestfs-actions.pod:3531
msgid "\"cirros\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2231 ../src/guestfs-actions.pod:3531
+#: ../fish/guestfish-actions.pod:2233 ../src/guestfs-actions.pod:3533
msgid "Cirros."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2233 ../src/guestfs-actions.pod:3533
+#: ../fish/guestfish-actions.pod:2235 ../src/guestfs-actions.pod:3535
msgid "\"debian\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2235 ../src/guestfs-actions.pod:3535
+#: ../fish/guestfish-actions.pod:2237 ../src/guestfs-actions.pod:3537
msgid "Debian."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2237 ../src/guestfs-actions.pod:3537
+#: ../fish/guestfish-actions.pod:2239 ../src/guestfs-actions.pod:3539
msgid "\"fedora\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2239 ../src/guestfs-actions.pod:3539
+#: ../fish/guestfish-actions.pod:2241 ../src/guestfs-actions.pod:3541
msgid "Fedora."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2241 ../src/guestfs-actions.pod:3541
+#: ../fish/guestfish-actions.pod:2243 ../src/guestfs-actions.pod:3543
msgid "\"freedos\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2243 ../src/guestfs-actions.pod:3543
+#: ../fish/guestfish-actions.pod:2245 ../src/guestfs-actions.pod:3545
msgid "FreeDOS."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2245 ../src/guestfs-actions.pod:3545
+#: ../fish/guestfish-actions.pod:2247 ../src/guestfs-actions.pod:3547
msgid "\"gentoo\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2247 ../src/guestfs-actions.pod:3547
+#: ../fish/guestfish-actions.pod:2249 ../src/guestfs-actions.pod:3549
msgid "Gentoo."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2249 ../src/guestfs-actions.pod:3549
+#: ../fish/guestfish-actions.pod:2251 ../src/guestfs-actions.pod:3551
msgid "\"linuxmint\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2251 ../src/guestfs-actions.pod:3551
+#: ../fish/guestfish-actions.pod:2253 ../src/guestfs-actions.pod:3553
msgid "Linux Mint."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2253 ../src/guestfs-actions.pod:3553
+#: ../fish/guestfish-actions.pod:2255 ../src/guestfs-actions.pod:3555
msgid "\"mageia\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2255 ../src/guestfs-actions.pod:3555
+#: ../fish/guestfish-actions.pod:2257 ../src/guestfs-actions.pod:3557
msgid "Mageia."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2257 ../src/guestfs-actions.pod:3557
+#: ../fish/guestfish-actions.pod:2259 ../src/guestfs-actions.pod:3559
msgid "\"mandriva\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2259 ../src/guestfs-actions.pod:3559
+#: ../fish/guestfish-actions.pod:2261 ../src/guestfs-actions.pod:3561
msgid "Mandriva."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2261 ../src/guestfs-actions.pod:3561
+#: ../fish/guestfish-actions.pod:2263 ../src/guestfs-actions.pod:3563
msgid "\"meego\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2263 ../src/guestfs-actions.pod:3563
+#: ../fish/guestfish-actions.pod:2265 ../src/guestfs-actions.pod:3565
msgid "MeeGo."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2265 ../src/guestfs-actions.pod:3565
+#: ../fish/guestfish-actions.pod:2267 ../src/guestfs-actions.pod:3567
msgid "\"opensuse\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2267 ../src/guestfs-actions.pod:3567
+#: ../fish/guestfish-actions.pod:2269 ../src/guestfs-actions.pod:3569
msgid "OpenSUSE."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2269 ../src/guestfs-actions.pod:3569
+#: ../fish/guestfish-actions.pod:2271 ../src/guestfs-actions.pod:3571
msgid "\"pardus\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2271 ../src/guestfs-actions.pod:3571
+#: ../fish/guestfish-actions.pod:2273 ../src/guestfs-actions.pod:3573
msgid "Pardus."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2273 ../src/guestfs-actions.pod:3573
+#: ../fish/guestfish-actions.pod:2275 ../src/guestfs-actions.pod:3575
msgid "\"redhat-based\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2275 ../src/guestfs-actions.pod:3575
+#: ../fish/guestfish-actions.pod:2277 ../src/guestfs-actions.pod:3577
msgid "Some Red Hat-derived distro."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2277 ../src/guestfs-actions.pod:3577
+#: ../fish/guestfish-actions.pod:2279 ../src/guestfs-actions.pod:3579
msgid "\"rhel\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2279 ../src/guestfs-actions.pod:3579
+#: ../fish/guestfish-actions.pod:2281 ../src/guestfs-actions.pod:3581
msgid "Red Hat Enterprise Linux."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2281 ../src/guestfs-actions.pod:3581
+#: ../fish/guestfish-actions.pod:2283 ../src/guestfs-actions.pod:3583
msgid "\"scientificlinux\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2283 ../src/guestfs-actions.pod:3583
+#: ../fish/guestfish-actions.pod:2285 ../src/guestfs-actions.pod:3585
msgid "Scientific Linux."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2285 ../src/guestfs-actions.pod:3585
+#: ../fish/guestfish-actions.pod:2287 ../src/guestfs-actions.pod:3587
msgid "\"slackware\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2287 ../src/guestfs-actions.pod:3587
+#: ../fish/guestfish-actions.pod:2289 ../src/guestfs-actions.pod:3589
msgid "Slackware."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2289 ../src/guestfs-actions.pod:3589
+#: ../fish/guestfish-actions.pod:2291 ../src/guestfs-actions.pod:3591
msgid "\"ttylinux\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2291 ../src/guestfs-actions.pod:3591
+#: ../fish/guestfish-actions.pod:2293 ../src/guestfs-actions.pod:3593
msgid "ttylinux."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2293 ../src/guestfs-actions.pod:3593
+#: ../fish/guestfish-actions.pod:2295 ../src/guestfs-actions.pod:3595
msgid "\"ubuntu\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2295 ../src/guestfs-actions.pod:3595
+#: ../fish/guestfish-actions.pod:2297 ../src/guestfs-actions.pod:3597
msgid "Ubuntu."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2297 ../fish/guestfish-actions.pod:2381 ../fish/guestfish-actions.pod:2658 ../src/guestfs-actions.pod:3597 ../src/guestfs-actions.pod:3706 ../src/guestfs-actions.pod:4094
+#: ../fish/guestfish-actions.pod:2299 ../fish/guestfish-actions.pod:2383 ../fish/guestfish-actions.pod:2660 ../src/guestfs-actions.pod:3599 ../src/guestfs-actions.pod:3708 ../src/guestfs-actions.pod:4096
msgid "\"unknown\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2299 ../src/guestfs-actions.pod:3599
+#: ../fish/guestfish-actions.pod:2301 ../src/guestfs-actions.pod:3601
msgid "The distro could not be determined."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2301 ../fish/guestfish-actions.pod:2638 ../src/guestfs-actions.pod:3601 ../src/guestfs-actions.pod:4074
+#: ../fish/guestfish-actions.pod:2303 ../fish/guestfish-actions.pod:2640 ../src/guestfs-actions.pod:3603 ../src/guestfs-actions.pod:4076
msgid "\"windows\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2303 ../src/guestfs-actions.pod:3603
+#: ../fish/guestfish-actions.pod:2305 ../src/guestfs-actions.pod:3605
msgid ""
"Windows does not have distributions. This string is returned if the OS type "
"is Windows."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2308 ../fish/guestfish-actions.pod:2387 ../fish/guestfish-actions.pod:2664 ../src/guestfs-actions.pod:3608 ../src/guestfs-actions.pod:3712 ../src/guestfs-actions.pod:4100
+#: ../fish/guestfish-actions.pod:2310 ../fish/guestfish-actions.pod:2389 ../fish/guestfish-actions.pod:2666 ../src/guestfs-actions.pod:3610 ../src/guestfs-actions.pod:3714 ../src/guestfs-actions.pod:4102
msgid ""
"Future versions of libguestfs may return other strings here. The caller "
"should be prepared to handle any string."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2313
+#: ../fish/guestfish-actions.pod:2315
msgid "inspect-get-drive-mappings"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2315
+#: ../fish/guestfish-actions.pod:2317
#, no-wrap
msgid ""
" inspect-get-drive-mappings root\n"
@@ -12981,7 +13013,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2317 ../src/guestfs-actions.pod:3624
+#: ../fish/guestfish-actions.pod:2319 ../src/guestfs-actions.pod:3626
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 "
@@ -12990,7 +13022,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2323 ../src/guestfs-actions.pod:3630
+#: ../fish/guestfish-actions.pod:2325 ../src/guestfs-actions.pod:3632
#, no-wrap
msgid ""
" C => /dev/vda2\n"
@@ -13000,7 +13032,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2327 ../src/guestfs-actions.pod:3634
+#: ../fish/guestfish-actions.pod:2329 ../src/guestfs-actions.pod:3636
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 "
@@ -13008,7 +13040,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2331 ../src/guestfs-actions.pod:3638
+#: ../fish/guestfish-actions.pod:2333 ../src/guestfs-actions.pod:3640
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 "
@@ -13017,33 +13049,33 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2336 ../src/guestfs-actions.pod:3643
+#: ../fish/guestfish-actions.pod:2338 ../src/guestfs-actions.pod:3645
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:2339 ../src/guestfs-actions.pod:3646
+#: ../fish/guestfish-actions.pod:2341 ../src/guestfs-actions.pod:3648
msgid ""
"For guests that do not use drive mappings, or if the drive mappings could "
"not be determined, this returns an empty hash table."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2342
+#: ../fish/guestfish-actions.pod:2344
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also "
"L</inspect-get-mountpoints>, L</inspect-get-filesystems>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2346
+#: ../fish/guestfish-actions.pod:2348
msgid "inspect-get-filesystems"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2348
+#: ../fish/guestfish-actions.pod:2350
#, no-wrap
msgid ""
" inspect-get-filesystems root\n"
@@ -13051,7 +13083,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2350 ../src/guestfs-actions.pod:3667
+#: ../fish/guestfish-actions.pod:2352 ../src/guestfs-actions.pod:3669
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 "
@@ -13059,26 +13091,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2355 ../src/guestfs-actions.pod:3672
+#: ../fish/guestfish-actions.pod:2357 ../src/guestfs-actions.pod:3674
msgid ""
"In the case of a multi-boot virtual machine, it is possible for a filesystem "
"to be shared between operating systems."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2358
+#: ../fish/guestfish-actions.pod:2360
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also "
"L</inspect-get-mountpoints>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2361
+#: ../fish/guestfish-actions.pod:2363
msgid "inspect-get-format"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2363
+#: ../fish/guestfish-actions.pod:2365
#, no-wrap
msgid ""
" inspect-get-format root\n"
@@ -13086,51 +13118,51 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2365 ../src/guestfs-actions.pod:3690
+#: ../fish/guestfish-actions.pod:2367 ../src/guestfs-actions.pod:3692
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:2368 ../src/guestfs-actions.pod:3693
+#: ../fish/guestfish-actions.pod:2370 ../src/guestfs-actions.pod:3695
msgid "Currently defined formats are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2372 ../src/guestfs-actions.pod:3697
+#: ../fish/guestfish-actions.pod:2374 ../src/guestfs-actions.pod:3699
msgid "\"installed\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2374 ../src/guestfs-actions.pod:3699
+#: ../fish/guestfish-actions.pod:2376 ../src/guestfs-actions.pod:3701
msgid "This is an installed operating system."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2376 ../src/guestfs-actions.pod:3701
+#: ../fish/guestfish-actions.pod:2378 ../src/guestfs-actions.pod:3703
msgid "\"installer\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2378 ../src/guestfs-actions.pod:3703
+#: ../fish/guestfish-actions.pod:2380 ../src/guestfs-actions.pod:3705
msgid ""
"The disk image being inspected is not an installed operating system, but a "
"I<bootable> install disk, live CD, or similar."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2383 ../src/guestfs-actions.pod:3708
+#: ../fish/guestfish-actions.pod:2385 ../src/guestfs-actions.pod:3710
msgid "The format of this disk image is not known."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2392
+#: ../fish/guestfish-actions.pod:2394
msgid "inspect-get-hostname"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2394
+#: ../fish/guestfish-actions.pod:2396
#, no-wrap
msgid ""
" inspect-get-hostname root\n"
@@ -13138,26 +13170,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2396 ../src/guestfs-actions.pod:3728
+#: ../fish/guestfish-actions.pod:2398 ../src/guestfs-actions.pod:3730
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:2399 ../src/guestfs-actions.pod:3731
+#: ../fish/guestfish-actions.pod:2401 ../src/guestfs-actions.pod:3733
msgid ""
"If the hostname could not be determined, then the string C<unknown> is "
"returned."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2404
+#: ../fish/guestfish-actions.pod:2406
msgid "inspect-get-icon"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2406
+#: ../fish/guestfish-actions.pod:2408
#, no-wrap
msgid ""
" inspect-get-icon root [favicon:true|false] [highquality:true|false]\n"
@@ -13165,7 +13197,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2408 ../src/guestfs-actions.pod:3757
+#: ../fish/guestfish-actions.pod:2410 ../src/guestfs-actions.pod:3759
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 "
@@ -13173,14 +13205,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2412 ../src/guestfs-actions.pod:3761
+#: ../fish/guestfish-actions.pod:2414 ../src/guestfs-actions.pod:3763
msgid ""
"If it was not possible to get an icon this function returns a zero-length "
"(non-NULL) buffer. I<Callers must check for this case>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2415 ../src/guestfs-actions.pod:3764
+#: ../fish/guestfish-actions.pod:2417 ../src/guestfs-actions.pod:3766
msgid ""
"Libguestfs will start by looking for a file called C</etc/favicon.png> or "
"C<C:\\etc\\favicon.png> and if it has the correct format, the contents of "
@@ -13189,14 +13221,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2421 ../src/guestfs-actions.pod:3770
+#: ../fish/guestfish-actions.pod:2423 ../src/guestfs-actions.pod:3772
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:2424 ../src/guestfs-actions.pod:3773
+#: ../fish/guestfish-actions.pod:2426 ../src/guestfs-actions.pod:3775
msgid ""
"If the optional C<highquality> boolean is true then only high quality icons "
"are returned, which means only icons of high resolution with an alpha "
@@ -13205,7 +13237,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2435 ../src/guestfs-actions.pod:3784
+#: ../fish/guestfish-actions.pod:2437 ../src/guestfs-actions.pod:3786
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 "
@@ -13213,7 +13245,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2441 ../src/guestfs-actions.pod:3790
+#: ../fish/guestfish-actions.pod:2443 ../src/guestfs-actions.pod:3792
msgid ""
"B<Security:> The icon data comes from the untrusted guest, and should be "
"treated with caution. PNG files have been known to contain exploits. "
@@ -13222,7 +13254,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2449 ../src/guestfs-actions.pod:3798
+#: ../fish/guestfish-actions.pod:2451 ../src/guestfs-actions.pod:3800
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 "
@@ -13230,7 +13262,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2456 ../src/guestfs-actions.pod:3805
+#: ../fish/guestfish-actions.pod:2458 ../src/guestfs-actions.pod:3807
msgid ""
"Extracting icons from Windows guests requires the external C<wrestool> "
"program from the C<icoutils> package, and several programs (C<bmptopnm>, "
@@ -13239,19 +13271,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2463 ../src/guestfs-actions.pod:3812
+#: ../fish/guestfish-actions.pod:2465 ../src/guestfs-actions.pod:3814
msgid ""
"Operating system icons are usually trademarks. Seek legal advice before "
"using trademarks in applications."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2470
+#: ../fish/guestfish-actions.pod:2472
msgid "inspect-get-major-version"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2472
+#: ../fish/guestfish-actions.pod:2474
#, no-wrap
msgid ""
" inspect-get-major-version root\n"
@@ -13259,12 +13291,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2474 ../src/guestfs-actions.pod:3853
+#: ../fish/guestfish-actions.pod:2476 ../src/guestfs-actions.pod:3855
msgid "This returns the major version number of the inspected operating system."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2477 ../src/guestfs-actions.pod:3856
+#: ../fish/guestfish-actions.pod:2479 ../src/guestfs-actions.pod:3858
msgid ""
"Windows uses a consistent versioning scheme which is I<not> reflected in the "
"popular public names used by the operating system. Notably the operating "
@@ -13274,17 +13306,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2484 ../fish/guestfish-actions.pod:2495 ../src/guestfs-actions.pod:3863 ../src/guestfs-actions.pod:3880
+#: ../fish/guestfish-actions.pod:2486 ../fish/guestfish-actions.pod:2497 ../src/guestfs-actions.pod:3865 ../src/guestfs-actions.pod:3882
msgid "If the version could not be determined, then C<0> is returned."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2488
+#: ../fish/guestfish-actions.pod:2490
msgid "inspect-get-minor-version"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2490
+#: ../fish/guestfish-actions.pod:2492
#, no-wrap
msgid ""
" inspect-get-minor-version root\n"
@@ -13292,24 +13324,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2492 ../src/guestfs-actions.pod:3877
+#: ../fish/guestfish-actions.pod:2494 ../src/guestfs-actions.pod:3879
msgid "This returns the minor version number of the inspected operating system."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2497
+#: ../fish/guestfish-actions.pod:2499
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also "
"L</inspect-get-major-version>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2500
+#: ../fish/guestfish-actions.pod:2502
msgid "inspect-get-mountpoints"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2502
+#: ../fish/guestfish-actions.pod:2504
#, no-wrap
msgid ""
" inspect-get-mountpoints root\n"
@@ -13317,7 +13349,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2504 ../src/guestfs-actions.pod:3895
+#: ../fish/guestfish-actions.pod:2506 ../src/guestfs-actions.pod:3897
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 "
@@ -13328,7 +13360,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2513 ../src/guestfs-actions.pod:3904
+#: ../fish/guestfish-actions.pod:2515 ../src/guestfs-actions.pod:3906
msgid ""
"Each element in the returned hashtable has a key which is the path of the "
"mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
@@ -13336,12 +13368,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2518 ../src/guestfs-actions.pod:3909
+#: ../fish/guestfish-actions.pod:2520 ../src/guestfs-actions.pod:3911
msgid "Non-mounted devices such as swap devices are I<not> returned in this list."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2521
+#: ../fish/guestfish-actions.pod:2523
msgid ""
"For operating systems like Windows which still use drive letters, this call "
"will only return an entry for the first drive \"mounted on\" C</>. For "
@@ -13350,19 +13382,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2527
+#: ../fish/guestfish-actions.pod:2529
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also "
"L</inspect-get-filesystems>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2530
+#: ../fish/guestfish-actions.pod:2532
msgid "inspect-get-package-format"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2532
+#: ../fish/guestfish-actions.pod:2534
#, no-wrap
msgid ""
" inspect-get-package-format root\n"
@@ -13370,7 +13402,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2534
+#: ../fish/guestfish-actions.pod:2536
msgid ""
"This function and L</inspect-get-package-management> return the package "
"format and package management tool used by the inspected operating system. "
@@ -13379,7 +13411,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2540 ../src/guestfs-actions.pod:3941
+#: ../fish/guestfish-actions.pod:2542 ../src/guestfs-actions.pod:3943
msgid ""
"This returns the string C<unknown> if we could not determine the package "
"format I<or> if the operating system does not have a real packaging system "
@@ -13387,19 +13419,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2544 ../src/guestfs-actions.pod:3945
+#: ../fish/guestfish-actions.pod:2546 ../src/guestfs-actions.pod:3947
msgid ""
"Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>, "
"C<pkgsrc>. Future versions of libguestfs may return other strings."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2550
+#: ../fish/guestfish-actions.pod:2552
msgid "inspect-get-package-management"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2552
+#: ../fish/guestfish-actions.pod:2554
#, no-wrap
msgid ""
" inspect-get-package-management root\n"
@@ -13407,7 +13439,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2554
+#: ../fish/guestfish-actions.pod:2556
msgid ""
"L</inspect-get-package-format> and this function return the package format "
"and package management tool used by the inspected operating system. For "
@@ -13416,7 +13448,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2560 ../src/guestfs-actions.pod:3968
+#: ../fish/guestfish-actions.pod:2562 ../src/guestfs-actions.pod:3970
msgid ""
"This returns the string C<unknown> if we could not determine the package "
"management tool I<or> if the operating system does not have a real packaging "
@@ -13424,7 +13456,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2564 ../src/guestfs-actions.pod:3972
+#: ../fish/guestfish-actions.pod:2566 ../src/guestfs-actions.pod:3974
msgid ""
"Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
"derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>, C<zypper>. Future "
@@ -13432,12 +13464,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2571
+#: ../fish/guestfish-actions.pod:2573
msgid "inspect-get-product-name"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2573
+#: ../fish/guestfish-actions.pod:2575
#, no-wrap
msgid ""
" inspect-get-product-name root\n"
@@ -13445,7 +13477,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2575 ../src/guestfs-actions.pod:3990
+#: ../fish/guestfish-actions.pod:2577 ../src/guestfs-actions.pod:3992
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 "
@@ -13453,19 +13485,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2580 ../src/guestfs-actions.pod:3995
+#: ../fish/guestfish-actions.pod:2582 ../src/guestfs-actions.pod:3997
msgid ""
"If the product name could not be determined, then the string C<unknown> is "
"returned."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2585
+#: ../fish/guestfish-actions.pod:2587
msgid "inspect-get-product-variant"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2587
+#: ../fish/guestfish-actions.pod:2589
#, no-wrap
msgid ""
" inspect-get-product-variant root\n"
@@ -13473,12 +13505,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2589 ../src/guestfs-actions.pod:4011
+#: ../fish/guestfish-actions.pod:2591 ../src/guestfs-actions.pod:4013
msgid "This returns the product variant of the inspected operating system."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2592 ../src/guestfs-actions.pod:4014
+#: ../fish/guestfish-actions.pod:2594 ../src/guestfs-actions.pod:4016
msgid ""
"For Windows guests, this returns the contents of the Registry key "
"C<HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion> C<InstallationType> "
@@ -13490,7 +13522,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2601 ../src/guestfs-actions.pod:4023
+#: ../fish/guestfish-actions.pod:2603 ../src/guestfs-actions.pod:4025
msgid ""
"For enterprise Linux guests, in future we intend this to return the product "
"variant such as C<Desktop>, C<Server> and so on. But this is not "
@@ -13498,26 +13530,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2605 ../src/guestfs-actions.pod:4027
+#: ../fish/guestfish-actions.pod:2607 ../src/guestfs-actions.pod:4029
msgid ""
"If the product variant could not be determined, then the string C<unknown> "
"is returned."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2608
+#: ../fish/guestfish-actions.pod:2610
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also "
"L</inspect-get-product-name>, L</inspect-get-major-version>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2612
+#: ../fish/guestfish-actions.pod:2614
msgid "inspect-get-roots"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2614
+#: ../fish/guestfish-actions.pod:2616
#, no-wrap
msgid ""
" inspect-get-roots\n"
@@ -13525,7 +13557,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2616
+#: ../fish/guestfish-actions.pod:2618
msgid ""
"This function is a convenient way to get the list of root devices, as "
"returned from a previous call to L</inspect-os>, but without redoing the "
@@ -13533,19 +13565,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2620
+#: ../fish/guestfish-actions.pod:2622
msgid ""
"This returns an empty list if either no root devices were found or the "
"caller has not called L</inspect-os>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2625
+#: ../fish/guestfish-actions.pod:2627
msgid "inspect-get-type"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2627
+#: ../fish/guestfish-actions.pod:2629
#, no-wrap
msgid ""
" inspect-get-type root\n"
@@ -13553,79 +13585,79 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2629 ../src/guestfs-actions.pod:4065
+#: ../fish/guestfish-actions.pod:2631 ../src/guestfs-actions.pod:4067
msgid ""
"This returns the type of the inspected operating system. Currently defined "
"types are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2634 ../src/guestfs-actions.pod:4070
+#: ../fish/guestfish-actions.pod:2636 ../src/guestfs-actions.pod:4072
msgid "\"linux\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2636 ../src/guestfs-actions.pod:4072
+#: ../fish/guestfish-actions.pod:2638 ../src/guestfs-actions.pod:4074
msgid "Any Linux-based operating system."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2640 ../src/guestfs-actions.pod:4076
+#: ../fish/guestfish-actions.pod:2642 ../src/guestfs-actions.pod:4078
msgid "Any Microsoft Windows operating system."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2642 ../src/guestfs-actions.pod:4078
+#: ../fish/guestfish-actions.pod:2644 ../src/guestfs-actions.pod:4080
msgid "\"freebsd\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2644 ../src/guestfs-actions.pod:4080
+#: ../fish/guestfish-actions.pod:2646 ../src/guestfs-actions.pod:4082
msgid "FreeBSD."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2646 ../src/guestfs-actions.pod:4082
+#: ../fish/guestfish-actions.pod:2648 ../src/guestfs-actions.pod:4084
msgid "\"netbsd\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2648 ../src/guestfs-actions.pod:4084
+#: ../fish/guestfish-actions.pod:2650 ../src/guestfs-actions.pod:4086
msgid "NetBSD."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2650 ../src/guestfs-actions.pod:4086
+#: ../fish/guestfish-actions.pod:2652 ../src/guestfs-actions.pod:4088
msgid "\"hurd\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2652 ../src/guestfs-actions.pod:4088
+#: ../fish/guestfish-actions.pod:2654 ../src/guestfs-actions.pod:4090
msgid "GNU/Hurd."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2654 ../src/guestfs-actions.pod:4090
+#: ../fish/guestfish-actions.pod:2656 ../src/guestfs-actions.pod:4092
msgid "\"dos\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2656 ../src/guestfs-actions.pod:4092
+#: ../fish/guestfish-actions.pod:2658 ../src/guestfs-actions.pod:4094
msgid "MS-DOS, FreeDOS and others."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2660 ../src/guestfs-actions.pod:4096
+#: ../fish/guestfish-actions.pod:2662 ../src/guestfs-actions.pod:4098
msgid "The operating system type could not be determined."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2669
+#: ../fish/guestfish-actions.pod:2671
msgid "inspect-get-windows-current-control-set"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2671
+#: ../fish/guestfish-actions.pod:2673
#, no-wrap
msgid ""
" inspect-get-windows-current-control-set root\n"
@@ -13633,26 +13665,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2673 ../src/guestfs-actions.pod:4116
+#: ../fish/guestfish-actions.pod:2675 ../src/guestfs-actions.pod:4118
msgid ""
"This returns the Windows CurrentControlSet of the inspected guest. The "
"CurrentControlSet is a registry key name such as C<ControlSet001>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2676 ../src/guestfs-actions.pod:4119
+#: ../fish/guestfish-actions.pod:2678 ../src/guestfs-actions.pod:4121
msgid ""
"This call assumes that the guest is Windows and that the Registry could be "
"examined by inspection. If this is not the case then an error is returned."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2682
+#: ../fish/guestfish-actions.pod:2684
msgid "inspect-get-windows-systemroot"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2684
+#: ../fish/guestfish-actions.pod:2686
#, no-wrap
msgid ""
" inspect-get-windows-systemroot root\n"
@@ -13660,14 +13692,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2686 ../src/guestfs-actions.pod:4136
+#: ../fish/guestfish-actions.pod:2688 ../src/guestfs-actions.pod:4138
msgid ""
"This returns the Windows systemroot of the inspected guest. The systemroot "
"is a directory path such as C</WINDOWS>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2689 ../src/guestfs-actions.pod:4139
+#: ../fish/guestfish-actions.pod:2691 ../src/guestfs-actions.pod:4141
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 "
@@ -13675,12 +13707,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2695
+#: ../fish/guestfish-actions.pod:2697
msgid "inspect-is-live"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2697
+#: ../fish/guestfish-actions.pod:2699
#, no-wrap
msgid ""
" inspect-is-live root\n"
@@ -13688,19 +13720,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2699
+#: ../fish/guestfish-actions.pod:2701
msgid ""
"If L</inspect-get-format> returns C<installer> (this is an install disk), "
"then this returns true if a live image was detected on the disk."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2705
+#: ../fish/guestfish-actions.pod:2707
msgid "inspect-is-multipart"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2707
+#: ../fish/guestfish-actions.pod:2709
#, no-wrap
msgid ""
" inspect-is-multipart root\n"
@@ -13708,19 +13740,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2709
+#: ../fish/guestfish-actions.pod:2711
msgid ""
"If L</inspect-get-format> returns C<installer> (this is an install disk), "
"then this returns true if the disk is part of a set."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2715
+#: ../fish/guestfish-actions.pod:2717
msgid "inspect-is-netinst"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2717
+#: ../fish/guestfish-actions.pod:2719
#, no-wrap
msgid ""
" inspect-is-netinst root\n"
@@ -13728,7 +13760,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2719
+#: ../fish/guestfish-actions.pod:2721
msgid ""
"If L</inspect-get-format> returns C<installer> (this is an install disk), "
"then this returns true if the disk is a network installer, ie. not a "
@@ -13737,12 +13769,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2727
+#: ../fish/guestfish-actions.pod:2729
msgid "inspect-list-applications"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2729
+#: ../fish/guestfish-actions.pod:2731
#, no-wrap
msgid ""
" inspect-list-applications root\n"
@@ -13750,12 +13782,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2731 ../src/guestfs-actions.pod:4206
+#: ../fish/guestfish-actions.pod:2733 ../src/guestfs-actions.pod:4208
msgid "Return the list of applications installed in the operating system."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2733
+#: ../fish/guestfish-actions.pod:2735
msgid ""
"I<Note:> This call works differently from other parts of the inspection "
"API. You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
@@ -13767,91 +13799,91 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2743 ../src/guestfs-actions.pod:4218
+#: ../fish/guestfish-actions.pod:2745 ../src/guestfs-actions.pod:4220
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:2746 ../src/guestfs-actions.pod:4221
+#: ../fish/guestfish-actions.pod:2748 ../src/guestfs-actions.pod:4223
msgid "The application structure contains the following fields:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2750 ../src/guestfs-actions.pod:4225
+#: ../fish/guestfish-actions.pod:2752 ../src/guestfs-actions.pod:4227
msgid "C<app_name>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2752 ../src/guestfs-actions.pod:4227
+#: ../fish/guestfish-actions.pod:2754 ../src/guestfs-actions.pod:4229
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:2755 ../src/guestfs-actions.pod:4230
+#: ../fish/guestfish-actions.pod:2757 ../src/guestfs-actions.pod:4232
msgid "C<app_display_name>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2757 ../src/guestfs-actions.pod:4232
+#: ../fish/guestfish-actions.pod:2759 ../src/guestfs-actions.pod:4234
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:2760 ../src/guestfs-actions.pod:4235
+#: ../fish/guestfish-actions.pod:2762 ../src/guestfs-actions.pod:4237
msgid ""
"If unavailable this is returned as an empty string C<\"\">. Callers needing "
"to display something can use C<app_name> instead."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2763 ../src/guestfs-actions.pod:4238
+#: ../fish/guestfish-actions.pod:2765 ../src/guestfs-actions.pod:4240
msgid "C<app_epoch>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2765 ../src/guestfs-actions.pod:4240
+#: ../fish/guestfish-actions.pod:2767 ../src/guestfs-actions.pod:4242
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:2768 ../src/guestfs-actions.pod:4243
+#: ../fish/guestfish-actions.pod:2770 ../src/guestfs-actions.pod:4245
msgid "C<app_version>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2770 ../src/guestfs-actions.pod:4245
+#: ../fish/guestfish-actions.pod:2772 ../src/guestfs-actions.pod:4247
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:2773 ../src/guestfs-actions.pod:4248
+#: ../fish/guestfish-actions.pod:2775 ../src/guestfs-actions.pod:4250
msgid "C<app_release>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2775 ../src/guestfs-actions.pod:4250
+#: ../fish/guestfish-actions.pod:2777 ../src/guestfs-actions.pod:4252
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:2779 ../src/guestfs-actions.pod:4254
+#: ../fish/guestfish-actions.pod:2781 ../src/guestfs-actions.pod:4256
msgid "C<app_install_path>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2781 ../src/guestfs-actions.pod:4256
+#: ../fish/guestfish-actions.pod:2783 ../src/guestfs-actions.pod:4258
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 "
@@ -13859,89 +13891,89 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2786 ../src/guestfs-actions.pod:4261
+#: ../fish/guestfish-actions.pod:2788 ../src/guestfs-actions.pod:4263
msgid "If unavailable this is returned as an empty string C<\"\">."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2788 ../src/guestfs-actions.pod:4263
+#: ../fish/guestfish-actions.pod:2790 ../src/guestfs-actions.pod:4265
msgid "C<app_trans_path>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2790 ../src/guestfs-actions.pod:4265
+#: ../fish/guestfish-actions.pod:2792 ../src/guestfs-actions.pod:4267
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:2793 ../src/guestfs-actions.pod:4268
+#: ../fish/guestfish-actions.pod:2795 ../src/guestfs-actions.pod:4270
msgid "C<app_publisher>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2795 ../src/guestfs-actions.pod:4270
+#: ../fish/guestfish-actions.pod:2797 ../src/guestfs-actions.pod:4272
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:2799 ../src/guestfs-actions.pod:4274
+#: ../fish/guestfish-actions.pod:2801 ../src/guestfs-actions.pod:4276
msgid "C<app_url>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2801 ../src/guestfs-actions.pod:4276
+#: ../fish/guestfish-actions.pod:2803 ../src/guestfs-actions.pod:4278
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:2804 ../src/guestfs-actions.pod:4279
+#: ../fish/guestfish-actions.pod:2806 ../src/guestfs-actions.pod:4281
msgid "C<app_source_package>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2806 ../src/guestfs-actions.pod:4281
+#: ../fish/guestfish-actions.pod:2808 ../src/guestfs-actions.pod:4283
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:2809 ../src/guestfs-actions.pod:4284
+#: ../fish/guestfish-actions.pod:2811 ../src/guestfs-actions.pod:4286
msgid "C<app_summary>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2811 ../src/guestfs-actions.pod:4286
+#: ../fish/guestfish-actions.pod:2813 ../src/guestfs-actions.pod:4288
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:2814 ../src/guestfs-actions.pod:4289
+#: ../fish/guestfish-actions.pod:2816 ../src/guestfs-actions.pod:4291
msgid "C<app_description>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2816 ../src/guestfs-actions.pod:4291
+#: ../fish/guestfish-actions.pod:2818 ../src/guestfs-actions.pod:4293
msgid ""
"A longer description of the application or package. If unavailable this is "
"returned as an empty string C<\"\">."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2823
+#: ../fish/guestfish-actions.pod:2825
msgid "inspect-os"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2825
+#: ../fish/guestfish-actions.pod:2827
#, no-wrap
msgid ""
" inspect-os\n"
@@ -13949,7 +13981,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2827 ../src/guestfs-actions.pod:4309
+#: ../fish/guestfish-actions.pod:2829 ../src/guestfs-actions.pod:4311
msgid ""
"This function uses other libguestfs functions and certain heuristics to "
"inspect the disk(s) (usually disks belonging to a virtual machine), looking "
@@ -13957,12 +13989,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2831 ../src/guestfs-actions.pod:4313
+#: ../fish/guestfish-actions.pod:2833 ../src/guestfs-actions.pod:4315
msgid "The list returned is empty if no operating systems were found."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2833 ../src/guestfs-actions.pod:4315
+#: ../fish/guestfish-actions.pod:2835 ../src/guestfs-actions.pod:4317
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. "
@@ -13972,7 +14004,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2840
+#: ../fish/guestfish-actions.pod:2842
msgid ""
"You can pass the root string(s) returned to other L</inspect-get-*> "
"functions in order to query further information about each operating system, "
@@ -13980,7 +14012,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2845
+#: ../fish/guestfish-actions.pod:2847
msgid ""
"This function uses other libguestfs features such as L</mount-ro> and "
"L</umount-all> in order to mount and unmount filesystems and look at the "
@@ -13989,24 +14021,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2851 ../src/guestfs-actions.pod:4333
+#: ../fish/guestfish-actions.pod:2853 ../src/guestfs-actions.pod:4335
msgid ""
"This function cannot decrypt encrypted disks. The caller must do that first "
"(supplying the necessary keys) if the disk is encrypted."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2857 ../fish/guestfish-actions.pod:3080 ../fish/guestfish-actions.pod:3145
+#: ../fish/guestfish-actions.pod:2859 ../fish/guestfish-actions.pod:3087 ../fish/guestfish-actions.pod:3152
msgid "See also L</list-filesystems>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2859
+#: ../fish/guestfish-actions.pod:2861
msgid "is-blockdev"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2861
+#: ../fish/guestfish-actions.pod:2863
#, no-wrap
msgid ""
" is-blockdev path\n"
@@ -14014,24 +14046,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2863 ../src/guestfs-actions.pod:4353
+#: ../fish/guestfish-actions.pod:2865 ../src/guestfs-actions.pod:4355
msgid ""
"This returns C<true> if and only if there is a block device with the given "
"C<path> name."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2866 ../fish/guestfish-actions.pod:2875 ../fish/guestfish-actions.pod:2894 ../fish/guestfish-actions.pod:2903 ../fish/guestfish-actions.pod:2913 ../fish/guestfish-actions.pod:2947 ../fish/guestfish-actions.pod:2956
+#: ../fish/guestfish-actions.pod:2868 ../fish/guestfish-actions.pod:2877 ../fish/guestfish-actions.pod:2896 ../fish/guestfish-actions.pod:2905 ../fish/guestfish-actions.pod:2915 ../fish/guestfish-actions.pod:2949 ../fish/guestfish-actions.pod:2958
msgid "See also L</stat>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2868
+#: ../fish/guestfish-actions.pod:2870
msgid "is-chardev"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2870
+#: ../fish/guestfish-actions.pod:2872
#, no-wrap
msgid ""
" is-chardev path\n"
@@ -14039,19 +14071,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2872 ../src/guestfs-actions.pod:4368
+#: ../fish/guestfish-actions.pod:2874 ../src/guestfs-actions.pod:4370
msgid ""
"This returns C<true> if and only if there is a character device with the "
"given C<path> name."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2877
+#: ../fish/guestfish-actions.pod:2879
msgid "is-config"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2879
+#: ../fish/guestfish-actions.pod:2881
#, no-wrap
msgid ""
" is-config\n"
@@ -14059,19 +14091,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2881 ../src/guestfs-actions.pod:4382
+#: ../fish/guestfish-actions.pod:2883 ../src/guestfs-actions.pod:4384
msgid ""
"This returns true iff this handle is being configured (in the C<CONFIG> "
"state)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2886
+#: ../fish/guestfish-actions.pod:2888
msgid "is-dir"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2888
+#: ../fish/guestfish-actions.pod:2890
#, no-wrap
msgid ""
" is-dir path\n"
@@ -14079,19 +14111,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2890 ../src/guestfs-actions.pod:4397
+#: ../fish/guestfish-actions.pod:2892 ../src/guestfs-actions.pod:4399
msgid ""
"This returns C<true> if and only if there is a directory with the given "
"C<path> name. Note that it returns false for other objects like files."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2896
+#: ../fish/guestfish-actions.pod:2898
msgid "is-fifo"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2898
+#: ../fish/guestfish-actions.pod:2900
#, no-wrap
msgid ""
" is-fifo path\n"
@@ -14099,19 +14131,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2900 ../src/guestfs-actions.pod:4413
+#: ../fish/guestfish-actions.pod:2902 ../src/guestfs-actions.pod:4415
msgid ""
"This returns C<true> if and only if there is a FIFO (named pipe) with the "
"given C<path> name."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2905
+#: ../fish/guestfish-actions.pod:2907
msgid "is-file"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2907
+#: ../fish/guestfish-actions.pod:2909
#, no-wrap
msgid ""
" is-file path\n"
@@ -14119,7 +14151,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2909 ../src/guestfs-actions.pod:4428
+#: ../fish/guestfish-actions.pod:2911 ../src/guestfs-actions.pod:4430
msgid ""
"This returns C<true> if and only if there is a regular file with the given "
"C<path> name. Note that it returns false for other objects like "
@@ -14127,12 +14159,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2915
+#: ../fish/guestfish-actions.pod:2917
msgid "is-launching"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2917
+#: ../fish/guestfish-actions.pod:2919
#, no-wrap
msgid ""
" is-launching\n"
@@ -14140,19 +14172,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2919 ../src/guestfs-actions.pod:4443
+#: ../fish/guestfish-actions.pod:2921 ../src/guestfs-actions.pod:4445
msgid ""
"This returns true iff this handle is launching the subprocess (in the "
"C<LAUNCHING> state)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2924
+#: ../fish/guestfish-actions.pod:2926
msgid "is-lv"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2926
+#: ../fish/guestfish-actions.pod:2928
#, no-wrap
msgid ""
" is-lv device\n"
@@ -14160,19 +14192,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2928 ../src/guestfs-actions.pod:4458
+#: ../fish/guestfish-actions.pod:2930 ../src/guestfs-actions.pod:4460
msgid ""
"This command tests whether C<device> is a logical volume, and returns true "
"iff this is the case."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2931
+#: ../fish/guestfish-actions.pod:2933
msgid "is-ready"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2933
+#: ../fish/guestfish-actions.pod:2935
#, no-wrap
msgid ""
" is-ready\n"
@@ -14180,19 +14212,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2935 ../src/guestfs-actions.pod:4470
+#: ../fish/guestfish-actions.pod:2937 ../src/guestfs-actions.pod:4472
msgid ""
"This returns true iff this handle is ready to accept commands (in the "
"C<READY> state)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2940
+#: ../fish/guestfish-actions.pod:2942
msgid "is-socket"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2942
+#: ../fish/guestfish-actions.pod:2944
#, no-wrap
msgid ""
" is-socket path\n"
@@ -14200,19 +14232,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2944 ../src/guestfs-actions.pod:4485
+#: ../fish/guestfish-actions.pod:2946 ../src/guestfs-actions.pod:4487
msgid ""
"This returns C<true> if and only if there is a Unix domain socket with the "
"given C<path> name."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2949
+#: ../fish/guestfish-actions.pod:2951
msgid "is-symlink"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2951
+#: ../fish/guestfish-actions.pod:2953
#, no-wrap
msgid ""
" is-symlink path\n"
@@ -14220,19 +14252,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2953 ../src/guestfs-actions.pod:4500
+#: ../fish/guestfish-actions.pod:2955 ../src/guestfs-actions.pod:4502
msgid ""
"This returns C<true> if and only if there is a symbolic link with the given "
"C<path> name."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2958
+#: ../fish/guestfish-actions.pod:2960
msgid "is-zero"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2960
+#: ../fish/guestfish-actions.pod:2962
#, no-wrap
msgid ""
" is-zero path\n"
@@ -14240,19 +14272,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2962 ../src/guestfs-actions.pod:4515
+#: ../fish/guestfish-actions.pod:2964 ../src/guestfs-actions.pod:4517
msgid ""
"This returns true iff the file exists and the file is empty or it contains "
"all zero bytes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2965
+#: ../fish/guestfish-actions.pod:2967
msgid "is-zero-device"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2967
+#: ../fish/guestfish-actions.pod:2969
#, no-wrap
msgid ""
" is-zero-device device\n"
@@ -14260,22 +14292,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2969 ../src/guestfs-actions.pod:4528
+#: ../fish/guestfish-actions.pod:2971 ../src/guestfs-actions.pod:4530
msgid "This returns true iff the device exists and contains all zero bytes."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2971 ../src/guestfs-actions.pod:4530
+#: ../fish/guestfish-actions.pod:2973 ../src/guestfs-actions.pod:4532
msgid "Note that for large devices this can take a long time to run."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2973
+#: ../fish/guestfish-actions.pod:2975
msgid "isoinfo"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2975
+#: ../fish/guestfish-actions.pod:2977
#, no-wrap
msgid ""
" isoinfo isofile\n"
@@ -14283,7 +14315,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2977
+#: ../fish/guestfish-actions.pod:2979
msgid ""
"This is the same as L</isoinfo-device> except that it works for an ISO file "
"located inside some other mounted filesystem. Note that in the common case "
@@ -14292,12 +14324,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2983
+#: ../fish/guestfish-actions.pod:2985
msgid "isoinfo-device"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2985
+#: ../fish/guestfish-actions.pod:2987
#, no-wrap
msgid ""
" isoinfo-device device\n"
@@ -14305,7 +14337,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2987 ../src/guestfs-actions.pod:4560
+#: ../fish/guestfish-actions.pod:2989 ../src/guestfs-actions.pod:4562
msgid ""
"C<device> is an ISO device. This returns a struct of information read from "
"the primary volume descriptor (the ISO equivalent of the superblock) of the "
@@ -14313,7 +14345,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2991 ../src/guestfs-actions.pod:4564
+#: ../fish/guestfish-actions.pod:2993 ../src/guestfs-actions.pod:4566
msgid ""
"Usually it is more efficient to use the L<isoinfo(1)> command with the I<-d> "
"option on the host to analyze ISO files, instead of going through "
@@ -14321,19 +14353,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2995 ../src/guestfs-actions.pod:4568
+#: ../fish/guestfish-actions.pod:2997 ../src/guestfs-actions.pod:4570
msgid ""
"For information on the primary volume descriptor fields, see "
"L<http://wiki.osdev.org/ISO_9660#The_Primary_Volume_Descriptor>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2998
+#: ../fish/guestfish-actions.pod:3000
msgid "kill-subprocess"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3000
+#: ../fish/guestfish-actions.pod:3002
#, no-wrap
msgid ""
" kill-subprocess\n"
@@ -14341,34 +14373,34 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3002 ../src/guestfs-actions.pod:4589
+#: ../fish/guestfish-actions.pod:3004 ../src/guestfs-actions.pod:4591
msgid "This kills the qemu subprocess."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3004
+#: ../fish/guestfish-actions.pod:3006
msgid "Do not call this. See: L</shutdown> instead."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3006
+#: ../fish/guestfish-actions.pod:3008
msgid ""
"I<This function is deprecated.> In new code, use the L</shutdown> call "
"instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3013
+#: ../fish/guestfish-actions.pod:3015
msgid "launch"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3015
+#: ../fish/guestfish-actions.pod:3017
msgid "run"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3017
+#: ../fish/guestfish-actions.pod:3019
#, no-wrap
msgid ""
" launch\n"
@@ -14376,26 +14408,35 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3019 ../src/guestfs-actions.pod:4602
+#: ../fish/guestfish-actions.pod:3021 ../src/guestfs-actions.pod:4604
msgid ""
"Internally libguestfs is implemented by running a virtual machine using "
"L<qemu(1)>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3022 ../src/guestfs-actions.pod:4605
+#: ../fish/guestfish-actions.pod:3024 ../src/guestfs-actions.pod:4607
msgid ""
"You should call this after configuring the handle (eg. adding drives) but "
"before performing any actions."
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:3027
+msgid ""
+"Do not call L</launch> twice on the same handle. Although it will not give "
+"an error (for historical reasons), the precise behaviour when you do this is "
+"not well defined. Handles are very cheap to create, so create a new one for "
+"each launch."
+msgstr ""
+
#. type: =head2
-#: ../fish/guestfish-actions.pod:3025
+#: ../fish/guestfish-actions.pod:3032
msgid "lchown"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3027
+#: ../fish/guestfish-actions.pod:3034
#, no-wrap
msgid ""
" lchown owner group path\n"
@@ -14403,7 +14444,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3029
+#: ../fish/guestfish-actions.pod:3036
msgid ""
"Change the file owner to C<owner> and group to C<group>. This is like "
"L</chown> but if C<path> is a symlink then the link itself is changed, not "
@@ -14411,12 +14452,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3037
+#: ../fish/guestfish-actions.pod:3044
msgid "lgetxattr"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3039
+#: ../fish/guestfish-actions.pod:3046
#, no-wrap
msgid ""
" lgetxattr path name\n"
@@ -14424,24 +14465,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3041 ../src/guestfs-actions.pod:4645
+#: ../fish/guestfish-actions.pod:3048 ../src/guestfs-actions.pod:4652
msgid ""
"Get a single extended attribute from file C<path> named C<name>. If C<path> "
"is a symlink, then this call returns an extended attribute from the symlink."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3055
+#: ../fish/guestfish-actions.pod:3062
msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3057
+#: ../fish/guestfish-actions.pod:3064
msgid "lgetxattrs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3059
+#: ../fish/guestfish-actions.pod:3066
#, no-wrap
msgid ""
" lgetxattrs path\n"
@@ -14449,19 +14490,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3061
+#: ../fish/guestfish-actions.pod:3068
msgid ""
"This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
"it returns the extended attributes of the link itself."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3065
+#: ../fish/guestfish-actions.pod:3072
msgid "list-9p"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3067
+#: ../fish/guestfish-actions.pod:3074
#, no-wrap
msgid ""
" list-9p\n"
@@ -14469,19 +14510,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3069 ../src/guestfs-actions.pod:4688
+#: ../fish/guestfish-actions.pod:3076 ../src/guestfs-actions.pod:4695
msgid ""
"List all 9p filesystems attached to the guest. A list of mount tags is "
"returned."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3072
+#: ../fish/guestfish-actions.pod:3079
msgid "list-devices"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3074
+#: ../fish/guestfish-actions.pod:3081
#, no-wrap
msgid ""
" list-devices\n"
@@ -14489,22 +14530,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3076 ../src/guestfs-actions.pod:4702
+#: ../fish/guestfish-actions.pod:3083 ../src/guestfs-actions.pod:4709
msgid "List all the block devices."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3078 ../src/guestfs-actions.pod:4704
+#: ../fish/guestfish-actions.pod:3085 ../src/guestfs-actions.pod:4711
msgid "The full block device names are returned, eg. C</dev/sda>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3082
+#: ../fish/guestfish-actions.pod:3089
msgid "list-dm-devices"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3084
+#: ../fish/guestfish-actions.pod:3091
#, no-wrap
msgid ""
" list-dm-devices\n"
@@ -14512,31 +14553,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3086 ../src/guestfs-actions.pod:4719
+#: ../fish/guestfish-actions.pod:3093 ../src/guestfs-actions.pod:4726
msgid "List all device mapper devices."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3088
+#: ../fish/guestfish-actions.pod:3095
msgid ""
"The returned list contains C</dev/mapper/*> devices, eg. ones created by a "
"previous call to L</luks-open>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3091
+#: ../fish/guestfish-actions.pod:3098
msgid ""
"Device mapper devices which correspond to logical volumes are I<not> "
"returned in this list. Call L</lvs> if you want to list logical volumes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3095
+#: ../fish/guestfish-actions.pod:3102
msgid "list-filesystems"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3097
+#: ../fish/guestfish-actions.pod:3104
#, no-wrap
msgid ""
" list-filesystems\n"
@@ -14544,7 +14585,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3099 ../src/guestfs-actions.pod:4739
+#: ../fish/guestfish-actions.pod:3106 ../src/guestfs-actions.pod:4746
msgid ""
"This inspection command looks for filesystems on partitions, block devices "
"and logical volumes, returning a list of devices containing filesystems and "
@@ -14552,14 +14593,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3103 ../src/guestfs-actions.pod:4743
+#: ../fish/guestfish-actions.pod:3110 ../src/guestfs-actions.pod:4750
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:3107 ../src/guestfs-actions.pod:4747
+#: ../fish/guestfish-actions.pod:3114 ../src/guestfs-actions.pod:4754
#, no-wrap
msgid ""
" \"/dev/sda1\" => \"ntfs\"\n"
@@ -14570,14 +14611,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3112 ../src/guestfs-actions.pod:4752
+#: ../fish/guestfish-actions.pod:3119 ../src/guestfs-actions.pod:4759
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."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3116
+#: ../fish/guestfish-actions.pod:3123
msgid ""
"This command runs other libguestfs commands, which might include L</mount> "
"and L</umount>, and therefore you should use this soon after launch and only "
@@ -14585,7 +14626,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3120
+#: ../fish/guestfish-actions.pod:3127
msgid ""
"Not all of the filesystems returned will be mountable. In particular, swap "
"partitions are returned in the list. Also this command does not check that "
@@ -14595,12 +14636,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3128
+#: ../fish/guestfish-actions.pod:3135
msgid "list-md-devices"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3130
+#: ../fish/guestfish-actions.pod:3137
#, no-wrap
msgid ""
" list-md-devices\n"
@@ -14608,17 +14649,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3132 ../src/guestfs-actions.pod:4781
+#: ../fish/guestfish-actions.pod:3139 ../src/guestfs-actions.pod:4788
msgid "List all Linux md devices."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3134
+#: ../fish/guestfish-actions.pod:3141
msgid "list-partitions"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3136
+#: ../fish/guestfish-actions.pod:3143
#, no-wrap
msgid ""
" list-partitions\n"
@@ -14626,29 +14667,29 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3138 ../src/guestfs-actions.pod:4794
+#: ../fish/guestfish-actions.pod:3145 ../src/guestfs-actions.pod:4801
msgid "List all the partitions detected on all block devices."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3140 ../src/guestfs-actions.pod:4796
+#: ../fish/guestfish-actions.pod:3147 ../src/guestfs-actions.pod:4803
msgid "The full partition device names are returned, eg. C</dev/sda1>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3142
+#: ../fish/guestfish-actions.pod:3149
msgid ""
"This does not return logical volumes. For that you will need to call "
"L</lvs>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3147
+#: ../fish/guestfish-actions.pod:3154
msgid "ll"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3149
+#: ../fish/guestfish-actions.pod:3156
#, no-wrap
msgid ""
" ll directory\n"
@@ -14656,26 +14697,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3151 ../src/guestfs-actions.pod:4815
+#: ../fish/guestfish-actions.pod:3158 ../src/guestfs-actions.pod:4822
msgid ""
"List the files in C<directory> (relative to the root directory, there is no "
"cwd) in the format of 'ls -la'."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3154 ../fish/guestfish-actions.pod:3163 ../src/guestfs-actions.pod:4818 ../src/guestfs-actions.pod:4834
+#: ../fish/guestfish-actions.pod:3161 ../fish/guestfish-actions.pod:3170 ../src/guestfs-actions.pod:4825 ../src/guestfs-actions.pod:4841
msgid ""
"This command is mostly useful for interactive sessions. It is I<not> "
"intended that you try to parse the output string."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3157
+#: ../fish/guestfish-actions.pod:3164
msgid "llz"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3159
+#: ../fish/guestfish-actions.pod:3166
#, no-wrap
msgid ""
" llz directory\n"
@@ -14683,17 +14724,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3161 ../src/guestfs-actions.pod:4832
+#: ../fish/guestfish-actions.pod:3168 ../src/guestfs-actions.pod:4839
msgid "List the files in C<directory> in the format of 'ls -laZ'."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3166
+#: ../fish/guestfish-actions.pod:3173
msgid "ln"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3168
+#: ../fish/guestfish-actions.pod:3175
#, no-wrap
msgid ""
" ln target linkname\n"
@@ -14701,17 +14742,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3170 ../src/guestfs-actions.pod:4849
+#: ../fish/guestfish-actions.pod:3177 ../src/guestfs-actions.pod:4856
msgid "This command creates a hard link using the C<ln> command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3172
+#: ../fish/guestfish-actions.pod:3179
msgid "ln-f"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3174
+#: ../fish/guestfish-actions.pod:3181
#, no-wrap
msgid ""
" ln-f target linkname\n"
@@ -14719,19 +14760,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3176 ../src/guestfs-actions.pod:4862
+#: ../fish/guestfish-actions.pod:3183 ../src/guestfs-actions.pod:4869
msgid ""
"This command creates a hard link using the C<ln -f> command. The I<-f> "
"option removes the link (C<linkname>) if it exists already."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3179
+#: ../fish/guestfish-actions.pod:3186
msgid "ln-s"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3181
+#: ../fish/guestfish-actions.pod:3188
#, no-wrap
msgid ""
" ln-s target linkname\n"
@@ -14739,17 +14780,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3183 ../src/guestfs-actions.pod:4876
+#: ../fish/guestfish-actions.pod:3190 ../src/guestfs-actions.pod:4883
msgid "This command creates a symbolic link using the C<ln -s> command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3185
+#: ../fish/guestfish-actions.pod:3192
msgid "ln-sf"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3187
+#: ../fish/guestfish-actions.pod:3194
#, no-wrap
msgid ""
" ln-sf target linkname\n"
@@ -14757,19 +14798,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3189 ../src/guestfs-actions.pod:4889
+#: ../fish/guestfish-actions.pod:3196 ../src/guestfs-actions.pod:4896
msgid ""
"This command creates a symbolic link using the C<ln -sf> command, The I<-f> "
"option removes the link (C<linkname>) if it exists already."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3192
+#: ../fish/guestfish-actions.pod:3199
msgid "lremovexattr"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3194
+#: ../fish/guestfish-actions.pod:3201
#, no-wrap
msgid ""
" lremovexattr xattr path\n"
@@ -14777,19 +14818,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3196
+#: ../fish/guestfish-actions.pod:3203
msgid ""
"This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
"it removes an extended attribute of the link itself."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3200
+#: ../fish/guestfish-actions.pod:3207
msgid "ls"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3202
+#: ../fish/guestfish-actions.pod:3209
#, no-wrap
msgid ""
" ls directory\n"
@@ -14797,7 +14838,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3204 ../src/guestfs-actions.pod:4917
+#: ../fish/guestfish-actions.pod:3211 ../src/guestfs-actions.pod:4924
msgid ""
"List the files in C<directory> (relative to the root directory, there is no "
"cwd). The '.' and '..' entries are not returned, but hidden files are "
@@ -14805,19 +14846,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3208
+#: ../fish/guestfish-actions.pod:3215
msgid ""
"This command is mostly useful for interactive sessions. Programs should "
"probably use L</readdir> instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3211
+#: ../fish/guestfish-actions.pod:3218
msgid "lsetxattr"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3213
+#: ../fish/guestfish-actions.pod:3220
#, no-wrap
msgid ""
" lsetxattr xattr val vallen path\n"
@@ -14825,19 +14866,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3215
+#: ../fish/guestfish-actions.pod:3222
msgid ""
"This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
"sets an extended attribute of the link itself."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3219
+#: ../fish/guestfish-actions.pod:3226
msgid "lstat"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3221
+#: ../fish/guestfish-actions.pod:3228
#, no-wrap
msgid ""
" lstat path\n"
@@ -14845,29 +14886,29 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3223 ../fish/guestfish-actions.pod:5384 ../src/guestfs-actions.pod:4953 ../src/guestfs-actions.pod:8386
+#: ../fish/guestfish-actions.pod:3230 ../fish/guestfish-actions.pod:5391 ../src/guestfs-actions.pod:4960 ../src/guestfs-actions.pod:8393
msgid "Returns file information for the given C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3225
+#: ../fish/guestfish-actions.pod:3232
msgid ""
"This is the same as L</stat> except that if C<path> is a symbolic link, then "
"the link is stat-ed, not the file it refers to."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3229 ../src/guestfs-actions.pod:4959
+#: ../fish/guestfish-actions.pod:3236 ../src/guestfs-actions.pod:4966
msgid "This is the same as the C<lstat(2)> system call."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3231
+#: ../fish/guestfish-actions.pod:3238
msgid "lstatlist"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3233
+#: ../fish/guestfish-actions.pod:3240
#, no-wrap
msgid ""
" lstatlist path 'names ...'\n"
@@ -14875,7 +14916,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3235
+#: ../fish/guestfish-actions.pod:3242
msgid ""
"This call allows you to perform the L</lstat> operation on multiple files, "
"where all files are in the directory C<path>. C<names> is the list of files "
@@ -14883,7 +14924,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3239 ../src/guestfs-actions.pod:4978
+#: ../fish/guestfish-actions.pod:3246 ../src/guestfs-actions.pod:4985
msgid ""
"On return you get a list of stat structs, with a one-to-one correspondence "
"to the C<names> list. If any name did not exist or could not be lstat'd, "
@@ -14891,7 +14932,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3244
+#: ../fish/guestfish-actions.pod:3251
msgid ""
"This call is intended for programs that want to efficiently list a directory "
"contents without making many round-trips. See also L</lxattrlist> for a "
@@ -14902,12 +14943,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3252
+#: ../fish/guestfish-actions.pod:3259
msgid "luks-add-key"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3254
+#: ../fish/guestfish-actions.pod:3261
#, no-wrap
msgid ""
" luks-add-key device keyslot\n"
@@ -14915,7 +14956,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3256 ../src/guestfs-actions.pod:5006
+#: ../fish/guestfish-actions.pod:3263 ../src/guestfs-actions.pod:5013
msgid ""
"This command adds a new key on LUKS device C<device>. C<key> is any "
"existing key, and is used to access the device. C<newkey> is the new key to "
@@ -14923,26 +14964,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3261
+#: ../fish/guestfish-actions.pod:3268
msgid ""
"Note that if C<keyslot> already contains a key, then this command will "
"fail. You have to use L</luks-kill-slot> first to remove that key."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3265 ../fish/guestfish-actions.pod:3287 ../fish/guestfish-actions.pod:3297 ../fish/guestfish-actions.pod:3308 ../fish/guestfish-actions.pod:3334 ../fish/guestfish-actions.pod:3344
+#: ../fish/guestfish-actions.pod:3272 ../fish/guestfish-actions.pod:3294 ../fish/guestfish-actions.pod:3304 ../fish/guestfish-actions.pod:3315 ../fish/guestfish-actions.pod:3341 ../fish/guestfish-actions.pod:3351
msgid ""
"This command has one or more key or passphrase parameters. Guestfish will "
"prompt for these separately."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3268
+#: ../fish/guestfish-actions.pod:3275
msgid "luks-close"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3270
+#: ../fish/guestfish-actions.pod:3277
#, no-wrap
msgid ""
" luks-close device\n"
@@ -14950,7 +14991,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3272
+#: ../fish/guestfish-actions.pod:3279
msgid ""
"This closes a LUKS device that was created earlier by L</luks-open> or "
"L</luks-open-ro>. The C<device> parameter must be the name of the LUKS "
@@ -14959,12 +15000,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3278
+#: ../fish/guestfish-actions.pod:3285
msgid "luks-format"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3280
+#: ../fish/guestfish-actions.pod:3287
#, no-wrap
msgid ""
" luks-format device keyslot\n"
@@ -14972,7 +15013,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3282 ../src/guestfs-actions.pod:5047
+#: ../fish/guestfish-actions.pod:3289 ../src/guestfs-actions.pod:5054
msgid ""
"This command erases existing data on C<device> and formats the device as a "
"LUKS encrypted device. C<key> is the initial key, which is added to key "
@@ -14980,12 +15021,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3290
+#: ../fish/guestfish-actions.pod:3297
msgid "luks-format-cipher"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3292
+#: ../fish/guestfish-actions.pod:3299
#, no-wrap
msgid ""
" luks-format-cipher device keyslot cipher\n"
@@ -14993,19 +15034,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3294
+#: ../fish/guestfish-actions.pod:3301
msgid ""
"This command is the same as L</luks-format> but it also allows you to set "
"the C<cipher> used."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3300
+#: ../fish/guestfish-actions.pod:3307
msgid "luks-kill-slot"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3302
+#: ../fish/guestfish-actions.pod:3309
#, no-wrap
msgid ""
" luks-kill-slot device keyslot\n"
@@ -15013,19 +15054,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3304 ../src/guestfs-actions.pod:5088
+#: ../fish/guestfish-actions.pod:3311 ../src/guestfs-actions.pod:5095
msgid ""
"This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
"device C<device>. C<key> must be one of the I<other> keys."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3311
+#: ../fish/guestfish-actions.pod:3318
msgid "luks-open"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3313
+#: ../fish/guestfish-actions.pod:3320
#, no-wrap
msgid ""
" luks-open device mapname\n"
@@ -15033,26 +15074,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3315 ../src/guestfs-actions.pod:5108
+#: ../fish/guestfish-actions.pod:3322 ../src/guestfs-actions.pod:5115
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:3318 ../src/guestfs-actions.pod:5111
+#: ../fish/guestfish-actions.pod:3325 ../src/guestfs-actions.pod:5118
msgid "C<device> is the encrypted block device or partition."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3320 ../src/guestfs-actions.pod:5113
+#: ../fish/guestfish-actions.pod:3327 ../src/guestfs-actions.pod:5120
msgid ""
"The caller must supply one of the keys associated with the LUKS block "
"device, in the C<key> parameter."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3323 ../src/guestfs-actions.pod:5116
+#: ../fish/guestfish-actions.pod:3330 ../src/guestfs-actions.pod:5123
msgid ""
"This creates a new block device called C</dev/mapper/mapname>. Reads and "
"writes to this block device are decrypted from and encrypted to the "
@@ -15060,24 +15101,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3327
+#: ../fish/guestfish-actions.pod:3334
msgid ""
"If this block device contains LVM volume groups, then calling L</vgscan> "
"followed by L</vg-activate-all> will make them visible."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3331
+#: ../fish/guestfish-actions.pod:3338
msgid "Use L</list-dm-devices> to list all device mapper devices."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3337
+#: ../fish/guestfish-actions.pod:3344
msgid "luks-open-ro"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3339
+#: ../fish/guestfish-actions.pod:3346
#, no-wrap
msgid ""
" luks-open-ro device mapname\n"
@@ -15085,19 +15126,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3341
+#: ../fish/guestfish-actions.pod:3348
msgid ""
"This is the same as L</luks-open> except that a read-only mapping is "
"created."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3347
+#: ../fish/guestfish-actions.pod:3354
msgid "lvcreate"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3349
+#: ../fish/guestfish-actions.pod:3356
#, no-wrap
msgid ""
" lvcreate logvol volgroup mbytes\n"
@@ -15105,19 +15146,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3351 ../src/guestfs-actions.pod:5162
+#: ../fish/guestfish-actions.pod:3358 ../src/guestfs-actions.pod:5169
msgid ""
"This creates an LVM logical volume called C<logvol> on the volume group "
"C<volgroup>, with C<size> megabytes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3354
+#: ../fish/guestfish-actions.pod:3361
msgid "lvcreate-free"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3356
+#: ../fish/guestfish-actions.pod:3363
#, no-wrap
msgid ""
" lvcreate-free logvol volgroup percent\n"
@@ -15125,7 +15166,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3358 ../src/guestfs-actions.pod:5177
+#: ../fish/guestfish-actions.pod:3365 ../src/guestfs-actions.pod:5184
msgid ""
"Create an LVM logical volume called C</dev/volgroup/logvol>, using "
"approximately C<percent> % of the free space remaining in the volume group. "
@@ -15134,12 +15175,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3363
+#: ../fish/guestfish-actions.pod:3370
msgid "lvm-canonical-lv-name"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3365
+#: ../fish/guestfish-actions.pod:3372
#, no-wrap
msgid ""
" lvm-canonical-lv-name lvname\n"
@@ -15147,7 +15188,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3367 ../src/guestfs-actions.pod:5192
+#: ../fish/guestfish-actions.pod:3374 ../src/guestfs-actions.pod:5199
msgid ""
"This converts alternative naming schemes for LVs that you might find to the "
"canonical name. For example, C</dev/mapper/VG-LV> is converted to "
@@ -15155,24 +15196,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3371 ../src/guestfs-actions.pod:5196
+#: ../fish/guestfish-actions.pod:3378 ../src/guestfs-actions.pod:5203
msgid ""
"This command returns an error if the C<lvname> parameter does not refer to a "
"logical volume."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3374
+#: ../fish/guestfish-actions.pod:3381
msgid "See also L</is-lv>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3376
+#: ../fish/guestfish-actions.pod:3383
msgid "lvm-clear-filter"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3378
+#: ../fish/guestfish-actions.pod:3385
#, no-wrap
msgid ""
" lvm-clear-filter\n"
@@ -15180,24 +15221,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3380
+#: ../fish/guestfish-actions.pod:3387
msgid ""
"This undoes the effect of L</lvm-set-filter>. LVM will be able to see every "
"block device."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3383 ../fish/guestfish-actions.pod:3411 ../src/guestfs-actions.pod:5214 ../src/guestfs-actions.pod:5253
+#: ../fish/guestfish-actions.pod:3390 ../fish/guestfish-actions.pod:3418 ../src/guestfs-actions.pod:5221 ../src/guestfs-actions.pod:5260
msgid "This command also clears the LVM cache and performs a volume group scan."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3386
+#: ../fish/guestfish-actions.pod:3393
msgid "lvm-remove-all"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3388
+#: ../fish/guestfish-actions.pod:3395
#, no-wrap
msgid ""
" lvm-remove-all\n"
@@ -15205,19 +15246,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3390 ../src/guestfs-actions.pod:5226
+#: ../fish/guestfish-actions.pod:3397 ../src/guestfs-actions.pod:5233
msgid ""
"This command removes all LVM logical volumes, volume groups and physical "
"volumes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3393
+#: ../fish/guestfish-actions.pod:3400
msgid "lvm-set-filter"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3395
+#: ../fish/guestfish-actions.pod:3402
#, no-wrap
msgid ""
" lvm-set-filter 'devices ...'\n"
@@ -15225,7 +15266,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3397 ../src/guestfs-actions.pod:5239
+#: ../fish/guestfish-actions.pod:3404 ../src/guestfs-actions.pod:5246
msgid ""
"This sets the LVM device filter so that LVM will only be able to \"see\" the "
"block devices in the list C<devices>, and will ignore all other attached "
@@ -15233,7 +15274,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3401 ../src/guestfs-actions.pod:5243
+#: ../fish/guestfish-actions.pod:3408 ../src/guestfs-actions.pod:5250
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 "
@@ -15245,24 +15286,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3414 ../src/guestfs-actions.pod:5256
+#: ../fish/guestfish-actions.pod:3421 ../src/guestfs-actions.pod:5263
msgid "You can filter whole block devices or individual partitions."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3416 ../src/guestfs-actions.pod:5258
+#: ../fish/guestfish-actions.pod:3423 ../src/guestfs-actions.pod:5265
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:3420
+#: ../fish/guestfish-actions.pod:3427
msgid "lvremove"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3422
+#: ../fish/guestfish-actions.pod:3429
#, no-wrap
msgid ""
" lvremove device\n"
@@ -15270,26 +15311,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3424 ../src/guestfs-actions.pod:5272
+#: ../fish/guestfish-actions.pod:3431 ../src/guestfs-actions.pod:5279
msgid ""
"Remove an LVM logical volume C<device>, where C<device> is the path to the "
"LV, such as C</dev/VG/LV>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3427 ../src/guestfs-actions.pod:5275
+#: ../fish/guestfish-actions.pod:3434 ../src/guestfs-actions.pod:5282
msgid ""
"You can also remove all LVs in a volume group by specifying the VG name, "
"C</dev/VG>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3430
+#: ../fish/guestfish-actions.pod:3437
msgid "lvrename"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3432
+#: ../fish/guestfish-actions.pod:3439
#, no-wrap
msgid ""
" lvrename logvol newlogvol\n"
@@ -15297,17 +15338,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3434 ../src/guestfs-actions.pod:5289
+#: ../fish/guestfish-actions.pod:3441 ../src/guestfs-actions.pod:5296
msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3436
+#: ../fish/guestfish-actions.pod:3443
msgid "lvresize"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3438
+#: ../fish/guestfish-actions.pod:3445
#, no-wrap
msgid ""
" lvresize device mbytes\n"
@@ -15315,19 +15356,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3440 ../src/guestfs-actions.pod:5302
+#: ../fish/guestfish-actions.pod:3447 ../src/guestfs-actions.pod:5309
msgid ""
"This resizes (expands or shrinks) an existing LVM logical volume to "
"C<mbytes>. When reducing, data in the reduced part is lost."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3444
+#: ../fish/guestfish-actions.pod:3451
msgid "lvresize-free"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3446
+#: ../fish/guestfish-actions.pod:3453
#, no-wrap
msgid ""
" lvresize-free lv percent\n"
@@ -15335,7 +15376,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3448 ../src/guestfs-actions.pod:5317
+#: ../fish/guestfish-actions.pod:3455 ../src/guestfs-actions.pod:5324
msgid ""
"This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
"remaining free space in the volume group. Commonly you would call this with "
@@ -15344,12 +15385,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3454
+#: ../fish/guestfish-actions.pod:3461
msgid "lvs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3456
+#: ../fish/guestfish-actions.pod:3463
#, no-wrap
msgid ""
" lvs\n"
@@ -15357,31 +15398,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3458 ../src/guestfs-actions.pod:5332
+#: ../fish/guestfish-actions.pod:3465 ../src/guestfs-actions.pod:5339
msgid ""
"List all the logical volumes detected. This is the equivalent of the "
"L<lvs(8)> command."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3461 ../src/guestfs-actions.pod:5335
+#: ../fish/guestfish-actions.pod:3468 ../src/guestfs-actions.pod:5342
msgid ""
"This returns a list of the logical volume device names "
"(eg. C</dev/VolGroup00/LogVol00>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3464
+#: ../fish/guestfish-actions.pod:3471
msgid "See also L</lvs-full>, L</list-filesystems>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3466
+#: ../fish/guestfish-actions.pod:3473
msgid "lvs-full"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3468
+#: ../fish/guestfish-actions.pod:3475
#, no-wrap
msgid ""
" lvs-full\n"
@@ -15389,19 +15430,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3470 ../src/guestfs-actions.pod:5351
+#: ../fish/guestfish-actions.pod:3477 ../src/guestfs-actions.pod:5358
msgid ""
"List all the logical volumes detected. This is the equivalent of the "
"L<lvs(8)> command. The \"full\" version includes all fields."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3473
+#: ../fish/guestfish-actions.pod:3480
msgid "lvuuid"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3475
+#: ../fish/guestfish-actions.pod:3482
#, no-wrap
msgid ""
" lvuuid device\n"
@@ -15409,17 +15450,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3477 ../src/guestfs-actions.pod:5366
+#: ../fish/guestfish-actions.pod:3484 ../src/guestfs-actions.pod:5373
msgid "This command returns the UUID of the LVM LV C<device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3479
+#: ../fish/guestfish-actions.pod:3486
msgid "lxattrlist"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3481
+#: ../fish/guestfish-actions.pod:3488
#, no-wrap
msgid ""
" lxattrlist path 'names ...'\n"
@@ -15427,7 +15468,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3483 ../src/guestfs-actions.pod:5380
+#: ../fish/guestfish-actions.pod:3490 ../src/guestfs-actions.pod:5387
msgid ""
"This call allows you to get the extended attributes of multiple files, where "
"all files are in the directory C<path>. C<names> is the list of files from "
@@ -15435,7 +15476,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3487 ../src/guestfs-actions.pod:5384
+#: ../fish/guestfish-actions.pod:3494 ../src/guestfs-actions.pod:5391
msgid ""
"On return you get a flat list of xattr structs which must be interpreted "
"sequentially. The first xattr struct always has a zero-length C<attrname>. "
@@ -15448,7 +15489,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3497
+#: ../fish/guestfish-actions.pod:3504
msgid ""
"This call is intended for programs that want to efficiently list a directory "
"contents without making many round-trips. See also L</lstatlist> for a "
@@ -15459,12 +15500,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3505
+#: ../fish/guestfish-actions.pod:3512
msgid "md-create"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3507
+#: ../fish/guestfish-actions.pod:3514
#, no-wrap
msgid ""
" md-create name 'devices ...' [missingbitmap:N] [nrdevices:N] [spare:N] "
@@ -15473,19 +15514,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3509 ../src/guestfs-actions.pod:5427
+#: ../fish/guestfish-actions.pod:3516 ../src/guestfs-actions.pod:5434
msgid ""
"Create a Linux md (RAID) device named C<name> on the devices in the list "
"C<devices>."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3516 ../src/guestfs-actions.pod:5434
+#: ../fish/guestfish-actions.pod:3523 ../src/guestfs-actions.pod:5441
msgid "C<missingbitmap>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3518 ../src/guestfs-actions.pod:5436
+#: ../fish/guestfish-actions.pod:3525 ../src/guestfs-actions.pod:5443
msgid ""
"A bitmap of missing devices. If a bit is set it means that a missing device "
"is added to the array. The least significant bit corresponds to the first "
@@ -15493,85 +15534,85 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3522 ../src/guestfs-actions.pod:5440
+#: ../fish/guestfish-actions.pod:3529 ../src/guestfs-actions.pod:5447
msgid "As examples:"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3524 ../src/guestfs-actions.pod:5442
+#: ../fish/guestfish-actions.pod:3531 ../src/guestfs-actions.pod:5449
msgid ""
"If C<devices = [\"/dev/sda\"]> and C<missingbitmap = 0x1> then the resulting "
"array would be C<[E<lt>missingE<gt>, \"/dev/sda\"]>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3527 ../src/guestfs-actions.pod:5445
+#: ../fish/guestfish-actions.pod:3534 ../src/guestfs-actions.pod:5452
msgid ""
"If C<devices = [\"/dev/sda\"]> and C<missingbitmap = 0x2> then the resulting "
"array would be C<[\"/dev/sda\", E<lt>missingE<gt>]>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3530 ../src/guestfs-actions.pod:5448
+#: ../fish/guestfish-actions.pod:3537 ../src/guestfs-actions.pod:5455
msgid "This defaults to C<0> (no missing devices)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3532 ../src/guestfs-actions.pod:5450
+#: ../fish/guestfish-actions.pod:3539 ../src/guestfs-actions.pod:5457
msgid ""
"The length of C<devices> + the number of bits set in C<missingbitmap> must "
"equal C<nrdevices> + C<spare>."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3535 ../src/guestfs-actions.pod:5453
+#: ../fish/guestfish-actions.pod:3542 ../src/guestfs-actions.pod:5460
msgid "C<nrdevices>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3537 ../src/guestfs-actions.pod:5455
+#: ../fish/guestfish-actions.pod:3544 ../src/guestfs-actions.pod:5462
msgid "The number of active RAID devices."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3539 ../src/guestfs-actions.pod:5457
+#: ../fish/guestfish-actions.pod:3546 ../src/guestfs-actions.pod:5464
msgid ""
"If not set, this defaults to the length of C<devices> plus the number of "
"bits set in C<missingbitmap>."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3542 ../src/guestfs-actions.pod:5460
+#: ../fish/guestfish-actions.pod:3549 ../src/guestfs-actions.pod:5467
msgid "C<spare>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3544 ../src/guestfs-actions.pod:5462
+#: ../fish/guestfish-actions.pod:3551 ../src/guestfs-actions.pod:5469
msgid "The number of spare devices."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3546 ../src/guestfs-actions.pod:5464
+#: ../fish/guestfish-actions.pod:3553 ../src/guestfs-actions.pod:5471
msgid "If not set, this defaults to C<0>."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3548 ../src/guestfs-actions.pod:5466
+#: ../fish/guestfish-actions.pod:3555 ../src/guestfs-actions.pod:5473
msgid "C<chunk>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3550 ../src/guestfs-actions.pod:5468
+#: ../fish/guestfish-actions.pod:3557 ../src/guestfs-actions.pod:5475
msgid "The chunk size in bytes."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3552 ../fish/guestfish-actions.pod:3575 ../src/guestfs-actions.pod:5470 ../src/guestfs-actions.pod:5521
+#: ../fish/guestfish-actions.pod:3559 ../fish/guestfish-actions.pod:3582 ../src/guestfs-actions.pod:5477 ../src/guestfs-actions.pod:5528
msgid "C<level>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3554 ../src/guestfs-actions.pod:5472
+#: ../fish/guestfish-actions.pod:3561 ../src/guestfs-actions.pod:5479
msgid ""
"The RAID level, which can be one of: I<linear>, I<raid0>, I<0>, I<stripe>, "
"I<raid1>, I<1>, I<mirror>, I<raid4>, I<4>, I<raid5>, I<5>, I<raid6>, I<6>, "
@@ -15580,17 +15621,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3559 ../src/guestfs-actions.pod:5477
+#: ../fish/guestfish-actions.pod:3566 ../src/guestfs-actions.pod:5484
msgid "If not set, this defaults to C<raid1>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3565
+#: ../fish/guestfish-actions.pod:3572
msgid "md-detail"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3567
+#: ../fish/guestfish-actions.pod:3574
#, no-wrap
msgid ""
" md-detail md\n"
@@ -15598,7 +15639,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3569 ../src/guestfs-actions.pod:5515
+#: ../fish/guestfish-actions.pod:3576 ../src/guestfs-actions.pod:5522
msgid ""
"This command exposes the output of 'mdadm -DY E<lt>mdE<gt>'. The following "
"fields are usually present in the returned hash. Other fields may also be "
@@ -15606,52 +15647,52 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3577 ../src/guestfs-actions.pod:5523
+#: ../fish/guestfish-actions.pod:3584 ../src/guestfs-actions.pod:5530
msgid "The raid level of the MD device."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3579 ../src/guestfs-actions.pod:5525
+#: ../fish/guestfish-actions.pod:3586 ../src/guestfs-actions.pod:5532
msgid "C<devices>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3581 ../src/guestfs-actions.pod:5527
+#: ../fish/guestfish-actions.pod:3588 ../src/guestfs-actions.pod:5534
msgid "The number of underlying devices in the MD device."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3583 ../src/guestfs-actions.pod:5529
+#: ../fish/guestfish-actions.pod:3590 ../src/guestfs-actions.pod:5536
msgid "C<metadata>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3585 ../src/guestfs-actions.pod:5531
+#: ../fish/guestfish-actions.pod:3592 ../src/guestfs-actions.pod:5538
msgid "The metadata version used."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3587 ../src/guestfs-actions.pod:5533
+#: ../fish/guestfish-actions.pod:3594 ../src/guestfs-actions.pod:5540
msgid "C<uuid>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3589 ../src/guestfs-actions.pod:5535
+#: ../fish/guestfish-actions.pod:3596 ../src/guestfs-actions.pod:5542
msgid "The UUID of the MD device."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3593 ../src/guestfs-actions.pod:5539
+#: ../fish/guestfish-actions.pod:3600 ../src/guestfs-actions.pod:5546
msgid "The name of the MD device."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3597
+#: ../fish/guestfish-actions.pod:3604
msgid "md-stat"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3599
+#: ../fish/guestfish-actions.pod:3606
#, no-wrap
msgid ""
" md-stat md\n"
@@ -15659,103 +15700,103 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3601 ../src/guestfs-actions.pod:5557
+#: ../fish/guestfish-actions.pod:3608 ../src/guestfs-actions.pod:5564
msgid ""
"This call returns a list of the underlying devices which make up the single "
"software RAID array device C<md>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3604
+#: ../fish/guestfish-actions.pod:3611
msgid "To get a list of software RAID devices, call L</list-md-devices>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3606 ../src/guestfs-actions.pod:5562
+#: ../fish/guestfish-actions.pod:3613 ../src/guestfs-actions.pod:5569
msgid ""
"Each structure returned corresponds to one device along with additional "
"status information:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3611 ../src/guestfs-actions.pod:5567
+#: ../fish/guestfish-actions.pod:3618 ../src/guestfs-actions.pod:5574
msgid "C<mdstat_device>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3613 ../src/guestfs-actions.pod:5569
+#: ../fish/guestfish-actions.pod:3620 ../src/guestfs-actions.pod:5576
msgid "The name of the underlying device."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3615 ../src/guestfs-actions.pod:5571
+#: ../fish/guestfish-actions.pod:3622 ../src/guestfs-actions.pod:5578
msgid "C<mdstat_index>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3617 ../src/guestfs-actions.pod:5573
+#: ../fish/guestfish-actions.pod:3624 ../src/guestfs-actions.pod:5580
msgid "The index of this device within the array."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3619 ../src/guestfs-actions.pod:5575
+#: ../fish/guestfish-actions.pod:3626 ../src/guestfs-actions.pod:5582
msgid "C<mdstat_flags>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3621 ../src/guestfs-actions.pod:5577
+#: ../fish/guestfish-actions.pod:3628 ../src/guestfs-actions.pod:5584
msgid ""
"Flags associated with this device. This is a string containing (in no "
"specific order) zero or more of the following flags:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3626 ../src/guestfs-actions.pod:5582
+#: ../fish/guestfish-actions.pod:3633 ../src/guestfs-actions.pod:5589
msgid "C<W>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3628 ../src/guestfs-actions.pod:5584
+#: ../fish/guestfish-actions.pod:3635 ../src/guestfs-actions.pod:5591
msgid "write-mostly"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3630 ../src/guestfs-actions.pod:5586
+#: ../fish/guestfish-actions.pod:3637 ../src/guestfs-actions.pod:5593
msgid "C<F>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3632 ../src/guestfs-actions.pod:5588
+#: ../fish/guestfish-actions.pod:3639 ../src/guestfs-actions.pod:5595
msgid "device is faulty"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3634 ../src/guestfs-actions.pod:5590
+#: ../fish/guestfish-actions.pod:3641 ../src/guestfs-actions.pod:5597
msgid "C<S>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3636 ../src/guestfs-actions.pod:5592
+#: ../fish/guestfish-actions.pod:3643 ../src/guestfs-actions.pod:5599
msgid "device is a RAID spare"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3638 ../src/guestfs-actions.pod:5594
+#: ../fish/guestfish-actions.pod:3645 ../src/guestfs-actions.pod:5601
msgid "C<R>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3640 ../src/guestfs-actions.pod:5596
+#: ../fish/guestfish-actions.pod:3647 ../src/guestfs-actions.pod:5603
msgid "replacement"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3646
+#: ../fish/guestfish-actions.pod:3653
msgid "md-stop"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3648
+#: ../fish/guestfish-actions.pod:3655
#, no-wrap
msgid ""
" md-stop md\n"
@@ -15763,19 +15804,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3650 ../src/guestfs-actions.pod:5614
+#: ../fish/guestfish-actions.pod:3657 ../src/guestfs-actions.pod:5621
msgid ""
"This command deactivates the MD array named C<md>. The device is stopped, "
"but it is not destroyed or zeroed."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3653
+#: ../fish/guestfish-actions.pod:3660
msgid "mkdir"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3655
+#: ../fish/guestfish-actions.pod:3662
#, no-wrap
msgid ""
" mkdir path\n"
@@ -15783,17 +15824,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3657 ../src/guestfs-actions.pod:5627
+#: ../fish/guestfish-actions.pod:3664 ../src/guestfs-actions.pod:5634
msgid "Create a directory named C<path>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3659
+#: ../fish/guestfish-actions.pod:3666
msgid "mkdir-mode"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3661
+#: ../fish/guestfish-actions.pod:3668
#, no-wrap
msgid ""
" mkdir-mode path mode\n"
@@ -15801,14 +15842,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3663 ../src/guestfs-actions.pod:5640
+#: ../fish/guestfish-actions.pod:3670 ../src/guestfs-actions.pod:5647
msgid ""
"This command creates a directory, setting the initial permissions of the "
"directory to C<mode>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3666 ../src/guestfs-actions.pod:5643
+#: ../fish/guestfish-actions.pod:3673 ../src/guestfs-actions.pod:5650
msgid ""
"For common Linux filesystems, the actual mode which is set will be C<mode & "
"~umask & 01777>. Non-native-Linux filesystems may interpret the mode in "
@@ -15816,17 +15857,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3670
+#: ../fish/guestfish-actions.pod:3677
msgid "See also L</mkdir>, L</umask>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3672
+#: ../fish/guestfish-actions.pod:3679
msgid "mkdir-p"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3674
+#: ../fish/guestfish-actions.pod:3681
#, no-wrap
msgid ""
" mkdir-p path\n"
@@ -15834,19 +15875,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3676 ../src/guestfs-actions.pod:5659
+#: ../fish/guestfish-actions.pod:3683 ../src/guestfs-actions.pod:5666
msgid ""
"Create a directory named C<path>, creating any parent directories as "
"necessary. This is like the C<mkdir -p> shell command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3679
+#: ../fish/guestfish-actions.pod:3686
msgid "mkdtemp"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3681
+#: ../fish/guestfish-actions.pod:3688
#, no-wrap
msgid ""
" mkdtemp tmpl\n"
@@ -15854,7 +15895,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3683 ../src/guestfs-actions.pod:5672
+#: ../fish/guestfish-actions.pod:3690 ../src/guestfs-actions.pod:5679
msgid ""
"This command creates a temporary directory. The C<tmpl> parameter should be "
"a full pathname for the temporary directory name with the final six "
@@ -15862,41 +15903,41 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3688 ../src/guestfs-actions.pod:5677
+#: ../fish/guestfish-actions.pod:3695 ../src/guestfs-actions.pod:5684
msgid ""
"For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
"being suitable for Windows filesystems."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3691 ../src/guestfs-actions.pod:5680
+#: ../fish/guestfish-actions.pod:3698 ../src/guestfs-actions.pod:5687
msgid "The name of the temporary directory that was created is returned."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3694 ../src/guestfs-actions.pod:5683
+#: ../fish/guestfish-actions.pod:3701 ../src/guestfs-actions.pod:5690
msgid "The temporary directory is created with mode 0700 and is owned by root."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3697 ../src/guestfs-actions.pod:5686
+#: ../fish/guestfish-actions.pod:3704 ../src/guestfs-actions.pod:5693
msgid ""
"The caller is responsible for deleting the temporary directory and its "
"contents after use."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3700 ../src/guestfs-actions.pod:5689
+#: ../fish/guestfish-actions.pod:3707 ../src/guestfs-actions.pod:5696
msgid "See also: L<mkdtemp(3)>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3702
+#: ../fish/guestfish-actions.pod:3709
msgid "mke2fs-J"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3704
+#: ../fish/guestfish-actions.pod:3711
#, no-wrap
msgid ""
" mke2fs-J fstype blocksize device journal\n"
@@ -15904,14 +15945,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3706 ../src/guestfs-actions.pod:5705
+#: ../fish/guestfish-actions.pod:3713 ../src/guestfs-actions.pod:5712
msgid ""
"This creates an ext2/3/4 filesystem on C<device> with an external journal on "
"C<journal>. It is equivalent to the command:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3710 ../src/guestfs-actions.pod:5709
+#: ../fish/guestfish-actions.pod:3717 ../src/guestfs-actions.pod:5716
#, no-wrap
msgid ""
" mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
@@ -15919,17 +15960,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3712
+#: ../fish/guestfish-actions.pod:3719
msgid "See also L</mke2journal>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3714
+#: ../fish/guestfish-actions.pod:3721
msgid "mke2fs-JL"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3716
+#: ../fish/guestfish-actions.pod:3723
#, no-wrap
msgid ""
" mke2fs-JL fstype blocksize device label\n"
@@ -15937,24 +15978,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3718 ../src/guestfs-actions.pod:5726
+#: ../fish/guestfish-actions.pod:3725 ../src/guestfs-actions.pod:5733
msgid ""
"This creates an ext2/3/4 filesystem on C<device> with an external journal on "
"the journal labeled C<label>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3721
+#: ../fish/guestfish-actions.pod:3728
msgid "See also L</mke2journal-L>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3723
+#: ../fish/guestfish-actions.pod:3730
msgid "mke2fs-JU"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3725
+#: ../fish/guestfish-actions.pod:3732
#, no-wrap
msgid ""
" mke2fs-JU fstype blocksize device uuid\n"
@@ -15962,24 +16003,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3727 ../src/guestfs-actions.pod:5744
+#: ../fish/guestfish-actions.pod:3734 ../src/guestfs-actions.pod:5751
msgid ""
"This creates an ext2/3/4 filesystem on C<device> with an external journal on "
"the journal with UUID C<uuid>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3730
+#: ../fish/guestfish-actions.pod:3737
msgid "See also L</mke2journal-U>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3732
+#: ../fish/guestfish-actions.pod:3739
msgid "mke2journal"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3734
+#: ../fish/guestfish-actions.pod:3741
#, no-wrap
msgid ""
" mke2journal blocksize device\n"
@@ -15987,14 +16028,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3736 ../src/guestfs-actions.pod:5760
+#: ../fish/guestfish-actions.pod:3743 ../src/guestfs-actions.pod:5767
msgid ""
"This creates an ext2 external journal on C<device>. It is equivalent to the "
"command:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3739 ../src/guestfs-actions.pod:5763
+#: ../fish/guestfish-actions.pod:3746 ../src/guestfs-actions.pod:5770
#, no-wrap
msgid ""
" mke2fs -O journal_dev -b blocksize device\n"
@@ -16002,12 +16043,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3741
+#: ../fish/guestfish-actions.pod:3748
msgid "mke2journal-L"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3743
+#: ../fish/guestfish-actions.pod:3750
#, no-wrap
msgid ""
" mke2journal-L blocksize label device\n"
@@ -16015,17 +16056,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3745 ../src/guestfs-actions.pod:5777
+#: ../fish/guestfish-actions.pod:3752 ../src/guestfs-actions.pod:5784
msgid "This creates an ext2 external journal on C<device> with label C<label>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3747
+#: ../fish/guestfish-actions.pod:3754
msgid "mke2journal-U"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3749
+#: ../fish/guestfish-actions.pod:3756
#, no-wrap
msgid ""
" mke2journal-U blocksize uuid device\n"
@@ -16033,17 +16074,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3751 ../src/guestfs-actions.pod:5791
+#: ../fish/guestfish-actions.pod:3758 ../src/guestfs-actions.pod:5798
msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3753
+#: ../fish/guestfish-actions.pod:3760
msgid "mkfifo"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3755
+#: ../fish/guestfish-actions.pod:3762
#, no-wrap
msgid ""
" mkfifo mode path\n"
@@ -16051,19 +16092,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3757
+#: ../fish/guestfish-actions.pod:3764
msgid ""
"This call creates a FIFO (named pipe) called C<path> with mode C<mode>. It "
"is just a convenient wrapper around L</mknod>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3763
+#: ../fish/guestfish-actions.pod:3770
msgid "mkfs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3765
+#: ../fish/guestfish-actions.pod:3772
#, no-wrap
msgid ""
" mkfs fstype device\n"
@@ -16071,19 +16112,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3767 ../src/guestfs-actions.pod:5821
+#: ../fish/guestfish-actions.pod:3774 ../src/guestfs-actions.pod:5828
msgid ""
"This creates a filesystem on C<device> (usually a partition or LVM logical "
"volume). The filesystem type is C<fstype>, for example C<ext3>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3771
+#: ../fish/guestfish-actions.pod:3778
msgid "mkfs-b"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3773
+#: ../fish/guestfish-actions.pod:3780
#, no-wrap
msgid ""
" mkfs-b fstype blocksize device\n"
@@ -16091,7 +16132,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3775
+#: ../fish/guestfish-actions.pod:3782
msgid ""
"This call is similar to L</mkfs>, but it allows you to control the block "
"size of the resulting filesystem. Supported block sizes depend on the "
@@ -16099,26 +16140,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3780 ../fish/guestfish-actions.pod:3821 ../src/guestfs-actions.pod:5849 ../src/guestfs-actions.pod:5942
+#: ../fish/guestfish-actions.pod:3787 ../fish/guestfish-actions.pod:3828 ../src/guestfs-actions.pod:5856 ../src/guestfs-actions.pod:5949
msgid ""
"For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
"cluster size."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3783
+#: ../fish/guestfish-actions.pod:3790
msgid ""
"I<This function is deprecated.> In new code, use the L</mkfs-opts> call "
"instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3790
+#: ../fish/guestfish-actions.pod:3797
msgid "mkfs-btrfs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3792
+#: ../fish/guestfish-actions.pod:3799
#, no-wrap
msgid ""
" mkfs-btrfs 'devices ...' [allocstart:N] [bytecount:N] [datatype:..] "
@@ -16127,31 +16168,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3794 ../src/guestfs-actions.pod:5877
+#: ../fish/guestfish-actions.pod:3801 ../src/guestfs-actions.pod:5884
msgid ""
"Create a btrfs filesystem, allowing all configurables to be set. For more "
"information on the optional arguments, see L<mkfs.btrfs(8)>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3797 ../src/guestfs-actions.pod:5880
+#: ../fish/guestfish-actions.pod:3804 ../src/guestfs-actions.pod:5887
msgid ""
"Since btrfs filesystems can span multiple devices, this takes a non-empty "
"list of devices."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3800
+#: ../fish/guestfish-actions.pod:3807
msgid "To create general filesystems, use L</mkfs-opts>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3804
+#: ../fish/guestfish-actions.pod:3811
msgid "mkfs-opts"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3806
+#: ../fish/guestfish-actions.pod:3813
#, no-wrap
msgid ""
" mkfs-opts fstype device [blocksize:N] [features:..] [inode:N] "
@@ -16160,19 +16201,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3808 ../src/guestfs-actions.pod:5929
+#: ../fish/guestfish-actions.pod:3815 ../src/guestfs-actions.pod:5936
msgid ""
"This function creates a filesystem on C<device>. The filesystem type is "
"C<fstype>, for example C<ext3>."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3815 ../src/guestfs-actions.pod:5936
+#: ../fish/guestfish-actions.pod:3822 ../src/guestfs-actions.pod:5943
msgid "C<blocksize>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3817 ../src/guestfs-actions.pod:5938
+#: ../fish/guestfish-actions.pod:3824 ../src/guestfs-actions.pod:5945
msgid ""
"The filesystem block size. Supported block sizes depend on the filesystem "
"type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
@@ -16180,65 +16221,65 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3824 ../src/guestfs-actions.pod:5945
+#: ../fish/guestfish-actions.pod:3831 ../src/guestfs-actions.pod:5952
msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3826 ../src/guestfs-actions.pod:5947
+#: ../fish/guestfish-actions.pod:3833 ../src/guestfs-actions.pod:5954
msgid "C<features>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3828 ../src/guestfs-actions.pod:5949
+#: ../fish/guestfish-actions.pod:3835 ../src/guestfs-actions.pod:5956
msgid "This passes the I<-O> parameter to the external mkfs program."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3830 ../src/guestfs-actions.pod:5951
+#: ../fish/guestfish-actions.pod:3837 ../src/guestfs-actions.pod:5958
msgid ""
"For certain filesystem types, this allows extra filesystem features to be "
"selected. See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3834 ../src/guestfs-actions.pod:5955
+#: ../fish/guestfish-actions.pod:3841 ../src/guestfs-actions.pod:5962
msgid ""
"You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
"type."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3837 ../src/guestfs-actions.pod:5958
+#: ../fish/guestfish-actions.pod:3844 ../src/guestfs-actions.pod:5965
msgid "C<inode>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3839 ../src/guestfs-actions.pod:5960
+#: ../fish/guestfish-actions.pod:3846 ../src/guestfs-actions.pod:5967
msgid ""
"This passes the I<-I> parameter to the external L<mke2fs(8)> program which "
"sets the inode size (only for ext2/3/4 filesystems at present)."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3842 ../src/guestfs-actions.pod:5963
+#: ../fish/guestfish-actions.pod:3849 ../src/guestfs-actions.pod:5970
msgid "C<sectorsize>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3844 ../src/guestfs-actions.pod:5965
+#: ../fish/guestfish-actions.pod:3851 ../src/guestfs-actions.pod:5972
msgid ""
"This passes the I<-S> parameter to external L<mkfs.ufs(8)> program, which "
"sets sector size for ufs filesystem."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3851
+#: ../fish/guestfish-actions.pod:3858
msgid "mkmountpoint"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3853
+#: ../fish/guestfish-actions.pod:3860
#, no-wrap
msgid ""
" mkmountpoint exemptpath\n"
@@ -16246,14 +16287,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3855
+#: ../fish/guestfish-actions.pod:3862
msgid ""
"L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
"to create extra mountpoints before mounting the first filesystem."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3859 ../src/guestfs-actions.pod:6008
+#: ../fish/guestfish-actions.pod:3866 ../src/guestfs-actions.pod:6015
msgid ""
"These calls are I<only> necessary in some very limited circumstances, mainly "
"the case where you want to mount a mix of unrelated and/or read-only "
@@ -16261,7 +16302,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3863 ../src/guestfs-actions.pod:6012
+#: ../fish/guestfish-actions.pod:3870 ../src/guestfs-actions.pod:6019
msgid ""
"For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
"an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
@@ -16269,7 +16310,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3868 ../src/guestfs-actions.pod:6017
+#: ../fish/guestfish-actions.pod:3875 ../src/guestfs-actions.pod:6024
#, no-wrap
msgid ""
" add-ro Fedora-11-i686-Live.iso\n"
@@ -16284,12 +16325,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3877 ../src/guestfs-actions.pod:6026
+#: ../fish/guestfish-actions.pod:3884 ../src/guestfs-actions.pod:6033
msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3879
+#: ../fish/guestfish-actions.pod:3886
msgid ""
"L</mkmountpoint> is not compatible with L</umount-all>. You may get "
"unexpected errors if you try to mix these calls. It is safest to manually "
@@ -16297,7 +16338,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3883
+#: ../fish/guestfish-actions.pod:3890
msgid ""
"L</umount-all> unmounts filesystems by sorting the paths longest first, so "
"for this to work for manual mountpoints, you must ensure that the innermost "
@@ -16305,12 +16346,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3888 ../src/guestfs-actions.pod:6037
+#: ../fish/guestfish-actions.pod:3895 ../src/guestfs-actions.pod:6044
msgid "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3890
+#: ../fish/guestfish-actions.pod:3897
msgid ""
"Autosync [see L</set-autosync>, this is set by default on handles] can cause "
"L</umount-all> to be called when the handle is closed which can also trigger "
@@ -16318,12 +16359,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3894
+#: ../fish/guestfish-actions.pod:3901
msgid "mknod"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3896
+#: ../fish/guestfish-actions.pod:3903
#, no-wrap
msgid ""
" mknod mode devmajor devminor path\n"
@@ -16331,14 +16372,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3898 ../src/guestfs-actions.pod:6056
+#: ../fish/guestfish-actions.pod:3905 ../src/guestfs-actions.pod:6063
msgid ""
"This call creates block or character special devices, or named pipes "
"(FIFOs)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3901 ../src/guestfs-actions.pod:6059
+#: ../fish/guestfish-actions.pod:3908 ../src/guestfs-actions.pod:6066
msgid ""
"The C<mode> parameter should be the mode, using the standard constants. "
"C<devmajor> and C<devminor> are the device major and minor numbers, only "
@@ -16346,7 +16387,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3906
+#: ../fish/guestfish-actions.pod:3913
msgid ""
"Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
"S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
@@ -16357,12 +16398,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3916
+#: ../fish/guestfish-actions.pod:3923
msgid "mknod-b"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3918
+#: ../fish/guestfish-actions.pod:3925
#, no-wrap
msgid ""
" mknod-b mode devmajor devminor path\n"
@@ -16370,7 +16411,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3920
+#: ../fish/guestfish-actions.pod:3927
msgid ""
"This call creates a block device node called C<path> with mode C<mode> and "
"device major/minor C<devmajor> and C<devminor>. It is just a convenient "
@@ -16378,12 +16419,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3926
+#: ../fish/guestfish-actions.pod:3933
msgid "mknod-c"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3928
+#: ../fish/guestfish-actions.pod:3935
#, no-wrap
msgid ""
" mknod-c mode devmajor devminor path\n"
@@ -16391,7 +16432,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3930
+#: ../fish/guestfish-actions.pod:3937
msgid ""
"This call creates a char device node called C<path> with mode C<mode> and "
"device major/minor C<devmajor> and C<devminor>. It is just a convenient "
@@ -16399,12 +16440,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3936
+#: ../fish/guestfish-actions.pod:3943
msgid "mkswap"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3938
+#: ../fish/guestfish-actions.pod:3945
#, no-wrap
msgid ""
" mkswap device\n"
@@ -16412,17 +16453,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3940 ../src/guestfs-actions.pod:6122
+#: ../fish/guestfish-actions.pod:3947 ../src/guestfs-actions.pod:6129
msgid "Create a swap partition on C<device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3942
+#: ../fish/guestfish-actions.pod:3949
msgid "mkswap-L"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3944
+#: ../fish/guestfish-actions.pod:3951
#, no-wrap
msgid ""
" mkswap-L label device\n"
@@ -16430,12 +16471,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3946 ../src/guestfs-actions.pod:6135
+#: ../fish/guestfish-actions.pod:3953 ../src/guestfs-actions.pod:6142
msgid "Create a swap partition on C<device> with label C<label>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3948 ../src/guestfs-actions.pod:6137
+#: ../fish/guestfish-actions.pod:3955 ../src/guestfs-actions.pod:6144
msgid ""
"Note that you cannot attach a swap label to a block device "
"(eg. C</dev/sda>), just to a partition. This appears to be a limitation of "
@@ -16443,12 +16484,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3952
+#: ../fish/guestfish-actions.pod:3959
msgid "mkswap-U"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3954
+#: ../fish/guestfish-actions.pod:3961
#, no-wrap
msgid ""
" mkswap-U uuid device\n"
@@ -16456,17 +16497,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3956 ../src/guestfs-actions.pod:6152
+#: ../fish/guestfish-actions.pod:3963 ../src/guestfs-actions.pod:6159
msgid "Create a swap partition on C<device> with UUID C<uuid>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3958
+#: ../fish/guestfish-actions.pod:3965
msgid "mkswap-file"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3960
+#: ../fish/guestfish-actions.pod:3967
#, no-wrap
msgid ""
" mkswap-file path\n"
@@ -16474,24 +16515,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3962 ../src/guestfs-actions.pod:6164
+#: ../fish/guestfish-actions.pod:3969 ../src/guestfs-actions.pod:6171
msgid "Create a swap file."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3964
+#: ../fish/guestfish-actions.pod:3971
msgid ""
"This command just writes a swap file signature to an existing file. To "
"create the file itself, use something like L</fallocate>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3967
+#: ../fish/guestfish-actions.pod:3974
msgid "modprobe"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3969
+#: ../fish/guestfish-actions.pod:3976
#, no-wrap
msgid ""
" modprobe modulename\n"
@@ -16499,24 +16540,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3971 ../src/guestfs-actions.pod:6179
+#: ../fish/guestfish-actions.pod:3978 ../src/guestfs-actions.pod:6186
msgid "This loads a kernel module in the appliance."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3973 ../src/guestfs-actions.pod:6181
+#: ../fish/guestfish-actions.pod:3980 ../src/guestfs-actions.pod:6188
msgid ""
"The kernel module must have been whitelisted when libguestfs was built (see "
"C<appliance/kmod.whitelist.in> in the source)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3976
+#: ../fish/guestfish-actions.pod:3983
msgid "mount"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3978
+#: ../fish/guestfish-actions.pod:3985
#, no-wrap
msgid ""
" mount device mountpoint\n"
@@ -16524,7 +16565,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3980 ../src/guestfs-actions.pod:6195
+#: ../fish/guestfish-actions.pod:3987 ../src/guestfs-actions.pod:6202
msgid ""
"Mount a guest disk at a position in the filesystem. Block devices are named "
"C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest. If "
@@ -16533,7 +16574,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3986 ../src/guestfs-actions.pod:6201
+#: ../fish/guestfish-actions.pod:3993 ../src/guestfs-actions.pod:6208
msgid ""
"The rules are the same as for L<mount(2)>: A filesystem must first be "
"mounted on C</> before others can be mounted. Other filesystems can only be "
@@ -16541,14 +16582,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3991 ../src/guestfs-actions.pod:6206
+#: ../fish/guestfish-actions.pod:3998 ../src/guestfs-actions.pod:6213
msgid ""
"The mounted filesystem is writable, if we have sufficient permissions on the "
"underlying device."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3994
+#: ../fish/guestfish-actions.pod:4001
msgid ""
"Before libguestfs 1.13.16, this call implicitly added the options C<sync> "
"and C<noatime>. The C<sync> option greatly slowed writes and caused many "
@@ -16558,12 +16599,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4001
+#: ../fish/guestfish-actions.pod:4008
msgid "mount-9p"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4003
+#: ../fish/guestfish-actions.pod:4010
#, no-wrap
msgid ""
" mount-9p mounttag mountpoint [options:..]\n"
@@ -16571,14 +16612,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4005 ../src/guestfs-actions.pod:6235
+#: ../fish/guestfish-actions.pod:4012 ../src/guestfs-actions.pod:6242
msgid ""
"Mount the virtio-9p filesystem with the tag C<mounttag> on the directory "
"C<mountpoint>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4008 ../src/guestfs-actions.pod:6238
+#: ../fish/guestfish-actions.pod:4015 ../src/guestfs-actions.pod:6245
msgid ""
"If required, C<trans=virtio> will be automatically added to the options. "
"Any other options required can be passed in the optional C<options> "
@@ -16586,12 +16627,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4014
+#: ../fish/guestfish-actions.pod:4021
msgid "mount-local"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4016
+#: ../fish/guestfish-actions.pod:4023
#, no-wrap
msgid ""
" mount-local localmountpoint [readonly:true|false] [options:..] "
@@ -16600,7 +16641,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4018 ../src/guestfs-actions.pod:6287
+#: ../fish/guestfish-actions.pod:4025 ../src/guestfs-actions.pod:6294
msgid ""
"This call exports the libguestfs-accessible filesystem to a local mountpoint "
"(directory) called C<localmountpoint>. Ordinary reads and writes to files "
@@ -16608,35 +16649,35 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4023 ../src/guestfs-actions.pod:6292
+#: ../fish/guestfish-actions.pod:4030 ../src/guestfs-actions.pod:6299
msgid ""
"If the optional C<readonly> flag is set to true, then writes to the "
"filesystem return error C<EROFS>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4026 ../src/guestfs-actions.pod:6295
+#: ../fish/guestfish-actions.pod:4033 ../src/guestfs-actions.pod:6302
msgid ""
"C<options> is a comma-separated list of mount options. See L<guestmount(1)> "
"for some useful options."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4029 ../src/guestfs-actions.pod:6298
+#: ../fish/guestfish-actions.pod:4036 ../src/guestfs-actions.pod:6305
msgid ""
"C<cachetimeout> sets the timeout (in seconds) for cached directory entries. "
"The default is 60 seconds. See L<guestmount(1)> for further information."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4033 ../src/guestfs-actions.pod:6302
+#: ../fish/guestfish-actions.pod:4040 ../src/guestfs-actions.pod:6309
msgid ""
"If C<debugcalls> is set to true, then additional debugging information is "
"generated for every FUSE call."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4036
+#: ../fish/guestfish-actions.pod:4043
msgid ""
"When L</mount-local> returns, the filesystem is ready, but is not processing "
"requests (access to it will block). You have to call L</mount-local-run> to "
@@ -16644,17 +16685,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4040 ../fish/guestfish-actions.pod:4064 ../fish/guestfish-actions.pod:5788 ../src/guestfs-actions.pod:6309 ../src/guestfs-actions.pod:6358 ../src/guestfs-actions.pod:9015
+#: ../fish/guestfish-actions.pod:4047 ../fish/guestfish-actions.pod:4071 ../fish/guestfish-actions.pod:5795 ../src/guestfs-actions.pod:6316 ../src/guestfs-actions.pod:6365 ../src/guestfs-actions.pod:9022
msgid "See L<guestfs(3)/MOUNT LOCAL> for full documentation."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4044
+#: ../fish/guestfish-actions.pod:4051
msgid "mount-local-run"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4046
+#: ../fish/guestfish-actions.pod:4053
#, no-wrap
msgid ""
" mount-local-run\n"
@@ -16662,26 +16703,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4048 ../src/guestfs-actions.pod:6342
+#: ../fish/guestfish-actions.pod:4055 ../src/guestfs-actions.pod:6349
msgid "Run the main loop which translates kernel calls to libguestfs calls."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4051
+#: ../fish/guestfish-actions.pod:4058
msgid ""
"This should only be called after L</mount-local> returns successfully. The "
"call will not return until the filesystem is unmounted."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4055
+#: ../fish/guestfish-actions.pod:4062
msgid ""
"B<Note> you must I<not> make concurrent libguestfs calls on the same handle "
"from another thread, with the exception of L</umount-local>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4059
+#: ../fish/guestfish-actions.pod:4066
msgid ""
"You may call this from a different thread than the one which called "
"L</mount-local>, subject to the usual rules for threads and libguestfs (see "
@@ -16689,12 +16730,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4066
+#: ../fish/guestfish-actions.pod:4073
msgid "mount-loop"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4068
+#: ../fish/guestfish-actions.pod:4075
#, no-wrap
msgid ""
" mount-loop file mountpoint\n"
@@ -16702,7 +16743,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4070 ../src/guestfs-actions.pod:6371
+#: ../fish/guestfish-actions.pod:4077 ../src/guestfs-actions.pod:6378
msgid ""
"This command lets you mount C<file> (a filesystem image in a file) on a "
"mount point. It is entirely equivalent to the command C<mount -o loop file "
@@ -16710,12 +16751,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4074
+#: ../fish/guestfish-actions.pod:4081
msgid "mount-options"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4076
+#: ../fish/guestfish-actions.pod:4083
#, no-wrap
msgid ""
" mount-options options device mountpoint\n"
@@ -16723,26 +16764,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4078
+#: ../fish/guestfish-actions.pod:4085
msgid ""
"This is the same as the L</mount> command, but it allows you to set the "
"mount options as for the L<mount(8)> I<-o> flag."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4082 ../src/guestfs-actions.pod:6391
+#: ../fish/guestfish-actions.pod:4089 ../src/guestfs-actions.pod:6398
msgid ""
"If the C<options> parameter is an empty string, then no options are passed "
"(all options default to whatever the filesystem uses)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4086
+#: ../fish/guestfish-actions.pod:4093
msgid "mount-ro"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4088
+#: ../fish/guestfish-actions.pod:4095
#, no-wrap
msgid ""
" mount-ro device mountpoint\n"
@@ -16750,19 +16791,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4090
+#: ../fish/guestfish-actions.pod:4097
msgid ""
"This is the same as the L</mount> command, but it mounts the filesystem with "
"the read-only (I<-o ro>) flag."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4093
+#: ../fish/guestfish-actions.pod:4100
msgid "mount-vfs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4095
+#: ../fish/guestfish-actions.pod:4102
#, no-wrap
msgid ""
" mount-vfs options vfstype device mountpoint\n"
@@ -16770,19 +16811,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4097
+#: ../fish/guestfish-actions.pod:4104
msgid ""
"This is the same as the L</mount> command, but it allows you to set both the "
"mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4101
+#: ../fish/guestfish-actions.pod:4108
msgid "mountpoints"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4103
+#: ../fish/guestfish-actions.pod:4110
#, no-wrap
msgid ""
" mountpoints\n"
@@ -16790,7 +16831,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4105
+#: ../fish/guestfish-actions.pod:4112
msgid ""
"This call is similar to L</mounts>. That call returns a list of devices. "
"This one returns a hash table (map) of device name to directory where the "
@@ -16798,12 +16839,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4109
+#: ../fish/guestfish-actions.pod:4116
msgid "mounts"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4111
+#: ../fish/guestfish-actions.pod:4118
#, no-wrap
msgid ""
" mounts\n"
@@ -16811,29 +16852,29 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4113 ../src/guestfs-actions.pod:6452
+#: ../fish/guestfish-actions.pod:4120 ../src/guestfs-actions.pod:6459
msgid ""
"This returns the list of currently mounted filesystems. It returns the list "
"of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4116 ../src/guestfs-actions.pod:6455
+#: ../fish/guestfish-actions.pod:4123 ../src/guestfs-actions.pod:6462
msgid "Some internal mounts are not shown."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4118
+#: ../fish/guestfish-actions.pod:4125
msgid "See also: L</mountpoints>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4120
+#: ../fish/guestfish-actions.pod:4127
msgid "mv"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4122
+#: ../fish/guestfish-actions.pod:4129
#, no-wrap
msgid ""
" mv src dest\n"
@@ -16841,19 +16882,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4124 ../src/guestfs-actions.pod:6472
+#: ../fish/guestfish-actions.pod:4131 ../src/guestfs-actions.pod:6479
msgid ""
"This moves a file from C<src> to C<dest> where C<dest> is either a "
"destination filename or destination directory."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4127
+#: ../fish/guestfish-actions.pod:4134
msgid "nr-devices"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4129
+#: ../fish/guestfish-actions.pod:4136
#, no-wrap
msgid ""
" nr-devices\n"
@@ -16861,7 +16902,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4131
+#: ../fish/guestfish-actions.pod:4138
msgid ""
"This returns the number of whole block devices that were added. This is the "
"same as the number of devices that would be returned if you called "
@@ -16869,19 +16910,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4135
+#: ../fish/guestfish-actions.pod:4142
msgid ""
"To find out the maximum number of devices that could be added, call "
"L</max-disks>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4138
+#: ../fish/guestfish-actions.pod:4145
msgid "ntfs-3g-probe"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4140
+#: ../fish/guestfish-actions.pod:4147
#, no-wrap
msgid ""
" ntfs-3g-probe true|false device\n"
@@ -16889,7 +16930,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4142 ../src/guestfs-actions.pod:6500
+#: ../fish/guestfish-actions.pod:4149 ../src/guestfs-actions.pod:6507
msgid ""
"This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
"C<device> for mountability. (Not all NTFS volumes can be mounted "
@@ -16897,7 +16938,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4146 ../src/guestfs-actions.pod:6504
+#: ../fish/guestfish-actions.pod:4153 ../src/guestfs-actions.pod:6511
msgid ""
"C<rw> is a boolean flag. Set it to true if you want to test if the volume "
"can be mounted read-write. Set it to false if you want to test if the "
@@ -16905,19 +16946,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4150 ../src/guestfs-actions.pod:6508
+#: ../fish/guestfish-actions.pod:4157 ../src/guestfs-actions.pod:6515
msgid ""
"The return value is an integer which C<0> if the operation would succeed, or "
"some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4154
+#: ../fish/guestfish-actions.pod:4161
msgid "ntfsclone-in"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4156
+#: ../fish/guestfish-actions.pod:4163
#, no-wrap
msgid ""
" ntfsclone-in (backupfile|-) device\n"
@@ -16925,19 +16966,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4158
+#: ../fish/guestfish-actions.pod:4165
msgid ""
"Restore the C<backupfile> (from a previous call to L</ntfsclone-out>) to "
"C<device>, overwriting any existing contents of this device."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4164
+#: ../fish/guestfish-actions.pod:4171
msgid "ntfsclone-out"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4166
+#: ../fish/guestfish-actions.pod:4173
#, no-wrap
msgid ""
" ntfsclone-out device (backupfile|-) [metadataonly:true|false] "
@@ -16947,7 +16988,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4168 ../src/guestfs-actions.pod:6550
+#: ../fish/guestfish-actions.pod:4175 ../src/guestfs-actions.pod:6557
msgid ""
"Stream the NTFS filesystem C<device> to the local file C<backupfile>. The "
"format used for the backup file is a special format used by the "
@@ -16955,7 +16996,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4172 ../src/guestfs-actions.pod:6554
+#: ../fish/guestfish-actions.pod:4179 ../src/guestfs-actions.pod:6561
msgid ""
"If the optional C<metadataonly> flag is true, then I<only> the metadata is "
"saved, losing all the user data (this is useful for diagnosing some "
@@ -16963,24 +17004,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4176 ../src/guestfs-actions.pod:6558
+#: ../fish/guestfish-actions.pod:4183 ../src/guestfs-actions.pod:6565
msgid ""
"The optional C<rescue>, C<ignorefscheck>, C<preservetimestamps> and C<force> "
"flags have precise meanings detailed in the L<ntfsclone(8)> man page."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4180
+#: ../fish/guestfish-actions.pod:4187
msgid "Use L</ntfsclone-in> to restore the file back to a libguestfs device."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4187
+#: ../fish/guestfish-actions.pod:4194
msgid "ntfsfix"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4189
+#: ../fish/guestfish-actions.pod:4196
#, no-wrap
msgid ""
" ntfsfix device [clearbadsectors:true|false]\n"
@@ -16988,7 +17029,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4191 ../src/guestfs-actions.pod:6607
+#: ../fish/guestfish-actions.pod:4198 ../src/guestfs-actions.pod:6614
msgid ""
"This command repairs some fundamental NTFS inconsistencies, resets the NTFS "
"journal file, and schedules an NTFS consistency check for the first boot "
@@ -16996,26 +17037,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4195 ../src/guestfs-actions.pod:6611
+#: ../fish/guestfish-actions.pod:4202 ../src/guestfs-actions.pod:6618
msgid ""
"This is I<not> an equivalent of Windows C<chkdsk>. It does I<not> scan the "
"filesystem for inconsistencies."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4198 ../src/guestfs-actions.pod:6614
+#: ../fish/guestfish-actions.pod:4205 ../src/guestfs-actions.pod:6621
msgid ""
"The optional C<clearbadsectors> flag clears the list of bad sectors. This "
"is useful after cloning a disk with bad sectors to a new disk."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4203
+#: ../fish/guestfish-actions.pod:4210
msgid "ntfsresize"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4205
+#: ../fish/guestfish-actions.pod:4212
#, no-wrap
msgid ""
" ntfsresize device\n"
@@ -17023,14 +17064,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4207 ../fish/guestfish-actions.pod:4231 ../src/guestfs-actions.pod:6656 ../src/guestfs-actions.pod:6688
+#: ../fish/guestfish-actions.pod:4214 ../fish/guestfish-actions.pod:4238 ../src/guestfs-actions.pod:6663 ../src/guestfs-actions.pod:6695
msgid ""
"This command resizes an NTFS filesystem, expanding or shrinking it to the "
"size of the underlying device."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4210 ../src/guestfs-actions.pod:6659
+#: ../fish/guestfish-actions.pod:4217 ../src/guestfs-actions.pod:6666
msgid ""
"I<Note:> After the resize operation, the filesystem is marked as requiring a "
"consistency check (for safety). You have to boot into Windows to perform "
@@ -17041,24 +17082,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4218 ../fish/guestfish-actions.pod:4257 ../src/guestfs-actions.pod:6667 ../src/guestfs-actions.pod:6714
+#: ../fish/guestfish-actions.pod:4225 ../fish/guestfish-actions.pod:4264 ../src/guestfs-actions.pod:6674 ../src/guestfs-actions.pod:6721
msgid "See also L<ntfsresize(8)>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4220 ../fish/guestfish-actions.pod:4268
+#: ../fish/guestfish-actions.pod:4227 ../fish/guestfish-actions.pod:4275
msgid ""
"I<This function is deprecated.> In new code, use the L</ntfsresize-opts> "
"call instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4227
+#: ../fish/guestfish-actions.pod:4234
msgid "ntfsresize-opts"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4229
+#: ../fish/guestfish-actions.pod:4236
#, no-wrap
msgid ""
" ntfsresize-opts device [size:N] [force:true|false]\n"
@@ -17066,26 +17107,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4240 ../src/guestfs-actions.pod:6697
+#: ../fish/guestfish-actions.pod:4247 ../src/guestfs-actions.pod:6704
msgid ""
"The new size (in bytes) of the filesystem. If omitted, the filesystem is "
"resized to fit the container (eg. partition)."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4243 ../fish/guestfish-actions.pod:5642 ../src/guestfs-actions.pod:6700 ../src/guestfs-actions.pod:8803
+#: ../fish/guestfish-actions.pod:4250 ../fish/guestfish-actions.pod:5649 ../src/guestfs-actions.pod:6707 ../src/guestfs-actions.pod:8810
msgid "C<force>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4245 ../src/guestfs-actions.pod:6702
+#: ../fish/guestfish-actions.pod:4252 ../src/guestfs-actions.pod:6709
msgid ""
"If this option is true, then force the resize of the filesystem even if the "
"filesystem is marked as requiring a consistency check."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4248
+#: ../fish/guestfish-actions.pod:4255
msgid ""
"After the resize operation, the filesystem is always marked as requiring a "
"consistency check (for safety). You have to boot into Windows to perform "
@@ -17095,12 +17136,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4261
+#: ../fish/guestfish-actions.pod:4268
msgid "ntfsresize-size"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4263
+#: ../fish/guestfish-actions.pod:4270
#, no-wrap
msgid ""
" ntfsresize-size device size\n"
@@ -17108,19 +17149,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4265
+#: ../fish/guestfish-actions.pod:4272
msgid ""
"This command is the same as L</ntfsresize> except that it allows you to "
"specify the new size (in bytes) explicitly."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4275
+#: ../fish/guestfish-actions.pod:4282
msgid "part-add"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4277
+#: ../fish/guestfish-actions.pod:4284
#, no-wrap
msgid ""
" part-add device prlogex startsect endsect\n"
@@ -17128,14 +17169,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4279
+#: ../fish/guestfish-actions.pod:4286
msgid ""
"This command adds a partition to C<device>. If there is no partition table "
"on the device, call L</part-init> first."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4282 ../src/guestfs-actions.pod:6775
+#: ../fish/guestfish-actions.pod:4289 ../src/guestfs-actions.pod:6782
msgid ""
"The C<prlogex> parameter is the type of partition. Normally you should pass "
"C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
@@ -17143,7 +17184,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4287 ../src/guestfs-actions.pod:6780
+#: ../fish/guestfish-actions.pod:4294 ../src/guestfs-actions.pod:6787
msgid ""
"C<startsect> and C<endsect> are the start and end of the partition in "
"I<sectors>. C<endsect> may be negative, which means it counts backwards "
@@ -17151,19 +17192,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4291
+#: ../fish/guestfish-actions.pod:4298
msgid ""
"Creating a partition which covers the whole disk is not so easy. Use "
"L</part-disk> to do that."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4294
+#: ../fish/guestfish-actions.pod:4301
msgid "part-del"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4296
+#: ../fish/guestfish-actions.pod:4303
#, no-wrap
msgid ""
" part-del device partnum\n"
@@ -17171,24 +17212,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4298 ../src/guestfs-actions.pod:6798
+#: ../fish/guestfish-actions.pod:4305 ../src/guestfs-actions.pod:6805
msgid "This command deletes the partition numbered C<partnum> on C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4300 ../src/guestfs-actions.pod:6800
+#: ../fish/guestfish-actions.pod:4307 ../src/guestfs-actions.pod:6807
msgid ""
"Note that in the case of MBR partitioning, deleting an extended partition "
"also deletes any logical partitions it contains."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4304
+#: ../fish/guestfish-actions.pod:4311
msgid "part-disk"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4306
+#: ../fish/guestfish-actions.pod:4313
#, no-wrap
msgid ""
" part-disk device parttype\n"
@@ -17196,26 +17237,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4308
+#: ../fish/guestfish-actions.pod:4315
msgid ""
"This command is simply a combination of L</part-init> followed by "
"L</part-add> to create a single primary partition covering the whole disk."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4312
+#: ../fish/guestfish-actions.pod:4319
msgid ""
"C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
"possible values are described in L</part-init>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4315
+#: ../fish/guestfish-actions.pod:4322
msgid "part-get-bootable"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4317
+#: ../fish/guestfish-actions.pod:4324
#, no-wrap
msgid ""
" part-get-bootable device partnum\n"
@@ -17223,24 +17264,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4319 ../src/guestfs-actions.pod:6833
+#: ../fish/guestfish-actions.pod:4326 ../src/guestfs-actions.pod:6840
msgid ""
"This command returns true if the partition C<partnum> on C<device> has the "
"bootable flag set."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4322
+#: ../fish/guestfish-actions.pod:4329
msgid "See also L</part-set-bootable>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4324
+#: ../fish/guestfish-actions.pod:4331
msgid "part-get-mbr-id"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4326
+#: ../fish/guestfish-actions.pod:4333
#, no-wrap
msgid ""
" part-get-mbr-id device partnum\n"
@@ -17248,14 +17289,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4328 ../src/guestfs-actions.pod:6849
+#: ../fish/guestfish-actions.pod:4335 ../src/guestfs-actions.pod:6856
msgid ""
"Returns the MBR type byte (also known as the ID byte) from the numbered "
"partition C<partnum>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4331 ../fish/guestfish-actions.pod:4475
+#: ../fish/guestfish-actions.pod:4338 ../fish/guestfish-actions.pod:4482
msgid ""
"Note that only MBR (old DOS-style) partitions have type bytes. You will get "
"undefined results for other partition table types (see "
@@ -17263,12 +17304,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4335
+#: ../fish/guestfish-actions.pod:4342
msgid "part-get-parttype"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4337
+#: ../fish/guestfish-actions.pod:4344
#, no-wrap
msgid ""
" part-get-parttype device\n"
@@ -17276,14 +17317,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4339 ../src/guestfs-actions.pod:6866
+#: ../fish/guestfish-actions.pod:4346 ../src/guestfs-actions.pod:6873
msgid ""
"This command examines the partition table on C<device> and returns the "
"partition table type (format) being used."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4342
+#: ../fish/guestfish-actions.pod:4349
msgid ""
"Common return values include: C<msdos> (a DOS/Windows style MBR partition "
"table), C<gpt> (a GPT/EFI-style partition table). Other values are "
@@ -17291,12 +17332,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4347
+#: ../fish/guestfish-actions.pod:4354
msgid "part-init"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4349
+#: ../fish/guestfish-actions.pod:4356
#, no-wrap
msgid ""
" part-init device parttype\n"
@@ -17304,7 +17345,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4351 ../src/guestfs-actions.pod:6886
+#: ../fish/guestfish-actions.pod:4358 ../src/guestfs-actions.pod:6893
msgid ""
"This creates an empty partition table on C<device> of one of the partition "
"types listed below. Usually C<parttype> should be either C<msdos> or C<gpt> "
@@ -17312,34 +17353,34 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4355
+#: ../fish/guestfish-actions.pod:4362
msgid ""
"Initially there are no partitions. Following this, you should call "
"L</part-add> for each partition required."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4358 ../src/guestfs-actions.pod:6893
+#: ../fish/guestfish-actions.pod:4365 ../src/guestfs-actions.pod:6900
msgid "Possible values for C<parttype> are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4362 ../src/guestfs-actions.pod:6897
+#: ../fish/guestfish-actions.pod:4369 ../src/guestfs-actions.pod:6904
msgid "B<efi>"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4364 ../src/guestfs-actions.pod:6899
+#: ../fish/guestfish-actions.pod:4371 ../src/guestfs-actions.pod:6906
msgid "B<gpt>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4366 ../src/guestfs-actions.pod:6901
+#: ../fish/guestfish-actions.pod:4373 ../src/guestfs-actions.pod:6908
msgid "Intel EFI / GPT partition table."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4368 ../src/guestfs-actions.pod:6903
+#: ../fish/guestfish-actions.pod:4375 ../src/guestfs-actions.pod:6910
msgid ""
"This is recommended for >= 2 TB partitions that will be accessed from Linux "
"and Intel-based Mac OS X. It also has limited backwards compatibility with "
@@ -17347,17 +17388,17 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4372 ../src/guestfs-actions.pod:6907
+#: ../fish/guestfish-actions.pod:4379 ../src/guestfs-actions.pod:6914
msgid "B<mbr>"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4374 ../src/guestfs-actions.pod:6909
+#: ../fish/guestfish-actions.pod:4381 ../src/guestfs-actions.pod:6916
msgid "B<msdos>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4376 ../src/guestfs-actions.pod:6911
+#: ../fish/guestfish-actions.pod:4383 ../src/guestfs-actions.pod:6918
msgid ""
"The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
"Windows. This partition type will B<only> work for device sizes up to 2 "
@@ -17365,102 +17406,102 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4383 ../src/guestfs-actions.pod:6918
+#: ../fish/guestfish-actions.pod:4390 ../src/guestfs-actions.pod:6925
msgid "Other partition table types that may work but are not supported include:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4388 ../src/guestfs-actions.pod:6923
+#: ../fish/guestfish-actions.pod:4395 ../src/guestfs-actions.pod:6930
msgid "B<aix>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4390 ../src/guestfs-actions.pod:6925
+#: ../fish/guestfish-actions.pod:4397 ../src/guestfs-actions.pod:6932
msgid "AIX disk labels."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4392 ../src/guestfs-actions.pod:6927
+#: ../fish/guestfish-actions.pod:4399 ../src/guestfs-actions.pod:6934
msgid "B<amiga>"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4394 ../src/guestfs-actions.pod:6929
+#: ../fish/guestfish-actions.pod:4401 ../src/guestfs-actions.pod:6936
msgid "B<rdb>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4396 ../src/guestfs-actions.pod:6931
+#: ../fish/guestfish-actions.pod:4403 ../src/guestfs-actions.pod:6938
msgid "Amiga \"Rigid Disk Block\" format."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4398 ../src/guestfs-actions.pod:6933
+#: ../fish/guestfish-actions.pod:4405 ../src/guestfs-actions.pod:6940
msgid "B<bsd>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4400 ../src/guestfs-actions.pod:6935
+#: ../fish/guestfish-actions.pod:4407 ../src/guestfs-actions.pod:6942
msgid "BSD disk labels."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4402 ../src/guestfs-actions.pod:6937
+#: ../fish/guestfish-actions.pod:4409 ../src/guestfs-actions.pod:6944
msgid "B<dasd>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4404 ../src/guestfs-actions.pod:6939
+#: ../fish/guestfish-actions.pod:4411 ../src/guestfs-actions.pod:6946
msgid "DASD, used on IBM mainframes."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4406 ../src/guestfs-actions.pod:6941
+#: ../fish/guestfish-actions.pod:4413 ../src/guestfs-actions.pod:6948
msgid "B<dvh>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4408 ../src/guestfs-actions.pod:6943
+#: ../fish/guestfish-actions.pod:4415 ../src/guestfs-actions.pod:6950
msgid "MIPS/SGI volumes."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4410 ../src/guestfs-actions.pod:6945
+#: ../fish/guestfish-actions.pod:4417 ../src/guestfs-actions.pod:6952
msgid "B<mac>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4412 ../src/guestfs-actions.pod:6947
+#: ../fish/guestfish-actions.pod:4419 ../src/guestfs-actions.pod:6954
msgid "Old Mac partition format. Modern Macs use C<gpt>."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4414 ../src/guestfs-actions.pod:6949
+#: ../fish/guestfish-actions.pod:4421 ../src/guestfs-actions.pod:6956
msgid "B<pc98>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4416 ../src/guestfs-actions.pod:6951
+#: ../fish/guestfish-actions.pod:4423 ../src/guestfs-actions.pod:6958
msgid "NEC PC-98 format, common in Japan apparently."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4418 ../src/guestfs-actions.pod:6953
+#: ../fish/guestfish-actions.pod:4425 ../src/guestfs-actions.pod:6960
msgid "B<sun>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4420 ../src/guestfs-actions.pod:6955
+#: ../fish/guestfish-actions.pod:4427 ../src/guestfs-actions.pod:6962
msgid "Sun disk labels."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4424
+#: ../fish/guestfish-actions.pod:4431
msgid "part-list"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4426
+#: ../fish/guestfish-actions.pod:4433
#, no-wrap
msgid ""
" part-list device\n"
@@ -17468,66 +17509,66 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4428 ../src/guestfs-actions.pod:6969
+#: ../fish/guestfish-actions.pod:4435 ../src/guestfs-actions.pod:6976
msgid ""
"This command parses the partition table on C<device> and returns the list of "
"partitions found."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4431 ../src/guestfs-actions.pod:6972
+#: ../fish/guestfish-actions.pod:4438 ../src/guestfs-actions.pod:6979
msgid "The fields in the returned structure are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4435 ../src/guestfs-actions.pod:6976
+#: ../fish/guestfish-actions.pod:4442 ../src/guestfs-actions.pod:6983
msgid "B<part_num>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4437 ../src/guestfs-actions.pod:6978
+#: ../fish/guestfish-actions.pod:4444 ../src/guestfs-actions.pod:6985
msgid "Partition number, counting from 1."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4439 ../src/guestfs-actions.pod:6980
+#: ../fish/guestfish-actions.pod:4446 ../src/guestfs-actions.pod:6987
msgid "B<part_start>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4441
+#: ../fish/guestfish-actions.pod:4448
msgid ""
"Start of the partition I<in bytes>. To get sectors you have to divide by "
"the device's sector size, see L</blockdev-getss>."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4444 ../src/guestfs-actions.pod:6985
+#: ../fish/guestfish-actions.pod:4451 ../src/guestfs-actions.pod:6992
msgid "B<part_end>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4446 ../src/guestfs-actions.pod:6987
+#: ../fish/guestfish-actions.pod:4453 ../src/guestfs-actions.pod:6994
msgid "End of the partition in bytes."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4448 ../src/guestfs-actions.pod:6989
+#: ../fish/guestfish-actions.pod:4455 ../src/guestfs-actions.pod:6996
msgid "B<part_size>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4450 ../src/guestfs-actions.pod:6991
+#: ../fish/guestfish-actions.pod:4457 ../src/guestfs-actions.pod:6998
msgid "Size of the partition in bytes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4454
+#: ../fish/guestfish-actions.pod:4461
msgid "part-set-bootable"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4456
+#: ../fish/guestfish-actions.pod:4463
#, no-wrap
msgid ""
" part-set-bootable device partnum true|false\n"
@@ -17535,14 +17576,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4458 ../src/guestfs-actions.pod:7009
+#: ../fish/guestfish-actions.pod:4465 ../src/guestfs-actions.pod:7016
msgid ""
"This sets the bootable flag on partition numbered C<partnum> on device "
"C<device>. Note that partitions are numbered from 1."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4461 ../src/guestfs-actions.pod:7012
+#: ../fish/guestfish-actions.pod:4468 ../src/guestfs-actions.pod:7019
msgid ""
"The bootable flag is used by some operating systems (notably Windows) to "
"determine which partition to boot from. It is by no means universally "
@@ -17550,12 +17591,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4465
+#: ../fish/guestfish-actions.pod:4472
msgid "part-set-mbr-id"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4467
+#: ../fish/guestfish-actions.pod:4474
#, no-wrap
msgid ""
" part-set-mbr-id device partnum idbyte\n"
@@ -17563,7 +17604,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4469 ../src/guestfs-actions.pod:7028
+#: ../fish/guestfish-actions.pod:4476 ../src/guestfs-actions.pod:7035
msgid ""
"Sets the MBR type byte (also known as the ID byte) of the numbered partition "
"C<partnum> to C<idbyte>. Note that the type bytes quoted in most "
@@ -17572,12 +17613,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4479
+#: ../fish/guestfish-actions.pod:4486
msgid "part-set-name"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4481
+#: ../fish/guestfish-actions.pod:4488
#, no-wrap
msgid ""
" part-set-name device partnum name\n"
@@ -17585,26 +17626,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4483 ../src/guestfs-actions.pod:7050
+#: ../fish/guestfish-actions.pod:4490 ../src/guestfs-actions.pod:7057
msgid ""
"This sets the partition name on partition numbered C<partnum> on device "
"C<device>. Note that partitions are numbered from 1."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4486 ../src/guestfs-actions.pod:7053
+#: ../fish/guestfish-actions.pod:4493 ../src/guestfs-actions.pod:7060
msgid ""
"The partition name can only be set on certain types of partition table. "
"This works on C<gpt> but not on C<mbr> partitions."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4489
+#: ../fish/guestfish-actions.pod:4496
msgid "part-to-dev"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4491
+#: ../fish/guestfish-actions.pod:4498
#, no-wrap
msgid ""
" part-to-dev partition\n"
@@ -17612,31 +17653,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4493 ../src/guestfs-actions.pod:7066
+#: ../fish/guestfish-actions.pod:4500 ../src/guestfs-actions.pod:7073
msgid ""
"This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
"partition number, returning the device name (eg. \"/dev/sdb\")."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4497 ../fish/guestfish-actions.pod:4509
+#: ../fish/guestfish-actions.pod:4504 ../fish/guestfish-actions.pod:4516
msgid ""
"The named partition must exist, for example as a string returned from "
"L</list-partitions>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4500
+#: ../fish/guestfish-actions.pod:4507
msgid "See also L</part-to-partnum>, L</device-index>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4502
+#: ../fish/guestfish-actions.pod:4509
msgid "part-to-partnum"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4504
+#: ../fish/guestfish-actions.pod:4511
#, no-wrap
msgid ""
" part-to-partnum partition\n"
@@ -17644,24 +17685,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4506 ../src/guestfs-actions.pod:7086
+#: ../fish/guestfish-actions.pod:4513 ../src/guestfs-actions.pod:7093
msgid ""
"This function takes a partition name (eg. \"/dev/sdb1\") and returns the "
"partition number (eg. C<1>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4512
+#: ../fish/guestfish-actions.pod:4519
msgid "See also L</part-to-dev>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4514
+#: ../fish/guestfish-actions.pod:4521
msgid "ping-daemon"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4516
+#: ../fish/guestfish-actions.pod:4523
#, no-wrap
msgid ""
" ping-daemon\n"
@@ -17669,7 +17710,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4518 ../src/guestfs-actions.pod:7103
+#: ../fish/guestfish-actions.pod:4525 ../src/guestfs-actions.pod:7110
msgid ""
"This is a test probe into the guestfs daemon running inside the qemu "
"subprocess. Calling this function checks that the daemon responds to the "
@@ -17678,12 +17719,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4523
+#: ../fish/guestfish-actions.pod:4530
msgid "pread"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4525
+#: ../fish/guestfish-actions.pod:4532
#, no-wrap
msgid ""
" pread path count offset\n"
@@ -17691,31 +17732,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4527 ../src/guestfs-actions.pod:7121
+#: ../fish/guestfish-actions.pod:4534 ../src/guestfs-actions.pod:7128
msgid ""
"This command lets you read part of a file. It reads C<count> bytes of the "
"file, starting at C<offset>, from file C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4530 ../fish/guestfish-actions.pod:4545 ../src/guestfs-actions.pod:7124 ../src/guestfs-actions.pod:7150
+#: ../fish/guestfish-actions.pod:4537 ../fish/guestfish-actions.pod:4552 ../src/guestfs-actions.pod:7131 ../src/guestfs-actions.pod:7157
msgid ""
"This may read fewer bytes than requested. For further details see the "
"L<pread(2)> system call."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4533
+#: ../fish/guestfish-actions.pod:4540
msgid "See also L</pwrite>, L</pread-device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4538
+#: ../fish/guestfish-actions.pod:4545
msgid "pread-device"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4540
+#: ../fish/guestfish-actions.pod:4547
#, no-wrap
msgid ""
" pread-device device count offset\n"
@@ -17723,24 +17764,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4542 ../src/guestfs-actions.pod:7147
+#: ../fish/guestfish-actions.pod:4549 ../src/guestfs-actions.pod:7154
msgid ""
"This command lets you read part of a file. It reads C<count> bytes of "
"C<device>, starting at C<offset>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4548
+#: ../fish/guestfish-actions.pod:4555
msgid "See also L</pread>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4553
+#: ../fish/guestfish-actions.pod:4560
msgid "pvcreate"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4555
+#: ../fish/guestfish-actions.pod:4562
#, no-wrap
msgid ""
" pvcreate device\n"
@@ -17748,19 +17789,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4557 ../src/guestfs-actions.pod:7170
+#: ../fish/guestfish-actions.pod:4564 ../src/guestfs-actions.pod:7177
msgid ""
"This creates an LVM physical volume on the named C<device>, where C<device> "
"should usually be a partition name such as C</dev/sda1>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4561
+#: ../fish/guestfish-actions.pod:4568
msgid "pvremove"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4563
+#: ../fish/guestfish-actions.pod:4570
#, no-wrap
msgid ""
" pvremove device\n"
@@ -17768,14 +17809,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4565 ../src/guestfs-actions.pod:7184
+#: ../fish/guestfish-actions.pod:4572 ../src/guestfs-actions.pod:7191
msgid ""
"This wipes a physical volume C<device> so that LVM will no longer recognise "
"it."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4568 ../src/guestfs-actions.pod:7187
+#: ../fish/guestfish-actions.pod:4575 ../src/guestfs-actions.pod:7194
msgid ""
"The implementation uses the C<pvremove> command which refuses to wipe "
"physical volumes that contain any volume groups, so you have to remove those "
@@ -17783,12 +17824,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4572
+#: ../fish/guestfish-actions.pod:4579
msgid "pvresize"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4574
+#: ../fish/guestfish-actions.pod:4581
#, no-wrap
msgid ""
" pvresize device\n"
@@ -17796,19 +17837,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4576 ../src/guestfs-actions.pod:7201
+#: ../fish/guestfish-actions.pod:4583 ../src/guestfs-actions.pod:7208
msgid ""
"This resizes (expands or shrinks) an existing LVM physical volume to match "
"the new size of the underlying device."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4579
+#: ../fish/guestfish-actions.pod:4586
msgid "pvresize-size"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4581
+#: ../fish/guestfish-actions.pod:4588
#, no-wrap
msgid ""
" pvresize-size device size\n"
@@ -17816,19 +17857,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4583
+#: ../fish/guestfish-actions.pod:4590
msgid ""
"This command is the same as L</pvresize> except that it allows you to "
"specify the new size (in bytes) explicitly."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4586
+#: ../fish/guestfish-actions.pod:4593
msgid "pvs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4588
+#: ../fish/guestfish-actions.pod:4595
#, no-wrap
msgid ""
" pvs\n"
@@ -17836,31 +17877,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4590 ../src/guestfs-actions.pod:7227
+#: ../fish/guestfish-actions.pod:4597 ../src/guestfs-actions.pod:7234
msgid ""
"List all the physical volumes detected. This is the equivalent of the "
"L<pvs(8)> command."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4593 ../src/guestfs-actions.pod:7230
+#: ../fish/guestfish-actions.pod:4600 ../src/guestfs-actions.pod:7237
msgid ""
"This returns a list of just the device names that contain PVs "
"(eg. C</dev/sda2>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4596
+#: ../fish/guestfish-actions.pod:4603
msgid "See also L</pvs-full>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4598
+#: ../fish/guestfish-actions.pod:4605
msgid "pvs-full"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4600
+#: ../fish/guestfish-actions.pod:4607
#, no-wrap
msgid ""
" pvs-full\n"
@@ -17868,19 +17909,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4602 ../src/guestfs-actions.pod:7246
+#: ../fish/guestfish-actions.pod:4609 ../src/guestfs-actions.pod:7253
msgid ""
"List all the physical volumes detected. This is the equivalent of the "
"L<pvs(8)> command. The \"full\" version includes all fields."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4605
+#: ../fish/guestfish-actions.pod:4612
msgid "pvuuid"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4607
+#: ../fish/guestfish-actions.pod:4614
#, no-wrap
msgid ""
" pvuuid device\n"
@@ -17888,17 +17929,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4609 ../src/guestfs-actions.pod:7261
+#: ../fish/guestfish-actions.pod:4616 ../src/guestfs-actions.pod:7268
msgid "This command returns the UUID of the LVM PV C<device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4611
+#: ../fish/guestfish-actions.pod:4618
msgid "pwrite"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4613
+#: ../fish/guestfish-actions.pod:4620
#, no-wrap
msgid ""
" pwrite path content offset\n"
@@ -17906,14 +17947,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4615 ../src/guestfs-actions.pod:7277
+#: ../fish/guestfish-actions.pod:4622 ../src/guestfs-actions.pod:7284
msgid ""
"This command writes to part of a file. It writes the data buffer C<content> "
"to the file C<path> starting at offset C<offset>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4618 ../src/guestfs-actions.pod:7280
+#: ../fish/guestfish-actions.pod:4625 ../src/guestfs-actions.pod:7287
msgid ""
"This command implements the L<pwrite(2)> system call, and like that system "
"call it may not write the full data requested. The return value is the "
@@ -17923,17 +17964,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4624
+#: ../fish/guestfish-actions.pod:4631
msgid "See also L</pread>, L</pwrite-device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4629
+#: ../fish/guestfish-actions.pod:4636
msgid "pwrite-device"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4631
+#: ../fish/guestfish-actions.pod:4638
#, no-wrap
msgid ""
" pwrite-device device content offset\n"
@@ -17941,14 +17982,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4633 ../src/guestfs-actions.pod:7304
+#: ../fish/guestfish-actions.pod:4640 ../src/guestfs-actions.pod:7311
msgid ""
"This command writes to part of a device. It writes the data buffer "
"C<content> to C<device> starting at offset C<offset>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4636 ../src/guestfs-actions.pod:7307
+#: ../fish/guestfish-actions.pod:4643 ../src/guestfs-actions.pod:7314
msgid ""
"This command implements the L<pwrite(2)> system call, and like that system "
"call it may not write the full data requested (although short writes to disk "
@@ -17956,17 +17997,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4641
+#: ../fish/guestfish-actions.pod:4648
msgid "See also L</pwrite>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4646
+#: ../fish/guestfish-actions.pod:4653
msgid "read-file"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4648
+#: ../fish/guestfish-actions.pod:4655
#, no-wrap
msgid ""
" read-file path\n"
@@ -17974,12 +18015,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4650 ../src/guestfs-actions.pod:7328
+#: ../fish/guestfish-actions.pod:4657 ../src/guestfs-actions.pod:7335
msgid "This calls returns the contents of the file C<path> as a buffer."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4653
+#: ../fish/guestfish-actions.pod:4660
msgid ""
"Unlike L</cat>, this function can correctly handle files that contain "
"embedded ASCII NUL characters. However unlike L</download>, this function "
@@ -17987,12 +18028,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4661
+#: ../fish/guestfish-actions.pod:4668
msgid "read-lines"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4663
+#: ../fish/guestfish-actions.pod:4670
#, no-wrap
msgid ""
" read-lines path\n"
@@ -18000,14 +18041,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4667 ../src/guestfs-actions.pod:7353
+#: ../fish/guestfish-actions.pod:4674 ../src/guestfs-actions.pod:7360
msgid ""
"The file contents are returned as a list of lines. Trailing C<LF> and "
"C<CRLF> character sequences are I<not> returned."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4670
+#: ../fish/guestfish-actions.pod:4677
msgid ""
"Note that this function cannot correctly handle binary files (specifically, "
"files containing C<\\0> character which is treated as end of line). For "
@@ -18016,12 +18057,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4675
+#: ../fish/guestfish-actions.pod:4682
msgid "readdir"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4677
+#: ../fish/guestfish-actions.pod:4684
#, no-wrap
msgid ""
" readdir dir\n"
@@ -18029,12 +18070,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4679 ../src/guestfs-actions.pod:7373
+#: ../fish/guestfish-actions.pod:4686 ../src/guestfs-actions.pod:7380
msgid "This returns the list of directory entries in directory C<dir>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4681 ../src/guestfs-actions.pod:7375
+#: ../fish/guestfish-actions.pod:4688 ../src/guestfs-actions.pod:7382
msgid ""
"All entries in the directory are returned, including C<.> and C<..>. The "
"entries are I<not> sorted, but returned in the same order as the underlying "
@@ -18042,84 +18083,84 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4685 ../src/guestfs-actions.pod:7379
+#: ../fish/guestfish-actions.pod:4692 ../src/guestfs-actions.pod:7386
msgid ""
"Also this call returns basic file type information about each file. The "
"C<ftyp> field will contain one of the following characters:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4690 ../src/guestfs-actions.pod:7384
+#: ../fish/guestfish-actions.pod:4697 ../src/guestfs-actions.pod:7391
msgid "'b'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4692 ../src/guestfs-actions.pod:7386
+#: ../fish/guestfish-actions.pod:4699 ../src/guestfs-actions.pod:7393
msgid "Block special"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4696 ../src/guestfs-actions.pod:7390
+#: ../fish/guestfish-actions.pod:4703 ../src/guestfs-actions.pod:7397
msgid "Char special"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4700 ../src/guestfs-actions.pod:7394
+#: ../fish/guestfish-actions.pod:4707 ../src/guestfs-actions.pod:7401
msgid "Directory"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4702 ../src/guestfs-actions.pod:7396
+#: ../fish/guestfish-actions.pod:4709 ../src/guestfs-actions.pod:7403
msgid "'f'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4704 ../src/guestfs-actions.pod:7398
+#: ../fish/guestfish-actions.pod:4711 ../src/guestfs-actions.pod:7405
msgid "FIFO (named pipe)"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4706 ../src/guestfs-actions.pod:7400
+#: ../fish/guestfish-actions.pod:4713 ../src/guestfs-actions.pod:7407
msgid "'l'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4708 ../src/guestfs-actions.pod:7402
+#: ../fish/guestfish-actions.pod:4715 ../src/guestfs-actions.pod:7409
msgid "Symbolic link"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4710 ../src/guestfs-actions.pod:7404
+#: ../fish/guestfish-actions.pod:4717 ../src/guestfs-actions.pod:7411
msgid "'r'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4712 ../src/guestfs-actions.pod:7406
+#: ../fish/guestfish-actions.pod:4719 ../src/guestfs-actions.pod:7413
msgid "Regular file"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4716 ../src/guestfs-actions.pod:7410
+#: ../fish/guestfish-actions.pod:4723 ../src/guestfs-actions.pod:7417
msgid "Socket"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4720 ../src/guestfs-actions.pod:7414
+#: ../fish/guestfish-actions.pod:4727 ../src/guestfs-actions.pod:7421
msgid "Unknown file type"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4722 ../src/guestfs-actions.pod:7416
+#: ../fish/guestfish-actions.pod:4729 ../src/guestfs-actions.pod:7423
msgid "'?'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4724 ../src/guestfs-actions.pod:7418
+#: ../fish/guestfish-actions.pod:4731 ../src/guestfs-actions.pod:7425
msgid "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4729
+#: ../fish/guestfish-actions.pod:4736
msgid ""
"This function is primarily intended for use by programs. To get a simple "
"list of names, use L</ls>. To get a printable directory for human "
@@ -18127,12 +18168,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4733
+#: ../fish/guestfish-actions.pod:4740
msgid "readlink"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4735
+#: ../fish/guestfish-actions.pod:4742
#, no-wrap
msgid ""
" readlink path\n"
@@ -18140,17 +18181,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4737 ../src/guestfs-actions.pod:7439
+#: ../fish/guestfish-actions.pod:4744 ../src/guestfs-actions.pod:7446
msgid "This command reads the target of a symbolic link."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4739
+#: ../fish/guestfish-actions.pod:4746
msgid "readlinklist"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4741
+#: ../fish/guestfish-actions.pod:4748
#, no-wrap
msgid ""
" readlinklist path 'names ...'\n"
@@ -18158,7 +18199,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4743 ../src/guestfs-actions.pod:7453
+#: ../fish/guestfish-actions.pod:4750 ../src/guestfs-actions.pod:7460
msgid ""
"This call allows you to do a C<readlink> operation on multiple files, where "
"all files are in the directory C<path>. C<names> is the list of files from "
@@ -18166,14 +18207,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4747 ../src/guestfs-actions.pod:7457
+#: ../fish/guestfish-actions.pod:4754 ../src/guestfs-actions.pod:7464
msgid ""
"On return you get a list of strings, with a one-to-one correspondence to the "
"C<names> list. Each string is the value of the symbolic link."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4751 ../src/guestfs-actions.pod:7461
+#: ../fish/guestfish-actions.pod:4758 ../src/guestfs-actions.pod:7468
msgid ""
"If the C<readlink(2)> operation fails on any name, then the corresponding "
"result string is the empty string C<\"\">. However the whole operation is "
@@ -18183,7 +18224,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4758 ../src/guestfs-actions.pod:7468
+#: ../fish/guestfish-actions.pod:4765 ../src/guestfs-actions.pod:7475
msgid ""
"This call is intended for programs that want to efficiently list a directory "
"contents without making many round-trips. Very long directory listings "
@@ -18192,12 +18233,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4765
+#: ../fish/guestfish-actions.pod:4772
msgid "realpath"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4767
+#: ../fish/guestfish-actions.pod:4774
#, no-wrap
msgid ""
" realpath path\n"
@@ -18205,19 +18246,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4769 ../src/guestfs-actions.pod:7487
+#: ../fish/guestfish-actions.pod:4776 ../src/guestfs-actions.pod:7494
msgid ""
"Return the canonicalized absolute pathname of C<path>. The returned path "
"has no C<.>, C<..> or symbolic link path elements."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4772
+#: ../fish/guestfish-actions.pod:4779
msgid "removexattr"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4774
+#: ../fish/guestfish-actions.pod:4781
#, no-wrap
msgid ""
" removexattr xattr path\n"
@@ -18225,22 +18266,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4776 ../src/guestfs-actions.pod:7502
+#: ../fish/guestfish-actions.pod:4783 ../src/guestfs-actions.pod:7509
msgid "This call removes the extended attribute named C<xattr> of the file C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4779
+#: ../fish/guestfish-actions.pod:4786
msgid "See also: L</lremovexattr>, L<attr(5)>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4781
+#: ../fish/guestfish-actions.pod:4788
msgid "resize2fs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4783
+#: ../fish/guestfish-actions.pod:4790
#, no-wrap
msgid ""
" resize2fs device\n"
@@ -18248,24 +18289,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4785 ../src/guestfs-actions.pod:7517
+#: ../fish/guestfish-actions.pod:4792 ../src/guestfs-actions.pod:7524
msgid ""
"This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
"underlying device."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4788 ../fish/guestfish-actions.pod:4803 ../fish/guestfish-actions.pod:4812 ../src/guestfs-actions.pod:7520 ../src/guestfs-actions.pod:7541 ../src/guestfs-actions.pod:7557
+#: ../fish/guestfish-actions.pod:4795 ../fish/guestfish-actions.pod:4810 ../fish/guestfish-actions.pod:4819 ../src/guestfs-actions.pod:7527 ../src/guestfs-actions.pod:7548 ../src/guestfs-actions.pod:7564
msgid "See also L<guestfs(3)/RESIZE2FS ERRORS>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4790
+#: ../fish/guestfish-actions.pod:4797
msgid "resize2fs-M"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4792
+#: ../fish/guestfish-actions.pod:4799
#, no-wrap
msgid ""
" resize2fs-M device\n"
@@ -18273,7 +18314,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4794
+#: ../fish/guestfish-actions.pod:4801
msgid ""
"This command is the same as L</resize2fs>, but the filesystem is resized to "
"its minimum size. This works like the I<-M> option to the C<resize2fs> "
@@ -18281,7 +18322,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4798
+#: ../fish/guestfish-actions.pod:4805
msgid ""
"To get the resulting size of the filesystem you should call L</tune2fs-l> "
"and read the C<Block size> and C<Block count> values. These two numbers, "
@@ -18290,12 +18331,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4805
+#: ../fish/guestfish-actions.pod:4812
msgid "resize2fs-size"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4807
+#: ../fish/guestfish-actions.pod:4814
#, no-wrap
msgid ""
" resize2fs-size device size\n"
@@ -18303,19 +18344,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4809
+#: ../fish/guestfish-actions.pod:4816
msgid ""
"This command is the same as L</resize2fs> except that it allows you to "
"specify the new size (in bytes) explicitly."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4814
+#: ../fish/guestfish-actions.pod:4821
msgid "rm"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4816
+#: ../fish/guestfish-actions.pod:4823
#, no-wrap
msgid ""
" rm path\n"
@@ -18323,17 +18364,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4818 ../src/guestfs-actions.pod:7569
+#: ../fish/guestfish-actions.pod:4825 ../src/guestfs-actions.pod:7576
msgid "Remove the single file C<path>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4820
+#: ../fish/guestfish-actions.pod:4827
msgid "rm-rf"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4822
+#: ../fish/guestfish-actions.pod:4829
#, no-wrap
msgid ""
" rm-rf path\n"
@@ -18341,19 +18382,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4824 ../src/guestfs-actions.pod:7581
+#: ../fish/guestfish-actions.pod:4831 ../src/guestfs-actions.pod:7588
msgid ""
"Remove the file or directory C<path>, recursively removing the contents if "
"its a directory. This is like the C<rm -rf> shell command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4828
+#: ../fish/guestfish-actions.pod:4835
msgid "rmdir"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4830
+#: ../fish/guestfish-actions.pod:4837
#, no-wrap
msgid ""
" rmdir path\n"
@@ -18361,17 +18402,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4832 ../src/guestfs-actions.pod:7595
+#: ../fish/guestfish-actions.pod:4839 ../src/guestfs-actions.pod:7602
msgid "Remove the single directory C<path>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4834
+#: ../fish/guestfish-actions.pod:4841
msgid "rmmountpoint"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4836
+#: ../fish/guestfish-actions.pod:4843
#, no-wrap
msgid ""
" rmmountpoint exemptpath\n"
@@ -18379,19 +18420,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4838
+#: ../fish/guestfish-actions.pod:4845
msgid ""
"This calls removes a mountpoint that was previously created with "
"L</mkmountpoint>. See L</mkmountpoint> for full details."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4842
+#: ../fish/guestfish-actions.pod:4849
msgid "scrub-device"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4844
+#: ../fish/guestfish-actions.pod:4851
#, no-wrap
msgid ""
" scrub-device device\n"
@@ -18399,26 +18440,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4846 ../src/guestfs-actions.pod:7621
+#: ../fish/guestfish-actions.pod:4853 ../src/guestfs-actions.pod:7628
msgid ""
"This command writes patterns over C<device> to make data retrieval more "
"difficult."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4849 ../fish/guestfish-actions.pod:4861 ../fish/guestfish-actions.pod:4874 ../src/guestfs-actions.pod:7624 ../src/guestfs-actions.pod:7642 ../src/guestfs-actions.pod:7661
+#: ../fish/guestfish-actions.pod:4856 ../fish/guestfish-actions.pod:4868 ../fish/guestfish-actions.pod:4881 ../src/guestfs-actions.pod:7631 ../src/guestfs-actions.pod:7649 ../src/guestfs-actions.pod:7668
msgid ""
"It is an interface to the L<scrub(1)> program. See that manual page for "
"more details."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4852
+#: ../fish/guestfish-actions.pod:4859
msgid "scrub-file"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4854
+#: ../fish/guestfish-actions.pod:4861
#, no-wrap
msgid ""
" scrub-file file\n"
@@ -18426,24 +18467,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4856 ../src/guestfs-actions.pod:7637
+#: ../fish/guestfish-actions.pod:4863 ../src/guestfs-actions.pod:7644
msgid ""
"This command writes patterns over a file to make data retrieval more "
"difficult."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4859 ../src/guestfs-actions.pod:7640
+#: ../fish/guestfish-actions.pod:4866 ../src/guestfs-actions.pod:7647
msgid "The file is I<removed> after scrubbing."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4864
+#: ../fish/guestfish-actions.pod:4871
msgid "scrub-freespace"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4866
+#: ../fish/guestfish-actions.pod:4873
#, no-wrap
msgid ""
" scrub-freespace dir\n"
@@ -18451,7 +18492,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4868
+#: ../fish/guestfish-actions.pod:4875
msgid ""
"This command creates the directory C<dir> and then fills it with files until "
"the filesystem is full, and scrubs the files as for L</scrub-file>, and "
@@ -18460,17 +18501,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4877
+#: ../fish/guestfish-actions.pod:4884
msgid "set-append"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4879
+#: ../fish/guestfish-actions.pod:4886
msgid "append"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4881
+#: ../fish/guestfish-actions.pod:4888
#, no-wrap
msgid ""
" set-append append\n"
@@ -18478,38 +18519,38 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4883 ../src/guestfs-actions.pod:7674
+#: ../fish/guestfish-actions.pod:4890 ../src/guestfs-actions.pod:7681
msgid ""
"This function is used to add additional options to the guest kernel command "
"line."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4886 ../src/guestfs-actions.pod:7677
+#: ../fish/guestfish-actions.pod:4893 ../src/guestfs-actions.pod:7684
msgid ""
"The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
"environment variable."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4889 ../src/guestfs-actions.pod:7680
+#: ../fish/guestfish-actions.pod:4896 ../src/guestfs-actions.pod:7687
msgid ""
"Setting C<append> to C<NULL> means I<no> additional options are passed "
"(libguestfs always adds a few of its own)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4892
+#: ../fish/guestfish-actions.pod:4899
msgid "set-attach-method"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4894
+#: ../fish/guestfish-actions.pod:4901
msgid "attach-method"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4896
+#: ../fish/guestfish-actions.pod:4903
#, no-wrap
msgid ""
" set-attach-method attachmethod\n"
@@ -18517,36 +18558,36 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4898 ../src/guestfs-actions.pod:7693
+#: ../fish/guestfish-actions.pod:4905 ../src/guestfs-actions.pod:7700
msgid ""
"Set the method that libguestfs uses to connect to the back end guestfsd "
"daemon. Possible methods are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4903 ../src/guestfs-actions.pod:7698 ../src/guestfs.pod:3101
+#: ../fish/guestfish-actions.pod:4910 ../src/guestfs-actions.pod:7705 ../src/guestfs.pod:3188
msgid "C<appliance>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4905 ../src/guestfs-actions.pod:7700
+#: ../fish/guestfish-actions.pod:4912 ../src/guestfs-actions.pod:7707
msgid ""
"Launch an appliance and connect to it. This is the ordinary method and the "
"default."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4908 ../src/guestfs-actions.pod:7703
+#: ../fish/guestfish-actions.pod:4915 ../src/guestfs-actions.pod:7710
msgid "C<unix:I<path>>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4910 ../src/guestfs-actions.pod:7705
+#: ../fish/guestfish-actions.pod:4917 ../src/guestfs-actions.pod:7712
msgid "Connect to the Unix domain socket I<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4912 ../src/guestfs-actions.pod:7707
+#: ../fish/guestfish-actions.pod:4919 ../src/guestfs-actions.pod:7714
msgid ""
"This method lets you connect to an existing daemon or (using virtio-serial) "
"to a live guest. For more information, see L<guestfs(3)/ATTACHING TO "
@@ -18554,17 +18595,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4918
+#: ../fish/guestfish-actions.pod:4925
msgid "set-autosync"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4920
+#: ../fish/guestfish-actions.pod:4927
msgid "autosync"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4922
+#: ../fish/guestfish-actions.pod:4929
#, no-wrap
msgid ""
" set-autosync true|false\n"
@@ -18572,7 +18613,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4924 ../src/guestfs-actions.pod:7723
+#: ../fish/guestfish-actions.pod:4931 ../src/guestfs-actions.pod:7730
msgid ""
"If C<autosync> is true, this enables autosync. Libguestfs will make a best "
"effort attempt to make filesystems consistent and synchronized when the "
@@ -18580,24 +18621,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4929 ../src/guestfs-actions.pod:7728
+#: ../fish/guestfish-actions.pod:4936 ../src/guestfs-actions.pod:7735
msgid ""
"This is enabled by default (since libguestfs 1.5.24, previously it was "
"disabled by default)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4932
+#: ../fish/guestfish-actions.pod:4939
msgid "set-direct"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4934
+#: ../fish/guestfish-actions.pod:4941
msgid "direct"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4936
+#: ../fish/guestfish-actions.pod:4943
#, no-wrap
msgid ""
" set-direct true|false\n"
@@ -18605,36 +18646,36 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4938 ../src/guestfs-actions.pod:7741
+#: ../fish/guestfish-actions.pod:4945 ../src/guestfs-actions.pod:7748
msgid ""
"If the direct appliance mode flag is enabled, then stdin and stdout are "
"passed directly through to the appliance once it is launched."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4942
+#: ../fish/guestfish-actions.pod:4949
msgid ""
"One consequence of this is that log messages aren't caught by the library "
"and handled by L</set-log-message-callback>, but go straight to stdout."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4946 ../src/guestfs-actions.pod:7749
+#: ../fish/guestfish-actions.pod:4953 ../src/guestfs-actions.pod:7756
msgid "You probably don't want to use this unless you know what you are doing."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4949 ../src/guestfs-actions.pod:7752
+#: ../fish/guestfish-actions.pod:4956 ../src/guestfs-actions.pod:7759
msgid "The default is disabled."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4951
+#: ../fish/guestfish-actions.pod:4958
msgid "set-e2attrs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4953
+#: ../fish/guestfish-actions.pod:4960
#, no-wrap
msgid ""
" set-e2attrs file attrs [clear:true|false]\n"
@@ -18642,14 +18683,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4955 ../src/guestfs-actions.pod:7773
+#: ../fish/guestfish-actions.pod:4962 ../src/guestfs-actions.pod:7780
msgid ""
"This sets or clears the file attributes C<attrs> associated with the inode "
"C<file>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4958
+#: ../fish/guestfish-actions.pod:4965
msgid ""
"C<attrs> is a string of characters representing file attributes. See "
"L</get-e2attrs> for a list of possible attributes. Not all attributes can "
@@ -18657,31 +18698,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4962 ../src/guestfs-actions.pod:7780
+#: ../fish/guestfish-actions.pod:4969 ../src/guestfs-actions.pod:7787
msgid ""
"If optional boolean C<clear> is not present or false, then the C<attrs> "
"listed are set in the inode."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4965 ../src/guestfs-actions.pod:7783
+#: ../fish/guestfish-actions.pod:4972 ../src/guestfs-actions.pod:7790
msgid "If C<clear> is true, then the C<attrs> listed are cleared in the inode."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4968 ../src/guestfs-actions.pod:7786
+#: ../fish/guestfish-actions.pod:4975 ../src/guestfs-actions.pod:7793
msgid ""
"In both cases, other attributes not present in the C<attrs> string are left "
"unchanged."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4977
+#: ../fish/guestfish-actions.pod:4984
msgid "set-e2generation"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4979
+#: ../fish/guestfish-actions.pod:4986
#, no-wrap
msgid ""
" set-e2generation file generation\n"
@@ -18689,22 +18730,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4981 ../src/guestfs-actions.pod:7828
+#: ../fish/guestfish-actions.pod:4988 ../src/guestfs-actions.pod:7835
msgid "This sets the ext2 file generation of a file."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4983
+#: ../fish/guestfish-actions.pod:4990
msgid "See L</get-e2generation>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4985
+#: ../fish/guestfish-actions.pod:4992
msgid "set-e2label"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4987
+#: ../fish/guestfish-actions.pod:4994
#, no-wrap
msgid ""
" set-e2label device label\n"
@@ -18712,33 +18753,33 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4989 ../src/guestfs-actions.pod:7850
+#: ../fish/guestfish-actions.pod:4996 ../src/guestfs-actions.pod:7857
msgid ""
"This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
"C<label>. Filesystem labels are limited to 16 characters."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4993
+#: ../fish/guestfish-actions.pod:5000
msgid ""
"You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
"label on a filesystem."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4996
+#: ../fish/guestfish-actions.pod:5003
msgid ""
"I<This function is deprecated.> In new code, use the L</set-label> call "
"instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5003
+#: ../fish/guestfish-actions.pod:5010
msgid "set-e2uuid"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5005
+#: ../fish/guestfish-actions.pod:5012
#, no-wrap
msgid ""
" set-e2uuid device uuid\n"
@@ -18746,7 +18787,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5007 ../src/guestfs-actions.pod:7868
+#: ../fish/guestfish-actions.pod:5014 ../src/guestfs-actions.pod:7875
msgid ""
"This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
"C<uuid>. The format of the UUID and alternatives such as C<clear>, "
@@ -18754,19 +18795,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5012
+#: ../fish/guestfish-actions.pod:5019
msgid ""
"You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
"UUID of a filesystem."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5015
+#: ../fish/guestfish-actions.pod:5022
msgid "set-label"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5017
+#: ../fish/guestfish-actions.pod:5024
#, no-wrap
msgid ""
" set-label device label\n"
@@ -18774,44 +18815,44 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5019 ../src/guestfs-actions.pod:7887
+#: ../fish/guestfish-actions.pod:5026 ../src/guestfs-actions.pod:7894
msgid "Set the filesystem label on C<device> to C<label>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5021 ../src/guestfs-actions.pod:7889
+#: ../fish/guestfish-actions.pod:5028 ../src/guestfs-actions.pod:7896
msgid ""
"Only some filesystem types support labels, and libguestfs supports setting "
"labels on only a subset of these."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5024 ../src/guestfs-actions.pod:7892
+#: ../fish/guestfish-actions.pod:5031 ../src/guestfs-actions.pod:7899
msgid "On ext2/3/4 filesystems, labels are limited to 16 bytes."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5026 ../src/guestfs-actions.pod:7894
+#: ../fish/guestfish-actions.pod:5033 ../src/guestfs-actions.pod:7901
msgid "On NTFS filesystems, labels are limited to 128 unicode characters."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5028
+#: ../fish/guestfish-actions.pod:5035
msgid "To read the label on a filesystem, call L</vfs-label>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5030
+#: ../fish/guestfish-actions.pod:5037
msgid "set-memsize"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5032
+#: ../fish/guestfish-actions.pod:5039
msgid "memsize"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5034
+#: ../fish/guestfish-actions.pod:5041
#, no-wrap
msgid ""
" set-memsize memsize\n"
@@ -18819,31 +18860,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5036
+#: ../fish/guestfish-actions.pod:5043
msgid ""
"This sets the memory size in megabytes allocated to the qemu subprocess. "
"This only has any effect if called before L</launch>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5040 ../src/guestfs-actions.pod:7912
+#: ../fish/guestfish-actions.pod:5047 ../src/guestfs-actions.pod:7919
msgid ""
"You can also change this by setting the environment variable "
"C<LIBGUESTFS_MEMSIZE> before the handle is created."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5047
+#: ../fish/guestfish-actions.pod:5054
msgid "set-network"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5049
+#: ../fish/guestfish-actions.pod:5056
msgid "network"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5051
+#: ../fish/guestfish-actions.pod:5058
#, no-wrap
msgid ""
" set-network true|false\n"
@@ -18851,31 +18892,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5053 ../src/guestfs-actions.pod:7929
+#: ../fish/guestfish-actions.pod:5060 ../src/guestfs-actions.pod:7936
msgid ""
"If C<network> is true, then the network is enabled in the libguestfs "
"appliance. The default is false."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5056 ../src/guestfs-actions.pod:7932
+#: ../fish/guestfish-actions.pod:5063 ../src/guestfs-actions.pod:7939
msgid ""
"This affects whether commands are able to access the network (see "
"L<guestfs(3)/RUNNING COMMANDS>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5059
+#: ../fish/guestfish-actions.pod:5066
msgid "You must call this before calling L</launch>, otherwise it has no effect."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5062
+#: ../fish/guestfish-actions.pod:5069
msgid "set-path"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5066
+#: ../fish/guestfish-actions.pod:5073
#, no-wrap
msgid ""
" set-path searchpath\n"
@@ -18883,34 +18924,34 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5068 ../src/guestfs-actions.pod:7948
+#: ../fish/guestfish-actions.pod:5075 ../src/guestfs-actions.pod:7955
msgid "Set the path that libguestfs searches for kernel and initrd.img."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5070 ../src/guestfs-actions.pod:7950
+#: ../fish/guestfish-actions.pod:5077 ../src/guestfs-actions.pod:7957
msgid ""
"The default is C<$libdir/guestfs> unless overridden by setting "
"C<LIBGUESTFS_PATH> environment variable."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5073 ../src/guestfs-actions.pod:7953
+#: ../fish/guestfish-actions.pod:5080 ../src/guestfs-actions.pod:7960
msgid "Setting C<path> to C<NULL> restores the default path."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5075
+#: ../fish/guestfish-actions.pod:5082
msgid "set-pgroup"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5077
+#: ../fish/guestfish-actions.pod:5084
msgid "pgroup"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5079
+#: ../fish/guestfish-actions.pod:5086
#, no-wrap
msgid ""
" set-pgroup true|false\n"
@@ -18918,21 +18959,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5081 ../src/guestfs-actions.pod:7965
+#: ../fish/guestfish-actions.pod:5088 ../src/guestfs-actions.pod:7972
msgid ""
"If C<pgroup> is true, child processes are placed into their own process "
"group."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5084 ../src/guestfs-actions.pod:7968
+#: ../fish/guestfish-actions.pod:5091 ../src/guestfs-actions.pod:7975
msgid ""
"The practical upshot of this is that signals like C<SIGINT> (from users "
"pressing C<^C>) won't be received by the child process."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5087
+#: ../fish/guestfish-actions.pod:5094
msgid ""
"The default for this flag is false, because usually you want C<^C> to kill "
"the subprocess. Guestfish sets this flag to true when used interactively, "
@@ -18941,17 +18982,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5092
+#: ../fish/guestfish-actions.pod:5099
msgid "set-qemu"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5094
+#: ../fish/guestfish-actions.pod:5101
msgid "qemu"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5096
+#: ../fish/guestfish-actions.pod:5103
#, no-wrap
msgid ""
" set-qemu qemu\n"
@@ -18959,29 +19000,29 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5098 ../src/guestfs-actions.pod:7986
+#: ../fish/guestfish-actions.pod:5105 ../src/guestfs-actions.pod:7993
msgid "Set the qemu binary that we will use."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5100 ../src/guestfs-actions.pod:7988
+#: ../fish/guestfish-actions.pod:5107 ../src/guestfs-actions.pod:7995
msgid "The default is chosen when the library was compiled by the configure script."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5103 ../src/guestfs-actions.pod:7991
+#: ../fish/guestfish-actions.pod:5110 ../src/guestfs-actions.pod:7998
msgid ""
"You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
"variable."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5106 ../src/guestfs-actions.pod:7994
+#: ../fish/guestfish-actions.pod:5113 ../src/guestfs-actions.pod:8001
msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5108 ../src/guestfs-actions.pod:7996
+#: ../fish/guestfish-actions.pod:5115 ../src/guestfs-actions.pod:8003
msgid ""
"Note that you should call this function as early as possible after creating "
"the handle. This is because some pre-launch operations depend on testing "
@@ -18992,17 +19033,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5116
+#: ../fish/guestfish-actions.pod:5123
msgid "set-recovery-proc"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5118
+#: ../fish/guestfish-actions.pod:5125
msgid "recovery-proc"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5120
+#: ../fish/guestfish-actions.pod:5127
#, no-wrap
msgid ""
" set-recovery-proc true|false\n"
@@ -19010,7 +19051,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5122
+#: ../fish/guestfish-actions.pod:5129
msgid ""
"If this is called with the parameter C<false> then L</launch> does not "
"create a recovery process. The purpose of the recovery process is to stop "
@@ -19018,14 +19059,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5127
+#: ../fish/guestfish-actions.pod:5134
msgid ""
"This only has any effect if called before L</launch>, and the default is "
"true."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5130 ../src/guestfs-actions.pod:8022
+#: ../fish/guestfish-actions.pod:5137 ../src/guestfs-actions.pod:8029
msgid ""
"About the only time when you would want to disable this is if the main "
"process will fork itself into the background (\"daemonize\" itself). In "
@@ -19034,17 +19075,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5136
+#: ../fish/guestfish-actions.pod:5143
msgid "set-selinux"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5138
+#: ../fish/guestfish-actions.pod:5145
msgid "selinux"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5140
+#: ../fish/guestfish-actions.pod:5147
#, no-wrap
msgid ""
" set-selinux true|false\n"
@@ -19052,31 +19093,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5142 ../src/guestfs-actions.pod:8038
+#: ../fish/guestfish-actions.pod:5149 ../src/guestfs-actions.pod:8045
msgid ""
"This sets the selinux flag that is passed to the appliance at boot time. "
"The default is C<selinux=0> (disabled)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5145 ../src/guestfs-actions.pod:8041
+#: ../fish/guestfish-actions.pod:5152 ../src/guestfs-actions.pod:8048
msgid ""
"Note that if SELinux is enabled, it is always in Permissive mode "
"(C<enforcing=0>)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5151
+#: ../fish/guestfish-actions.pod:5158
msgid "set-smp"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5153
+#: ../fish/guestfish-actions.pod:5160
msgid "smp"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5155
+#: ../fish/guestfish-actions.pod:5162
#, no-wrap
msgid ""
" set-smp smp\n"
@@ -19084,7 +19125,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5157 ../src/guestfs-actions.pod:8057
+#: ../fish/guestfish-actions.pod:5164 ../src/guestfs-actions.pod:8064
msgid ""
"Change the number of virtual CPUs assigned to the appliance. The default is "
"C<1>. Increasing this may improve performance, though often it has no "
@@ -19092,22 +19133,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5161
+#: ../fish/guestfish-actions.pod:5168
msgid "This function must be called before L</launch>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5163
+#: ../fish/guestfish-actions.pod:5170
msgid "set-trace"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5165
+#: ../fish/guestfish-actions.pod:5172
msgid "trace"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5167
+#: ../fish/guestfish-actions.pod:5174
#, no-wrap
msgid ""
" set-trace true|false\n"
@@ -19115,45 +19156,45 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5169 ../src/guestfs-actions.pod:8073
+#: ../fish/guestfish-actions.pod:5176 ../src/guestfs-actions.pod:8080
msgid ""
"If the command trace flag is set to 1, then libguestfs calls, parameters and "
"return values are traced."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5172 ../src/guestfs-actions.pod:8076
+#: ../fish/guestfish-actions.pod:5179 ../src/guestfs-actions.pod:8083
msgid ""
"If you want to trace C API calls into libguestfs (and other libraries) then "
"possibly a better way is to use the external ltrace(1) command."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5176 ../src/guestfs-actions.pod:8080
+#: ../fish/guestfish-actions.pod:5183 ../src/guestfs-actions.pod:8087
msgid ""
"Command traces are disabled unless the environment variable "
"C<LIBGUESTFS_TRACE> is defined and set to C<1>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5179
+#: ../fish/guestfish-actions.pod:5186
msgid ""
"Trace messages are normally sent to C<stderr>, unless you register a "
"callback to send them somewhere else (see L</set-event-callback>)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5183
+#: ../fish/guestfish-actions.pod:5190
msgid "set-verbose"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5185
+#: ../fish/guestfish-actions.pod:5192
msgid "verbose"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5187
+#: ../fish/guestfish-actions.pod:5194
#, no-wrap
msgid ""
" set-verbose true|false\n"
@@ -19161,31 +19202,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5189 ../src/guestfs-actions.pod:8097
+#: ../fish/guestfish-actions.pod:5196 ../src/guestfs-actions.pod:8104
msgid "If C<verbose> is true, this turns on verbose messages."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5191 ../src/guestfs-actions.pod:8099
+#: ../fish/guestfish-actions.pod:5198 ../src/guestfs-actions.pod:8106
msgid ""
"Verbose messages are disabled unless the environment variable "
"C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5194
+#: ../fish/guestfish-actions.pod:5201
msgid ""
"Verbose messages are normally sent to C<stderr>, unless you register a "
"callback to send them somewhere else (see L</set-event-callback>)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5198
+#: ../fish/guestfish-actions.pod:5205
msgid "setcon"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5200
+#: ../fish/guestfish-actions.pod:5207
#, no-wrap
msgid ""
" setcon context\n"
@@ -19193,24 +19234,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5202 ../src/guestfs-actions.pod:8116
+#: ../fish/guestfish-actions.pod:5209 ../src/guestfs-actions.pod:8123
msgid ""
"This sets the SELinux security context of the daemon to the string "
"C<context>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5205 ../src/guestfs-actions.pod:8119
+#: ../fish/guestfish-actions.pod:5212 ../src/guestfs-actions.pod:8126
msgid "See the documentation about SELINUX in L<guestfs(3)>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5207
+#: ../fish/guestfish-actions.pod:5214
msgid "setxattr"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5209
+#: ../fish/guestfish-actions.pod:5216
#, no-wrap
msgid ""
" setxattr xattr val vallen path\n"
@@ -19218,24 +19259,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5211 ../src/guestfs-actions.pod:8134
+#: ../fish/guestfish-actions.pod:5218 ../src/guestfs-actions.pod:8141
msgid ""
"This call sets the extended attribute named C<xattr> of the file C<path> to "
"the value C<val> (of length C<vallen>). The value is arbitrary 8 bit data."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5215
+#: ../fish/guestfish-actions.pod:5222
msgid "See also: L</lsetxattr>, L<attr(5)>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5217
+#: ../fish/guestfish-actions.pod:5224
msgid "sfdisk"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5219
+#: ../fish/guestfish-actions.pod:5226
#, no-wrap
msgid ""
" sfdisk device cyls heads sectors 'lines ...'\n"
@@ -19243,19 +19284,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5221 ../src/guestfs-actions.pod:8161
+#: ../fish/guestfish-actions.pod:5228 ../src/guestfs-actions.pod:8168
msgid ""
"This is a direct interface to the L<sfdisk(8)> program for creating "
"partitions on block devices."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5224 ../src/guestfs-actions.pod:8164
+#: ../fish/guestfish-actions.pod:5231 ../src/guestfs-actions.pod:8171
msgid "C<device> should be a block device, for example C</dev/sda>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5226 ../src/guestfs-actions.pod:8166
+#: ../fish/guestfish-actions.pod:5233 ../src/guestfs-actions.pod:8173
msgid ""
"C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
"sectors on the device, which are passed directly to sfdisk as the I<-C>, "
@@ -19266,14 +19307,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5234 ../src/guestfs-actions.pod:8174
+#: ../fish/guestfish-actions.pod:5241 ../src/guestfs-actions.pod:8181
msgid ""
"C<lines> is a list of lines that we feed to C<sfdisk>. For more information "
"refer to the L<sfdisk(8)> manpage."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5237 ../src/guestfs-actions.pod:8177
+#: ../fish/guestfish-actions.pod:5244 ../src/guestfs-actions.pod:8184
msgid ""
"To create a single partition occupying the whole disk, you would pass "
"C<lines> as a single element list, when the single element being the string "
@@ -19281,24 +19322,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5241
+#: ../fish/guestfish-actions.pod:5248
msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5244 ../fish/guestfish-actions.pod:5264 ../fish/guestfish-actions.pod:5283
+#: ../fish/guestfish-actions.pod:5251 ../fish/guestfish-actions.pod:5271 ../fish/guestfish-actions.pod:5290
msgid ""
"I<This function is deprecated.> In new code, use the L</part-add> call "
"instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5251
+#: ../fish/guestfish-actions.pod:5258
msgid "sfdiskM"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5253
+#: ../fish/guestfish-actions.pod:5260
#, no-wrap
msgid ""
" sfdiskM device 'lines ...'\n"
@@ -19306,7 +19347,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5255
+#: ../fish/guestfish-actions.pod:5262
msgid ""
"This is a simplified interface to the L</sfdisk> command, where partition "
"sizes are specified in megabytes only (rounded to the nearest cylinder) and "
@@ -19315,17 +19356,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5261
+#: ../fish/guestfish-actions.pod:5268
msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5271
+#: ../fish/guestfish-actions.pod:5278
msgid "sfdisk-N"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5273
+#: ../fish/guestfish-actions.pod:5280
#, no-wrap
msgid ""
" sfdisk-N device partnum cyls heads sectors line\n"
@@ -19333,31 +19374,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5275 ../src/guestfs-actions.pod:8233
+#: ../fish/guestfish-actions.pod:5282 ../src/guestfs-actions.pod:8240
msgid ""
"This runs L<sfdisk(8)> option to modify just the single partition C<n> "
"(note: C<n> counts from 1)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5278
+#: ../fish/guestfish-actions.pod:5285
msgid ""
"For other parameters, see L</sfdisk>. You should usually pass C<0> for the "
"cyls/heads/sectors parameters."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5281
+#: ../fish/guestfish-actions.pod:5288
msgid "See also: L</part-add>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5290
+#: ../fish/guestfish-actions.pod:5297
msgid "sfdisk-disk-geometry"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5292
+#: ../fish/guestfish-actions.pod:5299
#, no-wrap
msgid ""
" sfdisk-disk-geometry device\n"
@@ -19365,7 +19406,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5294
+#: ../fish/guestfish-actions.pod:5301
msgid ""
"This displays the disk geometry of C<device> read from the partition table. "
"Especially in the case where the underlying block device has been resized, "
@@ -19374,17 +19415,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5299 ../fish/guestfish-actions.pod:5308 ../src/guestfs-actions.pod:8256 ../src/guestfs-actions.pod:8272
+#: ../fish/guestfish-actions.pod:5306 ../fish/guestfish-actions.pod:5315 ../src/guestfs-actions.pod:8263 ../src/guestfs-actions.pod:8279
msgid "The result is in human-readable format, and not designed to be parsed."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5302
+#: ../fish/guestfish-actions.pod:5309
msgid "sfdisk-kernel-geometry"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5304
+#: ../fish/guestfish-actions.pod:5311
#, no-wrap
msgid ""
" sfdisk-kernel-geometry device\n"
@@ -19392,17 +19433,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5306 ../src/guestfs-actions.pod:8270
+#: ../fish/guestfish-actions.pod:5313 ../src/guestfs-actions.pod:8277
msgid "This displays the kernel's idea of the geometry of C<device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5311
+#: ../fish/guestfish-actions.pod:5318
msgid "sfdisk-l"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5313
+#: ../fish/guestfish-actions.pod:5320
#, no-wrap
msgid ""
" sfdisk-l device\n"
@@ -19410,31 +19451,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5315 ../src/guestfs-actions.pod:8293
+#: ../fish/guestfish-actions.pod:5322 ../src/guestfs-actions.pod:8300
msgid ""
"This displays the partition table on C<device>, in the human-readable output "
"of the L<sfdisk(8)> command. It is not intended to be parsed."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5319
+#: ../fish/guestfish-actions.pod:5326
msgid "See also: L</part-list>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5321
+#: ../fish/guestfish-actions.pod:5328
msgid ""
"I<This function is deprecated.> In new code, use the L</part-list> call "
"instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5328
+#: ../fish/guestfish-actions.pod:5335
msgid "sh"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5330
+#: ../fish/guestfish-actions.pod:5337
#, no-wrap
msgid ""
" sh command\n"
@@ -19442,19 +19483,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5332 ../src/guestfs-actions.pod:8310
+#: ../fish/guestfish-actions.pod:5339 ../src/guestfs-actions.pod:8317
msgid ""
"This call runs a command from the guest filesystem via the guest's "
"C</bin/sh>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5335
+#: ../fish/guestfish-actions.pod:5342
msgid "This is like L</command>, but passes the command to:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5337 ../src/guestfs-actions.pod:8315
+#: ../fish/guestfish-actions.pod:5344 ../src/guestfs-actions.pod:8322
#, no-wrap
msgid ""
" /bin/sh -c \"command\"\n"
@@ -19462,24 +19503,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5339 ../src/guestfs-actions.pod:8317
+#: ../fish/guestfish-actions.pod:5346 ../src/guestfs-actions.pod:8324
msgid ""
"Depending on the guest's shell, this usually results in wildcards being "
"expanded, shell expressions being interpolated and so on."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5343
+#: ../fish/guestfish-actions.pod:5350
msgid "All the provisos about L</command> apply to this call."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5345
+#: ../fish/guestfish-actions.pod:5352
msgid "sh-lines"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5347
+#: ../fish/guestfish-actions.pod:5354
#, no-wrap
msgid ""
" sh-lines command\n"
@@ -19487,22 +19528,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5349
+#: ../fish/guestfish-actions.pod:5356
msgid "This is the same as L</sh>, but splits the result into a list of lines."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5352
+#: ../fish/guestfish-actions.pod:5359
msgid "See also: L</command-lines>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5354
+#: ../fish/guestfish-actions.pod:5361
msgid "shutdown"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5356
+#: ../fish/guestfish-actions.pod:5363
#, no-wrap
msgid ""
" shutdown\n"
@@ -19510,7 +19551,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5358
+#: ../fish/guestfish-actions.pod:5365
msgid ""
"This is the opposite of L</launch>. It performs an orderly shutdown of the "
"backend process(es). If the autosync flag is set (which is the default) "
@@ -19518,7 +19559,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5362 ../src/guestfs-actions.pod:8354
+#: ../fish/guestfish-actions.pod:5369 ../src/guestfs-actions.pod:8361
msgid ""
"If the subprocess exits with an error then this function will return an "
"error, which should I<not> be ignored (it may indicate that the disk image "
@@ -19526,31 +19567,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5366 ../src/guestfs-actions.pod:8358
+#: ../fish/guestfish-actions.pod:5373 ../src/guestfs-actions.pod:8365
msgid "It is safe to call this multiple times. Extra calls are ignored."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5368
+#: ../fish/guestfish-actions.pod:5375
msgid ""
"This call does I<not> close or free up the handle. You still need to call "
"L</close> afterwards."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5371
+#: ../fish/guestfish-actions.pod:5378
msgid ""
"L</close> will call this if you don't do it explicitly, but note that any "
"errors are ignored in that case."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5374
+#: ../fish/guestfish-actions.pod:5381
msgid "sleep"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5376
+#: ../fish/guestfish-actions.pod:5383
#, no-wrap
msgid ""
" sleep secs\n"
@@ -19558,17 +19599,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5378 ../src/guestfs-actions.pod:8374
+#: ../fish/guestfish-actions.pod:5385 ../src/guestfs-actions.pod:8381
msgid "Sleep for C<secs> seconds."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5380
+#: ../fish/guestfish-actions.pod:5387
msgid "stat"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5382
+#: ../fish/guestfish-actions.pod:5389
#, no-wrap
msgid ""
" stat path\n"
@@ -19576,17 +19617,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5386 ../src/guestfs-actions.pod:8388
+#: ../fish/guestfish-actions.pod:5393 ../src/guestfs-actions.pod:8395
msgid "This is the same as the C<stat(2)> system call."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5388
+#: ../fish/guestfish-actions.pod:5395
msgid "statvfs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5390
+#: ../fish/guestfish-actions.pod:5397
#, no-wrap
msgid ""
" statvfs path\n"
@@ -19594,7 +19635,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5392 ../src/guestfs-actions.pod:8402
+#: ../fish/guestfish-actions.pod:5399 ../src/guestfs-actions.pod:8409
msgid ""
"Returns file system statistics for any mounted file system. C<path> should "
"be a file or directory in the mounted file system (typically it is the mount "
@@ -19602,17 +19643,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5396 ../src/guestfs-actions.pod:8406
+#: ../fish/guestfish-actions.pod:5403 ../src/guestfs-actions.pod:8413
msgid "This is the same as the C<statvfs(2)> system call."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5398
+#: ../fish/guestfish-actions.pod:5405
msgid "strings"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5400
+#: ../fish/guestfish-actions.pod:5407
#, no-wrap
msgid ""
" strings path\n"
@@ -19620,19 +19661,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5402 ../src/guestfs-actions.pod:8420
+#: ../fish/guestfish-actions.pod:5409 ../src/guestfs-actions.pod:8427
msgid ""
"This runs the L<strings(1)> command on a file and returns the list of "
"printable strings found."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5408
+#: ../fish/guestfish-actions.pod:5415
msgid "strings-e"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5410
+#: ../fish/guestfish-actions.pod:5417
#, no-wrap
msgid ""
" strings-e encoding path\n"
@@ -19640,93 +19681,93 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5412
+#: ../fish/guestfish-actions.pod:5419
msgid ""
"This is like the L</strings> command, but allows you to specify the encoding "
"of strings that are looked for in the source file C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5416 ../src/guestfs-actions.pod:8443
+#: ../fish/guestfish-actions.pod:5423 ../src/guestfs-actions.pod:8450
msgid "Allowed encodings are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5420 ../src/guestfs-actions.pod:8447
+#: ../fish/guestfish-actions.pod:5427 ../src/guestfs-actions.pod:8454
msgid "s"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5422
+#: ../fish/guestfish-actions.pod:5429
msgid ""
"Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
"ISO-8859-X (this is what L</strings> uses)."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5425 ../src/guestfs-actions.pod:8452
+#: ../fish/guestfish-actions.pod:5432 ../src/guestfs-actions.pod:8459
msgid "S"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5427 ../src/guestfs-actions.pod:8454
+#: ../fish/guestfish-actions.pod:5434 ../src/guestfs-actions.pod:8461
msgid "Single 8-bit-byte characters."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5429 ../src/guestfs-actions.pod:8456
+#: ../fish/guestfish-actions.pod:5436 ../src/guestfs-actions.pod:8463
msgid "b"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5431 ../src/guestfs-actions.pod:8458
+#: ../fish/guestfish-actions.pod:5438 ../src/guestfs-actions.pod:8465
msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5434 ../src/guestfs-actions.pod:8461
+#: ../fish/guestfish-actions.pod:5441 ../src/guestfs-actions.pod:8468
msgid "l (lower case letter L)"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5436 ../src/guestfs-actions.pod:8463
+#: ../fish/guestfish-actions.pod:5443 ../src/guestfs-actions.pod:8470
msgid ""
"16-bit little endian such as UTF-16LE and UCS-2LE. This is useful for "
"examining binaries in Windows guests."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5439 ../src/guestfs-actions.pod:8466
+#: ../fish/guestfish-actions.pod:5446 ../src/guestfs-actions.pod:8473
msgid "B"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5441 ../src/guestfs-actions.pod:8468
+#: ../fish/guestfish-actions.pod:5448 ../src/guestfs-actions.pod:8475
msgid "32-bit big endian such as UCS-4BE."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5443 ../src/guestfs-actions.pod:8470
+#: ../fish/guestfish-actions.pod:5450 ../src/guestfs-actions.pod:8477
msgid "L"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5445 ../src/guestfs-actions.pod:8472
+#: ../fish/guestfish-actions.pod:5452 ../src/guestfs-actions.pod:8479
msgid "32-bit little endian such as UCS-4LE."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5449 ../src/guestfs-actions.pod:8476
+#: ../fish/guestfish-actions.pod:5456 ../src/guestfs-actions.pod:8483
msgid "The returned strings are transcoded to UTF-8."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5454
+#: ../fish/guestfish-actions.pod:5461
msgid "swapoff-device"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5456
+#: ../fish/guestfish-actions.pod:5463
#, no-wrap
msgid ""
" swapoff-device device\n"
@@ -19734,19 +19775,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5458
+#: ../fish/guestfish-actions.pod:5465
msgid ""
"This command disables the libguestfs appliance swap device or partition "
"named C<device>. See L</swapon-device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5462
+#: ../fish/guestfish-actions.pod:5469
msgid "swapoff-file"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5464
+#: ../fish/guestfish-actions.pod:5471
#, no-wrap
msgid ""
" swapoff-file file\n"
@@ -19754,17 +19795,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5466 ../src/guestfs-actions.pod:8507
+#: ../fish/guestfish-actions.pod:5473 ../src/guestfs-actions.pod:8514
msgid "This command disables the libguestfs appliance swap on file."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5468
+#: ../fish/guestfish-actions.pod:5475
msgid "swapoff-label"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5470
+#: ../fish/guestfish-actions.pod:5477
#, no-wrap
msgid ""
" swapoff-label label\n"
@@ -19772,19 +19813,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5472 ../src/guestfs-actions.pod:8519
+#: ../fish/guestfish-actions.pod:5479 ../src/guestfs-actions.pod:8526
msgid ""
"This command disables the libguestfs appliance swap on labeled swap "
"partition."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5475
+#: ../fish/guestfish-actions.pod:5482
msgid "swapoff-uuid"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5477
+#: ../fish/guestfish-actions.pod:5484
#, no-wrap
msgid ""
" swapoff-uuid uuid\n"
@@ -19792,19 +19833,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5479 ../src/guestfs-actions.pod:8532
+#: ../fish/guestfish-actions.pod:5486 ../src/guestfs-actions.pod:8539
msgid ""
"This command disables the libguestfs appliance swap partition with the given "
"UUID."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5482
+#: ../fish/guestfish-actions.pod:5489
msgid "swapon-device"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5484
+#: ../fish/guestfish-actions.pod:5491
#, no-wrap
msgid ""
" swapon-device device\n"
@@ -19812,7 +19853,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5486
+#: ../fish/guestfish-actions.pod:5493
msgid ""
"This command enables the libguestfs appliance to use the swap device or "
"partition named C<device>. The increased memory is made available for all "
@@ -19820,7 +19861,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5491 ../src/guestfs-actions.pod:8550
+#: ../fish/guestfish-actions.pod:5498 ../src/guestfs-actions.pod:8557
msgid ""
"Note that you should not swap to existing guest swap partitions unless you "
"know what you are doing. They may contain hibernation information, or other "
@@ -19830,12 +19871,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5498
+#: ../fish/guestfish-actions.pod:5505
msgid "swapon-file"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5500
+#: ../fish/guestfish-actions.pod:5507
#, no-wrap
msgid ""
" swapon-file file\n"
@@ -19843,17 +19884,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5502
+#: ../fish/guestfish-actions.pod:5509
msgid "This command enables swap to a file. See L</swapon-device> for other notes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5505
+#: ../fish/guestfish-actions.pod:5512
msgid "swapon-label"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5507
+#: ../fish/guestfish-actions.pod:5514
#, no-wrap
msgid ""
" swapon-label label\n"
@@ -19861,19 +19902,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5509
+#: ../fish/guestfish-actions.pod:5516
msgid ""
"This command enables swap to a labeled swap partition. See "
"L</swapon-device> for other notes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5512
+#: ../fish/guestfish-actions.pod:5519
msgid "swapon-uuid"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5514
+#: ../fish/guestfish-actions.pod:5521
#, no-wrap
msgid ""
" swapon-uuid uuid\n"
@@ -19881,19 +19922,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5516
+#: ../fish/guestfish-actions.pod:5523
msgid ""
"This command enables swap to a swap partition with the given UUID. See "
"L</swapon-device> for other notes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5519
+#: ../fish/guestfish-actions.pod:5526
msgid "sync"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5521
+#: ../fish/guestfish-actions.pod:5528
#, no-wrap
msgid ""
" sync\n"
@@ -19901,26 +19942,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5523 ../src/guestfs-actions.pod:8605
+#: ../fish/guestfish-actions.pod:5530 ../src/guestfs-actions.pod:8612
msgid ""
"This syncs the disk, so that any writes are flushed through to the "
"underlying disk image."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5526 ../src/guestfs-actions.pod:8608
+#: ../fish/guestfish-actions.pod:5533 ../src/guestfs-actions.pod:8615
msgid ""
"You should always call this if you have modified a disk image, before "
"closing the handle."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5529
+#: ../fish/guestfish-actions.pod:5536
msgid "tail"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5531
+#: ../fish/guestfish-actions.pod:5538
#, no-wrap
msgid ""
" tail path\n"
@@ -19928,17 +19969,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5533 ../src/guestfs-actions.pod:8621
+#: ../fish/guestfish-actions.pod:5540 ../src/guestfs-actions.pod:8628
msgid "This command returns up to the last 10 lines of a file as a list of strings."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5539
+#: ../fish/guestfish-actions.pod:5546
msgid "tail-n"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5541
+#: ../fish/guestfish-actions.pod:5548
#, no-wrap
msgid ""
" tail-n nrlines path\n"
@@ -19946,26 +19987,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5543 ../src/guestfs-actions.pod:8640
+#: ../fish/guestfish-actions.pod:5550 ../src/guestfs-actions.pod:8647
msgid ""
"If the parameter C<nrlines> is a positive number, this returns the last "
"C<nrlines> lines of the file C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5546 ../src/guestfs-actions.pod:8643
+#: ../fish/guestfish-actions.pod:5553 ../src/guestfs-actions.pod:8650
msgid ""
"If the parameter C<nrlines> is a negative number, this returns lines from "
"the file C<path>, starting with the C<-nrlines>th line."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5554
+#: ../fish/guestfish-actions.pod:5561
msgid "tar-in"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5556
+#: ../fish/guestfish-actions.pod:5563
#, no-wrap
msgid ""
" tar-in (tarfile|-) directory\n"
@@ -19973,24 +20014,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5558 ../src/guestfs-actions.pod:8664
+#: ../fish/guestfish-actions.pod:5565 ../src/guestfs-actions.pod:8671
msgid ""
"This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
"tar file) into C<directory>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5561
+#: ../fish/guestfish-actions.pod:5568
msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5566
+#: ../fish/guestfish-actions.pod:5573
msgid "tar-out"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5568
+#: ../fish/guestfish-actions.pod:5575
#, no-wrap
msgid ""
" tar-out directory (tarfile|-)\n"
@@ -19998,24 +20039,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5570 ../src/guestfs-actions.pod:8681
+#: ../fish/guestfish-actions.pod:5577 ../src/guestfs-actions.pod:8688
msgid ""
"This command packs the contents of C<directory> and downloads it to local "
"file C<tarfile>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5573
+#: ../fish/guestfish-actions.pod:5580
msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5578
+#: ../fish/guestfish-actions.pod:5585
msgid "tgz-in"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5580
+#: ../fish/guestfish-actions.pod:5587
#, no-wrap
msgid ""
" tgz-in (tarball|-) directory\n"
@@ -20023,24 +20064,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5582 ../src/guestfs-actions.pod:8698
+#: ../fish/guestfish-actions.pod:5589 ../src/guestfs-actions.pod:8705
msgid ""
"This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
"tar file) into C<directory>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5585
+#: ../fish/guestfish-actions.pod:5592
msgid "To upload an uncompressed tarball, use L</tar-in>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5589
+#: ../fish/guestfish-actions.pod:5596
msgid "tgz-out"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5591
+#: ../fish/guestfish-actions.pod:5598
#, no-wrap
msgid ""
" tgz-out directory (tarball|-)\n"
@@ -20048,24 +20089,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5593 ../src/guestfs-actions.pod:8714
+#: ../fish/guestfish-actions.pod:5600 ../src/guestfs-actions.pod:8721
msgid ""
"This command packs the contents of C<directory> and downloads it to local "
"file C<tarball>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5596
+#: ../fish/guestfish-actions.pod:5603
msgid "To download an uncompressed tarball, use L</tar-out>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5600
+#: ../fish/guestfish-actions.pod:5607
msgid "touch"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5602
+#: ../fish/guestfish-actions.pod:5609
#, no-wrap
msgid ""
" touch path\n"
@@ -20073,7 +20114,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5604 ../src/guestfs-actions.pod:8729
+#: ../fish/guestfish-actions.pod:5611 ../src/guestfs-actions.pod:8736
msgid ""
"Touch acts like the L<touch(1)> command. It can be used to update the "
"timestamps on a file, or, if the file does not exist, to create a new "
@@ -20081,19 +20122,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5608 ../src/guestfs-actions.pod:8733
+#: ../fish/guestfish-actions.pod:5615 ../src/guestfs-actions.pod:8740
msgid ""
"This command only works on regular files, and will fail on other file types "
"such as directories, symbolic links, block special etc."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5611
+#: ../fish/guestfish-actions.pod:5618
msgid "truncate"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5613
+#: ../fish/guestfish-actions.pod:5620
#, no-wrap
msgid ""
" truncate path\n"
@@ -20101,19 +20142,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5615 ../src/guestfs-actions.pod:8746
+#: ../fish/guestfish-actions.pod:5622 ../src/guestfs-actions.pod:8753
msgid ""
"This command truncates C<path> to a zero-length file. The file must exist "
"already."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5618
+#: ../fish/guestfish-actions.pod:5625
msgid "truncate-size"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5620
+#: ../fish/guestfish-actions.pod:5627
#, no-wrap
msgid ""
" truncate-size path size\n"
@@ -20121,14 +20162,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5622 ../src/guestfs-actions.pod:8760
+#: ../fish/guestfish-actions.pod:5629 ../src/guestfs-actions.pod:8767
msgid ""
"This command truncates C<path> to size C<size> bytes. The file must exist "
"already."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5625
+#: ../fish/guestfish-actions.pod:5632
msgid ""
"If the current file size is less than C<size> then the file is extended to "
"the required size with zero bytes. This creates a sparse file (ie. disk "
@@ -20137,12 +20178,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5631
+#: ../fish/guestfish-actions.pod:5638
msgid "tune2fs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5633
+#: ../fish/guestfish-actions.pod:5640
#, no-wrap
msgid ""
" tune2fs device [force:true|false] [maxmountcount:N] [mountcount:N] "
@@ -20153,26 +20194,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5635 ../src/guestfs-actions.pod:8796
+#: ../fish/guestfish-actions.pod:5642 ../src/guestfs-actions.pod:8803
msgid ""
"This call allows you to adjust various filesystem parameters of an "
"ext2/ext3/ext4 filesystem called C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5644 ../src/guestfs-actions.pod:8805
+#: ../fish/guestfish-actions.pod:5651 ../src/guestfs-actions.pod:8812
msgid ""
"Force tune2fs to complete the operation even in the face of errors. This is "
"the same as the tune2fs C<-f> option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5647 ../src/guestfs-actions.pod:8808
+#: ../fish/guestfish-actions.pod:5654 ../src/guestfs-actions.pod:8815
msgid "C<maxmountcount>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5649 ../src/guestfs-actions.pod:8810
+#: ../fish/guestfish-actions.pod:5656 ../src/guestfs-actions.pod:8817
msgid ""
"Set the number of mounts after which the filesystem is checked by "
"L<e2fsck(8)>. If this is C<0> then the number of mounts is disregarded. "
@@ -20180,24 +20221,24 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5653 ../src/guestfs-actions.pod:8814
+#: ../fish/guestfish-actions.pod:5660 ../src/guestfs-actions.pod:8821
msgid "C<mountcount>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5655 ../src/guestfs-actions.pod:8816
+#: ../fish/guestfish-actions.pod:5662 ../src/guestfs-actions.pod:8823
msgid ""
"Set the number of times the filesystem has been mounted. This is the same "
"as the tune2fs C<-C> option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5658 ../src/guestfs-actions.pod:8819
+#: ../fish/guestfish-actions.pod:5665 ../src/guestfs-actions.pod:8826
msgid "C<errorbehavior>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5660 ../src/guestfs-actions.pod:8821
+#: ../fish/guestfish-actions.pod:5667 ../src/guestfs-actions.pod:8828
msgid ""
"Change the behavior of the kernel code when errors are detected. Possible "
"values currently are: C<continue>, C<remount-ro>, C<panic>. In practice "
@@ -20206,77 +20247,77 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5665 ../src/guestfs-actions.pod:8826
+#: ../fish/guestfish-actions.pod:5672 ../src/guestfs-actions.pod:8833
msgid "This is the same as the tune2fs C<-e> option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5667 ../src/guestfs-actions.pod:8828
+#: ../fish/guestfish-actions.pod:5674 ../src/guestfs-actions.pod:8835
msgid "C<group>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5669 ../src/guestfs-actions.pod:8830
+#: ../fish/guestfish-actions.pod:5676 ../src/guestfs-actions.pod:8837
msgid ""
"Set the group which can use reserved filesystem blocks. This is the same as "
"the tune2fs C<-g> option except that it can only be specified as a number."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5673 ../src/guestfs-actions.pod:8834
+#: ../fish/guestfish-actions.pod:5680 ../src/guestfs-actions.pod:8841
msgid "C<intervalbetweenchecks>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5675 ../src/guestfs-actions.pod:8836
+#: ../fish/guestfish-actions.pod:5682 ../src/guestfs-actions.pod:8843
msgid ""
"Adjust the maximal time between two filesystem checks (in seconds). If the "
"option is passed as C<0> then time-dependent checking is disabled."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5679 ../src/guestfs-actions.pod:8840
+#: ../fish/guestfish-actions.pod:5686 ../src/guestfs-actions.pod:8847
msgid "This is the same as the tune2fs C<-i> option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5681 ../src/guestfs-actions.pod:8842
+#: ../fish/guestfish-actions.pod:5688 ../src/guestfs-actions.pod:8849
msgid "C<reservedblockspercentage>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5683 ../src/guestfs-actions.pod:8844
+#: ../fish/guestfish-actions.pod:5690 ../src/guestfs-actions.pod:8851
msgid ""
"Set the percentage of the filesystem which may only be allocated by "
"privileged processes. This is the same as the tune2fs C<-m> option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5687 ../src/guestfs-actions.pod:8848
+#: ../fish/guestfish-actions.pod:5694 ../src/guestfs-actions.pod:8855
msgid "C<lastmounteddirectory>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5689 ../src/guestfs-actions.pod:8850
+#: ../fish/guestfish-actions.pod:5696 ../src/guestfs-actions.pod:8857
msgid ""
"Set the last mounted directory. This is the same as the tune2fs C<-M> "
"option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5692 ../src/guestfs-actions.pod:8853
+#: ../fish/guestfish-actions.pod:5699 ../src/guestfs-actions.pod:8860
msgid ""
"C<reservedblockscount> Set the number of reserved filesystem blocks. This "
"is the same as the tune2fs C<-r> option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5696 ../src/guestfs-actions.pod:8857
+#: ../fish/guestfish-actions.pod:5703 ../src/guestfs-actions.pod:8864
msgid "C<user>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5698 ../src/guestfs-actions.pod:8859
+#: ../fish/guestfish-actions.pod:5705 ../src/guestfs-actions.pod:8866
msgid ""
"Set the user who can use the reserved filesystem blocks. This is the same "
"as the tune2fs C<-u> option except that it can only be specified as a "
@@ -20284,19 +20325,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5704
+#: ../fish/guestfish-actions.pod:5711
msgid ""
"To get the current values of filesystem parameters, see L</tune2fs-l>. For "
"precise details of how tune2fs works, see the L<tune2fs(8)> man page."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5710
+#: ../fish/guestfish-actions.pod:5717
msgid "tune2fs-l"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5712
+#: ../fish/guestfish-actions.pod:5719
#, no-wrap
msgid ""
" tune2fs-l device\n"
@@ -20304,14 +20345,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5714 ../src/guestfs-actions.pod:8901
+#: ../fish/guestfish-actions.pod:5721 ../src/guestfs-actions.pod:8908
msgid ""
"This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
"C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5717 ../src/guestfs-actions.pod:8904
+#: ../fish/guestfish-actions.pod:5724 ../src/guestfs-actions.pod:8911
msgid ""
"It is the same as running C<tune2fs -l device>. See L<tune2fs(8)> manpage "
"for more details. The list of fields returned isn't clearly defined, and "
@@ -20320,12 +20361,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5722
+#: ../fish/guestfish-actions.pod:5729
msgid "txz-in"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5724
+#: ../fish/guestfish-actions.pod:5731
#, no-wrap
msgid ""
" txz-in (tarball|-) directory\n"
@@ -20333,19 +20374,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5726 ../src/guestfs-actions.pod:8924
+#: ../fish/guestfish-actions.pod:5733 ../src/guestfs-actions.pod:8931
msgid ""
"This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
"tar file) into C<directory>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5731
+#: ../fish/guestfish-actions.pod:5738
msgid "txz-out"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5733
+#: ../fish/guestfish-actions.pod:5740
#, no-wrap
msgid ""
" txz-out directory (tarball|-)\n"
@@ -20353,19 +20394,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5735 ../src/guestfs-actions.pod:8938
+#: ../fish/guestfish-actions.pod:5742 ../src/guestfs-actions.pod:8945
msgid ""
"This command packs the contents of C<directory> and downloads it to local "
"file C<tarball> (as an xz compressed tar archive)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5740
+#: ../fish/guestfish-actions.pod:5747
msgid "umask"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5742
+#: ../fish/guestfish-actions.pod:5749
#, no-wrap
msgid ""
" umask mask\n"
@@ -20373,14 +20414,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5744 ../src/guestfs-actions.pod:8951
+#: ../fish/guestfish-actions.pod:5751 ../src/guestfs-actions.pod:8958
msgid ""
"This function sets the mask used for creating new files and device nodes to "
"C<mask & 0777>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5747 ../src/guestfs-actions.pod:8954
+#: ../fish/guestfish-actions.pod:5754 ../src/guestfs-actions.pod:8961
msgid ""
"Typical umask values would be C<022> which creates new files with "
"permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
@@ -20388,7 +20429,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5752 ../src/guestfs-actions.pod:8959
+#: ../fish/guestfish-actions.pod:5759 ../src/guestfs-actions.pod:8966
msgid ""
"The default umask is C<022>. This is important because it means that "
"directories and device nodes will be created with C<0644> or C<0755> mode "
@@ -20396,27 +20437,27 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5756
+#: ../fish/guestfish-actions.pod:5763
msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5759 ../src/guestfs-actions.pod:8966
+#: ../fish/guestfish-actions.pod:5766 ../src/guestfs-actions.pod:8973
msgid "This call returns the previous umask."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5761
+#: ../fish/guestfish-actions.pod:5768
msgid "umount"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5763
+#: ../fish/guestfish-actions.pod:5770
msgid "unmount"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5765
+#: ../fish/guestfish-actions.pod:5772
#, no-wrap
msgid ""
" umount pathordevice\n"
@@ -20424,24 +20465,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5767 ../src/guestfs-actions.pod:8978
+#: ../fish/guestfish-actions.pod:5774 ../src/guestfs-actions.pod:8985
msgid ""
"This unmounts the given filesystem. The filesystem may be specified either "
"by its mountpoint (path) or the device which contains the filesystem."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5771
+#: ../fish/guestfish-actions.pod:5778
msgid "umount-all"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5773
+#: ../fish/guestfish-actions.pod:5780
msgid "unmount-all"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5775
+#: ../fish/guestfish-actions.pod:5782
#, no-wrap
msgid ""
" umount-all\n"
@@ -20449,22 +20490,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5777 ../src/guestfs-actions.pod:8991
+#: ../fish/guestfish-actions.pod:5784 ../src/guestfs-actions.pod:8998
msgid "This unmounts all mounted filesystems."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5779 ../src/guestfs-actions.pod:8993
+#: ../fish/guestfish-actions.pod:5786 ../src/guestfs-actions.pod:9000
msgid "Some internal mounts are not unmounted by this call."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5781
+#: ../fish/guestfish-actions.pod:5788
msgid "umount-local"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5783
+#: ../fish/guestfish-actions.pod:5790
#, no-wrap
msgid ""
" umount-local [retry:true|false]\n"
@@ -20472,19 +20513,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5785 ../src/guestfs-actions.pod:9012
+#: ../fish/guestfish-actions.pod:5792 ../src/guestfs-actions.pod:9019
msgid ""
"If libguestfs is exporting the filesystem on a local mountpoint, then this "
"unmounts it."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5792
+#: ../fish/guestfish-actions.pod:5799
msgid "upload"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5794
+#: ../fish/guestfish-actions.pod:5801
#, no-wrap
msgid ""
" upload (filename|-) remotefilename\n"
@@ -20492,22 +20533,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5796 ../fish/guestfish-actions.pod:5809 ../src/guestfs-actions.pod:9048 ../src/guestfs-actions.pod:9072
+#: ../fish/guestfish-actions.pod:5803 ../fish/guestfish-actions.pod:5816 ../src/guestfs-actions.pod:9055 ../src/guestfs-actions.pod:9079
msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5801
+#: ../fish/guestfish-actions.pod:5808
msgid "See also L</download>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5805
+#: ../fish/guestfish-actions.pod:5812
msgid "upload-offset"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5807
+#: ../fish/guestfish-actions.pod:5814
#, no-wrap
msgid ""
" upload-offset (filename|-) remotefilename offset\n"
@@ -20515,7 +20556,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5812 ../src/guestfs-actions.pod:9075
+#: ../fish/guestfish-actions.pod:5819 ../src/guestfs-actions.pod:9082
msgid ""
"C<remotefilename> is overwritten starting at the byte C<offset> specified. "
"The intention is to overwrite parts of existing files or devices, although "
@@ -20525,7 +20566,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5819
+#: ../fish/guestfish-actions.pod:5826
msgid ""
"Note that there is no limit on the amount of data that can be uploaded with "
"this call, unlike with L</pwrite>, and this call always writes the full "
@@ -20533,17 +20574,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5824
+#: ../fish/guestfish-actions.pod:5831
msgid "See also L</upload>, L</pwrite>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5828
+#: ../fish/guestfish-actions.pod:5835
msgid "utimens"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5830
+#: ../fish/guestfish-actions.pod:5837
#, no-wrap
msgid ""
" utimens path atsecs atnsecs mtsecs mtnsecs\n"
@@ -20551,26 +20592,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5832 ../src/guestfs-actions.pod:9108
+#: ../fish/guestfish-actions.pod:5839 ../src/guestfs-actions.pod:9115
msgid "This command sets the timestamps of a file with nanosecond precision."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5835 ../src/guestfs-actions.pod:9111
+#: ../fish/guestfish-actions.pod:5842 ../src/guestfs-actions.pod:9118
msgid ""
"C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
"from the epoch."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5838 ../src/guestfs-actions.pod:9114
+#: ../fish/guestfish-actions.pod:5845 ../src/guestfs-actions.pod:9121
msgid ""
"C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
"nanoseconds from the epoch."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5841 ../src/guestfs-actions.pod:9117
+#: ../fish/guestfish-actions.pod:5848 ../src/guestfs-actions.pod:9124
msgid ""
"If the C<*nsecs> field contains the special value C<-1> then the "
"corresponding timestamp is set to the current time. (The C<*secs> field is "
@@ -20578,7 +20619,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5845 ../src/guestfs-actions.pod:9121
+#: ../fish/guestfish-actions.pod:5852 ../src/guestfs-actions.pod:9128
msgid ""
"If the C<*nsecs> field contains the special value C<-2> then the "
"corresponding timestamp is left unchanged. (The C<*secs> field is ignored "
@@ -20586,12 +20627,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5849
+#: ../fish/guestfish-actions.pod:5856
msgid "version"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5851
+#: ../fish/guestfish-actions.pod:5858
#, no-wrap
msgid ""
" version\n"
@@ -20599,12 +20640,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5853 ../src/guestfs-actions.pod:9134
+#: ../fish/guestfish-actions.pod:5860 ../src/guestfs-actions.pod:9141
msgid "Return the libguestfs version number that the program is linked against."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5856 ../src/guestfs-actions.pod:9137
+#: ../fish/guestfish-actions.pod:5863 ../src/guestfs-actions.pod:9144
msgid ""
"Note that because of dynamic linking this is not necessarily the version of "
"libguestfs that you compiled against. You can compile the program, and then "
@@ -20613,7 +20654,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5861 ../src/guestfs-actions.pod:9142
+#: ../fish/guestfish-actions.pod:5868 ../src/guestfs-actions.pod:9149
msgid ""
"This call was added in version C<1.0.58>. In previous versions of "
"libguestfs there was no way to get the version number. From C code you can "
@@ -20622,7 +20663,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5867 ../src/guestfs-actions.pod:9148
+#: ../fish/guestfish-actions.pod:5874 ../src/guestfs-actions.pod:9155
msgid ""
"The call returns a structure with four elements. The first three (C<major>, "
"C<minor> and C<release>) are numbers and correspond to the usual version "
@@ -20631,17 +20672,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5873 ../src/guestfs-actions.pod:9154
+#: ../fish/guestfish-actions.pod:5880 ../src/guestfs-actions.pod:9161
msgid "To construct the original version string: C<$major.$minor.$release$extra>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5876 ../src/guestfs-actions.pod:9157
+#: ../fish/guestfish-actions.pod:5883 ../src/guestfs-actions.pod:9164
msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5878
+#: ../fish/guestfish-actions.pod:5885
msgid ""
"I<Note:> Don't use this call to test for availability of features. In "
"enterprise distributions we backport features from later versions into "
@@ -20650,12 +20691,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5884
+#: ../fish/guestfish-actions.pod:5891
msgid "vfs-label"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5886
+#: ../fish/guestfish-actions.pod:5893
#, no-wrap
msgid ""
" vfs-label device\n"
@@ -20663,27 +20704,27 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5888 ../src/guestfs-actions.pod:9177
+#: ../fish/guestfish-actions.pod:5895 ../src/guestfs-actions.pod:9184
msgid "This returns the filesystem label of the filesystem on C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5891 ../src/guestfs-actions.pod:9180
+#: ../fish/guestfish-actions.pod:5898 ../src/guestfs-actions.pod:9187
msgid "If the filesystem is unlabeled, this returns the empty string."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5893
+#: ../fish/guestfish-actions.pod:5900
msgid "To find a filesystem from the label, use L</findfs-label>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5895
+#: ../fish/guestfish-actions.pod:5902
msgid "vfs-type"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5897
+#: ../fish/guestfish-actions.pod:5904
#, no-wrap
msgid ""
" vfs-type device\n"
@@ -20691,14 +20732,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5899 ../src/guestfs-actions.pod:9195
+#: ../fish/guestfish-actions.pod:5906 ../src/guestfs-actions.pod:9202
msgid ""
"This command gets the filesystem type corresponding to the filesystem on "
"C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5902 ../src/guestfs-actions.pod:9198
+#: ../fish/guestfish-actions.pod:5909 ../src/guestfs-actions.pod:9205
msgid ""
"For most filesystems, the result is the name of the Linux VFS module which "
"would be used to mount this filesystem if you mounted it without specifying "
@@ -20706,12 +20747,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5907
+#: ../fish/guestfish-actions.pod:5914
msgid "vfs-uuid"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5909
+#: ../fish/guestfish-actions.pod:5916
#, no-wrap
msgid ""
" vfs-uuid device\n"
@@ -20719,27 +20760,27 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5911 ../src/guestfs-actions.pod:9214
+#: ../fish/guestfish-actions.pod:5918 ../src/guestfs-actions.pod:9221
msgid "This returns the filesystem UUID of the filesystem on C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5914 ../src/guestfs-actions.pod:9217
+#: ../fish/guestfish-actions.pod:5921 ../src/guestfs-actions.pod:9224
msgid "If the filesystem does not have a UUID, this returns the empty string."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5916
+#: ../fish/guestfish-actions.pod:5923
msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5918
+#: ../fish/guestfish-actions.pod:5925
msgid "vg-activate"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5920
+#: ../fish/guestfish-actions.pod:5927
#, no-wrap
msgid ""
" vg-activate true|false 'volgroups ...'\n"
@@ -20747,31 +20788,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5922 ../src/guestfs-actions.pod:9233
+#: ../fish/guestfish-actions.pod:5929 ../src/guestfs-actions.pod:9240
msgid ""
"This command activates or (if C<activate> is false) deactivates all logical "
"volumes in the listed volume groups C<volgroups>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5925 ../src/guestfs-actions.pod:9236
+#: ../fish/guestfish-actions.pod:5932 ../src/guestfs-actions.pod:9243
msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5927 ../src/guestfs-actions.pod:9238
+#: ../fish/guestfish-actions.pod:5934 ../src/guestfs-actions.pod:9245
msgid ""
"Note that if C<volgroups> is an empty list then B<all> volume groups are "
"activated or deactivated."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5930
+#: ../fish/guestfish-actions.pod:5937
msgid "vg-activate-all"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5932
+#: ../fish/guestfish-actions.pod:5939
#, no-wrap
msgid ""
" vg-activate-all true|false\n"
@@ -20779,24 +20820,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5934 ../src/guestfs-actions.pod:9251
+#: ../fish/guestfish-actions.pod:5941 ../src/guestfs-actions.pod:9258
msgid ""
"This command activates or (if C<activate> is false) deactivates all logical "
"volumes in all volume groups."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5937 ../src/guestfs-actions.pod:9254
+#: ../fish/guestfish-actions.pod:5944 ../src/guestfs-actions.pod:9261
msgid "This command is the same as running C<vgchange -a y|n>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5939
+#: ../fish/guestfish-actions.pod:5946
msgid "vgcreate"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5941
+#: ../fish/guestfish-actions.pod:5948
#, no-wrap
msgid ""
" vgcreate volgroup 'physvols ...'\n"
@@ -20804,19 +20845,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5943 ../src/guestfs-actions.pod:9267
+#: ../fish/guestfish-actions.pod:5950 ../src/guestfs-actions.pod:9274
msgid ""
"This creates an LVM volume group called C<volgroup> from the non-empty list "
"of physical volumes C<physvols>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5946
+#: ../fish/guestfish-actions.pod:5953
msgid "vglvuuids"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5948
+#: ../fish/guestfish-actions.pod:5955
#, no-wrap
msgid ""
" vglvuuids vgname\n"
@@ -20824,31 +20865,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5950 ../src/guestfs-actions.pod:9280
+#: ../fish/guestfish-actions.pod:5957 ../src/guestfs-actions.pod:9287
msgid ""
"Given a VG called C<vgname>, this returns the UUIDs of all the logical "
"volumes created in this volume group."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5953
+#: ../fish/guestfish-actions.pod:5960
msgid ""
"You can use this along with L</lvs> and L</lvuuid> calls to associate "
"logical volumes and volume groups."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5956
+#: ../fish/guestfish-actions.pod:5963
msgid "See also L</vgpvuuids>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5958
+#: ../fish/guestfish-actions.pod:5965
msgid "vgmeta"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5960
+#: ../fish/guestfish-actions.pod:5967
#, no-wrap
msgid ""
" vgmeta vgname\n"
@@ -20856,26 +20897,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5962 ../src/guestfs-actions.pod:9301
+#: ../fish/guestfish-actions.pod:5969 ../src/guestfs-actions.pod:9308
msgid ""
"C<vgname> is an LVM volume group. This command examines the volume group "
"and returns its metadata."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5965 ../src/guestfs-actions.pod:9304
+#: ../fish/guestfish-actions.pod:5972 ../src/guestfs-actions.pod:9311
msgid ""
"Note that the metadata is an internal structure used by LVM, subject to "
"change at any time, and is provided for information only."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5968
+#: ../fish/guestfish-actions.pod:5975
msgid "vgpvuuids"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5970
+#: ../fish/guestfish-actions.pod:5977
#, no-wrap
msgid ""
" vgpvuuids vgname\n"
@@ -20883,31 +20924,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5972 ../src/guestfs-actions.pod:9319
+#: ../fish/guestfish-actions.pod:5979 ../src/guestfs-actions.pod:9326
msgid ""
"Given a VG called C<vgname>, this returns the UUIDs of all the physical "
"volumes that this volume group resides on."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5975
+#: ../fish/guestfish-actions.pod:5982
msgid ""
"You can use this along with L</pvs> and L</pvuuid> calls to associate "
"physical volumes and volume groups."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5978
+#: ../fish/guestfish-actions.pod:5985
msgid "See also L</vglvuuids>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5980
+#: ../fish/guestfish-actions.pod:5987
msgid "vgremove"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5982
+#: ../fish/guestfish-actions.pod:5989
#, no-wrap
msgid ""
" vgremove vgname\n"
@@ -20915,22 +20956,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5984 ../src/guestfs-actions.pod:9339
+#: ../fish/guestfish-actions.pod:5991 ../src/guestfs-actions.pod:9346
msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5986 ../src/guestfs-actions.pod:9341
+#: ../fish/guestfish-actions.pod:5993 ../src/guestfs-actions.pod:9348
msgid "This also forcibly removes all logical volumes in the volume group (if any)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5989
+#: ../fish/guestfish-actions.pod:5996
msgid "vgrename"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5991
+#: ../fish/guestfish-actions.pod:5998
#, no-wrap
msgid ""
" vgrename volgroup newvolgroup\n"
@@ -20938,17 +20979,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5993 ../src/guestfs-actions.pod:9355
+#: ../fish/guestfish-actions.pod:6000 ../src/guestfs-actions.pod:9362
msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5995
+#: ../fish/guestfish-actions.pod:6002
msgid "vgs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5997
+#: ../fish/guestfish-actions.pod:6004
#, no-wrap
msgid ""
" vgs\n"
@@ -20956,31 +20997,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5999 ../src/guestfs-actions.pod:9366
+#: ../fish/guestfish-actions.pod:6006 ../src/guestfs-actions.pod:9373
msgid ""
"List all the volumes groups detected. This is the equivalent of the "
"L<vgs(8)> command."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6002 ../src/guestfs-actions.pod:9369
+#: ../fish/guestfish-actions.pod:6009 ../src/guestfs-actions.pod:9376
msgid ""
"This returns a list of just the volume group names that were detected "
"(eg. C<VolGroup00>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6005
+#: ../fish/guestfish-actions.pod:6012
msgid "See also L</vgs-full>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6007
+#: ../fish/guestfish-actions.pod:6014
msgid "vgs-full"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6009
+#: ../fish/guestfish-actions.pod:6016
#, no-wrap
msgid ""
" vgs-full\n"
@@ -20988,19 +21029,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6011 ../src/guestfs-actions.pod:9385
+#: ../fish/guestfish-actions.pod:6018 ../src/guestfs-actions.pod:9392
msgid ""
"List all the volumes groups detected. This is the equivalent of the "
"L<vgs(8)> command. The \"full\" version includes all fields."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6014
+#: ../fish/guestfish-actions.pod:6021
msgid "vgscan"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6016
+#: ../fish/guestfish-actions.pod:6023
#, no-wrap
msgid ""
" vgscan\n"
@@ -21008,19 +21049,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6018 ../src/guestfs-actions.pod:9399
+#: ../fish/guestfish-actions.pod:6025 ../src/guestfs-actions.pod:9406
msgid ""
"This rescans all block devices and rebuilds the list of LVM physical "
"volumes, volume groups and logical volumes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6021
+#: ../fish/guestfish-actions.pod:6028
msgid "vguuid"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6023
+#: ../fish/guestfish-actions.pod:6030
#, no-wrap
msgid ""
" vguuid vgname\n"
@@ -21028,17 +21069,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6025 ../src/guestfs-actions.pod:9412
+#: ../fish/guestfish-actions.pod:6032 ../src/guestfs-actions.pod:9419
msgid "This command returns the UUID of the LVM VG named C<vgname>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6027
+#: ../fish/guestfish-actions.pod:6034
msgid "wc-c"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6029
+#: ../fish/guestfish-actions.pod:6036
#, no-wrap
msgid ""
" wc-c path\n"
@@ -21046,19 +21087,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6031 ../src/guestfs-actions.pod:9452
+#: ../fish/guestfish-actions.pod:6038 ../src/guestfs-actions.pod:9459
msgid ""
"This command counts the characters in a file, using the C<wc -c> external "
"command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6034
+#: ../fish/guestfish-actions.pod:6041
msgid "wc-l"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6036
+#: ../fish/guestfish-actions.pod:6043
#, no-wrap
msgid ""
" wc-l path\n"
@@ -21066,19 +21107,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6038 ../src/guestfs-actions.pod:9465
+#: ../fish/guestfish-actions.pod:6045 ../src/guestfs-actions.pod:9472
msgid ""
"This command counts the lines in a file, using the C<wc -l> external "
"command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6041
+#: ../fish/guestfish-actions.pod:6048
msgid "wc-w"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6043
+#: ../fish/guestfish-actions.pod:6050
#, no-wrap
msgid ""
" wc-w path\n"
@@ -21086,19 +21127,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6045 ../src/guestfs-actions.pod:9478
+#: ../fish/guestfish-actions.pod:6052 ../src/guestfs-actions.pod:9485
msgid ""
"This command counts the words in a file, using the C<wc -w> external "
"command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6048
+#: ../fish/guestfish-actions.pod:6055
msgid "wipefs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6050
+#: ../fish/guestfish-actions.pod:6057
#, no-wrap
msgid ""
" wipefs device\n"
@@ -21106,31 +21147,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6052 ../src/guestfs-actions.pod:9491
+#: ../fish/guestfish-actions.pod:6059 ../src/guestfs-actions.pod:9498
msgid ""
"This command erases filesystem or RAID signatures from the specified "
"C<device> to make the filesystem invisible to libblkid."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6055 ../src/guestfs-actions.pod:9494
+#: ../fish/guestfish-actions.pod:6062 ../src/guestfs-actions.pod:9501
msgid ""
"This does not erase the filesystem itself nor any other data from the "
"C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6058
+#: ../fish/guestfish-actions.pod:6065
msgid "Compare with L</zero> which zeroes the first few blocks of a device."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6061
+#: ../fish/guestfish-actions.pod:6068
msgid "write"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6063
+#: ../fish/guestfish-actions.pod:6070
#, no-wrap
msgid ""
" write path content\n"
@@ -21138,24 +21179,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6065 ../src/guestfs-actions.pod:9512
+#: ../fish/guestfish-actions.pod:6072 ../src/guestfs-actions.pod:9519
msgid ""
"This call creates a file called C<path>. The content of the file is the "
"string C<content> (which can contain any 8 bit data)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6068
+#: ../fish/guestfish-actions.pod:6075
msgid "See also L</write-append>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6073
+#: ../fish/guestfish-actions.pod:6080
msgid "write-append"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6075
+#: ../fish/guestfish-actions.pod:6082
#, no-wrap
msgid ""
" write-append path content\n"
@@ -21163,24 +21204,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6077 ../src/guestfs-actions.pod:9532
+#: ../fish/guestfish-actions.pod:6084 ../src/guestfs-actions.pod:9539
msgid ""
"This call appends C<content> to the end of file C<path>. If C<path> does "
"not exist, then a new file is created."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6080
+#: ../fish/guestfish-actions.pod:6087
msgid "See also L</write>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6085
+#: ../fish/guestfish-actions.pod:6092
msgid "write-file"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6087
+#: ../fish/guestfish-actions.pod:6094
#, no-wrap
msgid ""
" write-file path content size\n"
@@ -21188,38 +21229,38 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6089 ../src/guestfs-actions.pod:9559
+#: ../fish/guestfish-actions.pod:6096 ../src/guestfs-actions.pod:9566
msgid ""
"This call creates a file called C<path>. The contents of the file is the "
"string C<content> (which can contain any 8 bit data), with length C<size>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6093 ../src/guestfs-actions.pod:9563
+#: ../fish/guestfish-actions.pod:6100 ../src/guestfs-actions.pod:9570
msgid ""
"As a special case, if C<size> is C<0> then the length is calculated using "
"C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6097 ../src/guestfs-actions.pod:9567
+#: ../fish/guestfish-actions.pod:6104 ../src/guestfs-actions.pod:9574
msgid ""
"I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
"I<not> work, even if the length is specified."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6103
+#: ../fish/guestfish-actions.pod:6110
msgid "I<This function is deprecated.> In new code, use the L</write> call instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6110
+#: ../fish/guestfish-actions.pod:6117
msgid "zegrep"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6112
+#: ../fish/guestfish-actions.pod:6119
#, no-wrap
msgid ""
" zegrep regex path\n"
@@ -21227,17 +21268,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6114 ../src/guestfs-actions.pod:9584
+#: ../fish/guestfish-actions.pod:6121 ../src/guestfs-actions.pod:9591
msgid "This calls the external C<zegrep> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6120
+#: ../fish/guestfish-actions.pod:6127
msgid "zegrepi"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6122
+#: ../fish/guestfish-actions.pod:6129
#, no-wrap
msgid ""
" zegrepi regex path\n"
@@ -21245,17 +21286,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6124 ../src/guestfs-actions.pod:9603
+#: ../fish/guestfish-actions.pod:6131 ../src/guestfs-actions.pod:9610
msgid "This calls the external C<zegrep -i> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6130
+#: ../fish/guestfish-actions.pod:6137
msgid "zero"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6132
+#: ../fish/guestfish-actions.pod:6139
#, no-wrap
msgid ""
" zero device\n"
@@ -21263,12 +21304,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6134 ../src/guestfs-actions.pod:9621
+#: ../fish/guestfish-actions.pod:6141 ../src/guestfs-actions.pod:9628
msgid "This command writes zeroes over the first few blocks of C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6136 ../src/guestfs-actions.pod:9623
+#: ../fish/guestfish-actions.pod:6143 ../src/guestfs-actions.pod:9630
msgid ""
"How many blocks are zeroed isn't specified (but it's I<not> enough to "
"securely wipe the device). It should be sufficient to remove any partition "
@@ -21276,7 +21317,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6140 ../fish/guestfish-actions.pod:6155 ../src/guestfs-actions.pod:9627 ../src/guestfs-actions.pod:9653
+#: ../fish/guestfish-actions.pod:6147 ../fish/guestfish-actions.pod:6162 ../src/guestfs-actions.pod:9634 ../src/guestfs-actions.pod:9660
msgid ""
"If blocks are already zero, then this command avoids writing zeroes. This "
"prevents the underlying device from becoming non-sparse or growing "
@@ -21284,17 +21325,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6144
+#: ../fish/guestfish-actions.pod:6151
msgid "See also: L</zero-device>, L</scrub-device>, L</is-zero-device>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6147
+#: ../fish/guestfish-actions.pod:6154
msgid "zero-device"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6149
+#: ../fish/guestfish-actions.pod:6156
#, no-wrap
msgid ""
" zero-device device\n"
@@ -21302,19 +21343,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6151
+#: ../fish/guestfish-actions.pod:6158
msgid ""
"This command writes zeroes over the entire C<device>. Compare with L</zero> "
"which just zeroes the first few blocks of a device."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6159
+#: ../fish/guestfish-actions.pod:6166
msgid "zero-free-space"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6161
+#: ../fish/guestfish-actions.pod:6168
#, no-wrap
msgid ""
" zero-free-space directory\n"
@@ -21322,33 +21363,33 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6163 ../src/guestfs-actions.pod:9672
+#: ../fish/guestfish-actions.pod:6170 ../src/guestfs-actions.pod:9679
msgid ""
"Zero the free space in the filesystem mounted on C<directory>. The "
"filesystem must be mounted read-write."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6166 ../src/guestfs-actions.pod:9675
+#: ../fish/guestfish-actions.pod:6173 ../src/guestfs-actions.pod:9682
msgid ""
"The filesystem contents are not affected, but any free space in the "
"filesystem is freed."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6169 ../src/guestfs-actions.pod:9678
+#: ../fish/guestfish-actions.pod:6176 ../src/guestfs-actions.pod:9685
msgid ""
"In future (but not currently) these zeroed blocks will be \"sparsified\" - "
"that is, given back to the host."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6172
+#: ../fish/guestfish-actions.pod:6179
msgid "zerofree"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6174
+#: ../fish/guestfish-actions.pod:6181
#, no-wrap
msgid ""
" zerofree device\n"
@@ -21356,7 +21397,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6176 ../src/guestfs-actions.pod:9696
+#: ../fish/guestfish-actions.pod:6183 ../src/guestfs-actions.pod:9703
msgid ""
"This runs the I<zerofree> program on C<device>. This program claims to zero "
"unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
@@ -21364,24 +21405,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6181 ../src/guestfs-actions.pod:9701
+#: ../fish/guestfish-actions.pod:6188 ../src/guestfs-actions.pod:9708
msgid "You should B<not> run this program if the filesystem is mounted."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6184 ../src/guestfs-actions.pod:9704
+#: ../fish/guestfish-actions.pod:6191 ../src/guestfs-actions.pod:9711
msgid ""
"It is possible that using this program can damage the filesystem or data on "
"the filesystem."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6187
+#: ../fish/guestfish-actions.pod:6194
msgid "zfgrep"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6189
+#: ../fish/guestfish-actions.pod:6196
#, no-wrap
msgid ""
" zfgrep pattern path\n"
@@ -21389,17 +21430,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6191 ../src/guestfs-actions.pod:9718
+#: ../fish/guestfish-actions.pod:6198 ../src/guestfs-actions.pod:9725
msgid "This calls the external C<zfgrep> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6197
+#: ../fish/guestfish-actions.pod:6204
msgid "zfgrepi"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6199
+#: ../fish/guestfish-actions.pod:6206
#, no-wrap
msgid ""
" zfgrepi pattern path\n"
@@ -21407,17 +21448,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6201 ../src/guestfs-actions.pod:9737
+#: ../fish/guestfish-actions.pod:6208 ../src/guestfs-actions.pod:9744
msgid "This calls the external C<zfgrep -i> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6207
+#: ../fish/guestfish-actions.pod:6214
msgid "zfile"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6209
+#: ../fish/guestfish-actions.pod:6216
#, no-wrap
msgid ""
" zfile meth path\n"
@@ -21425,32 +21466,32 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6211 ../src/guestfs-actions.pod:9763
+#: ../fish/guestfish-actions.pod:6218 ../src/guestfs-actions.pod:9770
msgid "This command runs C<file> after first decompressing C<path> using C<method>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6214 ../src/guestfs-actions.pod:9766
+#: ../fish/guestfish-actions.pod:6221 ../src/guestfs-actions.pod:9773
msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6216
+#: ../fish/guestfish-actions.pod:6223
msgid "Since 1.0.63, use L</file> instead which can now process compressed files."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6219
+#: ../fish/guestfish-actions.pod:6226
msgid "I<This function is deprecated.> In new code, use the L</file> call instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6226
+#: ../fish/guestfish-actions.pod:6233
msgid "zgrep"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6228
+#: ../fish/guestfish-actions.pod:6235
#, no-wrap
msgid ""
" zgrep regex path\n"
@@ -21458,17 +21499,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6230 ../src/guestfs-actions.pod:9783
+#: ../fish/guestfish-actions.pod:6237 ../src/guestfs-actions.pod:9790
msgid "This calls the external C<zgrep> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6236
+#: ../fish/guestfish-actions.pod:6243
msgid "zgrepi"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6238
+#: ../fish/guestfish-actions.pod:6245
#, no-wrap
msgid ""
" zgrepi regex path\n"
@@ -21476,7 +21517,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6240 ../src/guestfs-actions.pod:9802
+#: ../fish/guestfish-actions.pod:6247 ../src/guestfs-actions.pod:9809
msgid "This calls the external C<zgrep -i> program and returns the matching lines."
msgstr ""
@@ -22455,7 +22496,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../fish/guestfish.pod:135 ../src/guestfs.pod:2423
+#: ../fish/guestfish.pod:135 ../src/guestfs.pod:2444
#, no-wrap
msgid ""
" guestfish -N fs\n"
@@ -24585,7 +24626,7 @@ msgstr ""
#. type: textblock
#: ../fish/guestfish.pod:1120
-msgid "@FISH_COMMANDS@"
+msgid "__FISH_COMMANDS__"
msgstr ""
#. type: =head1
@@ -24594,8 +24635,8 @@ msgid "COMMANDS"
msgstr ""
#. type: textblock
-#: ../fish/guestfish.pod:1124 ../src/guestfs.pod:1700
-msgid "@ACTIONS@"
+#: ../fish/guestfish.pod:1124 ../src/guestfs.pod:1717
+msgid "__ACTIONS__"
msgstr ""
#. type: textblock
@@ -24618,17 +24659,17 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish.pod:1140 ../src/guestfs.pod:3388
+#: ../fish/guestfish.pod:1140 ../src/guestfs.pod:3492
msgid "FEBOOTSTRAP_KERNEL"
msgstr ""
#. type: =item
-#: ../fish/guestfish.pod:1142 ../src/guestfs.pod:3390
+#: ../fish/guestfish.pod:1142 ../src/guestfs.pod:3494
msgid "FEBOOTSTRAP_MODULES"
msgstr ""
#. type: textblock
-#: ../fish/guestfish.pod:1144 ../src/guestfs.pod:3392
+#: ../fish/guestfish.pod:1144 ../src/guestfs.pod:3496
msgid ""
"These two environment variables allow the kernel that libguestfs uses in the "
"appliance to be selected. If C<$FEBOOTSTRAP_KERNEL> is not set, then the "
@@ -24686,17 +24727,17 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish.pod:1172 ../src/guestfs.pod:3398
+#: ../fish/guestfish.pod:1172 ../src/guestfs.pod:3502
msgid "LIBGUESTFS_APPEND"
msgstr ""
#. type: textblock
-#: ../fish/guestfish.pod:1174 ../src/guestfs.pod:3400
+#: ../fish/guestfish.pod:1174 ../src/guestfs.pod:3504
msgid "Pass additional options to the guest kernel."
msgstr ""
#. type: =item
-#: ../fish/guestfish.pod:1176 ../src/guestfs.pod:3402
+#: ../fish/guestfish.pod:1176 ../src/guestfs.pod:3506
msgid "LIBGUESTFS_DEBUG"
msgstr ""
@@ -24708,17 +24749,17 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish.pod:1181 ../src/guestfs.pod:3407
+#: ../fish/guestfish.pod:1181 ../src/guestfs.pod:3511
msgid "LIBGUESTFS_MEMSIZE"
msgstr ""
#. type: textblock
-#: ../fish/guestfish.pod:1183 ../src/guestfs.pod:3409
+#: ../fish/guestfish.pod:1183 ../src/guestfs.pod:3513
msgid "Set the memory allocated to the qemu process, in megabytes. For example:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish.pod:1186 ../src/guestfs.pod:3412
+#: ../fish/guestfish.pod:1186 ../src/guestfs.pod:3516
#, no-wrap
msgid ""
" LIBGUESTFS_MEMSIZE=700\n"
@@ -24726,7 +24767,7 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish.pod:1188 ../src/guestfs.pod:3414
+#: ../fish/guestfish.pod:1188 ../src/guestfs.pod:3518
msgid "LIBGUESTFS_PATH"
msgstr ""
@@ -24738,19 +24779,19 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish.pod:1193 ../src/guestfs.pod:3419
+#: ../fish/guestfish.pod:1193 ../src/guestfs.pod:3523
msgid "LIBGUESTFS_QEMU"
msgstr ""
#. type: textblock
-#: ../fish/guestfish.pod:1195 ../src/guestfs.pod:3421
+#: ../fish/guestfish.pod:1195 ../src/guestfs.pod:3525
msgid ""
"Set the default qemu binary that libguestfs uses. If not set, then the qemu "
"which was found at compile time by the configure script is used."
msgstr ""
#. type: =item
-#: ../fish/guestfish.pod:1199 ../src/guestfs.pod:3427
+#: ../fish/guestfish.pod:1199 ../src/guestfs.pod:3531
msgid "LIBGUESTFS_TRACE"
msgstr ""
@@ -24772,19 +24813,19 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish.pod:1208 ../sparsify/virt-sparsify.pod:276 ../src/guestfs.pod:3432
+#: ../fish/guestfish.pod:1208 ../sparsify/virt-sparsify.pod:276 ../src/guestfs.pod:3536
msgid "TMPDIR"
msgstr ""
#. type: textblock
-#: ../fish/guestfish.pod:1210 ../src/guestfs.pod:3434
+#: ../fish/guestfish.pod:1210 ../src/guestfs.pod:3538
msgid ""
"Location of temporary directory, defaults to C</tmp> except for the cached "
"supermin appliance which defaults to C</var/tmp>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish.pod:1213 ../src/guestfs.pod:3437
+#: ../fish/guestfish.pod:1213 ../src/guestfs.pod:3541
msgid ""
"If libguestfs was compiled to use the supermin appliance then the real "
"appliance is cached in this directory, shared between all handles belonging "
@@ -29503,7 +29544,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7 ../src/guestfs-actions.pod:305 ../src/guestfs-actions.pod:326
+#: ../src/guestfs-actions.pod:7 ../src/guestfs-actions.pod:307 ../src/guestfs-actions.pod:328
msgid ""
"I<This function is deprecated.> In new code, use the "
"L</guestfs_add_drive_opts> call instead."
@@ -29527,12 +29568,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:37 ../src/guestfs-actions.pod:187 ../src/guestfs-actions.pod:257 ../src/guestfs-actions.pod:294 ../src/guestfs-actions.pod:315 ../src/guestfs-actions.pod:336 ../src/guestfs-actions.pod:349 ../src/guestfs-actions.pod:363 ../src/guestfs-actions.pod:483 ../src/guestfs-actions.pod:503 ../src/guestfs-actions.pod:517 ../src/guestfs-actions.pod:562 ../src/guestfs-actions.pod:590 ../src/guestfs-actions.pod:608 ../src/guestfs-actions.pod:675 ../src/guestfs-actions.pod:708 ../src/guestfs-actions.pod:722 ../src/guestfs-actions.pod:778 ../src/guestfs-actions.pod:877 ../src/guestfs-actions.pod:895 ../src/guestfs-actions.pod:909 ../src/guestfs-actions.pod:923 ../src/guestfs-actions.pod:937 ../src/guestfs-actions.pod:951 ../src/guestfs-actions.pod:964 ../src/guestfs-actions.pod:1001 ../src/guestfs-actions.pod:1035 ../src/guestfs-actions.pod:1057 ../src/guestfs-actions.pod:1093 ../src/guestfs-actions.pod:1106 ../src/guestfs-actions.pod:1118 ../src/guestfs-actions.pod:1148 ../src/guestfs-actions.pod:1163 ../src/guestfs-actions.pod:1324 ../src/guestfs-actions.pod:1344 ../src/guestfs-actions.pod:1362 ../src/guestfs-actions.pod:1452 ../src/guestfs-actions.pod:1511 ../src/guestfs-actions.pod:1557 ../src/guestfs-actions.pod:1597 ../src/guestfs-actions.pod:1650 ../src/guestfs-actions.pod:1703 ../src/guestfs-actions.pod:1761 ../src/guestfs-actions.pod:1815 ../src/guestfs-actions.pod:1834 ../src/guestfs-actions.pod:1848 ../src/guestfs-actions.pod:1876 ../src/guestfs-actions.pod:1962 ../src/guestfs-actions.pod:1993 ../src/guestfs-actions.pod:2018 ../src/guestfs-actions.pod:2084 ../src/guestfs-actions.pod:2127 ../src/guestfs-actions.pod:2240 ../src/guestfs-actions.pod:2267 ../src/guestfs-actions.pod:2482 ../src/guestfs-actions.pod:2504 ../src/guestfs-actions.pod:2591 ../src/guestfs-actions.pod:3242 ../src/guestfs-actions.pod:3386 ../src/guestfs-actions.pod:3445 ../src/guestfs-actions.pod:3480 ../src/guestfs-actions.pod:4593 ../src/guestfs-actions.pod:4608 ../src/guestfs-actions.pod:4633 ../src/guestfs-actions.pod:4851 ../src/guestfs-actions.pod:4865 ../src/guestfs-actions.pod:4878 ../src/guestfs-actions.pod:4892 ../src/guestfs-actions.pod:4907 ../src/guestfs-actions.pod:4943 ../src/guestfs-actions.pod:5015 ../src/guestfs-actions.pod:5035 ../src/guestfs-actions.pod:5052 ../src/guestfs-actions.pod:5072 ../src/guestfs-actions.pod:5092 ../src/guestfs-actions.pod:5127 ../src/guestfs-actions.pod:5146 ../src/guestfs-actions.pod:5165 ../src/guestfs-actions.pod:5182 ../src/guestfs-actions.pod:5217 ../src/guestfs-actions.pod:5229 ../src/guestfs-actions.pod:5262 ../src/guestfs-actions.pod:5278 ../src/guestfs-actions.pod:5291 ../src/guestfs-actions.pod:5306 ../src/guestfs-actions.pod:5323 ../src/guestfs-actions.pod:5481 ../src/guestfs-actions.pod:5617 ../src/guestfs-actions.pod:5629 ../src/guestfs-actions.pod:5649 ../src/guestfs-actions.pod:5662 ../src/guestfs-actions.pod:5713 ../src/guestfs-actions.pod:5731 ../src/guestfs-actions.pod:5749 ../src/guestfs-actions.pod:5765 ../src/guestfs-actions.pod:5779 ../src/guestfs-actions.pod:5793 ../src/guestfs-actions.pod:5810 ../src/guestfs-actions.pod:5825 ../src/guestfs-actions.pod:5852 ../src/guestfs-actions.pod:5885 ../src/guestfs-actions.pod:5970 ../src/guestfs-actions.pod:6043 ../src/guestfs-actions.pod:6074 ../src/guestfs-actions.pod:6093 ../src/guestfs-actions.pod:6112 ../src/guestfs-actions.pod:6124 ../src/guestfs-actions.pod:6141 ../src/guestfs-actions.pod:6154 ../src/guestfs-actions.pod:6169 ../src/guestfs-actions.pod:6184 ../src/guestfs-actions.pod:6216 ../src/guestfs-actions.pod:6242 ../src/guestfs-actions.pod:6311 ../src/guestfs-actions.pod:6360 ../src/guestfs-actions.pod:6375 ../src/guestfs-actions.pod:6395 ../src/guestfs-actions.pod:6409 ../src/guestfs-actions.pod:6426 ../src/guestfs-actions.pod:6475 ../src/guestfs-actions.pod:6527 ../src/guestfs-actions.pod:6565 ../src/guestfs-actions.pod:6617 ../src/guestfs-actions.pod:6669 ../src/guestfs-actions.pod:6716 ../src/guestfs-actions.pod:6759 ../src/guestfs-actions.pod:6787 ../src/guestfs-actions.pod:6804 ../src/guestfs-actions.pod:6822 ../src/guestfs-actions.pod:6959 ../src/guestfs-actions.pod:7016 ../src/guestfs-actions.pod:7038 ../src/guestfs-actions.pod:7056 ../src/guestfs-actions.pod:7108 ../src/guestfs-actions.pod:7174 ../src/guestfs-actions.pod:7191 ../src/guestfs-actions.pod:7204 ../src/guestfs-actions.pod:7218 ../src/guestfs-actions.pod:7507 ../src/guestfs-actions.pod:7522 ../src/guestfs-actions.pod:7543 ../src/guestfs-actions.pod:7559 ../src/guestfs-actions.pod:7571 ../src/guestfs-actions.pod:7585 ../src/guestfs-actions.pod:7597 ../src/guestfs-actions.pod:7611 ../src/guestfs-actions.pod:7627 ../src/guestfs-actions.pod:7645 ../src/guestfs-actions.pod:7664 ../src/guestfs-actions.pod:7683 ../src/guestfs-actions.pod:7713 ../src/guestfs-actions.pod:7731 ../src/guestfs-actions.pod:7754 ../src/guestfs-actions.pod:7793 ../src/guestfs-actions.pod:7832 ../src/guestfs-actions.pod:7857 ../src/guestfs-actions.pod:7876 ../src/guestfs-actions.pod:7898 ../src/guestfs-actions.pod:7919 ../src/guestfs-actions.pod:7938 ../src/guestfs-actions.pod:7955 ../src/guestfs-actions.pod:7976 ../src/guestfs-actions.pod:8004 ../src/guestfs-actions.pod:8028 ../src/guestfs-actions.pod:8047 ../src/guestfs-actions.pod:8063 ../src/guestfs-actions.pod:8087 ../src/guestfs-actions.pod:8106 ../src/guestfs-actions.pod:8121 ../src/guestfs-actions.pod:8140 ../src/guestfs-actions.pod:8184 ../src/guestfs-actions.pod:8211 ../src/guestfs-actions.pod:8241 ../src/guestfs-actions.pod:8366 ../src/guestfs-actions.pod:8376 ../src/guestfs-actions.pod:8497 ../src/guestfs-actions.pod:8509 ../src/guestfs-actions.pod:8522 ../src/guestfs-actions.pod:8535 ../src/guestfs-actions.pod:8557 ../src/guestfs-actions.pod:8570 ../src/guestfs-actions.pod:8583 ../src/guestfs-actions.pod:8596 ../src/guestfs-actions.pod:8611 ../src/guestfs-actions.pod:8670 ../src/guestfs-actions.pod:8687 ../src/guestfs-actions.pod:8703 ../src/guestfs-actions.pod:8719 ../src/guestfs-actions.pod:8736 ../src/guestfs-actions.pod:8749 ../src/guestfs-actions.pod:8769 ../src/guestfs-actions.pod:8869 ../src/guestfs-actions.pod:8927 ../src/guestfs-actions.pod:8941 ../src/guestfs-actions.pod:8982 ../src/guestfs-actions.pod:8995 ../src/guestfs-actions.pod:9017 ../src/guestfs-actions.pod:9055 ../src/guestfs-actions.pod:9089 ../src/guestfs-actions.pod:9125 ../src/guestfs-actions.pod:9241 ../src/guestfs-actions.pod:9256 ../src/guestfs-actions.pod:9270 ../src/guestfs-actions.pod:9344 ../src/guestfs-actions.pod:9357 ../src/guestfs-actions.pod:9402 ../src/guestfs-actions.pod:9442 ../src/guestfs-actions.pod:9500 ../src/guestfs-actions.pod:9517 ../src/guestfs-actions.pod:9537 ../src/guestfs-actions.pod:9570 ../src/guestfs-actions.pod:9634 ../src/guestfs-actions.pod:9657 ../src/guestfs-actions.pod:9681 ../src/guestfs-actions.pod:9707
+#: ../src/guestfs-actions.pod:37 ../src/guestfs-actions.pod:187 ../src/guestfs-actions.pod:259 ../src/guestfs-actions.pod:296 ../src/guestfs-actions.pod:317 ../src/guestfs-actions.pod:338 ../src/guestfs-actions.pod:351 ../src/guestfs-actions.pod:365 ../src/guestfs-actions.pod:485 ../src/guestfs-actions.pod:505 ../src/guestfs-actions.pod:519 ../src/guestfs-actions.pod:564 ../src/guestfs-actions.pod:592 ../src/guestfs-actions.pod:610 ../src/guestfs-actions.pod:677 ../src/guestfs-actions.pod:710 ../src/guestfs-actions.pod:724 ../src/guestfs-actions.pod:780 ../src/guestfs-actions.pod:879 ../src/guestfs-actions.pod:897 ../src/guestfs-actions.pod:911 ../src/guestfs-actions.pod:925 ../src/guestfs-actions.pod:939 ../src/guestfs-actions.pod:953 ../src/guestfs-actions.pod:966 ../src/guestfs-actions.pod:1003 ../src/guestfs-actions.pod:1037 ../src/guestfs-actions.pod:1059 ../src/guestfs-actions.pod:1095 ../src/guestfs-actions.pod:1108 ../src/guestfs-actions.pod:1120 ../src/guestfs-actions.pod:1150 ../src/guestfs-actions.pod:1165 ../src/guestfs-actions.pod:1326 ../src/guestfs-actions.pod:1346 ../src/guestfs-actions.pod:1364 ../src/guestfs-actions.pod:1454 ../src/guestfs-actions.pod:1513 ../src/guestfs-actions.pod:1559 ../src/guestfs-actions.pod:1599 ../src/guestfs-actions.pod:1652 ../src/guestfs-actions.pod:1705 ../src/guestfs-actions.pod:1763 ../src/guestfs-actions.pod:1817 ../src/guestfs-actions.pod:1836 ../src/guestfs-actions.pod:1850 ../src/guestfs-actions.pod:1878 ../src/guestfs-actions.pod:1964 ../src/guestfs-actions.pod:1995 ../src/guestfs-actions.pod:2020 ../src/guestfs-actions.pod:2086 ../src/guestfs-actions.pod:2129 ../src/guestfs-actions.pod:2242 ../src/guestfs-actions.pod:2269 ../src/guestfs-actions.pod:2484 ../src/guestfs-actions.pod:2506 ../src/guestfs-actions.pod:2593 ../src/guestfs-actions.pod:3244 ../src/guestfs-actions.pod:3388 ../src/guestfs-actions.pod:3447 ../src/guestfs-actions.pod:3482 ../src/guestfs-actions.pod:4595 ../src/guestfs-actions.pod:4615 ../src/guestfs-actions.pod:4640 ../src/guestfs-actions.pod:4858 ../src/guestfs-actions.pod:4872 ../src/guestfs-actions.pod:4885 ../src/guestfs-actions.pod:4899 ../src/guestfs-actions.pod:4914 ../src/guestfs-actions.pod:4950 ../src/guestfs-actions.pod:5022 ../src/guestfs-actions.pod:5042 ../src/guestfs-actions.pod:5059 ../src/guestfs-actions.pod:5079 ../src/guestfs-actions.pod:5099 ../src/guestfs-actions.pod:5134 ../src/guestfs-actions.pod:5153 ../src/guestfs-actions.pod:5172 ../src/guestfs-actions.pod:5189 ../src/guestfs-actions.pod:5224 ../src/guestfs-actions.pod:5236 ../src/guestfs-actions.pod:5269 ../src/guestfs-actions.pod:5285 ../src/guestfs-actions.pod:5298 ../src/guestfs-actions.pod:5313 ../src/guestfs-actions.pod:5330 ../src/guestfs-actions.pod:5488 ../src/guestfs-actions.pod:5624 ../src/guestfs-actions.pod:5636 ../src/guestfs-actions.pod:5656 ../src/guestfs-actions.pod:5669 ../src/guestfs-actions.pod:5720 ../src/guestfs-actions.pod:5738 ../src/guestfs-actions.pod:5756 ../src/guestfs-actions.pod:5772 ../src/guestfs-actions.pod:5786 ../src/guestfs-actions.pod:5800 ../src/guestfs-actions.pod:5817 ../src/guestfs-actions.pod:5832 ../src/guestfs-actions.pod:5859 ../src/guestfs-actions.pod:5892 ../src/guestfs-actions.pod:5977 ../src/guestfs-actions.pod:6050 ../src/guestfs-actions.pod:6081 ../src/guestfs-actions.pod:6100 ../src/guestfs-actions.pod:6119 ../src/guestfs-actions.pod:6131 ../src/guestfs-actions.pod:6148 ../src/guestfs-actions.pod:6161 ../src/guestfs-actions.pod:6176 ../src/guestfs-actions.pod:6191 ../src/guestfs-actions.pod:6223 ../src/guestfs-actions.pod:6249 ../src/guestfs-actions.pod:6318 ../src/guestfs-actions.pod:6367 ../src/guestfs-actions.pod:6382 ../src/guestfs-actions.pod:6402 ../src/guestfs-actions.pod:6416 ../src/guestfs-actions.pod:6433 ../src/guestfs-actions.pod:6482 ../src/guestfs-actions.pod:6534 ../src/guestfs-actions.pod:6572 ../src/guestfs-actions.pod:6624 ../src/guestfs-actions.pod:6676 ../src/guestfs-actions.pod:6723 ../src/guestfs-actions.pod:6766 ../src/guestfs-actions.pod:6794 ../src/guestfs-actions.pod:6811 ../src/guestfs-actions.pod:6829 ../src/guestfs-actions.pod:6966 ../src/guestfs-actions.pod:7023 ../src/guestfs-actions.pod:7045 ../src/guestfs-actions.pod:7063 ../src/guestfs-actions.pod:7115 ../src/guestfs-actions.pod:7181 ../src/guestfs-actions.pod:7198 ../src/guestfs-actions.pod:7211 ../src/guestfs-actions.pod:7225 ../src/guestfs-actions.pod:7514 ../src/guestfs-actions.pod:7529 ../src/guestfs-actions.pod:7550 ../src/guestfs-actions.pod:7566 ../src/guestfs-actions.pod:7578 ../src/guestfs-actions.pod:7592 ../src/guestfs-actions.pod:7604 ../src/guestfs-actions.pod:7618 ../src/guestfs-actions.pod:7634 ../src/guestfs-actions.pod:7652 ../src/guestfs-actions.pod:7671 ../src/guestfs-actions.pod:7690 ../src/guestfs-actions.pod:7720 ../src/guestfs-actions.pod:7738 ../src/guestfs-actions.pod:7761 ../src/guestfs-actions.pod:7800 ../src/guestfs-actions.pod:7839 ../src/guestfs-actions.pod:7864 ../src/guestfs-actions.pod:7883 ../src/guestfs-actions.pod:7905 ../src/guestfs-actions.pod:7926 ../src/guestfs-actions.pod:7945 ../src/guestfs-actions.pod:7962 ../src/guestfs-actions.pod:7983 ../src/guestfs-actions.pod:8011 ../src/guestfs-actions.pod:8035 ../src/guestfs-actions.pod:8054 ../src/guestfs-actions.pod:8070 ../src/guestfs-actions.pod:8094 ../src/guestfs-actions.pod:8113 ../src/guestfs-actions.pod:8128 ../src/guestfs-actions.pod:8147 ../src/guestfs-actions.pod:8191 ../src/guestfs-actions.pod:8218 ../src/guestfs-actions.pod:8248 ../src/guestfs-actions.pod:8373 ../src/guestfs-actions.pod:8383 ../src/guestfs-actions.pod:8504 ../src/guestfs-actions.pod:8516 ../src/guestfs-actions.pod:8529 ../src/guestfs-actions.pod:8542 ../src/guestfs-actions.pod:8564 ../src/guestfs-actions.pod:8577 ../src/guestfs-actions.pod:8590 ../src/guestfs-actions.pod:8603 ../src/guestfs-actions.pod:8618 ../src/guestfs-actions.pod:8677 ../src/guestfs-actions.pod:8694 ../src/guestfs-actions.pod:8710 ../src/guestfs-actions.pod:8726 ../src/guestfs-actions.pod:8743 ../src/guestfs-actions.pod:8756 ../src/guestfs-actions.pod:8776 ../src/guestfs-actions.pod:8876 ../src/guestfs-actions.pod:8934 ../src/guestfs-actions.pod:8948 ../src/guestfs-actions.pod:8989 ../src/guestfs-actions.pod:9002 ../src/guestfs-actions.pod:9024 ../src/guestfs-actions.pod:9062 ../src/guestfs-actions.pod:9096 ../src/guestfs-actions.pod:9132 ../src/guestfs-actions.pod:9248 ../src/guestfs-actions.pod:9263 ../src/guestfs-actions.pod:9277 ../src/guestfs-actions.pod:9351 ../src/guestfs-actions.pod:9364 ../src/guestfs-actions.pod:9409 ../src/guestfs-actions.pod:9449 ../src/guestfs-actions.pod:9507 ../src/guestfs-actions.pod:9524 ../src/guestfs-actions.pod:9544 ../src/guestfs-actions.pod:9577 ../src/guestfs-actions.pod:9641 ../src/guestfs-actions.pod:9664 ../src/guestfs-actions.pod:9688 ../src/guestfs-actions.pod:9714
msgid "This function returns 0 on success or -1 on error."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:189 ../src/guestfs-actions.pod:1559 ../src/guestfs-actions.pod:2705 ../src/guestfs-actions.pod:2942 ../src/guestfs-actions.pod:3067 ../src/guestfs-actions.pod:4595 ../src/guestfs-actions.pod:4615 ../src/guestfs-actions.pod:6218 ../src/guestfs-actions.pod:7733 ../src/guestfs-actions.pod:7957 ../src/guestfs-actions.pod:8108 ../src/guestfs-actions.pod:8613 ../src/guestfs-actions.pod:8738 ../src/guestfs-actions.pod:9444
+#: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:189 ../src/guestfs-actions.pod:1561 ../src/guestfs-actions.pod:2707 ../src/guestfs-actions.pod:2944 ../src/guestfs-actions.pod:3069 ../src/guestfs-actions.pod:4597 ../src/guestfs-actions.pod:4622 ../src/guestfs-actions.pod:6225 ../src/guestfs-actions.pod:7740 ../src/guestfs-actions.pod:7964 ../src/guestfs-actions.pod:8115 ../src/guestfs-actions.pod:8620 ../src/guestfs-actions.pod:8745 ../src/guestfs-actions.pod:9451
msgid "(Added in 0.3)"
msgstr ""
@@ -29553,7 +29594,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:198 ../src/guestfs-actions.pod:975 ../src/guestfs-actions.pod:1046 ../src/guestfs-actions.pod:1439 ../src/guestfs-actions.pod:1491 ../src/guestfs-actions.pod:1569 ../src/guestfs-actions.pod:1638 ../src/guestfs-actions.pod:1691 ../src/guestfs-actions.pod:1744 ../src/guestfs-actions.pod:2054 ../src/guestfs-actions.pod:3749 ../src/guestfs-actions.pod:5416 ../src/guestfs-actions.pod:5863 ../src/guestfs-actions.pod:5919 ../src/guestfs-actions.pod:6228 ../src/guestfs-actions.pod:6277 ../src/guestfs-actions.pod:6539 ../src/guestfs-actions.pod:6600 ../src/guestfs-actions.pod:6680 ../src/guestfs-actions.pod:7766 ../src/guestfs-actions.pod:8780 ../src/guestfs-actions.pod:9005
+#: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:198 ../src/guestfs-actions.pod:977 ../src/guestfs-actions.pod:1048 ../src/guestfs-actions.pod:1441 ../src/guestfs-actions.pod:1493 ../src/guestfs-actions.pod:1571 ../src/guestfs-actions.pod:1640 ../src/guestfs-actions.pod:1693 ../src/guestfs-actions.pod:1746 ../src/guestfs-actions.pod:2056 ../src/guestfs-actions.pod:3751 ../src/guestfs-actions.pod:5423 ../src/guestfs-actions.pod:5870 ../src/guestfs-actions.pod:5926 ../src/guestfs-actions.pod:6235 ../src/guestfs-actions.pod:6284 ../src/guestfs-actions.pod:6546 ../src/guestfs-actions.pod:6607 ../src/guestfs-actions.pod:6687 ../src/guestfs-actions.pod:7773 ../src/guestfs-actions.pod:8787 ../src/guestfs-actions.pod:9012
msgid ""
"You may supply a list of optional arguments to this call. Use zero or more "
"of the following pairs of parameters, and terminate the list with C<-1> on "
@@ -29590,7 +29631,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:144 ../src/guestfs-actions.pod:406 ../src/guestfs-actions.pod:576 ../src/guestfs-actions.pod:795 ../src/guestfs-actions.pod:826 ../src/guestfs-actions.pod:844 ../src/guestfs-actions.pod:863 ../src/guestfs-actions.pod:1894 ../src/guestfs-actions.pod:2038 ../src/guestfs-actions.pod:2461 ../src/guestfs-actions.pod:2664 ../src/guestfs-actions.pod:2853 ../src/guestfs-actions.pod:2914 ../src/guestfs-actions.pod:2965 ../src/guestfs-actions.pod:3017 ../src/guestfs-actions.pod:3031 ../src/guestfs-actions.pod:3054 ../src/guestfs-actions.pod:3373 ../src/guestfs-actions.pod:3867 ../src/guestfs-actions.pod:3885 ../src/guestfs-actions.pod:6491 ../src/guestfs-actions.pod:6512 ../src/guestfs-actions.pod:6856 ../src/guestfs-actions.pod:7094 ../src/guestfs-actions.pod:7288 ../src/guestfs-actions.pod:7314 ../src/guestfs-actions.pod:8968 ../src/guestfs-actions.pod:9455 ../src/guestfs-actions.pod:9468 ../src/guestfs-actions.pod:9481
+#: ../src/guestfs-actions.pod:144 ../src/guestfs-actions.pod:408 ../src/guestfs-actions.pod:578 ../src/guestfs-actions.pod:797 ../src/guestfs-actions.pod:828 ../src/guestfs-actions.pod:846 ../src/guestfs-actions.pod:865 ../src/guestfs-actions.pod:1896 ../src/guestfs-actions.pod:2040 ../src/guestfs-actions.pod:2463 ../src/guestfs-actions.pod:2666 ../src/guestfs-actions.pod:2855 ../src/guestfs-actions.pod:2916 ../src/guestfs-actions.pod:2967 ../src/guestfs-actions.pod:3019 ../src/guestfs-actions.pod:3033 ../src/guestfs-actions.pod:3056 ../src/guestfs-actions.pod:3375 ../src/guestfs-actions.pod:3869 ../src/guestfs-actions.pod:3887 ../src/guestfs-actions.pod:6498 ../src/guestfs-actions.pod:6519 ../src/guestfs-actions.pod:6863 ../src/guestfs-actions.pod:7101 ../src/guestfs-actions.pod:7295 ../src/guestfs-actions.pod:7321 ../src/guestfs-actions.pod:8975 ../src/guestfs-actions.pod:9462 ../src/guestfs-actions.pod:9475 ../src/guestfs-actions.pod:9488
msgid "On error this function returns -1."
msgstr ""
@@ -29621,7 +29662,7 @@ msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:157 ../src/guestfs-actions.pod:168 ../src/guestfs-actions.pod:270 ../src/guestfs-actions.pod:281 ../src/guestfs-actions.pod:1014 ../src/guestfs-actions.pod:1025 ../src/guestfs-actions.pod:1070 ../src/guestfs-actions.pod:1081 ../src/guestfs-actions.pod:1467 ../src/guestfs-actions.pod:1480 ../src/guestfs-actions.pod:1526 ../src/guestfs-actions.pod:1539 ../src/guestfs-actions.pod:1616 ../src/guestfs-actions.pod:1628 ../src/guestfs-actions.pod:1669 ../src/guestfs-actions.pod:1681 ../src/guestfs-actions.pod:1722 ../src/guestfs-actions.pod:1734 ../src/guestfs-actions.pod:1780 ../src/guestfs-actions.pod:1792 ../src/guestfs-actions.pod:2097 ../src/guestfs-actions.pod:2108 ../src/guestfs-actions.pod:3833 ../src/guestfs-actions.pod:3845 ../src/guestfs-actions.pod:5495 ../src/guestfs-actions.pod:5507 ../src/guestfs-actions.pod:5898 ../src/guestfs-actions.pod:5909 ../src/guestfs-actions.pod:5984 ../src/guestfs-actions.pod:5996 ../src/guestfs-actions.pod:6256 ../src/guestfs-actions.pod:6268 ../src/guestfs-actions.pod:6324 ../src/guestfs-actions.pod:6335 ../src/guestfs-actions.pod:6579 ../src/guestfs-actions.pod:6591 ../src/guestfs-actions.pod:6630 ../src/guestfs-actions.pod:6641 ../src/guestfs-actions.pod:6729 ../src/guestfs-actions.pod:6740 ../src/guestfs-actions.pod:7807 ../src/guestfs-actions.pod:7819 ../src/guestfs-actions.pod:8882 ../src/guestfs-actions.pod:8893 ../src/guestfs-actions.pod:9029 ../src/guestfs-actions.pod:9039
+#: ../src/guestfs-actions.pod:157 ../src/guestfs-actions.pod:168 ../src/guestfs-actions.pod:272 ../src/guestfs-actions.pod:283 ../src/guestfs-actions.pod:1016 ../src/guestfs-actions.pod:1027 ../src/guestfs-actions.pod:1072 ../src/guestfs-actions.pod:1083 ../src/guestfs-actions.pod:1469 ../src/guestfs-actions.pod:1482 ../src/guestfs-actions.pod:1528 ../src/guestfs-actions.pod:1541 ../src/guestfs-actions.pod:1618 ../src/guestfs-actions.pod:1630 ../src/guestfs-actions.pod:1671 ../src/guestfs-actions.pod:1683 ../src/guestfs-actions.pod:1724 ../src/guestfs-actions.pod:1736 ../src/guestfs-actions.pod:1782 ../src/guestfs-actions.pod:1794 ../src/guestfs-actions.pod:2099 ../src/guestfs-actions.pod:2110 ../src/guestfs-actions.pod:3835 ../src/guestfs-actions.pod:3847 ../src/guestfs-actions.pod:5502 ../src/guestfs-actions.pod:5514 ../src/guestfs-actions.pod:5905 ../src/guestfs-actions.pod:5916 ../src/guestfs-actions.pod:5991 ../src/guestfs-actions.pod:6003 ../src/guestfs-actions.pod:6263 ../src/guestfs-actions.pod:6275 ../src/guestfs-actions.pod:6331 ../src/guestfs-actions.pod:6342 ../src/guestfs-actions.pod:6586 ../src/guestfs-actions.pod:6598 ../src/guestfs-actions.pod:6637 ../src/guestfs-actions.pod:6648 ../src/guestfs-actions.pod:6736 ../src/guestfs-actions.pod:6747 ../src/guestfs-actions.pod:7814 ../src/guestfs-actions.pod:7826 ../src/guestfs-actions.pod:8889 ../src/guestfs-actions.pod:8900 ../src/guestfs-actions.pod:9036 ../src/guestfs-actions.pod:9046
msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
msgstr ""
@@ -29707,7 +29748,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:236
+#: ../src/guestfs-actions.pod:237
msgid ""
"This forces the image format. If you omit this (or use C<guestfs_add_drive> "
"or C<guestfs_add_drive_ro>) then the format is automatically detected. "
@@ -29715,24 +29756,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:247
+#: ../src/guestfs-actions.pod:248
msgid ""
"This rarely-used option lets you emulate the behaviour of the deprecated "
"C<guestfs_add_drive_with_if> call (q.v.)"
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:259
+#: ../src/guestfs-actions.pod:261
msgid "(Added in 1.5.23)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:261
+#: ../src/guestfs-actions.pod:263
msgid "guestfs_add_drive_opts_va"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:263
+#: ../src/guestfs-actions.pod:265
#, no-wrap
msgid ""
" int\n"
@@ -29743,17 +29784,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:268
+#: ../src/guestfs-actions.pod:270
msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:272
+#: ../src/guestfs-actions.pod:274
msgid "guestfs_add_drive_opts_argv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:274
+#: ../src/guestfs-actions.pod:276
#, no-wrap
msgid ""
" int\n"
@@ -29765,17 +29806,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:279
+#: ../src/guestfs-actions.pod:281
msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:283
+#: ../src/guestfs-actions.pod:285
msgid "guestfs_add_drive_ro"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:285
+#: ../src/guestfs-actions.pod:287
#, no-wrap
msgid ""
" int\n"
@@ -29785,7 +29826,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:289
+#: ../src/guestfs-actions.pod:291
msgid ""
"This function is the equivalent of calling C<guestfs_add_drive_opts> with "
"the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
@@ -29793,17 +29834,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:296
+#: ../src/guestfs-actions.pod:298
msgid "(Added in 1.0.38)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:298
+#: ../src/guestfs-actions.pod:300
msgid "guestfs_add_drive_ro_with_if"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:300
+#: ../src/guestfs-actions.pod:302
#, no-wrap
msgid ""
" int\n"
@@ -29814,24 +29855,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:312
+#: ../src/guestfs-actions.pod:314
msgid ""
"This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
"QEMU interface emulation to use at run time."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:317 ../src/guestfs-actions.pod:338 ../src/guestfs-actions.pod:3332
+#: ../src/guestfs-actions.pod:319 ../src/guestfs-actions.pod:340 ../src/guestfs-actions.pod:3334
msgid "(Added in 1.0.84)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:319
+#: ../src/guestfs-actions.pod:321
msgid "guestfs_add_drive_with_if"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:321
+#: ../src/guestfs-actions.pod:323
#, no-wrap
msgid ""
" int\n"
@@ -29842,19 +29883,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:333
+#: ../src/guestfs-actions.pod:335
msgid ""
"This is the same as C<guestfs_add_drive> but it allows you to specify the "
"QEMU interface emulation to use at run time."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:340
+#: ../src/guestfs-actions.pod:342
msgid "guestfs_aug_clear"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:342
+#: ../src/guestfs-actions.pod:344
#, no-wrap
msgid ""
" int\n"
@@ -29864,17 +29905,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:351 ../src/guestfs-actions.pod:3056
+#: ../src/guestfs-actions.pod:353 ../src/guestfs-actions.pod:3058
msgid "(Added in 1.3.4)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:353
+#: ../src/guestfs-actions.pod:355
msgid "guestfs_aug_close"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:355
+#: ../src/guestfs-actions.pod:357
#, no-wrap
msgid ""
" int\n"
@@ -29883,7 +29924,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:358
+#: ../src/guestfs-actions.pod:360
msgid ""
"Close the current Augeas handle and free up any resources used by it. After "
"calling this, you have to call C<guestfs_aug_init> again before you can use "
@@ -29891,17 +29932,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:365 ../src/guestfs-actions.pod:390 ../src/guestfs-actions.pod:408 ../src/guestfs-actions.pod:422 ../src/guestfs-actions.pod:485 ../src/guestfs-actions.pod:505 ../src/guestfs-actions.pod:519 ../src/guestfs-actions.pod:550 ../src/guestfs-actions.pod:564 ../src/guestfs-actions.pod:578 ../src/guestfs-actions.pod:592 ../src/guestfs-actions.pod:610 ../src/guestfs-actions.pod:7365
+#: ../src/guestfs-actions.pod:367 ../src/guestfs-actions.pod:392 ../src/guestfs-actions.pod:410 ../src/guestfs-actions.pod:424 ../src/guestfs-actions.pod:487 ../src/guestfs-actions.pod:507 ../src/guestfs-actions.pod:521 ../src/guestfs-actions.pod:552 ../src/guestfs-actions.pod:566 ../src/guestfs-actions.pod:580 ../src/guestfs-actions.pod:594 ../src/guestfs-actions.pod:612 ../src/guestfs-actions.pod:7372
msgid "(Added in 0.7)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:367
+#: ../src/guestfs-actions.pod:369
msgid "guestfs_aug_defnode"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:369
+#: ../src/guestfs-actions.pod:371
#, no-wrap
msgid ""
" struct guestfs_int_bool *\n"
@@ -29913,7 +29954,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:378
+#: ../src/guestfs-actions.pod:380
msgid ""
"If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
"calling C<guestfs_aug_set> C<expr>, C<value>. C<name> will be the nodeset "
@@ -29921,19 +29962,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:386
+#: ../src/guestfs-actions.pod:388
msgid ""
"This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
"an error. I<The caller must call C<guestfs_free_int_bool> after use>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:392
+#: ../src/guestfs-actions.pod:394
msgid "guestfs_aug_defvar"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:394
+#: ../src/guestfs-actions.pod:396
#, no-wrap
msgid ""
" int\n"
@@ -29944,12 +29985,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:410
+#: ../src/guestfs-actions.pod:412
msgid "guestfs_aug_get"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:412
+#: ../src/guestfs-actions.pod:414
#, no-wrap
msgid ""
" char *\n"
@@ -29959,19 +30000,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:419 ../src/guestfs-actions.pod:1205 ../src/guestfs-actions.pod:1223 ../src/guestfs-actions.pod:1283 ../src/guestfs-actions.pod:1299 ../src/guestfs-actions.pod:1402 ../src/guestfs-actions.pod:1907 ../src/guestfs-actions.pod:1924 ../src/guestfs-actions.pod:1943 ../src/guestfs-actions.pod:2144 ../src/guestfs-actions.pod:2332 ../src/guestfs-actions.pod:2444 ../src/guestfs-actions.pod:2607 ../src/guestfs-actions.pod:2624 ../src/guestfs-actions.pod:2691 ../src/guestfs-actions.pod:2832 ../src/guestfs-actions.pod:2873 ../src/guestfs-actions.pod:2894 ../src/guestfs-actions.pod:3079 ../src/guestfs-actions.pod:3297 ../src/guestfs-actions.pod:3499 ../src/guestfs-actions.pod:3613 ../src/guestfs-actions.pod:3717 ../src/guestfs-actions.pod:3736 ../src/guestfs-actions.pod:3951 ../src/guestfs-actions.pod:3979 ../src/guestfs-actions.pod:4000 ../src/guestfs-actions.pod:4034 ../src/guestfs-actions.pod:4105 ../src/guestfs-actions.pod:4125 ../src/guestfs-actions.pod:4145 ../src/guestfs-actions.pod:4821 ../src/guestfs-actions.pod:4837 ../src/guestfs-actions.pod:5201 ../src/guestfs-actions.pod:5368 ../src/guestfs-actions.pod:5691 ../src/guestfs-actions.pod:6874 ../src/guestfs-actions.pod:7075 ../src/guestfs-actions.pod:7263 ../src/guestfs-actions.pod:7441 ../src/guestfs-actions.pod:7490 ../src/guestfs-actions.pod:8259 ../src/guestfs-actions.pod:8275 ../src/guestfs-actions.pod:8299 ../src/guestfs-actions.pod:8323 ../src/guestfs-actions.pod:9184 ../src/guestfs-actions.pod:9203 ../src/guestfs-actions.pod:9221 ../src/guestfs-actions.pod:9414 ../src/guestfs-actions.pod:9771
+#: ../src/guestfs-actions.pod:421 ../src/guestfs-actions.pod:1207 ../src/guestfs-actions.pod:1225 ../src/guestfs-actions.pod:1285 ../src/guestfs-actions.pod:1301 ../src/guestfs-actions.pod:1404 ../src/guestfs-actions.pod:1909 ../src/guestfs-actions.pod:1926 ../src/guestfs-actions.pod:1945 ../src/guestfs-actions.pod:2146 ../src/guestfs-actions.pod:2334 ../src/guestfs-actions.pod:2446 ../src/guestfs-actions.pod:2609 ../src/guestfs-actions.pod:2626 ../src/guestfs-actions.pod:2693 ../src/guestfs-actions.pod:2834 ../src/guestfs-actions.pod:2875 ../src/guestfs-actions.pod:2896 ../src/guestfs-actions.pod:3081 ../src/guestfs-actions.pod:3299 ../src/guestfs-actions.pod:3501 ../src/guestfs-actions.pod:3615 ../src/guestfs-actions.pod:3719 ../src/guestfs-actions.pod:3738 ../src/guestfs-actions.pod:3953 ../src/guestfs-actions.pod:3981 ../src/guestfs-actions.pod:4002 ../src/guestfs-actions.pod:4036 ../src/guestfs-actions.pod:4107 ../src/guestfs-actions.pod:4127 ../src/guestfs-actions.pod:4147 ../src/guestfs-actions.pod:4828 ../src/guestfs-actions.pod:4844 ../src/guestfs-actions.pod:5208 ../src/guestfs-actions.pod:5375 ../src/guestfs-actions.pod:5698 ../src/guestfs-actions.pod:6881 ../src/guestfs-actions.pod:7082 ../src/guestfs-actions.pod:7270 ../src/guestfs-actions.pod:7448 ../src/guestfs-actions.pod:7497 ../src/guestfs-actions.pod:8266 ../src/guestfs-actions.pod:8282 ../src/guestfs-actions.pod:8306 ../src/guestfs-actions.pod:8330 ../src/guestfs-actions.pod:9191 ../src/guestfs-actions.pod:9210 ../src/guestfs-actions.pod:9228 ../src/guestfs-actions.pod:9421 ../src/guestfs-actions.pod:9778
msgid ""
"This function returns a string, or NULL on error. I<The caller must free "
"the returned string after use>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:424
+#: ../src/guestfs-actions.pod:426
msgid "guestfs_aug_init"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:426
+#: ../src/guestfs-actions.pod:428
#, no-wrap
msgid ""
" int\n"
@@ -29982,12 +30023,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:435
+#: ../src/guestfs-actions.pod:437
msgid "You must call this before using any other C<guestfs_aug_*> commands."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:460
+#: ../src/guestfs-actions.pod:462
msgid ""
"This option is only useful when debugging Augeas lenses. Use of this option "
"may require additional memory for the libguestfs appliance. You may need to "
@@ -29996,22 +30037,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:475
+#: ../src/guestfs-actions.pod:477
msgid "Do not load the tree in C<guestfs_aug_init>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:479
+#: ../src/guestfs-actions.pod:481
msgid "To close the handle, you can call C<guestfs_aug_close>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:487
+#: ../src/guestfs-actions.pod:489
msgid "guestfs_aug_insert"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:489
+#: ../src/guestfs-actions.pod:491
#, no-wrap
msgid ""
" int\n"
@@ -30023,12 +30064,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:507
+#: ../src/guestfs-actions.pod:509
msgid "guestfs_aug_load"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:509
+#: ../src/guestfs-actions.pod:511
#, no-wrap
msgid ""
" int\n"
@@ -30037,12 +30078,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:521
+#: ../src/guestfs-actions.pod:523
msgid "guestfs_aug_ls"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:523
+#: ../src/guestfs-actions.pod:525
#, no-wrap
msgid ""
" char **\n"
@@ -30052,14 +30093,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:527
+#: ../src/guestfs-actions.pod:529
msgid ""
"This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
"sorting the resulting nodes into alphabetical order."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:530 ../src/guestfs-actions.pod:546 ../src/guestfs-actions.pod:692 ../src/guestfs-actions.pod:1421 ../src/guestfs-actions.pod:2159 ../src/guestfs-actions.pod:2178 ../src/guestfs-actions.pod:2281 ../src/guestfs-actions.pod:2300 ../src/guestfs-actions.pod:2546 ../src/guestfs-actions.pod:3155 ../src/guestfs-actions.pod:3171 ../src/guestfs-actions.pod:3190 ../src/guestfs-actions.pod:3255 ../src/guestfs-actions.pod:3279 ../src/guestfs-actions.pod:3350 ../src/guestfs-actions.pod:3399 ../src/guestfs-actions.pod:3678 ../src/guestfs-actions.pod:4053 ../src/guestfs-actions.pod:4341 ../src/guestfs-actions.pod:4691 ../src/guestfs-actions.pod:4708 ../src/guestfs-actions.pod:4728 ../src/guestfs-actions.pod:4783 ../src/guestfs-actions.pod:4803 ../src/guestfs-actions.pod:4924 ../src/guestfs-actions.pod:5340 ../src/guestfs-actions.pod:6459 ../src/guestfs-actions.pod:7235 ../src/guestfs-actions.pod:7361 ../src/guestfs-actions.pod:7475 ../src/guestfs-actions.pod:8339 ../src/guestfs-actions.pod:8423 ../src/guestfs-actions.pod:8478 ../src/guestfs-actions.pod:8624 ../src/guestfs-actions.pod:8648 ../src/guestfs-actions.pod:9288 ../src/guestfs-actions.pod:9327 ../src/guestfs-actions.pod:9374 ../src/guestfs-actions.pod:9587 ../src/guestfs-actions.pod:9606 ../src/guestfs-actions.pod:9721 ../src/guestfs-actions.pod:9740 ../src/guestfs-actions.pod:9786 ../src/guestfs-actions.pod:9805
+#: ../src/guestfs-actions.pod:532 ../src/guestfs-actions.pod:548 ../src/guestfs-actions.pod:694 ../src/guestfs-actions.pod:1423 ../src/guestfs-actions.pod:2161 ../src/guestfs-actions.pod:2180 ../src/guestfs-actions.pod:2283 ../src/guestfs-actions.pod:2302 ../src/guestfs-actions.pod:2548 ../src/guestfs-actions.pod:3157 ../src/guestfs-actions.pod:3173 ../src/guestfs-actions.pod:3192 ../src/guestfs-actions.pod:3257 ../src/guestfs-actions.pod:3281 ../src/guestfs-actions.pod:3352 ../src/guestfs-actions.pod:3401 ../src/guestfs-actions.pod:3680 ../src/guestfs-actions.pod:4055 ../src/guestfs-actions.pod:4343 ../src/guestfs-actions.pod:4698 ../src/guestfs-actions.pod:4715 ../src/guestfs-actions.pod:4735 ../src/guestfs-actions.pod:4790 ../src/guestfs-actions.pod:4810 ../src/guestfs-actions.pod:4931 ../src/guestfs-actions.pod:5347 ../src/guestfs-actions.pod:6466 ../src/guestfs-actions.pod:7242 ../src/guestfs-actions.pod:7368 ../src/guestfs-actions.pod:7482 ../src/guestfs-actions.pod:8346 ../src/guestfs-actions.pod:8430 ../src/guestfs-actions.pod:8485 ../src/guestfs-actions.pod:8631 ../src/guestfs-actions.pod:8655 ../src/guestfs-actions.pod:9295 ../src/guestfs-actions.pod:9334 ../src/guestfs-actions.pod:9381 ../src/guestfs-actions.pod:9594 ../src/guestfs-actions.pod:9613 ../src/guestfs-actions.pod:9728 ../src/guestfs-actions.pod:9747 ../src/guestfs-actions.pod:9793 ../src/guestfs-actions.pod:9812
msgid ""
"This function returns a NULL-terminated array of strings (like "
"L<environ(3)>), or NULL if there was an error. I<The caller must free the "
@@ -30067,17 +30108,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:534 ../src/guestfs-actions.pod:1346 ../src/guestfs-actions.pod:1364 ../src/guestfs-actions.pod:2216 ../src/guestfs-actions.pod:4405 ../src/guestfs-actions.pod:4436 ../src/guestfs-actions.pod:5167 ../src/guestfs-actions.pod:5231 ../src/guestfs-actions.pod:5631 ../src/guestfs-actions.pod:5664 ../src/guestfs-actions.pod:5827 ../src/guestfs-actions.pod:6463 ../src/guestfs-actions.pod:7176 ../src/guestfs-actions.pod:7573 ../src/guestfs-actions.pod:7587 ../src/guestfs-actions.pod:7599 ../src/guestfs-actions.pod:8186 ../src/guestfs-actions.pod:8984 ../src/guestfs-actions.pod:8997 ../src/guestfs-actions.pod:9272 ../src/guestfs-actions.pod:9575
+#: ../src/guestfs-actions.pod:536 ../src/guestfs-actions.pod:1348 ../src/guestfs-actions.pod:1366 ../src/guestfs-actions.pod:2218 ../src/guestfs-actions.pod:4407 ../src/guestfs-actions.pod:4438 ../src/guestfs-actions.pod:5174 ../src/guestfs-actions.pod:5238 ../src/guestfs-actions.pod:5638 ../src/guestfs-actions.pod:5671 ../src/guestfs-actions.pod:5834 ../src/guestfs-actions.pod:6470 ../src/guestfs-actions.pod:7183 ../src/guestfs-actions.pod:7580 ../src/guestfs-actions.pod:7594 ../src/guestfs-actions.pod:7606 ../src/guestfs-actions.pod:8193 ../src/guestfs-actions.pod:8991 ../src/guestfs-actions.pod:9004 ../src/guestfs-actions.pod:9279 ../src/guestfs-actions.pod:9582
msgid "(Added in 0.8)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:536
+#: ../src/guestfs-actions.pod:538
msgid "guestfs_aug_match"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:538
+#: ../src/guestfs-actions.pod:540
#, no-wrap
msgid ""
" char **\n"
@@ -30087,12 +30128,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:552
+#: ../src/guestfs-actions.pod:554
msgid "guestfs_aug_mv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:554
+#: ../src/guestfs-actions.pod:556
#, no-wrap
msgid ""
" int\n"
@@ -30103,12 +30144,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:566
+#: ../src/guestfs-actions.pod:568
msgid "guestfs_aug_rm"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:568
+#: ../src/guestfs-actions.pod:570
#, no-wrap
msgid ""
" int\n"
@@ -30118,12 +30159,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:580
+#: ../src/guestfs-actions.pod:582
msgid "guestfs_aug_save"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:582
+#: ../src/guestfs-actions.pod:584
#, no-wrap
msgid ""
" int\n"
@@ -30132,19 +30173,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:587
+#: ../src/guestfs-actions.pod:589
msgid ""
"The flags which were passed to C<guestfs_aug_init> affect exactly how files "
"are saved."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:594
+#: ../src/guestfs-actions.pod:596
msgid "guestfs_aug_set"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:596
+#: ../src/guestfs-actions.pod:598
#, no-wrap
msgid ""
" int\n"
@@ -30155,7 +30196,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:603
+#: ../src/guestfs-actions.pod:605
msgid ""
"In the Augeas API, it is possible to clear a node by setting the value to "
"NULL. Due to an oversight in the libguestfs API you cannot do that with "
@@ -30163,12 +30204,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:612
+#: ../src/guestfs-actions.pod:614
msgid "guestfs_available"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:614
+#: ../src/guestfs-actions.pod:616
#, no-wrap
msgid ""
" int\n"
@@ -30178,7 +30219,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:622
+#: ../src/guestfs-actions.pod:624
msgid ""
"The libguestfs groups, and the functions that those groups correspond to, "
"are listed in L<guestfs(3)/AVAILABILITY>. You can also fetch this list at "
@@ -30186,12 +30227,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:646
+#: ../src/guestfs-actions.pod:648
msgid "You must call C<guestfs_launch> before calling this function."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:668
+#: ../src/guestfs-actions.pod:670
msgid ""
"This call was added in version C<1.0.80>. In previous versions of "
"libguestfs all you could do would be to speculatively execute a command to "
@@ -30199,17 +30240,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:677 ../src/guestfs-actions.pod:1878
+#: ../src/guestfs-actions.pod:679 ../src/guestfs-actions.pod:1880
msgid "(Added in 1.0.80)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:679
+#: ../src/guestfs-actions.pod:681
msgid "guestfs_available_all_groups"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:681
+#: ../src/guestfs-actions.pod:683
#, no-wrap
msgid ""
" char **\n"
@@ -30218,7 +30259,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:684
+#: ../src/guestfs-actions.pod:686
msgid ""
"This command returns a list of all optional groups that this daemon knows "
"about. Note this returns both supported and unsupported groups. To find "
@@ -30227,22 +30268,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:690
+#: ../src/guestfs-actions.pod:692
msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:696
+#: ../src/guestfs-actions.pod:698
msgid "(Added in 1.3.15)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:698
+#: ../src/guestfs-actions.pod:700
msgid "guestfs_base64_in"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:700
+#: ../src/guestfs-actions.pod:702
#, no-wrap
msgid ""
" int\n"
@@ -30253,17 +30294,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:710 ../src/guestfs-actions.pod:724
+#: ../src/guestfs-actions.pod:712 ../src/guestfs-actions.pod:726
msgid "(Added in 1.3.5)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:712
+#: ../src/guestfs-actions.pod:714
msgid "guestfs_base64_out"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:714
+#: ../src/guestfs-actions.pod:716
#, no-wrap
msgid ""
" int\n"
@@ -30274,12 +30315,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:726
+#: ../src/guestfs-actions.pod:728
msgid "guestfs_blkid"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:728
+#: ../src/guestfs-actions.pod:730
#, no-wrap
msgid ""
" char **\n"
@@ -30289,7 +30330,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:759 ../src/guestfs-actions.pod:3653 ../src/guestfs-actions.pod:3921 ../src/guestfs-actions.pod:4768 ../src/guestfs-actions.pod:5543 ../src/guestfs-actions.pod:6439 ../src/guestfs-actions.pod:8909
+#: ../src/guestfs-actions.pod:761 ../src/guestfs-actions.pod:3655 ../src/guestfs-actions.pod:3923 ../src/guestfs-actions.pod:4775 ../src/guestfs-actions.pod:5550 ../src/guestfs-actions.pod:6446 ../src/guestfs-actions.pod:8916
msgid ""
"This function returns a NULL-terminated array of strings, or NULL if there "
"was an error. The array of strings will always have length C<2n+1>, where "
@@ -30298,17 +30339,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:765
+#: ../src/guestfs-actions.pod:767
msgid "(Added in 1.15.9)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:767
+#: ../src/guestfs-actions.pod:769
msgid "guestfs_blockdev_flushbufs"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:769
+#: ../src/guestfs-actions.pod:771
#, no-wrap
msgid ""
" int\n"
@@ -30318,17 +30359,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:780 ../src/guestfs-actions.pod:797 ../src/guestfs-actions.pod:812 ../src/guestfs-actions.pod:828 ../src/guestfs-actions.pod:846 ../src/guestfs-actions.pod:865 ../src/guestfs-actions.pod:879 ../src/guestfs-actions.pod:897 ../src/guestfs-actions.pod:911 ../src/guestfs-actions.pod:925
+#: ../src/guestfs-actions.pod:782 ../src/guestfs-actions.pod:799 ../src/guestfs-actions.pod:814 ../src/guestfs-actions.pod:830 ../src/guestfs-actions.pod:848 ../src/guestfs-actions.pod:867 ../src/guestfs-actions.pod:881 ../src/guestfs-actions.pod:899 ../src/guestfs-actions.pod:913 ../src/guestfs-actions.pod:927
msgid "(Added in 0.9.3)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:782
+#: ../src/guestfs-actions.pod:784
msgid "guestfs_blockdev_getbsz"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:784
+#: ../src/guestfs-actions.pod:786
#, no-wrap
msgid ""
" int\n"
@@ -30338,12 +30379,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:799
+#: ../src/guestfs-actions.pod:801
msgid "guestfs_blockdev_getro"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:801
+#: ../src/guestfs-actions.pod:803
#, no-wrap
msgid ""
" int\n"
@@ -30353,17 +30394,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:810 ../src/guestfs-actions.pod:2199 ../src/guestfs-actions.pod:2214 ../src/guestfs-actions.pod:2703 ../src/guestfs-actions.pod:2714 ../src/guestfs-actions.pod:2925 ../src/guestfs-actions.pod:2951 ../src/guestfs-actions.pod:2991 ../src/guestfs-actions.pod:3006 ../src/guestfs-actions.pod:3042 ../src/guestfs-actions.pod:3065 ../src/guestfs-actions.pod:4162 ../src/guestfs-actions.pod:4178 ../src/guestfs-actions.pod:4196 ../src/guestfs-actions.pod:4358 ../src/guestfs-actions.pod:4373 ../src/guestfs-actions.pod:4387 ../src/guestfs-actions.pod:4403 ../src/guestfs-actions.pod:4418 ../src/guestfs-actions.pod:4434 ../src/guestfs-actions.pod:4448 ../src/guestfs-actions.pod:4461 ../src/guestfs-actions.pod:4475 ../src/guestfs-actions.pod:4490 ../src/guestfs-actions.pod:4505 ../src/guestfs-actions.pod:4518 ../src/guestfs-actions.pod:4532 ../src/guestfs-actions.pod:6838
+#: ../src/guestfs-actions.pod:812 ../src/guestfs-actions.pod:2201 ../src/guestfs-actions.pod:2216 ../src/guestfs-actions.pod:2705 ../src/guestfs-actions.pod:2716 ../src/guestfs-actions.pod:2927 ../src/guestfs-actions.pod:2953 ../src/guestfs-actions.pod:2993 ../src/guestfs-actions.pod:3008 ../src/guestfs-actions.pod:3044 ../src/guestfs-actions.pod:3067 ../src/guestfs-actions.pod:4164 ../src/guestfs-actions.pod:4180 ../src/guestfs-actions.pod:4198 ../src/guestfs-actions.pod:4360 ../src/guestfs-actions.pod:4375 ../src/guestfs-actions.pod:4389 ../src/guestfs-actions.pod:4405 ../src/guestfs-actions.pod:4420 ../src/guestfs-actions.pod:4436 ../src/guestfs-actions.pod:4450 ../src/guestfs-actions.pod:4463 ../src/guestfs-actions.pod:4477 ../src/guestfs-actions.pod:4492 ../src/guestfs-actions.pod:4507 ../src/guestfs-actions.pod:4520 ../src/guestfs-actions.pod:4534 ../src/guestfs-actions.pod:6845
msgid "This function returns a C truth value on success or -1 on error."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:814
+#: ../src/guestfs-actions.pod:816
msgid "guestfs_blockdev_getsize64"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:816
+#: ../src/guestfs-actions.pod:818
#, no-wrap
msgid ""
" int64_t\n"
@@ -30373,17 +30414,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:822
+#: ../src/guestfs-actions.pod:824
msgid "See also C<guestfs_blockdev_getsz>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:830
+#: ../src/guestfs-actions.pod:832
msgid "guestfs_blockdev_getss"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:832
+#: ../src/guestfs-actions.pod:834
#, no-wrap
msgid ""
" int\n"
@@ -30393,19 +30434,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:839
+#: ../src/guestfs-actions.pod:841
msgid ""
"(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
"that)."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:848
+#: ../src/guestfs-actions.pod:850
msgid "guestfs_blockdev_getsz"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:850
+#: ../src/guestfs-actions.pod:852
#, no-wrap
msgid ""
" int64_t\n"
@@ -30415,19 +30456,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:857
+#: ../src/guestfs-actions.pod:859
msgid ""
"See also C<guestfs_blockdev_getss> for the real sector size of the device, "
"and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:867
+#: ../src/guestfs-actions.pod:869
msgid "guestfs_blockdev_rereadpt"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:869
+#: ../src/guestfs-actions.pod:871
#, no-wrap
msgid ""
" int\n"
@@ -30437,12 +30478,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:881
+#: ../src/guestfs-actions.pod:883
msgid "guestfs_blockdev_setbsz"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:883
+#: ../src/guestfs-actions.pod:885
#, no-wrap
msgid ""
" int\n"
@@ -30453,12 +30494,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:899
+#: ../src/guestfs-actions.pod:901
msgid "guestfs_blockdev_setro"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:901
+#: ../src/guestfs-actions.pod:903
#, no-wrap
msgid ""
" int\n"
@@ -30468,12 +30509,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:913
+#: ../src/guestfs-actions.pod:915
msgid "guestfs_blockdev_setrw"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:915
+#: ../src/guestfs-actions.pod:917
#, no-wrap
msgid ""
" int\n"
@@ -30483,12 +30524,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:927
+#: ../src/guestfs-actions.pod:929
msgid "guestfs_btrfs_device_add"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:929
+#: ../src/guestfs-actions.pod:931
#, no-wrap
msgid ""
" int\n"
@@ -30499,17 +30540,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:939 ../src/guestfs-actions.pod:953 ../src/guestfs-actions.pod:966 ../src/guestfs-actions.pod:1037 ../src/guestfs-actions.pod:1108 ../src/guestfs-actions.pod:1120 ../src/guestfs-actions.pod:1135 ../src/guestfs-actions.pod:1150 ../src/guestfs-actions.pod:1165
+#: ../src/guestfs-actions.pod:941 ../src/guestfs-actions.pod:955 ../src/guestfs-actions.pod:968 ../src/guestfs-actions.pod:1039 ../src/guestfs-actions.pod:1110 ../src/guestfs-actions.pod:1122 ../src/guestfs-actions.pod:1137 ../src/guestfs-actions.pod:1152 ../src/guestfs-actions.pod:1167
msgid "(Added in 1.17.35)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:941
+#: ../src/guestfs-actions.pod:943
msgid "guestfs_btrfs_device_delete"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:943
+#: ../src/guestfs-actions.pod:945
#, no-wrap
msgid ""
" int\n"
@@ -30520,12 +30561,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:955
+#: ../src/guestfs-actions.pod:957
msgid "guestfs_btrfs_filesystem_balance"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:957
+#: ../src/guestfs-actions.pod:959
#, no-wrap
msgid ""
" int\n"
@@ -30535,12 +30576,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:968
+#: ../src/guestfs-actions.pod:970
msgid "guestfs_btrfs_filesystem_resize"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:970
+#: ../src/guestfs-actions.pod:972
#, no-wrap
msgid ""
" int\n"
@@ -30551,7 +30592,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:980
+#: ../src/guestfs-actions.pod:982
#, no-wrap
msgid ""
" GUESTFS_BTRFS_FILESYSTEM_RESIZE_SIZE, int64_t size,\n"
@@ -30559,17 +30600,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1003
+#: ../src/guestfs-actions.pod:1005
msgid "(Added in 1.11.17)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1005
+#: ../src/guestfs-actions.pod:1007
msgid "guestfs_btrfs_filesystem_resize_va"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1007
+#: ../src/guestfs-actions.pod:1009
#, no-wrap
msgid ""
" int\n"
@@ -30580,17 +30621,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1012
+#: ../src/guestfs-actions.pod:1014
msgid "This is the \"va_list variant\" of L</guestfs_btrfs_filesystem_resize>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1016
+#: ../src/guestfs-actions.pod:1018
msgid "guestfs_btrfs_filesystem_resize_argv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1018
+#: ../src/guestfs-actions.pod:1020
#, no-wrap
msgid ""
" int\n"
@@ -30602,17 +30643,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1023
+#: ../src/guestfs-actions.pod:1025
msgid "This is the \"argv variant\" of L</guestfs_btrfs_filesystem_resize>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1027
+#: ../src/guestfs-actions.pod:1029
msgid "guestfs_btrfs_filesystem_sync"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1029
+#: ../src/guestfs-actions.pod:1031
#, no-wrap
msgid ""
" int\n"
@@ -30622,12 +30663,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1039
+#: ../src/guestfs-actions.pod:1041
msgid "guestfs_btrfs_fsck"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1041
+#: ../src/guestfs-actions.pod:1043
#, no-wrap
msgid ""
" int\n"
@@ -30638,7 +30679,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1051
+#: ../src/guestfs-actions.pod:1053
#, no-wrap
msgid ""
" GUESTFS_BTRFS_FSCK_SUPERBLOCK, int64_t superblock,\n"
@@ -30647,17 +30688,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1059 ../src/guestfs-actions.pod:1095
+#: ../src/guestfs-actions.pod:1061 ../src/guestfs-actions.pod:1097
msgid "(Added in 1.17.43)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1061
+#: ../src/guestfs-actions.pod:1063
msgid "guestfs_btrfs_fsck_va"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1063
+#: ../src/guestfs-actions.pod:1065
#, no-wrap
msgid ""
" int\n"
@@ -30668,17 +30709,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1068
+#: ../src/guestfs-actions.pod:1070
msgid "This is the \"va_list variant\" of L</guestfs_btrfs_fsck>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1072
+#: ../src/guestfs-actions.pod:1074
msgid "guestfs_btrfs_fsck_argv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1074
+#: ../src/guestfs-actions.pod:1076
#, no-wrap
msgid ""
" int\n"
@@ -30689,17 +30730,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1079
+#: ../src/guestfs-actions.pod:1081
msgid "This is the \"argv variant\" of L</guestfs_btrfs_fsck>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1083
+#: ../src/guestfs-actions.pod:1085
msgid "guestfs_btrfs_set_seeding"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1085
+#: ../src/guestfs-actions.pod:1087
#, no-wrap
msgid ""
" int\n"
@@ -30710,12 +30751,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1097
+#: ../src/guestfs-actions.pod:1099
msgid "guestfs_btrfs_subvolume_create"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1099
+#: ../src/guestfs-actions.pod:1101
#, no-wrap
msgid ""
" int\n"
@@ -30725,12 +30766,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1110
+#: ../src/guestfs-actions.pod:1112
msgid "guestfs_btrfs_subvolume_delete"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1112
+#: ../src/guestfs-actions.pod:1114
#, no-wrap
msgid ""
" int\n"
@@ -30740,12 +30781,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1122
+#: ../src/guestfs-actions.pod:1124
msgid "guestfs_btrfs_subvolume_list"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1124
+#: ../src/guestfs-actions.pod:1126
#, no-wrap
msgid ""
" struct guestfs_btrfssubvolume_list *\n"
@@ -30755,7 +30796,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1131
+#: ../src/guestfs-actions.pod:1133
msgid ""
"This function returns a C<struct guestfs_btrfssubvolume_list *>, or NULL if "
"there was an error. I<The caller must call "
@@ -30763,12 +30804,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1137
+#: ../src/guestfs-actions.pod:1139
msgid "guestfs_btrfs_subvolume_set_default"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1139
+#: ../src/guestfs-actions.pod:1141
#, no-wrap
msgid ""
" int\n"
@@ -30779,19 +30820,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1144
+#: ../src/guestfs-actions.pod:1146
msgid ""
"Set the subvolume of the btrfs filesystem C<fs> which will be mounted by "
"default. See C<guestfs_btrfs_subvolume_list> to get a list of subvolumes."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1152
+#: ../src/guestfs-actions.pod:1154
msgid "guestfs_btrfs_subvolume_snapshot"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1154
+#: ../src/guestfs-actions.pod:1156
#, no-wrap
msgid ""
" int\n"
@@ -30802,12 +30843,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1167
+#: ../src/guestfs-actions.pod:1169
msgid "guestfs_case_sensitive_path"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1169
+#: ../src/guestfs-actions.pod:1171
#, no-wrap
msgid ""
" char *\n"
@@ -30817,7 +30858,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1195
+#: ../src/guestfs-actions.pod:1197
msgid ""
"Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\") might return "
"C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
@@ -30825,22 +30866,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1203
+#: ../src/guestfs-actions.pod:1205
msgid "See also C<guestfs_realpath>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1208 ../src/guestfs-actions.pod:9206
+#: ../src/guestfs-actions.pod:1210 ../src/guestfs-actions.pod:9213
msgid "(Added in 1.0.75)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1210
+#: ../src/guestfs-actions.pod:1212
msgid "guestfs_cat"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1212
+#: ../src/guestfs-actions.pod:1214
#, no-wrap
msgid ""
" char *\n"
@@ -30850,7 +30891,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1218
+#: ../src/guestfs-actions.pod:1220
msgid ""
"Note that this function cannot correctly handle binary files (specifically, "
"files containing C<\\0> character which is treated as end of string). For "
@@ -30859,17 +30900,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1229 ../src/guestfs-actions.pod:4712 ../src/guestfs-actions.pod:4807 ../src/guestfs-actions.pod:4824 ../src/guestfs-actions.pod:4928 ../src/guestfs-actions.pod:5344 ../src/guestfs-actions.pod:5358 ../src/guestfs-actions.pod:7239 ../src/guestfs-actions.pod:7253 ../src/guestfs-actions.pod:9378 ../src/guestfs-actions.pod:9392
+#: ../src/guestfs-actions.pod:1231 ../src/guestfs-actions.pod:4719 ../src/guestfs-actions.pod:4814 ../src/guestfs-actions.pod:4831 ../src/guestfs-actions.pod:4935 ../src/guestfs-actions.pod:5351 ../src/guestfs-actions.pod:5365 ../src/guestfs-actions.pod:7246 ../src/guestfs-actions.pod:7260 ../src/guestfs-actions.pod:9385 ../src/guestfs-actions.pod:9399
msgid "(Added in 0.4)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1231
+#: ../src/guestfs-actions.pod:1233
msgid "guestfs_checksum"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1233
+#: ../src/guestfs-actions.pod:1235
#, no-wrap
msgid ""
" char *\n"
@@ -30880,27 +30921,27 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1279
+#: ../src/guestfs-actions.pod:1281
msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1281
+#: ../src/guestfs-actions.pod:1283
msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1286 ../src/guestfs-actions.pod:1969 ../src/guestfs-actions.pod:3033 ../src/guestfs-actions.pod:4389 ../src/guestfs-actions.pod:4450 ../src/guestfs-actions.pod:4477 ../src/guestfs-actions.pod:9062
+#: ../src/guestfs-actions.pod:1288 ../src/guestfs-actions.pod:1971 ../src/guestfs-actions.pod:3035 ../src/guestfs-actions.pod:4391 ../src/guestfs-actions.pod:4452 ../src/guestfs-actions.pod:4479 ../src/guestfs-actions.pod:9069
msgid "(Added in 1.0.2)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1288
+#: ../src/guestfs-actions.pod:1290
msgid "guestfs_checksum_device"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1290
+#: ../src/guestfs-actions.pod:1292
#, no-wrap
msgid ""
" char *\n"
@@ -30911,7 +30952,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1295
+#: ../src/guestfs-actions.pod:1297
msgid ""
"This call computes the MD5, SHAx or CRC checksum of the contents of the "
"device named C<device>. For the types of checksums supported see the "
@@ -30919,17 +30960,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1302 ../src/guestfs-actions.pod:6671 ../src/guestfs-actions.pod:6806 ../src/guestfs-actions.pod:6840 ../src/guestfs-actions.pod:6858 ../src/guestfs-actions.pod:7040 ../src/guestfs-actions.pod:8929 ../src/guestfs-actions.pod:8943 ../src/guestfs-actions.pod:9404
+#: ../src/guestfs-actions.pod:1304 ../src/guestfs-actions.pod:6678 ../src/guestfs-actions.pod:6813 ../src/guestfs-actions.pod:6847 ../src/guestfs-actions.pod:6865 ../src/guestfs-actions.pod:7047 ../src/guestfs-actions.pod:8936 ../src/guestfs-actions.pod:8950 ../src/guestfs-actions.pod:9411
msgid "(Added in 1.3.2)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1304
+#: ../src/guestfs-actions.pod:1306
msgid "guestfs_checksums_out"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1306
+#: ../src/guestfs-actions.pod:1308
#, no-wrap
msgid ""
" int\n"
@@ -30941,17 +30982,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1326
+#: ../src/guestfs-actions.pod:1328
msgid "(Added in 1.3.7)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1328
+#: ../src/guestfs-actions.pod:1330
msgid "guestfs_chmod"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1330
+#: ../src/guestfs-actions.pod:1332
#, no-wrap
msgid ""
" int\n"
@@ -30962,12 +31003,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1348
+#: ../src/guestfs-actions.pod:1350
msgid "guestfs_chown"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1350
+#: ../src/guestfs-actions.pod:1352
#, no-wrap
msgid ""
" int\n"
@@ -30979,12 +31020,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1366
+#: ../src/guestfs-actions.pod:1368
msgid "guestfs_command"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1368
+#: ../src/guestfs-actions.pod:1370
#, no-wrap
msgid ""
" char *\n"
@@ -30994,7 +31035,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1377
+#: ../src/guestfs-actions.pod:1379
msgid ""
"The single parameter is an argv-style list of arguments. The first element "
"is the name of the program to run. Subsequent elements are parameters. The "
@@ -31004,17 +31045,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1408 ../src/guestfs-actions.pod:1428 ../src/guestfs-actions.pod:2335
+#: ../src/guestfs-actions.pod:1410 ../src/guestfs-actions.pod:1430 ../src/guestfs-actions.pod:2337
msgid "(Added in 0.9.1)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1410
+#: ../src/guestfs-actions.pod:1412
msgid "guestfs_command_lines"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1412
+#: ../src/guestfs-actions.pod:1414
#, no-wrap
msgid ""
" char **\n"
@@ -31024,24 +31065,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1416
+#: ../src/guestfs-actions.pod:1418
msgid ""
"This is the same as C<guestfs_command>, but splits the result into a list of "
"lines."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1419
+#: ../src/guestfs-actions.pod:1421
msgid "See also: C<guestfs_sh_lines>"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1430
+#: ../src/guestfs-actions.pod:1432
msgid "guestfs_compress_device_out"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1432
+#: ../src/guestfs-actions.pod:1434
#, no-wrap
msgid ""
" int\n"
@@ -31054,7 +31095,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1444
+#: ../src/guestfs-actions.pod:1446
#, no-wrap
msgid ""
" GUESTFS_COMPRESS_DEVICE_OUT_LEVEL, int level,\n"
@@ -31062,24 +31103,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1449
+#: ../src/guestfs-actions.pod:1451
msgid ""
"The C<ctype> and optional C<level> parameters have the same meaning as in "
"C<guestfs_compress_out>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1454 ../src/guestfs-actions.pod:1513 ../src/guestfs-actions.pod:3019 ../src/guestfs-actions.pod:8065
+#: ../src/guestfs-actions.pod:1456 ../src/guestfs-actions.pod:1515 ../src/guestfs-actions.pod:3021 ../src/guestfs-actions.pod:8072
msgid "(Added in 1.13.15)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1456
+#: ../src/guestfs-actions.pod:1458
msgid "guestfs_compress_device_out_va"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1458
+#: ../src/guestfs-actions.pod:1460
#, no-wrap
msgid ""
" int\n"
@@ -31092,17 +31133,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1465
+#: ../src/guestfs-actions.pod:1467
msgid "This is the \"va_list variant\" of L</guestfs_compress_device_out>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1469
+#: ../src/guestfs-actions.pod:1471
msgid "guestfs_compress_device_out_argv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1471
+#: ../src/guestfs-actions.pod:1473
#, no-wrap
msgid ""
" int\n"
@@ -31116,17 +31157,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1478
+#: ../src/guestfs-actions.pod:1480
msgid "This is the \"argv variant\" of L</guestfs_compress_device_out>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1482
+#: ../src/guestfs-actions.pod:1484
msgid "guestfs_compress_out"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1484
+#: ../src/guestfs-actions.pod:1486
#, no-wrap
msgid ""
" int\n"
@@ -31139,7 +31180,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1496
+#: ../src/guestfs-actions.pod:1498
#, no-wrap
msgid ""
" GUESTFS_COMPRESS_OUT_LEVEL, int level,\n"
@@ -31147,12 +31188,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1515
+#: ../src/guestfs-actions.pod:1517
msgid "guestfs_compress_out_va"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1517
+#: ../src/guestfs-actions.pod:1519
#, no-wrap
msgid ""
" int\n"
@@ -31165,17 +31206,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1524
+#: ../src/guestfs-actions.pod:1526
msgid "This is the \"va_list variant\" of L</guestfs_compress_out>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1528
+#: ../src/guestfs-actions.pod:1530
msgid "guestfs_compress_out_argv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1530
+#: ../src/guestfs-actions.pod:1532
#, no-wrap
msgid ""
" int\n"
@@ -31189,17 +31230,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1537
+#: ../src/guestfs-actions.pod:1539
msgid "This is the \"argv variant\" of L</guestfs_compress_out>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1541
+#: ../src/guestfs-actions.pod:1543
msgid "guestfs_config"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1543
+#: ../src/guestfs-actions.pod:1545
#, no-wrap
msgid ""
" int\n"
@@ -31210,12 +31251,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1561
+#: ../src/guestfs-actions.pod:1563
msgid "guestfs_copy_device_to_device"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1563
+#: ../src/guestfs-actions.pod:1565
#, no-wrap
msgid ""
" int\n"
@@ -31227,7 +31268,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1574
+#: ../src/guestfs-actions.pod:1576
#, no-wrap
msgid ""
" GUESTFS_COPY_DEVICE_TO_DEVICE_SRCOFFSET, int64_t srcoffset,\n"
@@ -31237,7 +31278,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1578
+#: ../src/guestfs-actions.pod:1580
msgid ""
"The four calls C<guestfs_copy_device_to_device>, "
"C<guestfs_copy_device_to_file>, C<guestfs_copy_file_to_device>, and "
@@ -31246,7 +31287,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1599 ../src/guestfs-actions.pod:1652 ../src/guestfs-actions.pod:1705 ../src/guestfs-actions.pod:1763 ../src/guestfs-actions.pod:1817 ../src/guestfs-actions.pod:1964 ../src/guestfs-actions.pod:1995 ../src/guestfs-actions.pod:2040 ../src/guestfs-actions.pod:2484 ../src/guestfs-actions.pod:2506 ../src/guestfs-actions.pod:4610 ../src/guestfs-actions.pod:9057 ../src/guestfs-actions.pod:9091 ../src/guestfs-actions.pod:9636 ../src/guestfs-actions.pod:9659 ../src/guestfs-actions.pod:9683
+#: ../src/guestfs-actions.pod:1601 ../src/guestfs-actions.pod:1654 ../src/guestfs-actions.pod:1707 ../src/guestfs-actions.pod:1765 ../src/guestfs-actions.pod:1819 ../src/guestfs-actions.pod:1966 ../src/guestfs-actions.pod:1997 ../src/guestfs-actions.pod:2042 ../src/guestfs-actions.pod:2486 ../src/guestfs-actions.pod:2508 ../src/guestfs-actions.pod:4617 ../src/guestfs-actions.pod:9064 ../src/guestfs-actions.pod:9098 ../src/guestfs-actions.pod:9643 ../src/guestfs-actions.pod:9666 ../src/guestfs-actions.pod:9690
msgid ""
"This long-running command can generate progress notification messages so "
"that the caller can display a progress bar or indicator. To receive these "
@@ -31255,17 +31296,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1604 ../src/guestfs-actions.pod:1657 ../src/guestfs-actions.pod:1710 ../src/guestfs-actions.pod:1768 ../src/guestfs-actions.pod:7096
+#: ../src/guestfs-actions.pod:1606 ../src/guestfs-actions.pod:1659 ../src/guestfs-actions.pod:1712 ../src/guestfs-actions.pod:1770 ../src/guestfs-actions.pod:7103
msgid "(Added in 1.13.25)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1606
+#: ../src/guestfs-actions.pod:1608
msgid "guestfs_copy_device_to_device_va"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1608
+#: ../src/guestfs-actions.pod:1610
#, no-wrap
msgid ""
" int\n"
@@ -31277,17 +31318,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1614
+#: ../src/guestfs-actions.pod:1616
msgid "This is the \"va_list variant\" of L</guestfs_copy_device_to_device>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1618
+#: ../src/guestfs-actions.pod:1620
msgid "guestfs_copy_device_to_device_argv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1620
+#: ../src/guestfs-actions.pod:1622
#, no-wrap
msgid ""
" int\n"
@@ -31300,17 +31341,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1626
+#: ../src/guestfs-actions.pod:1628
msgid "This is the \"argv variant\" of L</guestfs_copy_device_to_device>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1630
+#: ../src/guestfs-actions.pod:1632
msgid "guestfs_copy_device_to_file"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1632
+#: ../src/guestfs-actions.pod:1634
#, no-wrap
msgid ""
" int\n"
@@ -31322,7 +31363,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1643
+#: ../src/guestfs-actions.pod:1645
#, no-wrap
msgid ""
" GUESTFS_COPY_DEVICE_TO_FILE_SRCOFFSET, int64_t srcoffset,\n"
@@ -31332,17 +31373,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1647 ../src/guestfs-actions.pod:1700 ../src/guestfs-actions.pod:1753
+#: ../src/guestfs-actions.pod:1649 ../src/guestfs-actions.pod:1702 ../src/guestfs-actions.pod:1755
msgid "See C<guestfs_copy_device_to_device> for a general overview of this call."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1659
+#: ../src/guestfs-actions.pod:1661
msgid "guestfs_copy_device_to_file_va"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1661
+#: ../src/guestfs-actions.pod:1663
#, no-wrap
msgid ""
" int\n"
@@ -31354,17 +31395,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1667
+#: ../src/guestfs-actions.pod:1669
msgid "This is the \"va_list variant\" of L</guestfs_copy_device_to_file>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1671
+#: ../src/guestfs-actions.pod:1673
msgid "guestfs_copy_device_to_file_argv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1673
+#: ../src/guestfs-actions.pod:1675
#, no-wrap
msgid ""
" int\n"
@@ -31377,17 +31418,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1679
+#: ../src/guestfs-actions.pod:1681
msgid "This is the \"argv variant\" of L</guestfs_copy_device_to_file>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1683
+#: ../src/guestfs-actions.pod:1685
msgid "guestfs_copy_file_to_device"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1685
+#: ../src/guestfs-actions.pod:1687
#, no-wrap
msgid ""
" int\n"
@@ -31399,7 +31440,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1696
+#: ../src/guestfs-actions.pod:1698
#, no-wrap
msgid ""
" GUESTFS_COPY_FILE_TO_DEVICE_SRCOFFSET, int64_t srcoffset,\n"
@@ -31409,12 +31450,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1712
+#: ../src/guestfs-actions.pod:1714
msgid "guestfs_copy_file_to_device_va"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1714
+#: ../src/guestfs-actions.pod:1716
#, no-wrap
msgid ""
" int\n"
@@ -31426,17 +31467,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1720
+#: ../src/guestfs-actions.pod:1722
msgid "This is the \"va_list variant\" of L</guestfs_copy_file_to_device>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1724
+#: ../src/guestfs-actions.pod:1726
msgid "guestfs_copy_file_to_device_argv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1726
+#: ../src/guestfs-actions.pod:1728
#, no-wrap
msgid ""
" int\n"
@@ -31449,17 +31490,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1732
+#: ../src/guestfs-actions.pod:1734
msgid "This is the \"argv variant\" of L</guestfs_copy_file_to_device>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1736
+#: ../src/guestfs-actions.pod:1738
msgid "guestfs_copy_file_to_file"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1738
+#: ../src/guestfs-actions.pod:1740
#, no-wrap
msgid ""
" int\n"
@@ -31471,7 +31512,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1749
+#: ../src/guestfs-actions.pod:1751
#, no-wrap
msgid ""
" GUESTFS_COPY_FILE_TO_FILE_SRCOFFSET, int64_t srcoffset,\n"
@@ -31481,7 +31522,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1756
+#: ../src/guestfs-actions.pod:1758
msgid ""
"This is B<not> the function you want for copying files. This is for copying "
"blocks within existing files. See C<guestfs_cp>, C<guestfs_cp_a> and "
@@ -31489,12 +31530,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1770
+#: ../src/guestfs-actions.pod:1772
msgid "guestfs_copy_file_to_file_va"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1772
+#: ../src/guestfs-actions.pod:1774
#, no-wrap
msgid ""
" int\n"
@@ -31506,17 +31547,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1778
+#: ../src/guestfs-actions.pod:1780
msgid "This is the \"va_list variant\" of L</guestfs_copy_file_to_file>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1782
+#: ../src/guestfs-actions.pod:1784
msgid "guestfs_copy_file_to_file_argv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1784
+#: ../src/guestfs-actions.pod:1786
#, no-wrap
msgid ""
" int\n"
@@ -31529,17 +31570,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1790
+#: ../src/guestfs-actions.pod:1792
msgid "This is the \"argv variant\" of L</guestfs_copy_file_to_file>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1794
+#: ../src/guestfs-actions.pod:1796
msgid "guestfs_copy_size"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1796
+#: ../src/guestfs-actions.pod:1798
#, no-wrap
msgid ""
" int\n"
@@ -31551,24 +31592,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1802 ../src/guestfs-actions.pod:1859
+#: ../src/guestfs-actions.pod:1804 ../src/guestfs-actions.pod:1861
msgid ""
"I<This function is deprecated.> In new code, use the "
"L</guestfs_copy_device_to_device> call instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1822 ../src/guestfs-actions.pod:5371 ../src/guestfs-actions.pod:7266 ../src/guestfs-actions.pod:9292 ../src/guestfs-actions.pod:9331 ../src/guestfs-actions.pod:9417
+#: ../src/guestfs-actions.pod:1824 ../src/guestfs-actions.pod:5378 ../src/guestfs-actions.pod:7273 ../src/guestfs-actions.pod:9299 ../src/guestfs-actions.pod:9338 ../src/guestfs-actions.pod:9424
msgid "(Added in 1.0.87)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1824
+#: ../src/guestfs-actions.pod:1826
msgid "guestfs_cp"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1826
+#: ../src/guestfs-actions.pod:1828
#, no-wrap
msgid ""
" int\n"
@@ -31579,17 +31620,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1836 ../src/guestfs-actions.pod:1850 ../src/guestfs-actions.pod:1946 ../src/guestfs-actions.pod:2020 ../src/guestfs-actions.pod:2201 ../src/guestfs-actions.pod:6477 ../src/guestfs-actions.pod:7110
+#: ../src/guestfs-actions.pod:1838 ../src/guestfs-actions.pod:1852 ../src/guestfs-actions.pod:1948 ../src/guestfs-actions.pod:2022 ../src/guestfs-actions.pod:2203 ../src/guestfs-actions.pod:6484 ../src/guestfs-actions.pod:7117
msgid "(Added in 1.0.18)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1838
+#: ../src/guestfs-actions.pod:1840
msgid "guestfs_cp_a"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1840
+#: ../src/guestfs-actions.pod:1842
#, no-wrap
msgid ""
" int\n"
@@ -31600,12 +31641,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1852
+#: ../src/guestfs-actions.pod:1854
msgid "guestfs_dd"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1854
+#: ../src/guestfs-actions.pod:1856
#, no-wrap
msgid ""
" int\n"
@@ -31616,7 +31657,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1871
+#: ../src/guestfs-actions.pod:1873
msgid ""
"If the destination is a device, it must be as large or larger than the "
"source file or device, otherwise the copy will fail. This command cannot do "
@@ -31624,12 +31665,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1880
+#: ../src/guestfs-actions.pod:1882
msgid "guestfs_device_index"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1882
+#: ../src/guestfs-actions.pod:1884
#, no-wrap
msgid ""
" int\n"
@@ -31639,24 +31680,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1889
+#: ../src/guestfs-actions.pod:1891
msgid ""
"Index numbers start from 0. The named device must exist, for example as a "
"string returned from C<guestfs_list_devices>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1892
+#: ../src/guestfs-actions.pod:1894
msgid "See also C<guestfs_list_devices>, C<guestfs_part_to_dev>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1896
+#: ../src/guestfs-actions.pod:1898
msgid "guestfs_df"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1898
+#: ../src/guestfs-actions.pod:1900
#, no-wrap
msgid ""
" char *\n"
@@ -31665,7 +31706,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1903 ../src/guestfs-actions.pod:1920
+#: ../src/guestfs-actions.pod:1905 ../src/guestfs-actions.pod:1922
msgid ""
"This command is mostly useful for interactive sessions. It is I<not> "
"intended that you try to parse the output string. Use C<guestfs_statvfs> "
@@ -31673,17 +31714,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1910 ../src/guestfs-actions.pod:1927 ../src/guestfs-actions.pod:2045 ../src/guestfs-actions.pod:3262 ../src/guestfs-actions.pod:3286 ../src/guestfs-actions.pod:3354 ../src/guestfs-actions.pod:5694 ../src/guestfs-actions.pod:6377 ../src/guestfs-actions.pod:8631 ../src/guestfs-actions.pod:8655 ../src/guestfs-actions.pod:9457 ../src/guestfs-actions.pod:9470 ../src/guestfs-actions.pod:9483
+#: ../src/guestfs-actions.pod:1912 ../src/guestfs-actions.pod:1929 ../src/guestfs-actions.pod:2047 ../src/guestfs-actions.pod:3264 ../src/guestfs-actions.pod:3288 ../src/guestfs-actions.pod:3356 ../src/guestfs-actions.pod:5701 ../src/guestfs-actions.pod:6384 ../src/guestfs-actions.pod:8638 ../src/guestfs-actions.pod:8662 ../src/guestfs-actions.pod:9464 ../src/guestfs-actions.pod:9477 ../src/guestfs-actions.pod:9490
msgid "(Added in 1.0.54)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1912
+#: ../src/guestfs-actions.pod:1914
msgid "guestfs_df_h"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1914
+#: ../src/guestfs-actions.pod:1916
#, no-wrap
msgid ""
" char *\n"
@@ -31692,12 +31733,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1929
+#: ../src/guestfs-actions.pod:1931
msgid "guestfs_dmesg"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1931
+#: ../src/guestfs-actions.pod:1933
#, no-wrap
msgid ""
" char *\n"
@@ -31706,7 +31747,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1938
+#: ../src/guestfs-actions.pod:1940
msgid ""
"Another way to get the same information is to enable verbose messages with "
"C<guestfs_set_verbose> or by setting the environment variable "
@@ -31714,12 +31755,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1948
+#: ../src/guestfs-actions.pod:1950
msgid "guestfs_download"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1950
+#: ../src/guestfs-actions.pod:1952
#, no-wrap
msgid ""
" int\n"
@@ -31730,17 +31771,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1960
+#: ../src/guestfs-actions.pod:1962
msgid "See also C<guestfs_upload>, C<guestfs_cat>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1971
+#: ../src/guestfs-actions.pod:1973
msgid "guestfs_download_offset"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1973
+#: ../src/guestfs-actions.pod:1975
#, no-wrap
msgid ""
" int\n"
@@ -31753,7 +31794,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1986
+#: ../src/guestfs-actions.pod:1988
msgid ""
"Note that there is no limit on the amount of data that can be downloaded "
"with this call, unlike with C<guestfs_pread>, and this call always reads the "
@@ -31761,22 +31802,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1991
+#: ../src/guestfs-actions.pod:1993
msgid "See also C<guestfs_download>, C<guestfs_pread>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2000 ../src/guestfs-actions.pod:9096
+#: ../src/guestfs-actions.pod:2002 ../src/guestfs-actions.pod:9103
msgid "(Added in 1.5.17)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2002
+#: ../src/guestfs-actions.pod:2004
msgid "guestfs_drop_caches"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2004
+#: ../src/guestfs-actions.pod:2006
#, no-wrap
msgid ""
" int\n"
@@ -31786,12 +31827,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2022
+#: ../src/guestfs-actions.pod:2024
msgid "guestfs_du"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2024
+#: ../src/guestfs-actions.pod:2026
#, no-wrap
msgid ""
" int64_t\n"
@@ -31801,12 +31842,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2047
+#: ../src/guestfs-actions.pod:2049
msgid "guestfs_e2fsck"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2049
+#: ../src/guestfs-actions.pod:2051
#, no-wrap
msgid ""
" int\n"
@@ -31817,7 +31858,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2059
+#: ../src/guestfs-actions.pod:2061
#, no-wrap
msgid ""
" GUESTFS_E2FSCK_CORRECT, int correct,\n"
@@ -31826,17 +31867,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2086
+#: ../src/guestfs-actions.pod:2088
msgid "(Added in 1.15.17)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2088
+#: ../src/guestfs-actions.pod:2090
msgid "guestfs_e2fsck_va"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2090
+#: ../src/guestfs-actions.pod:2092
#, no-wrap
msgid ""
" int\n"
@@ -31847,17 +31888,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2095
+#: ../src/guestfs-actions.pod:2097
msgid "This is the \"va_list variant\" of L</guestfs_e2fsck>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2099
+#: ../src/guestfs-actions.pod:2101
msgid "guestfs_e2fsck_argv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2101
+#: ../src/guestfs-actions.pod:2103
#, no-wrap
msgid ""
" int\n"
@@ -31868,17 +31909,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2106
+#: ../src/guestfs-actions.pod:2108
msgid "This is the \"argv variant\" of L</guestfs_e2fsck>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2110
+#: ../src/guestfs-actions.pod:2112
msgid "guestfs_e2fsck_f"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2112
+#: ../src/guestfs-actions.pod:2114
#, no-wrap
msgid ""
" int\n"
@@ -31888,24 +31929,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2116
+#: ../src/guestfs-actions.pod:2118
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_e2fsck> call "
"instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2129
+#: ../src/guestfs-actions.pod:2131
msgid "(Added in 1.0.29)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2131
+#: ../src/guestfs-actions.pod:2133
msgid "guestfs_echo_daemon"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2133
+#: ../src/guestfs-actions.pod:2135
#, no-wrap
msgid ""
" char *\n"
@@ -31915,22 +31956,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2142
+#: ../src/guestfs-actions.pod:2144
msgid "See also C<guestfs_ping_daemon>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2147 ../src/guestfs-actions.pod:3044 ../src/guestfs-actions.pod:8089
+#: ../src/guestfs-actions.pod:2149 ../src/guestfs-actions.pod:3046 ../src/guestfs-actions.pod:8096
msgid "(Added in 1.0.69)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2149
+#: ../src/guestfs-actions.pod:2151
msgid "guestfs_egrep"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2151
+#: ../src/guestfs-actions.pod:2153
#, no-wrap
msgid ""
" char **\n"
@@ -31941,17 +31982,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2166 ../src/guestfs-actions.pod:2185 ../src/guestfs-actions.pod:2242 ../src/guestfs-actions.pod:2288 ../src/guestfs-actions.pod:2307 ../src/guestfs-actions.pod:3178 ../src/guestfs-actions.pod:3197 ../src/guestfs-actions.pod:3375 ../src/guestfs-actions.pod:3388 ../src/guestfs-actions.pod:3403 ../src/guestfs-actions.pod:3447 ../src/guestfs-actions.pod:3469 ../src/guestfs-actions.pod:3482 ../src/guestfs-actions.pod:4853 ../src/guestfs-actions.pod:4867 ../src/guestfs-actions.pod:4880 ../src/guestfs-actions.pod:4894 ../src/guestfs-actions.pod:6171 ../src/guestfs-actions.pod:7444 ../src/guestfs-actions.pod:7493 ../src/guestfs-actions.pod:8499 ../src/guestfs-actions.pod:8511 ../src/guestfs-actions.pod:8524 ../src/guestfs-actions.pod:8537 ../src/guestfs-actions.pod:8559 ../src/guestfs-actions.pod:8572 ../src/guestfs-actions.pod:8585 ../src/guestfs-actions.pod:8598 ../src/guestfs-actions.pod:9594 ../src/guestfs-actions.pod:9613 ../src/guestfs-actions.pod:9728 ../src/guestfs-actions.pod:9747 ../src/guestfs-actions.pod:9793 ../src/guestfs-actions.pod:9812
+#: ../src/guestfs-actions.pod:2168 ../src/guestfs-actions.pod:2187 ../src/guestfs-actions.pod:2244 ../src/guestfs-actions.pod:2290 ../src/guestfs-actions.pod:2309 ../src/guestfs-actions.pod:3180 ../src/guestfs-actions.pod:3199 ../src/guestfs-actions.pod:3377 ../src/guestfs-actions.pod:3390 ../src/guestfs-actions.pod:3405 ../src/guestfs-actions.pod:3449 ../src/guestfs-actions.pod:3471 ../src/guestfs-actions.pod:3484 ../src/guestfs-actions.pod:4860 ../src/guestfs-actions.pod:4874 ../src/guestfs-actions.pod:4887 ../src/guestfs-actions.pod:4901 ../src/guestfs-actions.pod:6178 ../src/guestfs-actions.pod:7451 ../src/guestfs-actions.pod:7500 ../src/guestfs-actions.pod:8506 ../src/guestfs-actions.pod:8518 ../src/guestfs-actions.pod:8531 ../src/guestfs-actions.pod:8544 ../src/guestfs-actions.pod:8566 ../src/guestfs-actions.pod:8579 ../src/guestfs-actions.pod:8592 ../src/guestfs-actions.pod:8605 ../src/guestfs-actions.pod:9601 ../src/guestfs-actions.pod:9620 ../src/guestfs-actions.pod:9735 ../src/guestfs-actions.pod:9754 ../src/guestfs-actions.pod:9800 ../src/guestfs-actions.pod:9819
msgid "(Added in 1.0.66)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2168
+#: ../src/guestfs-actions.pod:2170
msgid "guestfs_egrepi"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2170
+#: ../src/guestfs-actions.pod:2172
#, no-wrap
msgid ""
" char **\n"
@@ -31962,12 +32003,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2187
+#: ../src/guestfs-actions.pod:2189
msgid "guestfs_equal"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2189
+#: ../src/guestfs-actions.pod:2191
#, no-wrap
msgid ""
" int\n"
@@ -31978,12 +32019,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2203
+#: ../src/guestfs-actions.pod:2205
msgid "guestfs_exists"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2205
+#: ../src/guestfs-actions.pod:2207
#, no-wrap
msgid ""
" int\n"
@@ -31993,17 +32034,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2212
+#: ../src/guestfs-actions.pod:2214
msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2218
+#: ../src/guestfs-actions.pod:2220
msgid "guestfs_fallocate"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2220
+#: ../src/guestfs-actions.pod:2222
#, no-wrap
msgid ""
" int\n"
@@ -32014,19 +32055,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2225
+#: ../src/guestfs-actions.pod:2227
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_fallocate64> "
"call instead."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2244
+#: ../src/guestfs-actions.pod:2246
msgid "guestfs_fallocate64"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2246
+#: ../src/guestfs-actions.pod:2248
#, no-wrap
msgid ""
" int\n"
@@ -32037,14 +32078,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2255
+#: ../src/guestfs-actions.pod:2257
msgid ""
"Note that this call allocates disk blocks for the file. To create a sparse "
"file use C<guestfs_truncate_size> instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2258
+#: ../src/guestfs-actions.pod:2260
msgid ""
"The deprecated call C<guestfs_fallocate> does the same, but owing to an "
"oversight it only allowed 30 bit lengths to be specified, effectively "
@@ -32052,17 +32093,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2269
+#: ../src/guestfs-actions.pod:2271
msgid "(Added in 1.3.17)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2271
+#: ../src/guestfs-actions.pod:2273
msgid "guestfs_fgrep"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2273
+#: ../src/guestfs-actions.pod:2275
#, no-wrap
msgid ""
" char **\n"
@@ -32073,12 +32114,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2290
+#: ../src/guestfs-actions.pod:2292
msgid "guestfs_fgrepi"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2292
+#: ../src/guestfs-actions.pod:2294
#, no-wrap
msgid ""
" char **\n"
@@ -32089,12 +32130,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2309
+#: ../src/guestfs-actions.pod:2311
msgid "guestfs_file"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2311
+#: ../src/guestfs-actions.pod:2313
#, no-wrap
msgid ""
" char *\n"
@@ -32104,19 +32145,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2329
+#: ../src/guestfs-actions.pod:2331
msgid ""
"See also: L<file(1)>, C<guestfs_vfs_type>, C<guestfs_lstat>, "
"C<guestfs_is_file>, C<guestfs_is_blockdev> (etc), C<guestfs_is_zero>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2337
+#: ../src/guestfs-actions.pod:2339
msgid "guestfs_file_architecture"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2339
+#: ../src/guestfs-actions.pod:2341
#, no-wrap
msgid ""
" char *\n"
@@ -32126,17 +32167,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2447 ../src/guestfs-actions.pod:2610 ../src/guestfs-actions.pod:2627 ../src/guestfs-actions.pod:3502 ../src/guestfs-actions.pod:3616 ../src/guestfs-actions.pod:3682 ../src/guestfs-actions.pod:3869 ../src/guestfs-actions.pod:3887 ../src/guestfs-actions.pod:3927 ../src/guestfs-actions.pod:4003 ../src/guestfs-actions.pod:4108 ../src/guestfs-actions.pod:4345 ../src/guestfs-actions.pod:4463
+#: ../src/guestfs-actions.pod:2449 ../src/guestfs-actions.pod:2612 ../src/guestfs-actions.pod:2629 ../src/guestfs-actions.pod:3504 ../src/guestfs-actions.pod:3618 ../src/guestfs-actions.pod:3684 ../src/guestfs-actions.pod:3871 ../src/guestfs-actions.pod:3889 ../src/guestfs-actions.pod:3929 ../src/guestfs-actions.pod:4005 ../src/guestfs-actions.pod:4110 ../src/guestfs-actions.pod:4347 ../src/guestfs-actions.pod:4465
msgid "(Added in 1.5.3)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2449
+#: ../src/guestfs-actions.pod:2451
msgid "guestfs_filesize"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2451
+#: ../src/guestfs-actions.pod:2453
#, no-wrap
msgid ""
" int64_t\n"
@@ -32146,7 +32187,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2457
+#: ../src/guestfs-actions.pod:2459
msgid ""
"To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
"C<guestfs_is_dir>, C<guestfs_is_file> etc. To get the size of block "
@@ -32154,17 +32195,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2463
+#: ../src/guestfs-actions.pod:2465
msgid "(Added in 1.0.82)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2465
+#: ../src/guestfs-actions.pod:2467
msgid "guestfs_fill"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2467
+#: ../src/guestfs-actions.pod:2469
#, no-wrap
msgid ""
" int\n"
@@ -32176,7 +32217,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2477
+#: ../src/guestfs-actions.pod:2479
msgid ""
"To fill a file with zero bytes (sparsely), it is much more efficient to use "
"C<guestfs_truncate_size>. To create a file with a pattern of repeating "
@@ -32184,17 +32225,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2489
+#: ../src/guestfs-actions.pod:2491
msgid "(Added in 1.0.79)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2491
+#: ../src/guestfs-actions.pod:2493
msgid "guestfs_fill_pattern"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2493
+#: ../src/guestfs-actions.pod:2495
#, no-wrap
msgid ""
" int\n"
@@ -32206,7 +32247,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2499
+#: ../src/guestfs-actions.pod:2501
msgid ""
"This function is like C<guestfs_fill> except that it creates a new file of "
"length C<len> containing the repeating pattern of bytes in C<pattern>. The "
@@ -32215,17 +32256,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2511
+#: ../src/guestfs-actions.pod:2513
msgid "(Added in 1.3.12)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2513
+#: ../src/guestfs-actions.pod:2515
msgid "guestfs_find"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2515
+#: ../src/guestfs-actions.pod:2517
#, no-wrap
msgid ""
" char **\n"
@@ -32235,27 +32276,27 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2531
+#: ../src/guestfs-actions.pod:2533
msgid "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2544
+#: ../src/guestfs-actions.pod:2546
msgid "See also C<guestfs_find0>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2553 ../src/guestfs-actions.pod:5308 ../src/guestfs-actions.pod:7524
+#: ../src/guestfs-actions.pod:2555 ../src/guestfs-actions.pod:5315 ../src/guestfs-actions.pod:7531
msgid "(Added in 1.0.27)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2555
+#: ../src/guestfs-actions.pod:2557
msgid "guestfs_find0"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2557
+#: ../src/guestfs-actions.pod:2559
#, no-wrap
msgid ""
" int\n"
@@ -32266,24 +32307,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2566
+#: ../src/guestfs-actions.pod:2568
msgid ""
"This command works the same way as C<guestfs_find> with the following "
"exceptions:"
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2593
+#: ../src/guestfs-actions.pod:2595
msgid "(Added in 1.0.74)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2595
+#: ../src/guestfs-actions.pod:2597
msgid "guestfs_findfs_label"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2597
+#: ../src/guestfs-actions.pod:2599
#, no-wrap
msgid ""
" char *\n"
@@ -32293,17 +32334,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2605
+#: ../src/guestfs-actions.pod:2607
msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2612
+#: ../src/guestfs-actions.pod:2614
msgid "guestfs_findfs_uuid"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2614
+#: ../src/guestfs-actions.pod:2616
#, no-wrap
msgid ""
" char *\n"
@@ -32313,17 +32354,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2622
+#: ../src/guestfs-actions.pod:2624
msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2629
+#: ../src/guestfs-actions.pod:2631
msgid "guestfs_fsck"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2631
+#: ../src/guestfs-actions.pod:2633
#, no-wrap
msgid ""
" int\n"
@@ -32334,17 +32375,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2666 ../src/guestfs-actions.pod:9641
+#: ../src/guestfs-actions.pod:2668 ../src/guestfs-actions.pod:9648
msgid "(Added in 1.0.16)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2668
+#: ../src/guestfs-actions.pod:2670
msgid "guestfs_get_append"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2670
+#: ../src/guestfs-actions.pod:2672
#, no-wrap
msgid ""
" const char *\n"
@@ -32353,7 +32394,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2678
+#: ../src/guestfs-actions.pod:2680
msgid ""
"This function returns a string which may be NULL. There is no way to return "
"an error from this function. The string is owned by the guest handle and "
@@ -32361,17 +32402,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2682 ../src/guestfs-actions.pod:7206 ../src/guestfs-actions.pod:7685 ../src/guestfs-actions.pod:8243 ../src/guestfs-actions.pod:8262 ../src/guestfs-actions.pod:8278 ../src/guestfs-actions.pod:8302 ../src/guestfs-actions.pod:9243 ../src/guestfs-actions.pod:9258 ../src/guestfs-actions.pod:9709
+#: ../src/guestfs-actions.pod:2684 ../src/guestfs-actions.pod:7213 ../src/guestfs-actions.pod:7692 ../src/guestfs-actions.pod:8250 ../src/guestfs-actions.pod:8269 ../src/guestfs-actions.pod:8285 ../src/guestfs-actions.pod:8309 ../src/guestfs-actions.pod:9250 ../src/guestfs-actions.pod:9265 ../src/guestfs-actions.pod:9716
msgid "(Added in 1.0.26)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2684
+#: ../src/guestfs-actions.pod:2686
msgid "guestfs_get_attach_method"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2686
+#: ../src/guestfs-actions.pod:2688
#, no-wrap
msgid ""
" char *\n"
@@ -32380,22 +32421,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2689
+#: ../src/guestfs-actions.pod:2691
msgid "Return the current attach method. See C<guestfs_set_attach_method>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2694 ../src/guestfs-actions.pod:7715
+#: ../src/guestfs-actions.pod:2696 ../src/guestfs-actions.pod:7722
msgid "(Added in 1.9.8)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2696
+#: ../src/guestfs-actions.pod:2698
msgid "guestfs_get_autosync"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2698
+#: ../src/guestfs-actions.pod:2700
#, no-wrap
msgid ""
" int\n"
@@ -32404,12 +32445,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2707
+#: ../src/guestfs-actions.pod:2709
msgid "guestfs_get_direct"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2709
+#: ../src/guestfs-actions.pod:2711
#, no-wrap
msgid ""
" int\n"
@@ -32418,17 +32459,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2716 ../src/guestfs-actions.pod:7756
+#: ../src/guestfs-actions.pod:2718 ../src/guestfs-actions.pod:7763
msgid "(Added in 1.0.72)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2718
+#: ../src/guestfs-actions.pod:2720
msgid "guestfs_get_e2attrs"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2720
+#: ../src/guestfs-actions.pod:2722
#, no-wrap
msgid ""
" char *\n"
@@ -32438,29 +32479,29 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2827
+#: ../src/guestfs-actions.pod:2829
msgid "See also C<guestfs_set_e2attrs>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2829
+#: ../src/guestfs-actions.pod:2831
msgid ""
"Don't confuse these attributes with extended attributes (see "
"C<guestfs_getxattr>)."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2835 ../src/guestfs-actions.pod:2855 ../src/guestfs-actions.pod:7795 ../src/guestfs-actions.pod:7834
+#: ../src/guestfs-actions.pod:2837 ../src/guestfs-actions.pod:2857 ../src/guestfs-actions.pod:7802 ../src/guestfs-actions.pod:7841
msgid "(Added in 1.17.31)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2837
+#: ../src/guestfs-actions.pod:2839
msgid "guestfs_get_e2generation"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2839
+#: ../src/guestfs-actions.pod:2841
#, no-wrap
msgid ""
" int64_t\n"
@@ -32470,17 +32511,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2851
+#: ../src/guestfs-actions.pod:2853
msgid "See C<guestfs_set_e2generation>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2857
+#: ../src/guestfs-actions.pod:2859
msgid "guestfs_get_e2label"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2859
+#: ../src/guestfs-actions.pod:2861
#, no-wrap
msgid ""
" char *\n"
@@ -32490,24 +32531,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2863
+#: ../src/guestfs-actions.pod:2865
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_vfs_label> "
"call instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2876 ../src/guestfs-actions.pod:2897 ../src/guestfs-actions.pod:7859 ../src/guestfs-actions.pod:7878
+#: ../src/guestfs-actions.pod:2878 ../src/guestfs-actions.pod:2899 ../src/guestfs-actions.pod:7866 ../src/guestfs-actions.pod:7885
msgid "(Added in 1.0.15)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2878
+#: ../src/guestfs-actions.pod:2880
msgid "guestfs_get_e2uuid"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2880
+#: ../src/guestfs-actions.pod:2882
#, no-wrap
msgid ""
" char *\n"
@@ -32517,19 +32558,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2884
+#: ../src/guestfs-actions.pod:2886
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_vfs_uuid> "
"call instead."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2899
+#: ../src/guestfs-actions.pod:2901
msgid "guestfs_get_memsize"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2901
+#: ../src/guestfs-actions.pod:2903
#, no-wrap
msgid ""
" int\n"
@@ -32538,7 +32579,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2907
+#: ../src/guestfs-actions.pod:2909
msgid ""
"If C<guestfs_set_memsize> was not called on this handle, and if "
"C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
@@ -32546,17 +32587,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2916 ../src/guestfs-actions.pod:5812 ../src/guestfs-actions.pod:6076 ../src/guestfs-actions.pod:6095 ../src/guestfs-actions.pod:6114 ../src/guestfs-actions.pod:6126 ../src/guestfs-actions.pod:6143 ../src/guestfs-actions.pod:6156 ../src/guestfs-actions.pod:7431 ../src/guestfs-actions.pod:7921 ../src/guestfs-actions.pod:8213 ../src/guestfs-actions.pod:8970
+#: ../src/guestfs-actions.pod:2918 ../src/guestfs-actions.pod:5819 ../src/guestfs-actions.pod:6083 ../src/guestfs-actions.pod:6102 ../src/guestfs-actions.pod:6121 ../src/guestfs-actions.pod:6133 ../src/guestfs-actions.pod:6150 ../src/guestfs-actions.pod:6163 ../src/guestfs-actions.pod:7438 ../src/guestfs-actions.pod:7928 ../src/guestfs-actions.pod:8220 ../src/guestfs-actions.pod:8977
msgid "(Added in 1.0.55)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2918
+#: ../src/guestfs-actions.pod:2920
msgid "guestfs_get_network"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2920
+#: ../src/guestfs-actions.pod:2922
#, no-wrap
msgid ""
" int\n"
@@ -32565,17 +32606,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2927 ../src/guestfs-actions.pod:7940
+#: ../src/guestfs-actions.pod:2929 ../src/guestfs-actions.pod:7947
msgid "(Added in 1.5.4)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2929
+#: ../src/guestfs-actions.pod:2931
msgid "guestfs_get_path"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2931
+#: ../src/guestfs-actions.pod:2933
#, no-wrap
msgid ""
" const char *\n"
@@ -32584,19 +32625,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2939 ../src/guestfs-actions.pod:2979
+#: ../src/guestfs-actions.pod:2941 ../src/guestfs-actions.pod:2981
msgid ""
"This function returns a string, or NULL on error. The string is owned by "
"the guest handle and must I<not> be freed."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2944
+#: ../src/guestfs-actions.pod:2946
msgid "guestfs_get_pgroup"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2946
+#: ../src/guestfs-actions.pod:2948
#, no-wrap
msgid ""
" int\n"
@@ -32605,17 +32646,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2953 ../src/guestfs-actions.pod:7978 ../src/guestfs-actions.pod:9542
+#: ../src/guestfs-actions.pod:2955 ../src/guestfs-actions.pod:7985 ../src/guestfs-actions.pod:9549
msgid "(Added in 1.11.18)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2955
+#: ../src/guestfs-actions.pod:2957
msgid "guestfs_get_pid"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2957
+#: ../src/guestfs-actions.pod:2959
#, no-wrap
msgid ""
" int\n"
@@ -32624,17 +32665,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2967
+#: ../src/guestfs-actions.pod:2969
msgid "(Added in 1.0.56)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2969
+#: ../src/guestfs-actions.pod:2971
msgid "guestfs_get_qemu"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2971
+#: ../src/guestfs-actions.pod:2973
#, no-wrap
msgid ""
" const char *\n"
@@ -32643,17 +32684,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2982 ../src/guestfs-actions.pod:8006
+#: ../src/guestfs-actions.pod:2984 ../src/guestfs-actions.pod:8013
msgid "(Added in 1.0.6)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2984
+#: ../src/guestfs-actions.pod:2986
msgid "guestfs_get_recovery_proc"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2986
+#: ../src/guestfs-actions.pod:2988
#, no-wrap
msgid ""
" int\n"
@@ -32662,17 +32703,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2993 ../src/guestfs-actions.pod:4635 ../src/guestfs-actions.pod:4995 ../src/guestfs-actions.pod:5406 ../src/guestfs-actions.pod:5651 ../src/guestfs-actions.pod:7136 ../src/guestfs-actions.pod:7479 ../src/guestfs-actions.pod:8030 ../src/guestfs-actions.pod:8751 ../src/guestfs-actions.pod:8771 ../src/guestfs-actions.pod:9127
+#: ../src/guestfs-actions.pod:2995 ../src/guestfs-actions.pod:4642 ../src/guestfs-actions.pod:5002 ../src/guestfs-actions.pod:5413 ../src/guestfs-actions.pod:5658 ../src/guestfs-actions.pod:7143 ../src/guestfs-actions.pod:7486 ../src/guestfs-actions.pod:8037 ../src/guestfs-actions.pod:8758 ../src/guestfs-actions.pod:8778 ../src/guestfs-actions.pod:9134
msgid "(Added in 1.0.77)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2995
+#: ../src/guestfs-actions.pod:2997
msgid "guestfs_get_selinux"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:2997
+#: ../src/guestfs-actions.pod:2999
#, no-wrap
msgid ""
" int\n"
@@ -32681,24 +32722,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3000
+#: ../src/guestfs-actions.pod:3002
msgid ""
"This returns the current setting of the selinux flag which is passed to the "
"appliance at boot time. See C<guestfs_set_selinux>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3008 ../src/guestfs-actions.pod:3082 ../src/guestfs-actions.pod:8049 ../src/guestfs-actions.pod:8123
+#: ../src/guestfs-actions.pod:3010 ../src/guestfs-actions.pod:3084 ../src/guestfs-actions.pod:8056 ../src/guestfs-actions.pod:8130
msgid "(Added in 1.0.67)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3010
+#: ../src/guestfs-actions.pod:3012
msgid "guestfs_get_smp"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3012
+#: ../src/guestfs-actions.pod:3014
#, no-wrap
msgid ""
" int\n"
@@ -32707,12 +32748,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3021
+#: ../src/guestfs-actions.pod:3023
msgid "guestfs_get_state"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3023
+#: ../src/guestfs-actions.pod:3025
#, no-wrap
msgid ""
" int\n"
@@ -32721,12 +32762,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3035
+#: ../src/guestfs-actions.pod:3037
msgid "guestfs_get_trace"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3037
+#: ../src/guestfs-actions.pod:3039
#, no-wrap
msgid ""
" int\n"
@@ -32735,12 +32776,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3046
+#: ../src/guestfs-actions.pod:3048
msgid "guestfs_get_umask"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3048
+#: ../src/guestfs-actions.pod:3050
#, no-wrap
msgid ""
" int\n"
@@ -32749,19 +32790,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3051
+#: ../src/guestfs-actions.pod:3053
msgid ""
"Return the current umask. By default the umask is C<022> unless it has been "
"set by calling C<guestfs_umask>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3058
+#: ../src/guestfs-actions.pod:3060
msgid "guestfs_get_verbose"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3060
+#: ../src/guestfs-actions.pod:3062
#, no-wrap
msgid ""
" int\n"
@@ -32770,12 +32811,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3069
+#: ../src/guestfs-actions.pod:3071
msgid "guestfs_getcon"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3071
+#: ../src/guestfs-actions.pod:3073
#, no-wrap
msgid ""
" char *\n"
@@ -32784,17 +32825,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3076
+#: ../src/guestfs-actions.pod:3078
msgid "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3084
+#: ../src/guestfs-actions.pod:3086
msgid "guestfs_getxattr"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3086
+#: ../src/guestfs-actions.pod:3088
#, no-wrap
msgid ""
" char *\n"
@@ -32806,7 +32847,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3092
+#: ../src/guestfs-actions.pod:3094
msgid ""
"Get a single extended attribute from file C<path> named C<name>. This call "
"follows symlinks. If you want to lookup an extended attribute for the "
@@ -32814,7 +32855,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3096 ../src/guestfs-actions.pod:4649
+#: ../src/guestfs-actions.pod:3098 ../src/guestfs-actions.pod:4656
msgid ""
"Normally it is better to get all extended attributes from a file in one go "
"by calling C<guestfs_getxattrs>. However some Linux filesystem "
@@ -32824,12 +32865,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3106
+#: ../src/guestfs-actions.pod:3108
msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3108 ../src/guestfs-actions.pod:3325 ../src/guestfs-actions.pod:3817 ../src/guestfs-actions.pod:4661 ../src/guestfs-actions.pod:7129 ../src/guestfs-actions.pod:7155 ../src/guestfs-actions.pod:7336 ../src/guestfs-actions.pod:9307
+#: ../src/guestfs-actions.pod:3110 ../src/guestfs-actions.pod:3327 ../src/guestfs-actions.pod:3819 ../src/guestfs-actions.pod:4668 ../src/guestfs-actions.pod:7136 ../src/guestfs-actions.pod:7162 ../src/guestfs-actions.pod:7343 ../src/guestfs-actions.pod:9314
msgid ""
"This function returns a buffer, or NULL on error. The size of the returned "
"buffer is written to C<*size_r>. I<The caller must free the returned buffer "
@@ -32837,17 +32878,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3112 ../src/guestfs-actions.pod:4665
+#: ../src/guestfs-actions.pod:3114 ../src/guestfs-actions.pod:4672
msgid "(Added in 1.7.24)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3114
+#: ../src/guestfs-actions.pod:3116
msgid "guestfs_getxattrs"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3116
+#: ../src/guestfs-actions.pod:3118
#, no-wrap
msgid ""
" struct guestfs_xattr_list *\n"
@@ -32857,29 +32898,29 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3126
+#: ../src/guestfs-actions.pod:3128
msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3128 ../src/guestfs-actions.pod:4677 ../src/guestfs-actions.pod:5402
+#: ../src/guestfs-actions.pod:3130 ../src/guestfs-actions.pod:4684 ../src/guestfs-actions.pod:5409
msgid ""
"This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
"an error. I<The caller must call C<guestfs_free_xattr_list> after use>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3132 ../src/guestfs-actions.pod:4681 ../src/guestfs-actions.pod:4909 ../src/guestfs-actions.pod:4945 ../src/guestfs-actions.pod:7509 ../src/guestfs-actions.pod:8142 ../src/guestfs-actions.pod:9774
+#: ../src/guestfs-actions.pod:3134 ../src/guestfs-actions.pod:4688 ../src/guestfs-actions.pod:4916 ../src/guestfs-actions.pod:4952 ../src/guestfs-actions.pod:7516 ../src/guestfs-actions.pod:8149 ../src/guestfs-actions.pod:9781
msgid "(Added in 1.0.59)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3134
+#: ../src/guestfs-actions.pod:3136
msgid "guestfs_glob_expand"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3136
+#: ../src/guestfs-actions.pod:3138
#, no-wrap
msgid ""
" char **\n"
@@ -32889,7 +32930,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3151
+#: ../src/guestfs-actions.pod:3153
msgid ""
"Notice that there is no equivalent command for expanding a device name "
"(eg. C</dev/sd*>). Use C<guestfs_list_devices>, C<guestfs_list_partitions> "
@@ -32897,17 +32938,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3159 ../src/guestfs-actions.pod:8326 ../src/guestfs-actions.pod:8343
+#: ../src/guestfs-actions.pod:3161 ../src/guestfs-actions.pod:8333 ../src/guestfs-actions.pod:8350
msgid "(Added in 1.0.50)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3161
+#: ../src/guestfs-actions.pod:3163
msgid "guestfs_grep"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3163
+#: ../src/guestfs-actions.pod:3165
#, no-wrap
msgid ""
" char **\n"
@@ -32918,12 +32959,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3180
+#: ../src/guestfs-actions.pod:3182
msgid "guestfs_grepi"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3182
+#: ../src/guestfs-actions.pod:3184
#, no-wrap
msgid ""
" char **\n"
@@ -32934,12 +32975,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3199
+#: ../src/guestfs-actions.pod:3201
msgid "guestfs_grub_install"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3201
+#: ../src/guestfs-actions.pod:3203
#, no-wrap
msgid ""
" int\n"
@@ -32950,17 +32991,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3244
+#: ../src/guestfs-actions.pod:3246
msgid "(Added in 1.0.17)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3246
+#: ../src/guestfs-actions.pod:3248
msgid "guestfs_head"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3248
+#: ../src/guestfs-actions.pod:3250
#, no-wrap
msgid ""
" char **\n"
@@ -32970,12 +33011,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3264
+#: ../src/guestfs-actions.pod:3266
msgid "guestfs_head_n"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3266
+#: ../src/guestfs-actions.pod:3268
#, no-wrap
msgid ""
" char **\n"
@@ -32986,12 +33027,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3288
+#: ../src/guestfs-actions.pod:3290
msgid "guestfs_hexdump"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3290
+#: ../src/guestfs-actions.pod:3292
#, no-wrap
msgid ""
" char *\n"
@@ -33001,17 +33042,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3303 ../src/guestfs-actions.pod:8430 ../src/guestfs-actions.pod:8485
+#: ../src/guestfs-actions.pod:3305 ../src/guestfs-actions.pod:8437 ../src/guestfs-actions.pod:8492
msgid "(Added in 1.0.22)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3305
+#: ../src/guestfs-actions.pod:3307
msgid "guestfs_initrd_cat"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3307
+#: ../src/guestfs-actions.pod:3309
#, no-wrap
msgid ""
" char *\n"
@@ -33023,17 +33064,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3323
+#: ../src/guestfs-actions.pod:3325
msgid "See also C<guestfs_initrd_list>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3334
+#: ../src/guestfs-actions.pod:3336
msgid "guestfs_initrd_list"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3336
+#: ../src/guestfs-actions.pod:3338
#, no-wrap
msgid ""
" char **\n"
@@ -33043,12 +33084,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3356
+#: ../src/guestfs-actions.pod:3358
msgid "guestfs_inotify_add_watch"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3358
+#: ../src/guestfs-actions.pod:3360
#, no-wrap
msgid ""
" int64_t\n"
@@ -33059,12 +33100,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3377
+#: ../src/guestfs-actions.pod:3379
msgid "guestfs_inotify_close"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3379
+#: ../src/guestfs-actions.pod:3381
#, no-wrap
msgid ""
" int\n"
@@ -33073,12 +33114,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3390
+#: ../src/guestfs-actions.pod:3392
msgid "guestfs_inotify_files"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3392
+#: ../src/guestfs-actions.pod:3394
#, no-wrap
msgid ""
" char **\n"
@@ -33087,7 +33128,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3395
+#: ../src/guestfs-actions.pod:3397
msgid ""
"This function is a helpful wrapper around C<guestfs_inotify_read> which just "
"returns a list of pathnames of objects that were touched. The returned "
@@ -33095,12 +33136,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3405
+#: ../src/guestfs-actions.pod:3407
msgid "guestfs_inotify_init"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3407
+#: ../src/guestfs-actions.pod:3409
#, no-wrap
msgid ""
" int\n"
@@ -33110,7 +33151,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3415
+#: ../src/guestfs-actions.pod:3417
msgid ""
"C<maxevents> is the maximum number of events which will be queued up between "
"calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>. If this is "
@@ -33122,7 +33163,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3425
+#: ../src/guestfs-actions.pod:3427
msgid ""
"Before any events are generated, you have to add some watches to the "
"internal watch list. See: C<guestfs_inotify_add_watch> and "
@@ -33130,7 +33171,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3429
+#: ../src/guestfs-actions.pod:3431
msgid ""
"Queued up events should be read periodically by calling "
"C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
@@ -33139,19 +33180,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3436
+#: ../src/guestfs-actions.pod:3438
msgid ""
"The handle should be closed after use by calling C<guestfs_inotify_close>. "
"This also removes any watches automatically."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3449
+#: ../src/guestfs-actions.pod:3451
msgid "guestfs_inotify_read"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3451
+#: ../src/guestfs-actions.pod:3453
#, no-wrap
msgid ""
" struct guestfs_inotify_event_list *\n"
@@ -33160,7 +33201,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3465
+#: ../src/guestfs-actions.pod:3467
msgid ""
"This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
"there was an error. I<The caller must call "
@@ -33168,12 +33209,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3471
+#: ../src/guestfs-actions.pod:3473
msgid "guestfs_inotify_rm_watch"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3473
+#: ../src/guestfs-actions.pod:3475
#, no-wrap
msgid ""
" int\n"
@@ -33183,19 +33224,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3477
+#: ../src/guestfs-actions.pod:3479
msgid ""
"Remove a previously defined inotify watch. See "
"C<guestfs_inotify_add_watch>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3484
+#: ../src/guestfs-actions.pod:3486
msgid "guestfs_inspect_get_arch"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3486
+#: ../src/guestfs-actions.pod:3488
#, no-wrap
msgid ""
" char *\n"
@@ -33205,19 +33246,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3490
+#: ../src/guestfs-actions.pod:3492
msgid ""
"This returns the architecture of the inspected operating system. The "
"possible return values are listed under C<guestfs_file_architecture>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3504
+#: ../src/guestfs-actions.pod:3506
msgid "guestfs_inspect_get_distro"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3506
+#: ../src/guestfs-actions.pod:3508
#, no-wrap
msgid ""
" char *\n"
@@ -33227,12 +33268,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3618
+#: ../src/guestfs-actions.pod:3620
msgid "guestfs_inspect_get_drive_mappings"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3620
+#: ../src/guestfs-actions.pod:3622
#, no-wrap
msgid ""
" char **\n"
@@ -33242,24 +33283,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3649
+#: ../src/guestfs-actions.pod:3651
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also "
"C<guestfs_inspect_get_mountpoints>, C<guestfs_inspect_get_filesystems>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3659 ../src/guestfs-actions.pod:4128
+#: ../src/guestfs-actions.pod:3661 ../src/guestfs-actions.pod:4130
msgid "(Added in 1.9.17)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3661
+#: ../src/guestfs-actions.pod:3663
msgid "guestfs_inspect_get_filesystems"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3663
+#: ../src/guestfs-actions.pod:3665
#, no-wrap
msgid ""
" char **\n"
@@ -33269,19 +33310,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3675
+#: ../src/guestfs-actions.pod:3677
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also "
"C<guestfs_inspect_get_mountpoints>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3684
+#: ../src/guestfs-actions.pod:3686
msgid "guestfs_inspect_get_format"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3686
+#: ../src/guestfs-actions.pod:3688
#, no-wrap
msgid ""
" char *\n"
@@ -33291,17 +33332,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3720 ../src/guestfs-actions.pod:4164 ../src/guestfs-actions.pod:4180 ../src/guestfs-actions.pod:4198 ../src/guestfs-actions.pod:7545
+#: ../src/guestfs-actions.pod:3722 ../src/guestfs-actions.pod:4166 ../src/guestfs-actions.pod:4182 ../src/guestfs-actions.pod:4200 ../src/guestfs-actions.pod:7552
msgid "(Added in 1.9.4)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3722
+#: ../src/guestfs-actions.pod:3724
msgid "guestfs_inspect_get_hostname"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3724
+#: ../src/guestfs-actions.pod:3726
#, no-wrap
msgid ""
" char *\n"
@@ -33311,17 +33352,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3739
+#: ../src/guestfs-actions.pod:3741
msgid "(Added in 1.7.9)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3741
+#: ../src/guestfs-actions.pod:3743
msgid "guestfs_inspect_get_icon"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3743
+#: ../src/guestfs-actions.pod:3745
#, no-wrap
msgid ""
" char *\n"
@@ -33333,7 +33374,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3754
+#: ../src/guestfs-actions.pod:3756
#, no-wrap
msgid ""
" GUESTFS_INSPECT_GET_ICON_FAVICON, int favicon,\n"
@@ -33342,17 +33383,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3821 ../src/guestfs-actions.pod:4695 ../src/guestfs-actions.pod:6244
+#: ../src/guestfs-actions.pod:3823 ../src/guestfs-actions.pod:4702 ../src/guestfs-actions.pod:6251
msgid "(Added in 1.11.12)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3823
+#: ../src/guestfs-actions.pod:3825
msgid "guestfs_inspect_get_icon_va"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3825
+#: ../src/guestfs-actions.pod:3827
#, no-wrap
msgid ""
" char *\n"
@@ -33364,17 +33405,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3831
+#: ../src/guestfs-actions.pod:3833
msgid "This is the \"va_list variant\" of L</guestfs_inspect_get_icon>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3835
+#: ../src/guestfs-actions.pod:3837
msgid "guestfs_inspect_get_icon_argv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3837
+#: ../src/guestfs-actions.pod:3839
#, no-wrap
msgid ""
" char *\n"
@@ -33387,17 +33428,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3843
+#: ../src/guestfs-actions.pod:3845
msgid "This is the \"argv variant\" of L</guestfs_inspect_get_icon>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3847
+#: ../src/guestfs-actions.pod:3849
msgid "guestfs_inspect_get_major_version"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3849
+#: ../src/guestfs-actions.pod:3851
#, no-wrap
msgid ""
" int\n"
@@ -33407,12 +33448,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3871
+#: ../src/guestfs-actions.pod:3873
msgid "guestfs_inspect_get_minor_version"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3873
+#: ../src/guestfs-actions.pod:3875
#, no-wrap
msgid ""
" int\n"
@@ -33422,19 +33463,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3882
+#: ../src/guestfs-actions.pod:3884
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also "
"C<guestfs_inspect_get_major_version>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3889
+#: ../src/guestfs-actions.pod:3891
msgid "guestfs_inspect_get_mountpoints"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3891
+#: ../src/guestfs-actions.pod:3893
#, no-wrap
msgid ""
" char **\n"
@@ -33444,7 +33485,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3912
+#: ../src/guestfs-actions.pod:3914
msgid ""
"For operating systems like Windows which still use drive letters, this call "
"will only return an entry for the first drive \"mounted on\" C</>. For "
@@ -33453,19 +33494,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3918
+#: ../src/guestfs-actions.pod:3920
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also "
"C<guestfs_inspect_get_filesystems>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3929
+#: ../src/guestfs-actions.pod:3931
msgid "guestfs_inspect_get_package_format"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3931
+#: ../src/guestfs-actions.pod:3933
#, no-wrap
msgid ""
" char *\n"
@@ -33475,7 +33516,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3935
+#: ../src/guestfs-actions.pod:3937
msgid ""
"This function and C<guestfs_inspect_get_package_management> return the "
"package format and package management tool used by the inspected operating "
@@ -33484,17 +33525,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3954 ../src/guestfs-actions.pod:3982
+#: ../src/guestfs-actions.pod:3956 ../src/guestfs-actions.pod:3984
msgid "(Added in 1.7.5)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3956
+#: ../src/guestfs-actions.pod:3958
msgid "guestfs_inspect_get_package_management"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3958
+#: ../src/guestfs-actions.pod:3960
#, no-wrap
msgid ""
" char *\n"
@@ -33504,7 +33545,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3962
+#: ../src/guestfs-actions.pod:3964
msgid ""
"C<guestfs_inspect_get_package_format> and this function return the package "
"format and package management tool used by the inspected operating system. "
@@ -33513,12 +33554,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3984
+#: ../src/guestfs-actions.pod:3986
msgid "guestfs_inspect_get_product_name"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:3986
+#: ../src/guestfs-actions.pod:3988
#, no-wrap
msgid ""
" char *\n"
@@ -33528,12 +33569,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4005
+#: ../src/guestfs-actions.pod:4007
msgid "guestfs_inspect_get_product_variant"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4007
+#: ../src/guestfs-actions.pod:4009
#, no-wrap
msgid ""
" char *\n"
@@ -33543,24 +33584,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4030
+#: ../src/guestfs-actions.pod:4032
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also "
"C<guestfs_inspect_get_product_name>, C<guestfs_inspect_get_major_version>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4037
+#: ../src/guestfs-actions.pod:4039
msgid "(Added in 1.9.13)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4039
+#: ../src/guestfs-actions.pod:4041
msgid "guestfs_inspect_get_roots"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4041
+#: ../src/guestfs-actions.pod:4043
#, no-wrap
msgid ""
" char **\n"
@@ -33569,7 +33610,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4044
+#: ../src/guestfs-actions.pod:4046
msgid ""
"This function is a convenient way to get the list of root devices, as "
"returned from a previous call to C<guestfs_inspect_os>, but without redoing "
@@ -33577,24 +33618,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4048
+#: ../src/guestfs-actions.pod:4050
msgid ""
"This returns an empty list if either no root devices were found or the "
"caller has not called C<guestfs_inspect_os>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4057
+#: ../src/guestfs-actions.pod:4059
msgid "(Added in 1.7.3)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4059
+#: ../src/guestfs-actions.pod:4061
msgid "guestfs_inspect_get_type"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4061
+#: ../src/guestfs-actions.pod:4063
#, no-wrap
msgid ""
" char *\n"
@@ -33604,12 +33645,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4110
+#: ../src/guestfs-actions.pod:4112
msgid "guestfs_inspect_get_windows_current_control_set"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4112
+#: ../src/guestfs-actions.pod:4114
#, no-wrap
msgid ""
" char *\n"
@@ -33619,12 +33660,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4130
+#: ../src/guestfs-actions.pod:4132
msgid "guestfs_inspect_get_windows_systemroot"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4132
+#: ../src/guestfs-actions.pod:4134
#, no-wrap
msgid ""
" char *\n"
@@ -33634,17 +33675,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4148
+#: ../src/guestfs-actions.pod:4150
msgid "(Added in 1.5.25)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4150
+#: ../src/guestfs-actions.pod:4152
msgid "guestfs_inspect_is_live"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4152
+#: ../src/guestfs-actions.pod:4154
#, no-wrap
msgid ""
" int\n"
@@ -33654,19 +33695,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4156
+#: ../src/guestfs-actions.pod:4158
msgid ""
"If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
"disk), then this returns true if a live image was detected on the disk."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4166
+#: ../src/guestfs-actions.pod:4168
msgid "guestfs_inspect_is_multipart"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4168
+#: ../src/guestfs-actions.pod:4170
#, no-wrap
msgid ""
" int\n"
@@ -33676,19 +33717,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4172
+#: ../src/guestfs-actions.pod:4174
msgid ""
"If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
"disk), then this returns true if the disk is part of a set."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4182
+#: ../src/guestfs-actions.pod:4184
msgid "guestfs_inspect_is_netinst"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4184
+#: ../src/guestfs-actions.pod:4186
#, no-wrap
msgid ""
" int\n"
@@ -33698,7 +33739,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4188
+#: ../src/guestfs-actions.pod:4190
msgid ""
"If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
"disk), then this returns true if the disk is a network installer, ie. not a "
@@ -33707,12 +33748,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4200
+#: ../src/guestfs-actions.pod:4202
msgid "guestfs_inspect_list_applications"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4202
+#: ../src/guestfs-actions.pod:4204
#, no-wrap
msgid ""
" struct guestfs_application_list *\n"
@@ -33722,7 +33763,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4208
+#: ../src/guestfs-actions.pod:4210
msgid ""
"I<Note:> This call works differently from other parts of the inspection "
"API. You have to call C<guestfs_inspect_os>, then "
@@ -33735,7 +33776,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4298
+#: ../src/guestfs-actions.pod:4300
msgid ""
"This function returns a C<struct guestfs_application_list *>, or NULL if "
"there was an error. I<The caller must call C<guestfs_free_application_list> "
@@ -33743,17 +33784,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4302
+#: ../src/guestfs-actions.pod:4304
msgid "(Added in 1.7.8)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4304
+#: ../src/guestfs-actions.pod:4306
msgid "guestfs_inspect_os"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4306
+#: ../src/guestfs-actions.pod:4308
#, no-wrap
msgid ""
" char **\n"
@@ -33762,7 +33803,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4322
+#: ../src/guestfs-actions.pod:4324
msgid ""
"You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
"functions in order to query further information about each operating system, "
@@ -33770,7 +33811,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4327
+#: ../src/guestfs-actions.pod:4329
msgid ""
"This function uses other libguestfs features such as C<guestfs_mount_ro> and "
"C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
@@ -33779,17 +33820,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4339 ../src/guestfs-actions.pod:4706 ../src/guestfs-actions.pod:4801
+#: ../src/guestfs-actions.pod:4341 ../src/guestfs-actions.pod:4713 ../src/guestfs-actions.pod:4808
msgid "See also C<guestfs_list_filesystems>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4347
+#: ../src/guestfs-actions.pod:4349
msgid "guestfs_is_blockdev"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4349
+#: ../src/guestfs-actions.pod:4351
#, no-wrap
msgid ""
" int\n"
@@ -33799,22 +33840,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4356 ../src/guestfs-actions.pod:4371 ../src/guestfs-actions.pod:4401 ../src/guestfs-actions.pod:4416 ../src/guestfs-actions.pod:4432 ../src/guestfs-actions.pod:4488 ../src/guestfs-actions.pod:4503
+#: ../src/guestfs-actions.pod:4358 ../src/guestfs-actions.pod:4373 ../src/guestfs-actions.pod:4403 ../src/guestfs-actions.pod:4418 ../src/guestfs-actions.pod:4434 ../src/guestfs-actions.pod:4490 ../src/guestfs-actions.pod:4505
msgid "See also C<guestfs_stat>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4360 ../src/guestfs-actions.pod:4375 ../src/guestfs-actions.pod:4420 ../src/guestfs-actions.pod:4492 ../src/guestfs-actions.pod:4507
+#: ../src/guestfs-actions.pod:4362 ../src/guestfs-actions.pod:4377 ../src/guestfs-actions.pod:4422 ../src/guestfs-actions.pod:4494 ../src/guestfs-actions.pod:4509
msgid "(Added in 1.5.10)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4362
+#: ../src/guestfs-actions.pod:4364
msgid "guestfs_is_chardev"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4364
+#: ../src/guestfs-actions.pod:4366
#, no-wrap
msgid ""
" int\n"
@@ -33824,12 +33865,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4377
+#: ../src/guestfs-actions.pod:4379
msgid "guestfs_is_config"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4379
+#: ../src/guestfs-actions.pod:4381
#, no-wrap
msgid ""
" int\n"
@@ -33838,12 +33879,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4391
+#: ../src/guestfs-actions.pod:4393
msgid "guestfs_is_dir"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4393
+#: ../src/guestfs-actions.pod:4395
#, no-wrap
msgid ""
" int\n"
@@ -33853,12 +33894,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4407
+#: ../src/guestfs-actions.pod:4409
msgid "guestfs_is_fifo"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4409
+#: ../src/guestfs-actions.pod:4411
#, no-wrap
msgid ""
" int\n"
@@ -33868,12 +33909,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4422
+#: ../src/guestfs-actions.pod:4424
msgid "guestfs_is_file"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4424
+#: ../src/guestfs-actions.pod:4426
#, no-wrap
msgid ""
" int\n"
@@ -33883,12 +33924,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4438
+#: ../src/guestfs-actions.pod:4440
msgid "guestfs_is_launching"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4440
+#: ../src/guestfs-actions.pod:4442
#, no-wrap
msgid ""
" int\n"
@@ -33897,12 +33938,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4452
+#: ../src/guestfs-actions.pod:4454
msgid "guestfs_is_lv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4454
+#: ../src/guestfs-actions.pod:4456
#, no-wrap
msgid ""
" int\n"
@@ -33912,12 +33953,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4465
+#: ../src/guestfs-actions.pod:4467
msgid "guestfs_is_ready"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4467
+#: ../src/guestfs-actions.pod:4469
#, no-wrap
msgid ""
" int\n"
@@ -33926,12 +33967,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4479
+#: ../src/guestfs-actions.pod:4481
msgid "guestfs_is_socket"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4481
+#: ../src/guestfs-actions.pod:4483
#, no-wrap
msgid ""
" int\n"
@@ -33941,12 +33982,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4494
+#: ../src/guestfs-actions.pod:4496
msgid "guestfs_is_symlink"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4496
+#: ../src/guestfs-actions.pod:4498
#, no-wrap
msgid ""
" int\n"
@@ -33956,12 +33997,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4509
+#: ../src/guestfs-actions.pod:4511
msgid "guestfs_is_zero"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4511
+#: ../src/guestfs-actions.pod:4513
#, no-wrap
msgid ""
" int\n"
@@ -33971,17 +34012,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4520 ../src/guestfs-actions.pod:4534
+#: ../src/guestfs-actions.pod:4522 ../src/guestfs-actions.pod:4536
msgid "(Added in 1.11.8)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4522
+#: ../src/guestfs-actions.pod:4524
msgid "guestfs_is_zero_device"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4524
+#: ../src/guestfs-actions.pod:4526
#, no-wrap
msgid ""
" int\n"
@@ -33991,12 +34032,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4536 ../src/guestfs-structs.pod:268
+#: ../src/guestfs-actions.pod:4538 ../src/guestfs-structs.pod:268
msgid "guestfs_isoinfo"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4538
+#: ../src/guestfs-actions.pod:4540
#, no-wrap
msgid ""
" struct guestfs_isoinfo *\n"
@@ -34006,7 +34047,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4542
+#: ../src/guestfs-actions.pod:4544
msgid ""
"This is the same as C<guestfs_isoinfo_device> except that it works for an "
"ISO file located inside some other mounted filesystem. Note that in the "
@@ -34015,24 +34056,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4548 ../src/guestfs-actions.pod:4571
+#: ../src/guestfs-actions.pod:4550 ../src/guestfs-actions.pod:4573
msgid ""
"This function returns a C<struct guestfs_isoinfo *>, or NULL if there was an "
"error. I<The caller must call C<guestfs_free_isoinfo> after use>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4552 ../src/guestfs-actions.pod:4575
+#: ../src/guestfs-actions.pod:4554 ../src/guestfs-actions.pod:4577
msgid "(Added in 1.17.19)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4554
+#: ../src/guestfs-actions.pod:4556
msgid "guestfs_isoinfo_device"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4556
+#: ../src/guestfs-actions.pod:4558
#, no-wrap
msgid ""
" struct guestfs_isoinfo *\n"
@@ -34042,12 +34083,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4577
+#: ../src/guestfs-actions.pod:4579
msgid "guestfs_kill_subprocess"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4579
+#: ../src/guestfs-actions.pod:4581
#, no-wrap
msgid ""
" int\n"
@@ -34056,24 +34097,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4582
+#: ../src/guestfs-actions.pod:4584
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_shutdown> "
"call instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4591
+#: ../src/guestfs-actions.pod:4593
msgid "Do not call this. See: C<guestfs_shutdown> instead."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4597
+#: ../src/guestfs-actions.pod:4599
msgid "guestfs_launch"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4599
+#: ../src/guestfs-actions.pod:4601
#, no-wrap
msgid ""
" int\n"
@@ -34081,13 +34122,22 @@ msgid ""
"\n"
msgstr ""
+#. type: textblock
+#: ../src/guestfs-actions.pod:4610
+msgid ""
+"Do not call C<guestfs_launch> twice on the same handle. Although it will "
+"not give an error (for historical reasons), the precise behaviour when you "
+"do this is not well defined. Handles are very cheap to create, so create a "
+"new one for each launch."
+msgstr ""
+
#. type: =head2
-#: ../src/guestfs-actions.pod:4617
+#: ../src/guestfs-actions.pod:4624
msgid "guestfs_lchown"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4619
+#: ../src/guestfs-actions.pod:4626
#, no-wrap
msgid ""
" int\n"
@@ -34099,7 +34149,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4625
+#: ../src/guestfs-actions.pod:4632
msgid ""
"Change the file owner to C<owner> and group to C<group>. This is like "
"C<guestfs_chown> but if C<path> is a symlink then the link itself is "
@@ -34107,12 +34157,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4637
+#: ../src/guestfs-actions.pod:4644
msgid "guestfs_lgetxattr"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4639
+#: ../src/guestfs-actions.pod:4646
#, no-wrap
msgid ""
" char *\n"
@@ -34124,17 +34174,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4659
+#: ../src/guestfs-actions.pod:4666
msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4667
+#: ../src/guestfs-actions.pod:4674
msgid "guestfs_lgetxattrs"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4669
+#: ../src/guestfs-actions.pod:4676
#, no-wrap
msgid ""
" struct guestfs_xattr_list *\n"
@@ -34144,19 +34194,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4673
+#: ../src/guestfs-actions.pod:4680
msgid ""
"This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
"then it returns the extended attributes of the link itself."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4683
+#: ../src/guestfs-actions.pod:4690
msgid "guestfs_list_9p"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4685
+#: ../src/guestfs-actions.pod:4692
#, no-wrap
msgid ""
" char **\n"
@@ -34165,12 +34215,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4697
+#: ../src/guestfs-actions.pod:4704
msgid "guestfs_list_devices"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4699
+#: ../src/guestfs-actions.pod:4706
#, no-wrap
msgid ""
" char **\n"
@@ -34179,12 +34229,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4714
+#: ../src/guestfs-actions.pod:4721
msgid "guestfs_list_dm_devices"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4716
+#: ../src/guestfs-actions.pod:4723
#, no-wrap
msgid ""
" char **\n"
@@ -34193,14 +34243,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4721
+#: ../src/guestfs-actions.pod:4728
msgid ""
"The returned list contains C</dev/mapper/*> devices, eg. ones created by a "
"previous call to C<guestfs_luks_open>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4724
+#: ../src/guestfs-actions.pod:4731
msgid ""
"Device mapper devices which correspond to logical volumes are I<not> "
"returned in this list. Call C<guestfs_lvs> if you want to list logical "
@@ -34208,17 +34258,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4732 ../src/guestfs-actions.pod:6718
+#: ../src/guestfs-actions.pod:4739 ../src/guestfs-actions.pod:6725
msgid "(Added in 1.11.15)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4734
+#: ../src/guestfs-actions.pod:4741
msgid "guestfs_list_filesystems"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4736
+#: ../src/guestfs-actions.pod:4743
#, no-wrap
msgid ""
" char **\n"
@@ -34227,7 +34277,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4756
+#: ../src/guestfs-actions.pod:4763
msgid ""
"This command runs other libguestfs commands, which might include "
"C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
@@ -34235,7 +34285,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4760
+#: ../src/guestfs-actions.pod:4767
msgid ""
"Not all of the filesystems returned will be mountable. In particular, swap "
"partitions are returned in the list. Also this command does not check that "
@@ -34246,17 +34296,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4774 ../src/guestfs-actions.pod:7078
+#: ../src/guestfs-actions.pod:4781 ../src/guestfs-actions.pod:7085
msgid "(Added in 1.5.15)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4776
+#: ../src/guestfs-actions.pod:4783
msgid "guestfs_list_md_devices"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4778
+#: ../src/guestfs-actions.pod:4785
#, no-wrap
msgid ""
" char **\n"
@@ -34265,17 +34315,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4787 ../src/guestfs-actions.pod:8871
+#: ../src/guestfs-actions.pod:4794 ../src/guestfs-actions.pod:8878
msgid "(Added in 1.15.4)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4789
+#: ../src/guestfs-actions.pod:4796
msgid "guestfs_list_partitions"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4791
+#: ../src/guestfs-actions.pod:4798
#, no-wrap
msgid ""
" char **\n"
@@ -34284,19 +34334,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4798
+#: ../src/guestfs-actions.pod:4805
msgid ""
"This does not return logical volumes. For that you will need to call "
"C<guestfs_lvs>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4809
+#: ../src/guestfs-actions.pod:4816
msgid "guestfs_ll"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4811
+#: ../src/guestfs-actions.pod:4818
#, no-wrap
msgid ""
" char *\n"
@@ -34306,12 +34356,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4826
+#: ../src/guestfs-actions.pod:4833
msgid "guestfs_llz"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4828
+#: ../src/guestfs-actions.pod:4835
#, no-wrap
msgid ""
" char *\n"
@@ -34321,17 +34371,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4840 ../src/guestfs-actions.pod:9502
+#: ../src/guestfs-actions.pod:4847 ../src/guestfs-actions.pod:9509
msgid "(Added in 1.17.6)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4842
+#: ../src/guestfs-actions.pod:4849
msgid "guestfs_ln"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4844
+#: ../src/guestfs-actions.pod:4851
#, no-wrap
msgid ""
" int\n"
@@ -34342,12 +34392,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4855
+#: ../src/guestfs-actions.pod:4862
msgid "guestfs_ln_f"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4857
+#: ../src/guestfs-actions.pod:4864
#, no-wrap
msgid ""
" int\n"
@@ -34358,12 +34408,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4869
+#: ../src/guestfs-actions.pod:4876
msgid "guestfs_ln_s"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4871
+#: ../src/guestfs-actions.pod:4878
#, no-wrap
msgid ""
" int\n"
@@ -34374,12 +34424,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4882
+#: ../src/guestfs-actions.pod:4889
msgid "guestfs_ln_sf"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4884
+#: ../src/guestfs-actions.pod:4891
#, no-wrap
msgid ""
" int\n"
@@ -34390,12 +34440,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4896
+#: ../src/guestfs-actions.pod:4903
msgid "guestfs_lremovexattr"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4898
+#: ../src/guestfs-actions.pod:4905
#, no-wrap
msgid ""
" int\n"
@@ -34406,19 +34456,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4903
+#: ../src/guestfs-actions.pod:4910
msgid ""
"This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
"link, then it removes an extended attribute of the link itself."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4911
+#: ../src/guestfs-actions.pod:4918
msgid "guestfs_ls"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4913
+#: ../src/guestfs-actions.pod:4920
#, no-wrap
msgid ""
" char **\n"
@@ -34428,19 +34478,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4921
+#: ../src/guestfs-actions.pod:4928
msgid ""
"This command is mostly useful for interactive sessions. Programs should "
"probably use C<guestfs_readdir> instead."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4930
+#: ../src/guestfs-actions.pod:4937
msgid "guestfs_lsetxattr"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4932
+#: ../src/guestfs-actions.pod:4939
#, no-wrap
msgid ""
" int\n"
@@ -34453,19 +34503,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4939
+#: ../src/guestfs-actions.pod:4946
msgid ""
"This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
"then it sets an extended attribute of the link itself."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4947
+#: ../src/guestfs-actions.pod:4954
msgid "guestfs_lstat"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4949
+#: ../src/guestfs-actions.pod:4956
#, no-wrap
msgid ""
" struct guestfs_stat *\n"
@@ -34475,31 +34525,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4955
+#: ../src/guestfs-actions.pod:4962
msgid ""
"This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
"link, then the link is stat-ed, not the file it refers to."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4961 ../src/guestfs-actions.pod:8390
+#: ../src/guestfs-actions.pod:4968 ../src/guestfs-actions.pod:8397
msgid ""
"This function returns a C<struct guestfs_stat *>, or NULL if there was an "
"error. I<The caller must call C<guestfs_free_stat> after use>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4965 ../src/guestfs-actions.pod:8394 ../src/guestfs-actions.pod:8412 ../src/guestfs-actions.pod:8915
+#: ../src/guestfs-actions.pod:4972 ../src/guestfs-actions.pod:8401 ../src/guestfs-actions.pod:8419 ../src/guestfs-actions.pod:8922
msgid "(Added in 0.9.2)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4967
+#: ../src/guestfs-actions.pod:4974
msgid "guestfs_lstatlist"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4969
+#: ../src/guestfs-actions.pod:4976
#, no-wrap
msgid ""
" struct guestfs_stat_list *\n"
@@ -34510,7 +34560,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4974
+#: ../src/guestfs-actions.pod:4981
msgid ""
"This call allows you to perform the C<guestfs_lstat> operation on multiple "
"files, where all files are in the directory C<path>. C<names> is the list "
@@ -34518,7 +34568,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4983
+#: ../src/guestfs-actions.pod:4990
msgid ""
"This call is intended for programs that want to efficiently list a directory "
"contents without making many round-trips. See also C<guestfs_lxattrlist> "
@@ -34529,19 +34579,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4991
+#: ../src/guestfs-actions.pod:4998
msgid ""
"This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
"an error. I<The caller must call C<guestfs_free_stat_list> after use>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4997
+#: ../src/guestfs-actions.pod:5004
msgid "guestfs_luks_add_key"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:4999
+#: ../src/guestfs-actions.pod:5006
#, no-wrap
msgid ""
" int\n"
@@ -34554,14 +34604,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5011
+#: ../src/guestfs-actions.pod:5018
msgid ""
"Note that if C<keyslot> already contains a key, then this command will "
"fail. You have to use C<guestfs_luks_kill_slot> first to remove that key."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5017 ../src/guestfs-actions.pod:5054 ../src/guestfs-actions.pod:5074 ../src/guestfs-actions.pod:5094 ../src/guestfs-actions.pod:5129 ../src/guestfs-actions.pod:5148
+#: ../src/guestfs-actions.pod:5024 ../src/guestfs-actions.pod:5061 ../src/guestfs-actions.pod:5081 ../src/guestfs-actions.pod:5101 ../src/guestfs-actions.pod:5136 ../src/guestfs-actions.pod:5155
msgid ""
"This function takes a key or passphrase parameter which could contain "
"sensitive material. Read the section L</KEYS AND PASSPHRASES> for more "
@@ -34569,17 +34619,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5021 ../src/guestfs-actions.pod:5058 ../src/guestfs-actions.pod:5078 ../src/guestfs-actions.pod:5098
+#: ../src/guestfs-actions.pod:5028 ../src/guestfs-actions.pod:5065 ../src/guestfs-actions.pod:5085 ../src/guestfs-actions.pod:5105
msgid "(Added in 1.5.2)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5023
+#: ../src/guestfs-actions.pod:5030
msgid "guestfs_luks_close"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5025
+#: ../src/guestfs-actions.pod:5032
#, no-wrap
msgid ""
" int\n"
@@ -34589,7 +34639,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5029
+#: ../src/guestfs-actions.pod:5036
msgid ""
"This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
"or C<guestfs_luks_open_ro>. The C<device> parameter must be the name of the "
@@ -34598,17 +34648,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5037 ../src/guestfs-actions.pod:5133 ../src/guestfs-actions.pod:5152 ../src/guestfs-actions.pod:5219 ../src/guestfs-actions.pod:5264
+#: ../src/guestfs-actions.pod:5044 ../src/guestfs-actions.pod:5140 ../src/guestfs-actions.pod:5159 ../src/guestfs-actions.pod:5226 ../src/guestfs-actions.pod:5271
msgid "(Added in 1.5.1)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5039
+#: ../src/guestfs-actions.pod:5046
msgid "guestfs_luks_format"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5041
+#: ../src/guestfs-actions.pod:5048
#, no-wrap
msgid ""
" int\n"
@@ -34620,12 +34670,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5060
+#: ../src/guestfs-actions.pod:5067
msgid "guestfs_luks_format_cipher"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5062
+#: ../src/guestfs-actions.pod:5069
#, no-wrap
msgid ""
" int\n"
@@ -34638,19 +34688,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5069
+#: ../src/guestfs-actions.pod:5076
msgid ""
"This command is the same as C<guestfs_luks_format> but it also allows you to "
"set the C<cipher> used."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5080
+#: ../src/guestfs-actions.pod:5087
msgid "guestfs_luks_kill_slot"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5082
+#: ../src/guestfs-actions.pod:5089
#, no-wrap
msgid ""
" int\n"
@@ -34662,12 +34712,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5100
+#: ../src/guestfs-actions.pod:5107
msgid "guestfs_luks_open"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5102
+#: ../src/guestfs-actions.pod:5109
#, no-wrap
msgid ""
" int\n"
@@ -34679,7 +34729,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5120
+#: ../src/guestfs-actions.pod:5127
msgid ""
"If this block device contains LVM volume groups, then calling "
"C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
@@ -34687,17 +34737,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5124
+#: ../src/guestfs-actions.pod:5131
msgid "Use C<guestfs_list_dm_devices> to list all device mapper devices."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5135
+#: ../src/guestfs-actions.pod:5142
msgid "guestfs_luks_open_ro"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5137
+#: ../src/guestfs-actions.pod:5144
#, no-wrap
msgid ""
" int\n"
@@ -34709,19 +34759,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5143
+#: ../src/guestfs-actions.pod:5150
msgid ""
"This is the same as C<guestfs_luks_open> except that a read-only mapping is "
"created."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5154
+#: ../src/guestfs-actions.pod:5161
msgid "guestfs_lvcreate"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5156
+#: ../src/guestfs-actions.pod:5163
#, no-wrap
msgid ""
" int\n"
@@ -34733,12 +34783,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5169
+#: ../src/guestfs-actions.pod:5176
msgid "guestfs_lvcreate_free"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5171
+#: ../src/guestfs-actions.pod:5178
#, no-wrap
msgid ""
" int\n"
@@ -34750,17 +34800,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5184 ../src/guestfs-actions.pod:9688
+#: ../src/guestfs-actions.pod:5191 ../src/guestfs-actions.pod:9695
msgid "(Added in 1.17.18)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5186
+#: ../src/guestfs-actions.pod:5193
msgid "guestfs_lvm_canonical_lv_name"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5188
+#: ../src/guestfs-actions.pod:5195
#, no-wrap
msgid ""
" char *\n"
@@ -34770,22 +34820,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5199
+#: ../src/guestfs-actions.pod:5206
msgid "See also C<guestfs_is_lv>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5204
+#: ../src/guestfs-actions.pod:5211
msgid "(Added in 1.5.24)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5206
+#: ../src/guestfs-actions.pod:5213
msgid "guestfs_lvm_clear_filter"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5208
+#: ../src/guestfs-actions.pod:5215
#, no-wrap
msgid ""
" int\n"
@@ -34794,19 +34844,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5211
+#: ../src/guestfs-actions.pod:5218
msgid ""
"This undoes the effect of C<guestfs_lvm_set_filter>. LVM will be able to "
"see every block device."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5221
+#: ../src/guestfs-actions.pod:5228
msgid "guestfs_lvm_remove_all"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5223
+#: ../src/guestfs-actions.pod:5230
#, no-wrap
msgid ""
" int\n"
@@ -34815,12 +34865,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5233
+#: ../src/guestfs-actions.pod:5240
msgid "guestfs_lvm_set_filter"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5235
+#: ../src/guestfs-actions.pod:5242
#, no-wrap
msgid ""
" int\n"
@@ -34830,12 +34880,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5266
+#: ../src/guestfs-actions.pod:5273
msgid "guestfs_lvremove"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5268
+#: ../src/guestfs-actions.pod:5275
#, no-wrap
msgid ""
" int\n"
@@ -34845,17 +34895,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5280 ../src/guestfs-actions.pod:7193 ../src/guestfs-actions.pod:9346
+#: ../src/guestfs-actions.pod:5287 ../src/guestfs-actions.pod:7200 ../src/guestfs-actions.pod:9353
msgid "(Added in 1.0.13)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5282
+#: ../src/guestfs-actions.pod:5289
msgid "guestfs_lvrename"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5284
+#: ../src/guestfs-actions.pod:5291
#, no-wrap
msgid ""
" int\n"
@@ -34866,17 +34916,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5293 ../src/guestfs-actions.pod:9359
+#: ../src/guestfs-actions.pod:5300 ../src/guestfs-actions.pod:9366
msgid "(Added in 1.0.83)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5295
+#: ../src/guestfs-actions.pod:5302
msgid "guestfs_lvresize"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5297
+#: ../src/guestfs-actions.pod:5304
#, no-wrap
msgid ""
" int\n"
@@ -34887,12 +34937,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5310
+#: ../src/guestfs-actions.pod:5317
msgid "guestfs_lvresize_free"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5312
+#: ../src/guestfs-actions.pod:5319
#, no-wrap
msgid ""
" int\n"
@@ -34903,17 +34953,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5325
+#: ../src/guestfs-actions.pod:5332
msgid "(Added in 1.3.3)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5327
+#: ../src/guestfs-actions.pod:5334
msgid "guestfs_lvs"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5329
+#: ../src/guestfs-actions.pod:5336
#, no-wrap
msgid ""
" char **\n"
@@ -34922,17 +34972,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5338
+#: ../src/guestfs-actions.pod:5345
msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5346
+#: ../src/guestfs-actions.pod:5353
msgid "guestfs_lvs_full"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5348
+#: ../src/guestfs-actions.pod:5355
#, no-wrap
msgid ""
" struct guestfs_lvm_lv_list *\n"
@@ -34941,7 +34991,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5354
+#: ../src/guestfs-actions.pod:5361
msgid ""
"This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
"was an error. I<The caller must call C<guestfs_free_lvm_lv_list> after "
@@ -34949,12 +34999,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5360
+#: ../src/guestfs-actions.pod:5367
msgid "guestfs_lvuuid"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5362
+#: ../src/guestfs-actions.pod:5369
#, no-wrap
msgid ""
" char *\n"
@@ -34964,12 +35014,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5373
+#: ../src/guestfs-actions.pod:5380
msgid "guestfs_lxattrlist"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5375
+#: ../src/guestfs-actions.pod:5382
#, no-wrap
msgid ""
" struct guestfs_xattr_list *\n"
@@ -34980,7 +35030,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5394
+#: ../src/guestfs-actions.pod:5401
msgid ""
"This call is intended for programs that want to efficiently list a directory "
"contents without making many round-trips. See also C<guestfs_lstatlist> for "
@@ -34991,12 +35041,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5408
+#: ../src/guestfs-actions.pod:5415
msgid "guestfs_md_create"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5410
+#: ../src/guestfs-actions.pod:5417
#, no-wrap
msgid ""
" int\n"
@@ -35008,7 +35058,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5421
+#: ../src/guestfs-actions.pod:5428
#, no-wrap
msgid ""
" GUESTFS_MD_CREATE_MISSINGBITMAP, int64_t missingbitmap,\n"
@@ -35020,17 +35070,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5483 ../src/guestfs-actions.pod:5549 ../src/guestfs-actions.pod:5619
+#: ../src/guestfs-actions.pod:5490 ../src/guestfs-actions.pod:5556 ../src/guestfs-actions.pod:5626
msgid "(Added in 1.15.6)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5485
+#: ../src/guestfs-actions.pod:5492
msgid "guestfs_md_create_va"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5487
+#: ../src/guestfs-actions.pod:5494
#, no-wrap
msgid ""
" int\n"
@@ -35042,17 +35092,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5493
+#: ../src/guestfs-actions.pod:5500
msgid "This is the \"va_list variant\" of L</guestfs_md_create>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5497
+#: ../src/guestfs-actions.pod:5504
msgid "guestfs_md_create_argv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5499
+#: ../src/guestfs-actions.pod:5506
#, no-wrap
msgid ""
" int\n"
@@ -35064,17 +35114,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5505
+#: ../src/guestfs-actions.pod:5512
msgid "This is the \"argv variant\" of L</guestfs_md_create>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5509
+#: ../src/guestfs-actions.pod:5516
msgid "guestfs_md_detail"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5511
+#: ../src/guestfs-actions.pod:5518
#, no-wrap
msgid ""
" char **\n"
@@ -35084,12 +35134,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5551
+#: ../src/guestfs-actions.pod:5558
msgid "guestfs_md_stat"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5553
+#: ../src/guestfs-actions.pod:5560
#, no-wrap
msgid ""
" struct guestfs_mdstat_list *\n"
@@ -35099,12 +35149,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5560
+#: ../src/guestfs-actions.pod:5567
msgid "To get a list of software RAID devices, call C<guestfs_list_md_devices>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5602
+#: ../src/guestfs-actions.pod:5609
msgid ""
"This function returns a C<struct guestfs_mdstat_list *>, or NULL if there "
"was an error. I<The caller must call C<guestfs_free_mdstat_list> after "
@@ -35112,17 +35162,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5606
+#: ../src/guestfs-actions.pod:5613
msgid "(Added in 1.17.21)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5608
+#: ../src/guestfs-actions.pod:5615
msgid "guestfs_md_stop"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5610
+#: ../src/guestfs-actions.pod:5617
#, no-wrap
msgid ""
" int\n"
@@ -35132,12 +35182,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5621
+#: ../src/guestfs-actions.pod:5628
msgid "guestfs_mkdir"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5623
+#: ../src/guestfs-actions.pod:5630
#, no-wrap
msgid ""
" int\n"
@@ -35147,12 +35197,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5633
+#: ../src/guestfs-actions.pod:5640
msgid "guestfs_mkdir_mode"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5635
+#: ../src/guestfs-actions.pod:5642
#, no-wrap
msgid ""
" int\n"
@@ -35163,17 +35213,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5647
+#: ../src/guestfs-actions.pod:5654
msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5653
+#: ../src/guestfs-actions.pod:5660
msgid "guestfs_mkdir_p"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5655
+#: ../src/guestfs-actions.pod:5662
#, no-wrap
msgid ""
" int\n"
@@ -35183,12 +35233,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5666
+#: ../src/guestfs-actions.pod:5673
msgid "guestfs_mkdtemp"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5668
+#: ../src/guestfs-actions.pod:5675
#, no-wrap
msgid ""
" char *\n"
@@ -35198,12 +35248,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5696
+#: ../src/guestfs-actions.pod:5703
msgid "guestfs_mke2fs_J"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5698
+#: ../src/guestfs-actions.pod:5705
#, no-wrap
msgid ""
" int\n"
@@ -35216,22 +35266,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5711
+#: ../src/guestfs-actions.pod:5718
msgid "See also C<guestfs_mke2journal>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5715 ../src/guestfs-actions.pod:5733 ../src/guestfs-actions.pod:5751 ../src/guestfs-actions.pod:5767 ../src/guestfs-actions.pod:5781 ../src/guestfs-actions.pod:5795 ../src/guestfs-actions.pod:5854 ../src/guestfs-actions.pod:6186
+#: ../src/guestfs-actions.pod:5722 ../src/guestfs-actions.pod:5740 ../src/guestfs-actions.pod:5758 ../src/guestfs-actions.pod:5774 ../src/guestfs-actions.pod:5788 ../src/guestfs-actions.pod:5802 ../src/guestfs-actions.pod:5861 ../src/guestfs-actions.pod:6193
msgid "(Added in 1.0.68)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5717
+#: ../src/guestfs-actions.pod:5724
msgid "guestfs_mke2fs_JL"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5719
+#: ../src/guestfs-actions.pod:5726
#, no-wrap
msgid ""
" int\n"
@@ -35244,17 +35294,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5729
+#: ../src/guestfs-actions.pod:5736
msgid "See also C<guestfs_mke2journal_L>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5735
+#: ../src/guestfs-actions.pod:5742
msgid "guestfs_mke2fs_JU"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5737
+#: ../src/guestfs-actions.pod:5744
#, no-wrap
msgid ""
" int\n"
@@ -35267,17 +35317,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5747
+#: ../src/guestfs-actions.pod:5754
msgid "See also C<guestfs_mke2journal_U>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5753
+#: ../src/guestfs-actions.pod:5760
msgid "guestfs_mke2journal"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5755
+#: ../src/guestfs-actions.pod:5762
#, no-wrap
msgid ""
" int\n"
@@ -35288,12 +35338,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5769
+#: ../src/guestfs-actions.pod:5776
msgid "guestfs_mke2journal_L"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5771
+#: ../src/guestfs-actions.pod:5778
#, no-wrap
msgid ""
" int\n"
@@ -35305,12 +35355,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5783
+#: ../src/guestfs-actions.pod:5790
msgid "guestfs_mke2journal_U"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5785
+#: ../src/guestfs-actions.pod:5792
#, no-wrap
msgid ""
" int\n"
@@ -35322,12 +35372,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5797
+#: ../src/guestfs-actions.pod:5804
msgid "guestfs_mkfifo"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5799
+#: ../src/guestfs-actions.pod:5806
#, no-wrap
msgid ""
" int\n"
@@ -35338,19 +35388,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5804
+#: ../src/guestfs-actions.pod:5811
msgid ""
"This call creates a FIFO (named pipe) called C<path> with mode C<mode>. It "
"is just a convenient wrapper around C<guestfs_mknod>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5814
+#: ../src/guestfs-actions.pod:5821
msgid "guestfs_mkfs"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5816
+#: ../src/guestfs-actions.pod:5823
#, no-wrap
msgid ""
" int\n"
@@ -35361,12 +35411,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5829
+#: ../src/guestfs-actions.pod:5836
msgid "guestfs_mkfs_b"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5831
+#: ../src/guestfs-actions.pod:5838
#, no-wrap
msgid ""
" int\n"
@@ -35378,14 +35428,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5837
+#: ../src/guestfs-actions.pod:5844
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_mkfs_opts> "
"call instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5844
+#: ../src/guestfs-actions.pod:5851
msgid ""
"This call is similar to C<guestfs_mkfs>, but it allows you to control the "
"block size of the resulting filesystem. Supported block sizes depend on the "
@@ -35393,12 +35443,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5856
+#: ../src/guestfs-actions.pod:5863
msgid "guestfs_mkfs_btrfs"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5858
+#: ../src/guestfs-actions.pod:5865
#, no-wrap
msgid ""
" int\n"
@@ -35409,7 +35459,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5868
+#: ../src/guestfs-actions.pod:5875
#, no-wrap
msgid ""
" GUESTFS_MKFS_BTRFS_ALLOCSTART, int64_t allocstart,\n"
@@ -35424,22 +35474,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5883
+#: ../src/guestfs-actions.pod:5890
msgid "To create general filesystems, use C<guestfs_mkfs_opts>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5887
+#: ../src/guestfs-actions.pod:5894
msgid "(Added in 1.17.25)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5889
+#: ../src/guestfs-actions.pod:5896
msgid "guestfs_mkfs_btrfs_va"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5891
+#: ../src/guestfs-actions.pod:5898
#, no-wrap
msgid ""
" int\n"
@@ -35450,17 +35500,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5896
+#: ../src/guestfs-actions.pod:5903
msgid "This is the \"va_list variant\" of L</guestfs_mkfs_btrfs>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5900
+#: ../src/guestfs-actions.pod:5907
msgid "guestfs_mkfs_btrfs_argv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5902
+#: ../src/guestfs-actions.pod:5909
#, no-wrap
msgid ""
" int\n"
@@ -35471,17 +35521,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5907
+#: ../src/guestfs-actions.pod:5914
msgid "This is the \"argv variant\" of L</guestfs_mkfs_btrfs>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5911
+#: ../src/guestfs-actions.pod:5918
msgid "guestfs_mkfs_opts"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5913
+#: ../src/guestfs-actions.pod:5920
#, no-wrap
msgid ""
" int\n"
@@ -35493,7 +35543,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5924
+#: ../src/guestfs-actions.pod:5931
#, no-wrap
msgid ""
" GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
@@ -35504,17 +35554,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5972
+#: ../src/guestfs-actions.pod:5979
msgid "(Added in 1.7.19)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5974
+#: ../src/guestfs-actions.pod:5981
msgid "guestfs_mkfs_opts_va"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5976
+#: ../src/guestfs-actions.pod:5983
#, no-wrap
msgid ""
" int\n"
@@ -35526,17 +35576,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5982
+#: ../src/guestfs-actions.pod:5989
msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5986
+#: ../src/guestfs-actions.pod:5993
msgid "guestfs_mkfs_opts_argv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:5988
+#: ../src/guestfs-actions.pod:5995
#, no-wrap
msgid ""
" int\n"
@@ -35548,17 +35598,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5994
+#: ../src/guestfs-actions.pod:6001
msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5998
+#: ../src/guestfs-actions.pod:6005
msgid "guestfs_mkmountpoint"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6000
+#: ../src/guestfs-actions.pod:6007
#, no-wrap
msgid ""
" int\n"
@@ -35568,7 +35618,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6004
+#: ../src/guestfs-actions.pod:6011
msgid ""
"C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
"that can be used to create extra mountpoints before mounting the first "
@@ -35576,7 +35626,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6028
+#: ../src/guestfs-actions.pod:6035
msgid ""
"C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>. You "
"may get unexpected errors if you try to mix these calls. It is safest to "
@@ -35584,7 +35634,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6032
+#: ../src/guestfs-actions.pod:6039
msgid ""
"C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
"first, so for this to work for manual mountpoints, you must ensure that the "
@@ -35593,7 +35643,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6039
+#: ../src/guestfs-actions.pod:6046
msgid ""
"Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
"can cause C<guestfs_umount_all> to be called when the handle is closed which "
@@ -35601,17 +35651,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6045 ../src/guestfs-actions.pod:6445 ../src/guestfs-actions.pod:7613
+#: ../src/guestfs-actions.pod:6052 ../src/guestfs-actions.pod:6452 ../src/guestfs-actions.pod:7620
msgid "(Added in 1.0.62)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6047
+#: ../src/guestfs-actions.pod:6054
msgid "guestfs_mknod"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6049
+#: ../src/guestfs-actions.pod:6056
#, no-wrap
msgid ""
" int\n"
@@ -35624,7 +35674,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6064
+#: ../src/guestfs-actions.pod:6071
msgid ""
"Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
"S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
@@ -35635,12 +35685,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6078
+#: ../src/guestfs-actions.pod:6085
msgid "guestfs_mknod_b"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6080
+#: ../src/guestfs-actions.pod:6087
#, no-wrap
msgid ""
" int\n"
@@ -35653,7 +35703,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6087
+#: ../src/guestfs-actions.pod:6094
msgid ""
"This call creates a block device node called C<path> with mode C<mode> and "
"device major/minor C<devmajor> and C<devminor>. It is just a convenient "
@@ -35661,12 +35711,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6097
+#: ../src/guestfs-actions.pod:6104
msgid "guestfs_mknod_c"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6099
+#: ../src/guestfs-actions.pod:6106
#, no-wrap
msgid ""
" int\n"
@@ -35679,7 +35729,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6106
+#: ../src/guestfs-actions.pod:6113
msgid ""
"This call creates a char device node called C<path> with mode C<mode> and "
"device major/minor C<devmajor> and C<devminor>. It is just a convenient "
@@ -35687,12 +35737,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6116
+#: ../src/guestfs-actions.pod:6123
msgid "guestfs_mkswap"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6118
+#: ../src/guestfs-actions.pod:6125
#, no-wrap
msgid ""
" int\n"
@@ -35702,12 +35752,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6128
+#: ../src/guestfs-actions.pod:6135
msgid "guestfs_mkswap_L"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6130
+#: ../src/guestfs-actions.pod:6137
#, no-wrap
msgid ""
" int\n"
@@ -35718,12 +35768,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6145
+#: ../src/guestfs-actions.pod:6152
msgid "guestfs_mkswap_U"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6147
+#: ../src/guestfs-actions.pod:6154
#, no-wrap
msgid ""
" int\n"
@@ -35734,12 +35784,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6158
+#: ../src/guestfs-actions.pod:6165
msgid "guestfs_mkswap_file"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6160
+#: ../src/guestfs-actions.pod:6167
#, no-wrap
msgid ""
" int\n"
@@ -35749,19 +35799,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6166
+#: ../src/guestfs-actions.pod:6173
msgid ""
"This command just writes a swap file signature to an existing file. To "
"create the file itself, use something like C<guestfs_fallocate>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6173
+#: ../src/guestfs-actions.pod:6180
msgid "guestfs_modprobe"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6175
+#: ../src/guestfs-actions.pod:6182
#, no-wrap
msgid ""
" int\n"
@@ -35771,12 +35821,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6188
+#: ../src/guestfs-actions.pod:6195
msgid "guestfs_mount"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6190
+#: ../src/guestfs-actions.pod:6197
#, no-wrap
msgid ""
" int\n"
@@ -35787,7 +35837,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6209
+#: ../src/guestfs-actions.pod:6216
msgid ""
"Before libguestfs 1.13.16, this call implicitly added the options C<sync> "
"and C<noatime>. The C<sync> option greatly slowed writes and caused many "
@@ -35797,12 +35847,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6220
+#: ../src/guestfs-actions.pod:6227
msgid "guestfs_mount_9p"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6222
+#: ../src/guestfs-actions.pod:6229
#, no-wrap
msgid ""
" int\n"
@@ -35814,7 +35864,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6233
+#: ../src/guestfs-actions.pod:6240
#, no-wrap
msgid ""
" GUESTFS_MOUNT_9P_OPTIONS, const char *options,\n"
@@ -35822,12 +35872,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6246
+#: ../src/guestfs-actions.pod:6253
msgid "guestfs_mount_9p_va"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6248
+#: ../src/guestfs-actions.pod:6255
#, no-wrap
msgid ""
" int\n"
@@ -35839,17 +35889,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6254
+#: ../src/guestfs-actions.pod:6261
msgid "This is the \"va_list variant\" of L</guestfs_mount_9p>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6258
+#: ../src/guestfs-actions.pod:6265
msgid "guestfs_mount_9p_argv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6260
+#: ../src/guestfs-actions.pod:6267
#, no-wrap
msgid ""
" int\n"
@@ -35861,17 +35911,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6266
+#: ../src/guestfs-actions.pod:6273
msgid "This is the \"argv variant\" of L</guestfs_mount_9p>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6270
+#: ../src/guestfs-actions.pod:6277
msgid "guestfs_mount_local"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6272
+#: ../src/guestfs-actions.pod:6279
#, no-wrap
msgid ""
" int\n"
@@ -35882,7 +35932,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6282
+#: ../src/guestfs-actions.pod:6289
#, no-wrap
msgid ""
" GUESTFS_MOUNT_LOCAL_READONLY, int readonly,\n"
@@ -35893,7 +35943,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6305
+#: ../src/guestfs-actions.pod:6312
msgid ""
"When C<guestfs_mount_local> returns, the filesystem is ready, but is not "
"processing requests (access to it will block). You have to call "
@@ -35901,17 +35951,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6313 ../src/guestfs-actions.pod:6362 ../src/guestfs-actions.pod:9019
+#: ../src/guestfs-actions.pod:6320 ../src/guestfs-actions.pod:6369 ../src/guestfs-actions.pod:9026
msgid "(Added in 1.17.22)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6315
+#: ../src/guestfs-actions.pod:6322
msgid "guestfs_mount_local_va"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6317
+#: ../src/guestfs-actions.pod:6324
#, no-wrap
msgid ""
" int\n"
@@ -35922,17 +35972,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6322
+#: ../src/guestfs-actions.pod:6329
msgid "This is the \"va_list variant\" of L</guestfs_mount_local>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6326
+#: ../src/guestfs-actions.pod:6333
msgid "guestfs_mount_local_argv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6328
+#: ../src/guestfs-actions.pod:6335
#, no-wrap
msgid ""
" int\n"
@@ -35944,17 +35994,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6333
+#: ../src/guestfs-actions.pod:6340
msgid "This is the \"argv variant\" of L</guestfs_mount_local>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6337
+#: ../src/guestfs-actions.pod:6344
msgid "guestfs_mount_local_run"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6339
+#: ../src/guestfs-actions.pod:6346
#, no-wrap
msgid ""
" int\n"
@@ -35963,21 +36013,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6345
+#: ../src/guestfs-actions.pod:6352
msgid ""
"This should only be called after C<guestfs_mount_local> returns "
"successfully. The call will not return until the filesystem is unmounted."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6349
+#: ../src/guestfs-actions.pod:6356
msgid ""
"B<Note> you must I<not> make concurrent libguestfs calls on the same handle "
"from another thread, with the exception of C<guestfs_umount_local>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6353
+#: ../src/guestfs-actions.pod:6360
msgid ""
"You may call this from a different thread than the one which called "
"C<guestfs_mount_local>, subject to the usual rules for threads and "
@@ -35985,12 +36035,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6364
+#: ../src/guestfs-actions.pod:6371
msgid "guestfs_mount_loop"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6366
+#: ../src/guestfs-actions.pod:6373
#, no-wrap
msgid ""
" int\n"
@@ -36001,12 +36051,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6379
+#: ../src/guestfs-actions.pod:6386
msgid "guestfs_mount_options"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6381
+#: ../src/guestfs-actions.pod:6388
#, no-wrap
msgid ""
" int\n"
@@ -36018,24 +36068,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6387
+#: ../src/guestfs-actions.pod:6394
msgid ""
"This is the same as the C<guestfs_mount> command, but it allows you to set "
"the mount options as for the L<mount(8)> I<-o> flag."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6397 ../src/guestfs-actions.pod:6411 ../src/guestfs-actions.pod:6428
+#: ../src/guestfs-actions.pod:6404 ../src/guestfs-actions.pod:6418 ../src/guestfs-actions.pod:6435
msgid "(Added in 1.0.10)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6399
+#: ../src/guestfs-actions.pod:6406
msgid "guestfs_mount_ro"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6401
+#: ../src/guestfs-actions.pod:6408
#, no-wrap
msgid ""
" int\n"
@@ -36046,19 +36096,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6406
+#: ../src/guestfs-actions.pod:6413
msgid ""
"This is the same as the C<guestfs_mount> command, but it mounts the "
"filesystem with the read-only (I<-o ro>) flag."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6413
+#: ../src/guestfs-actions.pod:6420
msgid "guestfs_mount_vfs"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6415
+#: ../src/guestfs-actions.pod:6422
#, no-wrap
msgid ""
" int\n"
@@ -36071,7 +36121,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6422
+#: ../src/guestfs-actions.pod:6429
msgid ""
"This is the same as the C<guestfs_mount> command, but it allows you to set "
"both the mount options and the vfstype as for the L<mount(8)> I<-o> and "
@@ -36079,12 +36129,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6430
+#: ../src/guestfs-actions.pod:6437
msgid "guestfs_mountpoints"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6432
+#: ../src/guestfs-actions.pod:6439
#, no-wrap
msgid ""
" char **\n"
@@ -36093,7 +36143,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6435
+#: ../src/guestfs-actions.pod:6442
msgid ""
"This call is similar to C<guestfs_mounts>. That call returns a list of "
"devices. This one returns a hash table (map) of device name to directory "
@@ -36101,12 +36151,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6447
+#: ../src/guestfs-actions.pod:6454
msgid "guestfs_mounts"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6449
+#: ../src/guestfs-actions.pod:6456
#, no-wrap
msgid ""
" char **\n"
@@ -36115,17 +36165,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6457
+#: ../src/guestfs-actions.pod:6464
msgid "See also: C<guestfs_mountpoints>"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6465
+#: ../src/guestfs-actions.pod:6472
msgid "guestfs_mv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6467
+#: ../src/guestfs-actions.pod:6474
#, no-wrap
msgid ""
" int\n"
@@ -36136,12 +36186,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6479
+#: ../src/guestfs-actions.pod:6486
msgid "guestfs_nr_devices"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6481
+#: ../src/guestfs-actions.pod:6488
#, no-wrap
msgid ""
" int\n"
@@ -36150,7 +36200,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6484
+#: ../src/guestfs-actions.pod:6491
msgid ""
"This returns the number of whole block devices that were added. This is the "
"same as the number of devices that would be returned if you called "
@@ -36158,19 +36208,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6488
+#: ../src/guestfs-actions.pod:6495
msgid ""
"To find out the maximum number of devices that could be added, call "
"C<guestfs_max_disks>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6493
+#: ../src/guestfs-actions.pod:6500
msgid "guestfs_ntfs_3g_probe"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6495
+#: ../src/guestfs-actions.pod:6502
#, no-wrap
msgid ""
" int\n"
@@ -36181,17 +36231,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6514
+#: ../src/guestfs-actions.pod:6521
msgid "(Added in 1.0.43)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6516
+#: ../src/guestfs-actions.pod:6523
msgid "guestfs_ntfsclone_in"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6518
+#: ../src/guestfs-actions.pod:6525
#, no-wrap
msgid ""
" int\n"
@@ -36202,24 +36252,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6523
+#: ../src/guestfs-actions.pod:6530
msgid ""
"Restore the C<backupfile> (from a previous call to C<guestfs_ntfsclone_out>) "
"to C<device>, overwriting any existing contents of this device."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6529 ../src/guestfs-actions.pod:6567 ../src/guestfs-actions.pod:6619 ../src/guestfs-actions.pod:7900
+#: ../src/guestfs-actions.pod:6536 ../src/guestfs-actions.pod:6574 ../src/guestfs-actions.pod:6626 ../src/guestfs-actions.pod:7907
msgid "(Added in 1.17.9)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6531
+#: ../src/guestfs-actions.pod:6538
msgid "guestfs_ntfsclone_out"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6533
+#: ../src/guestfs-actions.pod:6540
#, no-wrap
msgid ""
" int\n"
@@ -36231,7 +36281,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6544
+#: ../src/guestfs-actions.pod:6551
#, no-wrap
msgid ""
" GUESTFS_NTFSCLONE_OUT_METADATAONLY, int metadataonly,\n"
@@ -36243,17 +36293,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6562
+#: ../src/guestfs-actions.pod:6569
msgid "Use C<guestfs_ntfsclone_in> to restore the file back to a libguestfs device."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6569
+#: ../src/guestfs-actions.pod:6576
msgid "guestfs_ntfsclone_out_va"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6571
+#: ../src/guestfs-actions.pod:6578
#, no-wrap
msgid ""
" int\n"
@@ -36265,17 +36315,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6577
+#: ../src/guestfs-actions.pod:6584
msgid "This is the \"va_list variant\" of L</guestfs_ntfsclone_out>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6581
+#: ../src/guestfs-actions.pod:6588
msgid "guestfs_ntfsclone_out_argv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6583
+#: ../src/guestfs-actions.pod:6590
#, no-wrap
msgid ""
" int\n"
@@ -36288,17 +36338,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6589
+#: ../src/guestfs-actions.pod:6596
msgid "This is the \"argv variant\" of L</guestfs_ntfsclone_out>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6593
+#: ../src/guestfs-actions.pod:6600
msgid "guestfs_ntfsfix"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6595
+#: ../src/guestfs-actions.pod:6602
#, no-wrap
msgid ""
" int\n"
@@ -36309,7 +36359,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6605
+#: ../src/guestfs-actions.pod:6612
#, no-wrap
msgid ""
" GUESTFS_NTFSFIX_CLEARBADSECTORS, int clearbadsectors,\n"
@@ -36317,12 +36367,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6621
+#: ../src/guestfs-actions.pod:6628
msgid "guestfs_ntfsfix_va"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6623
+#: ../src/guestfs-actions.pod:6630
#, no-wrap
msgid ""
" int\n"
@@ -36333,17 +36383,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6628
+#: ../src/guestfs-actions.pod:6635
msgid "This is the \"va_list variant\" of L</guestfs_ntfsfix>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6632
+#: ../src/guestfs-actions.pod:6639
msgid "guestfs_ntfsfix_argv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6634
+#: ../src/guestfs-actions.pod:6641
#, no-wrap
msgid ""
" int\n"
@@ -36354,17 +36404,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6639
+#: ../src/guestfs-actions.pod:6646
msgid "This is the \"argv variant\" of L</guestfs_ntfsfix>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6643
+#: ../src/guestfs-actions.pod:6650
msgid "guestfs_ntfsresize"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6645
+#: ../src/guestfs-actions.pod:6652
#, no-wrap
msgid ""
" int\n"
@@ -36374,19 +36424,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6649 ../src/guestfs-actions.pod:6749
+#: ../src/guestfs-actions.pod:6656 ../src/guestfs-actions.pod:6756
msgid ""
"I<This function is deprecated.> In new code, use the "
"L</guestfs_ntfsresize_opts> call instead."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6673
+#: ../src/guestfs-actions.pod:6680
msgid "guestfs_ntfsresize_opts"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6675
+#: ../src/guestfs-actions.pod:6682
#, no-wrap
msgid ""
" int\n"
@@ -36397,7 +36447,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6685
+#: ../src/guestfs-actions.pod:6692
#, no-wrap
msgid ""
" GUESTFS_NTFSRESIZE_OPTS_SIZE, int64_t size,\n"
@@ -36406,7 +36456,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6705
+#: ../src/guestfs-actions.pod:6712
msgid ""
"After the resize operation, the filesystem is always marked as requiring a "
"consistency check (for safety). You have to boot into Windows to perform "
@@ -36417,12 +36467,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6720
+#: ../src/guestfs-actions.pod:6727
msgid "guestfs_ntfsresize_opts_va"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6722
+#: ../src/guestfs-actions.pod:6729
#, no-wrap
msgid ""
" int\n"
@@ -36433,17 +36483,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6727
+#: ../src/guestfs-actions.pod:6734
msgid "This is the \"va_list variant\" of L</guestfs_ntfsresize_opts>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6731
+#: ../src/guestfs-actions.pod:6738
msgid "guestfs_ntfsresize_opts_argv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6733
+#: ../src/guestfs-actions.pod:6740
#, no-wrap
msgid ""
" int\n"
@@ -36455,17 +36505,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6738
+#: ../src/guestfs-actions.pod:6745
msgid "This is the \"argv variant\" of L</guestfs_ntfsresize_opts>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6742
+#: ../src/guestfs-actions.pod:6749
msgid "guestfs_ntfsresize_size"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6744
+#: ../src/guestfs-actions.pod:6751
#, no-wrap
msgid ""
" int\n"
@@ -36476,24 +36526,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6756
+#: ../src/guestfs-actions.pod:6763
msgid ""
"This command is the same as C<guestfs_ntfsresize> except that it allows you "
"to specify the new size (in bytes) explicitly."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6761 ../src/guestfs-actions.pod:7220 ../src/guestfs-actions.pod:7293 ../src/guestfs-actions.pod:7561 ../src/guestfs-actions.pod:9522
+#: ../src/guestfs-actions.pod:6768 ../src/guestfs-actions.pod:7227 ../src/guestfs-actions.pod:7300 ../src/guestfs-actions.pod:7568 ../src/guestfs-actions.pod:9529
msgid "(Added in 1.3.14)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6763
+#: ../src/guestfs-actions.pod:6770
msgid "guestfs_part_add"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6765
+#: ../src/guestfs-actions.pod:6772
#, no-wrap
msgid ""
" int\n"
@@ -36506,31 +36556,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6772
+#: ../src/guestfs-actions.pod:6779
msgid ""
"This command adds a partition to C<device>. If there is no partition table "
"on the device, call C<guestfs_part_init> first."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6784
+#: ../src/guestfs-actions.pod:6791
msgid ""
"Creating a partition which covers the whole disk is not so easy. Use "
"C<guestfs_part_disk> to do that."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6789 ../src/guestfs-actions.pod:6824 ../src/guestfs-actions.pod:6877 ../src/guestfs-actions.pod:6961 ../src/guestfs-actions.pod:6999 ../src/guestfs-actions.pod:7018 ../src/guestfs-actions.pod:7058
+#: ../src/guestfs-actions.pod:6796 ../src/guestfs-actions.pod:6831 ../src/guestfs-actions.pod:6884 ../src/guestfs-actions.pod:6968 ../src/guestfs-actions.pod:7006 ../src/guestfs-actions.pod:7025 ../src/guestfs-actions.pod:7065
msgid "(Added in 1.0.78)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6791
+#: ../src/guestfs-actions.pod:6798
msgid "guestfs_part_del"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6793
+#: ../src/guestfs-actions.pod:6800
#, no-wrap
msgid ""
" int\n"
@@ -36541,12 +36591,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6808
+#: ../src/guestfs-actions.pod:6815
msgid "guestfs_part_disk"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6810
+#: ../src/guestfs-actions.pod:6817
#, no-wrap
msgid ""
" int\n"
@@ -36557,7 +36607,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6815
+#: ../src/guestfs-actions.pod:6822
msgid ""
"This command is simply a combination of C<guestfs_part_init> followed by "
"C<guestfs_part_add> to create a single primary partition covering the whole "
@@ -36565,19 +36615,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6819
+#: ../src/guestfs-actions.pod:6826
msgid ""
"C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
"possible values are described in C<guestfs_part_init>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6826
+#: ../src/guestfs-actions.pod:6833
msgid "guestfs_part_get_bootable"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6828
+#: ../src/guestfs-actions.pod:6835
#, no-wrap
msgid ""
" int\n"
@@ -36588,17 +36638,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6836
+#: ../src/guestfs-actions.pod:6843
msgid "See also C<guestfs_part_set_bootable>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6842
+#: ../src/guestfs-actions.pod:6849
msgid "guestfs_part_get_mbr_id"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6844
+#: ../src/guestfs-actions.pod:6851
#, no-wrap
msgid ""
" int\n"
@@ -36609,7 +36659,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6852 ../src/guestfs-actions.pod:7034
+#: ../src/guestfs-actions.pod:6859 ../src/guestfs-actions.pod:7041
msgid ""
"Note that only MBR (old DOS-style) partitions have type bytes. You will get "
"undefined results for other partition table types (see "
@@ -36617,12 +36667,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6860
+#: ../src/guestfs-actions.pod:6867
msgid "guestfs_part_get_parttype"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6862
+#: ../src/guestfs-actions.pod:6869
#, no-wrap
msgid ""
" char *\n"
@@ -36632,7 +36682,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6869
+#: ../src/guestfs-actions.pod:6876
msgid ""
"Common return values include: C<msdos> (a DOS/Windows style MBR partition "
"table), C<gpt> (a GPT/EFI-style partition table). Other values are "
@@ -36640,12 +36690,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6879
+#: ../src/guestfs-actions.pod:6886
msgid "guestfs_part_init"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6881
+#: ../src/guestfs-actions.pod:6888
#, no-wrap
msgid ""
" int\n"
@@ -36656,19 +36706,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6890
+#: ../src/guestfs-actions.pod:6897
msgid ""
"Initially there are no partitions. Following this, you should call "
"C<guestfs_part_add> for each partition required."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6963
+#: ../src/guestfs-actions.pod:6970
msgid "guestfs_part_list"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6965
+#: ../src/guestfs-actions.pod:6972
#, no-wrap
msgid ""
" struct guestfs_partition_list *\n"
@@ -36678,14 +36728,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6982
+#: ../src/guestfs-actions.pod:6989
msgid ""
"Start of the partition I<in bytes>. To get sectors you have to divide by "
"the device's sector size, see C<guestfs_blockdev_getss>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6995
+#: ../src/guestfs-actions.pod:7002
msgid ""
"This function returns a C<struct guestfs_partition_list *>, or NULL if there "
"was an error. I<The caller must call C<guestfs_free_partition_list> after "
@@ -36693,12 +36743,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7001
+#: ../src/guestfs-actions.pod:7008
msgid "guestfs_part_set_bootable"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7003
+#: ../src/guestfs-actions.pod:7010
#, no-wrap
msgid ""
" int\n"
@@ -36710,12 +36760,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7020
+#: ../src/guestfs-actions.pod:7027
msgid "guestfs_part_set_mbr_id"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7022
+#: ../src/guestfs-actions.pod:7029
#, no-wrap
msgid ""
" int\n"
@@ -36727,12 +36777,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7042
+#: ../src/guestfs-actions.pod:7049
msgid "guestfs_part_set_name"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7044
+#: ../src/guestfs-actions.pod:7051
#, no-wrap
msgid ""
" int\n"
@@ -36744,12 +36794,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7060
+#: ../src/guestfs-actions.pod:7067
msgid "guestfs_part_to_dev"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7062
+#: ../src/guestfs-actions.pod:7069
#, no-wrap
msgid ""
" char *\n"
@@ -36759,24 +36809,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7070 ../src/guestfs-actions.pod:7089
+#: ../src/guestfs-actions.pod:7077 ../src/guestfs-actions.pod:7096
msgid ""
"The named partition must exist, for example as a string returned from "
"C<guestfs_list_partitions>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7073
+#: ../src/guestfs-actions.pod:7080
msgid "See also C<guestfs_part_to_partnum>, C<guestfs_device_index>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7080
+#: ../src/guestfs-actions.pod:7087
msgid "guestfs_part_to_partnum"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7082
+#: ../src/guestfs-actions.pod:7089
#, no-wrap
msgid ""
" int\n"
@@ -36786,17 +36836,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7092
+#: ../src/guestfs-actions.pod:7099
msgid "See also C<guestfs_part_to_dev>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7098
+#: ../src/guestfs-actions.pod:7105
msgid "guestfs_ping_daemon"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7100
+#: ../src/guestfs-actions.pod:7107
#, no-wrap
msgid ""
" int\n"
@@ -36805,12 +36855,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7112
+#: ../src/guestfs-actions.pod:7119
msgid "guestfs_pread"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7114
+#: ../src/guestfs-actions.pod:7121
#, no-wrap
msgid ""
" char *\n"
@@ -36823,17 +36873,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7127
+#: ../src/guestfs-actions.pod:7134
msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7138
+#: ../src/guestfs-actions.pod:7145
msgid "guestfs_pread_device"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7140
+#: ../src/guestfs-actions.pod:7147
#, no-wrap
msgid ""
" char *\n"
@@ -36846,22 +36896,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7153
+#: ../src/guestfs-actions.pod:7160
msgid "See also C<guestfs_pread>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7162
+#: ../src/guestfs-actions.pod:7169
msgid "(Added in 1.5.21)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7164
+#: ../src/guestfs-actions.pod:7171
msgid "guestfs_pvcreate"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7166
+#: ../src/guestfs-actions.pod:7173
#, no-wrap
msgid ""
" int\n"
@@ -36871,12 +36921,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7178
+#: ../src/guestfs-actions.pod:7185
msgid "guestfs_pvremove"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7180
+#: ../src/guestfs-actions.pod:7187
#, no-wrap
msgid ""
" int\n"
@@ -36886,12 +36936,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7195
+#: ../src/guestfs-actions.pod:7202
msgid "guestfs_pvresize"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7197
+#: ../src/guestfs-actions.pod:7204
#, no-wrap
msgid ""
" int\n"
@@ -36901,12 +36951,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7208
+#: ../src/guestfs-actions.pod:7215
msgid "guestfs_pvresize_size"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7210
+#: ../src/guestfs-actions.pod:7217
#, no-wrap
msgid ""
" int\n"
@@ -36917,19 +36967,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7215
+#: ../src/guestfs-actions.pod:7222
msgid ""
"This command is the same as C<guestfs_pvresize> except that it allows you to "
"specify the new size (in bytes) explicitly."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7222
+#: ../src/guestfs-actions.pod:7229
msgid "guestfs_pvs"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7224
+#: ../src/guestfs-actions.pod:7231
#, no-wrap
msgid ""
" char **\n"
@@ -36938,17 +36988,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7233
+#: ../src/guestfs-actions.pod:7240
msgid "See also C<guestfs_pvs_full>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7241
+#: ../src/guestfs-actions.pod:7248
msgid "guestfs_pvs_full"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7243
+#: ../src/guestfs-actions.pod:7250
#, no-wrap
msgid ""
" struct guestfs_lvm_pv_list *\n"
@@ -36957,7 +37007,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7249
+#: ../src/guestfs-actions.pod:7256
msgid ""
"This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
"was an error. I<The caller must call C<guestfs_free_lvm_pv_list> after "
@@ -36965,12 +37015,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7255
+#: ../src/guestfs-actions.pod:7262
msgid "guestfs_pvuuid"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7257
+#: ../src/guestfs-actions.pod:7264
#, no-wrap
msgid ""
" char *\n"
@@ -36980,12 +37030,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7268
+#: ../src/guestfs-actions.pod:7275
msgid "guestfs_pwrite"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7270
+#: ../src/guestfs-actions.pod:7277
#, no-wrap
msgid ""
" int\n"
@@ -36998,17 +37048,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7286
+#: ../src/guestfs-actions.pod:7293
msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7295
+#: ../src/guestfs-actions.pod:7302
msgid "guestfs_pwrite_device"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7297
+#: ../src/guestfs-actions.pod:7304
#, no-wrap
msgid ""
" int\n"
@@ -37021,22 +37071,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7312
+#: ../src/guestfs-actions.pod:7319
msgid "See also C<guestfs_pwrite>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7319
+#: ../src/guestfs-actions.pod:7326
msgid "(Added in 1.5.20)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7321
+#: ../src/guestfs-actions.pod:7328
msgid "guestfs_read_file"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7323
+#: ../src/guestfs-actions.pod:7330
#, no-wrap
msgid ""
" char *\n"
@@ -37047,7 +37097,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7331
+#: ../src/guestfs-actions.pod:7338
msgid ""
"Unlike C<guestfs_cat>, this function can correctly handle files that contain "
"embedded ASCII NUL characters. However unlike C<guestfs_download>, this "
@@ -37055,17 +37105,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7343
+#: ../src/guestfs-actions.pod:7350
msgid "(Added in 1.0.63)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7345
+#: ../src/guestfs-actions.pod:7352
msgid "guestfs_read_lines"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7347
+#: ../src/guestfs-actions.pod:7354
#, no-wrap
msgid ""
" char **\n"
@@ -37075,7 +37125,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7356
+#: ../src/guestfs-actions.pod:7363
msgid ""
"Note that this function cannot correctly handle binary files (specifically, "
"files containing C<\\0> character which is treated as end of line). For "
@@ -37084,12 +37134,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7367
+#: ../src/guestfs-actions.pod:7374
msgid "guestfs_readdir"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7369
+#: ../src/guestfs-actions.pod:7376
#, no-wrap
msgid ""
" struct guestfs_dirent_list *\n"
@@ -37099,7 +37149,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7423
+#: ../src/guestfs-actions.pod:7430
msgid ""
"This function is primarily intended for use by programs. To get a simple "
"list of names, use C<guestfs_ls>. To get a printable directory for human "
@@ -37107,7 +37157,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7427
+#: ../src/guestfs-actions.pod:7434
msgid ""
"This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
"was an error. I<The caller must call C<guestfs_free_dirent_list> after "
@@ -37115,12 +37165,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7433
+#: ../src/guestfs-actions.pod:7440
msgid "guestfs_readlink"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7435
+#: ../src/guestfs-actions.pod:7442
#, no-wrap
msgid ""
" char *\n"
@@ -37130,12 +37180,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7446
+#: ../src/guestfs-actions.pod:7453
msgid "guestfs_readlinklist"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7448
+#: ../src/guestfs-actions.pod:7455
#, no-wrap
msgid ""
" char **\n"
@@ -37146,12 +37196,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7481
+#: ../src/guestfs-actions.pod:7488
msgid "guestfs_realpath"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7483
+#: ../src/guestfs-actions.pod:7490
#, no-wrap
msgid ""
" char *\n"
@@ -37161,12 +37211,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7495
+#: ../src/guestfs-actions.pod:7502
msgid "guestfs_removexattr"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7497
+#: ../src/guestfs-actions.pod:7504
#, no-wrap
msgid ""
" int\n"
@@ -37177,17 +37227,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7505
+#: ../src/guestfs-actions.pod:7512
msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7511
+#: ../src/guestfs-actions.pod:7518
msgid "guestfs_resize2fs"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7513
+#: ../src/guestfs-actions.pod:7520
#, no-wrap
msgid ""
" int\n"
@@ -37197,12 +37247,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7526
+#: ../src/guestfs-actions.pod:7533
msgid "guestfs_resize2fs_M"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7528
+#: ../src/guestfs-actions.pod:7535
#, no-wrap
msgid ""
" int\n"
@@ -37212,7 +37262,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7532
+#: ../src/guestfs-actions.pod:7539
msgid ""
"This command is the same as C<guestfs_resize2fs>, but the filesystem is "
"resized to its minimum size. This works like the I<-M> option to the "
@@ -37220,7 +37270,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7536
+#: ../src/guestfs-actions.pod:7543
msgid ""
"To get the resulting size of the filesystem you should call "
"C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values. "
@@ -37229,12 +37279,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7547
+#: ../src/guestfs-actions.pod:7554
msgid "guestfs_resize2fs_size"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7549
+#: ../src/guestfs-actions.pod:7556
#, no-wrap
msgid ""
" int\n"
@@ -37245,19 +37295,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7554
+#: ../src/guestfs-actions.pod:7561
msgid ""
"This command is the same as C<guestfs_resize2fs> except that it allows you "
"to specify the new size (in bytes) explicitly."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7563
+#: ../src/guestfs-actions.pod:7570
msgid "guestfs_rm"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7565
+#: ../src/guestfs-actions.pod:7572
#, no-wrap
msgid ""
" int\n"
@@ -37267,12 +37317,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7575
+#: ../src/guestfs-actions.pod:7582
msgid "guestfs_rm_rf"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7577
+#: ../src/guestfs-actions.pod:7584
#, no-wrap
msgid ""
" int\n"
@@ -37282,12 +37332,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7589
+#: ../src/guestfs-actions.pod:7596
msgid "guestfs_rmdir"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7591
+#: ../src/guestfs-actions.pod:7598
#, no-wrap
msgid ""
" int\n"
@@ -37297,12 +37347,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7601
+#: ../src/guestfs-actions.pod:7608
msgid "guestfs_rmmountpoint"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7603
+#: ../src/guestfs-actions.pod:7610
#, no-wrap
msgid ""
" int\n"
@@ -37312,19 +37362,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7607
+#: ../src/guestfs-actions.pod:7614
msgid ""
"This calls removes a mountpoint that was previously created with "
"C<guestfs_mkmountpoint>. See C<guestfs_mkmountpoint> for full details."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7615
+#: ../src/guestfs-actions.pod:7622
msgid "guestfs_scrub_device"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7617
+#: ../src/guestfs-actions.pod:7624
#, no-wrap
msgid ""
" int\n"
@@ -37334,17 +37384,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7629 ../src/guestfs-actions.pod:7647 ../src/guestfs-actions.pod:7666
+#: ../src/guestfs-actions.pod:7636 ../src/guestfs-actions.pod:7654 ../src/guestfs-actions.pod:7673
msgid "(Added in 1.0.52)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7631
+#: ../src/guestfs-actions.pod:7638
msgid "guestfs_scrub_file"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7633
+#: ../src/guestfs-actions.pod:7640
#, no-wrap
msgid ""
" int\n"
@@ -37354,12 +37404,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7649
+#: ../src/guestfs-actions.pod:7656
msgid "guestfs_scrub_freespace"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7651
+#: ../src/guestfs-actions.pod:7658
#, no-wrap
msgid ""
" int\n"
@@ -37369,7 +37419,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7655
+#: ../src/guestfs-actions.pod:7662
msgid ""
"This command creates the directory C<dir> and then fills it with files until "
"the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
@@ -37378,12 +37428,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7668
+#: ../src/guestfs-actions.pod:7675
msgid "guestfs_set_append"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7670
+#: ../src/guestfs-actions.pod:7677
#, no-wrap
msgid ""
" int\n"
@@ -37393,12 +37443,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7687
+#: ../src/guestfs-actions.pod:7694
msgid "guestfs_set_attach_method"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7689
+#: ../src/guestfs-actions.pod:7696
#, no-wrap
msgid ""
" int\n"
@@ -37408,12 +37458,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7717
+#: ../src/guestfs-actions.pod:7724
msgid "guestfs_set_autosync"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7719
+#: ../src/guestfs-actions.pod:7726
#, no-wrap
msgid ""
" int\n"
@@ -37423,12 +37473,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7735
+#: ../src/guestfs-actions.pod:7742
msgid "guestfs_set_direct"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7737
+#: ../src/guestfs-actions.pod:7744
#, no-wrap
msgid ""
" int\n"
@@ -37438,7 +37488,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7745
+#: ../src/guestfs-actions.pod:7752
msgid ""
"One consequence of this is that log messages aren't caught by the library "
"and handled by C<guestfs_set_log_message_callback>, but go straight to "
@@ -37446,12 +37496,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7758
+#: ../src/guestfs-actions.pod:7765
msgid "guestfs_set_e2attrs"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7760
+#: ../src/guestfs-actions.pod:7767
#, no-wrap
msgid ""
" int\n"
@@ -37463,7 +37513,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7771
+#: ../src/guestfs-actions.pod:7778
#, no-wrap
msgid ""
" GUESTFS_SET_E2ATTRS_CLEAR, int clear,\n"
@@ -37471,7 +37521,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7776
+#: ../src/guestfs-actions.pod:7783
msgid ""
"C<attrs> is a string of characters representing file attributes. See "
"C<guestfs_get_e2attrs> for a list of possible attributes. Not all "
@@ -37479,12 +37529,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7797
+#: ../src/guestfs-actions.pod:7804
msgid "guestfs_set_e2attrs_va"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7799
+#: ../src/guestfs-actions.pod:7806
#, no-wrap
msgid ""
" int\n"
@@ -37496,17 +37546,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7805
+#: ../src/guestfs-actions.pod:7812
msgid "This is the \"va_list variant\" of L</guestfs_set_e2attrs>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7809
+#: ../src/guestfs-actions.pod:7816
msgid "guestfs_set_e2attrs_argv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7811
+#: ../src/guestfs-actions.pod:7818
#, no-wrap
msgid ""
" int\n"
@@ -37519,17 +37569,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7817
+#: ../src/guestfs-actions.pod:7824
msgid "This is the \"argv variant\" of L</guestfs_set_e2attrs>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7821
+#: ../src/guestfs-actions.pod:7828
msgid "guestfs_set_e2generation"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7823
+#: ../src/guestfs-actions.pod:7830
#, no-wrap
msgid ""
" int\n"
@@ -37540,17 +37590,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7830
+#: ../src/guestfs-actions.pod:7837
msgid "See C<guestfs_get_e2generation>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7836
+#: ../src/guestfs-actions.pod:7843
msgid "guestfs_set_e2label"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7838
+#: ../src/guestfs-actions.pod:7845
#, no-wrap
msgid ""
" int\n"
@@ -37561,26 +37611,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7843
+#: ../src/guestfs-actions.pod:7850
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_set_label> "
"call instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7854
+#: ../src/guestfs-actions.pod:7861
msgid ""
"You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
"the existing label on a filesystem."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7861
+#: ../src/guestfs-actions.pod:7868
msgid "guestfs_set_e2uuid"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7863
+#: ../src/guestfs-actions.pod:7870
#, no-wrap
msgid ""
" int\n"
@@ -37591,19 +37641,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7873
+#: ../src/guestfs-actions.pod:7880
msgid ""
"You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
"the existing UUID of a filesystem."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7880
+#: ../src/guestfs-actions.pod:7887
msgid "guestfs_set_label"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7882
+#: ../src/guestfs-actions.pod:7889
#, no-wrap
msgid ""
" int\n"
@@ -37614,17 +37664,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7896
+#: ../src/guestfs-actions.pod:7903
msgid "To read the label on a filesystem, call C<guestfs_vfs_label>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7902
+#: ../src/guestfs-actions.pod:7909
msgid "guestfs_set_memsize"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7904
+#: ../src/guestfs-actions.pod:7911
#, no-wrap
msgid ""
" int\n"
@@ -37634,19 +37684,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7908
+#: ../src/guestfs-actions.pod:7915
msgid ""
"This sets the memory size in megabytes allocated to the qemu subprocess. "
"This only has any effect if called before C<guestfs_launch>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7923
+#: ../src/guestfs-actions.pod:7930
msgid "guestfs_set_network"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7925
+#: ../src/guestfs-actions.pod:7932
#, no-wrap
msgid ""
" int\n"
@@ -37656,19 +37706,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7935
+#: ../src/guestfs-actions.pod:7942
msgid ""
"You must call this before calling C<guestfs_launch>, otherwise it has no "
"effect."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7942
+#: ../src/guestfs-actions.pod:7949
msgid "guestfs_set_path"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7944
+#: ../src/guestfs-actions.pod:7951
#, no-wrap
msgid ""
" int\n"
@@ -37678,12 +37728,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7959
+#: ../src/guestfs-actions.pod:7966
msgid "guestfs_set_pgroup"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7961
+#: ../src/guestfs-actions.pod:7968
#, no-wrap
msgid ""
" int\n"
@@ -37693,7 +37743,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7971
+#: ../src/guestfs-actions.pod:7978
msgid ""
"The default for this flag is false, because usually you want C<^C> to kill "
"the subprocess. Guestfish sets this flag to true when used interactively, "
@@ -37702,12 +37752,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7980
+#: ../src/guestfs-actions.pod:7987
msgid "guestfs_set_qemu"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7982
+#: ../src/guestfs-actions.pod:7989
#, no-wrap
msgid ""
" int\n"
@@ -37717,12 +37767,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8008
+#: ../src/guestfs-actions.pod:8015
msgid "guestfs_set_recovery_proc"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8010
+#: ../src/guestfs-actions.pod:8017
#, no-wrap
msgid ""
" int\n"
@@ -37732,7 +37782,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8014
+#: ../src/guestfs-actions.pod:8021
msgid ""
"If this is called with the parameter C<false> then C<guestfs_launch> does "
"not create a recovery process. The purpose of the recovery process is to "
@@ -37741,19 +37791,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8019
+#: ../src/guestfs-actions.pod:8026
msgid ""
"This only has any effect if called before C<guestfs_launch>, and the default "
"is true."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8032
+#: ../src/guestfs-actions.pod:8039
msgid "guestfs_set_selinux"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8034
+#: ../src/guestfs-actions.pod:8041
#, no-wrap
msgid ""
" int\n"
@@ -37763,12 +37813,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8051
+#: ../src/guestfs-actions.pod:8058
msgid "guestfs_set_smp"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8053
+#: ../src/guestfs-actions.pod:8060
#, no-wrap
msgid ""
" int\n"
@@ -37778,17 +37828,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8061
+#: ../src/guestfs-actions.pod:8068
msgid "This function must be called before C<guestfs_launch>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8067
+#: ../src/guestfs-actions.pod:8074
msgid "guestfs_set_trace"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8069
+#: ../src/guestfs-actions.pod:8076
#, no-wrap
msgid ""
" int\n"
@@ -37798,19 +37848,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8083
+#: ../src/guestfs-actions.pod:8090
msgid ""
"Trace messages are normally sent to C<stderr>, unless you register a "
"callback to send them somewhere else (see C<guestfs_set_event_callback>)."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8091
+#: ../src/guestfs-actions.pod:8098
msgid "guestfs_set_verbose"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8093
+#: ../src/guestfs-actions.pod:8100
#, no-wrap
msgid ""
" int\n"
@@ -37820,19 +37870,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8102
+#: ../src/guestfs-actions.pod:8109
msgid ""
"Verbose messages are normally sent to C<stderr>, unless you register a "
"callback to send them somewhere else (see C<guestfs_set_event_callback>)."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8110
+#: ../src/guestfs-actions.pod:8117
msgid "guestfs_setcon"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8112
+#: ../src/guestfs-actions.pod:8119
#, no-wrap
msgid ""
" int\n"
@@ -37842,12 +37892,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8125
+#: ../src/guestfs-actions.pod:8132
msgid "guestfs_setxattr"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8127
+#: ../src/guestfs-actions.pod:8134
#, no-wrap
msgid ""
" int\n"
@@ -37860,17 +37910,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8138
+#: ../src/guestfs-actions.pod:8145
msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8144
+#: ../src/guestfs-actions.pod:8151
msgid "guestfs_sfdisk"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8146
+#: ../src/guestfs-actions.pod:8153
#, no-wrap
msgid ""
" int\n"
@@ -37884,24 +37934,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8154 ../src/guestfs-actions.pod:8195 ../src/guestfs-actions.pod:8226
+#: ../src/guestfs-actions.pod:8161 ../src/guestfs-actions.pod:8202 ../src/guestfs-actions.pod:8233
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_part_add> "
"call instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8181
+#: ../src/guestfs-actions.pod:8188
msgid "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8188
+#: ../src/guestfs-actions.pod:8195
msgid "guestfs_sfdiskM"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8190
+#: ../src/guestfs-actions.pod:8197
#, no-wrap
msgid ""
" int\n"
@@ -37912,7 +37962,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8202
+#: ../src/guestfs-actions.pod:8209
msgid ""
"This is a simplified interface to the C<guestfs_sfdisk> command, where "
"partition sizes are specified in megabytes only (rounded to the nearest "
@@ -37921,19 +37971,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8208
+#: ../src/guestfs-actions.pod:8215
msgid ""
"See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
"C<guestfs_part_disk>"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8215
+#: ../src/guestfs-actions.pod:8222
msgid "guestfs_sfdisk_N"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8217
+#: ../src/guestfs-actions.pod:8224
#, no-wrap
msgid ""
" int\n"
@@ -37948,24 +37998,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8236
+#: ../src/guestfs-actions.pod:8243
msgid ""
"For other parameters, see C<guestfs_sfdisk>. You should usually pass C<0> "
"for the cyls/heads/sectors parameters."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8239
+#: ../src/guestfs-actions.pod:8246
msgid "See also: C<guestfs_part_add>"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8245
+#: ../src/guestfs-actions.pod:8252
msgid "guestfs_sfdisk_disk_geometry"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8247
+#: ../src/guestfs-actions.pod:8254
#, no-wrap
msgid ""
" char *\n"
@@ -37975,7 +38025,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8251
+#: ../src/guestfs-actions.pod:8258
msgid ""
"This displays the disk geometry of C<device> read from the partition table. "
"Especially in the case where the underlying block device has been resized, "
@@ -37984,12 +38034,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8264
+#: ../src/guestfs-actions.pod:8271
msgid "guestfs_sfdisk_kernel_geometry"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8266
+#: ../src/guestfs-actions.pod:8273
#, no-wrap
msgid ""
" char *\n"
@@ -37999,12 +38049,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8280
+#: ../src/guestfs-actions.pod:8287
msgid "guestfs_sfdisk_l"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8282
+#: ../src/guestfs-actions.pod:8289
#, no-wrap
msgid ""
" char *\n"
@@ -38014,24 +38064,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8286
+#: ../src/guestfs-actions.pod:8293
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_part_list> "
"call instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8297
+#: ../src/guestfs-actions.pod:8304
msgid "See also: C<guestfs_part_list>"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8304
+#: ../src/guestfs-actions.pod:8311
msgid "guestfs_sh"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8306
+#: ../src/guestfs-actions.pod:8313
#, no-wrap
msgid ""
" char *\n"
@@ -38041,22 +38091,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8313
+#: ../src/guestfs-actions.pod:8320
msgid "This is like C<guestfs_command>, but passes the command to:"
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8321
+#: ../src/guestfs-actions.pod:8328
msgid "All the provisos about C<guestfs_command> apply to this call."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8328
+#: ../src/guestfs-actions.pod:8335
msgid "guestfs_sh_lines"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8330
+#: ../src/guestfs-actions.pod:8337
#, no-wrap
msgid ""
" char **\n"
@@ -38066,24 +38116,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8334
+#: ../src/guestfs-actions.pod:8341
msgid ""
"This is the same as C<guestfs_sh>, but splits the result into a list of "
"lines."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8337
+#: ../src/guestfs-actions.pod:8344
msgid "See also: C<guestfs_command_lines>"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8345
+#: ../src/guestfs-actions.pod:8352
msgid "guestfs_shutdown"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8347
+#: ../src/guestfs-actions.pod:8354
#, no-wrap
msgid ""
" int\n"
@@ -38092,7 +38142,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8350
+#: ../src/guestfs-actions.pod:8357
msgid ""
"This is the opposite of C<guestfs_launch>. It performs an orderly shutdown "
"of the backend process(es). If the autosync flag is set (which is the "
@@ -38100,26 +38150,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8360
+#: ../src/guestfs-actions.pod:8367
msgid ""
"This call does I<not> close or free up the handle. You still need to call "
"C<guestfs_close> afterwards."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8363
+#: ../src/guestfs-actions.pod:8370
msgid ""
"C<guestfs_close> will call this if you don't do it explicitly, but note that "
"any errors are ignored in that case."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8368
+#: ../src/guestfs-actions.pod:8375
msgid "guestfs_sleep"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8370
+#: ../src/guestfs-actions.pod:8377
#, no-wrap
msgid ""
" int\n"
@@ -38129,17 +38179,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8378
+#: ../src/guestfs-actions.pod:8385
msgid "(Added in 1.0.41)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8380 ../src/guestfs-structs.pod:109
+#: ../src/guestfs-actions.pod:8387 ../src/guestfs-structs.pod:109
msgid "guestfs_stat"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8382
+#: ../src/guestfs-actions.pod:8389
#, no-wrap
msgid ""
" struct guestfs_stat *\n"
@@ -38149,12 +38199,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8396 ../src/guestfs-structs.pod:135
+#: ../src/guestfs-actions.pod:8403 ../src/guestfs-structs.pod:135
msgid "guestfs_statvfs"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8398
+#: ../src/guestfs-actions.pod:8405
#, no-wrap
msgid ""
" struct guestfs_statvfs *\n"
@@ -38164,19 +38214,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8408
+#: ../src/guestfs-actions.pod:8415
msgid ""
"This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
"error. I<The caller must call C<guestfs_free_statvfs> after use>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8414
+#: ../src/guestfs-actions.pod:8421
msgid "guestfs_strings"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8416
+#: ../src/guestfs-actions.pod:8423
#, no-wrap
msgid ""
" char **\n"
@@ -38186,12 +38236,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8432
+#: ../src/guestfs-actions.pod:8439
msgid "guestfs_strings_e"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8434
+#: ../src/guestfs-actions.pod:8441
#, no-wrap
msgid ""
" char **\n"
@@ -38202,26 +38252,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8439
+#: ../src/guestfs-actions.pod:8446
msgid ""
"This is like the C<guestfs_strings> command, but allows you to specify the "
"encoding of strings that are looked for in the source file C<path>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8449
+#: ../src/guestfs-actions.pod:8456
msgid ""
"Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
"ISO-8859-X (this is what C<guestfs_strings> uses)."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8487
+#: ../src/guestfs-actions.pod:8494
msgid "guestfs_swapoff_device"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8489
+#: ../src/guestfs-actions.pod:8496
#, no-wrap
msgid ""
" int\n"
@@ -38231,19 +38281,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8493
+#: ../src/guestfs-actions.pod:8500
msgid ""
"This command disables the libguestfs appliance swap device or partition "
"named C<device>. See C<guestfs_swapon_device>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8501
+#: ../src/guestfs-actions.pod:8508
msgid "guestfs_swapoff_file"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8503
+#: ../src/guestfs-actions.pod:8510
#, no-wrap
msgid ""
" int\n"
@@ -38253,12 +38303,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8513
+#: ../src/guestfs-actions.pod:8520
msgid "guestfs_swapoff_label"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8515
+#: ../src/guestfs-actions.pod:8522
#, no-wrap
msgid ""
" int\n"
@@ -38268,12 +38318,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8526
+#: ../src/guestfs-actions.pod:8533
msgid "guestfs_swapoff_uuid"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8528
+#: ../src/guestfs-actions.pod:8535
#, no-wrap
msgid ""
" int\n"
@@ -38283,12 +38333,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8539
+#: ../src/guestfs-actions.pod:8546
msgid "guestfs_swapon_device"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8541
+#: ../src/guestfs-actions.pod:8548
#, no-wrap
msgid ""
" int\n"
@@ -38298,7 +38348,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8545
+#: ../src/guestfs-actions.pod:8552
msgid ""
"This command enables the libguestfs appliance to use the swap device or "
"partition named C<device>. The increased memory is made available for all "
@@ -38306,12 +38356,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8561
+#: ../src/guestfs-actions.pod:8568
msgid "guestfs_swapon_file"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8563
+#: ../src/guestfs-actions.pod:8570
#, no-wrap
msgid ""
" int\n"
@@ -38321,19 +38371,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8567
+#: ../src/guestfs-actions.pod:8574
msgid ""
"This command enables swap to a file. See C<guestfs_swapon_device> for other "
"notes."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8574
+#: ../src/guestfs-actions.pod:8581
msgid "guestfs_swapon_label"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8576
+#: ../src/guestfs-actions.pod:8583
#, no-wrap
msgid ""
" int\n"
@@ -38343,19 +38393,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8580
+#: ../src/guestfs-actions.pod:8587
msgid ""
"This command enables swap to a labeled swap partition. See "
"C<guestfs_swapon_device> for other notes."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8587
+#: ../src/guestfs-actions.pod:8594
msgid "guestfs_swapon_uuid"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8589
+#: ../src/guestfs-actions.pod:8596
#, no-wrap
msgid ""
" int\n"
@@ -38365,19 +38415,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8593
+#: ../src/guestfs-actions.pod:8600
msgid ""
"This command enables swap to a swap partition with the given UUID. See "
"C<guestfs_swapon_device> for other notes."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8600
+#: ../src/guestfs-actions.pod:8607
msgid "guestfs_sync"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8602
+#: ../src/guestfs-actions.pod:8609
#, no-wrap
msgid ""
" int\n"
@@ -38386,12 +38436,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8615
+#: ../src/guestfs-actions.pod:8622
msgid "guestfs_tail"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8617
+#: ../src/guestfs-actions.pod:8624
#, no-wrap
msgid ""
" char **\n"
@@ -38401,12 +38451,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8633
+#: ../src/guestfs-actions.pod:8640
msgid "guestfs_tail_n"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8635
+#: ../src/guestfs-actions.pod:8642
#, no-wrap
msgid ""
" char **\n"
@@ -38417,12 +38467,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8657
+#: ../src/guestfs-actions.pod:8664
msgid "guestfs_tar_in"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8659
+#: ../src/guestfs-actions.pod:8666
#, no-wrap
msgid ""
" int\n"
@@ -38433,22 +38483,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8667
+#: ../src/guestfs-actions.pod:8674
msgid "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8672 ../src/guestfs-actions.pod:8689 ../src/guestfs-actions.pod:8705 ../src/guestfs-actions.pod:8721
+#: ../src/guestfs-actions.pod:8679 ../src/guestfs-actions.pod:8696 ../src/guestfs-actions.pod:8712 ../src/guestfs-actions.pod:8728
msgid "(Added in 1.0.3)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8674
+#: ../src/guestfs-actions.pod:8681
msgid "guestfs_tar_out"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8676
+#: ../src/guestfs-actions.pod:8683
#, no-wrap
msgid ""
" int\n"
@@ -38459,19 +38509,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8684
+#: ../src/guestfs-actions.pod:8691
msgid ""
"To download a compressed tarball, use C<guestfs_tgz_out> or "
"C<guestfs_txz_out>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8691
+#: ../src/guestfs-actions.pod:8698
msgid "guestfs_tgz_in"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8693
+#: ../src/guestfs-actions.pod:8700
#, no-wrap
msgid ""
" int\n"
@@ -38482,17 +38532,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8701
+#: ../src/guestfs-actions.pod:8708
msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8707
+#: ../src/guestfs-actions.pod:8714
msgid "guestfs_tgz_out"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8709
+#: ../src/guestfs-actions.pod:8716
#, no-wrap
msgid ""
" int\n"
@@ -38503,17 +38553,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8717
+#: ../src/guestfs-actions.pod:8724
msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8723
+#: ../src/guestfs-actions.pod:8730
msgid "guestfs_touch"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8725
+#: ../src/guestfs-actions.pod:8732
#, no-wrap
msgid ""
" int\n"
@@ -38523,12 +38573,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8740
+#: ../src/guestfs-actions.pod:8747
msgid "guestfs_truncate"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8742
+#: ../src/guestfs-actions.pod:8749
#, no-wrap
msgid ""
" int\n"
@@ -38538,12 +38588,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8753
+#: ../src/guestfs-actions.pod:8760
msgid "guestfs_truncate_size"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8755
+#: ../src/guestfs-actions.pod:8762
#, no-wrap
msgid ""
" int\n"
@@ -38554,7 +38604,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8763
+#: ../src/guestfs-actions.pod:8770
msgid ""
"If the current file size is less than C<size> then the file is extended to "
"the required size with zero bytes. This creates a sparse file (ie. disk "
@@ -38563,12 +38613,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8773
+#: ../src/guestfs-actions.pod:8780
msgid "guestfs_tune2fs"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8775
+#: ../src/guestfs-actions.pod:8782
#, no-wrap
msgid ""
" int\n"
@@ -38579,7 +38629,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8785
+#: ../src/guestfs-actions.pod:8792
#, no-wrap
msgid ""
" GUESTFS_TUNE2FS_FORCE, int force,\n"
@@ -38596,7 +38646,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8865
+#: ../src/guestfs-actions.pod:8872
msgid ""
"To get the current values of filesystem parameters, see "
"C<guestfs_tune2fs_l>. For precise details of how tune2fs works, see the "
@@ -38604,12 +38654,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8873
+#: ../src/guestfs-actions.pod:8880
msgid "guestfs_tune2fs_va"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8875
+#: ../src/guestfs-actions.pod:8882
#, no-wrap
msgid ""
" int\n"
@@ -38620,17 +38670,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8880
+#: ../src/guestfs-actions.pod:8887
msgid "This is the \"va_list variant\" of L</guestfs_tune2fs>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8884
+#: ../src/guestfs-actions.pod:8891
msgid "guestfs_tune2fs_argv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8886
+#: ../src/guestfs-actions.pod:8893
#, no-wrap
msgid ""
" int\n"
@@ -38641,17 +38691,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8891
+#: ../src/guestfs-actions.pod:8898
msgid "This is the \"argv variant\" of L</guestfs_tune2fs>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8895
+#: ../src/guestfs-actions.pod:8902
msgid "guestfs_tune2fs_l"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8897
+#: ../src/guestfs-actions.pod:8904
#, no-wrap
msgid ""
" char **\n"
@@ -38661,12 +38711,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8917
+#: ../src/guestfs-actions.pod:8924
msgid "guestfs_txz_in"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8919
+#: ../src/guestfs-actions.pod:8926
#, no-wrap
msgid ""
" int\n"
@@ -38677,12 +38727,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8931
+#: ../src/guestfs-actions.pod:8938
msgid "guestfs_txz_out"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8933
+#: ../src/guestfs-actions.pod:8940
#, no-wrap
msgid ""
" int\n"
@@ -38693,12 +38743,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8945
+#: ../src/guestfs-actions.pod:8952
msgid "guestfs_umask"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8947
+#: ../src/guestfs-actions.pod:8954
#, no-wrap
msgid ""
" int\n"
@@ -38708,19 +38758,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8963
+#: ../src/guestfs-actions.pod:8970
msgid ""
"See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
"C<guestfs_mkdir>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8972
+#: ../src/guestfs-actions.pod:8979
msgid "guestfs_umount"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8974
+#: ../src/guestfs-actions.pod:8981
#, no-wrap
msgid ""
" int\n"
@@ -38730,12 +38780,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8986
+#: ../src/guestfs-actions.pod:8993
msgid "guestfs_umount_all"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8988
+#: ../src/guestfs-actions.pod:8995
#, no-wrap
msgid ""
" int\n"
@@ -38744,12 +38794,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8999
+#: ../src/guestfs-actions.pod:9006
msgid "guestfs_umount_local"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9001
+#: ../src/guestfs-actions.pod:9008
#, no-wrap
msgid ""
" int\n"
@@ -38759,7 +38809,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9010
+#: ../src/guestfs-actions.pod:9017
#, no-wrap
msgid ""
" GUESTFS_UMOUNT_LOCAL_RETRY, int retry,\n"
@@ -38767,12 +38817,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9021
+#: ../src/guestfs-actions.pod:9028
msgid "guestfs_umount_local_va"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9023
+#: ../src/guestfs-actions.pod:9030
#, no-wrap
msgid ""
" int\n"
@@ -38782,17 +38832,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9027
+#: ../src/guestfs-actions.pod:9034
msgid "This is the \"va_list variant\" of L</guestfs_umount_local>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9031
+#: ../src/guestfs-actions.pod:9038
msgid "guestfs_umount_local_argv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9033
+#: ../src/guestfs-actions.pod:9040
#, no-wrap
msgid ""
" int\n"
@@ -38803,17 +38853,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9037
+#: ../src/guestfs-actions.pod:9044
msgid "This is the \"argv variant\" of L</guestfs_umount_local>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9041
+#: ../src/guestfs-actions.pod:9048
msgid "guestfs_upload"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9043
+#: ../src/guestfs-actions.pod:9050
#, no-wrap
msgid ""
" int\n"
@@ -38824,17 +38874,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9053
+#: ../src/guestfs-actions.pod:9060
msgid "See also C<guestfs_download>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9064
+#: ../src/guestfs-actions.pod:9071
msgid "guestfs_upload_offset"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9066
+#: ../src/guestfs-actions.pod:9073
#, no-wrap
msgid ""
" int\n"
@@ -38846,7 +38896,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9082
+#: ../src/guestfs-actions.pod:9089
msgid ""
"Note that there is no limit on the amount of data that can be uploaded with "
"this call, unlike with C<guestfs_pwrite>, and this call always writes the "
@@ -38854,17 +38904,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9087
+#: ../src/guestfs-actions.pod:9094
msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9098
+#: ../src/guestfs-actions.pod:9105
msgid "guestfs_utimens"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9100
+#: ../src/guestfs-actions.pod:9107
#, no-wrap
msgid ""
" int\n"
@@ -38878,12 +38928,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9129 ../src/guestfs-structs.pod:175
+#: ../src/guestfs-actions.pod:9136 ../src/guestfs-structs.pod:175
msgid "guestfs_version"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9131
+#: ../src/guestfs-actions.pod:9138
#, no-wrap
msgid ""
" struct guestfs_version *\n"
@@ -38892,7 +38942,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9159
+#: ../src/guestfs-actions.pod:9166
msgid ""
"I<Note:> Don't use this call to test for availability of features. In "
"enterprise distributions we backport features from later versions into "
@@ -38901,24 +38951,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9165
+#: ../src/guestfs-actions.pod:9172
msgid ""
"This function returns a C<struct guestfs_version *>, or NULL if there was an "
"error. I<The caller must call C<guestfs_free_version> after use>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9169
+#: ../src/guestfs-actions.pod:9176
msgid "(Added in 1.0.58)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9171
+#: ../src/guestfs-actions.pod:9178
msgid "guestfs_vfs_label"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9173
+#: ../src/guestfs-actions.pod:9180
#, no-wrap
msgid ""
" char *\n"
@@ -38928,22 +38978,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9182
+#: ../src/guestfs-actions.pod:9189
msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9187 ../src/guestfs-actions.pod:9224
+#: ../src/guestfs-actions.pod:9194 ../src/guestfs-actions.pod:9231
msgid "(Added in 1.3.18)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9189
+#: ../src/guestfs-actions.pod:9196
msgid "guestfs_vfs_type"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9191
+#: ../src/guestfs-actions.pod:9198
#, no-wrap
msgid ""
" char *\n"
@@ -38953,12 +39003,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9208
+#: ../src/guestfs-actions.pod:9215
msgid "guestfs_vfs_uuid"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9210
+#: ../src/guestfs-actions.pod:9217
#, no-wrap
msgid ""
" char *\n"
@@ -38968,17 +39018,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9219
+#: ../src/guestfs-actions.pod:9226
msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9226
+#: ../src/guestfs-actions.pod:9233
msgid "guestfs_vg_activate"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9228
+#: ../src/guestfs-actions.pod:9235
#, no-wrap
msgid ""
" int\n"
@@ -38989,12 +39039,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9245
+#: ../src/guestfs-actions.pod:9252
msgid "guestfs_vg_activate_all"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9247
+#: ../src/guestfs-actions.pod:9254
#, no-wrap
msgid ""
" int\n"
@@ -39004,12 +39054,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9260
+#: ../src/guestfs-actions.pod:9267
msgid "guestfs_vgcreate"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9262
+#: ../src/guestfs-actions.pod:9269
#, no-wrap
msgid ""
" int\n"
@@ -39020,12 +39070,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9274
+#: ../src/guestfs-actions.pod:9281
msgid "guestfs_vglvuuids"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9276
+#: ../src/guestfs-actions.pod:9283
#, no-wrap
msgid ""
" char **\n"
@@ -39035,24 +39085,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9283
+#: ../src/guestfs-actions.pod:9290
msgid ""
"You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
"associate logical volumes and volume groups."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9286
+#: ../src/guestfs-actions.pod:9293
msgid "See also C<guestfs_vgpvuuids>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9294
+#: ../src/guestfs-actions.pod:9301
msgid "guestfs_vgmeta"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9296
+#: ../src/guestfs-actions.pod:9303
#, no-wrap
msgid ""
" char *\n"
@@ -39063,17 +39113,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9311
+#: ../src/guestfs-actions.pod:9318
msgid "(Added in 1.17.20)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9313
+#: ../src/guestfs-actions.pod:9320
msgid "guestfs_vgpvuuids"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9315
+#: ../src/guestfs-actions.pod:9322
#, no-wrap
msgid ""
" char **\n"
@@ -39083,24 +39133,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9322
+#: ../src/guestfs-actions.pod:9329
msgid ""
"You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
"associate physical volumes and volume groups."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9325
+#: ../src/guestfs-actions.pod:9332
msgid "See also C<guestfs_vglvuuids>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9333
+#: ../src/guestfs-actions.pod:9340
msgid "guestfs_vgremove"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9335
+#: ../src/guestfs-actions.pod:9342
#, no-wrap
msgid ""
" int\n"
@@ -39110,12 +39160,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9348
+#: ../src/guestfs-actions.pod:9355
msgid "guestfs_vgrename"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9350
+#: ../src/guestfs-actions.pod:9357
#, no-wrap
msgid ""
" int\n"
@@ -39126,12 +39176,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9361
+#: ../src/guestfs-actions.pod:9368
msgid "guestfs_vgs"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9363
+#: ../src/guestfs-actions.pod:9370
#, no-wrap
msgid ""
" char **\n"
@@ -39140,17 +39190,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9372
+#: ../src/guestfs-actions.pod:9379
msgid "See also C<guestfs_vgs_full>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9380
+#: ../src/guestfs-actions.pod:9387
msgid "guestfs_vgs_full"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9382
+#: ../src/guestfs-actions.pod:9389
#, no-wrap
msgid ""
" struct guestfs_lvm_vg_list *\n"
@@ -39159,7 +39209,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9388
+#: ../src/guestfs-actions.pod:9395
msgid ""
"This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
"was an error. I<The caller must call C<guestfs_free_lvm_vg_list> after "
@@ -39167,12 +39217,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9394
+#: ../src/guestfs-actions.pod:9401
msgid "guestfs_vgscan"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9396
+#: ../src/guestfs-actions.pod:9403
#, no-wrap
msgid ""
" int\n"
@@ -39181,12 +39231,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9406
+#: ../src/guestfs-actions.pod:9413
msgid "guestfs_vguuid"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9408
+#: ../src/guestfs-actions.pod:9415
#, no-wrap
msgid ""
" char *\n"
@@ -39196,12 +39246,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9419
+#: ../src/guestfs-actions.pod:9426
msgid "guestfs_wait_ready"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9421
+#: ../src/guestfs-actions.pod:9428
#, no-wrap
msgid ""
" int\n"
@@ -39210,19 +39260,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9424
+#: ../src/guestfs-actions.pod:9431
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_launch> call "
"instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9431
+#: ../src/guestfs-actions.pod:9438
msgid "This function is a no op."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9433
+#: ../src/guestfs-actions.pod:9440
msgid ""
"In versions of the API E<lt> 1.0.71 you had to call this function just after "
"calling C<guestfs_launch> to wait for the launch to complete. However this "
@@ -39230,19 +39280,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9438
+#: ../src/guestfs-actions.pod:9445
msgid ""
"If you see any calls to this function in code then you can just remove them, "
"unless you want to retain compatibility with older versions of the API."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9446
+#: ../src/guestfs-actions.pod:9453
msgid "guestfs_wc_c"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9448
+#: ../src/guestfs-actions.pod:9455
#, no-wrap
msgid ""
" int\n"
@@ -39252,12 +39302,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9459
+#: ../src/guestfs-actions.pod:9466
msgid "guestfs_wc_l"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9461
+#: ../src/guestfs-actions.pod:9468
#, no-wrap
msgid ""
" int\n"
@@ -39267,12 +39317,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9472
+#: ../src/guestfs-actions.pod:9479
msgid "guestfs_wc_w"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9474
+#: ../src/guestfs-actions.pod:9481
#, no-wrap
msgid ""
" int\n"
@@ -39282,12 +39332,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9485
+#: ../src/guestfs-actions.pod:9492
msgid "guestfs_wipefs"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9487
+#: ../src/guestfs-actions.pod:9494
#, no-wrap
msgid ""
" int\n"
@@ -39297,17 +39347,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9497
+#: ../src/guestfs-actions.pod:9504
msgid "Compare with C<guestfs_zero> which zeroes the first few blocks of a device."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9504
+#: ../src/guestfs-actions.pod:9511
msgid "guestfs_write"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9506
+#: ../src/guestfs-actions.pod:9513
#, no-wrap
msgid ""
" int\n"
@@ -39319,17 +39369,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9515
+#: ../src/guestfs-actions.pod:9522
msgid "See also C<guestfs_write_append>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9524
+#: ../src/guestfs-actions.pod:9531
msgid "guestfs_write_append"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9526
+#: ../src/guestfs-actions.pod:9533
#, no-wrap
msgid ""
" int\n"
@@ -39341,17 +39391,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9535
+#: ../src/guestfs-actions.pod:9542
msgid "See also C<guestfs_write>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9544
+#: ../src/guestfs-actions.pod:9551
msgid "guestfs_write_file"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9546
+#: ../src/guestfs-actions.pod:9553
#, no-wrap
msgid ""
" int\n"
@@ -39363,19 +39413,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9552
+#: ../src/guestfs-actions.pod:9559
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_write> call "
"instead."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9577
+#: ../src/guestfs-actions.pod:9584
msgid "guestfs_zegrep"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9579
+#: ../src/guestfs-actions.pod:9586
#, no-wrap
msgid ""
" char **\n"
@@ -39386,12 +39436,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9596
+#: ../src/guestfs-actions.pod:9603
msgid "guestfs_zegrepi"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9598
+#: ../src/guestfs-actions.pod:9605
#, no-wrap
msgid ""
" char **\n"
@@ -39402,12 +39452,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9615
+#: ../src/guestfs-actions.pod:9622
msgid "guestfs_zero"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9617
+#: ../src/guestfs-actions.pod:9624
#, no-wrap
msgid ""
" int\n"
@@ -39417,19 +39467,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9631
+#: ../src/guestfs-actions.pod:9638
msgid ""
"See also: C<guestfs_zero_device>, C<guestfs_scrub_device>, "
"C<guestfs_is_zero_device>"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9643
+#: ../src/guestfs-actions.pod:9650
msgid "guestfs_zero_device"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9645
+#: ../src/guestfs-actions.pod:9652
#, no-wrap
msgid ""
" int\n"
@@ -39439,24 +39489,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9649
+#: ../src/guestfs-actions.pod:9656
msgid ""
"This command writes zeroes over the entire C<device>. Compare with "
"C<guestfs_zero> which just zeroes the first few blocks of a device."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9664
+#: ../src/guestfs-actions.pod:9671
msgid "(Added in 1.3.1)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9666
+#: ../src/guestfs-actions.pod:9673
msgid "guestfs_zero_free_space"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9668
+#: ../src/guestfs-actions.pod:9675
#, no-wrap
msgid ""
" int\n"
@@ -39466,12 +39516,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9690
+#: ../src/guestfs-actions.pod:9697
msgid "guestfs_zerofree"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9692
+#: ../src/guestfs-actions.pod:9699
#, no-wrap
msgid ""
" int\n"
@@ -39481,12 +39531,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9711
+#: ../src/guestfs-actions.pod:9718
msgid "guestfs_zfgrep"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9713
+#: ../src/guestfs-actions.pod:9720
#, no-wrap
msgid ""
" char **\n"
@@ -39497,12 +39547,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9730
+#: ../src/guestfs-actions.pod:9737
msgid "guestfs_zfgrepi"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9732
+#: ../src/guestfs-actions.pod:9739
#, no-wrap
msgid ""
" char **\n"
@@ -39513,12 +39563,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9749
+#: ../src/guestfs-actions.pod:9756
msgid "guestfs_zfile"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9751
+#: ../src/guestfs-actions.pod:9758
#, no-wrap
msgid ""
" char *\n"
@@ -39529,26 +39579,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9756
+#: ../src/guestfs-actions.pod:9763
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_file> call "
"instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9768
+#: ../src/guestfs-actions.pod:9775
msgid ""
"Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
"files."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9776
+#: ../src/guestfs-actions.pod:9783
msgid "guestfs_zgrep"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9778
+#: ../src/guestfs-actions.pod:9785
#, no-wrap
msgid ""
" char **\n"
@@ -39559,12 +39609,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9795
+#: ../src/guestfs-actions.pod:9802
msgid "guestfs_zgrepi"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9797
+#: ../src/guestfs-actions.pod:9804
#, no-wrap
msgid ""
" char **\n"
@@ -43364,11 +43414,22 @@ msgstr ""
#: ../src/guestfs.pod:1569
msgid ""
"For other programs the caller will almost certainly want to install an "
-"alternate error handler or do error handling in-line like this:"
+"alternate error handler or do error handling in-line as in the example "
+"below. The non-C language bindings all install NULL error handlers and turn "
+"errors into exceptions using code similar to this:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1572
+#: ../src/guestfs.pod:1574
+#, no-wrap
+msgid ""
+" const char *msg;\n"
+" int errnum;\n"
+" \n"
+msgstr ""
+
+#. type: verbatim
+#: ../src/guestfs.pod:1577
#, no-wrap
msgid ""
" /* This disables the default behaviour of printing errors\n"
@@ -43378,32 +43439,39 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1576
+#: ../src/guestfs.pod:1581
#, no-wrap
msgid ""
" if (guestfs_launch (g) == -1) {\n"
-" /* Examine the error message and print it etc. */\n"
-" char *msg = guestfs_last_error (g);\n"
-" int errnum = guestfs_last_errno (g);\n"
+" /* Examine the error message and print it, throw it,\n"
+" etc. */\n"
+" msg = guestfs_last_error (g);\n"
+" errnum = guestfs_last_errno (g);\n"
+" \n"
+msgstr ""
+
+#. type: verbatim
+#: ../src/guestfs.pod:1587
+#, no-wrap
+msgid ""
" fprintf (stderr, \"%s\", msg);\n"
" if (errnum != 0)\n"
" fprintf (stderr, \": %s\", strerror (errnum));\n"
" fprintf (stderr, \"\\n\");\n"
-" /* ... */\n"
-" }\n"
-"\n"
+" \n"
msgstr ""
-#. type: textblock
-#: ../src/guestfs.pod:1587
+#. type: verbatim
+#: ../src/guestfs.pod:1592
+#, no-wrap
msgid ""
-"Out of memory errors are handled differently. The default action is to call "
-"L<abort(3)>. If this is undesirable, then you can set a handler using "
-"L</guestfs_set_out_of_memory_handler>."
+" /* ... */\n"
+" }\n"
+"\n"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1591
+#: ../src/guestfs.pod:1595
msgid ""
"L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
"because there is no handle if this happens there is no way to get additional "
@@ -43412,13 +43480,21 @@ msgid ""
"returns NULL in this case)."
msgstr ""
+#. type: textblock
+#: ../src/guestfs.pod:1601
+msgid ""
+"Out of memory errors are handled differently. The default action is to call "
+"L<abort(3)>. If this is undesirable, then you can set a handler using "
+"L</guestfs_set_out_of_memory_handler>."
+msgstr ""
+
#. type: =head2
-#: ../src/guestfs.pod:1597
+#: ../src/guestfs.pod:1605
msgid "guestfs_last_error"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1599
+#: ../src/guestfs.pod:1607
#, no-wrap
msgid ""
" const char *guestfs_last_error (guestfs_h *g);\n"
@@ -43426,26 +43502,35 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1601
+#: ../src/guestfs.pod:1609
msgid ""
"This returns the last error message that happened on C<g>. If there has not "
"been an error since the handle was created, then this returns C<NULL>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1605
+#: ../src/guestfs.pod:1613
+msgid ""
+"Note the returned string does I<not> have a newline character at the end. "
+"Most error messages are single lines. Some are split over multiple lines "
+"and contain C<\\n> characters within the string but not at the end."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:1618
msgid ""
-"The lifetime of the returned string is until the next error occurs, or "
-"L</guestfs_close> is called."
+"The lifetime of the returned string is until the next error occurs on the "
+"same handle, or L</guestfs_close> is called. If you need to keep it longer, "
+"copy it."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:1608
+#: ../src/guestfs.pod:1622
msgid "guestfs_last_errno"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1610
+#: ../src/guestfs.pod:1624
#, no-wrap
msgid ""
" int guestfs_last_errno (guestfs_h *g);\n"
@@ -43453,27 +43538,36 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1612
+#: ../src/guestfs.pod:1626
msgid "This returns the last error number (errno) that happened on C<g>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1614
+#: ../src/guestfs.pod:1628
msgid "If successful, an errno integer not equal to zero is returned."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1616
-msgid "If no error, this returns 0. This call can return 0 in three situations:"
+#: ../src/guestfs.pod:1630
+msgid ""
+"In many cases the special errno C<ENOTSUP> is returned if you tried to call "
+"a function or use a feature which is not supported."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1623
+#: ../src/guestfs.pod:1633
+msgid ""
+"If no error number is available, this returns 0. This call can return 0 in "
+"three situations:"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:1640
msgid "There has not been any error on the handle."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1627
+#: ../src/guestfs.pod:1644
msgid ""
"There has been an error but the errno was meaningless. This corresponds to "
"the case where the error did not come from a failed system call, but for "
@@ -43481,14 +43575,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1633
+#: ../src/guestfs.pod:1650
msgid ""
"There was an error from a failed system call, but for some reason the errno "
"was not captured and returned. This usually indicates a bug in libguestfs."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1639
+#: ../src/guestfs.pod:1656
msgid ""
"Libguestfs tries to convert the errno from inside the applicance into a "
"corresponding errno for the caller (not entirely trivial: the appliance "
@@ -43499,12 +43593,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:1647
+#: ../src/guestfs.pod:1664
msgid "guestfs_set_error_handler"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1649
+#: ../src/guestfs.pod:1666
#, no-wrap
msgid ""
" typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
@@ -43517,7 +43611,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1656
+#: ../src/guestfs.pod:1673
msgid ""
"The callback C<cb> will be called if there is an error. The parameters "
"passed to the callback are an opaque data pointer and the error message "
@@ -43525,14 +43619,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1660
+#: ../src/guestfs.pod:1677
msgid ""
"C<errno> is not passed to the callback. To get that the callback must call "
"L</guestfs_last_errno>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1663
+#: ../src/guestfs.pod:1680
msgid ""
"Note that the message string C<msg> is freed as soon as the callback "
"function returns, so if you want to stash it somewhere you must make your "
@@ -43540,22 +43634,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1667
+#: ../src/guestfs.pod:1684
msgid "The default handler prints messages on C<stderr>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1669
+#: ../src/guestfs.pod:1686
msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:1671
+#: ../src/guestfs.pod:1688
msgid "guestfs_get_error_handler"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1673
+#: ../src/guestfs.pod:1690
#, no-wrap
msgid ""
" guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
@@ -43564,17 +43658,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1676
+#: ../src/guestfs.pod:1693
msgid "Returns the current error handler callback."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:1678
+#: ../src/guestfs.pod:1695
msgid "guestfs_set_out_of_memory_handler"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1680
+#: ../src/guestfs.pod:1697
#, no-wrap
msgid ""
" typedef void (*guestfs_abort_cb) (void);\n"
@@ -43584,29 +43678,29 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1684
+#: ../src/guestfs.pod:1701
msgid ""
"The callback C<cb> will be called if there is an out of memory situation. "
"I<Note this callback must not return>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1687
+#: ../src/guestfs.pod:1704
msgid "The default is to call L<abort(3)>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1689
+#: ../src/guestfs.pod:1706
msgid "You cannot set C<cb> to C<NULL>. You can't ignore out of memory situations."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:1692
+#: ../src/guestfs.pod:1709
msgid "guestfs_get_out_of_memory_handler"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1694
+#: ../src/guestfs.pod:1711
#, no-wrap
msgid ""
" guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
@@ -43614,37 +43708,37 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1696
+#: ../src/guestfs.pod:1713
msgid "This returns the current out of memory handler."
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:1698
+#: ../src/guestfs.pod:1715
msgid "API CALLS"
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:1702
+#: ../src/guestfs.pod:1719
msgid "STRUCTURES"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1704
-msgid "@STRUCTS@"
+#: ../src/guestfs.pod:1721
+msgid "__STRUCTS__"
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:1706
+#: ../src/guestfs.pod:1723
msgid "AVAILABILITY"
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:1708
+#: ../src/guestfs.pod:1725
msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1710
+#: ../src/guestfs.pod:1727
msgid ""
"Using L</guestfs_available> you can test availability of the following "
"groups of functions. This test queries the appliance to see if the "
@@ -43652,17 +43746,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1715
-msgid "@AVAILABILITY@"
+#: ../src/guestfs.pod:1732
+msgid "__AVAILABILITY__"
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:1717
+#: ../src/guestfs.pod:1734
msgid "GUESTFISH supported COMMAND"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1719
+#: ../src/guestfs.pod:1736
msgid ""
"In L<guestfish(3)> there is a handy interactive command C<supported> which "
"prints out the available groups and whether they are supported by this build "
@@ -43670,19 +43764,19 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:1724
+#: ../src/guestfs.pod:1741
msgid "SINGLE CALLS AT COMPILE TIME"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1726
+#: ../src/guestfs.pod:1743
msgid ""
"Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
"function, such as:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1729
+#: ../src/guestfs.pod:1746
#, no-wrap
msgid ""
" #define LIBGUESTFS_HAVE_DD 1\n"
@@ -43690,12 +43784,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1731
+#: ../src/guestfs.pod:1748
msgid "if L</guestfs_dd> is available."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1733
+#: ../src/guestfs.pod:1750
msgid ""
"Before version 1.5.8, if you needed to test whether a single libguestfs "
"function is available at compile time, we recommended using build tools such "
@@ -43703,7 +43797,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1738
+#: ../src/guestfs.pod:1755
#, no-wrap
msgid ""
" AC_CHECK_LIB([guestfs],[guestfs_create])\n"
@@ -43712,19 +43806,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1741
+#: ../src/guestfs.pod:1758
msgid ""
"which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
"in your program."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:1744
+#: ../src/guestfs.pod:1761
msgid "SINGLE CALLS AT RUN TIME"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1746
+#: ../src/guestfs.pod:1763
msgid ""
"Testing at compile time doesn't guarantee that a function really exists in "
"the library. The reason is that you might be dynamically linked against a "
@@ -43734,7 +43828,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1753
+#: ../src/guestfs.pod:1770
msgid ""
"You can use L<dlopen(3)> to test if a function is available at run time, as "
"in this example program (note that you still need the compile time check as "
@@ -43742,7 +43836,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1757
+#: ../src/guestfs.pod:1774
#, no-wrap
msgid ""
" #include <stdio.h>\n"
@@ -43754,7 +43848,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1763
+#: ../src/guestfs.pod:1780
#, no-wrap
msgid ""
" main ()\n"
@@ -43766,7 +43860,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1769
+#: ../src/guestfs.pod:1786
#, no-wrap
msgid ""
" /* Test if the function guestfs_dd is really available. */\n"
@@ -43781,7 +43875,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1778
+#: ../src/guestfs.pod:1795
#, no-wrap
msgid ""
" if (!has_function)\n"
@@ -43800,7 +43894,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1791
+#: ../src/guestfs.pod:1808
msgid ""
"You may think the above is an awful lot of hassle, and it is. There are "
"other ways outside of the C linking system to ensure that this kind of "
@@ -43808,7 +43902,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1796
+#: ../src/guestfs.pod:1813
#, no-wrap
msgid ""
" Requires: libguestfs >= 1.0.80\n"
@@ -43816,12 +43910,12 @@ msgid ""
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:1798
+#: ../src/guestfs.pod:1815
msgid "CALLS WITH OPTIONAL ARGUMENTS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1800
+#: ../src/guestfs.pod:1817
msgid ""
"A recent feature of the API is the introduction of calls which take optional "
"arguments. In C these are declared 3 ways. The main way is as a call which "
@@ -43829,7 +43923,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1805
+#: ../src/guestfs.pod:1822
#, no-wrap
msgid ""
" int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
@@ -43837,14 +43931,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1807
+#: ../src/guestfs.pod:1824
msgid ""
"Call this with a list of optional arguments, terminated by C<-1>. So to "
"call with no optional arguments specified:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1810
+#: ../src/guestfs.pod:1827
#, no-wrap
msgid ""
" guestfs_add_drive_opts (g, filename, -1);\n"
@@ -43852,12 +43946,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1812
+#: ../src/guestfs.pod:1829
msgid "With a single optional argument:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1814
+#: ../src/guestfs.pod:1831
#, no-wrap
msgid ""
" guestfs_add_drive_opts (g, filename,\n"
@@ -43867,12 +43961,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1818
+#: ../src/guestfs.pod:1835
msgid "With two:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1820
+#: ../src/guestfs.pod:1837
#, no-wrap
msgid ""
" guestfs_add_drive_opts (g, filename,\n"
@@ -43883,19 +43977,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1825
+#: ../src/guestfs.pod:1842
msgid ""
"and so forth. Don't forget the terminating C<-1> otherwise Bad Things will "
"happen!"
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:1828
+#: ../src/guestfs.pod:1845
msgid "USING va_list FOR OPTIONAL ARGUMENTS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1830
+#: ../src/guestfs.pod:1847
msgid ""
"The second variant has the same name with the suffix C<_va>, which works the "
"same way but takes a C<va_list>. See the C manual for details. For the "
@@ -43903,7 +43997,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1834
+#: ../src/guestfs.pod:1851
#, no-wrap
msgid ""
" int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
@@ -43912,12 +44006,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:1837
+#: ../src/guestfs.pod:1854
msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1839
+#: ../src/guestfs.pod:1856
msgid ""
"The third variant is useful where you need to construct these calls. You "
"pass in a structure where you fill in the optional fields. The structure "
@@ -43927,7 +44021,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1845
+#: ../src/guestfs.pod:1862
#, no-wrap
msgid ""
" struct guestfs_add_drive_opts_argv {\n"
@@ -43942,12 +44036,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1854
+#: ../src/guestfs.pod:1871
msgid "You could call it like this:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1856
+#: ../src/guestfs.pod:1873
#, no-wrap
msgid ""
" struct guestfs_add_drive_opts_argv optargs = {\n"
@@ -43960,7 +44054,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1863
+#: ../src/guestfs.pod:1880
#, no-wrap
msgid ""
" guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
@@ -43968,29 +44062,29 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1871
+#: ../src/guestfs.pod:1888
msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1876
+#: ../src/guestfs.pod:1893
msgid "You do not need to fill in all fields of the structure."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1880
+#: ../src/guestfs.pod:1897
msgid ""
"There must be a one-to-one correspondence between fields of the structure "
"that are filled in, and bits set in the bitmask."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:1885
+#: ../src/guestfs.pod:1902
msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1887
+#: ../src/guestfs.pod:1904
msgid ""
"In other languages, optional arguments are expressed in the way that is "
"natural for that language. We refer you to the language-specific "
@@ -43998,17 +44092,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1891
+#: ../src/guestfs.pod:1908
msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
msgstr ""
+#. type: =head1
+#: ../src/guestfs.pod:1910
+msgid "EVENTS"
+msgstr ""
+
#. type: =head2
-#: ../src/guestfs.pod:1893
+#: ../src/guestfs.pod:1912
msgid "SETTING CALLBACKS TO HANDLE EVENTS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1895
+#: ../src/guestfs.pod:1914
msgid ""
"B<Note:> This section documents the generic event mechanism introduced in "
"libguestfs 1.10, which you should use in new code if possible. The old "
@@ -44020,7 +44119,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1904
+#: ../src/guestfs.pod:1923
msgid ""
"Handles generate events when certain things happen, such as log messages "
"being generated, progress messages during long-running operations, or the "
@@ -44032,7 +44131,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1912
+#: ../src/guestfs.pod:1931
msgid ""
"In the current implementation, events are only generated synchronously: that "
"means that events (and hence callbacks) can only happen while you are in the "
@@ -44041,31 +44140,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1917
+#: ../src/guestfs.pod:1936
msgid ""
"Events may contain a payload, usually nothing (void), an array of 64 bit "
"unsigned integers, or a message buffer. Payloads are discussed later on."
msgstr ""
-#. type: =head3
-#: ../src/guestfs.pod:1921
+#. type: =head2
+#: ../src/guestfs.pod:1940
msgid "CLASSES OF EVENTS"
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:1925
+#: ../src/guestfs.pod:1944
msgid "GUESTFS_EVENT_CLOSE (payload type: void)"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1928
+#: ../src/guestfs.pod:1947
msgid ""
"The callback function will be called while the handle is being closed "
"(synchronously from L</guestfs_close>)."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1931
+#: ../src/guestfs.pod:1950
msgid ""
"Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
"handles that are open when the program exits. This means that this callback "
@@ -44076,19 +44175,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1938
+#: ../src/guestfs.pod:1957
msgid ""
"If no callback is registered: the handle is closed without any callback "
"being invoked."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:1941
+#: ../src/guestfs.pod:1960
msgid "GUESTFS_EVENT_SUBPROCESS_QUIT (payload type: void)"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1944
+#: ../src/guestfs.pod:1963
msgid ""
"The callback function will be called when the child process quits, either "
"asynchronously or if killed by L</guestfs_kill_subprocess>. (This "
@@ -44096,17 +44195,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1948 ../src/guestfs.pod:1957 ../src/guestfs.pod:2074
+#: ../src/guestfs.pod:1967 ../src/guestfs.pod:1976 ../src/guestfs.pod:2093
msgid "If no callback is registered: the event is ignored."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:1950
+#: ../src/guestfs.pod:1969
msgid "GUESTFS_EVENT_LAUNCH_DONE (payload type: void)"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1953
+#: ../src/guestfs.pod:1972
msgid ""
"The callback function will be called when the child process becomes ready "
"first time after it has been launched. (This corresponds to a transition "
@@ -44114,12 +44213,12 @@ msgid ""
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:1959
+#: ../src/guestfs.pod:1978
msgid "GUESTFS_EVENT_PROGRESS (payload type: array of 4 x uint64_t)"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1962
+#: ../src/guestfs.pod:1981
msgid ""
"Some long-running operations can generate progress messages. If this "
"callback is registered, then it will be called each time a progress message "
@@ -44129,14 +44228,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1968
+#: ../src/guestfs.pod:1987
msgid ""
"The callback receives in the payload four unsigned 64 bit numbers which are "
"(in order): C<proc_nr>, C<serial>, C<position>, C<total>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1971
+#: ../src/guestfs.pod:1990
msgid ""
"The units of C<total> are not defined, although for some operations C<total> "
"may relate in some way to the amount of data to be transferred (eg. in bytes "
@@ -44145,24 +44244,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1976
+#: ../src/guestfs.pod:1995
msgid "The only defined and stable parts of the API are:"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1982
+#: ../src/guestfs.pod:2001
msgid ""
"The callback can display to the user some type of progress bar or indicator "
"which shows the ratio of C<position>:C<total>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1987
+#: ../src/guestfs.pod:2006
msgid "0 E<lt>= C<position> E<lt>= C<total>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1991
+#: ../src/guestfs.pod:2010
msgid ""
"If any progress notification is sent during a call, then a final progress "
"notification is always sent when C<position> = C<total> (I<unless> the call "
@@ -44170,7 +44269,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1995
+#: ../src/guestfs.pod:2014
msgid ""
"This is to simplify caller code, so callers can easily set the progress "
"indicator to \"100%\" at the end of the operation, without requiring special "
@@ -44178,7 +44277,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2001
+#: ../src/guestfs.pod:2020
msgid ""
"For some calls we are unable to estimate the progress of the call, but we "
"can still generate progress messages to indicate activity. This is known as "
@@ -44187,7 +44286,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2006
+#: ../src/guestfs.pod:2025
msgid ""
"For these calls, zero or more progress messages are generated with "
"C<position = 0> and C<total = 1>, followed by a final message with "
@@ -44195,14 +44294,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2010
+#: ../src/guestfs.pod:2029
msgid ""
"As noted above, if the call fails with an error then the final message may "
"not be generated."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2015
+#: ../src/guestfs.pod:2034
msgid ""
"The callback also receives the procedure number (C<proc_nr>) and serial "
"number (C<serial>) of the call. These are only useful for debugging "
@@ -44211,31 +44310,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2021
+#: ../src/guestfs.pod:2040
msgid "If no callback is registered: progress messages are discarded."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2023
+#: ../src/guestfs.pod:2042
msgid "GUESTFS_EVENT_APPLIANCE (payload type: message buffer)"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2026
+#: ../src/guestfs.pod:2045
msgid ""
"The callback function is called whenever a log message is generated by qemu, "
"the appliance kernel, guestfsd (daemon), or utility programs."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2029
+#: ../src/guestfs.pod:2048
msgid ""
"If the verbose flag (L</guestfs_set_verbose>) is set before launch "
"(L</guestfs_launch>) then additional debug messages are generated."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2032 ../src/guestfs.pod:2046
+#: ../src/guestfs.pod:2051 ../src/guestfs.pod:2065
msgid ""
"If no callback is registered: the messages are discarded unless the verbose "
"flag is set in which case they are sent to stderr. You can override the "
@@ -44243,75 +44342,80 @@ msgid ""
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2037
+#: ../src/guestfs.pod:2056
msgid "GUESTFS_EVENT_LIBRARY (payload type: message buffer)"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2040
+#: ../src/guestfs.pod:2059
msgid ""
"The callback function is called whenever a log message is generated by the "
"library part of libguestfs."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2043
+#: ../src/guestfs.pod:2062
msgid ""
"If the verbose flag (L</guestfs_set_verbose>) is set then additional debug "
"messages are generated."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2051
+#: ../src/guestfs.pod:2070
msgid "GUESTFS_EVENT_TRACE (payload type: message buffer)"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2054
+#: ../src/guestfs.pod:2073
msgid ""
"The callback function is called whenever a trace message is generated. This "
"only applies if the trace flag (L</guestfs_set_trace>) is set."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2057
+#: ../src/guestfs.pod:2076
msgid ""
"If no callback is registered: the messages are sent to stderr. You can "
"override the printing of trace messages to stderr by setting up a callback."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2061
+#: ../src/guestfs.pod:2080
msgid "GUESTFS_EVENT_ENTER (payload type: function name)"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2064
+#: ../src/guestfs.pod:2083
msgid "The callback function is called whenever a libguestfs function is entered."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2067
+#: ../src/guestfs.pod:2086
msgid ""
"The payload is a string which contains the name of the function that we are "
"entering (not including C<guestfs_> prefix)."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2070
+#: ../src/guestfs.pod:2089
msgid ""
"Note that libguestfs functions can call themselves, so you may see many "
"events from a single call. A few libguestfs functions do not generate this "
"event."
msgstr ""
+#. type: =head2
+#: ../src/guestfs.pod:2097
+msgid "EVENT API"
+msgstr ""
+
#. type: =head3
-#: ../src/guestfs.pod:2078
+#: ../src/guestfs.pod:2099
msgid "guestfs_set_event_callback"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2080
+#: ../src/guestfs.pod:2101
#, no-wrap
msgid ""
" int guestfs_set_event_callback (guestfs_h *g,\n"
@@ -44323,14 +44427,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2086
+#: ../src/guestfs.pod:2107
msgid ""
"This function registers a callback (C<cb>) for all event classes in the "
"C<event_bitmask>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2089
+#: ../src/guestfs.pod:2110
msgid ""
"For example, to register for all log message events, you could call this "
"function with the bitmask C<GUESTFS_EVENT_APPLIANCE|GUESTFS_EVENT_LIBRARY>. "
@@ -44339,40 +44443,40 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2095
+#: ../src/guestfs.pod:2116
msgid "C<flags> should always be passed as 0."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2097
+#: ../src/guestfs.pod:2118
msgid ""
"C<opaque> is an opaque pointer which is passed to the callback. You can use "
"it for any purpose."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2100
+#: ../src/guestfs.pod:2121
msgid ""
"The return value is the event handle (an integer) which you can use to "
"delete the callback (see below)."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2103
+#: ../src/guestfs.pod:2124
msgid ""
"If there is an error, this function returns C<-1>, and sets the error in the "
"handle in the usual way (see L</guestfs_last_error> etc.)"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2106
+#: ../src/guestfs.pod:2127
msgid ""
"Callbacks remain in effect until they are deleted, or until the handle is "
"closed."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2109
+#: ../src/guestfs.pod:2130
msgid ""
"In the case where multiple callbacks are registered for a particular event "
"class, all of the callbacks are called. The order in which multiple "
@@ -44380,12 +44484,12 @@ msgid ""
msgstr ""
#. type: =head3
-#: ../src/guestfs.pod:2113
+#: ../src/guestfs.pod:2134
msgid "guestfs_delete_event_callback"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2115
+#: ../src/guestfs.pod:2136
#, no-wrap
msgid ""
" void guestfs_delete_event_callback (guestfs_h *g, int event_handle);\n"
@@ -44393,7 +44497,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2117
+#: ../src/guestfs.pod:2138
msgid ""
"Delete a callback that was previously registered. C<event_handle> should be "
"the integer that was returned by a previous call to "
@@ -44401,12 +44505,12 @@ msgid ""
msgstr ""
#. type: =head3
-#: ../src/guestfs.pod:2121
+#: ../src/guestfs.pod:2142
msgid "guestfs_event_callback"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2123
+#: ../src/guestfs.pod:2144
#, no-wrap
msgid ""
" typedef void (*guestfs_event_callback) (\n"
@@ -44421,12 +44525,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2132
+#: ../src/guestfs.pod:2153
msgid "This is the type of the event callback function that you have to provide."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2135
+#: ../src/guestfs.pod:2156
msgid ""
"The basic parameters are: the handle (C<g>), the opaque user pointer "
"(C<opaque>), the event class (eg. C<GUESTFS_EVENT_PROGRESS>), the event "
@@ -44434,7 +44538,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2139
+#: ../src/guestfs.pod:2160
msgid ""
"The remaining parameters contain the event payload (if any). Each event may "
"contain a payload, which usually relates to the event class, but for future "
@@ -44443,7 +44547,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2144
+#: ../src/guestfs.pod:2165
msgid ""
"C<buf> and C<buf_len> contain a message buffer (if C<buf_len == 0>, then "
"there is no message buffer). Note that this message buffer can contain "
@@ -44451,19 +44555,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2148
+#: ../src/guestfs.pod:2169
msgid ""
"C<array> and C<array_len> is an array of 64 bit unsigned integers. At the "
"moment this is only used for progress messages."
msgstr ""
-#. type: =head3
-#: ../src/guestfs.pod:2151
+#. type: =head2
+#: ../src/guestfs.pod:2172
msgid "EXAMPLE: CAPTURING LOG MESSAGES"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2153
+#: ../src/guestfs.pod:2174
msgid ""
"One motivation for the generic event API was to allow GUI programs to "
"capture debug and other messages. In libguestfs E<le> 1.8 these were sent "
@@ -44471,7 +44575,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2157
+#: ../src/guestfs.pod:2178
msgid ""
"Events associated with log messages are: C<GUESTFS_EVENT_LIBRARY>, "
"C<GUESTFS_EVENT_APPLIANCE> and C<GUESTFS_EVENT_TRACE>. (Note that error "
@@ -44479,14 +44583,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2162
+#: ../src/guestfs.pod:2183
msgid ""
"Programs have to set up a callback to capture the classes of events of "
"interest:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2165
+#: ../src/guestfs.pod:2186
#, no-wrap
msgid ""
" int eh =\n"
@@ -44502,14 +44606,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2175
+#: ../src/guestfs.pod:2196
msgid ""
"The callback can then direct messages to the appropriate place. In this "
"example, messages are directed to syslog:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2178
+#: ../src/guestfs.pod:2199
#, no-wrap
msgid ""
" static void\n"
@@ -44530,12 +44634,12 @@ msgid ""
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:2193
+#: ../src/guestfs.pod:2214
msgid "CANCELLING LONG TRANSFERS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2195
+#: ../src/guestfs.pod:2216
msgid ""
"Some operations can be cancelled by the caller while they are in progress. "
"Currently only operations that involve uploading or downloading data can be "
@@ -44544,12 +44648,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:2200
+#: ../src/guestfs.pod:2221
msgid "guestfs_user_cancel"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2202
+#: ../src/guestfs.pod:2223
#, no-wrap
msgid ""
" void guestfs_user_cancel (guestfs_h *g);\n"
@@ -44557,12 +44661,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2204
+#: ../src/guestfs.pod:2225
msgid "C<guestfs_user_cancel> cancels the current upload or download operation."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2207
+#: ../src/guestfs.pod:2228
msgid ""
"Unlike most other libguestfs calls, this function is signal safe and thread "
"safe. You can call it from a signal handler or from another thread, without "
@@ -44570,7 +44674,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2211
+#: ../src/guestfs.pod:2232
msgid ""
"The transfer that was in progress (if there is one) will stop shortly "
"afterwards, and will return an error. The errno (see "
@@ -44579,7 +44683,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2217
+#: ../src/guestfs.pod:2238
msgid ""
"No cleanup is performed: for example, if a file was being uploaded then "
"after cancellation there may be a partially uploaded file. It is the "
@@ -44587,12 +44691,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2221
+#: ../src/guestfs.pod:2242
msgid "There are two common places that you might call C<guestfs_user_cancel>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2223
+#: ../src/guestfs.pod:2244
msgid ""
"In an interactive text-based program, you might call it from a C<SIGINT> "
"signal handler so that pressing C<^C> cancels the current operation. (You "
@@ -44601,19 +44705,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2228
+#: ../src/guestfs.pod:2249
msgid ""
"In a graphical program, when the main thread is displaying a progress bar "
"with a cancel button, wire up the cancel button to call this function."
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:2232
+#: ../src/guestfs.pod:2253
msgid "PRIVATE DATA AREA"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2234
+#: ../src/guestfs.pod:2255
msgid ""
"You can attach named pieces of private data to the libguestfs handle, fetch "
"them by name, and walk over them, for the lifetime of the handle. This is "
@@ -44621,12 +44725,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2239
+#: ../src/guestfs.pod:2260
msgid "To attach a named piece of data, use the following call:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2241
+#: ../src/guestfs.pod:2262
#, no-wrap
msgid ""
" void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
@@ -44634,7 +44738,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2243
+#: ../src/guestfs.pod:2264
msgid ""
"C<key> is the name to associate with this data, and C<data> is an arbitrary "
"pointer (which can be C<NULL>). Any previous item with the same key is "
@@ -44642,7 +44746,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2247
+#: ../src/guestfs.pod:2268
msgid ""
"You can use any C<key> you want, but your key should I<not> start with an "
"underscore character. Keys beginning with an underscore character are "
@@ -44652,12 +44756,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2253
+#: ../src/guestfs.pod:2274
msgid "To retrieve the pointer, use:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2255
+#: ../src/guestfs.pod:2276
#, no-wrap
msgid ""
" void *guestfs_get_private (guestfs_h *g, const char *key);\n"
@@ -44665,7 +44769,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2257
+#: ../src/guestfs.pod:2278
msgid ""
"This function returns C<NULL> if either no data is found associated with "
"C<key>, or if the user previously set the C<key>'s C<data> pointer to "
@@ -44673,7 +44777,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2261
+#: ../src/guestfs.pod:2282
msgid ""
"Libguestfs does not try to look at or interpret the C<data> pointer in any "
"way. As far as libguestfs is concerned, it need not be a valid pointer at "
@@ -44684,12 +44788,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2268
+#: ../src/guestfs.pod:2289
msgid "To walk over all entries, use these two functions:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2270
+#: ../src/guestfs.pod:2291
#, no-wrap
msgid ""
" void *guestfs_first_private (guestfs_h *g, const char **key_rtn);\n"
@@ -44697,7 +44801,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2272
+#: ../src/guestfs.pod:2293
#, no-wrap
msgid ""
" void *guestfs_next_private (guestfs_h *g, const char **key_rtn);\n"
@@ -44705,7 +44809,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2274
+#: ../src/guestfs.pod:2295
msgid ""
"C<guestfs_first_private> returns the first key, pointer pair (\"first\" does "
"not have any particular meaning -- keys are not returned in any defined "
@@ -44715,7 +44819,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2280
+#: ../src/guestfs.pod:2301
msgid ""
"C<guestfs_next_private> returns the next key, pointer pair. The return "
"value of this function is also C<NULL> is there are no further entries to "
@@ -44723,17 +44827,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2284
+#: ../src/guestfs.pod:2305
msgid "Notes about walking over entries:"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2290
+#: ../src/guestfs.pod:2311
msgid "You must not call C<guestfs_set_private> while walking over the entries."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2295
+#: ../src/guestfs.pod:2316
msgid ""
"The handle maintains an internal iterator which is reset when you call "
"C<guestfs_first_private>. This internal iterator is invalidated when you "
@@ -44741,12 +44845,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2301
+#: ../src/guestfs.pod:2322
msgid "If you have set the data pointer associated with a key to C<NULL>, ie:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2303
+#: ../src/guestfs.pod:2324
#, no-wrap
msgid ""
" guestfs_set_private (g, key, NULL);\n"
@@ -44754,26 +44858,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2305
+#: ../src/guestfs.pod:2326
msgid "then that C<key> is not returned when walking."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2309
+#: ../src/guestfs.pod:2330
msgid ""
"C<*key_rtn> is only valid until the next call to C<guestfs_first_private>, "
"C<guestfs_next_private> or C<guestfs_set_private>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2315
+#: ../src/guestfs.pod:2336
msgid ""
"The following example code shows how to print all keys and data pointers "
"that are associated with the handle C<g>:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2318
+#: ../src/guestfs.pod:2339
#, no-wrap
msgid ""
" const char *key;\n"
@@ -44787,14 +44891,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2326
+#: ../src/guestfs.pod:2347
msgid ""
"More commonly you are only interested in keys that begin with an "
"application-specific prefix C<foo_>. Modify the loop like so:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2329
+#: ../src/guestfs.pod:2350
#, no-wrap
msgid ""
" const char *key;\n"
@@ -44809,7 +44913,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2338
+#: ../src/guestfs.pod:2359
msgid ""
"If you need to modify keys while walking, then you have to jump back to the "
"beginning of the loop. For example, to delete all keys prefixed with "
@@ -44817,7 +44921,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2342
+#: ../src/guestfs.pod:2363
#, no-wrap
msgid ""
" const char *key;\n"
@@ -44839,7 +44943,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2358
+#: ../src/guestfs.pod:2379
msgid ""
"Note that the above loop is guaranteed to terminate because the keys are "
"being deleted, but other manipulations of keys within the loop might not "
@@ -44848,12 +44952,12 @@ msgid ""
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:2363
+#: ../src/guestfs.pod:2384
msgid "SYSTEMTAP"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2365
+#: ../src/guestfs.pod:2386
msgid ""
"The libguestfs C library can be probed using systemtap or DTrace. This is "
"true of any library, not just libguestfs. However libguestfs also contains "
@@ -44861,12 +44965,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2369
+#: ../src/guestfs.pod:2390
msgid "You can list all the static markers by doing:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2371
+#: ../src/guestfs.pod:2392
#, no-wrap
msgid ""
" stap -l 'process(\"/usr/lib*/libguestfs.so.0\")\n"
@@ -44875,26 +44979,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2374
+#: ../src/guestfs.pod:2395
msgid ""
"B<Note:> These static markers are I<not> part of the stable API and may "
"change in future versions."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:2377
+#: ../src/guestfs.pod:2398
msgid "SYSTEMTAP SCRIPT EXAMPLE"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2379
+#: ../src/guestfs.pod:2400
msgid ""
"This script contains examples of displaying both the static markers and some "
"ordinary C entry points:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2406
+#: ../src/guestfs.pod:2427
#, no-wrap
msgid ""
" /* Display all calls to guestfs_mkfs* functions. */\n"
@@ -44907,7 +45011,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2413
+#: ../src/guestfs.pod:2434
msgid ""
"The script above can be saved to C<test.stap> and run using the L<stap(1)> "
"program. Note that you either have to be root, or you have to add yourself "
@@ -44916,7 +45020,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2418
+#: ../src/guestfs.pod:2439
#, no-wrap
msgid ""
" # stap /tmp/test.stap\n"
@@ -44925,17 +45029,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2421
+#: ../src/guestfs.pod:2442
msgid "In another terminal, run a guestfish command such as this:"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2425
+#: ../src/guestfs.pod:2446
msgid "In the first terminal, stap trace output similar to this is shown:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2427
+#: ../src/guestfs.pod:2448
#, no-wrap
msgid ""
" 1318248056692655 (+0):\tlaunch_start\n"
@@ -44949,19 +45053,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2436
+#: ../src/guestfs.pod:2457
msgid ""
"<!-- old anchor for the next section --> <a "
"name=\"state_machine_and_low_level_event_api\"/>"
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:2441
+#: ../src/guestfs.pod:2462
msgid "ARCHITECTURE"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2443
+#: ../src/guestfs.pod:2464
msgid ""
"Internally, libguestfs is implemented by running an appliance (a special "
"type of small virtual machine) using L<qemu(1)>. Qemu runs as a child "
@@ -44969,7 +45073,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2447
+#: ../src/guestfs.pod:2468
#, no-wrap
msgid ""
" ___________________\n"
@@ -44995,14 +45099,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2467
+#: ../src/guestfs.pod:2488
msgid ""
"The library, linked to the main program, creates the child process and hence "
"the appliance in the L</guestfs_launch> function."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2470
+#: ../src/guestfs.pod:2491
msgid ""
"Inside the appliance is a Linux kernel and a complete stack of userspace "
"tools (such as LVM and ext2 programs) and a small controlling daemon called "
@@ -45014,7 +45118,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2479
+#: ../src/guestfs.pod:2500
msgid ""
"A common misunderstanding is that the appliance \"is\" the virtual machine. "
"Although the disk image you are attached to might also be used by some "
@@ -45025,17 +45129,17 @@ msgid ""
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:2486
+#: ../src/guestfs.pod:2507
msgid "STATE MACHINE"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2488
+#: ../src/guestfs.pod:2509
msgid "libguestfs uses a state machine to model the child process:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2490
+#: ../src/guestfs.pod:2511
#, no-wrap
msgid ""
" |\n"
@@ -45063,7 +45167,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2512
+#: ../src/guestfs.pod:2533
msgid ""
"The normal transitions are (1) CONFIG (when the handle is created, but there "
"is no child process), (2) LAUNCHING (when the child process is booting up), "
@@ -45072,7 +45176,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2517
+#: ../src/guestfs.pod:2538
msgid ""
"The guest may be killed by L</guestfs_kill_subprocess>, or may die "
"asynchronously at any time (eg. due to some internal error), and that causes "
@@ -45080,14 +45184,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2521
+#: ../src/guestfs.pod:2542
msgid ""
"Configuration commands for qemu such as L</guestfs_add_drive> can only be "
"issued when in the CONFIG state."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2524
+#: ../src/guestfs.pod:2545
msgid ""
"The API offers one call that goes from CONFIG through LAUNCHING to READY. "
"L</guestfs_launch> blocks until the child process is READY to accept "
@@ -45096,7 +45200,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2530
+#: ../src/guestfs.pod:2551
msgid ""
"API actions such as L</guestfs_mount> can only be issued when in the READY "
"state. These API calls block waiting for the command to be carried out. "
@@ -45105,7 +45209,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2535
+#: ../src/guestfs.pod:2556
msgid ""
"Finally, the child process sends asynchronous messages back to the main "
"program, such as kernel log messages. You can register a callback to "
@@ -45113,17 +45217,17 @@ msgid ""
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:2539
+#: ../src/guestfs.pod:2560
msgid "INTERNALS"
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:2541
+#: ../src/guestfs.pod:2562
msgid "APPLIANCE BOOT PROCESS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2543
+#: ../src/guestfs.pod:2564
msgid ""
"This process has evolved and continues to evolve. The description here "
"corresponds only to the current version of libguestfs and is provided for "
@@ -45131,55 +45235,55 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2547
+#: ../src/guestfs.pod:2568
msgid ""
"In order to follow the stages involved below, enable libguestfs debugging "
"(set the environment variable C<LIBGUESTFS_DEBUG=1>)."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2552
+#: ../src/guestfs.pod:2573
msgid "Create the appliance"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2554
+#: ../src/guestfs.pod:2575
msgid ""
"C<febootstrap-supermin-helper> is invoked to create the kernel, a small "
"initrd and the appliance."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2557
+#: ../src/guestfs.pod:2578
msgid ""
"The appliance is cached in C</var/tmp/.guestfs-E<lt>UIDE<gt>> (or in another "
"directory if C<TMPDIR> is set)."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2560
+#: ../src/guestfs.pod:2581
msgid ""
"For a complete description of how the appliance is created and cached, read "
"the L<febootstrap(8)> and L<febootstrap-supermin-helper(8)> man pages."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2564
+#: ../src/guestfs.pod:2585
msgid "Start qemu and boot the kernel"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2566
+#: ../src/guestfs.pod:2587
msgid "qemu is invoked to boot the kernel."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2568
+#: ../src/guestfs.pod:2589
msgid "Run the initrd"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2570
+#: ../src/guestfs.pod:2591
msgid ""
"C<febootstrap-supermin-helper> builds a small initrd. The initrd is not the "
"appliance. The purpose of the initrd is to load enough kernel modules in "
@@ -45187,21 +45291,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2574
+#: ../src/guestfs.pod:2595
msgid ""
"The initrd is a cpio archive called "
"C</var/tmp/.guestfs-E<lt>UIDE<gt>/initrd>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2577
+#: ../src/guestfs.pod:2598
msgid ""
"When the initrd has started you will see messages showing that kernel "
"modules are being loaded, similar to this:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2580
+#: ../src/guestfs.pod:2601
#, no-wrap
msgid ""
" febootstrap: ext2 mini initrd starting up\n"
@@ -45212,12 +45316,12 @@ msgid ""
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2585
+#: ../src/guestfs.pod:2606
msgid "Find and mount the appliance device"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2587
+#: ../src/guestfs.pod:2608
msgid ""
"The appliance is a sparse file containing an ext2 filesystem which contains "
"a familiar (although reduced in size) Linux operating system. It would "
@@ -45225,33 +45329,33 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2591
+#: ../src/guestfs.pod:2612
msgid ""
"The regular disks being inspected by libguestfs are the first devices "
"exposed by qemu (eg. as C</dev/vda>)."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2594
+#: ../src/guestfs.pod:2615
msgid ""
"The last disk added to qemu is the appliance itself (eg. C</dev/vdb> if "
"there was only one regular disk)."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2597
+#: ../src/guestfs.pod:2618
msgid ""
"Thus the final job of the initrd is to locate the appliance disk, mount it, "
"and switch root into the appliance, and run C</init> from the appliance."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2601
+#: ../src/guestfs.pod:2622
msgid "If this works successfully you will see messages such as:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2603
+#: ../src/guestfs.pod:2624
#, no-wrap
msgid ""
" febootstrap: picked /sys/block/vdb/dev as root device\n"
@@ -45263,19 +45367,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2609
+#: ../src/guestfs.pod:2630
msgid ""
"Note that C<Starting /init script ...> indicates that the appliance's init "
"script is now running."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2612
+#: ../src/guestfs.pod:2633
msgid "Initialize the appliance"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2614
+#: ../src/guestfs.pod:2635
msgid ""
"The appliance itself now initializes itself. This involves starting certain "
"processes like C<udev>, possibly printing some debug information, and "
@@ -45283,19 +45387,19 @@ msgid ""
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2618
+#: ../src/guestfs.pod:2639
msgid "The daemon"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2620
+#: ../src/guestfs.pod:2641
msgid ""
"Finally the daemon (C<guestfsd>) runs inside the appliance. If it runs you "
"should see:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2623
+#: ../src/guestfs.pod:2644
#, no-wrap
msgid ""
" verbose daemon enabled\n"
@@ -45303,14 +45407,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2625
+#: ../src/guestfs.pod:2646
msgid ""
"The daemon expects to see a named virtio-serial port exposed by qemu and "
"connected on the other end to the library."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2628
+#: ../src/guestfs.pod:2649
msgid ""
"The daemon connects to this port (and hence to the library) and sends a four "
"byte message C<GUESTFS_LAUNCH_FLAG>, which initiates the communication "
@@ -45318,19 +45422,19 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:2634
+#: ../src/guestfs.pod:2655
msgid "COMMUNICATION PROTOCOL"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2636
+#: ../src/guestfs.pod:2657
msgid ""
"Don't rely on using this protocol directly. This section documents how it "
"currently works, but it may change at any time."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2639
+#: ../src/guestfs.pod:2660
msgid ""
"The protocol used to talk between the library and the daemon running inside "
"the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
@@ -45338,14 +45442,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2643
+#: ../src/guestfs.pod:2664
msgid ""
"The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
"this file is automatically generated)."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2646
+#: ../src/guestfs.pod:2667
msgid ""
"There are two broad cases, ordinary functions that don't have any C<FileIn> "
"and C<FileOut> parameters, which are handled with very simple request/reply "
@@ -45355,17 +45459,17 @@ msgid ""
msgstr ""
#. type: =head3
-#: ../src/guestfs.pod:2653
+#: ../src/guestfs.pod:2674
msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2655
+#: ../src/guestfs.pod:2676
msgid "For ordinary functions, the request message is:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2657
+#: ../src/guestfs.pod:2678
#, no-wrap
msgid ""
" total length (header + arguments,\n"
@@ -45376,7 +45480,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2662
+#: ../src/guestfs.pod:2683
msgid ""
"The total length field allows the daemon to allocate a fixed size buffer "
"into which it slurps the rest of the message. As a result, the total length "
@@ -45385,21 +45489,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2668
+#: ../src/guestfs.pod:2689
msgid ""
"Note also that many functions don't take any arguments, in which case the "
"C<guestfs_I<foo>_args> is completely omitted."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2671
+#: ../src/guestfs.pod:2692
msgid ""
"The header contains the procedure number (C<guestfs_proc>) which is how the "
"receiver knows what type of args structure to expect, or none at all."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2675
+#: ../src/guestfs.pod:2696
msgid ""
"For functions that take optional arguments, the optional arguments are "
"encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
@@ -45411,12 +45515,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2683
+#: ../src/guestfs.pod:2704
msgid "The reply message for ordinary functions is:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2685
+#: ../src/guestfs.pod:2706
#, no-wrap
msgid ""
" total length (header + ret,\n"
@@ -45427,26 +45531,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2690
+#: ../src/guestfs.pod:2711
msgid ""
"As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
"functions that return no formal return values."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2693
+#: ../src/guestfs.pod:2714
msgid "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2696
+#: ../src/guestfs.pod:2717
msgid ""
"In the case of an error, a flag is set in the header, and the reply message "
"is slightly changed:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2699
+#: ../src/guestfs.pod:2720
#, no-wrap
msgid ""
" total length (header + error,\n"
@@ -45457,19 +45561,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2704
+#: ../src/guestfs.pod:2725
msgid ""
"The C<guestfs_message_error> structure contains the error message as a "
"string."
msgstr ""
#. type: =head3
-#: ../src/guestfs.pod:2707
+#: ../src/guestfs.pod:2728
msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2709
+#: ../src/guestfs.pod:2730
msgid ""
"A C<FileIn> parameter indicates that we transfer a file I<into> the guest. "
"The normal request message is sent (see above). However this is followed by "
@@ -45477,7 +45581,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2713
+#: ../src/guestfs.pod:2734
#, no-wrap
msgid ""
" total length (header + arguments,\n"
@@ -45491,12 +45595,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2721
+#: ../src/guestfs.pod:2742
msgid "The \"sequence of chunks\" is:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2723
+#: ../src/guestfs.pod:2744
#, no-wrap
msgid ""
" length of chunk (not including length word itself)\n"
@@ -45510,7 +45614,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2731
+#: ../src/guestfs.pod:2752
msgid ""
"The final chunk has the C<data_len> field set to zero. Additionally a flag "
"is set in the final chunk to indicate either successful completion or early "
@@ -45518,7 +45622,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2735
+#: ../src/guestfs.pod:2756
msgid ""
"At time of writing there are no functions that have more than one FileIn "
"parameter. However this is (theoretically) supported, by sending the "
@@ -45527,7 +45631,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2740
+#: ../src/guestfs.pod:2761
msgid ""
"Both the library (sender) I<and> the daemon (receiver) may cancel the "
"transfer. The library does this by sending a chunk with a special flag set "
@@ -45536,7 +45640,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2746
+#: ../src/guestfs.pod:2767
msgid ""
"The daemon may also cancel. It does this by writing a special word "
"C<GUESTFS_CANCEL_FLAG> to the socket. The library listens for this during "
@@ -45548,7 +45652,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2755
+#: ../src/guestfs.pod:2776
msgid ""
"This protocol allows the transfer of arbitrary sized files (no 32 bit "
"limit), and also files where the size is not known in advance (eg. from "
@@ -45558,19 +45662,19 @@ msgid ""
msgstr ""
#. type: =head3
-#: ../src/guestfs.pod:2761
+#: ../src/guestfs.pod:2782
msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2763
+#: ../src/guestfs.pod:2784
msgid ""
"The protocol for FileOut parameters is exactly the same as for FileIn "
"parameters, but with the roles of daemon and library reversed."
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2766
+#: ../src/guestfs.pod:2787
#, no-wrap
msgid ""
" total length (header + ret,\n"
@@ -45584,12 +45688,12 @@ msgid ""
msgstr ""
#. type: =head3
-#: ../src/guestfs.pod:2774
+#: ../src/guestfs.pod:2795
msgid "INITIAL MESSAGE"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2776
+#: ../src/guestfs.pod:2797
msgid ""
"When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
"which indicates that the guest and daemon is alive. This is what "
@@ -45597,12 +45701,12 @@ msgid ""
msgstr ""
#. type: =head3
-#: ../src/guestfs.pod:2780
+#: ../src/guestfs.pod:2801
msgid "PROGRESS NOTIFICATION MESSAGES"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2782
+#: ../src/guestfs.pod:2803
msgid ""
"The daemon may send progress notification messages at any time. These are "
"distinguished by the normal length word being replaced by "
@@ -45610,7 +45714,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2786
+#: ../src/guestfs.pod:2807
msgid ""
"The library turns them into progress callbacks (see "
"L</GUESTFS_EVENT_PROGRESS>) if there is a callback registered, or discards "
@@ -45618,7 +45722,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2790
+#: ../src/guestfs.pod:2811
msgid ""
"The daemon self-limits the frequency of progress messages it sends (see "
"C<daemon/proto.c:notify_progress>). Not all calls generate progress "
@@ -45626,12 +45730,12 @@ msgid ""
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:2794
+#: ../src/guestfs.pod:2815
msgid "LIBGUESTFS VERSION NUMBERS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2796
+#: ../src/guestfs.pod:2817
msgid ""
"Since April 2010, libguestfs has started to make separate development and "
"stable releases, along with corresponding branches in our git repository. "
@@ -45639,7 +45743,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2801
+#: ../src/guestfs.pod:2822
#, no-wrap
msgid ""
" even numbers for stable: 1.2.x, 1.4.x, ...\n"
@@ -45656,12 +45760,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2812
+#: ../src/guestfs.pod:2833
msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2814
+#: ../src/guestfs.pod:2835
msgid ""
"As time passes we cherry pick fixes from the development branch and backport "
"those into the stable branch, the effect being that the stable branch should "
@@ -45671,26 +45775,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2820
+#: ../src/guestfs.pod:2841
msgid "Our criteria for backporting changes are:"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2826
+#: ../src/guestfs.pod:2847
msgid ""
"Documentation changes which don't affect any code are backported unless the "
"documentation refers to a future feature which is not in stable."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2832
+#: ../src/guestfs.pod:2853
msgid ""
"Bug fixes which are not controversial, fix obvious problems, and have been "
"well tested are backported."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2837
+#: ../src/guestfs.pod:2858
msgid ""
"Simple rearrangements of code which shouldn't affect how it works get "
"backported. This is so that the code in the two branches doesn't get too "
@@ -45698,7 +45802,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2843
+#: ../src/guestfs.pod:2864
msgid ""
"We I<don't> backport new features, new APIs, new tools etc, except in one "
"exceptional case: the new feature is required in order to implement an "
@@ -45706,7 +45810,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2849
+#: ../src/guestfs.pod:2870
msgid ""
"A new stable branch starts when we think the new features in development are "
"substantial and compelling enough over the current stable branch to warrant "
@@ -45717,37 +45821,166 @@ msgid ""
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:2857
+#: ../src/guestfs.pod:2878
msgid "EXTENDING LIBGUESTFS"
msgstr ""
+#. type: textblock
+#: ../src/guestfs.pod:2880
+msgid "This section is for hackers who want to extend libguestfs itself."
+msgstr ""
+
#. type: =head2
-#: ../src/guestfs.pod:2859
-msgid "ADDING A NEW API ACTION"
+#: ../src/guestfs.pod:2882
+msgid "OVERVIEW OF THE SOURCE CODE"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2884
+msgid ""
+"Libguestfs source is located in the github repository "
+"L<https://github.com/libguestfs/libguestfs>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2861
+#: ../src/guestfs.pod:2887
msgid ""
"Large amounts of boilerplate code in libguestfs (RPC, bindings, "
-"documentation) are generated, and this makes it easy to extend the "
-"libguestfs API."
+"documentation) are generated. This means that many source files will appear "
+"to be missing from a straightforward git checkout. You have to run the "
+"generator (C<./autogen.sh && make -C generator>) in order to create those "
+"files."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2893
+msgid ""
+"Libguestfs uses an autotools-based build system, with the main files being "
+"C<configure.ac> and C<Makefile.am>. The C<generator> subdirectory contains "
+"the generator, plus files describing the API. The C<src> subdirectory "
+"contains source for the library. The C<appliance> and C<daemon> "
+"subdirectories contain the source for the code that builds the appliance, "
+"and the code that runs in the appliance respectively. Other directories are "
+"covered in the section L<SOURCE CODE SUBDIRECTORIES> below."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2865
+#: ../src/guestfs.pod:2902
+msgid ""
+"Apart from the fact that all API entry points go via some generated code, "
+"the library is straightforward. (In fact, even the generated code is "
+"designed to be readable, and should be read as ordinary code). Some actions "
+"run entirely in the library, and are written as C functions in files under "
+"C<src>. Others are forwarded to the daemon where (after some generated RPC "
+"marshalling) they appear as C functions in files under C<daemon>."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2910
+msgid "To build from source, first read the C<README> file."
+msgstr ""
+
+#. type: =head2
+#: ../src/guestfs.pod:2912
+msgid "C<local*> FILES"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2914
+msgid ""
+"Files in the top source directory that begin with the prefix C<local*> are "
+"ignored by git. These files can contain local configuration or scripts that "
+"you need to build libguestfs."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2918
+msgid ""
+"By convention, I have a file called C<localconfigure> which is a simple "
+"wrapper around C<autogen.sh> containing local configure customizations that "
+"I need:"
+msgstr ""
+
+#. type: verbatim
+#: ../src/guestfs.pod:2922
+#, no-wrap
+msgid ""
+" . localenv\n"
+" ./autogen.sh \\\n"
+" --with-default-attach-method=libvirt \\\n"
+" --enable-gcc-warnings \\\n"
+" --enable-gtk-doc \\\n"
+" -C \\\n"
+" \"$@\"\n"
+"\n"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2930
+msgid "So I can use this to build libguestfs:"
+msgstr ""
+
+#. type: verbatim
+#: ../src/guestfs.pod:2932
+#, no-wrap
+msgid ""
+" ./localconfigure && make\n"
+"\n"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2934
+msgid ""
+"If there is a file in the top build directory called C<localenv>, then it "
+"will be sourced by C<make>. This file can contain any local environment "
+"variables needed, eg. for skipping tests:"
+msgstr ""
+
+#. type: verbatim
+#: ../src/guestfs.pod:2938
+#, no-wrap
+msgid ""
+" # Use an alternate python binary.\n"
+" export PYTHON=python3\n"
+" # Skip this test, it is broken.\n"
+" export SKIP_TEST_BTRFS_FSCK=1\n"
+"\n"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2943
+msgid ""
+"Note that C<localenv> is included by the top Makefile (so it's a Makefile "
+"fragment). But if it is also sourced by your C<localconfigure> script then "
+"it is used as a shell script."
+msgstr ""
+
+#. type: =head2
+#: ../src/guestfs.pod:2947
+msgid "ADDING A NEW API ACTION"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2949
+msgid ""
+"Because large amounts of boilerplate code in libguestfs are generated, this "
+"makes it easy to extend the libguestfs API."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2952
msgid "To add a new API action there are two changes:"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2871
+#: ../src/guestfs.pod:2958
msgid ""
"You need to add a description of the call (name, parameters, return type, "
"tests, documentation) to C<generator/generator_actions.ml>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2874
+#: ../src/guestfs.pod:2961
msgid ""
"There are two sorts of API action, depending on whether the call goes "
"through to the daemon in the appliance, or is serviced entirely by the "
@@ -45758,7 +45991,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2882
+#: ../src/guestfs.pod:2969
msgid ""
"Most new actions are of the first type, and get added to the "
"C<daemon_functions> list. Each function has a unique procedure number used "
@@ -45768,7 +46001,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2888
+#: ../src/guestfs.pod:2975
msgid ""
"For library-only actions of the second type, add to the "
"C<non_daemon_functions> list. Since these functions are serviced by the "
@@ -45778,36 +46011,36 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2896
+#: ../src/guestfs.pod:2983
msgid "Implement the action (in C):"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2898
+#: ../src/guestfs.pod:2985
msgid ""
"For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
"C<daemon/> directory."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2901
+#: ../src/guestfs.pod:2988
msgid ""
"For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
"(note: double underscore) in the C<src/> directory."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2904
+#: ../src/guestfs.pod:2991
msgid "In either case, use another function as an example of what to do."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2908
+#: ../src/guestfs.pod:2995
msgid "After making these changes, use C<make> to compile."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2910
+#: ../src/guestfs.pod:2997
msgid ""
"Note that you don't need to implement the RPC, language bindings, manual "
"pages or anything else. It's all automatically generated from the OCaml "
@@ -45815,12 +46048,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:2914
+#: ../src/guestfs.pod:3001
msgid "ADDING TESTS FOR AN API ACTION"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2916
+#: ../src/guestfs.pod:3003
msgid ""
"You can supply zero or as many tests as you want per API call. The tests "
"can either be added as part of the API description "
@@ -45830,61 +46063,61 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2923
+#: ../src/guestfs.pod:3010
msgid ""
"The following describes the test environment used when you add an API test "
"in C<generator_actions.ml>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2926
+#: ../src/guestfs.pod:3013
msgid "The test environment has 4 block devices:"
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2930
+#: ../src/guestfs.pod:3017
msgid "C</dev/sda> 500MB"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2932
+#: ../src/guestfs.pod:3019
msgid "General block device for testing."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2934
+#: ../src/guestfs.pod:3021
msgid "C</dev/sdb> 50MB"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2936
+#: ../src/guestfs.pod:3023
msgid ""
"C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
"operations."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2939
+#: ../src/guestfs.pod:3026
msgid "C</dev/sdc> 10MB"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2941
+#: ../src/guestfs.pod:3028
msgid "Used in a few tests where two block devices are needed."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2943
+#: ../src/guestfs.pod:3030
msgid "C</dev/sdd>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2945
+#: ../src/guestfs.pod:3032
msgid "ISO with fixed content (see C<images/test.iso>)."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2949
+#: ../src/guestfs.pod:3036
msgid ""
"To be able to run the tests in a reasonable amount of time, the libguestfs "
"appliance and block devices are reused between tests. So don't try testing "
@@ -45892,7 +46125,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2953
+#: ../src/guestfs.pod:3040
msgid ""
"Each test starts with an initial scenario, selected using one of the "
"C<Init*> expressions, described in C<generator/generator_types.ml>. These "
@@ -45902,7 +46135,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2959
+#: ../src/guestfs.pod:3046
msgid ""
"You can add a prerequisite clause to any individual test. This is a "
"run-time check, which, if it fails, causes the test to be skipped. Useful "
@@ -45912,14 +46145,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2965
+#: ../src/guestfs.pod:3052
msgid ""
"In addition, packagers can skip individual tests by setting environment "
"variables before running C<make check>."
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2968
+#: ../src/guestfs.pod:3055
#, no-wrap
msgid ""
" SKIP_TEST_<CMD>_<NUM>=1\n"
@@ -45927,12 +46160,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2970
+#: ../src/guestfs.pod:3057
msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2974
+#: ../src/guestfs.pod:3061
#, no-wrap
msgid ""
" SKIP_TEST_<CMD>=1\n"
@@ -45940,17 +46173,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2976
+#: ../src/guestfs.pod:3063
msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2978
+#: ../src/guestfs.pod:3065
msgid "Packagers can run only certain tests by setting for example:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2980
+#: ../src/guestfs.pod:3067
#, no-wrap
msgid ""
" TEST_ONLY=\"vfs_type zerofree\"\n"
@@ -45958,29 +46191,29 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2982
+#: ../src/guestfs.pod:3069
msgid ""
"See C<tests/c-api/tests.c> for more details of how these environment "
"variables work."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:2985
+#: ../src/guestfs.pod:3072
msgid "DEBUGGING NEW API ACTIONS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2987
+#: ../src/guestfs.pod:3074
msgid "Test new actions work before submitting them."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2989
+#: ../src/guestfs.pod:3076
msgid "You can use guestfish to try out new commands."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2991
+#: ../src/guestfs.pod:3078
msgid ""
"Debugging the daemon is a problem because it runs inside a minimal "
"environment. However you can fprintf messages in the daemon to stderr, and "
@@ -45988,12 +46221,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:2995
+#: ../src/guestfs.pod:3082
msgid "FORMATTING CODE AND OTHER CONVENTIONS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2997
+#: ../src/guestfs.pod:3084
msgid ""
"Our C source code generally adheres to some basic code-formatting "
"conventions. The existing code base is not totally consistent on this "
@@ -46003,14 +46236,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3003
+#: ../src/guestfs.pod:3090
msgid ""
"If you use Emacs, add the following to one of one of your start-up files "
"(e.g., ~/.emacs), to help ensure that you get indentation right:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:3006
+#: ../src/guestfs.pod:3093
#, no-wrap
msgid ""
" ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
@@ -46026,7 +46259,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:3016
+#: ../src/guestfs.pod:3103
#, no-wrap
msgid ""
" ;;; When editing C sources in libguestfs, use this style.\n"
@@ -46044,12 +46277,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3028
+#: ../src/guestfs.pod:3115
msgid "Enable warnings when compiling (and fix any problems this finds):"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:3031
+#: ../src/guestfs.pod:3118
#, no-wrap
msgid ""
" ./configure --enable-gcc-warnings\n"
@@ -46057,12 +46290,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3033
+#: ../src/guestfs.pod:3120
msgid "Useful targets are:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:3035
+#: ../src/guestfs.pod:3122
#, no-wrap
msgid ""
" make syntax-check -j1 -k # checks for various syntax and\n"
@@ -46071,7 +46304,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:3038
+#: ../src/guestfs.pod:3125
#, no-wrap
msgid ""
" make check # runs the test suite\n"
@@ -46079,7 +46312,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:3040
+#: ../src/guestfs.pod:3127
#, no-wrap
msgid ""
" make extra-tests # in-depth testing using valgrind\n"
@@ -46088,43 +46321,43 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3043
+#: ../src/guestfs.pod:3130
msgid "DAEMON CUSTOM PRINTF FORMATTERS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3045
+#: ../src/guestfs.pod:3132
msgid ""
"In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
"which are used to do shell quoting."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3050
+#: ../src/guestfs.pod:3137
msgid "%Q"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3052
+#: ../src/guestfs.pod:3139
msgid ""
"Simple shell quoted string. Any spaces or other shell characters are "
"escaped for you."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3055
+#: ../src/guestfs.pod:3142
msgid "%R"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3057
+#: ../src/guestfs.pod:3144
msgid ""
"Same as C<%Q> except the string is treated as a path which is prefixed by "
"the sysroot."
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:3064
+#: ../src/guestfs.pod:3151
#, no-wrap
msgid ""
" asprintf (&cmd, \"cat %R\", path);\n"
@@ -46132,12 +46365,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3066
+#: ../src/guestfs.pod:3153
msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3068
+#: ../src/guestfs.pod:3155
msgid ""
"I<Note:> Do I<not> use these when you are passing parameters to the "
"C<command{,r,v,rv}()> functions. These parameters do NOT need to be quoted "
@@ -46146,12 +46379,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3074
+#: ../src/guestfs.pod:3161
msgid "SUBMITTING YOUR NEW API ACTIONS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3076
+#: ../src/guestfs.pod:3163
msgid ""
"Submit patches to the mailing list: "
"L<http://www.redhat.com/mailman/listinfo/libguestfs> and CC to "
@@ -46159,17 +46392,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3080
+#: ../src/guestfs.pod:3167
msgid "INTERNATIONALIZATION (I18N) SUPPORT"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3082
+#: ../src/guestfs.pod:3169
msgid "We support i18n (gettext anyhow) in the library."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3084
+#: ../src/guestfs.pod:3171
msgid ""
"However many messages come from the daemon, and we don't translate those at "
"the moment. One reason is that the appliance generally has all locale files "
@@ -46178,103 +46411,113 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3090
+#: ../src/guestfs.pod:3177
msgid ""
"Debugging messages are never translated, since they are intended for the "
"programmers."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3093
+#: ../src/guestfs.pod:3180
msgid "SOURCE CODE SUBDIRECTORIES"
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3097
+#: ../src/guestfs.pod:3184
msgid "C<align>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3099
+#: ../src/guestfs.pod:3186
msgid "L<virt-alignment-scan(1)> command and documentation."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3103
+#: ../src/guestfs.pod:3190
msgid "The libguestfs appliance, build scripts and so on."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3105
+#: ../src/guestfs.pod:3192
+msgid "C<build-aux>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:3194
+msgid "Various build scripts used by autotools."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:3196
msgid "C<cat>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3107
+#: ../src/guestfs.pod:3198
msgid ""
"The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
"documentation."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3110
+#: ../src/guestfs.pod:3201
msgid "C<contrib>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3112
+#: ../src/guestfs.pod:3203
msgid "Outside contributions, experimental parts."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3114
+#: ../src/guestfs.pod:3205
msgid "C<daemon>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3116
+#: ../src/guestfs.pod:3207
msgid ""
"The daemon that runs inside the libguestfs appliance and carries out "
"actions."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3119
+#: ../src/guestfs.pod:3210
msgid "C<df>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3121
+#: ../src/guestfs.pod:3212
msgid "L<virt-df(1)> command and documentation."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3123
+#: ../src/guestfs.pod:3214
msgid "C<edit>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3125
+#: ../src/guestfs.pod:3216
msgid "L<virt-edit(1)> command and documentation."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3127
+#: ../src/guestfs.pod:3218
msgid "C<examples>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3129
+#: ../src/guestfs.pod:3220
msgid "C API example code."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3131
+#: ../src/guestfs.pod:3222
msgid "C<fish>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3133
+#: ../src/guestfs.pod:3224
msgid ""
"L<guestfish(1)>, the command-line shell, and various shell scripts built on "
"top such as L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
@@ -46282,79 +46525,101 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3139
+#: ../src/guestfs.pod:3230
msgid "L<virt-format(1)> command and documentation."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3141
+#: ../src/guestfs.pod:3232
msgid "C<fuse>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3143
+#: ../src/guestfs.pod:3234
msgid "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3145
+#: ../src/guestfs.pod:3236
msgid "C<generator>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3147
+#: ../src/guestfs.pod:3238
msgid ""
"The crucially important generator, used to automatically generate large "
"amounts of boilerplate C code for things like RPC and bindings."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3150
+#: ../src/guestfs.pod:3241
+msgid "C<gnulib>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:3243
+msgid ""
+"Gnulib is used as a portability library. A copy of gnulib is included under "
+"here."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:3246
+msgid "C<html>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:3248
+msgid "Generated HTML manual pages."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:3250
msgid "C<inspector>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3152
+#: ../src/guestfs.pod:3252
msgid "L<virt-inspector(1)>, the virtual machine image inspector."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3154
+#: ../src/guestfs.pod:3254
msgid "C<logo>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3156
+#: ../src/guestfs.pod:3256
msgid "Logo used on the website. The fish is called Arthur by the way."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3158
+#: ../src/guestfs.pod:3258
msgid "C<m4>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3160
+#: ../src/guestfs.pod:3260
msgid "M4 macros used by autoconf."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3162
+#: ../src/guestfs.pod:3262
msgid "C<po>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3164
+#: ../src/guestfs.pod:3264
msgid "Translations of simple gettext strings."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3166
+#: ../src/guestfs.pod:3266
msgid "C<po-docs>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3168
+#: ../src/guestfs.pod:3268
msgid ""
"The build infrastructure and PO files for translations of manpages and POD "
"files. Eventually this will be combined with the C<po> directory, but that "
@@ -46362,149 +46627,149 @@ msgid ""
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3172
+#: ../src/guestfs.pod:3272
msgid "C<rescue>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3174
+#: ../src/guestfs.pod:3274
msgid "L<virt-rescue(1)> command and documentation."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3176
+#: ../src/guestfs.pod:3276
msgid "C<resize>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3178
+#: ../src/guestfs.pod:3278
msgid "L<virt-resize(1)> command and documentation."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3180
+#: ../src/guestfs.pod:3280
msgid "C<sparsify>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3182
+#: ../src/guestfs.pod:3282
msgid "L<virt-sparsify(1)> command and documentation."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3184
+#: ../src/guestfs.pod:3284
msgid "C<src>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3186
+#: ../src/guestfs.pod:3286
msgid "Source code to the C library."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3188
+#: ../src/guestfs.pod:3288
msgid "C<sysprep>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3190
+#: ../src/guestfs.pod:3290
msgid "L<virt-sysprep(1)> command and documentation."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3192
-msgid "C<test-tool>"
+#: ../src/guestfs.pod:3292 ../src/guestfs.pod:3301
+msgid "C<tests>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3194
-msgid ""
-"Test tool for end users to test if their qemu/kernel combination will work "
-"with libguestfs."
+#: ../src/guestfs.pod:3294 ../src/guestfs.pod:3303
+msgid "Tests."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3197
-msgid "C<tests>"
+#: ../src/guestfs.pod:3296
+msgid "C<test-tool>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3199
-msgid "Tests."
+#: ../src/guestfs.pod:3298
+msgid ""
+"Test tool for end users to test if their qemu/kernel combination will work "
+"with libguestfs."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3201
+#: ../src/guestfs.pod:3305
msgid "C<tools>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3203
+#: ../src/guestfs.pod:3307
msgid "Command line tools written in Perl (L<virt-win-reg(1)> and many others)."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3205
+#: ../src/guestfs.pod:3309
msgid "C<csharp>"
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3207
+#: ../src/guestfs.pod:3311
msgid "C<erlang>"
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3209
+#: ../src/guestfs.pod:3313
msgid "C<gobject>"
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3211
+#: ../src/guestfs.pod:3315
msgid "C<haskell>"
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3213
+#: ../src/guestfs.pod:3317
msgid "C<java>"
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3215
+#: ../src/guestfs.pod:3319
msgid "C<ocaml>"
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3217
+#: ../src/guestfs.pod:3321
msgid "C<php>"
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3219
+#: ../src/guestfs.pod:3323
msgid "C<perl>"
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3221
+#: ../src/guestfs.pod:3325
msgid "C<python>"
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3223
+#: ../src/guestfs.pod:3327
msgid "C<ruby>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3225
+#: ../src/guestfs.pod:3329
msgid "Language bindings."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3229
+#: ../src/guestfs.pod:3333
msgid "MAKING A STABLE RELEASE"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3231
+#: ../src/guestfs.pod:3335
msgid ""
"When we make a stable release, there are several steps documented here. See "
"L</LIBGUESTFS VERSION NUMBERS> for general information about the stable "
@@ -46512,32 +46777,32 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3239
+#: ../src/guestfs.pod:3343
msgid "Check C<make && make check> works on at least Fedora, Debian and Ubuntu."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3244
+#: ../src/guestfs.pod:3348
msgid "Finalize RELEASE-NOTES."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3248
+#: ../src/guestfs.pod:3352
msgid "Update ROADMAP."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3252
+#: ../src/guestfs.pod:3356
msgid "Run C<src/api-support/update-from-tarballs.sh>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3256
+#: ../src/guestfs.pod:3360
msgid "Push and pull from Transifex."
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:3260
+#: ../src/guestfs.pod:3364
#, no-wrap
msgid ""
" tx push -s\n"
@@ -46545,12 +46810,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3262
+#: ../src/guestfs.pod:3366
msgid "to push the latest POT files to Transifex. Then run:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:3264
+#: ../src/guestfs.pod:3368
#, no-wrap
msgid ""
" ./tx-pull.sh\n"
@@ -46558,24 +46823,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3266
+#: ../src/guestfs.pod:3370
msgid "which is a wrapper to pull the latest translated C<*.po> files."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3270
+#: ../src/guestfs.pod:3374
msgid ""
"Create new stable and development directories under "
"L<http://libguestfs.org/download>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3275
+#: ../src/guestfs.pod:3379
msgid "Create the branch in git:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:3277
+#: ../src/guestfs.pod:3381
#, no-wrap
msgid ""
" git tag -a 1.XX.0 -m \"Version 1.XX.0 (stable)\"\n"
@@ -46586,17 +46851,17 @@ msgid ""
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:3284
+#: ../src/guestfs.pod:3388
msgid "LIMITS"
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3286
+#: ../src/guestfs.pod:3390
msgid "PROTOCOL LIMITS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3288
+#: ../src/guestfs.pod:3392
msgid ""
"Internally libguestfs uses a message-based protocol to pass API calls and "
"their responses to and from a small \"appliance\" (see L</INTERNALS> for "
@@ -46607,7 +46872,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3296
+#: ../src/guestfs.pod:3400
msgid ""
"A simple call such as L</guestfs_cat> returns its result (the file data) in "
"a simple string. Because this string is at some point internally encoded as "
@@ -46616,7 +46881,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3302
+#: ../src/guestfs.pod:3406
msgid ""
"In order to transfer large files into and out of the guest filesystem, you "
"need to use particular calls that support this. The sections L</UPLOADING> "
@@ -46624,24 +46889,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3306
+#: ../src/guestfs.pod:3410
msgid ""
"You might also consider mounting the disk image using our FUSE filesystem "
"support (L<guestmount(1)>)."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3309
+#: ../src/guestfs.pod:3413
msgid "MAXIMUM NUMBER OF DISKS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3311
+#: ../src/guestfs.pod:3415
msgid "When using virtio disks (the default) the current limit is B<25> disks."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3314
+#: ../src/guestfs.pod:3418
msgid ""
"Virtio itself consumes 1 virtual PCI slot per disk, and PCI is limited to 31 "
"slots. However febootstrap only understands disks with names C</dev/vda> "
@@ -46650,14 +46915,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3319
+#: ../src/guestfs.pod:3423
msgid ""
"We are working to substantially raise this limit in future versions but it "
"requires complex changes to qemu."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3322
+#: ../src/guestfs.pod:3426
msgid ""
"In future versions of libguestfs it should also be possible to \"hot plug\" "
"disks (add and remove disks after calling L</guestfs_launch>). This also "
@@ -46665,41 +46930,41 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3326
+#: ../src/guestfs.pod:3430
msgid "MAXIMUM NUMBER OF PARTITIONS PER DISK"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3328
+#: ../src/guestfs.pod:3432
msgid "Virtio limits the maximum number of partitions per disk to B<15>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3330
+#: ../src/guestfs.pod:3434
msgid ""
"This is because it reserves 4 bits for the minor device number (thus "
"C</dev/vda>, and C</dev/vda1> through C</dev/vda15>)."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3333
+#: ../src/guestfs.pod:3437
msgid ""
"If you attach a disk with more than 15 partitions, the extra partitions are "
"ignored by libguestfs."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3336
+#: ../src/guestfs.pod:3440
msgid "MAXIMUM SIZE OF A DISK"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3338
+#: ../src/guestfs.pod:3442
msgid "Probably the limit is between 2**63-1 and 2**64-1 bytes."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3340
+#: ../src/guestfs.pod:3444
msgid ""
"We have tested block devices up to 1 exabyte (2**60 or "
"1,152,921,504,606,846,976 bytes) using sparse files backed by an XFS host "
@@ -46707,7 +46972,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3344
+#: ../src/guestfs.pod:3448
msgid ""
"Although libguestfs probably does not impose any limit, the underlying host "
"storage will. If you store disk images on a host ext4 filesystem, then the "
@@ -46717,19 +46982,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3350
+#: ../src/guestfs.pod:3454
msgid ""
"For the hugest disk image files, we recommend using XFS on the host for "
"storage."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3353
+#: ../src/guestfs.pod:3457
msgid "MAXIMUM SIZE OF A PARTITION"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3355
+#: ../src/guestfs.pod:3459
msgid ""
"The MBR (ie. classic MS-DOS) partitioning scheme uses 32 bit sector "
"numbers. Assuming a 512 byte sector size, this means that MBR cannot "
@@ -46737,7 +47002,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3359
+#: ../src/guestfs.pod:3463
msgid ""
"It is recommended that you use GPT partitions on disks which are larger than "
"this size. GPT uses 64 bit sector numbers and so can address partitions "
@@ -46745,12 +47010,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3364
+#: ../src/guestfs.pod:3468
msgid "MAXIMUM SIZE OF A FILESYSTEM, FILES, DIRECTORIES"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3366
+#: ../src/guestfs.pod:3470
msgid ""
"This depends on the filesystem type. libguestfs itself does not impose any "
"known limit. Consult Wikipedia or the filesystem documentation to find out "
@@ -46758,12 +47023,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3370
+#: ../src/guestfs.pod:3474
msgid "MAXIMUM UPLOAD AND DOWNLOAD"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3372
+#: ../src/guestfs.pod:3476
msgid ""
"The API functions L</guestfs_upload>, L</guestfs_download>, "
"L</guestfs_tar_in>, L</guestfs_tar_out> and the like allow unlimited sized "
@@ -46771,12 +47036,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3376
+#: ../src/guestfs.pod:3480
msgid "INSPECTION LIMITS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3378
+#: ../src/guestfs.pod:3482
msgid ""
"The inspection code has several arbitrary limits on things like the size of "
"Windows Registry hive it will read, and the length of product name. These "
@@ -46786,33 +47051,33 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3404
+#: ../src/guestfs.pod:3508
msgid ""
"Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages. This has the same "
"effect as calling C<guestfs_set_verbose (g, 1)>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3416
+#: ../src/guestfs.pod:3520
msgid ""
"Set the path that libguestfs uses to search for a supermin appliance. See "
"the discussion of paths in section L</PATH> above."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3425
+#: ../src/guestfs.pod:3529
msgid "See also L</QEMU WRAPPERS> above."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3429
+#: ../src/guestfs.pod:3533
msgid ""
"Set C<LIBGUESTFS_TRACE=1> to enable command traces. This has the same "
"effect as calling C<guestfs_set_trace (g, 1)>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3447
+#: ../src/guestfs.pod:3551
msgid ""
"L<guestfs-examples(3)>, L<guestfs-erlang(3)>, L<guestfs-java(3)>, "
"L<guestfs-ocaml(3)>, L<guestfs-perl(3)>, L<guestfs-python(3)>, "
@@ -46831,7 +47096,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3489
+#: ../src/guestfs.pod:3593
msgid ""
"Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, "
"L<lvm(8)>, L<disktype(1)>."
@@ -47611,7 +47876,7 @@ msgstr ""
#. type: textblock
#: ../sysprep/virt-sysprep.pod:182
-msgid "@EXTRA_OPTIONS@"
+msgid "__EXTRA_OPTIONS__"
msgstr ""
#. type: =head1
@@ -47665,7 +47930,7 @@ msgstr ""
#. type: textblock
#: ../sysprep/virt-sysprep.pod:207
-msgid "@OPERATIONS@"
+msgid "__OPERATIONS__"
msgstr ""
#. type: =head1
diff --git a/po-docs/uk.po b/po-docs/uk.po
index 1f6aa5f0..4ecad618 100644
--- a/po-docs/uk.po
+++ b/po-docs/uk.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
-"POT-Creation-Date: 2012-10-01 16:29+0200\n"
+"POT-Creation-Date: 2012-10-30 18:16+0000\n"
"PO-Revision-Date: 2012-07-10 17:15+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
@@ -537,7 +537,7 @@ msgstr ""
#: ../df/virt-df.pod:110 ../edit/virt-edit.pod:141 ../fish/guestfish.pod:242
#: ../fish/guestfish.pod:685 ../format/virt-format.pod:96
#: ../inspector/virt-inspector.pod:350 ../rescue/virt-rescue.pod:164
-#: ../src/guestfs.pod:3062 ../sysprep/virt-sysprep.pod:111
+#: ../src/guestfs.pod:3149 ../sysprep/virt-sysprep.pod:111
msgid "For example:"
msgstr "Приклад:"
@@ -1094,21 +1094,21 @@ msgstr "Ця програма повертає:"
#: ../examples/guestfs-recipes.pod:273 ../examples/guestfs-testing.pod:124
#: ../examples/guestfs-testing.pod:128 ../examples/guestfs-testing.pod:132
#: ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20
-#: ../fish/guestfish-actions.pod:444 ../fish/guestfish-actions.pod:452
-#: ../fish/guestfish-actions.pod:459 ../fish/guestfish-actions.pod:466
-#: ../fish/guestfish-actions.pod:1419 ../fish/guestfish-actions.pod:1423
-#: ../fish/guestfish-actions.pod:1427 ../fish/guestfish-actions.pod:1431
-#: ../fish/guestfish-actions.pod:1439 ../fish/guestfish-actions.pod:1443
-#: ../fish/guestfish-actions.pod:1447 ../fish/guestfish-actions.pod:1457
-#: ../fish/guestfish-actions.pod:1461 ../fish/guestfish-actions.pod:1465
-#: ../fish/guestfish-actions.pod:1555 ../fish/guestfish-actions.pod:1559
-#: ../fish/guestfish-actions.pod:1564 ../fish/guestfish-actions.pod:1569
-#: ../fish/guestfish-actions.pod:1611 ../fish/guestfish-actions.pod:1615
-#: ../fish/guestfish-actions.pod:1620 ../fish/guestfish-actions.pod:2006
-#: ../fish/guestfish-actions.pod:2013 ../fish/guestfish-actions.pod:2020
-#: ../fish/guestfish-actions.pod:2433 ../fish/guestfish-actions.pod:2439
-#: ../fish/guestfish-actions.pod:2447 ../fish/guestfish-actions.pod:2454
-#: ../fish/guestfish-actions.pod:2461 ../fish/guestfish.pod:457
+#: ../fish/guestfish-actions.pod:446 ../fish/guestfish-actions.pod:454
+#: ../fish/guestfish-actions.pod:461 ../fish/guestfish-actions.pod:468
+#: ../fish/guestfish-actions.pod:1421 ../fish/guestfish-actions.pod:1425
+#: ../fish/guestfish-actions.pod:1429 ../fish/guestfish-actions.pod:1433
+#: ../fish/guestfish-actions.pod:1441 ../fish/guestfish-actions.pod:1445
+#: ../fish/guestfish-actions.pod:1449 ../fish/guestfish-actions.pod:1459
+#: ../fish/guestfish-actions.pod:1463 ../fish/guestfish-actions.pod:1467
+#: ../fish/guestfish-actions.pod:1557 ../fish/guestfish-actions.pod:1561
+#: ../fish/guestfish-actions.pod:1566 ../fish/guestfish-actions.pod:1571
+#: ../fish/guestfish-actions.pod:1613 ../fish/guestfish-actions.pod:1617
+#: ../fish/guestfish-actions.pod:1622 ../fish/guestfish-actions.pod:2008
+#: ../fish/guestfish-actions.pod:2015 ../fish/guestfish-actions.pod:2022
+#: ../fish/guestfish-actions.pod:2435 ../fish/guestfish-actions.pod:2441
+#: ../fish/guestfish-actions.pod:2449 ../fish/guestfish-actions.pod:2456
+#: ../fish/guestfish-actions.pod:2463 ../fish/guestfish.pod:457
#: ../fish/guestfish.pod:461 ../fish/guestfish.pod:465
#: ../fish/guestfish.pod:469 ../inspector/virt-inspector.pod:514
#: ../inspector/virt-inspector.pod:518 ../resize/virt-resize.pod:365
@@ -1117,21 +1117,21 @@ msgstr "Ця програма повертає:"
#: ../sparsify/virt-sparsify.pod:52 ../sparsify/virt-sparsify.pod:56
#: ../sparsify/virt-sparsify.pod:62 ../sparsify/virt-sparsify.pod:67
#: ../sparsify/virt-sparsify.pod:72 ../src/guestfs-actions.pod:22
-#: ../src/guestfs-actions.pod:29 ../src/guestfs-actions.pod:644
-#: ../src/guestfs-actions.pod:652 ../src/guestfs-actions.pod:659
-#: ../src/guestfs-actions.pod:666 ../src/guestfs-actions.pod:2387
-#: ../src/guestfs-actions.pod:2391 ../src/guestfs-actions.pod:2395
-#: ../src/guestfs-actions.pod:2399 ../src/guestfs-actions.pod:2407
-#: ../src/guestfs-actions.pod:2411 ../src/guestfs-actions.pod:2415
-#: ../src/guestfs-actions.pod:2425 ../src/guestfs-actions.pod:2429
-#: ../src/guestfs-actions.pod:2433 ../src/guestfs-actions.pod:2571
-#: ../src/guestfs-actions.pod:2575 ../src/guestfs-actions.pod:2580
-#: ../src/guestfs-actions.pod:2585 ../src/guestfs-actions.pod:2646
-#: ../src/guestfs-actions.pod:2650 ../src/guestfs-actions.pod:2655
-#: ../src/guestfs-actions.pod:3213 ../src/guestfs-actions.pod:3220
-#: ../src/guestfs-actions.pod:3227 ../src/guestfs-actions.pod:3782
-#: ../src/guestfs-actions.pod:3788 ../src/guestfs-actions.pod:3796
-#: ../src/guestfs-actions.pod:3803 ../src/guestfs-actions.pod:3810
+#: ../src/guestfs-actions.pod:29 ../src/guestfs-actions.pod:646
+#: ../src/guestfs-actions.pod:654 ../src/guestfs-actions.pod:661
+#: ../src/guestfs-actions.pod:668 ../src/guestfs-actions.pod:2389
+#: ../src/guestfs-actions.pod:2393 ../src/guestfs-actions.pod:2397
+#: ../src/guestfs-actions.pod:2401 ../src/guestfs-actions.pod:2409
+#: ../src/guestfs-actions.pod:2413 ../src/guestfs-actions.pod:2417
+#: ../src/guestfs-actions.pod:2427 ../src/guestfs-actions.pod:2431
+#: ../src/guestfs-actions.pod:2435 ../src/guestfs-actions.pod:2573
+#: ../src/guestfs-actions.pod:2577 ../src/guestfs-actions.pod:2582
+#: ../src/guestfs-actions.pod:2587 ../src/guestfs-actions.pod:2648
+#: ../src/guestfs-actions.pod:2652 ../src/guestfs-actions.pod:2657
+#: ../src/guestfs-actions.pod:3215 ../src/guestfs-actions.pod:3222
+#: ../src/guestfs-actions.pod:3229 ../src/guestfs-actions.pod:3784
+#: ../src/guestfs-actions.pod:3790 ../src/guestfs-actions.pod:3798
+#: ../src/guestfs-actions.pod:3805 ../src/guestfs-actions.pod:3812
#: ../src/guestfs.pod:394 ../src/guestfs.pod:399 ../src/guestfs.pod:404
#: ../src/guestfs.pod:408 ../src/guestfs.pod:413 ../src/guestfs.pod:417
#: ../src/guestfs.pod:422 ../src/guestfs.pod:427 ../src/guestfs.pod:1203
@@ -1140,14 +1140,14 @@ msgstr "Ця програма повертає:"
#: ../src/guestfs.pod:1268 ../src/guestfs.pod:1273 ../src/guestfs.pod:1277
#: ../src/guestfs.pod:1334 ../src/guestfs.pod:1338 ../src/guestfs.pod:1342
#: ../src/guestfs.pod:1346 ../src/guestfs.pod:1350 ../src/guestfs.pod:1354
-#: ../src/guestfs.pod:1869 ../src/guestfs.pod:1874 ../src/guestfs.pod:1878
-#: ../src/guestfs.pod:1980 ../src/guestfs.pod:1985 ../src/guestfs.pod:1989
-#: ../src/guestfs.pod:1999 ../src/guestfs.pod:2288 ../src/guestfs.pod:2293
-#: ../src/guestfs.pod:2299 ../src/guestfs.pod:2307 ../src/guestfs.pod:2824
-#: ../src/guestfs.pod:2830 ../src/guestfs.pod:2835 ../src/guestfs.pod:2841
-#: ../src/guestfs.pod:3237 ../src/guestfs.pod:3242 ../src/guestfs.pod:3246
-#: ../src/guestfs.pod:3250 ../src/guestfs.pod:3254 ../src/guestfs.pod:3268
-#: ../src/guestfs.pod:3273 ../sysprep/virt-sysprep.pod:230
+#: ../src/guestfs.pod:1886 ../src/guestfs.pod:1891 ../src/guestfs.pod:1895
+#: ../src/guestfs.pod:1999 ../src/guestfs.pod:2004 ../src/guestfs.pod:2008
+#: ../src/guestfs.pod:2018 ../src/guestfs.pod:2309 ../src/guestfs.pod:2314
+#: ../src/guestfs.pod:2320 ../src/guestfs.pod:2328 ../src/guestfs.pod:2845
+#: ../src/guestfs.pod:2851 ../src/guestfs.pod:2856 ../src/guestfs.pod:2862
+#: ../src/guestfs.pod:3341 ../src/guestfs.pod:3346 ../src/guestfs.pod:3350
+#: ../src/guestfs.pod:3354 ../src/guestfs.pod:3358 ../src/guestfs.pod:3372
+#: ../src/guestfs.pod:3377 ../sysprep/virt-sysprep.pod:230
#: ../sysprep/virt-sysprep.pod:234 ../sysprep/virt-sysprep.pod:238
#: ../sysprep/virt-sysprep.pod:242 ../sysprep/virt-sysprep.pod:257
#: ../sysprep/virt-sysprep.pod:261 ../sysprep/virt-sysprep.pod:265
@@ -1214,7 +1214,7 @@ msgstr ""
#: ../cat/virt-cat.pod:243 ../cat/virt-filesystems.pod:389
#: ../cat/virt-ls.pod:495 ../df/virt-df.pod:253 ../edit/virt-edit.pod:368
#: ../erlang/examples/guestfs-erlang.pod:97
-#: ../examples/guestfs-examples.pod:33 ../examples/guestfs-faq.pod:779
+#: ../examples/guestfs-examples.pod:33 ../examples/guestfs-faq.pod:796
#: ../examples/guestfs-performance.pod:429 ../examples/guestfs-recipes.pod:470
#: ../examples/guestfs-testing.pod:305 ../fish/guestfish.pod:1280
#: ../fish/virt-copy-in.pod:50 ../fish/virt-copy-out.pod:39
@@ -1224,7 +1224,7 @@ msgstr ""
#: ../ocaml/examples/guestfs-ocaml.pod:78 ../perl/examples/guestfs-perl.pod:40
#: ../python/examples/guestfs-python.pod:42 ../rescue/virt-rescue.pod:340
#: ../resize/virt-resize.pod:702 ../ruby/examples/guestfs-ruby.pod:36
-#: ../sparsify/virt-sparsify.pod:299 ../src/guestfs.pod:3445
+#: ../sparsify/virt-sparsify.pod:299 ../src/guestfs.pod:3549
#: ../sysprep/virt-sysprep.pod:442 ../test-tool/libguestfs-test-tool.pod:106
#: ../tools/virt-list-filesystems.pl:197 ../tools/virt-list-partitions.pl:267
#: ../tools/virt-make-fs.pl:590 ../tools/virt-tar.pl:294
@@ -1272,7 +1272,7 @@ msgstr "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
#: ../cat/virt-cat.pod:256 ../cat/virt-filesystems.pod:404
#: ../cat/virt-ls.pod:511 ../df/virt-df.pod:265 ../edit/virt-edit.pod:386
#: ../erlang/examples/guestfs-erlang.pod:114
-#: ../examples/guestfs-examples.pod:49 ../examples/guestfs-faq.pod:789
+#: ../examples/guestfs-examples.pod:49 ../examples/guestfs-faq.pod:806
#: ../examples/guestfs-performance.pod:446 ../examples/guestfs-recipes.pod:487
#: ../examples/guestfs-testing.pod:316 ../fish/guestfish.pod:1312
#: ../fish/virt-copy-in.pod:64 ../fish/virt-copy-out.pod:53
@@ -1282,7 +1282,7 @@ msgstr "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
#: ../ocaml/examples/guestfs-ocaml.pod:95 ../perl/examples/guestfs-perl.pod:57
#: ../python/examples/guestfs-python.pod:58 ../rescue/virt-rescue.pod:353
#: ../resize/virt-resize.pod:729 ../ruby/examples/guestfs-ruby.pod:52
-#: ../sparsify/virt-sparsify.pod:316 ../src/guestfs.pod:3500
+#: ../sparsify/virt-sparsify.pod:316 ../src/guestfs.pod:3604
#: ../sysprep/virt-sysprep.pod:463 ../test-tool/libguestfs-test-tool.pod:116
#: ../tools/virt-list-filesystems.pl:214 ../tools/virt-list-partitions.pl:283
#: ../tools/virt-make-fs.pl:609 ../tools/virt-tar.pl:313
@@ -1569,7 +1569,7 @@ msgstr ""
#: ../appliance/libguestfs-make-fixed-appliance.pod:139
#: ../edit/virt-edit.pod:343 ../fish/guestfish.pod:1131
#: ../rescue/virt-rescue.pod:313 ../sparsify/virt-sparsify.pod:272
-#: ../src/guestfs.pod:3384 ../test-tool/libguestfs-test-tool.pod:101
+#: ../src/guestfs.pod:3488 ../test-tool/libguestfs-test-tool.pod:101
msgid "ENVIRONMENT VARIABLES"
msgstr "ЗМІННІ СЕРЕДОВИЩА"
@@ -1593,7 +1593,7 @@ msgstr ""
#. type: =head1
#: ../appliance/libguestfs-make-fixed-appliance.pod:153
#: ../erlang/examples/guestfs-erlang.pod:110
-#: ../examples/guestfs-examples.pod:45 ../examples/guestfs-faq.pod:785
+#: ../examples/guestfs-examples.pod:45 ../examples/guestfs-faq.pod:802
#: ../examples/guestfs-performance.pod:442 ../examples/guestfs-recipes.pod:483
#: ../examples/guestfs-testing.pod:312 ../fish/guestfish.pod:1308
#: ../fish/virt-copy-in.pod:60 ../fish/virt-copy-out.pod:49
@@ -1602,7 +1602,7 @@ msgstr ""
#: ../java/examples/guestfs-java.pod:58 ../ocaml/examples/guestfs-ocaml.pod:91
#: ../perl/examples/guestfs-perl.pod:53
#: ../python/examples/guestfs-python.pod:54
-#: ../ruby/examples/guestfs-ruby.pod:48 ../src/guestfs.pod:3496
+#: ../ruby/examples/guestfs-ruby.pod:48 ../src/guestfs.pod:3600
#: ../sysprep/virt-sysprep.pod:457 ../test-tool/libguestfs-test-tool.pod:112
msgid "AUTHORS"
msgstr "АВТОРИ"
@@ -1610,7 +1610,7 @@ msgstr "АВТОРИ"
#. type: textblock
#: ../appliance/libguestfs-make-fixed-appliance.pod:155
#: ../erlang/examples/guestfs-erlang.pod:112
-#: ../examples/guestfs-examples.pod:47 ../examples/guestfs-faq.pod:787
+#: ../examples/guestfs-examples.pod:47 ../examples/guestfs-faq.pod:804
#: ../examples/guestfs-performance.pod:444 ../examples/guestfs-recipes.pod:485
#: ../examples/guestfs-testing.pod:314 ../fish/guestfish.pod:1310
#: ../fish/virt-copy-in.pod:62 ../fish/virt-copy-out.pod:51
@@ -1618,7 +1618,7 @@ msgstr "АВТОРИ"
#: ../fuse/guestmount.pod:411 ../java/examples/guestfs-java.pod:60
#: ../ocaml/examples/guestfs-ocaml.pod:93 ../perl/examples/guestfs-perl.pod:55
#: ../python/examples/guestfs-python.pod:56
-#: ../ruby/examples/guestfs-ruby.pod:50 ../src/guestfs.pod:3498
+#: ../ruby/examples/guestfs-ruby.pod:50 ../src/guestfs.pod:3602
#: ../test-tool/libguestfs-test-tool.pod:114
msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
msgstr "Richard W.M. Jones (C<rjones at redhat dot com>)"
@@ -1628,7 +1628,7 @@ msgstr "Richard W.M. Jones (C<rjones at redhat dot com>)"
#: ../df/virt-df.pod:267 ../edit/virt-edit.pod:388
#: ../examples/guestfs-recipes.pod:489 ../fish/guestfish.pod:1314
#: ../fuse/guestmount.pod:415 ../rescue/virt-rescue.pod:355
-#: ../src/guestfs.pod:3502 ../test-tool/libguestfs-test-tool.pod:118
+#: ../src/guestfs.pod:3606 ../test-tool/libguestfs-test-tool.pod:118
#: ../tools/virt-list-partitions.pl:285
msgid "Copyright (C) 2009-2012 Red Hat Inc."
msgstr "© Red Hat Inc., 2009–2012"
@@ -3244,7 +3244,7 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../cat/virt-ls.pod:181 ../fish/guestfish-actions.pod:5064
+#: ../cat/virt-ls.pod:181 ../fish/guestfish-actions.pod:5071
msgid "path"
msgstr "шлях"
@@ -5035,7 +5035,7 @@ msgid "Please use the following link to enter a bug in Bugzilla:"
msgstr ""
#. type: textblock
-#: ../examples/guestfs-faq.pod:122
+#: ../examples/guestfs-faq.pod:122 ../examples/guestfs-testing.pod:20
msgid ""
"L<https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools>"
@@ -5235,7 +5235,7 @@ msgstr ""
#: ../examples/guestfs-faq.pod:217 ../examples/guestfs-faq.pod:222
#: ../examples/guestfs-faq.pod:504 ../examples/guestfs-faq.pod:509
#: ../examples/guestfs-faq.pod:630 ../examples/guestfs-faq.pod:635
-#: ../src/guestfs.pod:2434 ../src/guestfs.pod:2439
+#: ../src/guestfs.pod:2455 ../src/guestfs.pod:2460
msgid "html"
msgstr "html"
@@ -6399,13 +6399,44 @@ msgid ""
"a virtual machine disk image."
msgstr ""
+#. type: =head2
+#: ../examples/guestfs-faq.pod:779
+msgid "What do these C<debug*> and C<internal-*> functions do?"
+msgstr ""
+
#. type: textblock
#: ../examples/guestfs-faq.pod:781
+msgid ""
+"There are some functions which are used for debugging and internal purposes "
+"which are I<not> part of the stable API."
+msgstr ""
+
+#. type: textblock
+#: ../examples/guestfs-faq.pod:784
+msgid ""
+"The C<debug*> (or C<guestfs_debug*>) functions, primarily L<guestfs(3)/"
+"guestfs_debug> and a handful of others, are used for debugging libguestfs. "
+"Although they are not part of the stable API and thus may change or be "
+"removed at any time, some programs may want to call these while waiting for "
+"features to be added to libguestfs."
+msgstr ""
+
+#. type: textblock
+#: ../examples/guestfs-faq.pod:790
+msgid ""
+"The C<internal-*> (or C<guestfs_internal_*>) functions are purely to be used "
+"by libguestfs itself. There is no reason for programs to call them, and "
+"programs should not try to use them. Using them will often cause bad things "
+"to happen, as well as not being part of the documented stable API."
+msgstr ""
+
+#. type: textblock
+#: ../examples/guestfs-faq.pod:798
msgid "L<guestfish(1)>, L<guestfs(3)>, L<http://libguestfs.org/>."
msgstr ""
#. type: textblock
-#: ../examples/guestfs-faq.pod:791 ../examples/guestfs-performance.pod:448
+#: ../examples/guestfs-faq.pod:808 ../examples/guestfs-performance.pod:448
#: ../format/virt-format.pod:193
msgid "Copyright (C) 2012 Red Hat Inc."
msgstr ""
@@ -6713,8 +6744,8 @@ msgstr ""
#: ../examples/guestfs-performance.pod:211 ../examples/guestfs-recipes.pod:288
#: ../resize/virt-resize.pod:31 ../resize/virt-resize.pod:603
#: ../sparsify/virt-sparsify.pod:243 ../src/guestfs.pod:475
-#: ../src/guestfs.pod:1288 ../src/guestfs.pod:1457 ../src/guestfs.pod:1621
-#: ../src/guestfs.pod:2869
+#: ../src/guestfs.pod:1288 ../src/guestfs.pod:1457 ../src/guestfs.pod:1638
+#: ../src/guestfs.pod:2956
msgid "1."
msgstr "1."
@@ -6730,8 +6761,8 @@ msgstr ""
#: ../examples/guestfs-performance.pod:218 ../examples/guestfs-recipes.pod:294
#: ../resize/virt-resize.pod:44 ../resize/virt-resize.pod:610
#: ../sparsify/virt-sparsify.pod:250 ../src/guestfs.pod:481
-#: ../src/guestfs.pod:1292 ../src/guestfs.pod:1461 ../src/guestfs.pod:1625
-#: ../src/guestfs.pod:2894
+#: ../src/guestfs.pod:1292 ../src/guestfs.pod:1461 ../src/guestfs.pod:1642
+#: ../src/guestfs.pod:2981
msgid "2."
msgstr "2."
@@ -6750,7 +6781,7 @@ msgstr ""
#: ../examples/guestfs-performance.pod:224 ../examples/guestfs-recipes.pod:300
#: ../resize/virt-resize.pod:52 ../resize/virt-resize.pod:616
#: ../sparsify/virt-sparsify.pod:256 ../src/guestfs.pod:492
-#: ../src/guestfs.pod:1296 ../src/guestfs.pod:1631
+#: ../src/guestfs.pod:1296 ../src/guestfs.pod:1648
msgid "3."
msgstr "3."
@@ -7007,7 +7038,7 @@ msgid "Save the following script as C<time.stap>:"
msgstr ""
#. type: verbatim
-#: ../examples/guestfs-performance.pod:322 ../src/guestfs.pod:2382
+#: ../examples/guestfs-performance.pod:322 ../src/guestfs.pod:2403
#, no-wrap
msgid ""
" global last;\n"
@@ -7015,7 +7046,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../examples/guestfs-performance.pod:324 ../src/guestfs.pod:2384
+#: ../examples/guestfs-performance.pod:324 ../src/guestfs.pod:2405
#, no-wrap
msgid ""
" function display_time () {\n"
@@ -7028,7 +7059,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../examples/guestfs-performance.pod:331 ../src/guestfs.pod:2391
+#: ../examples/guestfs-performance.pod:331 ../src/guestfs.pod:2412
#, no-wrap
msgid ""
" printf (\"%d (+%d):\", now, delta);\n"
@@ -7037,7 +7068,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../examples/guestfs-performance.pod:334 ../src/guestfs.pod:2394
+#: ../examples/guestfs-performance.pod:334 ../src/guestfs.pod:2415
#, no-wrap
msgid ""
" probe begin {\n"
@@ -7048,7 +7079,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../examples/guestfs-performance.pod:339 ../src/guestfs.pod:2399
+#: ../examples/guestfs-performance.pod:339 ../src/guestfs.pod:2420
#, no-wrap
msgid ""
" /* Display all calls to static markers. */\n"
@@ -7688,10 +7719,10 @@ msgstr ""
#. type: textblock
#: ../examples/guestfs-recipes.pod:158 ../fish/guestfish-actions.pod:9
-#: ../fish/guestfish-actions.pod:1607 ../fish/guestfish-actions.pod:2002
-#: ../fish/guestfish-actions.pod:2429 ../src/guestfs-actions.pod:18
-#: ../src/guestfs-actions.pod:2642 ../src/guestfs-actions.pod:3209
-#: ../src/guestfs-actions.pod:3778 ../src/guestfs.pod:1865
+#: ../fish/guestfish-actions.pod:1609 ../fish/guestfish-actions.pod:2004
+#: ../fish/guestfish-actions.pod:2431 ../src/guestfs-actions.pod:18
+#: ../src/guestfs-actions.pod:2644 ../src/guestfs-actions.pod:3211
+#: ../src/guestfs-actions.pod:3780 ../src/guestfs.pod:1882
#: ../tools/virt-win-reg.pl:707
msgid "Notes:"
msgstr "Нотатки:"
@@ -8544,15 +8575,6 @@ msgid "You can report bugs you find through this link:"
msgstr ""
#. type: textblock
-#: ../examples/guestfs-testing.pod:20
-msgid ""
-"https://bugzilla.redhat.com/enter_bug.cgi?"
-"component=libguestfs&product=Virtualization+Tools"
-msgstr ""
-"https://bugzilla.redhat.com/enter_bug.cgi?"
-"component=libguestfs&product=Virtualization+Tools"
-
-#. type: textblock
#: ../examples/guestfs-testing.pod:22
msgid ""
"or post on the mailing list (registration is B<not> required, but if you're "
@@ -8562,7 +8584,9 @@ msgstr ""
#. type: textblock
#: ../examples/guestfs-testing.pod:26
-msgid "https://www.redhat.com/mailman/listinfo/libguestfs"
+#, fuzzy
+#| msgid "https://www.redhat.com/mailman/listinfo/libguestfs"
+msgid "L<https://www.redhat.com/mailman/listinfo/libguestfs>"
msgstr "https://www.redhat.com/mailman/listinfo/libguestfs"
#. type: =head1
@@ -8583,7 +8607,7 @@ msgstr ""
#. type: textblock
#: ../examples/guestfs-testing.pod:32 ../examples/guestfs-testing.pod:145
-#: ../src/guestfs.pod:3258
+#: ../src/guestfs.pod:3362
msgid "Run:"
msgstr "Віддайте команду:"
@@ -8664,7 +8688,7 @@ msgstr ""
#. type: textblock
#: ../examples/guestfs-testing.pod:68 ../examples/guestfs-testing.pod:175
#: ../examples/guestfs-testing.pod:188 ../examples/guestfs-testing.pod:248
-#: ../src/guestfs.pod:2972
+#: ../src/guestfs.pod:3059
msgid "or:"
msgstr "або:"
@@ -9335,35 +9359,35 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:217
-#: ../fish/guestfish-actions.pod:231
+#: ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:219
+#: ../fish/guestfish-actions.pod:233
msgid ""
"I<This function is deprecated.> In new code, use the L</add-drive-opts> call "
"instead."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:220
-#: ../fish/guestfish-actions.pod:234 ../fish/guestfish-actions.pod:1054
-#: ../fish/guestfish-actions.pod:1089 ../fish/guestfish-actions.pod:1238
-#: ../fish/guestfish-actions.pod:1306 ../fish/guestfish-actions.pod:1792
-#: ../fish/guestfish-actions.pod:1806 ../fish/guestfish-actions.pod:3009
-#: ../fish/guestfish-actions.pod:3786 ../fish/guestfish-actions.pod:4223
-#: ../fish/guestfish-actions.pod:4271 ../fish/guestfish-actions.pod:4999
-#: ../fish/guestfish-actions.pod:5247 ../fish/guestfish-actions.pod:5267
-#: ../fish/guestfish-actions.pod:5286 ../fish/guestfish-actions.pod:5324
-#: ../fish/guestfish-actions.pod:6106 ../fish/guestfish-actions.pod:6222
-#: ../src/guestfs-actions.pod:10 ../src/guestfs-actions.pod:308
-#: ../src/guestfs-actions.pod:329 ../src/guestfs-actions.pod:1805
-#: ../src/guestfs-actions.pod:1862 ../src/guestfs-actions.pod:2119
-#: ../src/guestfs-actions.pod:2228 ../src/guestfs-actions.pod:2866
-#: ../src/guestfs-actions.pod:2887 ../src/guestfs-actions.pod:4585
-#: ../src/guestfs-actions.pod:5840 ../src/guestfs-actions.pod:6652
-#: ../src/guestfs-actions.pod:6752 ../src/guestfs-actions.pod:7846
-#: ../src/guestfs-actions.pod:8157 ../src/guestfs-actions.pod:8198
-#: ../src/guestfs-actions.pod:8229 ../src/guestfs-actions.pod:8289
-#: ../src/guestfs-actions.pod:9427 ../src/guestfs-actions.pod:9555
-#: ../src/guestfs-actions.pod:9759
+#: ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:222
+#: ../fish/guestfish-actions.pod:236 ../fish/guestfish-actions.pod:1056
+#: ../fish/guestfish-actions.pod:1091 ../fish/guestfish-actions.pod:1240
+#: ../fish/guestfish-actions.pod:1308 ../fish/guestfish-actions.pod:1794
+#: ../fish/guestfish-actions.pod:1808 ../fish/guestfish-actions.pod:3011
+#: ../fish/guestfish-actions.pod:3793 ../fish/guestfish-actions.pod:4230
+#: ../fish/guestfish-actions.pod:4278 ../fish/guestfish-actions.pod:5006
+#: ../fish/guestfish-actions.pod:5254 ../fish/guestfish-actions.pod:5274
+#: ../fish/guestfish-actions.pod:5293 ../fish/guestfish-actions.pod:5331
+#: ../fish/guestfish-actions.pod:6113 ../fish/guestfish-actions.pod:6229
+#: ../src/guestfs-actions.pod:10 ../src/guestfs-actions.pod:310
+#: ../src/guestfs-actions.pod:331 ../src/guestfs-actions.pod:1807
+#: ../src/guestfs-actions.pod:1864 ../src/guestfs-actions.pod:2121
+#: ../src/guestfs-actions.pod:2230 ../src/guestfs-actions.pod:2868
+#: ../src/guestfs-actions.pod:2889 ../src/guestfs-actions.pod:4587
+#: ../src/guestfs-actions.pod:5847 ../src/guestfs-actions.pod:6659
+#: ../src/guestfs-actions.pod:6759 ../src/guestfs-actions.pod:7853
+#: ../src/guestfs-actions.pod:8164 ../src/guestfs-actions.pod:8205
+#: ../src/guestfs-actions.pod:8236 ../src/guestfs-actions.pod:8296
+#: ../src/guestfs-actions.pod:9434 ../src/guestfs-actions.pod:9562
+#: ../src/guestfs-actions.pod:9766
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 "
@@ -9532,18 +9556,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:125 ../fish/guestfish-actions.pod:197
-#: ../fish/guestfish-actions.pod:679 ../fish/guestfish-actions.pod:694
-#: ../fish/guestfish-actions.pod:948 ../fish/guestfish-actions.pod:969
-#: ../fish/guestfish-actions.pod:1007 ../fish/guestfish-actions.pod:1016
-#: ../fish/guestfish-actions.pod:1025 ../fish/guestfish-actions.pod:1039
-#: ../fish/guestfish-actions.pod:1225 ../fish/guestfish-actions.pod:2468
-#: ../fish/guestfish-actions.pod:3563 ../fish/guestfish-actions.pod:3802
-#: ../fish/guestfish-actions.pod:3849 ../fish/guestfish-actions.pod:4012
-#: ../fish/guestfish-actions.pod:4042 ../fish/guestfish-actions.pod:4185
-#: ../fish/guestfish-actions.pod:4201 ../fish/guestfish-actions.pod:4259
-#: ../fish/guestfish-actions.pod:4975 ../fish/guestfish-actions.pod:5708
-#: ../fish/guestfish-actions.pod:5790
+#: ../fish/guestfish-actions.pod:125 ../fish/guestfish-actions.pod:199
+#: ../fish/guestfish-actions.pod:681 ../fish/guestfish-actions.pod:696
+#: ../fish/guestfish-actions.pod:950 ../fish/guestfish-actions.pod:971
+#: ../fish/guestfish-actions.pod:1009 ../fish/guestfish-actions.pod:1018
+#: ../fish/guestfish-actions.pod:1027 ../fish/guestfish-actions.pod:1041
+#: ../fish/guestfish-actions.pod:1227 ../fish/guestfish-actions.pod:2470
+#: ../fish/guestfish-actions.pod:3570 ../fish/guestfish-actions.pod:3809
+#: ../fish/guestfish-actions.pod:3856 ../fish/guestfish-actions.pod:4019
+#: ../fish/guestfish-actions.pod:4049 ../fish/guestfish-actions.pod:4192
+#: ../fish/guestfish-actions.pod:4208 ../fish/guestfish-actions.pod:4266
+#: ../fish/guestfish-actions.pod:4982 ../fish/guestfish-actions.pod:5715
+#: ../fish/guestfish-actions.pod:5797
msgid ""
"This command has one or more optional arguments. See L</OPTIONAL ARGUMENTS>."
msgstr ""
@@ -9602,13 +9626,19 @@ msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:148 ../src/guestfs-actions.pod:208
msgid ""
-"This function adds a virtual machine disk image C<filename> to libguestfs. "
+"This function adds a disk image called C<filename> to the handle. "
+"C<filename> may be a regular host file or a host device."
+msgstr ""
+
+#. type: textblock
+#: ../fish/guestfish-actions.pod:151 ../src/guestfs-actions.pod:211
+msgid ""
"The first time you call this function, the disk appears as C</dev/sda>, the "
"second time as C</dev/sdb>, and so on."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:153 ../src/guestfs-actions.pod:213
+#: ../fish/guestfish-actions.pod:154 ../src/guestfs-actions.pod:214
msgid ""
"You don't necessarily need to be root when using libguestfs. However you "
"obviously do need sufficient permissions to access the filename for whatever "
@@ -9617,30 +9647,30 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:159 ../src/guestfs-actions.pod:219
+#: ../fish/guestfish-actions.pod:160 ../src/guestfs-actions.pod:220
msgid "This call checks that C<filename> exists."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:161 ../src/guestfs-actions.pod:221
+#: ../fish/guestfish-actions.pod:162 ../src/guestfs-actions.pod:222
msgid ""
"C<filename> may be the special string C<\"/dev/null\">. See L<guestfs(3)/"
"NULL DISKS>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:164 ../fish/guestfish-actions.pod:3811
-#: ../src/guestfs-actions.pod:224 ../src/guestfs-actions.pod:5932
+#: ../fish/guestfish-actions.pod:165 ../fish/guestfish-actions.pod:3818
+#: ../src/guestfs-actions.pod:225 ../src/guestfs-actions.pod:5939
msgid "The optional arguments are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:168 ../src/guestfs-actions.pod:228
+#: ../fish/guestfish-actions.pod:169 ../src/guestfs-actions.pod:229
msgid "C<readonly>"
msgstr "C<readonly>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:170 ../src/guestfs-actions.pod:230
+#: ../fish/guestfish-actions.pod:171 ../src/guestfs-actions.pod:231
msgid ""
"If true then the image is treated as read-only. Writes are still allowed, "
"but they are stored in a temporary snapshot overlay which is discarded at "
@@ -9648,13 +9678,13 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:174 ../src/guestfs-actions.pod:234
-#: ../src/guestfs.pod:3137
+#: ../fish/guestfish-actions.pod:175 ../src/guestfs-actions.pod:235
+#: ../src/guestfs.pod:3228
msgid "C<format>"
msgstr "C<format>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:176
+#: ../fish/guestfish-actions.pod:177
msgid ""
"This forces the image format. If you omit this (or use L</add-drive> or L</"
"add-drive-ro>) then the format is automatically detected. Possible formats "
@@ -9662,7 +9692,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:180 ../src/guestfs-actions.pod:240
+#: ../fish/guestfish-actions.pod:181 ../src/guestfs-actions.pod:241
msgid ""
"Automatic detection of the format opens you up to a potential security hole "
"when dealing with untrusted raw-format images. See CVE-2010-3851 and "
@@ -9670,42 +9700,42 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:185 ../src/guestfs-actions.pod:245
+#: ../fish/guestfish-actions.pod:186 ../src/guestfs-actions.pod:246
msgid "C<iface>"
msgstr "C<iface>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:187
+#: ../fish/guestfish-actions.pod:188
msgid ""
"This rarely-used option lets you emulate the behaviour of the deprecated L</"
"add-drive-with-if> call (q.v.)"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:190 ../fish/guestfish-actions.pod:3591
-#: ../src/guestfs-actions.pod:250 ../src/guestfs-actions.pod:5537
+#: ../fish/guestfish-actions.pod:191 ../fish/guestfish-actions.pod:3598
+#: ../src/guestfs-actions.pod:251 ../src/guestfs-actions.pod:5544
msgid "C<name>"
msgstr "C<назва>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:192 ../src/guestfs-actions.pod:252
+#: ../fish/guestfish-actions.pod:193 ../src/guestfs-actions.pod:253
msgid ""
-"The name the drive had in the original guest, e.g. /dev/sdb. This is used as "
-"a hint to the guest inspection process if it is available."
+"The name the drive had in the original guest, e.g. C</dev/sdb>. This is "
+"used as a hint to the guest inspection process if it is available."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:199
+#: ../fish/guestfish-actions.pod:201
msgid "add-drive-ro"
msgstr "add-drive-ro"
#. type: =head2
-#: ../fish/guestfish-actions.pod:201
+#: ../fish/guestfish-actions.pod:203
msgid "add-ro"
msgstr "add-ro"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:203
+#: ../fish/guestfish-actions.pod:205
#, no-wrap
msgid ""
" add-drive-ro filename\n"
@@ -9713,7 +9743,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:205
+#: ../fish/guestfish-actions.pod:207
msgid ""
"This function is the equivalent of calling L</add-drive-opts> with the "
"optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
@@ -9721,12 +9751,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:210
+#: ../fish/guestfish-actions.pod:212
msgid "add-drive-ro-with-if"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:212
+#: ../fish/guestfish-actions.pod:214
#, no-wrap
msgid ""
" add-drive-ro-with-if filename iface\n"
@@ -9734,19 +9764,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:214
+#: ../fish/guestfish-actions.pod:216
msgid ""
"This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
"interface emulation to use at run time."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:224
+#: ../fish/guestfish-actions.pod:226
msgid "add-drive-with-if"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:226
+#: ../fish/guestfish-actions.pod:228
#, no-wrap
msgid ""
" add-drive-with-if filename iface\n"
@@ -9754,19 +9784,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:228
+#: ../fish/guestfish-actions.pod:230
msgid ""
"This is the same as L</add-drive> but it allows you to specify the QEMU "
"interface emulation to use at run time."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:238
+#: ../fish/guestfish-actions.pod:240
msgid "aug-clear"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:240
+#: ../fish/guestfish-actions.pod:242
#, no-wrap
msgid ""
" aug-clear augpath\n"
@@ -9774,19 +9804,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:242 ../src/guestfs-actions.pod:346
+#: ../fish/guestfish-actions.pod:244 ../src/guestfs-actions.pod:348
msgid ""
"Set the value associated with C<path> to C<NULL>. This is the same as the "
"L<augtool(1)> C<clear> command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:245
+#: ../fish/guestfish-actions.pod:247
msgid "aug-close"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:247
+#: ../fish/guestfish-actions.pod:249
#, no-wrap
msgid ""
" aug-close\n"
@@ -9794,7 +9824,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:249
+#: ../fish/guestfish-actions.pod:251
msgid ""
"Close the current Augeas handle and free up any resources used by it. After "
"calling this, you have to call L</aug-init> again before you can use any "
@@ -9802,12 +9832,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:254
+#: ../fish/guestfish-actions.pod:256
msgid "aug-defnode"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:256
+#: ../fish/guestfish-actions.pod:258
#, no-wrap
msgid ""
" aug-defnode name expr val\n"
@@ -9815,13 +9845,13 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:258 ../src/guestfs-actions.pod:375
+#: ../fish/guestfish-actions.pod:260 ../src/guestfs-actions.pod:377
msgid ""
"Defines a variable C<name> whose value is the result of evaluating C<expr>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:261
+#: ../fish/guestfish-actions.pod:263
msgid ""
"If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
"calling L</aug-set> C<expr>, C<value>. C<name> will be the nodeset "
@@ -9829,19 +9859,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:265 ../src/guestfs-actions.pod:382
+#: ../fish/guestfish-actions.pod:267 ../src/guestfs-actions.pod:384
msgid ""
"On success this returns a pair containing the number of nodes in the "
"nodeset, and a boolean flag if a node was created."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:269
+#: ../fish/guestfish-actions.pod:271
msgid "aug-defvar"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:271
+#: ../fish/guestfish-actions.pod:273
#, no-wrap
msgid ""
" aug-defvar name expr\n"
@@ -9849,26 +9879,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:273 ../src/guestfs-actions.pod:399
+#: ../fish/guestfish-actions.pod:275 ../src/guestfs-actions.pod:401
msgid ""
"Defines an Augeas variable C<name> whose value is the result of evaluating "
"C<expr>. If C<expr> is NULL, then C<name> is undefined."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:277 ../src/guestfs-actions.pod:403
+#: ../fish/guestfish-actions.pod:279 ../src/guestfs-actions.pod:405
msgid ""
"On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
"evaluates to something which is not a nodeset."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:280
+#: ../fish/guestfish-actions.pod:282
msgid "aug-get"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:282
+#: ../fish/guestfish-actions.pod:284
#, no-wrap
msgid ""
" aug-get augpath\n"
@@ -9876,19 +9906,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:284 ../src/guestfs-actions.pod:416
+#: ../fish/guestfish-actions.pod:286 ../src/guestfs-actions.pod:418
msgid ""
"Look up the value associated with C<path>. If C<path> matches exactly one "
"node, the C<value> is returned."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:287
+#: ../fish/guestfish-actions.pod:289
msgid "aug-init"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:289
+#: ../fish/guestfish-actions.pod:291
#, no-wrap
msgid ""
" aug-init root flags\n"
@@ -9896,7 +9926,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:291 ../src/guestfs-actions.pod:431
+#: ../fish/guestfish-actions.pod:293 ../src/guestfs-actions.pod:433
msgid ""
"Create a new Augeas handle for editing configuration files. If there was "
"any previous Augeas handle associated with this guestfs session, then it is "
@@ -9904,57 +9934,57 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:295
+#: ../fish/guestfish-actions.pod:297
msgid "You must call this before using any other L</aug-*> commands."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:298 ../src/guestfs-actions.pod:438
+#: ../fish/guestfish-actions.pod:300 ../src/guestfs-actions.pod:440
msgid ""
"C<root> is the filesystem root. C<root> must not be NULL, use C</> instead."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:301 ../src/guestfs-actions.pod:441
+#: ../fish/guestfish-actions.pod:303 ../src/guestfs-actions.pod:443
msgid ""
"The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
"logical I<or> of the following integers:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:307 ../src/guestfs-actions.pod:447
+#: ../fish/guestfish-actions.pod:309 ../src/guestfs-actions.pod:449
msgid "C<AUG_SAVE_BACKUP> = 1"
msgstr "C<AUG_SAVE_BACKUP> = 1"
#. type: textblock
-#: ../fish/guestfish-actions.pod:309 ../src/guestfs-actions.pod:449
+#: ../fish/guestfish-actions.pod:311 ../src/guestfs-actions.pod:451
msgid "Keep the original file with a C<.augsave> extension."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:311 ../src/guestfs-actions.pod:451
+#: ../fish/guestfish-actions.pod:313 ../src/guestfs-actions.pod:453
msgid "C<AUG_SAVE_NEWFILE> = 2"
msgstr "C<AUG_SAVE_NEWFILE> = 2"
#. type: textblock
-#: ../fish/guestfish-actions.pod:313 ../src/guestfs-actions.pod:453
+#: ../fish/guestfish-actions.pod:315 ../src/guestfs-actions.pod:455
msgid ""
"Save changes into a file with extension C<.augnew>, and do not overwrite "
"original. Overrides C<AUG_SAVE_BACKUP>."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:316 ../src/guestfs-actions.pod:456
+#: ../fish/guestfish-actions.pod:318 ../src/guestfs-actions.pod:458
msgid "C<AUG_TYPE_CHECK> = 4"
msgstr "C<AUG_TYPE_CHECK> = 4"
#. type: textblock
-#: ../fish/guestfish-actions.pod:318 ../src/guestfs-actions.pod:458
+#: ../fish/guestfish-actions.pod:320 ../src/guestfs-actions.pod:460
msgid "Typecheck lenses."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:320
+#: ../fish/guestfish-actions.pod:322
msgid ""
"This option is only useful when debugging Augeas lenses. Use of this option "
"may require additional memory for the libguestfs appliance. You may need to "
@@ -9962,52 +9992,52 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:325 ../src/guestfs-actions.pod:465
+#: ../fish/guestfish-actions.pod:327 ../src/guestfs-actions.pod:467
msgid "C<AUG_NO_STDINC> = 8"
msgstr "C<AUG_NO_STDINC> = 8"
#. type: textblock
-#: ../fish/guestfish-actions.pod:327 ../src/guestfs-actions.pod:467
+#: ../fish/guestfish-actions.pod:329 ../src/guestfs-actions.pod:469
msgid "Do not use standard load path for modules."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:329 ../src/guestfs-actions.pod:469
+#: ../fish/guestfish-actions.pod:331 ../src/guestfs-actions.pod:471
msgid "C<AUG_SAVE_NOOP> = 16"
msgstr "C<AUG_SAVE_NOOP> = 16"
#. type: textblock
-#: ../fish/guestfish-actions.pod:331 ../src/guestfs-actions.pod:471
+#: ../fish/guestfish-actions.pod:333 ../src/guestfs-actions.pod:473
msgid "Make save a no-op, just record what would have been changed."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:333 ../src/guestfs-actions.pod:473
+#: ../fish/guestfish-actions.pod:335 ../src/guestfs-actions.pod:475
msgid "C<AUG_NO_LOAD> = 32"
msgstr "C<AUG_NO_LOAD> = 32"
#. type: textblock
-#: ../fish/guestfish-actions.pod:335
+#: ../fish/guestfish-actions.pod:337
msgid "Do not load the tree in L</aug-init>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:339
+#: ../fish/guestfish-actions.pod:341
msgid "To close the handle, you can call L</aug-close>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:341 ../src/guestfs-actions.pod:481
+#: ../fish/guestfish-actions.pod:343 ../src/guestfs-actions.pod:483
msgid "To find out more about Augeas, see L<http://augeas.net/>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:343
+#: ../fish/guestfish-actions.pod:345
msgid "aug-insert"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:345
+#: ../fish/guestfish-actions.pod:347
#, no-wrap
msgid ""
" aug-insert augpath label true|false\n"
@@ -10015,26 +10045,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:347 ../src/guestfs-actions.pod:495
+#: ../fish/guestfish-actions.pod:349 ../src/guestfs-actions.pod:497
msgid ""
"Create a new sibling C<label> for C<path>, inserting it into the tree before "
"or after C<path> (depending on the boolean flag C<before>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:351 ../src/guestfs-actions.pod:499
+#: ../fish/guestfish-actions.pod:353 ../src/guestfs-actions.pod:501
msgid ""
"C<path> must match exactly one existing node in the tree, and C<label> must "
"be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:355
+#: ../fish/guestfish-actions.pod:357
msgid "aug-load"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:357
+#: ../fish/guestfish-actions.pod:359
#, no-wrap
msgid ""
" aug-load\n"
@@ -10042,22 +10072,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:359 ../src/guestfs-actions.pod:512
+#: ../fish/guestfish-actions.pod:361 ../src/guestfs-actions.pod:514
msgid "Load files into the tree."
msgstr "Завантажити файли до ієрархії."
#. type: textblock
-#: ../fish/guestfish-actions.pod:361 ../src/guestfs-actions.pod:514
+#: ../fish/guestfish-actions.pod:363 ../src/guestfs-actions.pod:516
msgid "See C<aug_load> in the Augeas documentation for the full gory details."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:364
+#: ../fish/guestfish-actions.pod:366
msgid "aug-ls"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:366
+#: ../fish/guestfish-actions.pod:368
#, no-wrap
msgid ""
" aug-ls augpath\n"
@@ -10065,19 +10095,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:368
+#: ../fish/guestfish-actions.pod:370
msgid ""
"This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
"resulting nodes into alphabetical order."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:371
+#: ../fish/guestfish-actions.pod:373
msgid "aug-match"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:373
+#: ../fish/guestfish-actions.pod:375
#, no-wrap
msgid ""
" aug-match augpath\n"
@@ -10085,7 +10115,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:375 ../src/guestfs-actions.pod:542
+#: ../fish/guestfish-actions.pod:377 ../src/guestfs-actions.pod:544
msgid ""
"Returns a list of paths which match the path expression C<path>. The "
"returned paths are sufficiently qualified so that they match exactly one "
@@ -10093,12 +10123,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:379
+#: ../fish/guestfish-actions.pod:381
msgid "aug-mv"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:381
+#: ../fish/guestfish-actions.pod:383
#, no-wrap
msgid ""
" aug-mv src dest\n"
@@ -10106,19 +10136,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:383 ../src/guestfs-actions.pod:559
+#: ../fish/guestfish-actions.pod:385 ../src/guestfs-actions.pod:561
msgid ""
"Move the node C<src> to C<dest>. C<src> must match exactly one node. "
"C<dest> is overwritten if it exists."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:386
+#: ../fish/guestfish-actions.pod:388
msgid "aug-rm"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:388
+#: ../fish/guestfish-actions.pod:390
#, no-wrap
msgid ""
" aug-rm augpath\n"
@@ -10126,22 +10156,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:390 ../src/guestfs-actions.pod:572
+#: ../fish/guestfish-actions.pod:392 ../src/guestfs-actions.pod:574
msgid "Remove C<path> and all of its children."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:392 ../src/guestfs-actions.pod:574
+#: ../fish/guestfish-actions.pod:394 ../src/guestfs-actions.pod:576
msgid "On success this returns the number of entries which were removed."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:394
+#: ../fish/guestfish-actions.pod:396
msgid "aug-save"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:396
+#: ../fish/guestfish-actions.pod:398
#, no-wrap
msgid ""
" aug-save\n"
@@ -10149,24 +10179,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:398 ../src/guestfs-actions.pod:585
+#: ../fish/guestfish-actions.pod:400 ../src/guestfs-actions.pod:587
msgid "This writes all pending changes to disk."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:400
+#: ../fish/guestfish-actions.pod:402
msgid ""
"The flags which were passed to L</aug-init> affect exactly how files are "
"saved."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:403
+#: ../fish/guestfish-actions.pod:405
msgid "aug-set"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:405
+#: ../fish/guestfish-actions.pod:407
#, no-wrap
msgid ""
" aug-set augpath val\n"
@@ -10174,12 +10204,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:407 ../src/guestfs-actions.pod:601
+#: ../fish/guestfish-actions.pod:409 ../src/guestfs-actions.pod:603
msgid "Set the value associated with C<path> to C<val>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:409
+#: ../fish/guestfish-actions.pod:411
msgid ""
"In the Augeas API, it is possible to clear a node by setting the value to "
"NULL. Due to an oversight in the libguestfs API you cannot do that with "
@@ -10187,12 +10217,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:414
+#: ../fish/guestfish-actions.pod:416
msgid "available"
msgstr "available"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:416
+#: ../fish/guestfish-actions.pod:418
#, no-wrap
msgid ""
" available 'groups ...'\n"
@@ -10202,7 +10232,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:418 ../src/guestfs-actions.pod:618
+#: ../fish/guestfish-actions.pod:420 ../src/guestfs-actions.pod:620
msgid ""
"This command is used to check the availability of some groups of "
"functionality in the appliance, which not all builds of the libguestfs "
@@ -10210,7 +10240,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:422
+#: ../fish/guestfish-actions.pod:424
msgid ""
"The libguestfs groups, and the functions that those groups correspond to, "
"are listed in L<guestfs(3)/AVAILABILITY>. You can also fetch this list at "
@@ -10218,7 +10248,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:427 ../src/guestfs-actions.pod:627
+#: ../fish/guestfish-actions.pod:429 ../src/guestfs-actions.pod:629
msgid ""
"The argument C<groups> is a list of group names, eg: C<[\"inotify\", \"augeas"
"\"]> would check for the availability of the Linux inotify functions and "
@@ -10226,43 +10256,43 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:432 ../src/guestfs-actions.pod:632
+#: ../fish/guestfish-actions.pod:434 ../src/guestfs-actions.pod:634
msgid "The command returns no error if I<all> requested groups are available."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:434 ../src/guestfs-actions.pod:634
+#: ../fish/guestfish-actions.pod:436 ../src/guestfs-actions.pod:636
msgid ""
"It fails with an error if one or more of the requested groups is unavailable "
"in the appliance."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:437 ../src/guestfs-actions.pod:637
+#: ../fish/guestfish-actions.pod:439 ../src/guestfs-actions.pod:639
msgid ""
"If an unknown group name is included in the list of groups then an error is "
"always returned."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:440 ../src/guestfs-actions.pod:640
+#: ../fish/guestfish-actions.pod:442 ../src/guestfs-actions.pod:642
msgid "I<Notes:>"
msgstr "I<Нотатки:>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:446
+#: ../fish/guestfish-actions.pod:448
msgid "You must call L</launch> before calling this function."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:448 ../src/guestfs-actions.pod:648
+#: ../fish/guestfish-actions.pod:450 ../src/guestfs-actions.pod:650
msgid ""
"The reason is because we don't know what groups are supported by the "
"appliance/daemon until it is running and can be queried."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:454 ../src/guestfs-actions.pod:654
+#: ../fish/guestfish-actions.pod:456 ../src/guestfs-actions.pod:656
msgid ""
"If a group of functions is available, this does not necessarily mean that "
"they will work. You still have to check for errors when calling individual "
@@ -10270,7 +10300,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:461 ../src/guestfs-actions.pod:661
+#: ../fish/guestfish-actions.pod:463 ../src/guestfs-actions.pod:663
msgid ""
"It is usually the job of distro packagers to build complete functionality "
"into the libguestfs appliance. Upstream libguestfs, if built from source "
@@ -10278,7 +10308,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:468
+#: ../fish/guestfish-actions.pod:470
msgid ""
"This call was added in version C<1.0.80>. In previous versions of "
"libguestfs all you could do would be to speculatively execute a command to "
@@ -10286,12 +10316,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:475
+#: ../fish/guestfish-actions.pod:477
msgid "available-all-groups"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:477
+#: ../fish/guestfish-actions.pod:479
#, no-wrap
msgid ""
" available-all-groups\n"
@@ -10299,7 +10329,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:479
+#: ../fish/guestfish-actions.pod:481
msgid ""
"This command returns a list of all optional groups that this daemon knows "
"about. Note this returns both supported and unsupported groups. To find "
@@ -10308,17 +10338,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:485
+#: ../fish/guestfish-actions.pod:487
msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:487
+#: ../fish/guestfish-actions.pod:489
msgid "base64-in"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:489
+#: ../fish/guestfish-actions.pod:491
#, no-wrap
msgid ""
" base64-in (base64file|-) filename\n"
@@ -10326,31 +10356,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:491 ../src/guestfs-actions.pod:705
+#: ../fish/guestfish-actions.pod:493 ../src/guestfs-actions.pod:707
msgid ""
"This command uploads base64-encoded data from C<base64file> to C<filename>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:494 ../fish/guestfish-actions.pod:503
-#: ../fish/guestfish-actions.pod:862 ../fish/guestfish-actions.pod:946
-#: ../fish/guestfish-actions.pod:967 ../fish/guestfish-actions.pod:1150
-#: ../fish/guestfish-actions.pod:1169 ../fish/guestfish-actions.pod:1575
-#: ../fish/guestfish-actions.pod:4162 ../fish/guestfish-actions.pod:4183
-#: ../fish/guestfish-actions.pod:5564 ../fish/guestfish-actions.pod:5576
-#: ../fish/guestfish-actions.pod:5587 ../fish/guestfish-actions.pod:5598
-#: ../fish/guestfish-actions.pod:5729 ../fish/guestfish-actions.pod:5738
-#: ../fish/guestfish-actions.pod:5803 ../fish/guestfish-actions.pod:5826
+#: ../fish/guestfish-actions.pod:496 ../fish/guestfish-actions.pod:505
+#: ../fish/guestfish-actions.pod:864 ../fish/guestfish-actions.pod:948
+#: ../fish/guestfish-actions.pod:969 ../fish/guestfish-actions.pod:1152
+#: ../fish/guestfish-actions.pod:1171 ../fish/guestfish-actions.pod:1577
+#: ../fish/guestfish-actions.pod:4169 ../fish/guestfish-actions.pod:4190
+#: ../fish/guestfish-actions.pod:5571 ../fish/guestfish-actions.pod:5583
+#: ../fish/guestfish-actions.pod:5594 ../fish/guestfish-actions.pod:5605
+#: ../fish/guestfish-actions.pod:5736 ../fish/guestfish-actions.pod:5745
+#: ../fish/guestfish-actions.pod:5810 ../fish/guestfish-actions.pod:5833
msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:496
+#: ../fish/guestfish-actions.pod:498
msgid "base64-out"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:498
+#: ../fish/guestfish-actions.pod:500
#, no-wrap
msgid ""
" base64-out filename (base64file|-)\n"
@@ -10358,19 +10388,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:500 ../src/guestfs-actions.pod:719
+#: ../fish/guestfish-actions.pod:502 ../src/guestfs-actions.pod:721
msgid ""
"This command downloads the contents of C<filename>, writing it out to local "
"file C<base64file> encoded as base64."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:505
+#: ../fish/guestfish-actions.pod:507
msgid "blkid"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:507
+#: ../fish/guestfish-actions.pod:509
#, no-wrap
msgid ""
" blkid device\n"
@@ -10378,7 +10408,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:509 ../src/guestfs-actions.pod:732
+#: ../fish/guestfish-actions.pod:511 ../src/guestfs-actions.pod:734
msgid ""
"This command returns block device attributes for C<device>. The following "
"fields are usually present in the returned hash. Other fields may also be "
@@ -10386,62 +10416,62 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:514 ../src/guestfs-actions.pod:737
+#: ../fish/guestfish-actions.pod:516 ../src/guestfs-actions.pod:739
msgid "C<UUID>"
msgstr "C<UUID>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:516 ../src/guestfs-actions.pod:739
+#: ../fish/guestfish-actions.pod:518 ../src/guestfs-actions.pod:741
msgid "The uuid of this device."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:518 ../src/guestfs-actions.pod:741
+#: ../fish/guestfish-actions.pod:520 ../src/guestfs-actions.pod:743
msgid "C<LABEL>"
msgstr "C<МІТКА>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:520 ../src/guestfs-actions.pod:743
+#: ../fish/guestfish-actions.pod:522 ../src/guestfs-actions.pod:745
msgid "The label of this device."
msgstr "Мітка пристрою."
#. type: =item
-#: ../fish/guestfish-actions.pod:522 ../src/guestfs-actions.pod:745
+#: ../fish/guestfish-actions.pod:524 ../src/guestfs-actions.pod:747
msgid "C<VERSION>"
msgstr "C<ВЕРСІЯ>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:524 ../src/guestfs-actions.pod:747
+#: ../fish/guestfish-actions.pod:526 ../src/guestfs-actions.pod:749
msgid "The version of blkid command."
msgstr "Версія програми blkid."
#. type: =item
-#: ../fish/guestfish-actions.pod:526 ../src/guestfs-actions.pod:749
+#: ../fish/guestfish-actions.pod:528 ../src/guestfs-actions.pod:751
msgid "C<TYPE>"
msgstr "C<ТИП>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:528 ../src/guestfs-actions.pod:751
+#: ../fish/guestfish-actions.pod:530 ../src/guestfs-actions.pod:753
msgid "The filesystem type or RAID of this device."
msgstr "Тип файлової системи або RAID для цього пристрою."
#. type: =item
-#: ../fish/guestfish-actions.pod:530 ../src/guestfs-actions.pod:753
+#: ../fish/guestfish-actions.pod:532 ../src/guestfs-actions.pod:755
msgid "C<USAGE>"
msgstr "C<ВИКОРИСТАННЯ>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:532 ../src/guestfs-actions.pod:755
+#: ../fish/guestfish-actions.pod:534 ../src/guestfs-actions.pod:757
msgid "The usage of this device, for example C<filesystem> or C<raid>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:536
+#: ../fish/guestfish-actions.pod:538
msgid "blockdev-flushbufs"
msgstr "blockdev-flushbufs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:538
+#: ../fish/guestfish-actions.pod:540
#, no-wrap
msgid ""
" blockdev-flushbufs device\n"
@@ -10451,32 +10481,32 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:540 ../src/guestfs-actions.pod:773
+#: ../fish/guestfish-actions.pod:542 ../src/guestfs-actions.pod:775
msgid ""
"This tells the kernel to flush internal buffers associated with C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:543 ../fish/guestfish-actions.pod:554
-#: ../fish/guestfish-actions.pod:563 ../fish/guestfish-actions.pod:573
-#: ../fish/guestfish-actions.pod:585 ../fish/guestfish-actions.pod:598
-#: ../fish/guestfish-actions.pod:606 ../fish/guestfish-actions.pod:617
-#: ../fish/guestfish-actions.pod:625 ../fish/guestfish-actions.pod:633
-#: ../src/guestfs-actions.pod:776 ../src/guestfs-actions.pod:793
-#: ../src/guestfs-actions.pod:808 ../src/guestfs-actions.pod:824
-#: ../src/guestfs-actions.pod:842 ../src/guestfs-actions.pod:861
-#: ../src/guestfs-actions.pod:875 ../src/guestfs-actions.pod:893
-#: ../src/guestfs-actions.pod:907 ../src/guestfs-actions.pod:921
+#: ../fish/guestfish-actions.pod:545 ../fish/guestfish-actions.pod:556
+#: ../fish/guestfish-actions.pod:565 ../fish/guestfish-actions.pod:575
+#: ../fish/guestfish-actions.pod:587 ../fish/guestfish-actions.pod:600
+#: ../fish/guestfish-actions.pod:608 ../fish/guestfish-actions.pod:619
+#: ../fish/guestfish-actions.pod:627 ../fish/guestfish-actions.pod:635
+#: ../src/guestfs-actions.pod:778 ../src/guestfs-actions.pod:795
+#: ../src/guestfs-actions.pod:810 ../src/guestfs-actions.pod:826
+#: ../src/guestfs-actions.pod:844 ../src/guestfs-actions.pod:863
+#: ../src/guestfs-actions.pod:877 ../src/guestfs-actions.pod:895
+#: ../src/guestfs-actions.pod:909 ../src/guestfs-actions.pod:923
msgid "This uses the L<blockdev(8)> command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:545
+#: ../fish/guestfish-actions.pod:547
msgid "blockdev-getbsz"
msgstr "blockdev-getbsz"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:547
+#: ../fish/guestfish-actions.pod:549
#, no-wrap
msgid ""
" blockdev-getbsz device\n"
@@ -10486,25 +10516,25 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:549 ../src/guestfs-actions.pod:788
+#: ../fish/guestfish-actions.pod:551 ../src/guestfs-actions.pod:790
msgid "This returns the block size of a device."
msgstr "Повертає розмір блоку для пристрою."
#. type: textblock
-#: ../fish/guestfish-actions.pod:551 ../fish/guestfish-actions.pod:614
-#: ../src/guestfs-actions.pod:790 ../src/guestfs-actions.pod:890
+#: ../fish/guestfish-actions.pod:553 ../fish/guestfish-actions.pod:616
+#: ../src/guestfs-actions.pod:792 ../src/guestfs-actions.pod:892
msgid ""
"(Note this is different from both I<size in blocks> and I<filesystem block "
"size>)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:556
+#: ../fish/guestfish-actions.pod:558
msgid "blockdev-getro"
msgstr "blockdev-getro"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:558
+#: ../fish/guestfish-actions.pod:560
#, no-wrap
msgid ""
" blockdev-getro device\n"
@@ -10514,19 +10544,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:560 ../src/guestfs-actions.pod:805
+#: ../fish/guestfish-actions.pod:562 ../src/guestfs-actions.pod:807
msgid ""
"Returns a boolean indicating if the block device is read-only (true if read-"
"only, false if not)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:565
+#: ../fish/guestfish-actions.pod:567
msgid "blockdev-getsize64"
msgstr "blockdev-getsize64"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:567
+#: ../fish/guestfish-actions.pod:569
#, no-wrap
msgid ""
" blockdev-getsize64 device\n"
@@ -10536,22 +10566,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:569 ../src/guestfs-actions.pod:820
+#: ../fish/guestfish-actions.pod:571 ../src/guestfs-actions.pod:822
msgid "This returns the size of the device in bytes."
msgstr "Повертає розмір пристрою у байтах."
#. type: textblock
-#: ../fish/guestfish-actions.pod:571
+#: ../fish/guestfish-actions.pod:573
msgid "See also L</blockdev-getsz>."
msgstr "Див. також L</blockdev-getsz>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:575
+#: ../fish/guestfish-actions.pod:577
msgid "blockdev-getss"
msgstr "blockdev-getss"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:577
+#: ../fish/guestfish-actions.pod:579
#, no-wrap
msgid ""
" blockdev-getss device\n"
@@ -10561,25 +10591,25 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:579 ../src/guestfs-actions.pod:836
+#: ../fish/guestfish-actions.pod:581 ../src/guestfs-actions.pod:838
msgid ""
"This returns the size of sectors on a block device. Usually 512, but can be "
"larger for modern devices."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:582
+#: ../fish/guestfish-actions.pod:584
msgid ""
"(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:587
+#: ../fish/guestfish-actions.pod:589
msgid "blockdev-getsz"
msgstr "blockdev-getsz"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:589
+#: ../fish/guestfish-actions.pod:591
#, no-wrap
msgid ""
" blockdev-getsz device\n"
@@ -10589,26 +10619,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:591 ../src/guestfs-actions.pod:854
+#: ../fish/guestfish-actions.pod:593 ../src/guestfs-actions.pod:856
msgid ""
"This returns the size of the device in units of 512-byte sectors (even if "
"the sectorsize isn't 512 bytes ... weird)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:594
+#: ../fish/guestfish-actions.pod:596
msgid ""
"See also L</blockdev-getss> for the real sector size of the device, and L</"
"blockdev-getsize64> for the more useful I<size in bytes>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:600
+#: ../fish/guestfish-actions.pod:602
msgid "blockdev-rereadpt"
msgstr "blockdev-rereadpt"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:602
+#: ../fish/guestfish-actions.pod:604
#, no-wrap
msgid ""
" blockdev-rereadpt device\n"
@@ -10618,17 +10648,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:604 ../src/guestfs-actions.pod:873
+#: ../fish/guestfish-actions.pod:606 ../src/guestfs-actions.pod:875
msgid "Reread the partition table on C<device>."
msgstr "Повторно прочитати таблицю розділів з пристрою C<пристрій>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:608
+#: ../fish/guestfish-actions.pod:610
msgid "blockdev-setbsz"
msgstr "blockdev-setbsz"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:610
+#: ../fish/guestfish-actions.pod:612
#, no-wrap
msgid ""
" blockdev-setbsz device blocksize\n"
@@ -10638,17 +10668,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:612 ../src/guestfs-actions.pod:888
+#: ../fish/guestfish-actions.pod:614 ../src/guestfs-actions.pod:890
msgid "This sets the block size of a device."
msgstr "Встановлює розмір блоку на пристрої."
#. type: =head2
-#: ../fish/guestfish-actions.pod:619
+#: ../fish/guestfish-actions.pod:621
msgid "blockdev-setro"
msgstr "blockdev-setro"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:621
+#: ../fish/guestfish-actions.pod:623
#, no-wrap
msgid ""
" blockdev-setro device\n"
@@ -10658,17 +10688,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:623 ../src/guestfs-actions.pod:905
+#: ../fish/guestfish-actions.pod:625 ../src/guestfs-actions.pod:907
msgid "Sets the block device named C<device> to read-only."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:627
+#: ../fish/guestfish-actions.pod:629
msgid "blockdev-setrw"
msgstr "blockdev-setrw"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:629
+#: ../fish/guestfish-actions.pod:631
#, no-wrap
msgid ""
" blockdev-setrw device\n"
@@ -10678,17 +10708,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:631 ../src/guestfs-actions.pod:919
+#: ../fish/guestfish-actions.pod:633 ../src/guestfs-actions.pod:921
msgid "Sets the block device named C<device> to read-write."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:635
+#: ../fish/guestfish-actions.pod:637
msgid "btrfs-device-add"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:637
+#: ../fish/guestfish-actions.pod:639
#, no-wrap
msgid ""
" btrfs-device-add 'devices ...' fs\n"
@@ -10696,19 +10726,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:639 ../src/guestfs-actions.pod:934
+#: ../fish/guestfish-actions.pod:641 ../src/guestfs-actions.pod:936
msgid ""
"Add the list of device(s) in C<devices> to the btrfs filesystem mounted at "
"C<fs>. If C<devices> is an empty list, this does nothing."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:642
+#: ../fish/guestfish-actions.pod:644
msgid "btrfs-device-delete"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:644
+#: ../fish/guestfish-actions.pod:646
#, no-wrap
msgid ""
" btrfs-device-delete 'devices ...' fs\n"
@@ -10716,19 +10746,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:646 ../src/guestfs-actions.pod:948
+#: ../fish/guestfish-actions.pod:648 ../src/guestfs-actions.pod:950
msgid ""
"Remove the C<devices> from the btrfs filesystem mounted at C<fs>. If "
"C<devices> is an empty list, this does nothing."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:649
+#: ../fish/guestfish-actions.pod:651
msgid "btrfs-filesystem-balance"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:651
+#: ../fish/guestfish-actions.pod:653
#, no-wrap
msgid ""
" btrfs-filesystem-balance fs\n"
@@ -10736,19 +10766,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:653 ../src/guestfs-actions.pod:961
+#: ../fish/guestfish-actions.pod:655 ../src/guestfs-actions.pod:963
msgid ""
"Balance the chunks in the btrfs filesystem mounted at C<fs> across the "
"underlying devices."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:656
+#: ../fish/guestfish-actions.pod:658
msgid "btrfs-filesystem-resize"
msgstr "btrfs-filesystem-resize"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:658
+#: ../fish/guestfish-actions.pod:660
#, no-wrap
msgid ""
" btrfs-filesystem-resize mountpoint [size:N]\n"
@@ -10758,12 +10788,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:660 ../src/guestfs-actions.pod:982
+#: ../fish/guestfish-actions.pod:662 ../src/guestfs-actions.pod:984
msgid "This command resizes a btrfs filesystem."
msgstr "Ця команда змінює розмір файлової системи btrfs."
#. type: textblock
-#: ../fish/guestfish-actions.pod:662 ../src/guestfs-actions.pod:984
+#: ../fish/guestfish-actions.pod:664 ../src/guestfs-actions.pod:986
msgid ""
"Note that unlike other resize calls, the filesystem has to be mounted and "
"the parameter is the mountpoint not the device (this is a requirement of "
@@ -10771,38 +10801,38 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:666 ../fish/guestfish-actions.pod:3512
-#: ../fish/guestfish-actions.pod:4234 ../fish/guestfish-actions.pod:5638
-#: ../src/guestfs-actions.pod:988 ../src/guestfs-actions.pod:5430
-#: ../src/guestfs-actions.pod:6691 ../src/guestfs-actions.pod:8799
+#: ../fish/guestfish-actions.pod:668 ../fish/guestfish-actions.pod:3519
+#: ../fish/guestfish-actions.pod:4241 ../fish/guestfish-actions.pod:5645
+#: ../src/guestfs-actions.pod:990 ../src/guestfs-actions.pod:5437
+#: ../src/guestfs-actions.pod:6698 ../src/guestfs-actions.pod:8806
msgid "The optional parameters are:"
msgstr "Додатковими параметрами є:"
#. type: =item
-#: ../fish/guestfish-actions.pod:670 ../fish/guestfish-actions.pod:4238
-#: ../src/guestfs-actions.pod:992 ../src/guestfs-actions.pod:6695
+#: ../fish/guestfish-actions.pod:672 ../fish/guestfish-actions.pod:4245
+#: ../src/guestfs-actions.pod:994 ../src/guestfs-actions.pod:6702
msgid "C<size>"
msgstr "C<розмір>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:672 ../src/guestfs-actions.pod:994
+#: ../fish/guestfish-actions.pod:674 ../src/guestfs-actions.pod:996
msgid ""
"The new size (in bytes) of the filesystem. If omitted, the filesystem is "
"resized to the maximum size."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:677 ../src/guestfs-actions.pod:999
+#: ../fish/guestfish-actions.pod:679 ../src/guestfs-actions.pod:1001
msgid "See also L<btrfs(8)>."
msgstr "Див. також L<btrfs(8)>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:681
+#: ../fish/guestfish-actions.pod:683
msgid "btrfs-filesystem-sync"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:683
+#: ../fish/guestfish-actions.pod:685
#, no-wrap
msgid ""
" btrfs-filesystem-sync fs\n"
@@ -10810,17 +10840,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:685 ../src/guestfs-actions.pod:1033
+#: ../fish/guestfish-actions.pod:687 ../src/guestfs-actions.pod:1035
msgid "Force sync on the btrfs filesystem mounted at C<fs>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:687
+#: ../fish/guestfish-actions.pod:689
msgid "btrfs-fsck"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:689
+#: ../fish/guestfish-actions.pod:691
#, no-wrap
msgid ""
" btrfs-fsck device [superblock:N] [repair:true|false]\n"
@@ -10828,19 +10858,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:691 ../src/guestfs-actions.pod:1054
+#: ../fish/guestfish-actions.pod:693 ../src/guestfs-actions.pod:1056
msgid ""
"Used to check a btrfs filesystem, C<device> is the device file where the "
"filesystem is stored."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:696
+#: ../fish/guestfish-actions.pod:698
msgid "btrfs-set-seeding"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:698
+#: ../fish/guestfish-actions.pod:700
#, no-wrap
msgid ""
" btrfs-set-seeding device true|false\n"
@@ -10848,19 +10878,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:700 ../src/guestfs-actions.pod:1090
+#: ../fish/guestfish-actions.pod:702 ../src/guestfs-actions.pod:1092
msgid ""
"Enable or disable the seeding feature of a device that contains a btrfs "
"filesystem."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:703
+#: ../fish/guestfish-actions.pod:705
msgid "btrfs-subvolume-create"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:705
+#: ../fish/guestfish-actions.pod:707
#, no-wrap
msgid ""
" btrfs-subvolume-create dest\n"
@@ -10868,19 +10898,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:707 ../src/guestfs-actions.pod:1103
+#: ../fish/guestfish-actions.pod:709 ../src/guestfs-actions.pod:1105
msgid ""
"Create a btrfs subvolume. The C<dest> argument is the destination directory "
"and the name of the snapshot, in the form C</path/to/dest/name>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:710
+#: ../fish/guestfish-actions.pod:712
msgid "btrfs-subvolume-delete"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:712
+#: ../fish/guestfish-actions.pod:714
#, no-wrap
msgid ""
" btrfs-subvolume-delete subvolume\n"
@@ -10888,17 +10918,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:714 ../src/guestfs-actions.pod:1116
+#: ../fish/guestfish-actions.pod:716 ../src/guestfs-actions.pod:1118
msgid "Delete the named btrfs subvolume."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:716
+#: ../fish/guestfish-actions.pod:718
msgid "btrfs-subvolume-list"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:718
+#: ../fish/guestfish-actions.pod:720
#, no-wrap
msgid ""
" btrfs-subvolume-list fs\n"
@@ -10906,19 +10936,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:720 ../src/guestfs-actions.pod:1128
+#: ../fish/guestfish-actions.pod:722 ../src/guestfs-actions.pod:1130
msgid ""
"List the btrfs snapshots and subvolumes of the btrfs filesystem which is "
"mounted at C<fs>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:723
+#: ../fish/guestfish-actions.pod:725
msgid "btrfs-subvolume-set-default"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:725
+#: ../fish/guestfish-actions.pod:727
#, no-wrap
msgid ""
" btrfs-subvolume-set-default id fs\n"
@@ -10926,19 +10956,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:727
+#: ../fish/guestfish-actions.pod:729
msgid ""
"Set the subvolume of the btrfs filesystem C<fs> which will be mounted by "
"default. See L</btrfs-subvolume-list> to get a list of subvolumes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:731
+#: ../fish/guestfish-actions.pod:733
msgid "btrfs-subvolume-snapshot"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:733
+#: ../fish/guestfish-actions.pod:735
#, no-wrap
msgid ""
" btrfs-subvolume-snapshot source dest\n"
@@ -10946,7 +10976,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:735 ../src/guestfs-actions.pod:1159
+#: ../fish/guestfish-actions.pod:737 ../src/guestfs-actions.pod:1161
msgid ""
"Create a writable snapshot of the btrfs subvolume C<source>. The C<dest> "
"argument is the destination directory and the name of the snapshot, in the "
@@ -10954,12 +10984,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:739
+#: ../fish/guestfish-actions.pod:741
msgid "case-sensitive-path"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:741
+#: ../fish/guestfish-actions.pod:743
#, no-wrap
msgid ""
" case-sensitive-path path\n"
@@ -10967,7 +10997,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:743 ../src/guestfs-actions.pod:1173
+#: ../fish/guestfish-actions.pod:745 ../src/guestfs-actions.pod:1175
msgid ""
"This can be used to resolve case insensitive paths on a filesystem which is "
"case sensitive. The use case is to resolve paths which you have read from "
@@ -10975,7 +11005,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:748 ../src/guestfs-actions.pod:1178
+#: ../fish/guestfish-actions.pod:750 ../src/guestfs-actions.pod:1180
msgid ""
"The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
"(and probably others), which is that although the underlying filesystem is "
@@ -10984,7 +11014,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:753 ../src/guestfs-actions.pod:1183
+#: ../fish/guestfish-actions.pod:755 ../src/guestfs-actions.pod:1185
msgid ""
"One consequence of this is that special directories such as C<c:\\windows> "
"may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
@@ -10993,21 +11023,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:759 ../src/guestfs-actions.pod:1189
+#: ../fish/guestfish-actions.pod:761 ../src/guestfs-actions.pod:1191
msgid ""
"Bug or feature? You decide: L<http://www.tuxera.com/community/ntfs-3g-faq/"
"#posixfilenames1>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:762 ../src/guestfs-actions.pod:1192
+#: ../fish/guestfish-actions.pod:764 ../src/guestfs-actions.pod:1194
msgid ""
"This function resolves the true case of each element in the path and returns "
"the case-sensitive path."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:765
+#: ../fish/guestfish-actions.pod:767
msgid ""
"Thus L</case-sensitive-path> (\"/Windows/System32\") might return C<\"/"
"WINDOWS/system32\"> (the exact return value would depend on details of how "
@@ -11015,22 +11045,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:770 ../src/guestfs-actions.pod:1200
+#: ../fish/guestfish-actions.pod:772 ../src/guestfs-actions.pod:1202
msgid "I<Note>: This function does not handle drive names, backslashes etc."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:773
+#: ../fish/guestfish-actions.pod:775
msgid "See also L</realpath>."
msgstr "Див. також L</realpath>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:775
+#: ../fish/guestfish-actions.pod:777
msgid "cat"
msgstr "cat"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:777
+#: ../fish/guestfish-actions.pod:779
#, no-wrap
msgid ""
" cat path\n"
@@ -11040,13 +11070,13 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:779 ../fish/guestfish-actions.pod:4665
-#: ../src/guestfs-actions.pod:1216 ../src/guestfs-actions.pod:7351
+#: ../fish/guestfish-actions.pod:781 ../fish/guestfish-actions.pod:4672
+#: ../src/guestfs-actions.pod:1218 ../src/guestfs-actions.pod:7358
msgid "Return the contents of the file named C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:781
+#: ../fish/guestfish-actions.pod:783
msgid ""
"Note that this function cannot correctly handle binary files (specifically, "
"files containing C<\\0> character which is treated as end of string). For "
@@ -11055,50 +11085,50 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:786 ../fish/guestfish-actions.pod:921
-#: ../fish/guestfish-actions.pod:933 ../fish/guestfish-actions.pod:1260
-#: ../fish/guestfish-actions.pod:1270 ../fish/guestfish-actions.pod:1337
-#: ../fish/guestfish-actions.pod:1347 ../fish/guestfish-actions.pod:1539
-#: ../fish/guestfish-actions.pod:1982 ../fish/guestfish-actions.pod:1992
-#: ../fish/guestfish-actions.pod:2042 ../fish/guestfish-actions.pod:2057
-#: ../fish/guestfish-actions.pod:2067 ../fish/guestfish-actions.pod:2086
-#: ../fish/guestfish-actions.pod:4535 ../fish/guestfish-actions.pod:4550
-#: ../fish/guestfish-actions.pod:4626 ../fish/guestfish-actions.pod:4643
-#: ../fish/guestfish-actions.pod:4658 ../fish/guestfish-actions.pod:5405
-#: ../fish/guestfish-actions.pod:5451 ../fish/guestfish-actions.pod:5536
-#: ../fish/guestfish-actions.pod:5551 ../fish/guestfish-actions.pod:6070
-#: ../fish/guestfish-actions.pod:6082 ../fish/guestfish-actions.pod:6100
-#: ../fish/guestfish-actions.pod:6117 ../fish/guestfish-actions.pod:6127
-#: ../fish/guestfish-actions.pod:6194 ../fish/guestfish-actions.pod:6204
-#: ../fish/guestfish-actions.pod:6233 ../fish/guestfish-actions.pod:6243
-#: ../src/guestfs-actions.pod:1226 ../src/guestfs-actions.pod:1405
-#: ../src/guestfs-actions.pod:1425 ../src/guestfs-actions.pod:2163
-#: ../src/guestfs-actions.pod:2182 ../src/guestfs-actions.pod:2285
-#: ../src/guestfs-actions.pod:2304 ../src/guestfs-actions.pod:2550
-#: ../src/guestfs-actions.pod:3175 ../src/guestfs-actions.pod:3194
-#: ../src/guestfs-actions.pod:3259 ../src/guestfs-actions.pod:3283
-#: ../src/guestfs-actions.pod:3300 ../src/guestfs-actions.pod:3329
-#: ../src/guestfs-actions.pod:7133 ../src/guestfs-actions.pod:7159
-#: ../src/guestfs-actions.pod:7290 ../src/guestfs-actions.pod:7316
-#: ../src/guestfs-actions.pod:7340 ../src/guestfs-actions.pod:8427
-#: ../src/guestfs-actions.pod:8482 ../src/guestfs-actions.pod:8628
-#: ../src/guestfs-actions.pod:8652 ../src/guestfs-actions.pod:9519
-#: ../src/guestfs-actions.pod:9539 ../src/guestfs-actions.pod:9572
-#: ../src/guestfs-actions.pod:9591 ../src/guestfs-actions.pod:9610
-#: ../src/guestfs-actions.pod:9725 ../src/guestfs-actions.pod:9744
-#: ../src/guestfs-actions.pod:9790 ../src/guestfs-actions.pod:9809
+#: ../fish/guestfish-actions.pod:788 ../fish/guestfish-actions.pod:923
+#: ../fish/guestfish-actions.pod:935 ../fish/guestfish-actions.pod:1262
+#: ../fish/guestfish-actions.pod:1272 ../fish/guestfish-actions.pod:1339
+#: ../fish/guestfish-actions.pod:1349 ../fish/guestfish-actions.pod:1541
+#: ../fish/guestfish-actions.pod:1984 ../fish/guestfish-actions.pod:1994
+#: ../fish/guestfish-actions.pod:2044 ../fish/guestfish-actions.pod:2059
+#: ../fish/guestfish-actions.pod:2069 ../fish/guestfish-actions.pod:2088
+#: ../fish/guestfish-actions.pod:4542 ../fish/guestfish-actions.pod:4557
+#: ../fish/guestfish-actions.pod:4633 ../fish/guestfish-actions.pod:4650
+#: ../fish/guestfish-actions.pod:4665 ../fish/guestfish-actions.pod:5412
+#: ../fish/guestfish-actions.pod:5458 ../fish/guestfish-actions.pod:5543
+#: ../fish/guestfish-actions.pod:5558 ../fish/guestfish-actions.pod:6077
+#: ../fish/guestfish-actions.pod:6089 ../fish/guestfish-actions.pod:6107
+#: ../fish/guestfish-actions.pod:6124 ../fish/guestfish-actions.pod:6134
+#: ../fish/guestfish-actions.pod:6201 ../fish/guestfish-actions.pod:6211
+#: ../fish/guestfish-actions.pod:6240 ../fish/guestfish-actions.pod:6250
+#: ../src/guestfs-actions.pod:1228 ../src/guestfs-actions.pod:1407
+#: ../src/guestfs-actions.pod:1427 ../src/guestfs-actions.pod:2165
+#: ../src/guestfs-actions.pod:2184 ../src/guestfs-actions.pod:2287
+#: ../src/guestfs-actions.pod:2306 ../src/guestfs-actions.pod:2552
+#: ../src/guestfs-actions.pod:3177 ../src/guestfs-actions.pod:3196
+#: ../src/guestfs-actions.pod:3261 ../src/guestfs-actions.pod:3285
+#: ../src/guestfs-actions.pod:3302 ../src/guestfs-actions.pod:3331
+#: ../src/guestfs-actions.pod:7140 ../src/guestfs-actions.pod:7166
+#: ../src/guestfs-actions.pod:7297 ../src/guestfs-actions.pod:7323
+#: ../src/guestfs-actions.pod:7347 ../src/guestfs-actions.pod:8434
+#: ../src/guestfs-actions.pod:8489 ../src/guestfs-actions.pod:8635
+#: ../src/guestfs-actions.pod:8659 ../src/guestfs-actions.pod:9526
+#: ../src/guestfs-actions.pod:9546 ../src/guestfs-actions.pod:9579
+#: ../src/guestfs-actions.pod:9598 ../src/guestfs-actions.pod:9617
+#: ../src/guestfs-actions.pod:9732 ../src/guestfs-actions.pod:9751
+#: ../src/guestfs-actions.pod:9797 ../src/guestfs-actions.pod:9816
msgid ""
"Because of the message protocol, there is a transfer limit of somewhere "
"between 2MB and 4MB. See L<guestfs(3)/PROTOCOL LIMITS>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:789
+#: ../fish/guestfish-actions.pod:791
msgid "checksum"
msgstr "checksum"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:791
+#: ../fish/guestfish-actions.pod:793
#, no-wrap
msgid ""
" checksum csumtype path\n"
@@ -11106,112 +11136,112 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:793 ../src/guestfs-actions.pod:1238
+#: ../fish/guestfish-actions.pod:795 ../src/guestfs-actions.pod:1240
msgid ""
"This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:796 ../src/guestfs-actions.pod:1241
+#: ../fish/guestfish-actions.pod:798 ../src/guestfs-actions.pod:1243
msgid ""
"The type of checksum to compute is given by the C<csumtype> parameter which "
"must have one of the following values:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:801 ../src/guestfs-actions.pod:1246
+#: ../fish/guestfish-actions.pod:803 ../src/guestfs-actions.pod:1248
msgid "C<crc>"
msgstr "C<crc>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:803 ../src/guestfs-actions.pod:1248
+#: ../fish/guestfish-actions.pod:805 ../src/guestfs-actions.pod:1250
msgid ""
"Compute the cyclic redundancy check (CRC) specified by POSIX for the "
"C<cksum> command."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:806 ../src/guestfs-actions.pod:1251
+#: ../fish/guestfish-actions.pod:808 ../src/guestfs-actions.pod:1253
msgid "C<md5>"
msgstr "C<md5>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:808 ../src/guestfs-actions.pod:1253
+#: ../fish/guestfish-actions.pod:810 ../src/guestfs-actions.pod:1255
msgid "Compute the MD5 hash (using the C<md5sum> program)."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:810 ../src/guestfs-actions.pod:1255
+#: ../fish/guestfish-actions.pod:812 ../src/guestfs-actions.pod:1257
msgid "C<sha1>"
msgstr "C<sha1>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:812 ../src/guestfs-actions.pod:1257
+#: ../fish/guestfish-actions.pod:814 ../src/guestfs-actions.pod:1259
msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:814 ../src/guestfs-actions.pod:1259
+#: ../fish/guestfish-actions.pod:816 ../src/guestfs-actions.pod:1261
msgid "C<sha224>"
msgstr "C<sha224>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:816 ../src/guestfs-actions.pod:1261
+#: ../fish/guestfish-actions.pod:818 ../src/guestfs-actions.pod:1263
msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:818 ../src/guestfs-actions.pod:1263
+#: ../fish/guestfish-actions.pod:820 ../src/guestfs-actions.pod:1265
msgid "C<sha256>"
msgstr "C<sha256>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:820 ../src/guestfs-actions.pod:1265
+#: ../fish/guestfish-actions.pod:822 ../src/guestfs-actions.pod:1267
msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:822 ../src/guestfs-actions.pod:1267
+#: ../fish/guestfish-actions.pod:824 ../src/guestfs-actions.pod:1269
msgid "C<sha384>"
msgstr "C<sha384>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:824 ../src/guestfs-actions.pod:1269
+#: ../fish/guestfish-actions.pod:826 ../src/guestfs-actions.pod:1271
msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:826 ../src/guestfs-actions.pod:1271
+#: ../fish/guestfish-actions.pod:828 ../src/guestfs-actions.pod:1273
msgid "C<sha512>"
msgstr "C<sha512>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:828 ../src/guestfs-actions.pod:1273
+#: ../fish/guestfish-actions.pod:830 ../src/guestfs-actions.pod:1275
msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:832 ../src/guestfs-actions.pod:1277
+#: ../fish/guestfish-actions.pod:834 ../src/guestfs-actions.pod:1279
msgid "The checksum is returned as a printable string."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:834
+#: ../fish/guestfish-actions.pod:836
msgid "To get the checksum for a device, use L</checksum-device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:836
+#: ../fish/guestfish-actions.pod:838
msgid "To get the checksums for many files, use L</checksums-out>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:838
+#: ../fish/guestfish-actions.pod:840
msgid "checksum-device"
msgstr "checksum-device"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:840
+#: ../fish/guestfish-actions.pod:842
#, no-wrap
msgid ""
" checksum-device csumtype device\n"
@@ -11219,7 +11249,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:842
+#: ../fish/guestfish-actions.pod:844
msgid ""
"This call computes the MD5, SHAx or CRC checksum of the contents of the "
"device named C<device>. For the types of checksums supported see the L</"
@@ -11227,12 +11257,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:846
+#: ../fish/guestfish-actions.pod:848
msgid "checksums-out"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:848
+#: ../fish/guestfish-actions.pod:850
#, no-wrap
msgid ""
" checksums-out csumtype directory (sumsfile|-)\n"
@@ -11240,14 +11270,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:850 ../src/guestfs-actions.pod:1312
+#: ../fish/guestfish-actions.pod:852 ../src/guestfs-actions.pod:1314
msgid ""
"This command computes the checksums of all regular files in C<directory> and "
"then emits a list of those checksums to the local output file C<sumsfile>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:854 ../src/guestfs-actions.pod:1316
+#: ../fish/guestfish-actions.pod:856 ../src/guestfs-actions.pod:1318
msgid ""
"This can be used for verifying the integrity of a virtual machine. However "
"to be properly secure you should pay attention to the output of the checksum "
@@ -11257,12 +11287,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:864
+#: ../fish/guestfish-actions.pod:866
msgid "chmod"
msgstr "chmod"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:866
+#: ../fish/guestfish-actions.pod:868
#, no-wrap
msgid ""
" chmod mode path\n"
@@ -11270,14 +11300,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:868 ../src/guestfs-actions.pod:1335
+#: ../fish/guestfish-actions.pod:870 ../src/guestfs-actions.pod:1337
msgid ""
"Change the mode (permissions) of C<path> to C<mode>. Only numeric modes are "
"supported."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:871 ../src/guestfs-actions.pod:1338
+#: ../fish/guestfish-actions.pod:873 ../src/guestfs-actions.pod:1340
msgid ""
"I<Note>: When using this command from guestfish, C<mode> by default would be "
"decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
@@ -11285,21 +11315,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:875 ../fish/guestfish-actions.pod:3761
-#: ../fish/guestfish-actions.pod:3914 ../fish/guestfish-actions.pod:3924
-#: ../fish/guestfish-actions.pod:3934 ../src/guestfs-actions.pod:1342
-#: ../src/guestfs-actions.pod:5808 ../src/guestfs-actions.pod:6072
-#: ../src/guestfs-actions.pod:6091 ../src/guestfs-actions.pod:6110
+#: ../fish/guestfish-actions.pod:877 ../fish/guestfish-actions.pod:3768
+#: ../fish/guestfish-actions.pod:3921 ../fish/guestfish-actions.pod:3931
+#: ../fish/guestfish-actions.pod:3941 ../src/guestfs-actions.pod:1344
+#: ../src/guestfs-actions.pod:5815 ../src/guestfs-actions.pod:6079
+#: ../src/guestfs-actions.pod:6098 ../src/guestfs-actions.pod:6117
msgid "The mode actually set is affected by the umask."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:877
+#: ../fish/guestfish-actions.pod:879
msgid "chown"
msgstr "chown"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:879
+#: ../fish/guestfish-actions.pod:881
#, no-wrap
msgid ""
" chown owner group path\n"
@@ -11307,13 +11337,13 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:881 ../src/guestfs-actions.pod:1356
+#: ../fish/guestfish-actions.pod:883 ../src/guestfs-actions.pod:1358
msgid "Change the file owner to C<owner> and group to C<group>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:883 ../fish/guestfish-actions.pod:3033
-#: ../src/guestfs-actions.pod:1358 ../src/guestfs-actions.pod:4629
+#: ../fish/guestfish-actions.pod:885 ../fish/guestfish-actions.pod:3040
+#: ../src/guestfs-actions.pod:1360 ../src/guestfs-actions.pod:4636
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 "
@@ -11321,12 +11351,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:887
+#: ../fish/guestfish-actions.pod:889
msgid "command"
msgstr "command"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:889
+#: ../fish/guestfish-actions.pod:891
#, no-wrap
msgid ""
" command 'arguments ...'\n"
@@ -11336,7 +11366,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:891 ../src/guestfs-actions.pod:1372
+#: ../fish/guestfish-actions.pod:893 ../src/guestfs-actions.pod:1374
msgid ""
"This call runs a command from the guest filesystem. The filesystem must be "
"mounted, and must contain a compatible operating system (ie. something "
@@ -11344,7 +11374,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:896
+#: ../fish/guestfish-actions.pod:898
msgid ""
"The single parameter is an argv-style list of arguments. The first element "
"is the name of the program to run. Subsequent elements are parameters. The "
@@ -11353,12 +11383,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:903 ../src/guestfs-actions.pod:1384
+#: ../fish/guestfish-actions.pod:905 ../src/guestfs-actions.pod:1386
msgid "The return value is anything printed to I<stdout> by the command."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:906 ../src/guestfs-actions.pod:1387
+#: ../fish/guestfish-actions.pod:908 ../src/guestfs-actions.pod:1389
msgid ""
"If the command returns a non-zero exit status, then this function returns an "
"error message. The error message string is the content of I<stderr> from "
@@ -11366,7 +11396,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:910 ../src/guestfs-actions.pod:1391
+#: ../fish/guestfish-actions.pod:912 ../src/guestfs-actions.pod:1393
msgid ""
"The C<$PATH> environment variable will contain at least C</usr/bin> and C</"
"bin>. If you require a program from another location, you should provide "
@@ -11374,7 +11404,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:915 ../src/guestfs-actions.pod:1396
+#: ../fish/guestfish-actions.pod:917 ../src/guestfs-actions.pod:1398
msgid ""
"Shared libraries and data files required by the program must be available on "
"filesystems which are mounted in the correct places. It is the caller's "
@@ -11383,12 +11413,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:924
+#: ../fish/guestfish-actions.pod:926
msgid "command-lines"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:926
+#: ../fish/guestfish-actions.pod:928
#, no-wrap
msgid ""
" command-lines 'arguments ...'\n"
@@ -11396,23 +11426,23 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:928
+#: ../fish/guestfish-actions.pod:930
msgid ""
"This is the same as L</command>, but splits the result into a list of lines."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:931
+#: ../fish/guestfish-actions.pod:933
msgid "See also: L</sh-lines>"
msgstr "Див. також L</sh-lines>"
#. type: =head2
-#: ../fish/guestfish-actions.pod:936
+#: ../fish/guestfish-actions.pod:938
msgid "compress-device-out"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:938
+#: ../fish/guestfish-actions.pod:940
#, no-wrap
msgid ""
" compress-device-out ctype device (zdevice|-) [level:N]\n"
@@ -11420,26 +11450,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:940 ../src/guestfs-actions.pod:1446
+#: ../fish/guestfish-actions.pod:942 ../src/guestfs-actions.pod:1448
msgid ""
"This command compresses C<device> and writes it out to the local file "
"C<zdevice>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:943
+#: ../fish/guestfish-actions.pod:945
msgid ""
"The C<ctype> and optional C<level> parameters have the same meaning as in L</"
"compress-out>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:950
+#: ../fish/guestfish-actions.pod:952
msgid "compress-out"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:952
+#: ../fish/guestfish-actions.pod:954
#, no-wrap
msgid ""
" compress-out ctype file (zfile|-) [level:N]\n"
@@ -11447,13 +11477,13 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:954 ../src/guestfs-actions.pod:1498
+#: ../fish/guestfish-actions.pod:956 ../src/guestfs-actions.pod:1500
msgid ""
"This command compresses C<file> and writes it out to the local file C<zfile>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:957 ../src/guestfs-actions.pod:1501
+#: ../fish/guestfish-actions.pod:959 ../src/guestfs-actions.pod:1503
msgid ""
"The compression program used is controlled by the C<ctype> parameter. "
"Currently this includes: C<compress>, C<gzip>, C<bzip2>, C<xz> or C<lzop>. "
@@ -11463,19 +11493,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:963 ../src/guestfs-actions.pod:1507
+#: ../fish/guestfish-actions.pod:965 ../src/guestfs-actions.pod:1509
msgid ""
"The optional C<level> parameter controls compression level. The meaning and "
"default for this parameter depends on the compression program being used."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:971
+#: ../fish/guestfish-actions.pod:973
msgid "config"
msgstr "config"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:973
+#: ../fish/guestfish-actions.pod:975
#, no-wrap
msgid ""
" config qemuparam qemuvalue\n"
@@ -11483,7 +11513,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:975 ../src/guestfs-actions.pod:1548
+#: ../fish/guestfish-actions.pod:977 ../src/guestfs-actions.pod:1550
msgid ""
"This can be used to add arbitrary qemu command line parameters of the form "
"I<-param value>. Actually it's not quite arbitrary - we prevent you from "
@@ -11491,22 +11521,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:980 ../src/guestfs-actions.pod:1553
+#: ../fish/guestfish-actions.pod:982 ../src/guestfs-actions.pod:1555
msgid "The first character of C<param> string must be a C<-> (dash)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:982 ../src/guestfs-actions.pod:1555
+#: ../fish/guestfish-actions.pod:984 ../src/guestfs-actions.pod:1557
msgid "C<value> can be NULL."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:984
+#: ../fish/guestfish-actions.pod:986
msgid "copy-device-to-device"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:986
+#: ../fish/guestfish-actions.pod:988
#, no-wrap
msgid ""
" copy-device-to-device src dest [srcoffset:N] [destoffset:N] [size:N]\n"
@@ -11514,7 +11544,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:988
+#: ../fish/guestfish-actions.pod:990
msgid ""
"The four calls L</copy-device-to-device>, L</copy-device-to-file>, L</copy-"
"file-to-device>, and L</copy-file-to-file> let you copy from a source "
@@ -11522,7 +11552,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:995 ../src/guestfs-actions.pod:1585
+#: ../fish/guestfish-actions.pod:997 ../src/guestfs-actions.pod:1587
msgid ""
"Partial copies can be made since you can specify optionally the source "
"offset, destination offset and size to copy. These values are all specified "
@@ -11531,26 +11561,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1001 ../src/guestfs-actions.pod:1591
+#: ../fish/guestfish-actions.pod:1003 ../src/guestfs-actions.pod:1593
msgid ""
"The source and destination may be the same object. However overlapping "
"regions may not be copied correctly."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1004 ../src/guestfs-actions.pod:1594
+#: ../fish/guestfish-actions.pod:1006 ../src/guestfs-actions.pod:1596
msgid ""
"If the destination is a file, it is created if required. If the destination "
"file is not large enough, it is extended."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1009
+#: ../fish/guestfish-actions.pod:1011
msgid "copy-device-to-file"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1011
+#: ../fish/guestfish-actions.pod:1013
#, no-wrap
msgid ""
" copy-device-to-file src dest [srcoffset:N] [destoffset:N] [size:N]\n"
@@ -11558,18 +11588,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1013 ../fish/guestfish-actions.pod:1022
-#: ../fish/guestfish-actions.pod:1031
+#: ../fish/guestfish-actions.pod:1015 ../fish/guestfish-actions.pod:1024
+#: ../fish/guestfish-actions.pod:1033
msgid "See L</copy-device-to-device> for a general overview of this call."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1018
+#: ../fish/guestfish-actions.pod:1020
msgid "copy-file-to-device"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1020
+#: ../fish/guestfish-actions.pod:1022
#, no-wrap
msgid ""
" copy-file-to-device src dest [srcoffset:N] [destoffset:N] [size:N]\n"
@@ -11577,12 +11607,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1027
+#: ../fish/guestfish-actions.pod:1029
msgid "copy-file-to-file"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1029
+#: ../fish/guestfish-actions.pod:1031
#, no-wrap
msgid ""
" copy-file-to-file src dest [srcoffset:N] [destoffset:N] [size:N]\n"
@@ -11590,7 +11620,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1034
+#: ../fish/guestfish-actions.pod:1036
msgid ""
"This is B<not> the function you want for copying files. This is for copying "
"blocks within existing files. See L</cp>, L</cp-a> and L</mv> for general "
@@ -11598,12 +11628,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1041
+#: ../fish/guestfish-actions.pod:1043
msgid "copy-size"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1043
+#: ../fish/guestfish-actions.pod:1045
#, no-wrap
msgid ""
" copy-size src dest size\n"
@@ -11611,33 +11641,33 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1045 ../src/guestfs-actions.pod:1809
+#: ../fish/guestfish-actions.pod:1047 ../src/guestfs-actions.pod:1811
msgid ""
"This command copies exactly C<size> bytes from one source device or file "
"C<src> to another destination device or file C<dest>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1048 ../src/guestfs-actions.pod:1812
+#: ../fish/guestfish-actions.pod:1050 ../src/guestfs-actions.pod:1814
msgid ""
"Note this will fail if the source is too short or if the destination is not "
"large enough."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1051 ../fish/guestfish-actions.pod:1086
+#: ../fish/guestfish-actions.pod:1053 ../fish/guestfish-actions.pod:1088
msgid ""
"I<This function is deprecated.> In new code, use the L</copy-device-to-"
"device> call instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1058
+#: ../fish/guestfish-actions.pod:1060
msgid "cp"
msgstr "cp"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1060
+#: ../fish/guestfish-actions.pod:1062
#, no-wrap
msgid ""
" cp src dest\n"
@@ -11647,19 +11677,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1062 ../src/guestfs-actions.pod:1831
+#: ../fish/guestfish-actions.pod:1064 ../src/guestfs-actions.pod:1833
msgid ""
"This copies a file from C<src> to C<dest> where C<dest> is either a "
"destination filename or destination directory."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1065
+#: ../fish/guestfish-actions.pod:1067
msgid "cp-a"
msgstr "cp-a"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1067
+#: ../fish/guestfish-actions.pod:1069
#, no-wrap
msgid ""
" cp-a src dest\n"
@@ -11669,19 +11699,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1069 ../src/guestfs-actions.pod:1845
+#: ../fish/guestfish-actions.pod:1071 ../src/guestfs-actions.pod:1847
msgid ""
"This copies a file or directory from C<src> to C<dest> recursively using the "
"C<cp -a> command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1072
+#: ../fish/guestfish-actions.pod:1074
msgid "dd"
msgstr "dd"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1074
+#: ../fish/guestfish-actions.pod:1076
#, no-wrap
msgid ""
" dd src dest\n"
@@ -11691,7 +11721,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1076 ../src/guestfs-actions.pod:1866
+#: ../fish/guestfish-actions.pod:1078 ../src/guestfs-actions.pod:1868
msgid ""
"This command copies from one source device or file C<src> to another "
"destination device or file C<dest>. Normally you would use this to copy to "
@@ -11699,7 +11729,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1081
+#: ../fish/guestfish-actions.pod:1083
msgid ""
"If the destination is a device, it must be as large or larger than the "
"source file or device, otherwise the copy will fail. This command cannot do "
@@ -11707,12 +11737,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1093
+#: ../fish/guestfish-actions.pod:1095
msgid "device-index"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1095
+#: ../fish/guestfish-actions.pod:1097
#, no-wrap
msgid ""
" device-index device\n"
@@ -11720,31 +11750,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1097 ../src/guestfs-actions.pod:1886
+#: ../fish/guestfish-actions.pod:1099 ../src/guestfs-actions.pod:1888
msgid ""
"This function takes a device name (eg. \"/dev/sdb\") and returns the index "
"of the device in the list of devices."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1100
+#: ../fish/guestfish-actions.pod:1102
msgid ""
"Index numbers start from 0. The named device must exist, for example as a "
"string returned from L</list-devices>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1103
+#: ../fish/guestfish-actions.pod:1105
msgid "See also L</list-devices>, L</part-to-dev>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1105
+#: ../fish/guestfish-actions.pod:1107
msgid "df"
msgstr "df"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1107
+#: ../fish/guestfish-actions.pod:1109
#, no-wrap
msgid ""
" df\n"
@@ -11754,12 +11784,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1109 ../src/guestfs-actions.pod:1901
+#: ../fish/guestfish-actions.pod:1111 ../src/guestfs-actions.pod:1903
msgid "This command runs the C<df> command to report disk space used."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1111 ../fish/guestfish-actions.pod:1122
+#: ../fish/guestfish-actions.pod:1113 ../fish/guestfish-actions.pod:1124
msgid ""
"This command is mostly useful for interactive sessions. It is I<not> "
"intended that you try to parse the output string. Use L</statvfs> from "
@@ -11767,12 +11797,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1115
+#: ../fish/guestfish-actions.pod:1117
msgid "df-h"
msgstr "df-h"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1117
+#: ../fish/guestfish-actions.pod:1119
#, no-wrap
msgid ""
" df-h\n"
@@ -11782,19 +11812,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1119 ../src/guestfs-actions.pod:1917
+#: ../fish/guestfish-actions.pod:1121 ../src/guestfs-actions.pod:1919
msgid ""
"This command runs the C<df -h> command to report disk space used in human-"
"readable format."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1126
+#: ../fish/guestfish-actions.pod:1128
msgid "dmesg"
msgstr "dmesg"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1128
+#: ../fish/guestfish-actions.pod:1130
#, no-wrap
msgid ""
" dmesg\n"
@@ -11804,14 +11834,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1130 ../src/guestfs-actions.pod:1934
+#: ../fish/guestfish-actions.pod:1132 ../src/guestfs-actions.pod:1936
msgid ""
"This returns the kernel messages (C<dmesg> output) from the guest kernel. "
"This is sometimes useful for extended debugging of problems."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1134
+#: ../fish/guestfish-actions.pod:1136
msgid ""
"Another way to get the same information is to enable verbose messages with "
"L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
@@ -11819,12 +11849,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1139
+#: ../fish/guestfish-actions.pod:1141
msgid "download"
msgstr "download"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1141
+#: ../fish/guestfish-actions.pod:1143
#, no-wrap
msgid ""
" download remotefilename (filename|-)\n"
@@ -11832,31 +11862,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1143 ../fish/guestfish-actions.pod:1156
-#: ../src/guestfs-actions.pod:1955 ../src/guestfs-actions.pod:1980
+#: ../fish/guestfish-actions.pod:1145 ../fish/guestfish-actions.pod:1158
+#: ../src/guestfs-actions.pod:1957 ../src/guestfs-actions.pod:1982
msgid ""
"Download file C<remotefilename> and save it as C<filename> on the local "
"machine."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1146 ../fish/guestfish-actions.pod:5799
-#: ../src/guestfs-actions.pod:1958 ../src/guestfs-actions.pod:9051
+#: ../fish/guestfish-actions.pod:1148 ../fish/guestfish-actions.pod:5806
+#: ../src/guestfs-actions.pod:1960 ../src/guestfs-actions.pod:9058
msgid "C<filename> can also be a named pipe."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1148
+#: ../fish/guestfish-actions.pod:1150
msgid "See also L</upload>, L</cat>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1152
+#: ../fish/guestfish-actions.pod:1154
msgid "download-offset"
msgstr "download-offset"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1154
+#: ../fish/guestfish-actions.pod:1156
#, no-wrap
msgid ""
" download-offset remotefilename (filename|-) offset size\n"
@@ -11864,14 +11894,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1159 ../src/guestfs-actions.pod:1983
+#: ../fish/guestfish-actions.pod:1161 ../src/guestfs-actions.pod:1985
msgid ""
"C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
"region must be within the file or device)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1162
+#: ../fish/guestfish-actions.pod:1164
msgid ""
"Note that there is no limit on the amount of data that can be downloaded "
"with this call, unlike with L</pread>, and this call always reads the full "
@@ -11879,17 +11909,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1167
+#: ../fish/guestfish-actions.pod:1169
msgid "See also L</download>, L</pread>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1171
+#: ../fish/guestfish-actions.pod:1173
msgid "drop-caches"
msgstr "drop-caches"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1173
+#: ../fish/guestfish-actions.pod:1175
#, no-wrap
msgid ""
" drop-caches whattodrop\n"
@@ -11897,7 +11927,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1175 ../src/guestfs-actions.pod:2008
+#: ../fish/guestfish-actions.pod:1177 ../src/guestfs-actions.pod:2010
msgid ""
"This instructs the guest kernel to drop its page cache, and/or dentries and "
"inode caches. The parameter C<whattodrop> tells the kernel what precisely "
@@ -11905,24 +11935,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1180 ../src/guestfs-actions.pod:2013
+#: ../fish/guestfish-actions.pod:1182 ../src/guestfs-actions.pod:2015
msgid "Setting C<whattodrop> to 3 should drop everything."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1182 ../src/guestfs-actions.pod:2015
+#: ../fish/guestfish-actions.pod:1184 ../src/guestfs-actions.pod:2017
msgid ""
"This automatically calls L<sync(2)> before the operation, so that the "
"maximum guest memory is freed."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1185
+#: ../fish/guestfish-actions.pod:1187
msgid "du"
msgstr "du"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1187
+#: ../fish/guestfish-actions.pod:1189
#, no-wrap
msgid ""
" du path\n"
@@ -11932,14 +11962,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1189 ../src/guestfs-actions.pod:2028
+#: ../fish/guestfish-actions.pod:1191 ../src/guestfs-actions.pod:2030
msgid ""
"This command runs the C<du -s> command to estimate file space usage for "
"C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1192 ../src/guestfs-actions.pod:2031
+#: ../fish/guestfish-actions.pod:1194 ../src/guestfs-actions.pod:2033
msgid ""
"C<path> can be a file or a directory. If C<path> is a directory then the "
"estimate includes the contents of the directory and all subdirectories "
@@ -11947,18 +11977,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1196 ../src/guestfs-actions.pod:2035
+#: ../fish/guestfish-actions.pod:1198 ../src/guestfs-actions.pod:2037
msgid ""
"The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1199
+#: ../fish/guestfish-actions.pod:1201
msgid "e2fsck"
msgstr "e2fsck"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1201
+#: ../fish/guestfish-actions.pod:1203
#, no-wrap
msgid ""
" e2fsck device [correct:true|false] [forceall:true|false]\n"
@@ -11966,19 +11996,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1203 ../src/guestfs-actions.pod:2062
+#: ../fish/guestfish-actions.pod:1205 ../src/guestfs-actions.pod:2064
msgid ""
"This runs the ext2/ext3 filesystem checker on C<device>. It can take the "
"following optional arguments:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1208 ../src/guestfs-actions.pod:2067
+#: ../fish/guestfish-actions.pod:1210 ../src/guestfs-actions.pod:2069
msgid "C<correct>"
msgstr "C<correct>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1210 ../src/guestfs-actions.pod:2069
+#: ../fish/guestfish-actions.pod:1212 ../src/guestfs-actions.pod:2071
msgid ""
"Automatically repair the file system. This option will cause e2fsck to "
"automatically fix any filesystem problems that can be safely fixed without "
@@ -11986,36 +12016,36 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1214 ../src/guestfs-actions.pod:2073
+#: ../fish/guestfish-actions.pod:1216 ../src/guestfs-actions.pod:2075
msgid ""
"This option may not be specified at the same time as the C<forceall> option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1216 ../src/guestfs-actions.pod:2075
+#: ../fish/guestfish-actions.pod:1218 ../src/guestfs-actions.pod:2077
msgid "C<forceall>"
msgstr "C<forceall>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1218 ../src/guestfs-actions.pod:2077
+#: ../fish/guestfish-actions.pod:1220 ../src/guestfs-actions.pod:2079
msgid ""
"Assume an answer of 'yes' to all questions; allows e2fsck to be used non-"
"interactively."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1221 ../src/guestfs-actions.pod:2080
+#: ../fish/guestfish-actions.pod:1223 ../src/guestfs-actions.pod:2082
msgid ""
"This option may not be specified at the same time as the C<correct> option."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1227
+#: ../fish/guestfish-actions.pod:1229
msgid "e2fsck-f"
msgstr "e2fsck-f"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1229
+#: ../fish/guestfish-actions.pod:1231
#, no-wrap
msgid ""
" e2fsck-f device\n"
@@ -12023,7 +12053,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1231 ../src/guestfs-actions.pod:2123
+#: ../fish/guestfish-actions.pod:1233 ../src/guestfs-actions.pod:2125
msgid ""
"This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
"on C<device>, noninteractively (I<-p>), even if the filesystem appears to be "
@@ -12031,18 +12061,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1235
+#: ../fish/guestfish-actions.pod:1237
msgid ""
"I<This function is deprecated.> In new code, use the L</e2fsck> call instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1242
+#: ../fish/guestfish-actions.pod:1244
msgid "echo-daemon"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1244
+#: ../fish/guestfish-actions.pod:1246
#, no-wrap
msgid ""
" echo-daemon 'words ...'\n"
@@ -12050,29 +12080,29 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1246 ../src/guestfs-actions.pod:2137
+#: ../fish/guestfish-actions.pod:1248 ../src/guestfs-actions.pod:2139
msgid ""
"This command concatenates the list of C<words> passed with single spaces "
"between them and returns the resulting string."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1249 ../src/guestfs-actions.pod:2140
+#: ../fish/guestfish-actions.pod:1251 ../src/guestfs-actions.pod:2142
msgid "You can use this command to test the connection through to the daemon."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1251
+#: ../fish/guestfish-actions.pod:1253
msgid "See also L</ping-daemon>."
msgstr "Див. також L</ping-daemon>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:1253
+#: ../fish/guestfish-actions.pod:1255
msgid "egrep"
msgstr "egrep"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1255
+#: ../fish/guestfish-actions.pod:1257
#, no-wrap
msgid ""
" egrep regex path\n"
@@ -12080,18 +12110,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1257 ../src/guestfs-actions.pod:2156
+#: ../fish/guestfish-actions.pod:1259 ../src/guestfs-actions.pod:2158
msgid ""
"This calls the external C<egrep> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1263
+#: ../fish/guestfish-actions.pod:1265
msgid "egrepi"
msgstr "egrepi"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1265
+#: ../fish/guestfish-actions.pod:1267
#, no-wrap
msgid ""
" egrepi regex path\n"
@@ -12099,18 +12129,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1267 ../src/guestfs-actions.pod:2175
+#: ../fish/guestfish-actions.pod:1269 ../src/guestfs-actions.pod:2177
msgid ""
"This calls the external C<egrep -i> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1273
+#: ../fish/guestfish-actions.pod:1275
msgid "equal"
msgstr "equal"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1275
+#: ../fish/guestfish-actions.pod:1277
#, no-wrap
msgid ""
" equal file1 file2\n"
@@ -12120,24 +12150,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1277 ../src/guestfs-actions.pod:2194
+#: ../fish/guestfish-actions.pod:1279 ../src/guestfs-actions.pod:2196
msgid ""
"This compares the two files C<file1> and C<file2> and returns true if their "
"content is exactly equal, or false otherwise."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1280 ../src/guestfs-actions.pod:2197
+#: ../fish/guestfish-actions.pod:1282 ../src/guestfs-actions.pod:2199
msgid "The external L<cmp(1)> program is used for the comparison."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1282
+#: ../fish/guestfish-actions.pod:1284
msgid "exists"
msgstr "exists"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1284
+#: ../fish/guestfish-actions.pod:1286
#, no-wrap
msgid ""
" exists path\n"
@@ -12147,24 +12177,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1286 ../src/guestfs-actions.pod:2209
+#: ../fish/guestfish-actions.pod:1288 ../src/guestfs-actions.pod:2211
msgid ""
"This returns C<true> if and only if there is a file, directory (or anything) "
"with the given C<path> name."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1289
+#: ../fish/guestfish-actions.pod:1291
msgid "See also L</is-file>, L</is-dir>, L</stat>."
msgstr "Див. також L</is-file>, L</is-dir>, L</stat>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:1291
+#: ../fish/guestfish-actions.pod:1293
msgid "fallocate"
msgstr "fallocate"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1293
+#: ../fish/guestfish-actions.pod:1295
#, no-wrap
msgid ""
" fallocate path len\n"
@@ -12174,34 +12204,34 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1295 ../fish/guestfish-actions.pod:1314
-#: ../src/guestfs-actions.pod:2232 ../src/guestfs-actions.pod:2251
+#: ../fish/guestfish-actions.pod:1297 ../fish/guestfish-actions.pod:1316
+#: ../src/guestfs-actions.pod:2234 ../src/guestfs-actions.pod:2253
msgid ""
"This command preallocates a file (containing zero bytes) named C<path> of "
"size C<len> bytes. If the file exists already, it is overwritten."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1299 ../src/guestfs-actions.pod:2236
+#: ../fish/guestfish-actions.pod:1301 ../src/guestfs-actions.pod:2238
msgid ""
"Do not confuse this with the guestfish-specific C<alloc> command which "
"allocates a file in the host and attaches it as a device."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1303
+#: ../fish/guestfish-actions.pod:1305
msgid ""
"I<This function is deprecated.> In new code, use the L</fallocate64> call "
"instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1310
+#: ../fish/guestfish-actions.pod:1312
msgid "fallocate64"
msgstr "fallocate64"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1312
+#: ../fish/guestfish-actions.pod:1314
#, no-wrap
msgid ""
" fallocate64 path len\n"
@@ -12211,14 +12241,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1318
+#: ../fish/guestfish-actions.pod:1320
msgid ""
"Note that this call allocates disk blocks for the file. To create a sparse "
"file use L</truncate-size> instead."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1321
+#: ../fish/guestfish-actions.pod:1323
msgid ""
"The deprecated call L</fallocate> does the same, but owing to an oversight "
"it only allowed 30 bit lengths to be specified, effectively limiting the "
@@ -12226,19 +12256,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1326 ../src/guestfs-actions.pod:2263
+#: ../fish/guestfish-actions.pod:1328 ../src/guestfs-actions.pod:2265
msgid ""
"Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
"commands which create a file in the host and attach it as a device."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1330
+#: ../fish/guestfish-actions.pod:1332
msgid "fgrep"
msgstr "fgrep"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1332
+#: ../fish/guestfish-actions.pod:1334
#, no-wrap
msgid ""
" fgrep pattern path\n"
@@ -12248,18 +12278,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1334 ../src/guestfs-actions.pod:2278
+#: ../fish/guestfish-actions.pod:1336 ../src/guestfs-actions.pod:2280
msgid ""
"This calls the external C<fgrep> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1340
+#: ../fish/guestfish-actions.pod:1342
msgid "fgrepi"
msgstr "fgrepi"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1342
+#: ../fish/guestfish-actions.pod:1344
#, no-wrap
msgid ""
" fgrepi pattern path\n"
@@ -12269,18 +12299,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1344 ../src/guestfs-actions.pod:2297
+#: ../fish/guestfish-actions.pod:1346 ../src/guestfs-actions.pod:2299
msgid ""
"This calls the external C<fgrep -i> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1350
+#: ../fish/guestfish-actions.pod:1352
msgid "file"
msgstr "file"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1352
+#: ../fish/guestfish-actions.pod:1354
#, no-wrap
msgid ""
" file path\n"
@@ -12290,28 +12320,28 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1354 ../src/guestfs-actions.pod:2315
+#: ../fish/guestfish-actions.pod:1356 ../src/guestfs-actions.pod:2317
msgid ""
"This call uses the standard L<file(1)> command to determine the type or "
"contents of the file."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1357 ../src/guestfs-actions.pod:2318
+#: ../fish/guestfish-actions.pod:1359 ../src/guestfs-actions.pod:2320
msgid ""
"This call will also transparently look inside various types of compressed "
"file."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1360 ../src/guestfs-actions.pod:2321
+#: ../fish/guestfish-actions.pod:1362 ../src/guestfs-actions.pod:2323
msgid ""
"The exact command which runs is C<file -zb path>. Note in particular that "
"the filename is not prepended to the output (the I<-b> option)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1364 ../src/guestfs-actions.pod:2325
+#: ../fish/guestfish-actions.pod:1366 ../src/guestfs-actions.pod:2327
msgid ""
"The output depends on the output of the underlying L<file(1)> command and it "
"can change in future in ways beyond our control. In other words, the output "
@@ -12319,19 +12349,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1368
+#: ../fish/guestfish-actions.pod:1370
msgid ""
"See also: L<file(1)>, L</vfs-type>, L</lstat>, L</is-file>, L</is-blockdev> "
"(etc), L</is-zero>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1371
+#: ../fish/guestfish-actions.pod:1373
msgid "file-architecture"
msgstr "file-architecture"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1373
+#: ../fish/guestfish-actions.pod:1375
#, no-wrap
msgid ""
" file-architecture filename\n"
@@ -12341,166 +12371,166 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1375 ../src/guestfs-actions.pod:2343
+#: ../fish/guestfish-actions.pod:1377 ../src/guestfs-actions.pod:2345
msgid ""
"This detects the architecture of the binary C<filename>, and returns it if "
"known."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1378 ../src/guestfs-actions.pod:2346
+#: ../fish/guestfish-actions.pod:1380 ../src/guestfs-actions.pod:2348
msgid "Currently defined architectures are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1382 ../src/guestfs-actions.pod:2350
+#: ../fish/guestfish-actions.pod:1384 ../src/guestfs-actions.pod:2352
msgid "\"i386\""
msgstr "\"i386\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1384 ../src/guestfs-actions.pod:2352
+#: ../fish/guestfish-actions.pod:1386 ../src/guestfs-actions.pod:2354
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:1387 ../src/guestfs-actions.pod:2355
+#: ../fish/guestfish-actions.pod:1389 ../src/guestfs-actions.pod:2357
msgid "\"x86_64\""
msgstr "\"x86_64\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1389 ../src/guestfs-actions.pod:2357
+#: ../fish/guestfish-actions.pod:1391 ../src/guestfs-actions.pod:2359
msgid "64 bit x86-64."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1391 ../src/guestfs-actions.pod:2359
+#: ../fish/guestfish-actions.pod:1393 ../src/guestfs-actions.pod:2361
msgid "\"sparc\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1393 ../src/guestfs-actions.pod:2361
+#: ../fish/guestfish-actions.pod:1395 ../src/guestfs-actions.pod:2363
msgid "32 bit SPARC."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1395 ../src/guestfs-actions.pod:2363
+#: ../fish/guestfish-actions.pod:1397 ../src/guestfs-actions.pod:2365
msgid "\"sparc64\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1397 ../src/guestfs-actions.pod:2365
+#: ../fish/guestfish-actions.pod:1399 ../src/guestfs-actions.pod:2367
msgid "64 bit SPARC V9 and above."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1399 ../src/guestfs-actions.pod:2367
+#: ../fish/guestfish-actions.pod:1401 ../src/guestfs-actions.pod:2369
msgid "\"ia64\""
msgstr "\"ia64\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1401 ../src/guestfs-actions.pod:2369
+#: ../fish/guestfish-actions.pod:1403 ../src/guestfs-actions.pod:2371
msgid "Intel Itanium."
msgstr "Intel Itanium."
#. type: =item
-#: ../fish/guestfish-actions.pod:1403 ../src/guestfs-actions.pod:2371
+#: ../fish/guestfish-actions.pod:1405 ../src/guestfs-actions.pod:2373
msgid "\"ppc\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1405 ../src/guestfs-actions.pod:2373
+#: ../fish/guestfish-actions.pod:1407 ../src/guestfs-actions.pod:2375
msgid "32 bit Power PC."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1407 ../src/guestfs-actions.pod:2375
+#: ../fish/guestfish-actions.pod:1409 ../src/guestfs-actions.pod:2377
msgid "\"ppc64\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1409 ../src/guestfs-actions.pod:2377
+#: ../fish/guestfish-actions.pod:1411 ../src/guestfs-actions.pod:2379
msgid "64 bit Power PC."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1413 ../src/guestfs-actions.pod:2381
+#: ../fish/guestfish-actions.pod:1415 ../src/guestfs-actions.pod:2383
msgid "Libguestfs may return other architecture strings in future."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1415 ../src/guestfs-actions.pod:2383
+#: ../fish/guestfish-actions.pod:1417 ../src/guestfs-actions.pod:2385
msgid "The function works on at least the following types of files:"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1421 ../src/guestfs-actions.pod:2389
+#: ../fish/guestfish-actions.pod:1423 ../src/guestfs-actions.pod:2391
msgid "many types of Un*x and Linux binary"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1425 ../src/guestfs-actions.pod:2393
+#: ../fish/guestfish-actions.pod:1427 ../src/guestfs-actions.pod:2395
msgid "many types of Un*x and Linux shared library"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1429 ../src/guestfs-actions.pod:2397
+#: ../fish/guestfish-actions.pod:1431 ../src/guestfs-actions.pod:2399
msgid "Windows Win32 and Win64 binaries"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1433 ../src/guestfs-actions.pod:2401
+#: ../fish/guestfish-actions.pod:1435 ../src/guestfs-actions.pod:2403
msgid "Windows Win32 and Win64 DLLs"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1435 ../src/guestfs-actions.pod:2403
+#: ../fish/guestfish-actions.pod:1437 ../src/guestfs-actions.pod:2405
msgid "Win32 binaries and DLLs return C<i386>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1437 ../src/guestfs-actions.pod:2405
+#: ../fish/guestfish-actions.pod:1439 ../src/guestfs-actions.pod:2407
msgid "Win64 binaries and DLLs return C<x86_64>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1441 ../src/guestfs-actions.pod:2409
+#: ../fish/guestfish-actions.pod:1443 ../src/guestfs-actions.pod:2411
msgid "Linux kernel modules"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1445 ../src/guestfs-actions.pod:2413
+#: ../fish/guestfish-actions.pod:1447 ../src/guestfs-actions.pod:2415
msgid "Linux new-style initrd images"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1449 ../src/guestfs-actions.pod:2417
+#: ../fish/guestfish-actions.pod:1451 ../src/guestfs-actions.pod:2419
msgid "some non-x86 Linux vmlinuz kernels"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1453 ../src/guestfs-actions.pod:2421
+#: ../fish/guestfish-actions.pod:1455 ../src/guestfs-actions.pod:2423
msgid "What it can't do currently:"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1459 ../src/guestfs-actions.pod:2427
+#: ../fish/guestfish-actions.pod:1461 ../src/guestfs-actions.pod:2429
msgid "static libraries (libfoo.a)"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1463 ../src/guestfs-actions.pod:2431
+#: ../fish/guestfish-actions.pod:1465 ../src/guestfs-actions.pod:2433
msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1467 ../src/guestfs-actions.pod:2435
+#: ../fish/guestfish-actions.pod:1469 ../src/guestfs-actions.pod:2437
msgid "x86 Linux vmlinuz kernels"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1469 ../src/guestfs-actions.pod:2437
+#: ../fish/guestfish-actions.pod:1471 ../src/guestfs-actions.pod:2439
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 "
@@ -12509,12 +12539,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1476
+#: ../fish/guestfish-actions.pod:1478
msgid "filesize"
msgstr "filesize"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1478
+#: ../fish/guestfish-actions.pod:1480
#, no-wrap
msgid ""
" filesize file\n"
@@ -12524,24 +12554,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1480 ../src/guestfs-actions.pod:2455
+#: ../fish/guestfish-actions.pod:1482 ../src/guestfs-actions.pod:2457
msgid "This command returns the size of C<file> in bytes."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1482
+#: ../fish/guestfish-actions.pod:1484
msgid ""
"To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, L</is-"
"file> etc. To get the size of block devices, use L</blockdev-getsize64>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1486
+#: ../fish/guestfish-actions.pod:1488
msgid "fill"
msgstr "fill"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1488
+#: ../fish/guestfish-actions.pod:1490
#, no-wrap
msgid ""
" fill c len path\n"
@@ -12549,7 +12579,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1490 ../src/guestfs-actions.pod:2473
+#: ../fish/guestfish-actions.pod:1492 ../src/guestfs-actions.pod:2475
msgid ""
"This command creates a new file called C<path>. The initial content of the "
"file is C<len> octets of C<c>, where C<c> must be a number in the range C<"
@@ -12557,7 +12587,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1494
+#: ../fish/guestfish-actions.pod:1496
msgid ""
"To fill a file with zero bytes (sparsely), it is much more efficient to use "
"L</truncate-size>. To create a file with a pattern of repeating bytes use "
@@ -12565,12 +12595,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1499
+#: ../fish/guestfish-actions.pod:1501
msgid "fill-pattern"
msgstr "fill-pattern"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1501
+#: ../fish/guestfish-actions.pod:1503
#, no-wrap
msgid ""
" fill-pattern pattern len path\n"
@@ -12578,7 +12608,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1503
+#: ../fish/guestfish-actions.pod:1505
msgid ""
"This function is like L</fill> except that it creates a new file of length "
"C<len> containing the repeating pattern of bytes in C<pattern>. The pattern "
@@ -12587,12 +12617,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1508
+#: ../fish/guestfish-actions.pod:1510
msgid "find"
msgstr "find"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1510
+#: ../fish/guestfish-actions.pod:1512
#, no-wrap
msgid ""
" find directory\n"
@@ -12602,7 +12632,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1512 ../src/guestfs-actions.pod:2519
+#: ../fish/guestfish-actions.pod:1514 ../src/guestfs-actions.pod:2521
msgid ""
"This command lists out all files and directories, recursively, starting at "
"C<directory>. It is essentially equivalent to running the shell command "
@@ -12611,14 +12641,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1517 ../src/guestfs-actions.pod:2524
+#: ../fish/guestfish-actions.pod:1519 ../src/guestfs-actions.pod:2526
msgid ""
"This returns a list of strings I<without any prefix>. Thus if the directory "
"structure was:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1520 ../src/guestfs-actions.pod:2527
+#: ../fish/guestfish-actions.pod:1522 ../src/guestfs-actions.pod:2529
#, no-wrap
msgid ""
" /tmp/a\n"
@@ -12628,12 +12658,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1524
+#: ../fish/guestfish-actions.pod:1526
msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1527 ../src/guestfs-actions.pod:2534
+#: ../fish/guestfish-actions.pod:1529 ../src/guestfs-actions.pod:2536
#, no-wrap
msgid ""
" a\n"
@@ -12644,27 +12674,27 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1532 ../src/guestfs-actions.pod:2539
+#: ../fish/guestfish-actions.pod:1534 ../src/guestfs-actions.pod:2541
msgid "If C<directory> is not a directory, then this command returns an error."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1535 ../src/guestfs-actions.pod:2542
+#: ../fish/guestfish-actions.pod:1537 ../src/guestfs-actions.pod:2544
msgid "The returned list is sorted."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1537
+#: ../fish/guestfish-actions.pod:1539
msgid "See also L</find0>."
msgstr "Див. також L</find0>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:1542
+#: ../fish/guestfish-actions.pod:1544
msgid "find0"
msgstr "find0"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1544
+#: ../fish/guestfish-actions.pod:1546
#, no-wrap
msgid ""
" find0 directory (files|-)\n"
@@ -12674,7 +12704,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1546 ../src/guestfs-actions.pod:2562
+#: ../fish/guestfish-actions.pod:1548 ../src/guestfs-actions.pod:2564
msgid ""
"This command lists out all files and directories, recursively, starting at "
"C<directory>, placing the resulting list in the external file called "
@@ -12682,40 +12712,40 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1550
+#: ../fish/guestfish-actions.pod:1552
msgid ""
"This command works the same way as L</find> with the following exceptions:"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1557 ../src/guestfs-actions.pod:2573
+#: ../fish/guestfish-actions.pod:1559 ../src/guestfs-actions.pod:2575
msgid "The resulting list is written to an external file."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1561 ../src/guestfs-actions.pod:2577
+#: ../fish/guestfish-actions.pod:1563 ../src/guestfs-actions.pod:2579
msgid ""
"Items (filenames) in the result are separated by C<\\0> characters. See "
"L<find(1)> option I<-print0>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1566 ../src/guestfs-actions.pod:2582
+#: ../fish/guestfish-actions.pod:1568 ../src/guestfs-actions.pod:2584
msgid "This command is not limited in the number of names that it can return."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1571 ../src/guestfs-actions.pod:2587
+#: ../fish/guestfish-actions.pod:1573 ../src/guestfs-actions.pod:2589
msgid "The result list is not sorted."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1577
+#: ../fish/guestfish-actions.pod:1579
msgid "findfs-label"
msgstr "findfs-label"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1579
+#: ../fish/guestfish-actions.pod:1581
#, no-wrap
msgid ""
" findfs-label label\n"
@@ -12725,24 +12755,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1581 ../src/guestfs-actions.pod:2601
+#: ../fish/guestfish-actions.pod:1583 ../src/guestfs-actions.pod:2603
msgid ""
"This command searches the filesystems and returns the one which has the "
"given label. An error is returned if no such filesystem can be found."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1585
+#: ../fish/guestfish-actions.pod:1587
msgid "To find the label of a filesystem, use L</vfs-label>."
msgstr "Для визначення мітки файлової системи скористайтеся L</vfs-label>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:1587
+#: ../fish/guestfish-actions.pod:1589
msgid "findfs-uuid"
msgstr "findfs-uuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1589
+#: ../fish/guestfish-actions.pod:1591
#, no-wrap
msgid ""
" findfs-uuid uuid\n"
@@ -12752,24 +12782,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1591 ../src/guestfs-actions.pod:2618
+#: ../fish/guestfish-actions.pod:1593 ../src/guestfs-actions.pod:2620
msgid ""
"This command searches the filesystems and returns the one which has the "
"given UUID. An error is returned if no such filesystem can be found."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1595
+#: ../fish/guestfish-actions.pod:1597
msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
msgstr "Для визначення UUID файлової системи скористайтеся L</vfs-uuid>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:1597
+#: ../fish/guestfish-actions.pod:1599
msgid "fsck"
msgstr "fsck"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1599
+#: ../fish/guestfish-actions.pod:1601
#, no-wrap
msgid ""
" fsck fstype device\n"
@@ -12779,49 +12809,49 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1601 ../src/guestfs-actions.pod:2636
+#: ../fish/guestfish-actions.pod:1603 ../src/guestfs-actions.pod:2638
msgid ""
"This runs the filesystem checker (fsck) on C<device> which should have "
"filesystem type C<fstype>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1604 ../src/guestfs-actions.pod:2639
+#: ../fish/guestfish-actions.pod:1606 ../src/guestfs-actions.pod:2641
msgid ""
"The returned integer is the status. See L<fsck(8)> for the list of status "
"codes from C<fsck>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1613 ../src/guestfs-actions.pod:2648
+#: ../fish/guestfish-actions.pod:1615 ../src/guestfs-actions.pod:2650
msgid "Multiple status codes can be summed together."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1617 ../src/guestfs-actions.pod:2652
+#: ../fish/guestfish-actions.pod:1619 ../src/guestfs-actions.pod:2654
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:1622 ../src/guestfs-actions.pod:2657
+#: ../fish/guestfish-actions.pod:1624 ../src/guestfs-actions.pod:2659
msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1627 ../src/guestfs-actions.pod:2662
+#: ../fish/guestfish-actions.pod:1629 ../src/guestfs-actions.pod:2664
msgid ""
"This command is entirely equivalent to running C<fsck -a -t fstype device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1629
+#: ../fish/guestfish-actions.pod:1631
msgid "get-append"
msgstr "get-append"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1631
+#: ../fish/guestfish-actions.pod:1633
#, no-wrap
msgid ""
" get-append\n"
@@ -12831,24 +12861,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1633 ../src/guestfs-actions.pod:2673
+#: ../fish/guestfish-actions.pod:1635 ../src/guestfs-actions.pod:2675
msgid ""
"Return the additional kernel options which are added to the guest kernel "
"command line."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1636 ../src/guestfs-actions.pod:2676
+#: ../fish/guestfish-actions.pod:1638 ../src/guestfs-actions.pod:2678
msgid "If C<NULL> then no options are added."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1638
+#: ../fish/guestfish-actions.pod:1640
msgid "get-attach-method"
msgstr "get-attach-method"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1640
+#: ../fish/guestfish-actions.pod:1642
#, no-wrap
msgid ""
" get-attach-method\n"
@@ -12858,17 +12888,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1642
+#: ../fish/guestfish-actions.pod:1644
msgid "Return the current attach method. See L</set-attach-method>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1644
+#: ../fish/guestfish-actions.pod:1646
msgid "get-autosync"
msgstr "get-autosync"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1646
+#: ../fish/guestfish-actions.pod:1648
#, no-wrap
msgid ""
" get-autosync\n"
@@ -12878,17 +12908,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1648 ../src/guestfs-actions.pod:2701
+#: ../fish/guestfish-actions.pod:1650 ../src/guestfs-actions.pod:2703
msgid "Get the autosync flag."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1650
+#: ../fish/guestfish-actions.pod:1652
msgid "get-direct"
msgstr "get-direct"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1652
+#: ../fish/guestfish-actions.pod:1654
#, no-wrap
msgid ""
" get-direct\n"
@@ -12898,17 +12928,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1654 ../src/guestfs-actions.pod:2712
+#: ../fish/guestfish-actions.pod:1656 ../src/guestfs-actions.pod:2714
msgid "Return the direct appliance mode flag."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1656
+#: ../fish/guestfish-actions.pod:1658
msgid "get-e2attrs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1658
+#: ../fish/guestfish-actions.pod:1660
#, no-wrap
msgid ""
" get-e2attrs file\n"
@@ -12916,12 +12946,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1660 ../src/guestfs-actions.pod:2724
+#: ../fish/guestfish-actions.pod:1662 ../src/guestfs-actions.pod:2726
msgid "This returns the file attributes associated with C<file>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1662 ../src/guestfs-actions.pod:2726
+#: ../fish/guestfish-actions.pod:1664 ../src/guestfs-actions.pod:2728
msgid ""
"The attributes are a set of bits associated with each inode which affect the "
"behaviour of the file. The attributes are returned as a string of letters "
@@ -12930,8 +12960,8 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1668 ../fish/guestfish-actions.pod:4971
-#: ../src/guestfs-actions.pod:2732 ../src/guestfs-actions.pod:7789
+#: ../fish/guestfish-actions.pod:1670 ../fish/guestfish-actions.pod:4978
+#: ../src/guestfs-actions.pod:2734 ../src/guestfs-actions.pod:7796
msgid ""
"These attributes are only present when the file is located on an ext2/3/4 "
"filesystem. Using this call on other filesystem types will result in an "
@@ -12939,156 +12969,156 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1672 ../src/guestfs-actions.pod:2736
+#: ../fish/guestfish-actions.pod:1674 ../src/guestfs-actions.pod:2738
msgid "The characters (file attributes) in the returned string are currently:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1677 ../src/guestfs-actions.pod:2741
+#: ../fish/guestfish-actions.pod:1679 ../src/guestfs-actions.pod:2743
msgid "'A'"
msgstr "'A'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1679 ../src/guestfs-actions.pod:2743
+#: ../fish/guestfish-actions.pod:1681 ../src/guestfs-actions.pod:2745
msgid "When the file is accessed, its atime is not modified."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1681 ../src/guestfs-actions.pod:2745
+#: ../fish/guestfish-actions.pod:1683 ../src/guestfs-actions.pod:2747
msgid "'a'"
msgstr "'a'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1683 ../src/guestfs-actions.pod:2747
+#: ../fish/guestfish-actions.pod:1685 ../src/guestfs-actions.pod:2749
msgid "The file is append-only."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1685 ../fish/guestfish-actions.pod:4694
-#: ../src/guestfs-actions.pod:2749 ../src/guestfs-actions.pod:7388
+#: ../fish/guestfish-actions.pod:1687 ../fish/guestfish-actions.pod:4701
+#: ../src/guestfs-actions.pod:2751 ../src/guestfs-actions.pod:7395
msgid "'c'"
msgstr "'c'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1687 ../src/guestfs-actions.pod:2751
+#: ../fish/guestfish-actions.pod:1689 ../src/guestfs-actions.pod:2753
msgid "The file is compressed on-disk."
msgstr "Файл стиснено на диску."
#. type: =item
-#: ../fish/guestfish-actions.pod:1689 ../src/guestfs-actions.pod:2753
+#: ../fish/guestfish-actions.pod:1691 ../src/guestfs-actions.pod:2755
msgid "'D'"
msgstr "'D'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1691 ../src/guestfs-actions.pod:2755
+#: ../fish/guestfish-actions.pod:1693 ../src/guestfs-actions.pod:2757
msgid ""
"(Directories only.) Changes to this directory are written synchronously to "
"disk."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1694 ../fish/guestfish-actions.pod:4698
-#: ../src/guestfs-actions.pod:2758 ../src/guestfs-actions.pod:7392
+#: ../fish/guestfish-actions.pod:1696 ../fish/guestfish-actions.pod:4705
+#: ../src/guestfs-actions.pod:2760 ../src/guestfs-actions.pod:7399
msgid "'d'"
msgstr "'d'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1696 ../src/guestfs-actions.pod:2760
+#: ../fish/guestfish-actions.pod:1698 ../src/guestfs-actions.pod:2762
msgid "The file is not a candidate for backup (see L<dump(8)>)."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1698 ../src/guestfs-actions.pod:2762
+#: ../fish/guestfish-actions.pod:1700 ../src/guestfs-actions.pod:2764
msgid "'E'"
msgstr "'E'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1700 ../src/guestfs-actions.pod:2764
+#: ../fish/guestfish-actions.pod:1702 ../src/guestfs-actions.pod:2766
msgid "The file has compression errors."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1702 ../src/guestfs-actions.pod:2766
+#: ../fish/guestfish-actions.pod:1704 ../src/guestfs-actions.pod:2768
msgid "'e'"
msgstr "'e'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1704 ../src/guestfs-actions.pod:2768
+#: ../fish/guestfish-actions.pod:1706 ../src/guestfs-actions.pod:2770
msgid "The file is using extents."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1706 ../src/guestfs-actions.pod:2770
+#: ../fish/guestfish-actions.pod:1708 ../src/guestfs-actions.pod:2772
msgid "'h'"
msgstr "'h'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1708 ../src/guestfs-actions.pod:2772
+#: ../fish/guestfish-actions.pod:1710 ../src/guestfs-actions.pod:2774
msgid ""
"The file is storing its blocks in units of the filesystem blocksize instead "
"of sectors."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1711 ../src/guestfs-actions.pod:2775
+#: ../fish/guestfish-actions.pod:1713 ../src/guestfs-actions.pod:2777
msgid "'I'"
msgstr "'I'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1713 ../src/guestfs-actions.pod:2777
+#: ../fish/guestfish-actions.pod:1715 ../src/guestfs-actions.pod:2779
msgid "(Directories only.) The directory is using hashed trees."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1715 ../src/guestfs-actions.pod:2779
+#: ../fish/guestfish-actions.pod:1717 ../src/guestfs-actions.pod:2781
msgid "'i'"
msgstr "'i'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1717 ../src/guestfs-actions.pod:2781
+#: ../fish/guestfish-actions.pod:1719 ../src/guestfs-actions.pod:2783
msgid ""
"The file is immutable. It cannot be modified, deleted or renamed. No link "
"can be created to this file."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1720 ../src/guestfs-actions.pod:2784
+#: ../fish/guestfish-actions.pod:1722 ../src/guestfs-actions.pod:2786
msgid "'j'"
msgstr "'j'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1722 ../src/guestfs-actions.pod:2786
+#: ../fish/guestfish-actions.pod:1724 ../src/guestfs-actions.pod:2788
msgid "The file is data-journaled."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1724 ../fish/guestfish-actions.pod:4714
-#: ../src/guestfs-actions.pod:2788 ../src/guestfs-actions.pod:7408
+#: ../fish/guestfish-actions.pod:1726 ../fish/guestfish-actions.pod:4721
+#: ../src/guestfs-actions.pod:2790 ../src/guestfs-actions.pod:7415
msgid "'s'"
msgstr "'s'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1726 ../src/guestfs-actions.pod:2790
+#: ../fish/guestfish-actions.pod:1728 ../src/guestfs-actions.pod:2792
msgid "When the file is deleted, all its blocks will be zeroed."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1728 ../src/guestfs-actions.pod:2792
+#: ../fish/guestfish-actions.pod:1730 ../src/guestfs-actions.pod:2794
msgid "'S'"
msgstr "'S'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1730 ../src/guestfs-actions.pod:2794
+#: ../fish/guestfish-actions.pod:1732 ../src/guestfs-actions.pod:2796
msgid "Changes to this file are written synchronously to disk."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1732 ../src/guestfs-actions.pod:2796
+#: ../fish/guestfish-actions.pod:1734 ../src/guestfs-actions.pod:2798
msgid "'T'"
msgstr "'T'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1734 ../src/guestfs-actions.pod:2798
+#: ../fish/guestfish-actions.pod:1736 ../src/guestfs-actions.pod:2800
msgid ""
"(Directories only.) This is a hint to the block allocator that "
"subdirectories contained in this directory should be spread across blocks. "
@@ -13097,52 +13127,52 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1739 ../src/guestfs-actions.pod:2803
+#: ../fish/guestfish-actions.pod:1741 ../src/guestfs-actions.pod:2805
msgid "'t'"
msgstr "'t'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1741 ../src/guestfs-actions.pod:2805
+#: ../fish/guestfish-actions.pod:1743 ../src/guestfs-actions.pod:2807
msgid ""
"For a file, this disables tail-merging. (Not used by upstream "
"implementations of ext2.)"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1744 ../fish/guestfish-actions.pod:4718
-#: ../src/guestfs-actions.pod:2808 ../src/guestfs-actions.pod:7412
+#: ../fish/guestfish-actions.pod:1746 ../fish/guestfish-actions.pod:4725
+#: ../src/guestfs-actions.pod:2810 ../src/guestfs-actions.pod:7419
msgid "'u'"
msgstr "'u'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1746 ../src/guestfs-actions.pod:2810
+#: ../fish/guestfish-actions.pod:1748 ../src/guestfs-actions.pod:2812
msgid ""
"When the file is deleted, its blocks will be saved, allowing the file to be "
"undeleted."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1749 ../src/guestfs-actions.pod:2813
+#: ../fish/guestfish-actions.pod:1751 ../src/guestfs-actions.pod:2815
msgid "'X'"
msgstr "'X'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1751 ../src/guestfs-actions.pod:2815
+#: ../fish/guestfish-actions.pod:1753 ../src/guestfs-actions.pod:2817
msgid "The raw contents of the compressed file may be accessed."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:1753 ../src/guestfs-actions.pod:2817
+#: ../fish/guestfish-actions.pod:1755 ../src/guestfs-actions.pod:2819
msgid "'Z'"
msgstr "'Z'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1755 ../src/guestfs-actions.pod:2819
+#: ../fish/guestfish-actions.pod:1757 ../src/guestfs-actions.pod:2821
msgid "The compressed file is dirty."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1759 ../src/guestfs-actions.pod:2823
+#: ../fish/guestfish-actions.pod:1761 ../src/guestfs-actions.pod:2825
msgid ""
"More file attributes may be added to this list later. Not all file "
"attributes may be set for all kinds of files. For detailed information, "
@@ -13150,23 +13180,23 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1763
+#: ../fish/guestfish-actions.pod:1765
msgid "See also L</set-e2attrs>."
msgstr "Див. також L</set-e2attrs>."
#. type: textblock
-#: ../fish/guestfish-actions.pod:1765
+#: ../fish/guestfish-actions.pod:1767
msgid ""
"Don't confuse these attributes with extended attributes (see L</getxattr>)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1768
+#: ../fish/guestfish-actions.pod:1770
msgid "get-e2generation"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1770
+#: ../fish/guestfish-actions.pod:1772
#, no-wrap
msgid ""
" get-e2generation file\n"
@@ -13174,7 +13204,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1772 ../src/guestfs-actions.pod:2843
+#: ../fish/guestfish-actions.pod:1774 ../src/guestfs-actions.pod:2845
msgid ""
"This returns the ext2 file generation of a file. The generation (which used "
"to be called the \"version\") is a number associated with an inode. This is "
@@ -13182,7 +13212,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1776 ../src/guestfs-actions.pod:2847
+#: ../fish/guestfish-actions.pod:1778 ../src/guestfs-actions.pod:2849
msgid ""
"The generation is only present when the file is located on an ext2/3/4 "
"filesystem. Using this call on other filesystem types will result in an "
@@ -13190,17 +13220,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1780
+#: ../fish/guestfish-actions.pod:1782
msgid "See L</set-e2generation>."
msgstr "Див. L</set-e2generation>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:1782
+#: ../fish/guestfish-actions.pod:1784
msgid "get-e2label"
msgstr "get-e2label"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1784
+#: ../fish/guestfish-actions.pod:1786
#, no-wrap
msgid ""
" get-e2label device\n"
@@ -13210,25 +13240,25 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1786 ../src/guestfs-actions.pod:2870
+#: ../fish/guestfish-actions.pod:1788 ../src/guestfs-actions.pod:2872
msgid ""
"This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1789
+#: ../fish/guestfish-actions.pod:1791
msgid ""
"I<This function is deprecated.> In new code, use the L</vfs-label> call "
"instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1796
+#: ../fish/guestfish-actions.pod:1798
msgid "get-e2uuid"
msgstr "get-e2uuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1798
+#: ../fish/guestfish-actions.pod:1800
#, no-wrap
msgid ""
" get-e2uuid device\n"
@@ -13238,25 +13268,25 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1800 ../src/guestfs-actions.pod:2891
+#: ../fish/guestfish-actions.pod:1802 ../src/guestfs-actions.pod:2893
msgid ""
"This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1803
+#: ../fish/guestfish-actions.pod:1805
msgid ""
"I<This function is deprecated.> In new code, use the L</vfs-uuid> call "
"instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1810
+#: ../fish/guestfish-actions.pod:1812
msgid "get-memsize"
msgstr "get-memsize"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1812
+#: ../fish/guestfish-actions.pod:1814
#, no-wrap
msgid ""
" get-memsize\n"
@@ -13266,13 +13296,13 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1814 ../src/guestfs-actions.pod:2904
+#: ../fish/guestfish-actions.pod:1816 ../src/guestfs-actions.pod:2906
msgid ""
"This gets the memory size in megabytes allocated to the qemu subprocess."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1817
+#: ../fish/guestfish-actions.pod:1819
msgid ""
"If L</set-memsize> was not called on this handle, and if "
"C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
@@ -13280,21 +13310,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1821 ../fish/guestfish-actions.pod:1878
-#: ../fish/guestfish-actions.pod:5044 ../fish/guestfish-actions.pod:5148
-#: ../src/guestfs-actions.pod:2911 ../src/guestfs-actions.pod:3003
-#: ../src/guestfs-actions.pod:7916 ../src/guestfs-actions.pod:8044
+#: ../fish/guestfish-actions.pod:1823 ../fish/guestfish-actions.pod:1880
+#: ../fish/guestfish-actions.pod:5051 ../fish/guestfish-actions.pod:5155
+#: ../src/guestfs-actions.pod:2913 ../src/guestfs-actions.pod:3005
+#: ../src/guestfs-actions.pod:7923 ../src/guestfs-actions.pod:8051
msgid ""
"For more information on the architecture of libguestfs, see L<guestfs(3)>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1824
+#: ../fish/guestfish-actions.pod:1826
msgid "get-network"
msgstr "get-network"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1826
+#: ../fish/guestfish-actions.pod:1828
#, no-wrap
msgid ""
" get-network\n"
@@ -13304,17 +13334,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1828 ../src/guestfs-actions.pod:2923
+#: ../fish/guestfish-actions.pod:1830 ../src/guestfs-actions.pod:2925
msgid "This returns the enable network flag."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1830
+#: ../fish/guestfish-actions.pod:1832
msgid "get-path"
msgstr "get-path"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1832
+#: ../fish/guestfish-actions.pod:1834
#, no-wrap
msgid ""
" get-path\n"
@@ -13324,24 +13354,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1834 ../src/guestfs-actions.pod:2934
+#: ../fish/guestfish-actions.pod:1836 ../src/guestfs-actions.pod:2936
msgid "Return the current search path."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1836 ../src/guestfs-actions.pod:2936
+#: ../fish/guestfish-actions.pod:1838 ../src/guestfs-actions.pod:2938
msgid ""
"This is always non-NULL. If it wasn't set already, then this will return "
"the default path."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1839
+#: ../fish/guestfish-actions.pod:1841
msgid "get-pgroup"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1841
+#: ../fish/guestfish-actions.pod:1843
#, no-wrap
msgid ""
" get-pgroup\n"
@@ -13349,22 +13379,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1843 ../src/guestfs-actions.pod:2949
+#: ../fish/guestfish-actions.pod:1845 ../src/guestfs-actions.pod:2951
msgid "This returns the process group flag."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1845
+#: ../fish/guestfish-actions.pod:1847
msgid "get-pid"
msgstr "get-pid"
#. type: =head2
-#: ../fish/guestfish-actions.pod:1847
+#: ../fish/guestfish-actions.pod:1849
msgid "pid"
msgstr "PID"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1849
+#: ../fish/guestfish-actions.pod:1851
#, no-wrap
msgid ""
" get-pid\n"
@@ -13374,24 +13404,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1851 ../src/guestfs-actions.pod:2960
+#: ../fish/guestfish-actions.pod:1853 ../src/guestfs-actions.pod:2962
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:1854 ../src/guestfs-actions.pod:2963
+#: ../fish/guestfish-actions.pod:1856 ../src/guestfs-actions.pod:2965
msgid "This is an internal call used for debugging and testing."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1856
+#: ../fish/guestfish-actions.pod:1858
msgid "get-qemu"
msgstr "get-qemu"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1858
+#: ../fish/guestfish-actions.pod:1860
#, no-wrap
msgid ""
" get-qemu\n"
@@ -13401,24 +13431,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1860 ../src/guestfs-actions.pod:2974
+#: ../fish/guestfish-actions.pod:1862 ../src/guestfs-actions.pod:2976
msgid "Return the current qemu binary."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1862 ../src/guestfs-actions.pod:2976
+#: ../fish/guestfish-actions.pod:1864 ../src/guestfs-actions.pod:2978
msgid ""
"This is always non-NULL. If it wasn't set already, then this will return "
"the default qemu binary name."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1865
+#: ../fish/guestfish-actions.pod:1867
msgid "get-recovery-proc"
msgstr "get-recovery-proc"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1867
+#: ../fish/guestfish-actions.pod:1869
#, no-wrap
msgid ""
" get-recovery-proc\n"
@@ -13428,17 +13458,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1869 ../src/guestfs-actions.pod:2989
+#: ../fish/guestfish-actions.pod:1871 ../src/guestfs-actions.pod:2991
msgid "Return the recovery process enabled flag."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1871
+#: ../fish/guestfish-actions.pod:1873
msgid "get-selinux"
msgstr "get-selinux"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1873
+#: ../fish/guestfish-actions.pod:1875
#, no-wrap
msgid ""
" get-selinux\n"
@@ -13448,19 +13478,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1875
+#: ../fish/guestfish-actions.pod:1877
msgid ""
"This returns the current setting of the selinux flag which is passed to the "
"appliance at boot time. See L</set-selinux>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1881
+#: ../fish/guestfish-actions.pod:1883
msgid "get-smp"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1883
+#: ../fish/guestfish-actions.pod:1885
#, no-wrap
msgid ""
" get-smp\n"
@@ -13468,17 +13498,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1885 ../src/guestfs-actions.pod:3015
+#: ../fish/guestfish-actions.pod:1887 ../src/guestfs-actions.pod:3017
msgid "This returns the number of virtual CPUs assigned to the appliance."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1887
+#: ../fish/guestfish-actions.pod:1889
msgid "get-state"
msgstr "get-state"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1889
+#: ../fish/guestfish-actions.pod:1891
#, no-wrap
msgid ""
" get-state\n"
@@ -13488,27 +13518,27 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1891 ../src/guestfs-actions.pod:3026
+#: ../fish/guestfish-actions.pod:1893 ../src/guestfs-actions.pod:3028
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:1894 ../fish/guestfish-actions.pod:2884
-#: ../fish/guestfish-actions.pod:2922 ../fish/guestfish-actions.pod:2938
-#: ../src/guestfs-actions.pod:3029 ../src/guestfs-actions.pod:4385
-#: ../src/guestfs-actions.pod:4446 ../src/guestfs-actions.pod:4473
+#: ../fish/guestfish-actions.pod:1896 ../fish/guestfish-actions.pod:2886
+#: ../fish/guestfish-actions.pod:2924 ../fish/guestfish-actions.pod:2940
+#: ../src/guestfs-actions.pod:3031 ../src/guestfs-actions.pod:4387
+#: ../src/guestfs-actions.pod:4448 ../src/guestfs-actions.pod:4475
msgid "For more information on states, see L<guestfs(3)>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1896
+#: ../fish/guestfish-actions.pod:1898
msgid "get-trace"
msgstr "get-trace"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1898
+#: ../fish/guestfish-actions.pod:1900
#, no-wrap
msgid ""
" get-trace\n"
@@ -13518,17 +13548,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1900 ../src/guestfs-actions.pod:3040
+#: ../fish/guestfish-actions.pod:1902 ../src/guestfs-actions.pod:3042
msgid "Return the command trace flag."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1902
+#: ../fish/guestfish-actions.pod:1904
msgid "get-umask"
msgstr "get-umask"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1904
+#: ../fish/guestfish-actions.pod:1906
#, no-wrap
msgid ""
" get-umask\n"
@@ -13538,19 +13568,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1906
+#: ../fish/guestfish-actions.pod:1908
msgid ""
"Return the current umask. By default the umask is C<022> unless it has been "
"set by calling L</umask>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1909
+#: ../fish/guestfish-actions.pod:1911
msgid "get-verbose"
msgstr "get-verbose"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1911
+#: ../fish/guestfish-actions.pod:1913
#, no-wrap
msgid ""
" get-verbose\n"
@@ -13560,17 +13590,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1913 ../src/guestfs-actions.pod:3063
+#: ../fish/guestfish-actions.pod:1915 ../src/guestfs-actions.pod:3065
msgid "This returns the verbose messages flag."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1915
+#: ../fish/guestfish-actions.pod:1917
msgid "getcon"
msgstr "getcon"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1917
+#: ../fish/guestfish-actions.pod:1919
#, no-wrap
msgid ""
" getcon\n"
@@ -13580,22 +13610,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1919 ../src/guestfs-actions.pod:3074
+#: ../fish/guestfish-actions.pod:1921 ../src/guestfs-actions.pod:3076
msgid "This gets the SELinux security context of the daemon."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1921
+#: ../fish/guestfish-actions.pod:1923
msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1924
+#: ../fish/guestfish-actions.pod:1926
msgid "getxattr"
msgstr "getxattr"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1926
+#: ../fish/guestfish-actions.pod:1928
#, no-wrap
msgid ""
" getxattr path name\n"
@@ -13605,7 +13635,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1928
+#: ../fish/guestfish-actions.pod:1930
msgid ""
"Get a single extended attribute from file C<path> named C<name>. This call "
"follows symlinks. If you want to lookup an extended attribute for the "
@@ -13613,7 +13643,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1932 ../fish/guestfish-actions.pod:3045
+#: ../fish/guestfish-actions.pod:1934 ../fish/guestfish-actions.pod:3052
msgid ""
"Normally it is better to get all extended attributes from a file in one go "
"by calling L</getxattrs>. However some Linux filesystem implementations are "
@@ -13623,25 +13653,25 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1939 ../fish/guestfish-actions.pod:3052
-#: ../src/guestfs-actions.pod:3103 ../src/guestfs-actions.pod:4656
+#: ../fish/guestfish-actions.pod:1941 ../fish/guestfish-actions.pod:3059
+#: ../src/guestfs-actions.pod:3105 ../src/guestfs-actions.pod:4663
msgid ""
"Extended attribute values are blobs of binary data. If there is no extended "
"attribute named C<name>, this returns an error."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1942
+#: ../fish/guestfish-actions.pod:1944
msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
msgstr "Див. також L</getxattrs>, L</lgetxattr>, L<attr(5)>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:1944
+#: ../fish/guestfish-actions.pod:1946
msgid "getxattrs"
msgstr "getxattrs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1946
+#: ../fish/guestfish-actions.pod:1948
#, no-wrap
msgid ""
" getxattrs path\n"
@@ -13651,30 +13681,30 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1948 ../src/guestfs-actions.pod:3120
+#: ../fish/guestfish-actions.pod:1950 ../src/guestfs-actions.pod:3122
msgid ""
"This call lists the extended attributes of the file or directory C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1951 ../src/guestfs-actions.pod:3123
+#: ../fish/guestfish-actions.pod:1953 ../src/guestfs-actions.pod:3125
msgid ""
"At the system call level, this is a combination of the L<listxattr(2)> and "
"L<getxattr(2)> calls."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1954
+#: ../fish/guestfish-actions.pod:1956
msgid "See also: L</lgetxattrs>, L<attr(5)>."
msgstr "Див. також L</lgetxattrs>, L<attr(5)>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:1956
+#: ../fish/guestfish-actions.pod:1958
msgid "glob-expand"
msgstr "glob-expand"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1958
+#: ../fish/guestfish-actions.pod:1960
#, no-wrap
msgid ""
" glob-expand pattern\n"
@@ -13684,27 +13714,27 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1960 ../src/guestfs-actions.pod:3140
+#: ../fish/guestfish-actions.pod:1962 ../src/guestfs-actions.pod:3142
msgid ""
"This command searches for all the pathnames matching C<pattern> according to "
"the wildcard expansion rules used by the shell."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1964 ../src/guestfs-actions.pod:3144
+#: ../fish/guestfish-actions.pod:1966 ../src/guestfs-actions.pod:3146
msgid ""
"If no paths match, then this returns an empty list (note: not an error)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1967 ../src/guestfs-actions.pod:3147
+#: ../fish/guestfish-actions.pod:1969 ../src/guestfs-actions.pod:3149
msgid ""
"It is just a wrapper around the C L<glob(3)> function with flags C<GLOB_MARK|"
"GLOB_BRACE>. See that manual page for more details."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1971
+#: ../fish/guestfish-actions.pod:1973
msgid ""
"Notice that there is no equivalent command for expanding a device name (eg. "
"C</dev/sd*>). Use L</list-devices>, L</list-partitions> etc functions "
@@ -13712,12 +13742,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1975
+#: ../fish/guestfish-actions.pod:1977
msgid "grep"
msgstr "grep"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1977
+#: ../fish/guestfish-actions.pod:1979
#, no-wrap
msgid ""
" grep regex path\n"
@@ -13727,17 +13757,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1979 ../src/guestfs-actions.pod:3168
+#: ../fish/guestfish-actions.pod:1981 ../src/guestfs-actions.pod:3170
msgid "This calls the external C<grep> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1985
+#: ../fish/guestfish-actions.pod:1987
msgid "grepi"
msgstr "grepi"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1987
+#: ../fish/guestfish-actions.pod:1989
#, no-wrap
msgid ""
" grepi regex path\n"
@@ -13747,18 +13777,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1989 ../src/guestfs-actions.pod:3187
+#: ../fish/guestfish-actions.pod:1991 ../src/guestfs-actions.pod:3189
msgid ""
"This calls the external C<grep -i> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:1995
+#: ../fish/guestfish-actions.pod:1997
msgid "grub-install"
msgstr "grub-install"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:1997
+#: ../fish/guestfish-actions.pod:1999
#, no-wrap
msgid ""
" grub-install root device\n"
@@ -13768,14 +13798,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:1999 ../src/guestfs-actions.pod:3206
+#: ../fish/guestfish-actions.pod:2001 ../src/guestfs-actions.pod:3208
msgid ""
"This command installs GRUB 1 (the Grand Unified Bootloader) on C<device>, "
"with the root directory being C<root>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2008 ../src/guestfs-actions.pod:3215
+#: ../fish/guestfish-actions.pod:2010 ../src/guestfs-actions.pod:3217
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 "
@@ -13783,7 +13813,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2015 ../src/guestfs-actions.pod:3222
+#: ../fish/guestfish-actions.pod:2017 ../src/guestfs-actions.pod:3224
msgid ""
"This uses C<grub-install> from the host. Unfortunately grub is not always "
"compatible with itself, so this only works in rather narrow circumstances. "
@@ -13791,7 +13821,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2022 ../src/guestfs-actions.pod:3229
+#: ../fish/guestfish-actions.pod:2024 ../src/guestfs-actions.pod:3231
msgid ""
"If grub-install reports the error \"No suitable drive was found in the "
"generated device map.\" it may be that you need to create a C</boot/grub/"
@@ -13801,7 +13831,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2029 ../src/guestfs-actions.pod:3236
+#: ../fish/guestfish-actions.pod:2031 ../src/guestfs-actions.pod:3238
#, no-wrap
msgid ""
" (hd0) /dev/vda\n"
@@ -13809,17 +13839,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2031 ../src/guestfs-actions.pod:3238
+#: ../fish/guestfish-actions.pod:2033 ../src/guestfs-actions.pod:3240
msgid "replacing C</dev/vda> with the name of the installation device."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2035
+#: ../fish/guestfish-actions.pod:2037
msgid "head"
msgstr "head"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2037
+#: ../fish/guestfish-actions.pod:2039
#, no-wrap
msgid ""
" head path\n"
@@ -13829,18 +13859,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2039 ../src/guestfs-actions.pod:3252
+#: ../fish/guestfish-actions.pod:2041 ../src/guestfs-actions.pod:3254
msgid ""
"This command returns up to the first 10 lines of a file as a list of strings."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2045
+#: ../fish/guestfish-actions.pod:2047
msgid "head-n"
msgstr "head-n"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2047
+#: ../fish/guestfish-actions.pod:2049
#, no-wrap
msgid ""
" head-n nrlines path\n"
@@ -13848,32 +13878,32 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2049 ../src/guestfs-actions.pod:3271
+#: ../fish/guestfish-actions.pod:2051 ../src/guestfs-actions.pod:3273
msgid ""
"If the parameter C<nrlines> is a positive number, this returns the first "
"C<nrlines> lines of the file C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2052 ../src/guestfs-actions.pod:3274
+#: ../fish/guestfish-actions.pod:2054 ../src/guestfs-actions.pod:3276
msgid ""
"If the parameter C<nrlines> is a negative number, this returns lines from "
"the file C<path>, excluding the last C<nrlines> lines."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2055 ../fish/guestfish-actions.pod:5549
-#: ../src/guestfs-actions.pod:3277 ../src/guestfs-actions.pod:8646
+#: ../fish/guestfish-actions.pod:2057 ../fish/guestfish-actions.pod:5556
+#: ../src/guestfs-actions.pod:3279 ../src/guestfs-actions.pod:8653
msgid "If the parameter C<nrlines> is zero, this returns an empty list."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2060
+#: ../fish/guestfish-actions.pod:2062
msgid "hexdump"
msgstr "hexdump"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2062
+#: ../fish/guestfish-actions.pod:2064
#, no-wrap
msgid ""
" hexdump path\n"
@@ -13883,19 +13913,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2064 ../src/guestfs-actions.pod:3294
+#: ../fish/guestfish-actions.pod:2066 ../src/guestfs-actions.pod:3296
msgid ""
"This runs C<hexdump -C> on the given C<path>. The result is the human-"
"readable, canonical hex dump of the file."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2070
+#: ../fish/guestfish-actions.pod:2072
msgid "initrd-cat"
msgstr "initrd-cat"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2072
+#: ../fish/guestfish-actions.pod:2074
#, no-wrap
msgid ""
" initrd-cat initrdpath filename\n"
@@ -13905,7 +13935,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2074 ../src/guestfs-actions.pod:3313
+#: ../fish/guestfish-actions.pod:2076 ../src/guestfs-actions.pod:3315
msgid ""
"This command unpacks the file C<filename> from the initrd file called "
"C<initrdpath>. The filename must be given I<without> the initial C</> "
@@ -13913,7 +13943,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2078 ../src/guestfs-actions.pod:3317
+#: ../fish/guestfish-actions.pod:2080 ../src/guestfs-actions.pod:3319
msgid ""
"For example, in guestfish you could use the following command to examine the "
"boot script (usually called C</init>) contained in a Linux initrd or "
@@ -13921,7 +13951,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2082 ../src/guestfs-actions.pod:3321
+#: ../fish/guestfish-actions.pod:2084 ../src/guestfs-actions.pod:3323
#, no-wrap
msgid ""
" initrd-cat /boot/initrd-<version>.img init\n"
@@ -13929,17 +13959,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2084
+#: ../fish/guestfish-actions.pod:2086
msgid "See also L</initrd-list>."
msgstr "Див. також L</initrd-list>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:2089
+#: ../fish/guestfish-actions.pod:2091
msgid "initrd-list"
msgstr "initrd-list"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2091
+#: ../fish/guestfish-actions.pod:2093
#, no-wrap
msgid ""
" initrd-list path\n"
@@ -13949,12 +13979,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2093 ../src/guestfs-actions.pod:3340
+#: ../fish/guestfish-actions.pod:2095 ../src/guestfs-actions.pod:3342
msgid "This command lists out files contained in an initrd."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2095 ../src/guestfs-actions.pod:3342
+#: ../fish/guestfish-actions.pod:2097 ../src/guestfs-actions.pod:3344
msgid ""
"The files are listed without any initial C</> character. The files are "
"listed in the order they appear (not necessarily alphabetical). Directory "
@@ -13962,7 +13992,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2099 ../src/guestfs-actions.pod:3346
+#: ../fish/guestfish-actions.pod:2101 ../src/guestfs-actions.pod:3348
msgid ""
"Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
"initrd. We I<only> support the newer initramfs format (compressed cpio "
@@ -13970,12 +14000,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2103
+#: ../fish/guestfish-actions.pod:2105
msgid "inotify-add-watch"
msgstr "inotify-add-watch"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2105
+#: ../fish/guestfish-actions.pod:2107
#, no-wrap
msgid ""
" inotify-add-watch path mask\n"
@@ -13985,31 +14015,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2107 ../src/guestfs-actions.pod:3363
+#: ../fish/guestfish-actions.pod:2109 ../src/guestfs-actions.pod:3365
msgid "Watch C<path> for the events listed in C<mask>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2109 ../src/guestfs-actions.pod:3365
+#: ../fish/guestfish-actions.pod:2111 ../src/guestfs-actions.pod:3367
msgid ""
"Note that if C<path> is a directory then events within that directory are "
"watched, but this does I<not> happen recursively (in subdirectories)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2113 ../src/guestfs-actions.pod:3369
+#: ../fish/guestfish-actions.pod:2115 ../src/guestfs-actions.pod:3371
msgid ""
"Note for non-C or non-Linux callers: the inotify events are defined by the "
"Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2117
+#: ../fish/guestfish-actions.pod:2119
msgid "inotify-close"
msgstr "inotify-close"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2119
+#: ../fish/guestfish-actions.pod:2121
#, no-wrap
msgid ""
" inotify-close\n"
@@ -14019,7 +14049,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2121 ../src/guestfs-actions.pod:3382
+#: ../fish/guestfish-actions.pod:2123 ../src/guestfs-actions.pod:3384
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 "
@@ -14027,12 +14057,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2125
+#: ../fish/guestfish-actions.pod:2127
msgid "inotify-files"
msgstr "inotify-files"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2127
+#: ../fish/guestfish-actions.pod:2129
#, no-wrap
msgid ""
" inotify-files\n"
@@ -14042,7 +14072,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2129
+#: ../fish/guestfish-actions.pod:2131
msgid ""
"This function is a helpful wrapper around L</inotify-read> which just "
"returns a list of pathnames of objects that were touched. The returned "
@@ -14050,12 +14080,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2133
+#: ../fish/guestfish-actions.pod:2135
msgid "inotify-init"
msgstr "inotify-init"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2135
+#: ../fish/guestfish-actions.pod:2137
#, no-wrap
msgid ""
" inotify-init maxevents\n"
@@ -14063,14 +14093,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2137 ../src/guestfs-actions.pod:3411
+#: ../fish/guestfish-actions.pod:2139 ../src/guestfs-actions.pod:3413
msgid ""
"This command creates a new inotify handle. The inotify subsystem can be "
"used to notify events which happen to objects in the guest filesystem."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2141
+#: ../fish/guestfish-actions.pod:2143
msgid ""
"C<maxevents> is the maximum number of events which will be queued up between "
"calls to L</inotify-read> or L</inotify-files>. If this is passed as C<0>, "
@@ -14081,14 +14111,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2151
+#: ../fish/guestfish-actions.pod:2153
msgid ""
"Before any events are generated, you have to add some watches to the "
"internal watch list. See: L</inotify-add-watch> and L</inotify-rm-watch>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2155
+#: ../fish/guestfish-actions.pod:2157
msgid ""
"Queued up events should be read periodically by calling L</inotify-read> (or "
"L</inotify-files> which is just a helpful wrapper around L</inotify-read>). "
@@ -14097,14 +14127,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2162
+#: ../fish/guestfish-actions.pod:2164
msgid ""
"The handle should be closed after use by calling L</inotify-close>. This "
"also removes any watches automatically."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2166 ../src/guestfs-actions.pod:3440
+#: ../fish/guestfish-actions.pod:2168 ../src/guestfs-actions.pod:3442
msgid ""
"See also L<inotify(7)> for an overview of the inotify interface as exposed "
"by the Linux kernel, which is roughly what we expose via libguestfs. Note "
@@ -14112,12 +14142,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2171
+#: ../fish/guestfish-actions.pod:2173
msgid "inotify-read"
msgstr "inotify-read"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2173
+#: ../fish/guestfish-actions.pod:2175
#, no-wrap
msgid ""
" inotify-read\n"
@@ -14127,19 +14157,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2175 ../src/guestfs-actions.pod:3454
+#: ../fish/guestfish-actions.pod:2177 ../src/guestfs-actions.pod:3456
msgid ""
"Return the complete queue of events that have happened since the previous "
"read call."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2178 ../src/guestfs-actions.pod:3457
+#: ../fish/guestfish-actions.pod:2180 ../src/guestfs-actions.pod:3459
msgid "If no events have happened, this returns an empty list."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2180 ../src/guestfs-actions.pod:3459
+#: ../fish/guestfish-actions.pod:2182 ../src/guestfs-actions.pod:3461
msgid ""
"I<Note>: In order to make sure that all events have been read, you must call "
"this function repeatedly until it returns an empty list. The reason is that "
@@ -14148,12 +14178,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2186
+#: ../fish/guestfish-actions.pod:2188
msgid "inotify-rm-watch"
msgstr "inotify-rm-watch"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2188
+#: ../fish/guestfish-actions.pod:2190
#, no-wrap
msgid ""
" inotify-rm-watch wd\n"
@@ -14161,17 +14191,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2190
+#: ../fish/guestfish-actions.pod:2192
msgid "Remove a previously defined inotify watch. See L</inotify-add-watch>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2193
+#: ../fish/guestfish-actions.pod:2195
msgid "inspect-get-arch"
msgstr "inspect-get-arch"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2195
+#: ../fish/guestfish-actions.pod:2197
#, no-wrap
msgid ""
" inspect-get-arch root\n"
@@ -14181,47 +14211,47 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2197
+#: ../fish/guestfish-actions.pod:2199
msgid ""
"This returns the architecture of the inspected operating system. The "
"possible return values are listed under L</file-architecture>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2201 ../src/guestfs-actions.pod:3494
+#: ../fish/guestfish-actions.pod:2203 ../src/guestfs-actions.pod:3496
msgid ""
"If the architecture could not be determined, then the string C<unknown> is "
"returned."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2204 ../fish/guestfish-actions.pod:2311
-#: ../fish/guestfish-actions.pod:2390 ../fish/guestfish-actions.pod:2402
-#: ../fish/guestfish-actions.pod:2486 ../fish/guestfish-actions.pod:2548
-#: ../fish/guestfish-actions.pod:2569 ../fish/guestfish-actions.pod:2583
-#: ../fish/guestfish-actions.pod:2623 ../fish/guestfish-actions.pod:2667
-#: ../fish/guestfish-actions.pod:2680 ../fish/guestfish-actions.pod:2693
-#: ../fish/guestfish-actions.pod:2703 ../fish/guestfish-actions.pod:2713
-#: ../fish/guestfish-actions.pod:2725 ../fish/guestfish-actions.pod:2821
-#: ../fish/guestfish-actions.pod:2855 ../src/guestfs-actions.pod:3497
-#: ../src/guestfs-actions.pod:3611 ../src/guestfs-actions.pod:3715
-#: ../src/guestfs-actions.pod:3734 ../src/guestfs-actions.pod:3865
-#: ../src/guestfs-actions.pod:3949 ../src/guestfs-actions.pod:3977
-#: ../src/guestfs-actions.pod:3998 ../src/guestfs-actions.pod:4051
-#: ../src/guestfs-actions.pod:4103 ../src/guestfs-actions.pod:4123
-#: ../src/guestfs-actions.pod:4143 ../src/guestfs-actions.pod:4160
-#: ../src/guestfs-actions.pod:4176 ../src/guestfs-actions.pod:4194
-#: ../src/guestfs-actions.pod:4296 ../src/guestfs-actions.pod:4337
+#: ../fish/guestfish-actions.pod:2206 ../fish/guestfish-actions.pod:2313
+#: ../fish/guestfish-actions.pod:2392 ../fish/guestfish-actions.pod:2404
+#: ../fish/guestfish-actions.pod:2488 ../fish/guestfish-actions.pod:2550
+#: ../fish/guestfish-actions.pod:2571 ../fish/guestfish-actions.pod:2585
+#: ../fish/guestfish-actions.pod:2625 ../fish/guestfish-actions.pod:2669
+#: ../fish/guestfish-actions.pod:2682 ../fish/guestfish-actions.pod:2695
+#: ../fish/guestfish-actions.pod:2705 ../fish/guestfish-actions.pod:2715
+#: ../fish/guestfish-actions.pod:2727 ../fish/guestfish-actions.pod:2823
+#: ../fish/guestfish-actions.pod:2857 ../src/guestfs-actions.pod:3499
+#: ../src/guestfs-actions.pod:3613 ../src/guestfs-actions.pod:3717
+#: ../src/guestfs-actions.pod:3736 ../src/guestfs-actions.pod:3867
+#: ../src/guestfs-actions.pod:3951 ../src/guestfs-actions.pod:3979
+#: ../src/guestfs-actions.pod:4000 ../src/guestfs-actions.pod:4053
+#: ../src/guestfs-actions.pod:4105 ../src/guestfs-actions.pod:4125
+#: ../src/guestfs-actions.pod:4145 ../src/guestfs-actions.pod:4162
+#: ../src/guestfs-actions.pod:4178 ../src/guestfs-actions.pod:4196
+#: ../src/guestfs-actions.pod:4298 ../src/guestfs-actions.pod:4339
msgid "Please read L<guestfs(3)/INSPECTION> for more details."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2206
+#: ../fish/guestfish-actions.pod:2208
msgid "inspect-get-distro"
msgstr "inspect-get-distro"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2208
+#: ../fish/guestfish-actions.pod:2210
#, no-wrap
msgid ""
" inspect-get-distro root\n"
@@ -14231,257 +14261,257 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2210 ../src/guestfs-actions.pod:3510
+#: ../fish/guestfish-actions.pod:2212 ../src/guestfs-actions.pod:3512
msgid ""
"This returns the distro (distribution) of the inspected operating system."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2213 ../src/guestfs-actions.pod:3513
+#: ../fish/guestfish-actions.pod:2215 ../src/guestfs-actions.pod:3515
msgid "Currently defined distros are:"
msgstr "У поточній версії визначено такі дистрибутиви:"
#. type: =item
-#: ../fish/guestfish-actions.pod:2217 ../src/guestfs-actions.pod:3517
+#: ../fish/guestfish-actions.pod:2219 ../src/guestfs-actions.pod:3519
msgid "\"archlinux\""
msgstr "\"archlinux\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2219 ../src/guestfs-actions.pod:3519
+#: ../fish/guestfish-actions.pod:2221 ../src/guestfs-actions.pod:3521
msgid "Arch Linux."
msgstr "Arch Linux."
#. type: =item
-#: ../fish/guestfish-actions.pod:2221 ../src/guestfs-actions.pod:3521
+#: ../fish/guestfish-actions.pod:2223 ../src/guestfs-actions.pod:3523
msgid "\"buildroot\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2223 ../src/guestfs-actions.pod:3523
+#: ../fish/guestfish-actions.pod:2225 ../src/guestfs-actions.pod:3525
msgid "Buildroot-derived distro, but not one we specifically recognize."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2225 ../src/guestfs-actions.pod:3525
+#: ../fish/guestfish-actions.pod:2227 ../src/guestfs-actions.pod:3527
msgid "\"centos\""
msgstr "\"centos\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2227 ../src/guestfs-actions.pod:3527
+#: ../fish/guestfish-actions.pod:2229 ../src/guestfs-actions.pod:3529
msgid "CentOS."
msgstr "CentOS."
#. type: =item
-#: ../fish/guestfish-actions.pod:2229 ../src/guestfs-actions.pod:3529
+#: ../fish/guestfish-actions.pod:2231 ../src/guestfs-actions.pod:3531
msgid "\"cirros\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2231 ../src/guestfs-actions.pod:3531
+#: ../fish/guestfish-actions.pod:2233 ../src/guestfs-actions.pod:3533
msgid "Cirros."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2233 ../src/guestfs-actions.pod:3533
+#: ../fish/guestfish-actions.pod:2235 ../src/guestfs-actions.pod:3535
msgid "\"debian\""
msgstr "\"debian\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2235 ../src/guestfs-actions.pod:3535
+#: ../fish/guestfish-actions.pod:2237 ../src/guestfs-actions.pod:3537
msgid "Debian."
msgstr "Debian."
#. type: =item
-#: ../fish/guestfish-actions.pod:2237 ../src/guestfs-actions.pod:3537
+#: ../fish/guestfish-actions.pod:2239 ../src/guestfs-actions.pod:3539
msgid "\"fedora\""
msgstr "\"fedora\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2239 ../src/guestfs-actions.pod:3539
+#: ../fish/guestfish-actions.pod:2241 ../src/guestfs-actions.pod:3541
msgid "Fedora."
msgstr "Fedora."
#. type: =item
-#: ../fish/guestfish-actions.pod:2241 ../src/guestfs-actions.pod:3541
+#: ../fish/guestfish-actions.pod:2243 ../src/guestfs-actions.pod:3543
msgid "\"freedos\""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2243 ../src/guestfs-actions.pod:3543
+#: ../fish/guestfish-actions.pod:2245 ../src/guestfs-actions.pod:3545
msgid "FreeDOS."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2245 ../src/guestfs-actions.pod:3545
+#: ../fish/guestfish-actions.pod:2247 ../src/guestfs-actions.pod:3547
msgid "\"gentoo\""
msgstr "\"gentoo\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2247 ../src/guestfs-actions.pod:3547
+#: ../fish/guestfish-actions.pod:2249 ../src/guestfs-actions.pod:3549
msgid "Gentoo."
msgstr "Gentoo."
#. type: =item
-#: ../fish/guestfish-actions.pod:2249 ../src/guestfs-actions.pod:3549
+#: ../fish/guestfish-actions.pod:2251 ../src/guestfs-actions.pod:3551
msgid "\"linuxmint\""
msgstr "\"linuxmint\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2251 ../src/guestfs-actions.pod:3551
+#: ../fish/guestfish-actions.pod:2253 ../src/guestfs-actions.pod:3553
msgid "Linux Mint."
msgstr "Linux Mint."
#. type: =item
-#: ../fish/guestfish-actions.pod:2253 ../src/guestfs-actions.pod:3553
+#: ../fish/guestfish-actions.pod:2255 ../src/guestfs-actions.pod:3555
msgid "\"mageia\""
msgstr "\"mageia\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2255 ../src/guestfs-actions.pod:3555
+#: ../fish/guestfish-actions.pod:2257 ../src/guestfs-actions.pod:3557
msgid "Mageia."
msgstr "Mageia."
#. type: =item
-#: ../fish/guestfish-actions.pod:2257 ../src/guestfs-actions.pod:3557
+#: ../fish/guestfish-actions.pod:2259 ../src/guestfs-actions.pod:3559
msgid "\"mandriva\""
msgstr "\"mandriva\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2259 ../src/guestfs-actions.pod:3559
+#: ../fish/guestfish-actions.pod:2261 ../src/guestfs-actions.pod:3561
msgid "Mandriva."
msgstr "Mandriva."
#. type: =item
-#: ../fish/guestfish-actions.pod:2261 ../src/guestfs-actions.pod:3561
+#: ../fish/guestfish-actions.pod:2263 ../src/guestfs-actions.pod:3563
msgid "\"meego\""
msgstr "\"meego\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2263 ../src/guestfs-actions.pod:3563
+#: ../fish/guestfish-actions.pod:2265 ../src/guestfs-actions.pod:3565
msgid "MeeGo."
msgstr "MeeGo."
#. type: =item
-#: ../fish/guestfish-actions.pod:2265 ../src/guestfs-actions.pod:3565
+#: ../fish/guestfish-actions.pod:2267 ../src/guestfs-actions.pod:3567
msgid "\"opensuse\""
msgstr "\"opensuse\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2267 ../src/guestfs-actions.pod:3567
+#: ../fish/guestfish-actions.pod:2269 ../src/guestfs-actions.pod:3569
msgid "OpenSUSE."
msgstr "OpenSUSE."
#. type: =item
-#: ../fish/guestfish-actions.pod:2269 ../src/guestfs-actions.pod:3569
+#: ../fish/guestfish-actions.pod:2271 ../src/guestfs-actions.pod:3571
msgid "\"pardus\""
msgstr "\"pardus\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2271 ../src/guestfs-actions.pod:3571
+#: ../fish/guestfish-actions.pod:2273 ../src/guestfs-actions.pod:3573
msgid "Pardus."
msgstr "Pardus."
#. type: =item
-#: ../fish/guestfish-actions.pod:2273 ../src/guestfs-actions.pod:3573
+#: ../fish/guestfish-actions.pod:2275 ../src/guestfs-actions.pod:3575
msgid "\"redhat-based\""
msgstr "\"redhat-based\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2275 ../src/guestfs-actions.pod:3575
+#: ../fish/guestfish-actions.pod:2277 ../src/guestfs-actions.pod:3577
msgid "Some Red Hat-derived distro."
msgstr "Дистрибутив, що походить від Red Hat."
#. type: =item
-#: ../fish/guestfish-actions.pod:2277 ../src/guestfs-actions.pod:3577
+#: ../fish/guestfish-actions.pod:2279 ../src/guestfs-actions.pod:3579
msgid "\"rhel\""
msgstr "\"rhel\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2279 ../src/guestfs-actions.pod:3579
+#: ../fish/guestfish-actions.pod:2281 ../src/guestfs-actions.pod:3581
msgid "Red Hat Enterprise Linux."
msgstr "Red Hat Enterprise Linux."
#. type: =item
-#: ../fish/guestfish-actions.pod:2281 ../src/guestfs-actions.pod:3581
+#: ../fish/guestfish-actions.pod:2283 ../src/guestfs-actions.pod:3583
msgid "\"scientificlinux\""
msgstr "\"scientificlinux\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2283 ../src/guestfs-actions.pod:3583
+#: ../fish/guestfish-actions.pod:2285 ../src/guestfs-actions.pod:3585
msgid "Scientific Linux."
msgstr "Scientific Linux."
#. type: =item
-#: ../fish/guestfish-actions.pod:2285 ../src/guestfs-actions.pod:3585
+#: ../fish/guestfish-actions.pod:2287 ../src/guestfs-actions.pod:3587
msgid "\"slackware\""
msgstr "\"slackware\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2287 ../src/guestfs-actions.pod:3587
+#: ../fish/guestfish-actions.pod:2289 ../src/guestfs-actions.pod:3589
msgid "Slackware."
msgstr "Slackware."
#. type: =item
-#: ../fish/guestfish-actions.pod:2289 ../src/guestfs-actions.pod:3589
+#: ../fish/guestfish-actions.pod:2291 ../src/guestfs-actions.pod:3591
msgid "\"ttylinux\""
msgstr "\"ttylinux\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2291 ../src/guestfs-actions.pod:3591
+#: ../fish/guestfish-actions.pod:2293 ../src/guestfs-actions.pod:3593
msgid "ttylinux."
msgstr "ttylinux."
#. type: =item
-#: ../fish/guestfish-actions.pod:2293 ../src/guestfs-actions.pod:3593
+#: ../fish/guestfish-actions.pod:2295 ../src/guestfs-actions.pod:3595
msgid "\"ubuntu\""
msgstr "\"ubuntu\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2295 ../src/guestfs-actions.pod:3595
+#: ../fish/guestfish-actions.pod:2297 ../src/guestfs-actions.pod:3597
msgid "Ubuntu."
msgstr "Ubuntu."
#. type: =item
-#: ../fish/guestfish-actions.pod:2297 ../fish/guestfish-actions.pod:2381
-#: ../fish/guestfish-actions.pod:2658 ../src/guestfs-actions.pod:3597
-#: ../src/guestfs-actions.pod:3706 ../src/guestfs-actions.pod:4094
+#: ../fish/guestfish-actions.pod:2299 ../fish/guestfish-actions.pod:2383
+#: ../fish/guestfish-actions.pod:2660 ../src/guestfs-actions.pod:3599
+#: ../src/guestfs-actions.pod:3708 ../src/guestfs-actions.pod:4096
msgid "\"unknown\""
msgstr "\"unknown\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2299 ../src/guestfs-actions.pod:3599
+#: ../fish/guestfish-actions.pod:2301 ../src/guestfs-actions.pod:3601
msgid "The distro could not be determined."
msgstr "Дистрибутив, тип якого не вдалося визначити."
#. type: =item
-#: ../fish/guestfish-actions.pod:2301 ../fish/guestfish-actions.pod:2638
-#: ../src/guestfs-actions.pod:3601 ../src/guestfs-actions.pod:4074
+#: ../fish/guestfish-actions.pod:2303 ../fish/guestfish-actions.pod:2640
+#: ../src/guestfs-actions.pod:3603 ../src/guestfs-actions.pod:4076
msgid "\"windows\""
msgstr "\"windows\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2303 ../src/guestfs-actions.pod:3603
+#: ../fish/guestfish-actions.pod:2305 ../src/guestfs-actions.pod:3605
msgid ""
"Windows does not have distributions. This string is returned if the OS type "
"is Windows."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2308 ../fish/guestfish-actions.pod:2387
-#: ../fish/guestfish-actions.pod:2664 ../src/guestfs-actions.pod:3608
-#: ../src/guestfs-actions.pod:3712 ../src/guestfs-actions.pod:4100
+#: ../fish/guestfish-actions.pod:2310 ../fish/guestfish-actions.pod:2389
+#: ../fish/guestfish-actions.pod:2666 ../src/guestfs-actions.pod:3610
+#: ../src/guestfs-actions.pod:3714 ../src/guestfs-actions.pod:4102
msgid ""
"Future versions of libguestfs may return other strings here. The caller "
"should be prepared to handle any string."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2313
+#: ../fish/guestfish-actions.pod:2315
msgid "inspect-get-drive-mappings"
msgstr "inspect-get-drive-mappings"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2315
+#: ../fish/guestfish-actions.pod:2317
#, no-wrap
msgid ""
" inspect-get-drive-mappings root\n"
@@ -14491,7 +14521,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2317 ../src/guestfs-actions.pod:3624
+#: ../fish/guestfish-actions.pod:2319 ../src/guestfs-actions.pod:3626
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 "
@@ -14500,7 +14530,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2323 ../src/guestfs-actions.pod:3630
+#: ../fish/guestfish-actions.pod:2325 ../src/guestfs-actions.pod:3632
#, no-wrap
msgid ""
" C => /dev/vda2\n"
@@ -14514,7 +14544,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2327 ../src/guestfs-actions.pod:3634
+#: ../fish/guestfish-actions.pod:2329 ../src/guestfs-actions.pod:3636
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 "
@@ -14522,7 +14552,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2331 ../src/guestfs-actions.pod:3638
+#: ../fish/guestfish-actions.pod:2333 ../src/guestfs-actions.pod:3640
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 "
@@ -14531,33 +14561,33 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2336 ../src/guestfs-actions.pod:3643
+#: ../fish/guestfish-actions.pod:2338 ../src/guestfs-actions.pod:3645
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:2339 ../src/guestfs-actions.pod:3646
+#: ../fish/guestfish-actions.pod:2341 ../src/guestfs-actions.pod:3648
msgid ""
"For guests that do not use drive mappings, or if the drive mappings could "
"not be determined, this returns an empty hash table."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2342
+#: ../fish/guestfish-actions.pod:2344
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also L</inspect-"
"get-mountpoints>, L</inspect-get-filesystems>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2346
+#: ../fish/guestfish-actions.pod:2348
msgid "inspect-get-filesystems"
msgstr "inspect-get-filesystems"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2348
+#: ../fish/guestfish-actions.pod:2350
#, no-wrap
msgid ""
" inspect-get-filesystems root\n"
@@ -14567,7 +14597,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2350 ../src/guestfs-actions.pod:3667
+#: ../fish/guestfish-actions.pod:2352 ../src/guestfs-actions.pod:3669
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 "
@@ -14575,26 +14605,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2355 ../src/guestfs-actions.pod:3672
+#: ../fish/guestfish-actions.pod:2357 ../src/guestfs-actions.pod:3674
msgid ""
"In the case of a multi-boot virtual machine, it is possible for a filesystem "
"to be shared between operating systems."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2358
+#: ../fish/guestfish-actions.pod:2360
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also L</inspect-"
"get-mountpoints>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2361
+#: ../fish/guestfish-actions.pod:2363
msgid "inspect-get-format"
msgstr "inspect-get-format"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2363
+#: ../fish/guestfish-actions.pod:2365
#, no-wrap
msgid ""
" inspect-get-format root\n"
@@ -14604,51 +14634,51 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2365 ../src/guestfs-actions.pod:3690
+#: ../fish/guestfish-actions.pod:2367 ../src/guestfs-actions.pod:3692
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:2368 ../src/guestfs-actions.pod:3693
+#: ../fish/guestfish-actions.pod:2370 ../src/guestfs-actions.pod:3695
msgid "Currently defined formats are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2372 ../src/guestfs-actions.pod:3697
+#: ../fish/guestfish-actions.pod:2374 ../src/guestfs-actions.pod:3699
msgid "\"installed\""
msgstr "\"installed\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2374 ../src/guestfs-actions.pod:3699
+#: ../fish/guestfish-actions.pod:2376 ../src/guestfs-actions.pod:3701
msgid "This is an installed operating system."
msgstr "Це встановлена операційна система."
#. type: =item
-#: ../fish/guestfish-actions.pod:2376 ../src/guestfs-actions.pod:3701
+#: ../fish/guestfish-actions.pod:2378 ../src/guestfs-actions.pod:3703
msgid "\"installer\""
msgstr "\"installer\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2378 ../src/guestfs-actions.pod:3703
+#: ../fish/guestfish-actions.pod:2380 ../src/guestfs-actions.pod:3705
msgid ""
"The disk image being inspected is not an installed operating system, but a "
"I<bootable> install disk, live CD, or similar."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2383 ../src/guestfs-actions.pod:3708
+#: ../fish/guestfish-actions.pod:2385 ../src/guestfs-actions.pod:3710
msgid "The format of this disk image is not known."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2392
+#: ../fish/guestfish-actions.pod:2394
msgid "inspect-get-hostname"
msgstr "inspect-get-hostname"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2394
+#: ../fish/guestfish-actions.pod:2396
#, no-wrap
msgid ""
" inspect-get-hostname root\n"
@@ -14658,26 +14688,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2396 ../src/guestfs-actions.pod:3728
+#: ../fish/guestfish-actions.pod:2398 ../src/guestfs-actions.pod:3730
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:2399 ../src/guestfs-actions.pod:3731
+#: ../fish/guestfish-actions.pod:2401 ../src/guestfs-actions.pod:3733
msgid ""
"If the hostname could not be determined, then the string C<unknown> is "
"returned."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2404
+#: ../fish/guestfish-actions.pod:2406
msgid "inspect-get-icon"
msgstr "inspect-get-icon"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2406
+#: ../fish/guestfish-actions.pod:2408
#, no-wrap
msgid ""
" inspect-get-icon root [favicon:true|false] [highquality:true|false]\n"
@@ -14685,7 +14715,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2408 ../src/guestfs-actions.pod:3757
+#: ../fish/guestfish-actions.pod:2410 ../src/guestfs-actions.pod:3759
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 "
@@ -14693,14 +14723,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2412 ../src/guestfs-actions.pod:3761
+#: ../fish/guestfish-actions.pod:2414 ../src/guestfs-actions.pod:3763
msgid ""
"If it was not possible to get an icon this function returns a zero-length "
"(non-NULL) buffer. I<Callers must check for this case>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2415 ../src/guestfs-actions.pod:3764
+#: ../fish/guestfish-actions.pod:2417 ../src/guestfs-actions.pod:3766
msgid ""
"Libguestfs will start by looking for a file called C</etc/favicon.png> or "
"C<C:\\etc\\favicon.png> and if it has the correct format, the contents of "
@@ -14709,14 +14739,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2421 ../src/guestfs-actions.pod:3770
+#: ../fish/guestfish-actions.pod:2423 ../src/guestfs-actions.pod:3772
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:2424 ../src/guestfs-actions.pod:3773
+#: ../fish/guestfish-actions.pod:2426 ../src/guestfs-actions.pod:3775
msgid ""
"If the optional C<highquality> boolean is true then only high quality icons "
"are returned, which means only icons of high resolution with an alpha "
@@ -14725,7 +14755,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2435 ../src/guestfs-actions.pod:3784
+#: ../fish/guestfish-actions.pod:2437 ../src/guestfs-actions.pod:3786
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 "
@@ -14733,7 +14763,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2441 ../src/guestfs-actions.pod:3790
+#: ../fish/guestfish-actions.pod:2443 ../src/guestfs-actions.pod:3792
msgid ""
"B<Security:> The icon data comes from the untrusted guest, and should be "
"treated with caution. PNG files have been known to contain exploits. "
@@ -14742,7 +14772,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2449 ../src/guestfs-actions.pod:3798
+#: ../fish/guestfish-actions.pod:2451 ../src/guestfs-actions.pod:3800
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 "
@@ -14750,7 +14780,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2456 ../src/guestfs-actions.pod:3805
+#: ../fish/guestfish-actions.pod:2458 ../src/guestfs-actions.pod:3807
msgid ""
"Extracting icons from Windows guests requires the external C<wrestool> "
"program from the C<icoutils> package, and several programs (C<bmptopnm>, "
@@ -14759,19 +14789,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2463 ../src/guestfs-actions.pod:3812
+#: ../fish/guestfish-actions.pod:2465 ../src/guestfs-actions.pod:3814
msgid ""
"Operating system icons are usually trademarks. Seek legal advice before "
"using trademarks in applications."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2470
+#: ../fish/guestfish-actions.pod:2472
msgid "inspect-get-major-version"
msgstr "inspect-get-major-version"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2472
+#: ../fish/guestfish-actions.pod:2474
#, no-wrap
msgid ""
" inspect-get-major-version root\n"
@@ -14781,13 +14811,13 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2474 ../src/guestfs-actions.pod:3853
+#: ../fish/guestfish-actions.pod:2476 ../src/guestfs-actions.pod:3855
msgid ""
"This returns the major version number of the inspected operating system."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2477 ../src/guestfs-actions.pod:3856
+#: ../fish/guestfish-actions.pod:2479 ../src/guestfs-actions.pod:3858
msgid ""
"Windows uses a consistent versioning scheme which is I<not> reflected in the "
"popular public names used by the operating system. Notably the operating "
@@ -14797,18 +14827,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2484 ../fish/guestfish-actions.pod:2495
-#: ../src/guestfs-actions.pod:3863 ../src/guestfs-actions.pod:3880
+#: ../fish/guestfish-actions.pod:2486 ../fish/guestfish-actions.pod:2497
+#: ../src/guestfs-actions.pod:3865 ../src/guestfs-actions.pod:3882
msgid "If the version could not be determined, then C<0> is returned."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2488
+#: ../fish/guestfish-actions.pod:2490
msgid "inspect-get-minor-version"
msgstr "inspect-get-minor-version"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2490
+#: ../fish/guestfish-actions.pod:2492
#, no-wrap
msgid ""
" inspect-get-minor-version root\n"
@@ -14818,25 +14848,25 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2492 ../src/guestfs-actions.pod:3877
+#: ../fish/guestfish-actions.pod:2494 ../src/guestfs-actions.pod:3879
msgid ""
"This returns the minor version number of the inspected operating system."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2497
+#: ../fish/guestfish-actions.pod:2499
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also L</inspect-"
"get-major-version>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2500
+#: ../fish/guestfish-actions.pod:2502
msgid "inspect-get-mountpoints"
msgstr "inspect-get-mountpoints"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2502
+#: ../fish/guestfish-actions.pod:2504
#, no-wrap
msgid ""
" inspect-get-mountpoints root\n"
@@ -14846,7 +14876,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2504 ../src/guestfs-actions.pod:3895
+#: ../fish/guestfish-actions.pod:2506 ../src/guestfs-actions.pod:3897
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 "
@@ -14857,7 +14887,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2513 ../src/guestfs-actions.pod:3904
+#: ../fish/guestfish-actions.pod:2515 ../src/guestfs-actions.pod:3906
msgid ""
"Each element in the returned hashtable has a key which is the path of the "
"mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
@@ -14865,13 +14895,13 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2518 ../src/guestfs-actions.pod:3909
+#: ../fish/guestfish-actions.pod:2520 ../src/guestfs-actions.pod:3911
msgid ""
"Non-mounted devices such as swap devices are I<not> returned in this list."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2521
+#: ../fish/guestfish-actions.pod:2523
msgid ""
"For operating systems like Windows which still use drive letters, this call "
"will only return an entry for the first drive \"mounted on\" C</>. For "
@@ -14880,19 +14910,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2527
+#: ../fish/guestfish-actions.pod:2529
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also L</inspect-"
"get-filesystems>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2530
+#: ../fish/guestfish-actions.pod:2532
msgid "inspect-get-package-format"
msgstr "inspect-get-package-format"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2532
+#: ../fish/guestfish-actions.pod:2534
#, no-wrap
msgid ""
" inspect-get-package-format root\n"
@@ -14902,7 +14932,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2534
+#: ../fish/guestfish-actions.pod:2536
msgid ""
"This function and L</inspect-get-package-management> return the package "
"format and package management tool used by the inspected operating system. "
@@ -14911,7 +14941,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2540 ../src/guestfs-actions.pod:3941
+#: ../fish/guestfish-actions.pod:2542 ../src/guestfs-actions.pod:3943
msgid ""
"This returns the string C<unknown> if we could not determine the package "
"format I<or> if the operating system does not have a real packaging system "
@@ -14919,19 +14949,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2544 ../src/guestfs-actions.pod:3945
+#: ../fish/guestfish-actions.pod:2546 ../src/guestfs-actions.pod:3947
msgid ""
"Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>, "
"C<pkgsrc>. Future versions of libguestfs may return other strings."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2550
+#: ../fish/guestfish-actions.pod:2552
msgid "inspect-get-package-management"
msgstr "inspect-get-package-management"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2552
+#: ../fish/guestfish-actions.pod:2554
#, no-wrap
msgid ""
" inspect-get-package-management root\n"
@@ -14941,7 +14971,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2554
+#: ../fish/guestfish-actions.pod:2556
msgid ""
"L</inspect-get-package-format> and this function return the package format "
"and package management tool used by the inspected operating system. For "
@@ -14950,7 +14980,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2560 ../src/guestfs-actions.pod:3968
+#: ../fish/guestfish-actions.pod:2562 ../src/guestfs-actions.pod:3970
msgid ""
"This returns the string C<unknown> if we could not determine the package "
"management tool I<or> if the operating system does not have a real packaging "
@@ -14958,7 +14988,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2564 ../src/guestfs-actions.pod:3972
+#: ../fish/guestfish-actions.pod:2566 ../src/guestfs-actions.pod:3974
msgid ""
"Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
"derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>, C<zypper>. Future "
@@ -14966,12 +14996,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2571
+#: ../fish/guestfish-actions.pod:2573
msgid "inspect-get-product-name"
msgstr "inspect-get-product-name"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2573
+#: ../fish/guestfish-actions.pod:2575
#, no-wrap
msgid ""
" inspect-get-product-name root\n"
@@ -14981,7 +15011,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2575 ../src/guestfs-actions.pod:3990
+#: ../fish/guestfish-actions.pod:2577 ../src/guestfs-actions.pod:3992
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 "
@@ -14989,19 +15019,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2580 ../src/guestfs-actions.pod:3995
+#: ../fish/guestfish-actions.pod:2582 ../src/guestfs-actions.pod:3997
msgid ""
"If the product name could not be determined, then the string C<unknown> is "
"returned."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2585
+#: ../fish/guestfish-actions.pod:2587
msgid "inspect-get-product-variant"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2587
+#: ../fish/guestfish-actions.pod:2589
#, no-wrap
msgid ""
" inspect-get-product-variant root\n"
@@ -15009,12 +15039,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2589 ../src/guestfs-actions.pod:4011
+#: ../fish/guestfish-actions.pod:2591 ../src/guestfs-actions.pod:4013
msgid "This returns the product variant of the inspected operating system."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2592 ../src/guestfs-actions.pod:4014
+#: ../fish/guestfish-actions.pod:2594 ../src/guestfs-actions.pod:4016
msgid ""
"For Windows guests, this returns the contents of the Registry key C<HKLM"
"\\Software\\Microsoft\\Windows NT\\CurrentVersion> C<InstallationType> which "
@@ -15026,7 +15056,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2601 ../src/guestfs-actions.pod:4023
+#: ../fish/guestfish-actions.pod:2603 ../src/guestfs-actions.pod:4025
msgid ""
"For enterprise Linux guests, in future we intend this to return the product "
"variant such as C<Desktop>, C<Server> and so on. But this is not "
@@ -15034,26 +15064,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2605 ../src/guestfs-actions.pod:4027
+#: ../fish/guestfish-actions.pod:2607 ../src/guestfs-actions.pod:4029
msgid ""
"If the product variant could not be determined, then the string C<unknown> "
"is returned."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2608
+#: ../fish/guestfish-actions.pod:2610
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also L</inspect-"
"get-product-name>, L</inspect-get-major-version>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2612
+#: ../fish/guestfish-actions.pod:2614
msgid "inspect-get-roots"
msgstr "inspect-get-roots"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2614
+#: ../fish/guestfish-actions.pod:2616
#, no-wrap
msgid ""
" inspect-get-roots\n"
@@ -15063,7 +15093,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2616
+#: ../fish/guestfish-actions.pod:2618
msgid ""
"This function is a convenient way to get the list of root devices, as "
"returned from a previous call to L</inspect-os>, but without redoing the "
@@ -15071,19 +15101,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2620
+#: ../fish/guestfish-actions.pod:2622
msgid ""
"This returns an empty list if either no root devices were found or the "
"caller has not called L</inspect-os>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2625
+#: ../fish/guestfish-actions.pod:2627
msgid "inspect-get-type"
msgstr "inspect-get-type"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2627
+#: ../fish/guestfish-actions.pod:2629
#, no-wrap
msgid ""
" inspect-get-type root\n"
@@ -15093,79 +15123,79 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2629 ../src/guestfs-actions.pod:4065
+#: ../fish/guestfish-actions.pod:2631 ../src/guestfs-actions.pod:4067
msgid ""
"This returns the type of the inspected operating system. Currently defined "
"types are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2634 ../src/guestfs-actions.pod:4070
+#: ../fish/guestfish-actions.pod:2636 ../src/guestfs-actions.pod:4072
msgid "\"linux\""
msgstr "\"linux\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2636 ../src/guestfs-actions.pod:4072
+#: ../fish/guestfish-actions.pod:2638 ../src/guestfs-actions.pod:4074
msgid "Any Linux-based operating system."
msgstr "Будь-яка заснована на Linux операційна система."
#. type: textblock
-#: ../fish/guestfish-actions.pod:2640 ../src/guestfs-actions.pod:4076
+#: ../fish/guestfish-actions.pod:2642 ../src/guestfs-actions.pod:4078
msgid "Any Microsoft Windows operating system."
msgstr "Будь-яка операційна система Microsoft Windows."
#. type: =item
-#: ../fish/guestfish-actions.pod:2642 ../src/guestfs-actions.pod:4078
+#: ../fish/guestfish-actions.pod:2644 ../src/guestfs-actions.pod:4080
msgid "\"freebsd\""
msgstr "\"freebsd\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2644 ../src/guestfs-actions.pod:4080
+#: ../fish/guestfish-actions.pod:2646 ../src/guestfs-actions.pod:4082
msgid "FreeBSD."
msgstr "FreeBSD."
#. type: =item
-#: ../fish/guestfish-actions.pod:2646 ../src/guestfs-actions.pod:4082
+#: ../fish/guestfish-actions.pod:2648 ../src/guestfs-actions.pod:4084
msgid "\"netbsd\""
msgstr "\"netbsd\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2648 ../src/guestfs-actions.pod:4084
+#: ../fish/guestfish-actions.pod:2650 ../src/guestfs-actions.pod:4086
msgid "NetBSD."
msgstr "NetBSD."
#. type: =item
-#: ../fish/guestfish-actions.pod:2650 ../src/guestfs-actions.pod:4086
+#: ../fish/guestfish-actions.pod:2652 ../src/guestfs-actions.pod:4088
msgid "\"hurd\""
msgstr "\"hurd\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2652 ../src/guestfs-actions.pod:4088
+#: ../fish/guestfish-actions.pod:2654 ../src/guestfs-actions.pod:4090
msgid "GNU/Hurd."
msgstr "GNU/Hurd."
#. type: =item
-#: ../fish/guestfish-actions.pod:2654 ../src/guestfs-actions.pod:4090
+#: ../fish/guestfish-actions.pod:2656 ../src/guestfs-actions.pod:4092
msgid "\"dos\""
msgstr "\"dos\""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2656 ../src/guestfs-actions.pod:4092
+#: ../fish/guestfish-actions.pod:2658 ../src/guestfs-actions.pod:4094
msgid "MS-DOS, FreeDOS and others."
msgstr "MS-DOS, FreeDOS та інші."
#. type: textblock
-#: ../fish/guestfish-actions.pod:2660 ../src/guestfs-actions.pod:4096
+#: ../fish/guestfish-actions.pod:2662 ../src/guestfs-actions.pod:4098
msgid "The operating system type could not be determined."
msgstr "Не вдалося визначити тип операційної системи."
#. type: =head2
-#: ../fish/guestfish-actions.pod:2669
+#: ../fish/guestfish-actions.pod:2671
msgid "inspect-get-windows-current-control-set"
msgstr "inspect-get-windows-current-control-set"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2671
+#: ../fish/guestfish-actions.pod:2673
#, no-wrap
msgid ""
" inspect-get-windows-current-control-set root\n"
@@ -15175,26 +15205,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2673 ../src/guestfs-actions.pod:4116
+#: ../fish/guestfish-actions.pod:2675 ../src/guestfs-actions.pod:4118
msgid ""
"This returns the Windows CurrentControlSet of the inspected guest. The "
"CurrentControlSet is a registry key name such as C<ControlSet001>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2676 ../src/guestfs-actions.pod:4119
+#: ../fish/guestfish-actions.pod:2678 ../src/guestfs-actions.pod:4121
msgid ""
"This call assumes that the guest is Windows and that the Registry could be "
"examined by inspection. If this is not the case then an error is returned."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2682
+#: ../fish/guestfish-actions.pod:2684
msgid "inspect-get-windows-systemroot"
msgstr "inspect-get-windows-systemroot"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2684
+#: ../fish/guestfish-actions.pod:2686
#, no-wrap
msgid ""
" inspect-get-windows-systemroot root\n"
@@ -15204,26 +15234,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2686 ../src/guestfs-actions.pod:4136
+#: ../fish/guestfish-actions.pod:2688 ../src/guestfs-actions.pod:4138
msgid ""
"This returns the Windows systemroot of the inspected guest. The systemroot "
"is a directory path such as C</WINDOWS>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2689 ../src/guestfs-actions.pod:4139
+#: ../fish/guestfish-actions.pod:2691 ../src/guestfs-actions.pod:4141
msgid ""
"This call assumes that the guest is Windows and that the systemroot could be "
"determined by inspection. If this is not the case then an error is returned."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2695
+#: ../fish/guestfish-actions.pod:2697
msgid "inspect-is-live"
msgstr "inspect-is-live"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2697
+#: ../fish/guestfish-actions.pod:2699
#, no-wrap
msgid ""
" inspect-is-live root\n"
@@ -15233,19 +15263,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2699
+#: ../fish/guestfish-actions.pod:2701
msgid ""
"If L</inspect-get-format> returns C<installer> (this is an install disk), "
"then this returns true if a live image was detected on the disk."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2705
+#: ../fish/guestfish-actions.pod:2707
msgid "inspect-is-multipart"
msgstr "inspect-is-multipart"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2707
+#: ../fish/guestfish-actions.pod:2709
#, no-wrap
msgid ""
" inspect-is-multipart root\n"
@@ -15255,19 +15285,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2709
+#: ../fish/guestfish-actions.pod:2711
msgid ""
"If L</inspect-get-format> returns C<installer> (this is an install disk), "
"then this returns true if the disk is part of a set."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2715
+#: ../fish/guestfish-actions.pod:2717
msgid "inspect-is-netinst"
msgstr "inspect-is-netinst"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2717
+#: ../fish/guestfish-actions.pod:2719
#, no-wrap
msgid ""
" inspect-is-netinst root\n"
@@ -15277,7 +15307,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2719
+#: ../fish/guestfish-actions.pod:2721
msgid ""
"If L</inspect-get-format> returns C<installer> (this is an install disk), "
"then this returns true if the disk is a network installer, ie. not a self-"
@@ -15286,12 +15316,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2727
+#: ../fish/guestfish-actions.pod:2729
msgid "inspect-list-applications"
msgstr "inspect-list-applications"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2729
+#: ../fish/guestfish-actions.pod:2731
#, no-wrap
msgid ""
" inspect-list-applications root\n"
@@ -15301,12 +15331,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2731 ../src/guestfs-actions.pod:4206
+#: ../fish/guestfish-actions.pod:2733 ../src/guestfs-actions.pod:4208
msgid "Return the list of applications installed in the operating system."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2733
+#: ../fish/guestfish-actions.pod:2735
msgid ""
"I<Note:> This call works differently from other parts of the inspection "
"API. You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
@@ -15318,91 +15348,91 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2743 ../src/guestfs-actions.pod:4218
+#: ../fish/guestfish-actions.pod:2745 ../src/guestfs-actions.pod:4220
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:2746 ../src/guestfs-actions.pod:4221
+#: ../fish/guestfish-actions.pod:2748 ../src/guestfs-actions.pod:4223
msgid "The application structure contains the following fields:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2750 ../src/guestfs-actions.pod:4225
+#: ../fish/guestfish-actions.pod:2752 ../src/guestfs-actions.pod:4227
msgid "C<app_name>"
msgstr "C<app_name>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2752 ../src/guestfs-actions.pod:4227
+#: ../fish/guestfish-actions.pod:2754 ../src/guestfs-actions.pod:4229
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:2755 ../src/guestfs-actions.pod:4230
+#: ../fish/guestfish-actions.pod:2757 ../src/guestfs-actions.pod:4232
msgid "C<app_display_name>"
msgstr "C<app_display_name>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2757 ../src/guestfs-actions.pod:4232
+#: ../fish/guestfish-actions.pod:2759 ../src/guestfs-actions.pod:4234
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:2760 ../src/guestfs-actions.pod:4235
+#: ../fish/guestfish-actions.pod:2762 ../src/guestfs-actions.pod:4237
msgid ""
"If unavailable this is returned as an empty string C<\"\">. Callers needing "
"to display something can use C<app_name> instead."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2763 ../src/guestfs-actions.pod:4238
+#: ../fish/guestfish-actions.pod:2765 ../src/guestfs-actions.pod:4240
msgid "C<app_epoch>"
msgstr "C<app_epoch>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2765 ../src/guestfs-actions.pod:4240
+#: ../fish/guestfish-actions.pod:2767 ../src/guestfs-actions.pod:4242
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:2768 ../src/guestfs-actions.pod:4243
+#: ../fish/guestfish-actions.pod:2770 ../src/guestfs-actions.pod:4245
msgid "C<app_version>"
msgstr "C<app_version>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2770 ../src/guestfs-actions.pod:4245
+#: ../fish/guestfish-actions.pod:2772 ../src/guestfs-actions.pod:4247
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:2773 ../src/guestfs-actions.pod:4248
+#: ../fish/guestfish-actions.pod:2775 ../src/guestfs-actions.pod:4250
msgid "C<app_release>"
msgstr "C<app_release>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2775 ../src/guestfs-actions.pod:4250
+#: ../fish/guestfish-actions.pod:2777 ../src/guestfs-actions.pod:4252
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:2779 ../src/guestfs-actions.pod:4254
+#: ../fish/guestfish-actions.pod:2781 ../src/guestfs-actions.pod:4256
msgid "C<app_install_path>"
msgstr "C<app_install_path>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2781 ../src/guestfs-actions.pod:4256
+#: ../fish/guestfish-actions.pod:2783 ../src/guestfs-actions.pod:4258
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 "
@@ -15410,89 +15440,89 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2786 ../src/guestfs-actions.pod:4261
+#: ../fish/guestfish-actions.pod:2788 ../src/guestfs-actions.pod:4263
msgid "If unavailable this is returned as an empty string C<\"\">."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:2788 ../src/guestfs-actions.pod:4263
+#: ../fish/guestfish-actions.pod:2790 ../src/guestfs-actions.pod:4265
msgid "C<app_trans_path>"
msgstr "C<app_trans_path>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2790 ../src/guestfs-actions.pod:4265
+#: ../fish/guestfish-actions.pod:2792 ../src/guestfs-actions.pod:4267
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:2793 ../src/guestfs-actions.pod:4268
+#: ../fish/guestfish-actions.pod:2795 ../src/guestfs-actions.pod:4270
msgid "C<app_publisher>"
msgstr "C<app_publisher>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2795 ../src/guestfs-actions.pod:4270
+#: ../fish/guestfish-actions.pod:2797 ../src/guestfs-actions.pod:4272
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:2799 ../src/guestfs-actions.pod:4274
+#: ../fish/guestfish-actions.pod:2801 ../src/guestfs-actions.pod:4276
msgid "C<app_url>"
msgstr "C<app_url>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2801 ../src/guestfs-actions.pod:4276
+#: ../fish/guestfish-actions.pod:2803 ../src/guestfs-actions.pod:4278
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:2804 ../src/guestfs-actions.pod:4279
+#: ../fish/guestfish-actions.pod:2806 ../src/guestfs-actions.pod:4281
msgid "C<app_source_package>"
msgstr "C<app_source_package>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2806 ../src/guestfs-actions.pod:4281
+#: ../fish/guestfish-actions.pod:2808 ../src/guestfs-actions.pod:4283
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:2809 ../src/guestfs-actions.pod:4284
+#: ../fish/guestfish-actions.pod:2811 ../src/guestfs-actions.pod:4286
msgid "C<app_summary>"
msgstr "C<app_summary>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2811 ../src/guestfs-actions.pod:4286
+#: ../fish/guestfish-actions.pod:2813 ../src/guestfs-actions.pod:4288
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:2814 ../src/guestfs-actions.pod:4289
+#: ../fish/guestfish-actions.pod:2816 ../src/guestfs-actions.pod:4291
msgid "C<app_description>"
msgstr "C<app_description>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2816 ../src/guestfs-actions.pod:4291
+#: ../fish/guestfish-actions.pod:2818 ../src/guestfs-actions.pod:4293
msgid ""
"A longer description of the application or package. If unavailable this is "
"returned as an empty string C<\"\">."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2823
+#: ../fish/guestfish-actions.pod:2825
msgid "inspect-os"
msgstr "inspect-os"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2825
+#: ../fish/guestfish-actions.pod:2827
#, no-wrap
msgid ""
" inspect-os\n"
@@ -15502,7 +15532,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2827 ../src/guestfs-actions.pod:4309
+#: ../fish/guestfish-actions.pod:2829 ../src/guestfs-actions.pod:4311
msgid ""
"This function uses other libguestfs functions and certain heuristics to "
"inspect the disk(s) (usually disks belonging to a virtual machine), looking "
@@ -15510,12 +15540,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2831 ../src/guestfs-actions.pod:4313
+#: ../fish/guestfish-actions.pod:2833 ../src/guestfs-actions.pod:4315
msgid "The list returned is empty if no operating systems were found."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2833 ../src/guestfs-actions.pod:4315
+#: ../fish/guestfish-actions.pod:2835 ../src/guestfs-actions.pod:4317
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. "
@@ -15525,7 +15555,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2840
+#: ../fish/guestfish-actions.pod:2842
msgid ""
"You can pass the root string(s) returned to other L</inspect-get-*> "
"functions in order to query further information about each operating system, "
@@ -15533,7 +15563,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2845
+#: ../fish/guestfish-actions.pod:2847
msgid ""
"This function uses other libguestfs features such as L</mount-ro> and L</"
"umount-all> in order to mount and unmount filesystems and look at the "
@@ -15542,25 +15572,25 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2851 ../src/guestfs-actions.pod:4333
+#: ../fish/guestfish-actions.pod:2853 ../src/guestfs-actions.pod:4335
msgid ""
"This function cannot decrypt encrypted disks. The caller must do that first "
"(supplying the necessary keys) if the disk is encrypted."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2857 ../fish/guestfish-actions.pod:3080
-#: ../fish/guestfish-actions.pod:3145
+#: ../fish/guestfish-actions.pod:2859 ../fish/guestfish-actions.pod:3087
+#: ../fish/guestfish-actions.pod:3152
msgid "See also L</list-filesystems>."
msgstr "Див. також L</list-filesystems>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:2859
+#: ../fish/guestfish-actions.pod:2861
msgid "is-blockdev"
msgstr "is-blockdev"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2861
+#: ../fish/guestfish-actions.pod:2863
#, no-wrap
msgid ""
" is-blockdev path\n"
@@ -15570,27 +15600,27 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2863 ../src/guestfs-actions.pod:4353
+#: ../fish/guestfish-actions.pod:2865 ../src/guestfs-actions.pod:4355
msgid ""
"This returns C<true> if and only if there is a block device with the given "
"C<path> name."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2866 ../fish/guestfish-actions.pod:2875
-#: ../fish/guestfish-actions.pod:2894 ../fish/guestfish-actions.pod:2903
-#: ../fish/guestfish-actions.pod:2913 ../fish/guestfish-actions.pod:2947
-#: ../fish/guestfish-actions.pod:2956
+#: ../fish/guestfish-actions.pod:2868 ../fish/guestfish-actions.pod:2877
+#: ../fish/guestfish-actions.pod:2896 ../fish/guestfish-actions.pod:2905
+#: ../fish/guestfish-actions.pod:2915 ../fish/guestfish-actions.pod:2949
+#: ../fish/guestfish-actions.pod:2958
msgid "See also L</stat>."
msgstr "Див. також L</stat>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:2868
+#: ../fish/guestfish-actions.pod:2870
msgid "is-chardev"
msgstr "is-chardev"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2870
+#: ../fish/guestfish-actions.pod:2872
#, no-wrap
msgid ""
" is-chardev path\n"
@@ -15600,19 +15630,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2872 ../src/guestfs-actions.pod:4368
+#: ../fish/guestfish-actions.pod:2874 ../src/guestfs-actions.pod:4370
msgid ""
"This returns C<true> if and only if there is a character device with the "
"given C<path> name."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2877
+#: ../fish/guestfish-actions.pod:2879
msgid "is-config"
msgstr "is-config"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2879
+#: ../fish/guestfish-actions.pod:2881
#, no-wrap
msgid ""
" is-config\n"
@@ -15622,19 +15652,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2881 ../src/guestfs-actions.pod:4382
+#: ../fish/guestfish-actions.pod:2883 ../src/guestfs-actions.pod:4384
msgid ""
"This returns true iff this handle is being configured (in the C<CONFIG> "
"state)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2886
+#: ../fish/guestfish-actions.pod:2888
msgid "is-dir"
msgstr "is-dir"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2888
+#: ../fish/guestfish-actions.pod:2890
#, no-wrap
msgid ""
" is-dir path\n"
@@ -15644,19 +15674,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2890 ../src/guestfs-actions.pod:4397
+#: ../fish/guestfish-actions.pod:2892 ../src/guestfs-actions.pod:4399
msgid ""
"This returns C<true> if and only if there is a directory with the given "
"C<path> name. Note that it returns false for other objects like files."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2896
+#: ../fish/guestfish-actions.pod:2898
msgid "is-fifo"
msgstr "is-fifo"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2898
+#: ../fish/guestfish-actions.pod:2900
#, no-wrap
msgid ""
" is-fifo path\n"
@@ -15666,19 +15696,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2900 ../src/guestfs-actions.pod:4413
+#: ../fish/guestfish-actions.pod:2902 ../src/guestfs-actions.pod:4415
msgid ""
"This returns C<true> if and only if there is a FIFO (named pipe) with the "
"given C<path> name."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2905
+#: ../fish/guestfish-actions.pod:2907
msgid "is-file"
msgstr "is-file"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2907
+#: ../fish/guestfish-actions.pod:2909
#, no-wrap
msgid ""
" is-file path\n"
@@ -15688,19 +15718,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2909 ../src/guestfs-actions.pod:4428
+#: ../fish/guestfish-actions.pod:2911 ../src/guestfs-actions.pod:4430
msgid ""
"This returns C<true> if and only if there is a regular file with the given "
"C<path> name. Note that it returns false for other objects like directories."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2915
+#: ../fish/guestfish-actions.pod:2917
msgid "is-launching"
msgstr "is-launching"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2917
+#: ../fish/guestfish-actions.pod:2919
#, no-wrap
msgid ""
" is-launching\n"
@@ -15710,19 +15740,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2919 ../src/guestfs-actions.pod:4443
+#: ../fish/guestfish-actions.pod:2921 ../src/guestfs-actions.pod:4445
msgid ""
"This returns true iff this handle is launching the subprocess (in the "
"C<LAUNCHING> state)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2924
+#: ../fish/guestfish-actions.pod:2926
msgid "is-lv"
msgstr "is-lv"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2926
+#: ../fish/guestfish-actions.pod:2928
#, no-wrap
msgid ""
" is-lv device\n"
@@ -15732,19 +15762,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2928 ../src/guestfs-actions.pod:4458
+#: ../fish/guestfish-actions.pod:2930 ../src/guestfs-actions.pod:4460
msgid ""
"This command tests whether C<device> is a logical volume, and returns true "
"iff this is the case."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2931
+#: ../fish/guestfish-actions.pod:2933
msgid "is-ready"
msgstr "is-ready"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2933
+#: ../fish/guestfish-actions.pod:2935
#, no-wrap
msgid ""
" is-ready\n"
@@ -15754,19 +15784,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2935 ../src/guestfs-actions.pod:4470
+#: ../fish/guestfish-actions.pod:2937 ../src/guestfs-actions.pod:4472
msgid ""
"This returns true iff this handle is ready to accept commands (in the "
"C<READY> state)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2940
+#: ../fish/guestfish-actions.pod:2942
msgid "is-socket"
msgstr "is-socket"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2942
+#: ../fish/guestfish-actions.pod:2944
#, no-wrap
msgid ""
" is-socket path\n"
@@ -15776,19 +15806,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2944 ../src/guestfs-actions.pod:4485
+#: ../fish/guestfish-actions.pod:2946 ../src/guestfs-actions.pod:4487
msgid ""
"This returns C<true> if and only if there is a Unix domain socket with the "
"given C<path> name."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2949
+#: ../fish/guestfish-actions.pod:2951
msgid "is-symlink"
msgstr "is-symlink"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2951
+#: ../fish/guestfish-actions.pod:2953
#, no-wrap
msgid ""
" is-symlink path\n"
@@ -15798,19 +15828,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:2953 ../src/guestfs-actions.pod:4500
+#: ../fish/guestfish-actions.pod:2955 ../src/guestfs-actions.pod:4502
msgid ""
"This returns C<true> if and only if there is a symbolic link with the given "
"C<path> name."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2958
+#: ../fish/guestfish-actions.pod:2960
msgid "is-zero"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2960
+#: ../fish/guestfish-actions.pod:2962
#, no-wrap
msgid ""
" is-zero path\n"
@@ -15818,19 +15848,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2962 ../src/guestfs-actions.pod:4515
+#: ../fish/guestfish-actions.pod:2964 ../src/guestfs-actions.pod:4517
msgid ""
"This returns true iff the file exists and the file is empty or it contains "
"all zero bytes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2965
+#: ../fish/guestfish-actions.pod:2967
msgid "is-zero-device"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2967
+#: ../fish/guestfish-actions.pod:2969
#, no-wrap
msgid ""
" is-zero-device device\n"
@@ -15838,22 +15868,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2969 ../src/guestfs-actions.pod:4528
+#: ../fish/guestfish-actions.pod:2971 ../src/guestfs-actions.pod:4530
msgid "This returns true iff the device exists and contains all zero bytes."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2971 ../src/guestfs-actions.pod:4530
+#: ../fish/guestfish-actions.pod:2973 ../src/guestfs-actions.pod:4532
msgid "Note that for large devices this can take a long time to run."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2973
+#: ../fish/guestfish-actions.pod:2975
msgid "isoinfo"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2975
+#: ../fish/guestfish-actions.pod:2977
#, no-wrap
msgid ""
" isoinfo isofile\n"
@@ -15861,7 +15891,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2977
+#: ../fish/guestfish-actions.pod:2979
msgid ""
"This is the same as L</isoinfo-device> except that it works for an ISO file "
"located inside some other mounted filesystem. Note that in the common case "
@@ -15870,12 +15900,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2983
+#: ../fish/guestfish-actions.pod:2985
msgid "isoinfo-device"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:2985
+#: ../fish/guestfish-actions.pod:2987
#, no-wrap
msgid ""
" isoinfo-device device\n"
@@ -15883,7 +15913,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2987 ../src/guestfs-actions.pod:4560
+#: ../fish/guestfish-actions.pod:2989 ../src/guestfs-actions.pod:4562
msgid ""
"C<device> is an ISO device. This returns a struct of information read from "
"the primary volume descriptor (the ISO equivalent of the superblock) of the "
@@ -15891,26 +15921,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2991 ../src/guestfs-actions.pod:4564
+#: ../fish/guestfish-actions.pod:2993 ../src/guestfs-actions.pod:4566
msgid ""
"Usually it is more efficient to use the L<isoinfo(1)> command with the I<-d> "
"option on the host to analyze ISO files, instead of going through libguestfs."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2995 ../src/guestfs-actions.pod:4568
+#: ../fish/guestfish-actions.pod:2997 ../src/guestfs-actions.pod:4570
msgid ""
"For information on the primary volume descriptor fields, see L<http://wiki."
"osdev.org/ISO_9660#The_Primary_Volume_Descriptor>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:2998
+#: ../fish/guestfish-actions.pod:3000
msgid "kill-subprocess"
msgstr "kill-subprocess"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3000
+#: ../fish/guestfish-actions.pod:3002
#, no-wrap
msgid ""
" kill-subprocess\n"
@@ -15920,34 +15950,34 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3002 ../src/guestfs-actions.pod:4589
+#: ../fish/guestfish-actions.pod:3004 ../src/guestfs-actions.pod:4591
msgid "This kills the qemu subprocess."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3004
+#: ../fish/guestfish-actions.pod:3006
msgid "Do not call this. See: L</shutdown> instead."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3006
+#: ../fish/guestfish-actions.pod:3008
msgid ""
"I<This function is deprecated.> In new code, use the L</shutdown> call "
"instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3013
+#: ../fish/guestfish-actions.pod:3015
msgid "launch"
msgstr "launch"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3015
+#: ../fish/guestfish-actions.pod:3017
msgid "run"
msgstr "run"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3017
+#: ../fish/guestfish-actions.pod:3019
#, no-wrap
msgid ""
" launch\n"
@@ -15957,26 +15987,35 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3019 ../src/guestfs-actions.pod:4602
+#: ../fish/guestfish-actions.pod:3021 ../src/guestfs-actions.pod:4604
msgid ""
"Internally libguestfs is implemented by running a virtual machine using "
"L<qemu(1)>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3022 ../src/guestfs-actions.pod:4605
+#: ../fish/guestfish-actions.pod:3024 ../src/guestfs-actions.pod:4607
msgid ""
"You should call this after configuring the handle (eg. adding drives) but "
"before performing any actions."
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:3027
+msgid ""
+"Do not call L</launch> twice on the same handle. Although it will not give "
+"an error (for historical reasons), the precise behaviour when you do this is "
+"not well defined. Handles are very cheap to create, so create a new one for "
+"each launch."
+msgstr ""
+
#. type: =head2
-#: ../fish/guestfish-actions.pod:3025
+#: ../fish/guestfish-actions.pod:3032
msgid "lchown"
msgstr "lchown"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3027
+#: ../fish/guestfish-actions.pod:3034
#, no-wrap
msgid ""
" lchown owner group path\n"
@@ -15986,7 +16025,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3029
+#: ../fish/guestfish-actions.pod:3036
msgid ""
"Change the file owner to C<owner> and group to C<group>. This is like L</"
"chown> but if C<path> is a symlink then the link itself is changed, not the "
@@ -15994,12 +16033,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3037
+#: ../fish/guestfish-actions.pod:3044
msgid "lgetxattr"
msgstr "lgetxattr"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3039
+#: ../fish/guestfish-actions.pod:3046
#, no-wrap
msgid ""
" lgetxattr path name\n"
@@ -16009,24 +16048,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3041 ../src/guestfs-actions.pod:4645
+#: ../fish/guestfish-actions.pod:3048 ../src/guestfs-actions.pod:4652
msgid ""
"Get a single extended attribute from file C<path> named C<name>. If C<path> "
"is a symlink, then this call returns an extended attribute from the symlink."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3055
+#: ../fish/guestfish-actions.pod:3062
msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
msgstr "Див. також L</lgetxattrs>, L</getxattr>, L<attr(5)>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:3057
+#: ../fish/guestfish-actions.pod:3064
msgid "lgetxattrs"
msgstr "lgetxattrs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3059
+#: ../fish/guestfish-actions.pod:3066
#, no-wrap
msgid ""
" lgetxattrs path\n"
@@ -16036,19 +16075,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3061
+#: ../fish/guestfish-actions.pod:3068
msgid ""
"This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
"it returns the extended attributes of the link itself."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3065
+#: ../fish/guestfish-actions.pod:3072
msgid "list-9p"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3067
+#: ../fish/guestfish-actions.pod:3074
#, no-wrap
msgid ""
" list-9p\n"
@@ -16056,19 +16095,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3069 ../src/guestfs-actions.pod:4688
+#: ../fish/guestfish-actions.pod:3076 ../src/guestfs-actions.pod:4695
msgid ""
"List all 9p filesystems attached to the guest. A list of mount tags is "
"returned."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3072
+#: ../fish/guestfish-actions.pod:3079
msgid "list-devices"
msgstr "list-devices"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3074
+#: ../fish/guestfish-actions.pod:3081
#, no-wrap
msgid ""
" list-devices\n"
@@ -16078,22 +16117,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3076 ../src/guestfs-actions.pod:4702
+#: ../fish/guestfish-actions.pod:3083 ../src/guestfs-actions.pod:4709
msgid "List all the block devices."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3078 ../src/guestfs-actions.pod:4704
+#: ../fish/guestfish-actions.pod:3085 ../src/guestfs-actions.pod:4711
msgid "The full block device names are returned, eg. C</dev/sda>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3082
+#: ../fish/guestfish-actions.pod:3089
msgid "list-dm-devices"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3084
+#: ../fish/guestfish-actions.pod:3091
#, no-wrap
msgid ""
" list-dm-devices\n"
@@ -16101,31 +16140,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3086 ../src/guestfs-actions.pod:4719
+#: ../fish/guestfish-actions.pod:3093 ../src/guestfs-actions.pod:4726
msgid "List all device mapper devices."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3088
+#: ../fish/guestfish-actions.pod:3095
msgid ""
"The returned list contains C</dev/mapper/*> devices, eg. ones created by a "
"previous call to L</luks-open>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3091
+#: ../fish/guestfish-actions.pod:3098
msgid ""
"Device mapper devices which correspond to logical volumes are I<not> "
"returned in this list. Call L</lvs> if you want to list logical volumes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3095
+#: ../fish/guestfish-actions.pod:3102
msgid "list-filesystems"
msgstr "list-filesystems"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3097
+#: ../fish/guestfish-actions.pod:3104
#, no-wrap
msgid ""
" list-filesystems\n"
@@ -16135,7 +16174,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3099 ../src/guestfs-actions.pod:4739
+#: ../fish/guestfish-actions.pod:3106 ../src/guestfs-actions.pod:4746
msgid ""
"This inspection command looks for filesystems on partitions, block devices "
"and logical volumes, returning a list of devices containing filesystems and "
@@ -16143,14 +16182,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3103 ../src/guestfs-actions.pod:4743
+#: ../fish/guestfish-actions.pod:3110 ../src/guestfs-actions.pod:4750
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:3107 ../src/guestfs-actions.pod:4747
+#: ../fish/guestfish-actions.pod:3114 ../src/guestfs-actions.pod:4754
#, no-wrap
msgid ""
" \"/dev/sda1\" => \"ntfs\"\n"
@@ -16161,14 +16200,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3112 ../src/guestfs-actions.pod:4752
+#: ../fish/guestfish-actions.pod:3119 ../src/guestfs-actions.pod:4759
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."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3116
+#: ../fish/guestfish-actions.pod:3123
msgid ""
"This command runs other libguestfs commands, which might include L</mount> "
"and L</umount>, and therefore you should use this soon after launch and only "
@@ -16176,7 +16215,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3120
+#: ../fish/guestfish-actions.pod:3127
msgid ""
"Not all of the filesystems returned will be mountable. In particular, swap "
"partitions are returned in the list. Also this command does not check that "
@@ -16186,12 +16225,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3128
+#: ../fish/guestfish-actions.pod:3135
msgid "list-md-devices"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3130
+#: ../fish/guestfish-actions.pod:3137
#, no-wrap
msgid ""
" list-md-devices\n"
@@ -16199,17 +16238,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3132 ../src/guestfs-actions.pod:4781
+#: ../fish/guestfish-actions.pod:3139 ../src/guestfs-actions.pod:4788
msgid "List all Linux md devices."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3134
+#: ../fish/guestfish-actions.pod:3141
msgid "list-partitions"
msgstr "list-partitions"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3136
+#: ../fish/guestfish-actions.pod:3143
#, no-wrap
msgid ""
" list-partitions\n"
@@ -16219,29 +16258,29 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3138 ../src/guestfs-actions.pod:4794
+#: ../fish/guestfish-actions.pod:3145 ../src/guestfs-actions.pod:4801
msgid "List all the partitions detected on all block devices."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3140 ../src/guestfs-actions.pod:4796
+#: ../fish/guestfish-actions.pod:3147 ../src/guestfs-actions.pod:4803
msgid "The full partition device names are returned, eg. C</dev/sda1>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3142
+#: ../fish/guestfish-actions.pod:3149
msgid ""
"This does not return logical volumes. For that you will need to call L</"
"lvs>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3147
+#: ../fish/guestfish-actions.pod:3154
msgid "ll"
msgstr "ll"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3149
+#: ../fish/guestfish-actions.pod:3156
#, no-wrap
msgid ""
" ll directory\n"
@@ -16251,27 +16290,27 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3151 ../src/guestfs-actions.pod:4815
+#: ../fish/guestfish-actions.pod:3158 ../src/guestfs-actions.pod:4822
msgid ""
"List the files in C<directory> (relative to the root directory, there is no "
"cwd) in the format of 'ls -la'."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3154 ../fish/guestfish-actions.pod:3163
-#: ../src/guestfs-actions.pod:4818 ../src/guestfs-actions.pod:4834
+#: ../fish/guestfish-actions.pod:3161 ../fish/guestfish-actions.pod:3170
+#: ../src/guestfs-actions.pod:4825 ../src/guestfs-actions.pod:4841
msgid ""
"This command is mostly useful for interactive sessions. It is I<not> "
"intended that you try to parse the output string."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3157
+#: ../fish/guestfish-actions.pod:3164
msgid "llz"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3159
+#: ../fish/guestfish-actions.pod:3166
#, no-wrap
msgid ""
" llz directory\n"
@@ -16279,17 +16318,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3161 ../src/guestfs-actions.pod:4832
+#: ../fish/guestfish-actions.pod:3168 ../src/guestfs-actions.pod:4839
msgid "List the files in C<directory> in the format of 'ls -laZ'."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3166
+#: ../fish/guestfish-actions.pod:3173
msgid "ln"
msgstr "ln"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3168
+#: ../fish/guestfish-actions.pod:3175
#, no-wrap
msgid ""
" ln target linkname\n"
@@ -16299,17 +16338,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3170 ../src/guestfs-actions.pod:4849
+#: ../fish/guestfish-actions.pod:3177 ../src/guestfs-actions.pod:4856
msgid "This command creates a hard link using the C<ln> command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3172
+#: ../fish/guestfish-actions.pod:3179
msgid "ln-f"
msgstr "ln-f"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3174
+#: ../fish/guestfish-actions.pod:3181
#, no-wrap
msgid ""
" ln-f target linkname\n"
@@ -16319,19 +16358,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3176 ../src/guestfs-actions.pod:4862
+#: ../fish/guestfish-actions.pod:3183 ../src/guestfs-actions.pod:4869
msgid ""
"This command creates a hard link using the C<ln -f> command. The I<-f> "
"option removes the link (C<linkname>) if it exists already."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3179
+#: ../fish/guestfish-actions.pod:3186
msgid "ln-s"
msgstr "ln-s"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3181
+#: ../fish/guestfish-actions.pod:3188
#, no-wrap
msgid ""
" ln-s target linkname\n"
@@ -16341,17 +16380,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3183 ../src/guestfs-actions.pod:4876
+#: ../fish/guestfish-actions.pod:3190 ../src/guestfs-actions.pod:4883
msgid "This command creates a symbolic link using the C<ln -s> command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3185
+#: ../fish/guestfish-actions.pod:3192
msgid "ln-sf"
msgstr "ln-sf"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3187
+#: ../fish/guestfish-actions.pod:3194
#, no-wrap
msgid ""
" ln-sf target linkname\n"
@@ -16361,19 +16400,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3189 ../src/guestfs-actions.pod:4889
+#: ../fish/guestfish-actions.pod:3196 ../src/guestfs-actions.pod:4896
msgid ""
"This command creates a symbolic link using the C<ln -sf> command, The I<-f> "
"option removes the link (C<linkname>) if it exists already."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3192
+#: ../fish/guestfish-actions.pod:3199
msgid "lremovexattr"
msgstr "lremovexattr"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3194
+#: ../fish/guestfish-actions.pod:3201
#, no-wrap
msgid ""
" lremovexattr xattr path\n"
@@ -16381,19 +16420,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3196
+#: ../fish/guestfish-actions.pod:3203
msgid ""
"This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
"it removes an extended attribute of the link itself."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3200
+#: ../fish/guestfish-actions.pod:3207
msgid "ls"
msgstr "ls"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3202
+#: ../fish/guestfish-actions.pod:3209
#, no-wrap
msgid ""
" ls directory\n"
@@ -16403,26 +16442,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3204 ../src/guestfs-actions.pod:4917
+#: ../fish/guestfish-actions.pod:3211 ../src/guestfs-actions.pod:4924
msgid ""
"List the files in C<directory> (relative to the root directory, there is no "
"cwd). The '.' and '..' entries are not returned, but hidden files are shown."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3208
+#: ../fish/guestfish-actions.pod:3215
msgid ""
"This command is mostly useful for interactive sessions. Programs should "
"probably use L</readdir> instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3211
+#: ../fish/guestfish-actions.pod:3218
msgid "lsetxattr"
msgstr "lsetxattr"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3213
+#: ../fish/guestfish-actions.pod:3220
#, no-wrap
msgid ""
" lsetxattr xattr val vallen path\n"
@@ -16430,19 +16469,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3215
+#: ../fish/guestfish-actions.pod:3222
msgid ""
"This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
"sets an extended attribute of the link itself."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3219
+#: ../fish/guestfish-actions.pod:3226
msgid "lstat"
msgstr "lstat"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3221
+#: ../fish/guestfish-actions.pod:3228
#, no-wrap
msgid ""
" lstat path\n"
@@ -16452,30 +16491,30 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3223 ../fish/guestfish-actions.pod:5384
-#: ../src/guestfs-actions.pod:4953 ../src/guestfs-actions.pod:8386
+#: ../fish/guestfish-actions.pod:3230 ../fish/guestfish-actions.pod:5391
+#: ../src/guestfs-actions.pod:4960 ../src/guestfs-actions.pod:8393
msgid "Returns file information for the given C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3225
+#: ../fish/guestfish-actions.pod:3232
msgid ""
"This is the same as L</stat> except that if C<path> is a symbolic link, then "
"the link is stat-ed, not the file it refers to."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3229 ../src/guestfs-actions.pod:4959
+#: ../fish/guestfish-actions.pod:3236 ../src/guestfs-actions.pod:4966
msgid "This is the same as the C<lstat(2)> system call."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3231
+#: ../fish/guestfish-actions.pod:3238
msgid "lstatlist"
msgstr "lstatlist"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3233
+#: ../fish/guestfish-actions.pod:3240
#, no-wrap
msgid ""
" lstatlist path 'names ...'\n"
@@ -16483,7 +16522,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3235
+#: ../fish/guestfish-actions.pod:3242
msgid ""
"This call allows you to perform the L</lstat> operation on multiple files, "
"where all files are in the directory C<path>. C<names> is the list of files "
@@ -16491,7 +16530,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3239 ../src/guestfs-actions.pod:4978
+#: ../fish/guestfish-actions.pod:3246 ../src/guestfs-actions.pod:4985
msgid ""
"On return you get a list of stat structs, with a one-to-one correspondence "
"to the C<names> list. If any name did not exist or could not be lstat'd, "
@@ -16499,7 +16538,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3244
+#: ../fish/guestfish-actions.pod:3251
msgid ""
"This call is intended for programs that want to efficiently list a directory "
"contents without making many round-trips. See also L</lxattrlist> for a "
@@ -16510,12 +16549,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3252
+#: ../fish/guestfish-actions.pod:3259
msgid "luks-add-key"
msgstr "luks-add-key"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3254
+#: ../fish/guestfish-actions.pod:3261
#, no-wrap
msgid ""
" luks-add-key device keyslot\n"
@@ -16523,7 +16562,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3256 ../src/guestfs-actions.pod:5006
+#: ../fish/guestfish-actions.pod:3263 ../src/guestfs-actions.pod:5013
msgid ""
"This command adds a new key on LUKS device C<device>. C<key> is any "
"existing key, and is used to access the device. C<newkey> is the new key to "
@@ -16531,28 +16570,28 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3261
+#: ../fish/guestfish-actions.pod:3268
msgid ""
"Note that if C<keyslot> already contains a key, then this command will "
"fail. You have to use L</luks-kill-slot> first to remove that key."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3265 ../fish/guestfish-actions.pod:3287
-#: ../fish/guestfish-actions.pod:3297 ../fish/guestfish-actions.pod:3308
-#: ../fish/guestfish-actions.pod:3334 ../fish/guestfish-actions.pod:3344
+#: ../fish/guestfish-actions.pod:3272 ../fish/guestfish-actions.pod:3294
+#: ../fish/guestfish-actions.pod:3304 ../fish/guestfish-actions.pod:3315
+#: ../fish/guestfish-actions.pod:3341 ../fish/guestfish-actions.pod:3351
msgid ""
"This command has one or more key or passphrase parameters. Guestfish will "
"prompt for these separately."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3268
+#: ../fish/guestfish-actions.pod:3275
msgid "luks-close"
msgstr "luks-close"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3270
+#: ../fish/guestfish-actions.pod:3277
#, no-wrap
msgid ""
" luks-close device\n"
@@ -16562,7 +16601,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3272
+#: ../fish/guestfish-actions.pod:3279
msgid ""
"This closes a LUKS device that was created earlier by L</luks-open> or L</"
"luks-open-ro>. The C<device> parameter must be the name of the LUKS mapping "
@@ -16571,12 +16610,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3278
+#: ../fish/guestfish-actions.pod:3285
msgid "luks-format"
msgstr "luks-format"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3280
+#: ../fish/guestfish-actions.pod:3287
#, no-wrap
msgid ""
" luks-format device keyslot\n"
@@ -16584,7 +16623,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3282 ../src/guestfs-actions.pod:5047
+#: ../fish/guestfish-actions.pod:3289 ../src/guestfs-actions.pod:5054
msgid ""
"This command erases existing data on C<device> and formats the device as a "
"LUKS encrypted device. C<key> is the initial key, which is added to key "
@@ -16592,12 +16631,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3290
+#: ../fish/guestfish-actions.pod:3297
msgid "luks-format-cipher"
msgstr "luks-format-cipher"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3292
+#: ../fish/guestfish-actions.pod:3299
#, no-wrap
msgid ""
" luks-format-cipher device keyslot cipher\n"
@@ -16605,19 +16644,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3294
+#: ../fish/guestfish-actions.pod:3301
msgid ""
"This command is the same as L</luks-format> but it also allows you to set "
"the C<cipher> used."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3300
+#: ../fish/guestfish-actions.pod:3307
msgid "luks-kill-slot"
msgstr "luks-kill-slot"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3302
+#: ../fish/guestfish-actions.pod:3309
#, no-wrap
msgid ""
" luks-kill-slot device keyslot\n"
@@ -16625,19 +16664,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3304 ../src/guestfs-actions.pod:5088
+#: ../fish/guestfish-actions.pod:3311 ../src/guestfs-actions.pod:5095
msgid ""
"This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
"device C<device>. C<key> must be one of the I<other> keys."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3311
+#: ../fish/guestfish-actions.pod:3318
msgid "luks-open"
msgstr "luks-open"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3313
+#: ../fish/guestfish-actions.pod:3320
#, no-wrap
msgid ""
" luks-open device mapname\n"
@@ -16645,26 +16684,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3315 ../src/guestfs-actions.pod:5108
+#: ../fish/guestfish-actions.pod:3322 ../src/guestfs-actions.pod:5115
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:3318 ../src/guestfs-actions.pod:5111
+#: ../fish/guestfish-actions.pod:3325 ../src/guestfs-actions.pod:5118
msgid "C<device> is the encrypted block device or partition."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3320 ../src/guestfs-actions.pod:5113
+#: ../fish/guestfish-actions.pod:3327 ../src/guestfs-actions.pod:5120
msgid ""
"The caller must supply one of the keys associated with the LUKS block "
"device, in the C<key> parameter."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3323 ../src/guestfs-actions.pod:5116
+#: ../fish/guestfish-actions.pod:3330 ../src/guestfs-actions.pod:5123
msgid ""
"This creates a new block device called C</dev/mapper/mapname>. Reads and "
"writes to this block device are decrypted from and encrypted to the "
@@ -16672,24 +16711,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3327
+#: ../fish/guestfish-actions.pod:3334
msgid ""
"If this block device contains LVM volume groups, then calling L</vgscan> "
"followed by L</vg-activate-all> will make them visible."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3331
+#: ../fish/guestfish-actions.pod:3338
msgid "Use L</list-dm-devices> to list all device mapper devices."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3337
+#: ../fish/guestfish-actions.pod:3344
msgid "luks-open-ro"
msgstr "luks-open-ro"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3339
+#: ../fish/guestfish-actions.pod:3346
#, no-wrap
msgid ""
" luks-open-ro device mapname\n"
@@ -16697,18 +16736,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3341
+#: ../fish/guestfish-actions.pod:3348
msgid ""
"This is the same as L</luks-open> except that a read-only mapping is created."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3347
+#: ../fish/guestfish-actions.pod:3354
msgid "lvcreate"
msgstr "lvcreate"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3349
+#: ../fish/guestfish-actions.pod:3356
#, no-wrap
msgid ""
" lvcreate logvol volgroup mbytes\n"
@@ -16716,19 +16755,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3351 ../src/guestfs-actions.pod:5162
+#: ../fish/guestfish-actions.pod:3358 ../src/guestfs-actions.pod:5169
msgid ""
"This creates an LVM logical volume called C<logvol> on the volume group "
"C<volgroup>, with C<size> megabytes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3354
+#: ../fish/guestfish-actions.pod:3361
msgid "lvcreate-free"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3356
+#: ../fish/guestfish-actions.pod:3363
#, no-wrap
msgid ""
" lvcreate-free logvol volgroup percent\n"
@@ -16736,7 +16775,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3358 ../src/guestfs-actions.pod:5177
+#: ../fish/guestfish-actions.pod:3365 ../src/guestfs-actions.pod:5184
msgid ""
"Create an LVM logical volume called C</dev/volgroup/logvol>, using "
"approximately C<percent> % of the free space remaining in the volume group. "
@@ -16745,12 +16784,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3363
+#: ../fish/guestfish-actions.pod:3370
msgid "lvm-canonical-lv-name"
msgstr "lvm-canonical-lv-name"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3365
+#: ../fish/guestfish-actions.pod:3372
#, no-wrap
msgid ""
" lvm-canonical-lv-name lvname\n"
@@ -16758,7 +16797,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3367 ../src/guestfs-actions.pod:5192
+#: ../fish/guestfish-actions.pod:3374 ../src/guestfs-actions.pod:5199
msgid ""
"This converts alternative naming schemes for LVs that you might find to the "
"canonical name. For example, C</dev/mapper/VG-LV> is converted to C</dev/VG/"
@@ -16766,26 +16805,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3371 ../src/guestfs-actions.pod:5196
+#: ../fish/guestfish-actions.pod:3378 ../src/guestfs-actions.pod:5203
msgid ""
"This command returns an error if the C<lvname> parameter does not refer to a "
"logical volume."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3374
+#: ../fish/guestfish-actions.pod:3381
#, fuzzy
#| msgid "See also L</pvs-full>."
msgid "See also L</is-lv>."
msgstr "Див. також L</pvs-full>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:3376
+#: ../fish/guestfish-actions.pod:3383
msgid "lvm-clear-filter"
msgstr "lvm-clear-filter"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3378
+#: ../fish/guestfish-actions.pod:3385
#, no-wrap
msgid ""
" lvm-clear-filter\n"
@@ -16795,26 +16834,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3380
+#: ../fish/guestfish-actions.pod:3387
msgid ""
"This undoes the effect of L</lvm-set-filter>. LVM will be able to see every "
"block device."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3383 ../fish/guestfish-actions.pod:3411
-#: ../src/guestfs-actions.pod:5214 ../src/guestfs-actions.pod:5253
+#: ../fish/guestfish-actions.pod:3390 ../fish/guestfish-actions.pod:3418
+#: ../src/guestfs-actions.pod:5221 ../src/guestfs-actions.pod:5260
msgid ""
"This command also clears the LVM cache and performs a volume group scan."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3386
+#: ../fish/guestfish-actions.pod:3393
msgid "lvm-remove-all"
msgstr "lvm-remove-all"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3388
+#: ../fish/guestfish-actions.pod:3395
#, no-wrap
msgid ""
" lvm-remove-all\n"
@@ -16824,19 +16863,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3390 ../src/guestfs-actions.pod:5226
+#: ../fish/guestfish-actions.pod:3397 ../src/guestfs-actions.pod:5233
msgid ""
"This command removes all LVM logical volumes, volume groups and physical "
"volumes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3393
+#: ../fish/guestfish-actions.pod:3400
msgid "lvm-set-filter"
msgstr "lvm-set-filter"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3395
+#: ../fish/guestfish-actions.pod:3402
#, no-wrap
msgid ""
" lvm-set-filter 'devices ...'\n"
@@ -16846,7 +16885,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3397 ../src/guestfs-actions.pod:5239
+#: ../fish/guestfish-actions.pod:3404 ../src/guestfs-actions.pod:5246
msgid ""
"This sets the LVM device filter so that LVM will only be able to \"see\" the "
"block devices in the list C<devices>, and will ignore all other attached "
@@ -16854,7 +16893,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3401 ../src/guestfs-actions.pod:5243
+#: ../fish/guestfish-actions.pod:3408 ../src/guestfs-actions.pod:5250
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 "
@@ -16866,24 +16905,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3414 ../src/guestfs-actions.pod:5256
+#: ../fish/guestfish-actions.pod:3421 ../src/guestfs-actions.pod:5263
msgid "You can filter whole block devices or individual partitions."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3416 ../src/guestfs-actions.pod:5258
+#: ../fish/guestfish-actions.pod:3423 ../src/guestfs-actions.pod:5265
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:3420
+#: ../fish/guestfish-actions.pod:3427
msgid "lvremove"
msgstr "lvremove"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3422
+#: ../fish/guestfish-actions.pod:3429
#, no-wrap
msgid ""
" lvremove device\n"
@@ -16893,26 +16932,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3424 ../src/guestfs-actions.pod:5272
+#: ../fish/guestfish-actions.pod:3431 ../src/guestfs-actions.pod:5279
msgid ""
"Remove an LVM logical volume C<device>, where C<device> is the path to the "
"LV, such as C</dev/VG/LV>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3427 ../src/guestfs-actions.pod:5275
+#: ../fish/guestfish-actions.pod:3434 ../src/guestfs-actions.pod:5282
msgid ""
"You can also remove all LVs in a volume group by specifying the VG name, C</"
"dev/VG>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3430
+#: ../fish/guestfish-actions.pod:3437
msgid "lvrename"
msgstr "lvrename"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3432
+#: ../fish/guestfish-actions.pod:3439
#, no-wrap
msgid ""
" lvrename logvol newlogvol\n"
@@ -16920,17 +16959,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3434 ../src/guestfs-actions.pod:5289
+#: ../fish/guestfish-actions.pod:3441 ../src/guestfs-actions.pod:5296
msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3436
+#: ../fish/guestfish-actions.pod:3443
msgid "lvresize"
msgstr "lvresize"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3438
+#: ../fish/guestfish-actions.pod:3445
#, no-wrap
msgid ""
" lvresize device mbytes\n"
@@ -16938,19 +16977,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3440 ../src/guestfs-actions.pod:5302
+#: ../fish/guestfish-actions.pod:3447 ../src/guestfs-actions.pod:5309
msgid ""
"This resizes (expands or shrinks) an existing LVM logical volume to "
"C<mbytes>. When reducing, data in the reduced part is lost."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3444
+#: ../fish/guestfish-actions.pod:3451
msgid "lvresize-free"
msgstr "lvresize-free"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3446
+#: ../fish/guestfish-actions.pod:3453
#, no-wrap
msgid ""
" lvresize-free lv percent\n"
@@ -16958,7 +16997,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3448 ../src/guestfs-actions.pod:5317
+#: ../fish/guestfish-actions.pod:3455 ../src/guestfs-actions.pod:5324
msgid ""
"This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
"remaining free space in the volume group. Commonly you would call this with "
@@ -16967,12 +17006,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3454
+#: ../fish/guestfish-actions.pod:3461
msgid "lvs"
msgstr "lvs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3456
+#: ../fish/guestfish-actions.pod:3463
#, no-wrap
msgid ""
" lvs\n"
@@ -16982,31 +17021,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3458 ../src/guestfs-actions.pod:5332
+#: ../fish/guestfish-actions.pod:3465 ../src/guestfs-actions.pod:5339
msgid ""
"List all the logical volumes detected. This is the equivalent of the L<lvs"
"(8)> command."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3461 ../src/guestfs-actions.pod:5335
+#: ../fish/guestfish-actions.pod:3468 ../src/guestfs-actions.pod:5342
msgid ""
"This returns a list of the logical volume device names (eg. C</dev/"
"VolGroup00/LogVol00>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3464
+#: ../fish/guestfish-actions.pod:3471
msgid "See also L</lvs-full>, L</list-filesystems>."
msgstr "Див. також L</lvs-full>, L</list-filesystems>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:3466
+#: ../fish/guestfish-actions.pod:3473
msgid "lvs-full"
msgstr "lvs-full"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3468
+#: ../fish/guestfish-actions.pod:3475
#, no-wrap
msgid ""
" lvs-full\n"
@@ -17016,19 +17055,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3470 ../src/guestfs-actions.pod:5351
+#: ../fish/guestfish-actions.pod:3477 ../src/guestfs-actions.pod:5358
msgid ""
"List all the logical volumes detected. This is the equivalent of the L<lvs"
"(8)> command. The \"full\" version includes all fields."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3473
+#: ../fish/guestfish-actions.pod:3480
msgid "lvuuid"
msgstr "lvuuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3475
+#: ../fish/guestfish-actions.pod:3482
#, no-wrap
msgid ""
" lvuuid device\n"
@@ -17038,17 +17077,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3477 ../src/guestfs-actions.pod:5366
+#: ../fish/guestfish-actions.pod:3484 ../src/guestfs-actions.pod:5373
msgid "This command returns the UUID of the LVM LV C<device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3479
+#: ../fish/guestfish-actions.pod:3486
msgid "lxattrlist"
msgstr "lxattrlist"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3481
+#: ../fish/guestfish-actions.pod:3488
#, no-wrap
msgid ""
" lxattrlist path 'names ...'\n"
@@ -17056,7 +17095,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3483 ../src/guestfs-actions.pod:5380
+#: ../fish/guestfish-actions.pod:3490 ../src/guestfs-actions.pod:5387
msgid ""
"This call allows you to get the extended attributes of multiple files, where "
"all files are in the directory C<path>. C<names> is the list of files from "
@@ -17064,7 +17103,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3487 ../src/guestfs-actions.pod:5384
+#: ../fish/guestfish-actions.pod:3494 ../src/guestfs-actions.pod:5391
msgid ""
"On return you get a flat list of xattr structs which must be interpreted "
"sequentially. The first xattr struct always has a zero-length C<attrname>. "
@@ -17076,7 +17115,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3497
+#: ../fish/guestfish-actions.pod:3504
msgid ""
"This call is intended for programs that want to efficiently list a directory "
"contents without making many round-trips. See also L</lstatlist> for a "
@@ -17087,12 +17126,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3505
+#: ../fish/guestfish-actions.pod:3512
msgid "md-create"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3507
+#: ../fish/guestfish-actions.pod:3514
#, no-wrap
msgid ""
" md-create name 'devices ...' [missingbitmap:N] [nrdevices:N] [spare:N] [chunk:N] [level:..]\n"
@@ -17100,19 +17139,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3509 ../src/guestfs-actions.pod:5427
+#: ../fish/guestfish-actions.pod:3516 ../src/guestfs-actions.pod:5434
msgid ""
"Create a Linux md (RAID) device named C<name> on the devices in the list "
"C<devices>."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3516 ../src/guestfs-actions.pod:5434
+#: ../fish/guestfish-actions.pod:3523 ../src/guestfs-actions.pod:5441
msgid "C<missingbitmap>"
msgstr "C<missingbitmap>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3518 ../src/guestfs-actions.pod:5436
+#: ../fish/guestfish-actions.pod:3525 ../src/guestfs-actions.pod:5443
msgid ""
"A bitmap of missing devices. If a bit is set it means that a missing device "
"is added to the array. The least significant bit corresponds to the first "
@@ -17120,86 +17159,86 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3522 ../src/guestfs-actions.pod:5440
+#: ../fish/guestfish-actions.pod:3529 ../src/guestfs-actions.pod:5447
msgid "As examples:"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3524 ../src/guestfs-actions.pod:5442
+#: ../fish/guestfish-actions.pod:3531 ../src/guestfs-actions.pod:5449
msgid ""
"If C<devices = [\"/dev/sda\"]> and C<missingbitmap = 0x1> then the resulting "
"array would be C<[E<lt>missingE<gt>, \"/dev/sda\"]>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3527 ../src/guestfs-actions.pod:5445
+#: ../fish/guestfish-actions.pod:3534 ../src/guestfs-actions.pod:5452
msgid ""
"If C<devices = [\"/dev/sda\"]> and C<missingbitmap = 0x2> then the resulting "
"array would be C<[\"/dev/sda\", E<lt>missingE<gt>]>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3530 ../src/guestfs-actions.pod:5448
+#: ../fish/guestfish-actions.pod:3537 ../src/guestfs-actions.pod:5455
msgid "This defaults to C<0> (no missing devices)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3532 ../src/guestfs-actions.pod:5450
+#: ../fish/guestfish-actions.pod:3539 ../src/guestfs-actions.pod:5457
msgid ""
"The length of C<devices> + the number of bits set in C<missingbitmap> must "
"equal C<nrdevices> + C<spare>."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3535 ../src/guestfs-actions.pod:5453
+#: ../fish/guestfish-actions.pod:3542 ../src/guestfs-actions.pod:5460
msgid "C<nrdevices>"
msgstr "C<nrdevices>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3537 ../src/guestfs-actions.pod:5455
+#: ../fish/guestfish-actions.pod:3544 ../src/guestfs-actions.pod:5462
msgid "The number of active RAID devices."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3539 ../src/guestfs-actions.pod:5457
+#: ../fish/guestfish-actions.pod:3546 ../src/guestfs-actions.pod:5464
msgid ""
"If not set, this defaults to the length of C<devices> plus the number of "
"bits set in C<missingbitmap>."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3542 ../src/guestfs-actions.pod:5460
+#: ../fish/guestfish-actions.pod:3549 ../src/guestfs-actions.pod:5467
msgid "C<spare>"
msgstr "C<spare>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3544 ../src/guestfs-actions.pod:5462
+#: ../fish/guestfish-actions.pod:3551 ../src/guestfs-actions.pod:5469
msgid "The number of spare devices."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3546 ../src/guestfs-actions.pod:5464
+#: ../fish/guestfish-actions.pod:3553 ../src/guestfs-actions.pod:5471
msgid "If not set, this defaults to C<0>."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3548 ../src/guestfs-actions.pod:5466
+#: ../fish/guestfish-actions.pod:3555 ../src/guestfs-actions.pod:5473
msgid "C<chunk>"
msgstr "C<chunk>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3550 ../src/guestfs-actions.pod:5468
+#: ../fish/guestfish-actions.pod:3557 ../src/guestfs-actions.pod:5475
msgid "The chunk size in bytes."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3552 ../fish/guestfish-actions.pod:3575
-#: ../src/guestfs-actions.pod:5470 ../src/guestfs-actions.pod:5521
+#: ../fish/guestfish-actions.pod:3559 ../fish/guestfish-actions.pod:3582
+#: ../src/guestfs-actions.pod:5477 ../src/guestfs-actions.pod:5528
msgid "C<level>"
msgstr "C<level>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3554 ../src/guestfs-actions.pod:5472
+#: ../fish/guestfish-actions.pod:3561 ../src/guestfs-actions.pod:5479
msgid ""
"The RAID level, which can be one of: I<linear>, I<raid0>, I<0>, I<stripe>, "
"I<raid1>, I<1>, I<mirror>, I<raid4>, I<4>, I<raid5>, I<5>, I<raid6>, I<6>, "
@@ -17208,17 +17247,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3559 ../src/guestfs-actions.pod:5477
+#: ../fish/guestfish-actions.pod:3566 ../src/guestfs-actions.pod:5484
msgid "If not set, this defaults to C<raid1>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3565
+#: ../fish/guestfish-actions.pod:3572
msgid "md-detail"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3567
+#: ../fish/guestfish-actions.pod:3574
#, no-wrap
msgid ""
" md-detail md\n"
@@ -17226,7 +17265,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3569 ../src/guestfs-actions.pod:5515
+#: ../fish/guestfish-actions.pod:3576 ../src/guestfs-actions.pod:5522
msgid ""
"This command exposes the output of 'mdadm -DY E<lt>mdE<gt>'. The following "
"fields are usually present in the returned hash. Other fields may also be "
@@ -17234,52 +17273,52 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3577 ../src/guestfs-actions.pod:5523
+#: ../fish/guestfish-actions.pod:3584 ../src/guestfs-actions.pod:5530
msgid "The raid level of the MD device."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3579 ../src/guestfs-actions.pod:5525
+#: ../fish/guestfish-actions.pod:3586 ../src/guestfs-actions.pod:5532
msgid "C<devices>"
msgstr "C<devices>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3581 ../src/guestfs-actions.pod:5527
+#: ../fish/guestfish-actions.pod:3588 ../src/guestfs-actions.pod:5534
msgid "The number of underlying devices in the MD device."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3583 ../src/guestfs-actions.pod:5529
+#: ../fish/guestfish-actions.pod:3590 ../src/guestfs-actions.pod:5536
msgid "C<metadata>"
msgstr "C<metadata>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3585 ../src/guestfs-actions.pod:5531
+#: ../fish/guestfish-actions.pod:3592 ../src/guestfs-actions.pod:5538
msgid "The metadata version used."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3587 ../src/guestfs-actions.pod:5533
+#: ../fish/guestfish-actions.pod:3594 ../src/guestfs-actions.pod:5540
msgid "C<uuid>"
msgstr "C<uuid>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3589 ../src/guestfs-actions.pod:5535
+#: ../fish/guestfish-actions.pod:3596 ../src/guestfs-actions.pod:5542
msgid "The UUID of the MD device."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3593 ../src/guestfs-actions.pod:5539
+#: ../fish/guestfish-actions.pod:3600 ../src/guestfs-actions.pod:5546
msgid "The name of the MD device."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3597
+#: ../fish/guestfish-actions.pod:3604
msgid "md-stat"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3599
+#: ../fish/guestfish-actions.pod:3606
#, no-wrap
msgid ""
" md-stat md\n"
@@ -17287,103 +17326,103 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3601 ../src/guestfs-actions.pod:5557
+#: ../fish/guestfish-actions.pod:3608 ../src/guestfs-actions.pod:5564
msgid ""
"This call returns a list of the underlying devices which make up the single "
"software RAID array device C<md>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3604
+#: ../fish/guestfish-actions.pod:3611
msgid "To get a list of software RAID devices, call L</list-md-devices>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3606 ../src/guestfs-actions.pod:5562
+#: ../fish/guestfish-actions.pod:3613 ../src/guestfs-actions.pod:5569
msgid ""
"Each structure returned corresponds to one device along with additional "
"status information:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3611 ../src/guestfs-actions.pod:5567
+#: ../fish/guestfish-actions.pod:3618 ../src/guestfs-actions.pod:5574
msgid "C<mdstat_device>"
msgstr "C<mdstat_device>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3613 ../src/guestfs-actions.pod:5569
+#: ../fish/guestfish-actions.pod:3620 ../src/guestfs-actions.pod:5576
msgid "The name of the underlying device."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3615 ../src/guestfs-actions.pod:5571
+#: ../fish/guestfish-actions.pod:3622 ../src/guestfs-actions.pod:5578
msgid "C<mdstat_index>"
msgstr "C<mdstat_index>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3617 ../src/guestfs-actions.pod:5573
+#: ../fish/guestfish-actions.pod:3624 ../src/guestfs-actions.pod:5580
msgid "The index of this device within the array."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3619 ../src/guestfs-actions.pod:5575
+#: ../fish/guestfish-actions.pod:3626 ../src/guestfs-actions.pod:5582
msgid "C<mdstat_flags>"
msgstr "C<mdstat_flags>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3621 ../src/guestfs-actions.pod:5577
+#: ../fish/guestfish-actions.pod:3628 ../src/guestfs-actions.pod:5584
msgid ""
"Flags associated with this device. This is a string containing (in no "
"specific order) zero or more of the following flags:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3626 ../src/guestfs-actions.pod:5582
+#: ../fish/guestfish-actions.pod:3633 ../src/guestfs-actions.pod:5589
msgid "C<W>"
msgstr "C<W>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3628 ../src/guestfs-actions.pod:5584
+#: ../fish/guestfish-actions.pod:3635 ../src/guestfs-actions.pod:5591
msgid "write-mostly"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3630 ../src/guestfs-actions.pod:5586
+#: ../fish/guestfish-actions.pod:3637 ../src/guestfs-actions.pod:5593
msgid "C<F>"
msgstr "C<F>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3632 ../src/guestfs-actions.pod:5588
+#: ../fish/guestfish-actions.pod:3639 ../src/guestfs-actions.pod:5595
msgid "device is faulty"
msgstr "пристрій працює з помилками"
#. type: =item
-#: ../fish/guestfish-actions.pod:3634 ../src/guestfs-actions.pod:5590
+#: ../fish/guestfish-actions.pod:3641 ../src/guestfs-actions.pod:5597
msgid "C<S>"
msgstr "C<S>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3636 ../src/guestfs-actions.pod:5592
+#: ../fish/guestfish-actions.pod:3643 ../src/guestfs-actions.pod:5599
msgid "device is a RAID spare"
msgstr "пристрій є запасною частиною RAID"
#. type: =item
-#: ../fish/guestfish-actions.pod:3638 ../src/guestfs-actions.pod:5594
+#: ../fish/guestfish-actions.pod:3645 ../src/guestfs-actions.pod:5601
msgid "C<R>"
msgstr "C<R>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3640 ../src/guestfs-actions.pod:5596
+#: ../fish/guestfish-actions.pod:3647 ../src/guestfs-actions.pod:5603
msgid "replacement"
msgstr "заміна"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3646
+#: ../fish/guestfish-actions.pod:3653
msgid "md-stop"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3648
+#: ../fish/guestfish-actions.pod:3655
#, no-wrap
msgid ""
" md-stop md\n"
@@ -17391,19 +17430,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3650 ../src/guestfs-actions.pod:5614
+#: ../fish/guestfish-actions.pod:3657 ../src/guestfs-actions.pod:5621
msgid ""
"This command deactivates the MD array named C<md>. The device is stopped, "
"but it is not destroyed or zeroed."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3653
+#: ../fish/guestfish-actions.pod:3660
msgid "mkdir"
msgstr "mkdir"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3655
+#: ../fish/guestfish-actions.pod:3662
#, no-wrap
msgid ""
" mkdir path\n"
@@ -17413,17 +17452,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3657 ../src/guestfs-actions.pod:5627
+#: ../fish/guestfish-actions.pod:3664 ../src/guestfs-actions.pod:5634
msgid "Create a directory named C<path>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3659
+#: ../fish/guestfish-actions.pod:3666
msgid "mkdir-mode"
msgstr "mkdir-mode"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3661
+#: ../fish/guestfish-actions.pod:3668
#, no-wrap
msgid ""
" mkdir-mode path mode\n"
@@ -17433,14 +17472,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3663 ../src/guestfs-actions.pod:5640
+#: ../fish/guestfish-actions.pod:3670 ../src/guestfs-actions.pod:5647
msgid ""
"This command creates a directory, setting the initial permissions of the "
"directory to C<mode>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3666 ../src/guestfs-actions.pod:5643
+#: ../fish/guestfish-actions.pod:3673 ../src/guestfs-actions.pod:5650
msgid ""
"For common Linux filesystems, the actual mode which is set will be C<mode & "
"~umask & 01777>. Non-native-Linux filesystems may interpret the mode in "
@@ -17448,17 +17487,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3670
+#: ../fish/guestfish-actions.pod:3677
msgid "See also L</mkdir>, L</umask>"
msgstr "Див. також L</mkdir>, L</umask>"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3672
+#: ../fish/guestfish-actions.pod:3679
msgid "mkdir-p"
msgstr "mkdir-p"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3674
+#: ../fish/guestfish-actions.pod:3681
#, no-wrap
msgid ""
" mkdir-p path\n"
@@ -17468,19 +17507,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3676 ../src/guestfs-actions.pod:5659
+#: ../fish/guestfish-actions.pod:3683 ../src/guestfs-actions.pod:5666
msgid ""
"Create a directory named C<path>, creating any parent directories as "
"necessary. This is like the C<mkdir -p> shell command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3679
+#: ../fish/guestfish-actions.pod:3686
msgid "mkdtemp"
msgstr "mkdtemp"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3681
+#: ../fish/guestfish-actions.pod:3688
#, no-wrap
msgid ""
" mkdtemp tmpl\n"
@@ -17488,7 +17527,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3683 ../src/guestfs-actions.pod:5672
+#: ../fish/guestfish-actions.pod:3690 ../src/guestfs-actions.pod:5679
msgid ""
"This command creates a temporary directory. The C<tmpl> parameter should be "
"a full pathname for the temporary directory name with the final six "
@@ -17496,41 +17535,41 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3688 ../src/guestfs-actions.pod:5677
+#: ../fish/guestfish-actions.pod:3695 ../src/guestfs-actions.pod:5684
msgid ""
"For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
"being suitable for Windows filesystems."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3691 ../src/guestfs-actions.pod:5680
+#: ../fish/guestfish-actions.pod:3698 ../src/guestfs-actions.pod:5687
msgid "The name of the temporary directory that was created is returned."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3694 ../src/guestfs-actions.pod:5683
+#: ../fish/guestfish-actions.pod:3701 ../src/guestfs-actions.pod:5690
msgid "The temporary directory is created with mode 0700 and is owned by root."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3697 ../src/guestfs-actions.pod:5686
+#: ../fish/guestfish-actions.pod:3704 ../src/guestfs-actions.pod:5693
msgid ""
"The caller is responsible for deleting the temporary directory and its "
"contents after use."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3700 ../src/guestfs-actions.pod:5689
+#: ../fish/guestfish-actions.pod:3707 ../src/guestfs-actions.pod:5696
msgid "See also: L<mkdtemp(3)>"
msgstr "Див. також L<mkdtemp(3)>"
#. type: =head2
-#: ../fish/guestfish-actions.pod:3702
+#: ../fish/guestfish-actions.pod:3709
msgid "mke2fs-J"
msgstr "mke2fs-J"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3704
+#: ../fish/guestfish-actions.pod:3711
#, no-wrap
msgid ""
" mke2fs-J fstype blocksize device journal\n"
@@ -17538,14 +17577,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3706 ../src/guestfs-actions.pod:5705
+#: ../fish/guestfish-actions.pod:3713 ../src/guestfs-actions.pod:5712
msgid ""
"This creates an ext2/3/4 filesystem on C<device> with an external journal on "
"C<journal>. It is equivalent to the command:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3710 ../src/guestfs-actions.pod:5709
+#: ../fish/guestfish-actions.pod:3717 ../src/guestfs-actions.pod:5716
#, no-wrap
msgid ""
" mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
@@ -17555,17 +17594,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3712
+#: ../fish/guestfish-actions.pod:3719
msgid "See also L</mke2journal>."
msgstr "Див. також L</mke2journal>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:3714
+#: ../fish/guestfish-actions.pod:3721
msgid "mke2fs-JL"
msgstr "mke2fs-JL"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3716
+#: ../fish/guestfish-actions.pod:3723
#, no-wrap
msgid ""
" mke2fs-JL fstype blocksize device label\n"
@@ -17573,24 +17612,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3718 ../src/guestfs-actions.pod:5726
+#: ../fish/guestfish-actions.pod:3725 ../src/guestfs-actions.pod:5733
msgid ""
"This creates an ext2/3/4 filesystem on C<device> with an external journal on "
"the journal labeled C<label>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3721
+#: ../fish/guestfish-actions.pod:3728
msgid "See also L</mke2journal-L>."
msgstr "Див. також L</mke2journal-L>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:3723
+#: ../fish/guestfish-actions.pod:3730
msgid "mke2fs-JU"
msgstr "mke2fs-JU"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3725
+#: ../fish/guestfish-actions.pod:3732
#, no-wrap
msgid ""
" mke2fs-JU fstype blocksize device uuid\n"
@@ -17598,24 +17637,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3727 ../src/guestfs-actions.pod:5744
+#: ../fish/guestfish-actions.pod:3734 ../src/guestfs-actions.pod:5751
msgid ""
"This creates an ext2/3/4 filesystem on C<device> with an external journal on "
"the journal with UUID C<uuid>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3730
+#: ../fish/guestfish-actions.pod:3737
msgid "See also L</mke2journal-U>."
msgstr "Див. також L</mke2journal-U>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:3732
+#: ../fish/guestfish-actions.pod:3739
msgid "mke2journal"
msgstr "mke2journal"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3734
+#: ../fish/guestfish-actions.pod:3741
#, no-wrap
msgid ""
" mke2journal blocksize device\n"
@@ -17623,14 +17662,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3736 ../src/guestfs-actions.pod:5760
+#: ../fish/guestfish-actions.pod:3743 ../src/guestfs-actions.pod:5767
msgid ""
"This creates an ext2 external journal on C<device>. It is equivalent to the "
"command:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3739 ../src/guestfs-actions.pod:5763
+#: ../fish/guestfish-actions.pod:3746 ../src/guestfs-actions.pod:5770
#, no-wrap
msgid ""
" mke2fs -O journal_dev -b blocksize device\n"
@@ -17638,12 +17677,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3741
+#: ../fish/guestfish-actions.pod:3748
msgid "mke2journal-L"
msgstr "mke2journal-L"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3743
+#: ../fish/guestfish-actions.pod:3750
#, no-wrap
msgid ""
" mke2journal-L blocksize label device\n"
@@ -17651,17 +17690,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3745 ../src/guestfs-actions.pod:5777
+#: ../fish/guestfish-actions.pod:3752 ../src/guestfs-actions.pod:5784
msgid "This creates an ext2 external journal on C<device> with label C<label>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3747
+#: ../fish/guestfish-actions.pod:3754
msgid "mke2journal-U"
msgstr "mke2journal-U"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3749
+#: ../fish/guestfish-actions.pod:3756
#, no-wrap
msgid ""
" mke2journal-U blocksize uuid device\n"
@@ -17669,17 +17708,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3751 ../src/guestfs-actions.pod:5791
+#: ../fish/guestfish-actions.pod:3758 ../src/guestfs-actions.pod:5798
msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3753
+#: ../fish/guestfish-actions.pod:3760
msgid "mkfifo"
msgstr "mkfifo"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3755
+#: ../fish/guestfish-actions.pod:3762
#, no-wrap
msgid ""
" mkfifo mode path\n"
@@ -17689,19 +17728,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3757
+#: ../fish/guestfish-actions.pod:3764
msgid ""
"This call creates a FIFO (named pipe) called C<path> with mode C<mode>. It "
"is just a convenient wrapper around L</mknod>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3763
+#: ../fish/guestfish-actions.pod:3770
msgid "mkfs"
msgstr "mkfs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3765
+#: ../fish/guestfish-actions.pod:3772
#, no-wrap
msgid ""
" mkfs fstype device\n"
@@ -17711,19 +17750,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3767 ../src/guestfs-actions.pod:5821
+#: ../fish/guestfish-actions.pod:3774 ../src/guestfs-actions.pod:5828
msgid ""
"This creates a filesystem on C<device> (usually a partition or LVM logical "
"volume). The filesystem type is C<fstype>, for example C<ext3>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3771
+#: ../fish/guestfish-actions.pod:3778
msgid "mkfs-b"
msgstr "mkfs-b"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3773
+#: ../fish/guestfish-actions.pod:3780
#, no-wrap
msgid ""
" mkfs-b fstype blocksize device\n"
@@ -17731,7 +17770,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3775
+#: ../fish/guestfish-actions.pod:3782
msgid ""
"This call is similar to L</mkfs>, but it allows you to control the block "
"size of the resulting filesystem. Supported block sizes depend on the "
@@ -17739,27 +17778,27 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3780 ../fish/guestfish-actions.pod:3821
-#: ../src/guestfs-actions.pod:5849 ../src/guestfs-actions.pod:5942
+#: ../fish/guestfish-actions.pod:3787 ../fish/guestfish-actions.pod:3828
+#: ../src/guestfs-actions.pod:5856 ../src/guestfs-actions.pod:5949
msgid ""
"For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
"cluster size."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3783
+#: ../fish/guestfish-actions.pod:3790
msgid ""
"I<This function is deprecated.> In new code, use the L</mkfs-opts> call "
"instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3790
+#: ../fish/guestfish-actions.pod:3797
msgid "mkfs-btrfs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3792
+#: ../fish/guestfish-actions.pod:3799
#, no-wrap
msgid ""
" mkfs-btrfs 'devices ...' [allocstart:N] [bytecount:N] [datatype:..] [leafsize:N] [label:..] [metadata:..] [nodesize:N] [sectorsize:N]\n"
@@ -17767,33 +17806,33 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3794 ../src/guestfs-actions.pod:5877
+#: ../fish/guestfish-actions.pod:3801 ../src/guestfs-actions.pod:5884
msgid ""
"Create a btrfs filesystem, allowing all configurables to be set. For more "
"information on the optional arguments, see L<mkfs.btrfs(8)>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3797 ../src/guestfs-actions.pod:5880
+#: ../fish/guestfish-actions.pod:3804 ../src/guestfs-actions.pod:5887
msgid ""
"Since btrfs filesystems can span multiple devices, this takes a non-empty "
"list of devices."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3800
+#: ../fish/guestfish-actions.pod:3807
#, fuzzy
#| msgid "To create general filesystems, use C<guestfs_mkfs_opts>."
msgid "To create general filesystems, use L</mkfs-opts>."
msgstr "Для створення файлових систем скористайтеся C<guestfs_mkfs_opts>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:3804
+#: ../fish/guestfish-actions.pod:3811
msgid "mkfs-opts"
msgstr "mkfs-opts"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3806
+#: ../fish/guestfish-actions.pod:3813
#, no-wrap
msgid ""
" mkfs-opts fstype device [blocksize:N] [features:..] [inode:N] [sectorsize:N]\n"
@@ -17801,19 +17840,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3808 ../src/guestfs-actions.pod:5929
+#: ../fish/guestfish-actions.pod:3815 ../src/guestfs-actions.pod:5936
msgid ""
"This function creates a filesystem on C<device>. The filesystem type is "
"C<fstype>, for example C<ext3>."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3815 ../src/guestfs-actions.pod:5936
+#: ../fish/guestfish-actions.pod:3822 ../src/guestfs-actions.pod:5943
msgid "C<blocksize>"
msgstr "C<blocksize>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3817 ../src/guestfs-actions.pod:5938
+#: ../fish/guestfish-actions.pod:3824 ../src/guestfs-actions.pod:5945
msgid ""
"The filesystem block size. Supported block sizes depend on the filesystem "
"type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
@@ -17821,65 +17860,65 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3824 ../src/guestfs-actions.pod:5945
+#: ../fish/guestfish-actions.pod:3831 ../src/guestfs-actions.pod:5952
msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3826 ../src/guestfs-actions.pod:5947
+#: ../fish/guestfish-actions.pod:3833 ../src/guestfs-actions.pod:5954
msgid "C<features>"
msgstr "C<features>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3828 ../src/guestfs-actions.pod:5949
+#: ../fish/guestfish-actions.pod:3835 ../src/guestfs-actions.pod:5956
msgid "This passes the I<-O> parameter to the external mkfs program."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3830 ../src/guestfs-actions.pod:5951
+#: ../fish/guestfish-actions.pod:3837 ../src/guestfs-actions.pod:5958
msgid ""
"For certain filesystem types, this allows extra filesystem features to be "
"selected. See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3834 ../src/guestfs-actions.pod:5955
+#: ../fish/guestfish-actions.pod:3841 ../src/guestfs-actions.pod:5962
msgid ""
"You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
"type."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3837 ../src/guestfs-actions.pod:5958
+#: ../fish/guestfish-actions.pod:3844 ../src/guestfs-actions.pod:5965
msgid "C<inode>"
msgstr "C<inode>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3839 ../src/guestfs-actions.pod:5960
+#: ../fish/guestfish-actions.pod:3846 ../src/guestfs-actions.pod:5967
msgid ""
"This passes the I<-I> parameter to the external L<mke2fs(8)> program which "
"sets the inode size (only for ext2/3/4 filesystems at present)."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:3842 ../src/guestfs-actions.pod:5963
+#: ../fish/guestfish-actions.pod:3849 ../src/guestfs-actions.pod:5970
msgid "C<sectorsize>"
msgstr "C<sectorsize>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3844 ../src/guestfs-actions.pod:5965
+#: ../fish/guestfish-actions.pod:3851 ../src/guestfs-actions.pod:5972
msgid ""
"This passes the I<-S> parameter to external L<mkfs.ufs(8)> program, which "
"sets sector size for ufs filesystem."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3851
+#: ../fish/guestfish-actions.pod:3858
msgid "mkmountpoint"
msgstr "mkmountpoint"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3853
+#: ../fish/guestfish-actions.pod:3860
#, no-wrap
msgid ""
" mkmountpoint exemptpath\n"
@@ -17887,14 +17926,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3855
+#: ../fish/guestfish-actions.pod:3862
msgid ""
"L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
"to create extra mountpoints before mounting the first filesystem."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3859 ../src/guestfs-actions.pod:6008
+#: ../fish/guestfish-actions.pod:3866 ../src/guestfs-actions.pod:6015
msgid ""
"These calls are I<only> necessary in some very limited circumstances, mainly "
"the case where you want to mount a mix of unrelated and/or read-only "
@@ -17902,7 +17941,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3863 ../src/guestfs-actions.pod:6012
+#: ../fish/guestfish-actions.pod:3870 ../src/guestfs-actions.pod:6019
msgid ""
"For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
"an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
@@ -17910,7 +17949,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3868 ../src/guestfs-actions.pod:6017
+#: ../fish/guestfish-actions.pod:3875 ../src/guestfs-actions.pod:6024
#, no-wrap
msgid ""
" add-ro Fedora-11-i686-Live.iso\n"
@@ -17934,12 +17973,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3877 ../src/guestfs-actions.pod:6026
+#: ../fish/guestfish-actions.pod:3884 ../src/guestfs-actions.pod:6033
msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3879
+#: ../fish/guestfish-actions.pod:3886
msgid ""
"L</mkmountpoint> is not compatible with L</umount-all>. You may get "
"unexpected errors if you try to mix these calls. It is safest to manually "
@@ -17947,7 +17986,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3883
+#: ../fish/guestfish-actions.pod:3890
msgid ""
"L</umount-all> unmounts filesystems by sorting the paths longest first, so "
"for this to work for manual mountpoints, you must ensure that the innermost "
@@ -17955,13 +17994,13 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3888 ../src/guestfs-actions.pod:6037
+#: ../fish/guestfish-actions.pod:3895 ../src/guestfs-actions.pod:6044
msgid ""
"For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3890
+#: ../fish/guestfish-actions.pod:3897
msgid ""
"Autosync [see L</set-autosync>, this is set by default on handles] can cause "
"L</umount-all> to be called when the handle is closed which can also trigger "
@@ -17969,12 +18008,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3894
+#: ../fish/guestfish-actions.pod:3901
msgid "mknod"
msgstr "mknod"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3896
+#: ../fish/guestfish-actions.pod:3903
#, no-wrap
msgid ""
" mknod mode devmajor devminor path\n"
@@ -17982,13 +18021,13 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3898 ../src/guestfs-actions.pod:6056
+#: ../fish/guestfish-actions.pod:3905 ../src/guestfs-actions.pod:6063
msgid ""
"This call creates block or character special devices, or named pipes (FIFOs)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3901 ../src/guestfs-actions.pod:6059
+#: ../fish/guestfish-actions.pod:3908 ../src/guestfs-actions.pod:6066
msgid ""
"The C<mode> parameter should be the mode, using the standard constants. "
"C<devmajor> and C<devminor> are the device major and minor numbers, only "
@@ -17996,7 +18035,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3906
+#: ../fish/guestfish-actions.pod:3913
msgid ""
"Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
"S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
@@ -18007,12 +18046,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3916
+#: ../fish/guestfish-actions.pod:3923
msgid "mknod-b"
msgstr "mknod-b"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3918
+#: ../fish/guestfish-actions.pod:3925
#, no-wrap
msgid ""
" mknod-b mode devmajor devminor path\n"
@@ -18020,7 +18059,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3920
+#: ../fish/guestfish-actions.pod:3927
msgid ""
"This call creates a block device node called C<path> with mode C<mode> and "
"device major/minor C<devmajor> and C<devminor>. It is just a convenient "
@@ -18028,12 +18067,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3926
+#: ../fish/guestfish-actions.pod:3933
msgid "mknod-c"
msgstr "mknod-c"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3928
+#: ../fish/guestfish-actions.pod:3935
#, no-wrap
msgid ""
" mknod-c mode devmajor devminor path\n"
@@ -18041,7 +18080,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3930
+#: ../fish/guestfish-actions.pod:3937
msgid ""
"This call creates a char device node called C<path> with mode C<mode> and "
"device major/minor C<devmajor> and C<devminor>. It is just a convenient "
@@ -18049,12 +18088,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3936
+#: ../fish/guestfish-actions.pod:3943
msgid "mkswap"
msgstr "mkswap"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3938
+#: ../fish/guestfish-actions.pod:3945
#, no-wrap
msgid ""
" mkswap device\n"
@@ -18064,17 +18103,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3940 ../src/guestfs-actions.pod:6122
+#: ../fish/guestfish-actions.pod:3947 ../src/guestfs-actions.pod:6129
msgid "Create a swap partition on C<device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3942
+#: ../fish/guestfish-actions.pod:3949
msgid "mkswap-L"
msgstr "mkswap-L"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3944
+#: ../fish/guestfish-actions.pod:3951
#, no-wrap
msgid ""
" mkswap-L label device\n"
@@ -18084,12 +18123,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3946 ../src/guestfs-actions.pod:6135
+#: ../fish/guestfish-actions.pod:3953 ../src/guestfs-actions.pod:6142
msgid "Create a swap partition on C<device> with label C<label>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3948 ../src/guestfs-actions.pod:6137
+#: ../fish/guestfish-actions.pod:3955 ../src/guestfs-actions.pod:6144
msgid ""
"Note that you cannot attach a swap label to a block device (eg. C</dev/"
"sda>), just to a partition. This appears to be a limitation of the kernel "
@@ -18097,12 +18136,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3952
+#: ../fish/guestfish-actions.pod:3959
msgid "mkswap-U"
msgstr "mkswap-U"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3954
+#: ../fish/guestfish-actions.pod:3961
#, no-wrap
msgid ""
" mkswap-U uuid device\n"
@@ -18112,17 +18151,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3956 ../src/guestfs-actions.pod:6152
+#: ../fish/guestfish-actions.pod:3963 ../src/guestfs-actions.pod:6159
msgid "Create a swap partition on C<device> with UUID C<uuid>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3958
+#: ../fish/guestfish-actions.pod:3965
msgid "mkswap-file"
msgstr "mkswap-file"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3960
+#: ../fish/guestfish-actions.pod:3967
#, no-wrap
msgid ""
" mkswap-file path\n"
@@ -18132,24 +18171,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3962 ../src/guestfs-actions.pod:6164
+#: ../fish/guestfish-actions.pod:3969 ../src/guestfs-actions.pod:6171
msgid "Create a swap file."
msgstr "Створити файл резервної пам’яті."
#. type: textblock
-#: ../fish/guestfish-actions.pod:3964
+#: ../fish/guestfish-actions.pod:3971
msgid ""
"This command just writes a swap file signature to an existing file. To "
"create the file itself, use something like L</fallocate>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3967
+#: ../fish/guestfish-actions.pod:3974
msgid "modprobe"
msgstr "modprobe"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3969
+#: ../fish/guestfish-actions.pod:3976
#, no-wrap
msgid ""
" modprobe modulename\n"
@@ -18159,24 +18198,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3971 ../src/guestfs-actions.pod:6179
+#: ../fish/guestfish-actions.pod:3978 ../src/guestfs-actions.pod:6186
msgid "This loads a kernel module in the appliance."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3973 ../src/guestfs-actions.pod:6181
+#: ../fish/guestfish-actions.pod:3980 ../src/guestfs-actions.pod:6188
msgid ""
"The kernel module must have been whitelisted when libguestfs was built (see "
"C<appliance/kmod.whitelist.in> in the source)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:3976
+#: ../fish/guestfish-actions.pod:3983
msgid "mount"
msgstr "mount"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:3978
+#: ../fish/guestfish-actions.pod:3985
#, no-wrap
msgid ""
" mount device mountpoint\n"
@@ -18186,7 +18225,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3980 ../src/guestfs-actions.pod:6195
+#: ../fish/guestfish-actions.pod:3987 ../src/guestfs-actions.pod:6202
msgid ""
"Mount a guest disk at a position in the filesystem. Block devices are named "
"C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest. If "
@@ -18195,7 +18234,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3986 ../src/guestfs-actions.pod:6201
+#: ../fish/guestfish-actions.pod:3993 ../src/guestfs-actions.pod:6208
msgid ""
"The rules are the same as for L<mount(2)>: A filesystem must first be "
"mounted on C</> before others can be mounted. Other filesystems can only be "
@@ -18203,14 +18242,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3991 ../src/guestfs-actions.pod:6206
+#: ../fish/guestfish-actions.pod:3998 ../src/guestfs-actions.pod:6213
msgid ""
"The mounted filesystem is writable, if we have sufficient permissions on the "
"underlying device."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3994
+#: ../fish/guestfish-actions.pod:4001
msgid ""
"Before libguestfs 1.13.16, this call implicitly added the options C<sync> "
"and C<noatime>. The C<sync> option greatly slowed writes and caused many "
@@ -18220,12 +18259,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4001
+#: ../fish/guestfish-actions.pod:4008
msgid "mount-9p"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4003
+#: ../fish/guestfish-actions.pod:4010
#, no-wrap
msgid ""
" mount-9p mounttag mountpoint [options:..]\n"
@@ -18233,14 +18272,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4005 ../src/guestfs-actions.pod:6235
+#: ../fish/guestfish-actions.pod:4012 ../src/guestfs-actions.pod:6242
msgid ""
"Mount the virtio-9p filesystem with the tag C<mounttag> on the directory "
"C<mountpoint>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4008 ../src/guestfs-actions.pod:6238
+#: ../fish/guestfish-actions.pod:4015 ../src/guestfs-actions.pod:6245
msgid ""
"If required, C<trans=virtio> will be automatically added to the options. "
"Any other options required can be passed in the optional C<options> "
@@ -18248,12 +18287,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4014
+#: ../fish/guestfish-actions.pod:4021
msgid "mount-local"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4016
+#: ../fish/guestfish-actions.pod:4023
#, no-wrap
msgid ""
" mount-local localmountpoint [readonly:true|false] [options:..] [cachetimeout:N] [debugcalls:true|false]\n"
@@ -18261,7 +18300,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4018 ../src/guestfs-actions.pod:6287
+#: ../fish/guestfish-actions.pod:4025 ../src/guestfs-actions.pod:6294
msgid ""
"This call exports the libguestfs-accessible filesystem to a local mountpoint "
"(directory) called C<localmountpoint>. Ordinary reads and writes to files "
@@ -18269,35 +18308,35 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4023 ../src/guestfs-actions.pod:6292
+#: ../fish/guestfish-actions.pod:4030 ../src/guestfs-actions.pod:6299
msgid ""
"If the optional C<readonly> flag is set to true, then writes to the "
"filesystem return error C<EROFS>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4026 ../src/guestfs-actions.pod:6295
+#: ../fish/guestfish-actions.pod:4033 ../src/guestfs-actions.pod:6302
msgid ""
"C<options> is a comma-separated list of mount options. See L<guestmount(1)> "
"for some useful options."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4029 ../src/guestfs-actions.pod:6298
+#: ../fish/guestfish-actions.pod:4036 ../src/guestfs-actions.pod:6305
msgid ""
"C<cachetimeout> sets the timeout (in seconds) for cached directory entries. "
"The default is 60 seconds. See L<guestmount(1)> for further information."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4033 ../src/guestfs-actions.pod:6302
+#: ../fish/guestfish-actions.pod:4040 ../src/guestfs-actions.pod:6309
msgid ""
"If C<debugcalls> is set to true, then additional debugging information is "
"generated for every FUSE call."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4036
+#: ../fish/guestfish-actions.pod:4043
msgid ""
"When L</mount-local> returns, the filesystem is ready, but is not processing "
"requests (access to it will block). You have to call L</mount-local-run> to "
@@ -18305,19 +18344,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4040 ../fish/guestfish-actions.pod:4064
-#: ../fish/guestfish-actions.pod:5788 ../src/guestfs-actions.pod:6309
-#: ../src/guestfs-actions.pod:6358 ../src/guestfs-actions.pod:9015
+#: ../fish/guestfish-actions.pod:4047 ../fish/guestfish-actions.pod:4071
+#: ../fish/guestfish-actions.pod:5795 ../src/guestfs-actions.pod:6316
+#: ../src/guestfs-actions.pod:6365 ../src/guestfs-actions.pod:9022
msgid "See L<guestfs(3)/MOUNT LOCAL> for full documentation."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4044
+#: ../fish/guestfish-actions.pod:4051
msgid "mount-local-run"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4046
+#: ../fish/guestfish-actions.pod:4053
#, no-wrap
msgid ""
" mount-local-run\n"
@@ -18325,26 +18364,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4048 ../src/guestfs-actions.pod:6342
+#: ../fish/guestfish-actions.pod:4055 ../src/guestfs-actions.pod:6349
msgid "Run the main loop which translates kernel calls to libguestfs calls."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4051
+#: ../fish/guestfish-actions.pod:4058
msgid ""
"This should only be called after L</mount-local> returns successfully. The "
"call will not return until the filesystem is unmounted."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4055
+#: ../fish/guestfish-actions.pod:4062
msgid ""
"B<Note> you must I<not> make concurrent libguestfs calls on the same handle "
"from another thread, with the exception of L</umount-local>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4059
+#: ../fish/guestfish-actions.pod:4066
msgid ""
"You may call this from a different thread than the one which called L</mount-"
"local>, subject to the usual rules for threads and libguestfs (see L<guestfs"
@@ -18352,12 +18391,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4066
+#: ../fish/guestfish-actions.pod:4073
msgid "mount-loop"
msgstr "mount-loop"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4068
+#: ../fish/guestfish-actions.pod:4075
#, no-wrap
msgid ""
" mount-loop file mountpoint\n"
@@ -18365,7 +18404,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4070 ../src/guestfs-actions.pod:6371
+#: ../fish/guestfish-actions.pod:4077 ../src/guestfs-actions.pod:6378
msgid ""
"This command lets you mount C<file> (a filesystem image in a file) on a "
"mount point. It is entirely equivalent to the command C<mount -o loop file "
@@ -18373,12 +18412,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4074
+#: ../fish/guestfish-actions.pod:4081
msgid "mount-options"
msgstr "mount-options"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4076
+#: ../fish/guestfish-actions.pod:4083
#, no-wrap
msgid ""
" mount-options options device mountpoint\n"
@@ -18386,26 +18425,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4078
+#: ../fish/guestfish-actions.pod:4085
msgid ""
"This is the same as the L</mount> command, but it allows you to set the "
"mount options as for the L<mount(8)> I<-o> flag."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4082 ../src/guestfs-actions.pod:6391
+#: ../fish/guestfish-actions.pod:4089 ../src/guestfs-actions.pod:6398
msgid ""
"If the C<options> parameter is an empty string, then no options are passed "
"(all options default to whatever the filesystem uses)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4086
+#: ../fish/guestfish-actions.pod:4093
msgid "mount-ro"
msgstr "mount-ro"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4088
+#: ../fish/guestfish-actions.pod:4095
#, no-wrap
msgid ""
" mount-ro device mountpoint\n"
@@ -18415,19 +18454,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4090
+#: ../fish/guestfish-actions.pod:4097
msgid ""
"This is the same as the L</mount> command, but it mounts the filesystem with "
"the read-only (I<-o ro>) flag."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4093
+#: ../fish/guestfish-actions.pod:4100
msgid "mount-vfs"
msgstr "mount-vfs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4095
+#: ../fish/guestfish-actions.pod:4102
#, no-wrap
msgid ""
" mount-vfs options vfstype device mountpoint\n"
@@ -18435,19 +18474,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4097
+#: ../fish/guestfish-actions.pod:4104
msgid ""
"This is the same as the L</mount> command, but it allows you to set both the "
"mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4101
+#: ../fish/guestfish-actions.pod:4108
msgid "mountpoints"
msgstr "mountpoints"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4103
+#: ../fish/guestfish-actions.pod:4110
#, no-wrap
msgid ""
" mountpoints\n"
@@ -18457,7 +18496,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4105
+#: ../fish/guestfish-actions.pod:4112
msgid ""
"This call is similar to L</mounts>. That call returns a list of devices. "
"This one returns a hash table (map) of device name to directory where the "
@@ -18465,12 +18504,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4109
+#: ../fish/guestfish-actions.pod:4116
msgid "mounts"
msgstr "mounts"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4111
+#: ../fish/guestfish-actions.pod:4118
#, no-wrap
msgid ""
" mounts\n"
@@ -18480,29 +18519,29 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4113 ../src/guestfs-actions.pod:6452
+#: ../fish/guestfish-actions.pod:4120 ../src/guestfs-actions.pod:6459
msgid ""
"This returns the list of currently mounted filesystems. It returns the list "
"of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4116 ../src/guestfs-actions.pod:6455
+#: ../fish/guestfish-actions.pod:4123 ../src/guestfs-actions.pod:6462
msgid "Some internal mounts are not shown."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4118
+#: ../fish/guestfish-actions.pod:4125
msgid "See also: L</mountpoints>"
msgstr "Див. також L</mountpoints>"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4120
+#: ../fish/guestfish-actions.pod:4127
msgid "mv"
msgstr "mv"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4122
+#: ../fish/guestfish-actions.pod:4129
#, no-wrap
msgid ""
" mv src dest\n"
@@ -18512,19 +18551,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4124 ../src/guestfs-actions.pod:6472
+#: ../fish/guestfish-actions.pod:4131 ../src/guestfs-actions.pod:6479
msgid ""
"This moves a file from C<src> to C<dest> where C<dest> is either a "
"destination filename or destination directory."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4127
+#: ../fish/guestfish-actions.pod:4134
msgid "nr-devices"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4129
+#: ../fish/guestfish-actions.pod:4136
#, no-wrap
msgid ""
" nr-devices\n"
@@ -18532,7 +18571,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4131
+#: ../fish/guestfish-actions.pod:4138
msgid ""
"This returns the number of whole block devices that were added. This is the "
"same as the number of devices that would be returned if you called L</list-"
@@ -18540,19 +18579,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4135
+#: ../fish/guestfish-actions.pod:4142
msgid ""
"To find out the maximum number of devices that could be added, call L</max-"
"disks>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4138
+#: ../fish/guestfish-actions.pod:4145
msgid "ntfs-3g-probe"
msgstr "ntfs-3g-probe"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4140
+#: ../fish/guestfish-actions.pod:4147
#, no-wrap
msgid ""
" ntfs-3g-probe true|false device\n"
@@ -18560,7 +18599,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4142 ../src/guestfs-actions.pod:6500
+#: ../fish/guestfish-actions.pod:4149 ../src/guestfs-actions.pod:6507
msgid ""
"This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
"C<device> for mountability. (Not all NTFS volumes can be mounted read-"
@@ -18568,7 +18607,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4146 ../src/guestfs-actions.pod:6504
+#: ../fish/guestfish-actions.pod:4153 ../src/guestfs-actions.pod:6511
msgid ""
"C<rw> is a boolean flag. Set it to true if you want to test if the volume "
"can be mounted read-write. Set it to false if you want to test if the "
@@ -18576,19 +18615,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4150 ../src/guestfs-actions.pod:6508
+#: ../fish/guestfish-actions.pod:4157 ../src/guestfs-actions.pod:6515
msgid ""
"The return value is an integer which C<0> if the operation would succeed, or "
"some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4154
+#: ../fish/guestfish-actions.pod:4161
msgid "ntfsclone-in"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4156
+#: ../fish/guestfish-actions.pod:4163
#, no-wrap
msgid ""
" ntfsclone-in (backupfile|-) device\n"
@@ -18596,19 +18635,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4158
+#: ../fish/guestfish-actions.pod:4165
msgid ""
"Restore the C<backupfile> (from a previous call to L</ntfsclone-out>) to "
"C<device>, overwriting any existing contents of this device."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4164
+#: ../fish/guestfish-actions.pod:4171
msgid "ntfsclone-out"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4166
+#: ../fish/guestfish-actions.pod:4173
#, no-wrap
msgid ""
" ntfsclone-out device (backupfile|-) [metadataonly:true|false] [rescue:true|false] [ignorefscheck:true|false] [preservetimestamps:true|false] [force:true|false]\n"
@@ -18616,7 +18655,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4168 ../src/guestfs-actions.pod:6550
+#: ../fish/guestfish-actions.pod:4175 ../src/guestfs-actions.pod:6557
msgid ""
"Stream the NTFS filesystem C<device> to the local file C<backupfile>. The "
"format used for the backup file is a special format used by the L<ntfsclone"
@@ -18624,7 +18663,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4172 ../src/guestfs-actions.pod:6554
+#: ../fish/guestfish-actions.pod:4179 ../src/guestfs-actions.pod:6561
msgid ""
"If the optional C<metadataonly> flag is true, then I<only> the metadata is "
"saved, losing all the user data (this is useful for diagnosing some "
@@ -18632,24 +18671,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4176 ../src/guestfs-actions.pod:6558
+#: ../fish/guestfish-actions.pod:4183 ../src/guestfs-actions.pod:6565
msgid ""
"The optional C<rescue>, C<ignorefscheck>, C<preservetimestamps> and C<force> "
"flags have precise meanings detailed in the L<ntfsclone(8)> man page."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4180
+#: ../fish/guestfish-actions.pod:4187
msgid "Use L</ntfsclone-in> to restore the file back to a libguestfs device."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4187
+#: ../fish/guestfish-actions.pod:4194
msgid "ntfsfix"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4189
+#: ../fish/guestfish-actions.pod:4196
#, no-wrap
msgid ""
" ntfsfix device [clearbadsectors:true|false]\n"
@@ -18657,7 +18696,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4191 ../src/guestfs-actions.pod:6607
+#: ../fish/guestfish-actions.pod:4198 ../src/guestfs-actions.pod:6614
msgid ""
"This command repairs some fundamental NTFS inconsistencies, resets the NTFS "
"journal file, and schedules an NTFS consistency check for the first boot "
@@ -18665,26 +18704,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4195 ../src/guestfs-actions.pod:6611
+#: ../fish/guestfish-actions.pod:4202 ../src/guestfs-actions.pod:6618
msgid ""
"This is I<not> an equivalent of Windows C<chkdsk>. It does I<not> scan the "
"filesystem for inconsistencies."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4198 ../src/guestfs-actions.pod:6614
+#: ../fish/guestfish-actions.pod:4205 ../src/guestfs-actions.pod:6621
msgid ""
"The optional C<clearbadsectors> flag clears the list of bad sectors. This "
"is useful after cloning a disk with bad sectors to a new disk."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4203
+#: ../fish/guestfish-actions.pod:4210
msgid "ntfsresize"
msgstr "ntfsresize"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4205
+#: ../fish/guestfish-actions.pod:4212
#, no-wrap
msgid ""
" ntfsresize device\n"
@@ -18694,15 +18733,15 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4207 ../fish/guestfish-actions.pod:4231
-#: ../src/guestfs-actions.pod:6656 ../src/guestfs-actions.pod:6688
+#: ../fish/guestfish-actions.pod:4214 ../fish/guestfish-actions.pod:4238
+#: ../src/guestfs-actions.pod:6663 ../src/guestfs-actions.pod:6695
msgid ""
"This command resizes an NTFS filesystem, expanding or shrinking it to the "
"size of the underlying device."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4210 ../src/guestfs-actions.pod:6659
+#: ../fish/guestfish-actions.pod:4217 ../src/guestfs-actions.pod:6666
msgid ""
"I<Note:> After the resize operation, the filesystem is marked as requiring a "
"consistency check (for safety). You have to boot into Windows to perform "
@@ -18713,25 +18752,25 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4218 ../fish/guestfish-actions.pod:4257
-#: ../src/guestfs-actions.pod:6667 ../src/guestfs-actions.pod:6714
+#: ../fish/guestfish-actions.pod:4225 ../fish/guestfish-actions.pod:4264
+#: ../src/guestfs-actions.pod:6674 ../src/guestfs-actions.pod:6721
msgid "See also L<ntfsresize(8)>."
msgstr "Див. також L<ntfsresize(8)>."
#. type: textblock
-#: ../fish/guestfish-actions.pod:4220 ../fish/guestfish-actions.pod:4268
+#: ../fish/guestfish-actions.pod:4227 ../fish/guestfish-actions.pod:4275
msgid ""
"I<This function is deprecated.> In new code, use the L</ntfsresize-opts> "
"call instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4227
+#: ../fish/guestfish-actions.pod:4234
msgid "ntfsresize-opts"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4229
+#: ../fish/guestfish-actions.pod:4236
#, no-wrap
msgid ""
" ntfsresize-opts device [size:N] [force:true|false]\n"
@@ -18739,27 +18778,27 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4240 ../src/guestfs-actions.pod:6697
+#: ../fish/guestfish-actions.pod:4247 ../src/guestfs-actions.pod:6704
msgid ""
"The new size (in bytes) of the filesystem. If omitted, the filesystem is "
"resized to fit the container (eg. partition)."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4243 ../fish/guestfish-actions.pod:5642
-#: ../src/guestfs-actions.pod:6700 ../src/guestfs-actions.pod:8803
+#: ../fish/guestfish-actions.pod:4250 ../fish/guestfish-actions.pod:5649
+#: ../src/guestfs-actions.pod:6707 ../src/guestfs-actions.pod:8810
msgid "C<force>"
msgstr "C<force>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4245 ../src/guestfs-actions.pod:6702
+#: ../fish/guestfish-actions.pod:4252 ../src/guestfs-actions.pod:6709
msgid ""
"If this option is true, then force the resize of the filesystem even if the "
"filesystem is marked as requiring a consistency check."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4248
+#: ../fish/guestfish-actions.pod:4255
msgid ""
"After the resize operation, the filesystem is always marked as requiring a "
"consistency check (for safety). You have to boot into Windows to perform "
@@ -18769,12 +18808,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4261
+#: ../fish/guestfish-actions.pod:4268
msgid "ntfsresize-size"
msgstr "ntfsresize-size"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4263
+#: ../fish/guestfish-actions.pod:4270
#, no-wrap
msgid ""
" ntfsresize-size device size\n"
@@ -18782,19 +18821,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4265
+#: ../fish/guestfish-actions.pod:4272
msgid ""
"This command is the same as L</ntfsresize> except that it allows you to "
"specify the new size (in bytes) explicitly."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4275
+#: ../fish/guestfish-actions.pod:4282
msgid "part-add"
msgstr "part-add"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4277
+#: ../fish/guestfish-actions.pod:4284
#, no-wrap
msgid ""
" part-add device prlogex startsect endsect\n"
@@ -18802,14 +18841,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4279
+#: ../fish/guestfish-actions.pod:4286
msgid ""
"This command adds a partition to C<device>. If there is no partition table "
"on the device, call L</part-init> first."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4282 ../src/guestfs-actions.pod:6775
+#: ../fish/guestfish-actions.pod:4289 ../src/guestfs-actions.pod:6782
msgid ""
"The C<prlogex> parameter is the type of partition. Normally you should pass "
"C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
@@ -18817,7 +18856,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4287 ../src/guestfs-actions.pod:6780
+#: ../fish/guestfish-actions.pod:4294 ../src/guestfs-actions.pod:6787
msgid ""
"C<startsect> and C<endsect> are the start and end of the partition in "
"I<sectors>. C<endsect> may be negative, which means it counts backwards "
@@ -18825,19 +18864,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4291
+#: ../fish/guestfish-actions.pod:4298
msgid ""
"Creating a partition which covers the whole disk is not so easy. Use L</"
"part-disk> to do that."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4294
+#: ../fish/guestfish-actions.pod:4301
msgid "part-del"
msgstr "part-del"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4296
+#: ../fish/guestfish-actions.pod:4303
#, no-wrap
msgid ""
" part-del device partnum\n"
@@ -18845,24 +18884,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4298 ../src/guestfs-actions.pod:6798
+#: ../fish/guestfish-actions.pod:4305 ../src/guestfs-actions.pod:6805
msgid "This command deletes the partition numbered C<partnum> on C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4300 ../src/guestfs-actions.pod:6800
+#: ../fish/guestfish-actions.pod:4307 ../src/guestfs-actions.pod:6807
msgid ""
"Note that in the case of MBR partitioning, deleting an extended partition "
"also deletes any logical partitions it contains."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4304
+#: ../fish/guestfish-actions.pod:4311
msgid "part-disk"
msgstr "part-disk"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4306
+#: ../fish/guestfish-actions.pod:4313
#, no-wrap
msgid ""
" part-disk device parttype\n"
@@ -18872,26 +18911,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4308
+#: ../fish/guestfish-actions.pod:4315
msgid ""
"This command is simply a combination of L</part-init> followed by L</part-"
"add> to create a single primary partition covering the whole disk."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4312
+#: ../fish/guestfish-actions.pod:4319
msgid ""
"C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
"possible values are described in L</part-init>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4315
+#: ../fish/guestfish-actions.pod:4322
msgid "part-get-bootable"
msgstr "part-get-bootable"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4317
+#: ../fish/guestfish-actions.pod:4324
#, no-wrap
msgid ""
" part-get-bootable device partnum\n"
@@ -18899,24 +18938,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4319 ../src/guestfs-actions.pod:6833
+#: ../fish/guestfish-actions.pod:4326 ../src/guestfs-actions.pod:6840
msgid ""
"This command returns true if the partition C<partnum> on C<device> has the "
"bootable flag set."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4322
+#: ../fish/guestfish-actions.pod:4329
msgid "See also L</part-set-bootable>."
msgstr "Див. також L</part-set-bootable>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:4324
+#: ../fish/guestfish-actions.pod:4331
msgid "part-get-mbr-id"
msgstr "part-get-mbr-id"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4326
+#: ../fish/guestfish-actions.pod:4333
#, no-wrap
msgid ""
" part-get-mbr-id device partnum\n"
@@ -18924,14 +18963,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4328 ../src/guestfs-actions.pod:6849
+#: ../fish/guestfish-actions.pod:4335 ../src/guestfs-actions.pod:6856
msgid ""
"Returns the MBR type byte (also known as the ID byte) from the numbered "
"partition C<partnum>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4331 ../fish/guestfish-actions.pod:4475
+#: ../fish/guestfish-actions.pod:4338 ../fish/guestfish-actions.pod:4482
msgid ""
"Note that only MBR (old DOS-style) partitions have type bytes. You will get "
"undefined results for other partition table types (see L</part-get-"
@@ -18939,12 +18978,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4335
+#: ../fish/guestfish-actions.pod:4342
msgid "part-get-parttype"
msgstr "part-get-parttype"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4337
+#: ../fish/guestfish-actions.pod:4344
#, no-wrap
msgid ""
" part-get-parttype device\n"
@@ -18954,14 +18993,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4339 ../src/guestfs-actions.pod:6866
+#: ../fish/guestfish-actions.pod:4346 ../src/guestfs-actions.pod:6873
msgid ""
"This command examines the partition table on C<device> and returns the "
"partition table type (format) being used."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4342
+#: ../fish/guestfish-actions.pod:4349
msgid ""
"Common return values include: C<msdos> (a DOS/Windows style MBR partition "
"table), C<gpt> (a GPT/EFI-style partition table). Other values are "
@@ -18969,12 +19008,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4347
+#: ../fish/guestfish-actions.pod:4354
msgid "part-init"
msgstr "part-init"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4349
+#: ../fish/guestfish-actions.pod:4356
#, no-wrap
msgid ""
" part-init device parttype\n"
@@ -18982,7 +19021,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4351 ../src/guestfs-actions.pod:6886
+#: ../fish/guestfish-actions.pod:4358 ../src/guestfs-actions.pod:6893
msgid ""
"This creates an empty partition table on C<device> of one of the partition "
"types listed below. Usually C<parttype> should be either C<msdos> or C<gpt> "
@@ -18990,34 +19029,34 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4355
+#: ../fish/guestfish-actions.pod:4362
msgid ""
"Initially there are no partitions. Following this, you should call L</part-"
"add> for each partition required."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4358 ../src/guestfs-actions.pod:6893
+#: ../fish/guestfish-actions.pod:4365 ../src/guestfs-actions.pod:6900
msgid "Possible values for C<parttype> are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4362 ../src/guestfs-actions.pod:6897
+#: ../fish/guestfish-actions.pod:4369 ../src/guestfs-actions.pod:6904
msgid "B<efi>"
msgstr "B<efi>"
#. type: =item
-#: ../fish/guestfish-actions.pod:4364 ../src/guestfs-actions.pod:6899
+#: ../fish/guestfish-actions.pod:4371 ../src/guestfs-actions.pod:6906
msgid "B<gpt>"
msgstr "B<gpt>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4366 ../src/guestfs-actions.pod:6901
+#: ../fish/guestfish-actions.pod:4373 ../src/guestfs-actions.pod:6908
msgid "Intel EFI / GPT partition table."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4368 ../src/guestfs-actions.pod:6903
+#: ../fish/guestfish-actions.pod:4375 ../src/guestfs-actions.pod:6910
msgid ""
"This is recommended for >= 2 TB partitions that will be accessed from Linux "
"and Intel-based Mac OS X. It also has limited backwards compatibility with "
@@ -19025,17 +19064,17 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4372 ../src/guestfs-actions.pod:6907
+#: ../fish/guestfish-actions.pod:4379 ../src/guestfs-actions.pod:6914
msgid "B<mbr>"
msgstr "B<mbr>"
#. type: =item
-#: ../fish/guestfish-actions.pod:4374 ../src/guestfs-actions.pod:6909
+#: ../fish/guestfish-actions.pod:4381 ../src/guestfs-actions.pod:6916
msgid "B<msdos>"
msgstr "B<msdos>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4376 ../src/guestfs-actions.pod:6911
+#: ../fish/guestfish-actions.pod:4383 ../src/guestfs-actions.pod:6918
msgid ""
"The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
"Windows. This partition type will B<only> work for device sizes up to 2 "
@@ -19043,103 +19082,103 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4383 ../src/guestfs-actions.pod:6918
+#: ../fish/guestfish-actions.pod:4390 ../src/guestfs-actions.pod:6925
msgid ""
"Other partition table types that may work but are not supported include:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4388 ../src/guestfs-actions.pod:6923
+#: ../fish/guestfish-actions.pod:4395 ../src/guestfs-actions.pod:6930
msgid "B<aix>"
msgstr "B<aix>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4390 ../src/guestfs-actions.pod:6925
+#: ../fish/guestfish-actions.pod:4397 ../src/guestfs-actions.pod:6932
msgid "AIX disk labels."
msgstr "Мітки дисків AIX."
#. type: =item
-#: ../fish/guestfish-actions.pod:4392 ../src/guestfs-actions.pod:6927
+#: ../fish/guestfish-actions.pod:4399 ../src/guestfs-actions.pod:6934
msgid "B<amiga>"
msgstr "B<amiga>"
#. type: =item
-#: ../fish/guestfish-actions.pod:4394 ../src/guestfs-actions.pod:6929
+#: ../fish/guestfish-actions.pod:4401 ../src/guestfs-actions.pod:6936
msgid "B<rdb>"
msgstr "B<rdb>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4396 ../src/guestfs-actions.pod:6931
+#: ../fish/guestfish-actions.pod:4403 ../src/guestfs-actions.pod:6938
msgid "Amiga \"Rigid Disk Block\" format."
msgstr "Формат \"Rigid Disk Block\" Amiga."
#. type: =item
-#: ../fish/guestfish-actions.pod:4398 ../src/guestfs-actions.pod:6933
+#: ../fish/guestfish-actions.pod:4405 ../src/guestfs-actions.pod:6940
msgid "B<bsd>"
msgstr "B<bsd>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4400 ../src/guestfs-actions.pod:6935
+#: ../fish/guestfish-actions.pod:4407 ../src/guestfs-actions.pod:6942
msgid "BSD disk labels."
msgstr "Мітки дисків BSD."
#. type: =item
-#: ../fish/guestfish-actions.pod:4402 ../src/guestfs-actions.pod:6937
+#: ../fish/guestfish-actions.pod:4409 ../src/guestfs-actions.pod:6944
msgid "B<dasd>"
msgstr "B<dasd>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4404 ../src/guestfs-actions.pod:6939
+#: ../fish/guestfish-actions.pod:4411 ../src/guestfs-actions.pod:6946
msgid "DASD, used on IBM mainframes."
msgstr "DASD, використовувалися у мейнфреймах IBM."
#. type: =item
-#: ../fish/guestfish-actions.pod:4406 ../src/guestfs-actions.pod:6941
+#: ../fish/guestfish-actions.pod:4413 ../src/guestfs-actions.pod:6948
msgid "B<dvh>"
msgstr "B<dvh>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4408 ../src/guestfs-actions.pod:6943
+#: ../fish/guestfish-actions.pod:4415 ../src/guestfs-actions.pod:6950
msgid "MIPS/SGI volumes."
msgstr "Томи MIPS/SGI."
#. type: =item
-#: ../fish/guestfish-actions.pod:4410 ../src/guestfs-actions.pod:6945
+#: ../fish/guestfish-actions.pod:4417 ../src/guestfs-actions.pod:6952
msgid "B<mac>"
msgstr "B<mac>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4412 ../src/guestfs-actions.pod:6947
+#: ../fish/guestfish-actions.pod:4419 ../src/guestfs-actions.pod:6954
msgid "Old Mac partition format. Modern Macs use C<gpt>."
msgstr "Старий формат розділів Mac. Сучасні системи Mac використовують C<gpt>."
#. type: =item
-#: ../fish/guestfish-actions.pod:4414 ../src/guestfs-actions.pod:6949
+#: ../fish/guestfish-actions.pod:4421 ../src/guestfs-actions.pod:6956
msgid "B<pc98>"
msgstr "B<pc98>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4416 ../src/guestfs-actions.pod:6951
+#: ../fish/guestfish-actions.pod:4423 ../src/guestfs-actions.pod:6958
msgid "NEC PC-98 format, common in Japan apparently."
msgstr "Формат NEC PC-98, поширений у Японії."
#. type: =item
-#: ../fish/guestfish-actions.pod:4418 ../src/guestfs-actions.pod:6953
+#: ../fish/guestfish-actions.pod:4425 ../src/guestfs-actions.pod:6960
msgid "B<sun>"
msgstr "B<sun>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4420 ../src/guestfs-actions.pod:6955
+#: ../fish/guestfish-actions.pod:4427 ../src/guestfs-actions.pod:6962
msgid "Sun disk labels."
msgstr "Мітки дисків Sun."
#. type: =head2
-#: ../fish/guestfish-actions.pod:4424
+#: ../fish/guestfish-actions.pod:4431
msgid "part-list"
msgstr "part-list"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4426
+#: ../fish/guestfish-actions.pod:4433
#, no-wrap
msgid ""
" part-list device\n"
@@ -19149,66 +19188,66 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4428 ../src/guestfs-actions.pod:6969
+#: ../fish/guestfish-actions.pod:4435 ../src/guestfs-actions.pod:6976
msgid ""
"This command parses the partition table on C<device> and returns the list of "
"partitions found."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4431 ../src/guestfs-actions.pod:6972
+#: ../fish/guestfish-actions.pod:4438 ../src/guestfs-actions.pod:6979
msgid "The fields in the returned structure are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4435 ../src/guestfs-actions.pod:6976
+#: ../fish/guestfish-actions.pod:4442 ../src/guestfs-actions.pod:6983
msgid "B<part_num>"
msgstr "B<part_num>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4437 ../src/guestfs-actions.pod:6978
+#: ../fish/guestfish-actions.pod:4444 ../src/guestfs-actions.pod:6985
msgid "Partition number, counting from 1."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4439 ../src/guestfs-actions.pod:6980
+#: ../fish/guestfish-actions.pod:4446 ../src/guestfs-actions.pod:6987
msgid "B<part_start>"
msgstr "B<part_start>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4441
+#: ../fish/guestfish-actions.pod:4448
msgid ""
"Start of the partition I<in bytes>. To get sectors you have to divide by "
"the device's sector size, see L</blockdev-getss>."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4444 ../src/guestfs-actions.pod:6985
+#: ../fish/guestfish-actions.pod:4451 ../src/guestfs-actions.pod:6992
msgid "B<part_end>"
msgstr "B<part_end>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4446 ../src/guestfs-actions.pod:6987
+#: ../fish/guestfish-actions.pod:4453 ../src/guestfs-actions.pod:6994
msgid "End of the partition in bytes."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4448 ../src/guestfs-actions.pod:6989
+#: ../fish/guestfish-actions.pod:4455 ../src/guestfs-actions.pod:6996
msgid "B<part_size>"
msgstr "B<part_size>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4450 ../src/guestfs-actions.pod:6991
+#: ../fish/guestfish-actions.pod:4457 ../src/guestfs-actions.pod:6998
msgid "Size of the partition in bytes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4454
+#: ../fish/guestfish-actions.pod:4461
msgid "part-set-bootable"
msgstr "part-set-bootable"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4456
+#: ../fish/guestfish-actions.pod:4463
#, no-wrap
msgid ""
" part-set-bootable device partnum true|false\n"
@@ -19216,14 +19255,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4458 ../src/guestfs-actions.pod:7009
+#: ../fish/guestfish-actions.pod:4465 ../src/guestfs-actions.pod:7016
msgid ""
"This sets the bootable flag on partition numbered C<partnum> on device "
"C<device>. Note that partitions are numbered from 1."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4461 ../src/guestfs-actions.pod:7012
+#: ../fish/guestfish-actions.pod:4468 ../src/guestfs-actions.pod:7019
msgid ""
"The bootable flag is used by some operating systems (notably Windows) to "
"determine which partition to boot from. It is by no means universally "
@@ -19231,12 +19270,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4465
+#: ../fish/guestfish-actions.pod:4472
msgid "part-set-mbr-id"
msgstr "part-set-mbr-id"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4467
+#: ../fish/guestfish-actions.pod:4474
#, no-wrap
msgid ""
" part-set-mbr-id device partnum idbyte\n"
@@ -19244,7 +19283,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4469 ../src/guestfs-actions.pod:7028
+#: ../fish/guestfish-actions.pod:4476 ../src/guestfs-actions.pod:7035
msgid ""
"Sets the MBR type byte (also known as the ID byte) of the numbered partition "
"C<partnum> to C<idbyte>. Note that the type bytes quoted in most "
@@ -19253,12 +19292,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4479
+#: ../fish/guestfish-actions.pod:4486
msgid "part-set-name"
msgstr "part-set-name"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4481
+#: ../fish/guestfish-actions.pod:4488
#, no-wrap
msgid ""
" part-set-name device partnum name\n"
@@ -19266,26 +19305,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4483 ../src/guestfs-actions.pod:7050
+#: ../fish/guestfish-actions.pod:4490 ../src/guestfs-actions.pod:7057
msgid ""
"This sets the partition name on partition numbered C<partnum> on device "
"C<device>. Note that partitions are numbered from 1."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4486 ../src/guestfs-actions.pod:7053
+#: ../fish/guestfish-actions.pod:4493 ../src/guestfs-actions.pod:7060
msgid ""
"The partition name can only be set on certain types of partition table. "
"This works on C<gpt> but not on C<mbr> partitions."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4489
+#: ../fish/guestfish-actions.pod:4496
msgid "part-to-dev"
msgstr "part-to-dev"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4491
+#: ../fish/guestfish-actions.pod:4498
#, no-wrap
msgid ""
" part-to-dev partition\n"
@@ -19295,31 +19334,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4493 ../src/guestfs-actions.pod:7066
+#: ../fish/guestfish-actions.pod:4500 ../src/guestfs-actions.pod:7073
msgid ""
"This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
"partition number, returning the device name (eg. \"/dev/sdb\")."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4497 ../fish/guestfish-actions.pod:4509
+#: ../fish/guestfish-actions.pod:4504 ../fish/guestfish-actions.pod:4516
msgid ""
"The named partition must exist, for example as a string returned from L</"
"list-partitions>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4500
+#: ../fish/guestfish-actions.pod:4507
msgid "See also L</part-to-partnum>, L</device-index>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4502
+#: ../fish/guestfish-actions.pod:4509
msgid "part-to-partnum"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4504
+#: ../fish/guestfish-actions.pod:4511
#, no-wrap
msgid ""
" part-to-partnum partition\n"
@@ -19327,24 +19366,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4506 ../src/guestfs-actions.pod:7086
+#: ../fish/guestfish-actions.pod:4513 ../src/guestfs-actions.pod:7093
msgid ""
"This function takes a partition name (eg. \"/dev/sdb1\") and returns the "
"partition number (eg. C<1>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4512
+#: ../fish/guestfish-actions.pod:4519
msgid "See also L</part-to-dev>."
msgstr "Див. також L</part-to-dev>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:4514
+#: ../fish/guestfish-actions.pod:4521
msgid "ping-daemon"
msgstr "ping-daemon"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4516
+#: ../fish/guestfish-actions.pod:4523
#, no-wrap
msgid ""
" ping-daemon\n"
@@ -19354,7 +19393,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4518 ../src/guestfs-actions.pod:7103
+#: ../fish/guestfish-actions.pod:4525 ../src/guestfs-actions.pod:7110
msgid ""
"This is a test probe into the guestfs daemon running inside the qemu "
"subprocess. Calling this function checks that the daemon responds to the "
@@ -19363,12 +19402,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4523
+#: ../fish/guestfish-actions.pod:4530
msgid "pread"
msgstr "pread"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4525
+#: ../fish/guestfish-actions.pod:4532
#, no-wrap
msgid ""
" pread path count offset\n"
@@ -19376,32 +19415,32 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4527 ../src/guestfs-actions.pod:7121
+#: ../fish/guestfish-actions.pod:4534 ../src/guestfs-actions.pod:7128
msgid ""
"This command lets you read part of a file. It reads C<count> bytes of the "
"file, starting at C<offset>, from file C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4530 ../fish/guestfish-actions.pod:4545
-#: ../src/guestfs-actions.pod:7124 ../src/guestfs-actions.pod:7150
+#: ../fish/guestfish-actions.pod:4537 ../fish/guestfish-actions.pod:4552
+#: ../src/guestfs-actions.pod:7131 ../src/guestfs-actions.pod:7157
msgid ""
"This may read fewer bytes than requested. For further details see the "
"L<pread(2)> system call."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4533
+#: ../fish/guestfish-actions.pod:4540
msgid "See also L</pwrite>, L</pread-device>."
msgstr "Див. також L</pwrite>, L</pread-device>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:4538
+#: ../fish/guestfish-actions.pod:4545
msgid "pread-device"
msgstr "pread-device"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4540
+#: ../fish/guestfish-actions.pod:4547
#, no-wrap
msgid ""
" pread-device device count offset\n"
@@ -19409,24 +19448,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4542 ../src/guestfs-actions.pod:7147
+#: ../fish/guestfish-actions.pod:4549 ../src/guestfs-actions.pod:7154
msgid ""
"This command lets you read part of a file. It reads C<count> bytes of "
"C<device>, starting at C<offset>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4548
+#: ../fish/guestfish-actions.pod:4555
msgid "See also L</pread>."
msgstr "Див. також L</pread>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:4553
+#: ../fish/guestfish-actions.pod:4560
msgid "pvcreate"
msgstr "pvcreate"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4555
+#: ../fish/guestfish-actions.pod:4562
#, no-wrap
msgid ""
" pvcreate device\n"
@@ -19436,19 +19475,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4557 ../src/guestfs-actions.pod:7170
+#: ../fish/guestfish-actions.pod:4564 ../src/guestfs-actions.pod:7177
msgid ""
"This creates an LVM physical volume on the named C<device>, where C<device> "
"should usually be a partition name such as C</dev/sda1>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4561
+#: ../fish/guestfish-actions.pod:4568
msgid "pvremove"
msgstr "pvremove"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4563
+#: ../fish/guestfish-actions.pod:4570
#, no-wrap
msgid ""
" pvremove device\n"
@@ -19458,14 +19497,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4565 ../src/guestfs-actions.pod:7184
+#: ../fish/guestfish-actions.pod:4572 ../src/guestfs-actions.pod:7191
msgid ""
"This wipes a physical volume C<device> so that LVM will no longer recognise "
"it."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4568 ../src/guestfs-actions.pod:7187
+#: ../fish/guestfish-actions.pod:4575 ../src/guestfs-actions.pod:7194
msgid ""
"The implementation uses the C<pvremove> command which refuses to wipe "
"physical volumes that contain any volume groups, so you have to remove those "
@@ -19473,12 +19512,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4572
+#: ../fish/guestfish-actions.pod:4579
msgid "pvresize"
msgstr "pvresize"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4574
+#: ../fish/guestfish-actions.pod:4581
#, no-wrap
msgid ""
" pvresize device\n"
@@ -19488,19 +19527,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4576 ../src/guestfs-actions.pod:7201
+#: ../fish/guestfish-actions.pod:4583 ../src/guestfs-actions.pod:7208
msgid ""
"This resizes (expands or shrinks) an existing LVM physical volume to match "
"the new size of the underlying device."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4579
+#: ../fish/guestfish-actions.pod:4586
msgid "pvresize-size"
msgstr "pvresize-size"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4581
+#: ../fish/guestfish-actions.pod:4588
#, no-wrap
msgid ""
" pvresize-size device size\n"
@@ -19508,19 +19547,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4583
+#: ../fish/guestfish-actions.pod:4590
msgid ""
"This command is the same as L</pvresize> except that it allows you to "
"specify the new size (in bytes) explicitly."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4586
+#: ../fish/guestfish-actions.pod:4593
msgid "pvs"
msgstr "pvs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4588
+#: ../fish/guestfish-actions.pod:4595
#, no-wrap
msgid ""
" pvs\n"
@@ -19530,31 +19569,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4590 ../src/guestfs-actions.pod:7227
+#: ../fish/guestfish-actions.pod:4597 ../src/guestfs-actions.pod:7234
msgid ""
"List all the physical volumes detected. This is the equivalent of the L<pvs"
"(8)> command."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4593 ../src/guestfs-actions.pod:7230
+#: ../fish/guestfish-actions.pod:4600 ../src/guestfs-actions.pod:7237
msgid ""
"This returns a list of just the device names that contain PVs (eg. C</dev/"
"sda2>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4596
+#: ../fish/guestfish-actions.pod:4603
msgid "See also L</pvs-full>."
msgstr "Див. також L</pvs-full>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:4598
+#: ../fish/guestfish-actions.pod:4605
msgid "pvs-full"
msgstr "pvs-full"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4600
+#: ../fish/guestfish-actions.pod:4607
#, no-wrap
msgid ""
" pvs-full\n"
@@ -19564,19 +19603,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4602 ../src/guestfs-actions.pod:7246
+#: ../fish/guestfish-actions.pod:4609 ../src/guestfs-actions.pod:7253
msgid ""
"List all the physical volumes detected. This is the equivalent of the L<pvs"
"(8)> command. The \"full\" version includes all fields."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4605
+#: ../fish/guestfish-actions.pod:4612
msgid "pvuuid"
msgstr "pvuuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4607
+#: ../fish/guestfish-actions.pod:4614
#, no-wrap
msgid ""
" pvuuid device\n"
@@ -19586,17 +19625,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4609 ../src/guestfs-actions.pod:7261
+#: ../fish/guestfish-actions.pod:4616 ../src/guestfs-actions.pod:7268
msgid "This command returns the UUID of the LVM PV C<device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4611
+#: ../fish/guestfish-actions.pod:4618
msgid "pwrite"
msgstr "pwrite"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4613
+#: ../fish/guestfish-actions.pod:4620
#, no-wrap
msgid ""
" pwrite path content offset\n"
@@ -19604,14 +19643,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4615 ../src/guestfs-actions.pod:7277
+#: ../fish/guestfish-actions.pod:4622 ../src/guestfs-actions.pod:7284
msgid ""
"This command writes to part of a file. It writes the data buffer C<content> "
"to the file C<path> starting at offset C<offset>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4618 ../src/guestfs-actions.pod:7280
+#: ../fish/guestfish-actions.pod:4625 ../src/guestfs-actions.pod:7287
msgid ""
"This command implements the L<pwrite(2)> system call, and like that system "
"call it may not write the full data requested. The return value is the "
@@ -19621,17 +19660,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4624
+#: ../fish/guestfish-actions.pod:4631
msgid "See also L</pread>, L</pwrite-device>."
msgstr "Див. також L</pread>, L</pwrite-device>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:4629
+#: ../fish/guestfish-actions.pod:4636
msgid "pwrite-device"
msgstr "pwrite-device"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4631
+#: ../fish/guestfish-actions.pod:4638
#, no-wrap
msgid ""
" pwrite-device device content offset\n"
@@ -19639,14 +19678,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4633 ../src/guestfs-actions.pod:7304
+#: ../fish/guestfish-actions.pod:4640 ../src/guestfs-actions.pod:7311
msgid ""
"This command writes to part of a device. It writes the data buffer "
"C<content> to C<device> starting at offset C<offset>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4636 ../src/guestfs-actions.pod:7307
+#: ../fish/guestfish-actions.pod:4643 ../src/guestfs-actions.pod:7314
msgid ""
"This command implements the L<pwrite(2)> system call, and like that system "
"call it may not write the full data requested (although short writes to disk "
@@ -19654,17 +19693,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4641
+#: ../fish/guestfish-actions.pod:4648
msgid "See also L</pwrite>."
msgstr "Див. також L</pwrite>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:4646
+#: ../fish/guestfish-actions.pod:4653
msgid "read-file"
msgstr "read-file"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4648
+#: ../fish/guestfish-actions.pod:4655
#, no-wrap
msgid ""
" read-file path\n"
@@ -19674,12 +19713,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4650 ../src/guestfs-actions.pod:7328
+#: ../fish/guestfish-actions.pod:4657 ../src/guestfs-actions.pod:7335
msgid "This calls returns the contents of the file C<path> as a buffer."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4653
+#: ../fish/guestfish-actions.pod:4660
msgid ""
"Unlike L</cat>, this function can correctly handle files that contain "
"embedded ASCII NUL characters. However unlike L</download>, this function "
@@ -19687,12 +19726,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4661
+#: ../fish/guestfish-actions.pod:4668
msgid "read-lines"
msgstr "read-lines"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4663
+#: ../fish/guestfish-actions.pod:4670
#, no-wrap
msgid ""
" read-lines path\n"
@@ -19702,14 +19741,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4667 ../src/guestfs-actions.pod:7353
+#: ../fish/guestfish-actions.pod:4674 ../src/guestfs-actions.pod:7360
msgid ""
"The file contents are returned as a list of lines. Trailing C<LF> and "
"C<CRLF> character sequences are I<not> returned."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4670
+#: ../fish/guestfish-actions.pod:4677
msgid ""
"Note that this function cannot correctly handle binary files (specifically, "
"files containing C<\\0> character which is treated as end of line). For "
@@ -19718,12 +19757,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4675
+#: ../fish/guestfish-actions.pod:4682
msgid "readdir"
msgstr "readdir"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4677
+#: ../fish/guestfish-actions.pod:4684
#, no-wrap
msgid ""
" readdir dir\n"
@@ -19733,12 +19772,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4679 ../src/guestfs-actions.pod:7373
+#: ../fish/guestfish-actions.pod:4686 ../src/guestfs-actions.pod:7380
msgid "This returns the list of directory entries in directory C<dir>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4681 ../src/guestfs-actions.pod:7375
+#: ../fish/guestfish-actions.pod:4688 ../src/guestfs-actions.pod:7382
msgid ""
"All entries in the directory are returned, including C<.> and C<..>. The "
"entries are I<not> sorted, but returned in the same order as the underlying "
@@ -19746,85 +19785,85 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4685 ../src/guestfs-actions.pod:7379
+#: ../fish/guestfish-actions.pod:4692 ../src/guestfs-actions.pod:7386
msgid ""
"Also this call returns basic file type information about each file. The "
"C<ftyp> field will contain one of the following characters:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4690 ../src/guestfs-actions.pod:7384
+#: ../fish/guestfish-actions.pod:4697 ../src/guestfs-actions.pod:7391
msgid "'b'"
msgstr "'b'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4692 ../src/guestfs-actions.pod:7386
+#: ../fish/guestfish-actions.pod:4699 ../src/guestfs-actions.pod:7393
msgid "Block special"
msgstr "Блоковий особливий"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4696 ../src/guestfs-actions.pod:7390
+#: ../fish/guestfish-actions.pod:4703 ../src/guestfs-actions.pod:7397
msgid "Char special"
msgstr "Символьний особливий"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4700 ../src/guestfs-actions.pod:7394
+#: ../fish/guestfish-actions.pod:4707 ../src/guestfs-actions.pod:7401
msgid "Directory"
msgstr "Каталог"
#. type: =item
-#: ../fish/guestfish-actions.pod:4702 ../src/guestfs-actions.pod:7396
+#: ../fish/guestfish-actions.pod:4709 ../src/guestfs-actions.pod:7403
msgid "'f'"
msgstr "'f'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4704 ../src/guestfs-actions.pod:7398
+#: ../fish/guestfish-actions.pod:4711 ../src/guestfs-actions.pod:7405
msgid "FIFO (named pipe)"
msgstr "FIFO (іменований канал)"
#. type: =item
-#: ../fish/guestfish-actions.pod:4706 ../src/guestfs-actions.pod:7400
+#: ../fish/guestfish-actions.pod:4713 ../src/guestfs-actions.pod:7407
msgid "'l'"
msgstr "'l'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4708 ../src/guestfs-actions.pod:7402
+#: ../fish/guestfish-actions.pod:4715 ../src/guestfs-actions.pod:7409
msgid "Symbolic link"
msgstr "Символічне посилання"
#. type: =item
-#: ../fish/guestfish-actions.pod:4710 ../src/guestfs-actions.pod:7404
+#: ../fish/guestfish-actions.pod:4717 ../src/guestfs-actions.pod:7411
msgid "'r'"
msgstr "'r'"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4712 ../src/guestfs-actions.pod:7406
+#: ../fish/guestfish-actions.pod:4719 ../src/guestfs-actions.pod:7413
msgid "Regular file"
msgstr "Звичайний файл"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4716 ../src/guestfs-actions.pod:7410
+#: ../fish/guestfish-actions.pod:4723 ../src/guestfs-actions.pod:7417
msgid "Socket"
msgstr "Сокет"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4720 ../src/guestfs-actions.pod:7414
+#: ../fish/guestfish-actions.pod:4727 ../src/guestfs-actions.pod:7421
msgid "Unknown file type"
msgstr "Невідомий тип файла"
#. type: =item
-#: ../fish/guestfish-actions.pod:4722 ../src/guestfs-actions.pod:7416
+#: ../fish/guestfish-actions.pod:4729 ../src/guestfs-actions.pod:7423
msgid "'?'"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4724 ../src/guestfs-actions.pod:7418
+#: ../fish/guestfish-actions.pod:4731 ../src/guestfs-actions.pod:7425
msgid ""
"The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4729
+#: ../fish/guestfish-actions.pod:4736
msgid ""
"This function is primarily intended for use by programs. To get a simple "
"list of names, use L</ls>. To get a printable directory for human "
@@ -19832,12 +19871,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4733
+#: ../fish/guestfish-actions.pod:4740
msgid "readlink"
msgstr "readlink"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4735
+#: ../fish/guestfish-actions.pod:4742
#, no-wrap
msgid ""
" readlink path\n"
@@ -19847,17 +19886,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4737 ../src/guestfs-actions.pod:7439
+#: ../fish/guestfish-actions.pod:4744 ../src/guestfs-actions.pod:7446
msgid "This command reads the target of a symbolic link."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4739
+#: ../fish/guestfish-actions.pod:4746
msgid "readlinklist"
msgstr "readlinklist"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4741
+#: ../fish/guestfish-actions.pod:4748
#, no-wrap
msgid ""
" readlinklist path 'names ...'\n"
@@ -19865,7 +19904,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4743 ../src/guestfs-actions.pod:7453
+#: ../fish/guestfish-actions.pod:4750 ../src/guestfs-actions.pod:7460
msgid ""
"This call allows you to do a C<readlink> operation on multiple files, where "
"all files are in the directory C<path>. C<names> is the list of files from "
@@ -19873,14 +19912,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4747 ../src/guestfs-actions.pod:7457
+#: ../fish/guestfish-actions.pod:4754 ../src/guestfs-actions.pod:7464
msgid ""
"On return you get a list of strings, with a one-to-one correspondence to the "
"C<names> list. Each string is the value of the symbolic link."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4751 ../src/guestfs-actions.pod:7461
+#: ../fish/guestfish-actions.pod:4758 ../src/guestfs-actions.pod:7468
msgid ""
"If the C<readlink(2)> operation fails on any name, then the corresponding "
"result string is the empty string C<\"\">. However the whole operation is "
@@ -19890,7 +19929,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4758 ../src/guestfs-actions.pod:7468
+#: ../fish/guestfish-actions.pod:4765 ../src/guestfs-actions.pod:7475
msgid ""
"This call is intended for programs that want to efficiently list a directory "
"contents without making many round-trips. Very long directory listings "
@@ -19899,12 +19938,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4765
+#: ../fish/guestfish-actions.pod:4772
msgid "realpath"
msgstr "realpath"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4767
+#: ../fish/guestfish-actions.pod:4774
#, no-wrap
msgid ""
" realpath path\n"
@@ -19914,19 +19953,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4769 ../src/guestfs-actions.pod:7487
+#: ../fish/guestfish-actions.pod:4776 ../src/guestfs-actions.pod:7494
msgid ""
"Return the canonicalized absolute pathname of C<path>. The returned path "
"has no C<.>, C<..> or symbolic link path elements."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4772
+#: ../fish/guestfish-actions.pod:4779
msgid "removexattr"
msgstr "removexattr"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4774
+#: ../fish/guestfish-actions.pod:4781
#, no-wrap
msgid ""
" removexattr xattr path\n"
@@ -19934,23 +19973,23 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4776 ../src/guestfs-actions.pod:7502
+#: ../fish/guestfish-actions.pod:4783 ../src/guestfs-actions.pod:7509
msgid ""
"This call removes the extended attribute named C<xattr> of the file C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4779
+#: ../fish/guestfish-actions.pod:4786
msgid "See also: L</lremovexattr>, L<attr(5)>."
msgstr "Див. також L</lremovexattr>, L<attr(5)>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:4781
+#: ../fish/guestfish-actions.pod:4788
msgid "resize2fs"
msgstr "resize2fs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4783
+#: ../fish/guestfish-actions.pod:4790
#, no-wrap
msgid ""
" resize2fs device\n"
@@ -19960,26 +19999,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4785 ../src/guestfs-actions.pod:7517
+#: ../fish/guestfish-actions.pod:4792 ../src/guestfs-actions.pod:7524
msgid ""
"This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
"underlying device."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4788 ../fish/guestfish-actions.pod:4803
-#: ../fish/guestfish-actions.pod:4812 ../src/guestfs-actions.pod:7520
-#: ../src/guestfs-actions.pod:7541 ../src/guestfs-actions.pod:7557
+#: ../fish/guestfish-actions.pod:4795 ../fish/guestfish-actions.pod:4810
+#: ../fish/guestfish-actions.pod:4819 ../src/guestfs-actions.pod:7527
+#: ../src/guestfs-actions.pod:7548 ../src/guestfs-actions.pod:7564
msgid "See also L<guestfs(3)/RESIZE2FS ERRORS>."
msgstr "Див. також L<guestfs(3)/RESIZE2FS ERRORS>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:4790
+#: ../fish/guestfish-actions.pod:4797
msgid "resize2fs-M"
msgstr "resize2fs-M"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4792
+#: ../fish/guestfish-actions.pod:4799
#, no-wrap
msgid ""
" resize2fs-M device\n"
@@ -19989,7 +20028,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4794
+#: ../fish/guestfish-actions.pod:4801
msgid ""
"This command is the same as L</resize2fs>, but the filesystem is resized to "
"its minimum size. This works like the I<-M> option to the C<resize2fs> "
@@ -19997,7 +20036,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4798
+#: ../fish/guestfish-actions.pod:4805
msgid ""
"To get the resulting size of the filesystem you should call L</tune2fs-l> "
"and read the C<Block size> and C<Block count> values. These two numbers, "
@@ -20006,12 +20045,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4805
+#: ../fish/guestfish-actions.pod:4812
msgid "resize2fs-size"
msgstr "resize2fs-size"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4807
+#: ../fish/guestfish-actions.pod:4814
#, no-wrap
msgid ""
" resize2fs-size device size\n"
@@ -20019,19 +20058,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4809
+#: ../fish/guestfish-actions.pod:4816
msgid ""
"This command is the same as L</resize2fs> except that it allows you to "
"specify the new size (in bytes) explicitly."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4814
+#: ../fish/guestfish-actions.pod:4821
msgid "rm"
msgstr "rm"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4816
+#: ../fish/guestfish-actions.pod:4823
#, no-wrap
msgid ""
" rm path\n"
@@ -20041,17 +20080,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4818 ../src/guestfs-actions.pod:7569
+#: ../fish/guestfish-actions.pod:4825 ../src/guestfs-actions.pod:7576
msgid "Remove the single file C<path>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4820
+#: ../fish/guestfish-actions.pod:4827
msgid "rm-rf"
msgstr "rm-rf"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4822
+#: ../fish/guestfish-actions.pod:4829
#, no-wrap
msgid ""
" rm-rf path\n"
@@ -20061,19 +20100,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4824 ../src/guestfs-actions.pod:7581
+#: ../fish/guestfish-actions.pod:4831 ../src/guestfs-actions.pod:7588
msgid ""
"Remove the file or directory C<path>, recursively removing the contents if "
"its a directory. This is like the C<rm -rf> shell command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4828
+#: ../fish/guestfish-actions.pod:4835
msgid "rmdir"
msgstr "rmdir"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4830
+#: ../fish/guestfish-actions.pod:4837
#, no-wrap
msgid ""
" rmdir path\n"
@@ -20083,17 +20122,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4832 ../src/guestfs-actions.pod:7595
+#: ../fish/guestfish-actions.pod:4839 ../src/guestfs-actions.pod:7602
msgid "Remove the single directory C<path>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4834
+#: ../fish/guestfish-actions.pod:4841
msgid "rmmountpoint"
msgstr "rmmountpoint"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4836
+#: ../fish/guestfish-actions.pod:4843
#, no-wrap
msgid ""
" rmmountpoint exemptpath\n"
@@ -20101,19 +20140,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4838
+#: ../fish/guestfish-actions.pod:4845
msgid ""
"This calls removes a mountpoint that was previously created with L</"
"mkmountpoint>. See L</mkmountpoint> for full details."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4842
+#: ../fish/guestfish-actions.pod:4849
msgid "scrub-device"
msgstr "scrub-device"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4844
+#: ../fish/guestfish-actions.pod:4851
#, no-wrap
msgid ""
" scrub-device device\n"
@@ -20123,28 +20162,28 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4846 ../src/guestfs-actions.pod:7621
+#: ../fish/guestfish-actions.pod:4853 ../src/guestfs-actions.pod:7628
msgid ""
"This command writes patterns over C<device> to make data retrieval more "
"difficult."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4849 ../fish/guestfish-actions.pod:4861
-#: ../fish/guestfish-actions.pod:4874 ../src/guestfs-actions.pod:7624
-#: ../src/guestfs-actions.pod:7642 ../src/guestfs-actions.pod:7661
+#: ../fish/guestfish-actions.pod:4856 ../fish/guestfish-actions.pod:4868
+#: ../fish/guestfish-actions.pod:4881 ../src/guestfs-actions.pod:7631
+#: ../src/guestfs-actions.pod:7649 ../src/guestfs-actions.pod:7668
msgid ""
"It is an interface to the L<scrub(1)> program. See that manual page for "
"more details."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4852
+#: ../fish/guestfish-actions.pod:4859
msgid "scrub-file"
msgstr "scrub-file"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4854
+#: ../fish/guestfish-actions.pod:4861
#, no-wrap
msgid ""
" scrub-file file\n"
@@ -20154,24 +20193,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4856 ../src/guestfs-actions.pod:7637
+#: ../fish/guestfish-actions.pod:4863 ../src/guestfs-actions.pod:7644
msgid ""
"This command writes patterns over a file to make data retrieval more "
"difficult."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4859 ../src/guestfs-actions.pod:7640
+#: ../fish/guestfish-actions.pod:4866 ../src/guestfs-actions.pod:7647
msgid "The file is I<removed> after scrubbing."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4864
+#: ../fish/guestfish-actions.pod:4871
msgid "scrub-freespace"
msgstr "scrub-freespace"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4866
+#: ../fish/guestfish-actions.pod:4873
#, no-wrap
msgid ""
" scrub-freespace dir\n"
@@ -20181,7 +20220,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4868
+#: ../fish/guestfish-actions.pod:4875
msgid ""
"This command creates the directory C<dir> and then fills it with files until "
"the filesystem is full, and scrubs the files as for L</scrub-file>, and "
@@ -20190,17 +20229,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4877
+#: ../fish/guestfish-actions.pod:4884
msgid "set-append"
msgstr "set-append"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4879
+#: ../fish/guestfish-actions.pod:4886
msgid "append"
msgstr "append"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4881
+#: ../fish/guestfish-actions.pod:4888
#, no-wrap
msgid ""
" set-append append\n"
@@ -20208,38 +20247,38 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4883 ../src/guestfs-actions.pod:7674
+#: ../fish/guestfish-actions.pod:4890 ../src/guestfs-actions.pod:7681
msgid ""
"This function is used to add additional options to the guest kernel command "
"line."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4886 ../src/guestfs-actions.pod:7677
+#: ../fish/guestfish-actions.pod:4893 ../src/guestfs-actions.pod:7684
msgid ""
"The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
"environment variable."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4889 ../src/guestfs-actions.pod:7680
+#: ../fish/guestfish-actions.pod:4896 ../src/guestfs-actions.pod:7687
msgid ""
"Setting C<append> to C<NULL> means I<no> additional options are passed "
"(libguestfs always adds a few of its own)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4892
+#: ../fish/guestfish-actions.pod:4899
msgid "set-attach-method"
msgstr "set-attach-method"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4894
+#: ../fish/guestfish-actions.pod:4901
msgid "attach-method"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4896
+#: ../fish/guestfish-actions.pod:4903
#, no-wrap
msgid ""
" set-attach-method attachmethod\n"
@@ -20247,37 +20286,37 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4898 ../src/guestfs-actions.pod:7693
+#: ../fish/guestfish-actions.pod:4905 ../src/guestfs-actions.pod:7700
msgid ""
"Set the method that libguestfs uses to connect to the back end guestfsd "
"daemon. Possible methods are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4903 ../src/guestfs-actions.pod:7698
-#: ../src/guestfs.pod:3101
+#: ../fish/guestfish-actions.pod:4910 ../src/guestfs-actions.pod:7705
+#: ../src/guestfs.pod:3188
msgid "C<appliance>"
msgstr "C<appliance>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4905 ../src/guestfs-actions.pod:7700
+#: ../fish/guestfish-actions.pod:4912 ../src/guestfs-actions.pod:7707
msgid ""
"Launch an appliance and connect to it. This is the ordinary method and the "
"default."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4908 ../src/guestfs-actions.pod:7703
+#: ../fish/guestfish-actions.pod:4915 ../src/guestfs-actions.pod:7710
msgid "C<unix:I<path>>"
msgstr "C<unix:I<шлях>>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4910 ../src/guestfs-actions.pod:7705
+#: ../fish/guestfish-actions.pod:4917 ../src/guestfs-actions.pod:7712
msgid "Connect to the Unix domain socket I<path>."
msgstr "Встановити з’єднання з сокетом домену Unix I<шлях>."
#. type: textblock
-#: ../fish/guestfish-actions.pod:4912 ../src/guestfs-actions.pod:7707
+#: ../fish/guestfish-actions.pod:4919 ../src/guestfs-actions.pod:7714
msgid ""
"This method lets you connect to an existing daemon or (using virtio-serial) "
"to a live guest. For more information, see L<guestfs(3)/ATTACHING TO "
@@ -20285,17 +20324,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4918
+#: ../fish/guestfish-actions.pod:4925
msgid "set-autosync"
msgstr "set-autosync"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4920
+#: ../fish/guestfish-actions.pod:4927
msgid "autosync"
msgstr "autosync"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4922
+#: ../fish/guestfish-actions.pod:4929
#, no-wrap
msgid ""
" set-autosync true|false\n"
@@ -20305,7 +20344,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4924 ../src/guestfs-actions.pod:7723
+#: ../fish/guestfish-actions.pod:4931 ../src/guestfs-actions.pod:7730
msgid ""
"If C<autosync> is true, this enables autosync. Libguestfs will make a best "
"effort attempt to make filesystems consistent and synchronized when the "
@@ -20313,24 +20352,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4929 ../src/guestfs-actions.pod:7728
+#: ../fish/guestfish-actions.pod:4936 ../src/guestfs-actions.pod:7735
msgid ""
"This is enabled by default (since libguestfs 1.5.24, previously it was "
"disabled by default)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4932
+#: ../fish/guestfish-actions.pod:4939
msgid "set-direct"
msgstr "set-direct"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4934
+#: ../fish/guestfish-actions.pod:4941
msgid "direct"
msgstr "direct"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4936
+#: ../fish/guestfish-actions.pod:4943
#, no-wrap
msgid ""
" set-direct true|false\n"
@@ -20340,36 +20379,36 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4938 ../src/guestfs-actions.pod:7741
+#: ../fish/guestfish-actions.pod:4945 ../src/guestfs-actions.pod:7748
msgid ""
"If the direct appliance mode flag is enabled, then stdin and stdout are "
"passed directly through to the appliance once it is launched."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4942
+#: ../fish/guestfish-actions.pod:4949
msgid ""
"One consequence of this is that log messages aren't caught by the library "
"and handled by L</set-log-message-callback>, but go straight to stdout."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4946 ../src/guestfs-actions.pod:7749
+#: ../fish/guestfish-actions.pod:4953 ../src/guestfs-actions.pod:7756
msgid "You probably don't want to use this unless you know what you are doing."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4949 ../src/guestfs-actions.pod:7752
+#: ../fish/guestfish-actions.pod:4956 ../src/guestfs-actions.pod:7759
msgid "The default is disabled."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4951
+#: ../fish/guestfish-actions.pod:4958
msgid "set-e2attrs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4953
+#: ../fish/guestfish-actions.pod:4960
#, no-wrap
msgid ""
" set-e2attrs file attrs [clear:true|false]\n"
@@ -20377,14 +20416,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4955 ../src/guestfs-actions.pod:7773
+#: ../fish/guestfish-actions.pod:4962 ../src/guestfs-actions.pod:7780
msgid ""
"This sets or clears the file attributes C<attrs> associated with the inode "
"C<file>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4958
+#: ../fish/guestfish-actions.pod:4965
msgid ""
"C<attrs> is a string of characters representing file attributes. See L</get-"
"e2attrs> for a list of possible attributes. Not all attributes can be "
@@ -20392,31 +20431,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4962 ../src/guestfs-actions.pod:7780
+#: ../fish/guestfish-actions.pod:4969 ../src/guestfs-actions.pod:7787
msgid ""
"If optional boolean C<clear> is not present or false, then the C<attrs> "
"listed are set in the inode."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4965 ../src/guestfs-actions.pod:7783
+#: ../fish/guestfish-actions.pod:4972 ../src/guestfs-actions.pod:7790
msgid "If C<clear> is true, then the C<attrs> listed are cleared in the inode."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4968 ../src/guestfs-actions.pod:7786
+#: ../fish/guestfish-actions.pod:4975 ../src/guestfs-actions.pod:7793
msgid ""
"In both cases, other attributes not present in the C<attrs> string are left "
"unchanged."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4977
+#: ../fish/guestfish-actions.pod:4984
msgid "set-e2generation"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4979
+#: ../fish/guestfish-actions.pod:4986
#, no-wrap
msgid ""
" set-e2generation file generation\n"
@@ -20424,22 +20463,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4981 ../src/guestfs-actions.pod:7828
+#: ../fish/guestfish-actions.pod:4988 ../src/guestfs-actions.pod:7835
msgid "This sets the ext2 file generation of a file."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4983
+#: ../fish/guestfish-actions.pod:4990
msgid "See L</get-e2generation>."
msgstr "Див. L</get-e2generation>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:4985
+#: ../fish/guestfish-actions.pod:4992
msgid "set-e2label"
msgstr "set-e2label"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4987
+#: ../fish/guestfish-actions.pod:4994
#, no-wrap
msgid ""
" set-e2label device label\n"
@@ -20447,33 +20486,33 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4989 ../src/guestfs-actions.pod:7850
+#: ../fish/guestfish-actions.pod:4996 ../src/guestfs-actions.pod:7857
msgid ""
"This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
"C<label>. Filesystem labels are limited to 16 characters."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4993
+#: ../fish/guestfish-actions.pod:5000
msgid ""
"You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
"label on a filesystem."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4996
+#: ../fish/guestfish-actions.pod:5003
msgid ""
"I<This function is deprecated.> In new code, use the L</set-label> call "
"instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5003
+#: ../fish/guestfish-actions.pod:5010
msgid "set-e2uuid"
msgstr "set-e2uuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5005
+#: ../fish/guestfish-actions.pod:5012
#, no-wrap
msgid ""
" set-e2uuid device uuid\n"
@@ -20481,7 +20520,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5007 ../src/guestfs-actions.pod:7868
+#: ../fish/guestfish-actions.pod:5014 ../src/guestfs-actions.pod:7875
msgid ""
"This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
"C<uuid>. The format of the UUID and alternatives such as C<clear>, "
@@ -20489,19 +20528,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5012
+#: ../fish/guestfish-actions.pod:5019
msgid ""
"You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
"UUID of a filesystem."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5015
+#: ../fish/guestfish-actions.pod:5022
msgid "set-label"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5017
+#: ../fish/guestfish-actions.pod:5024
#, no-wrap
msgid ""
" set-label device label\n"
@@ -20509,44 +20548,44 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5019 ../src/guestfs-actions.pod:7887
+#: ../fish/guestfish-actions.pod:5026 ../src/guestfs-actions.pod:7894
msgid "Set the filesystem label on C<device> to C<label>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5021 ../src/guestfs-actions.pod:7889
+#: ../fish/guestfish-actions.pod:5028 ../src/guestfs-actions.pod:7896
msgid ""
"Only some filesystem types support labels, and libguestfs supports setting "
"labels on only a subset of these."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5024 ../src/guestfs-actions.pod:7892
+#: ../fish/guestfish-actions.pod:5031 ../src/guestfs-actions.pod:7899
msgid "On ext2/3/4 filesystems, labels are limited to 16 bytes."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5026 ../src/guestfs-actions.pod:7894
+#: ../fish/guestfish-actions.pod:5033 ../src/guestfs-actions.pod:7901
msgid "On NTFS filesystems, labels are limited to 128 unicode characters."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5028
+#: ../fish/guestfish-actions.pod:5035
msgid "To read the label on a filesystem, call L</vfs-label>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5030
+#: ../fish/guestfish-actions.pod:5037
msgid "set-memsize"
msgstr "set-memsize"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5032
+#: ../fish/guestfish-actions.pod:5039
msgid "memsize"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5034
+#: ../fish/guestfish-actions.pod:5041
#, no-wrap
msgid ""
" set-memsize memsize\n"
@@ -20554,31 +20593,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5036
+#: ../fish/guestfish-actions.pod:5043
msgid ""
"This sets the memory size in megabytes allocated to the qemu subprocess. "
"This only has any effect if called before L</launch>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5040 ../src/guestfs-actions.pod:7912
+#: ../fish/guestfish-actions.pod:5047 ../src/guestfs-actions.pod:7919
msgid ""
"You can also change this by setting the environment variable "
"C<LIBGUESTFS_MEMSIZE> before the handle is created."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5047
+#: ../fish/guestfish-actions.pod:5054
msgid "set-network"
msgstr "set-network"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5049
+#: ../fish/guestfish-actions.pod:5056
msgid "network"
msgstr "network"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5051
+#: ../fish/guestfish-actions.pod:5058
#, no-wrap
msgid ""
" set-network true|false\n"
@@ -20588,32 +20627,32 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5053 ../src/guestfs-actions.pod:7929
+#: ../fish/guestfish-actions.pod:5060 ../src/guestfs-actions.pod:7936
msgid ""
"If C<network> is true, then the network is enabled in the libguestfs "
"appliance. The default is false."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5056 ../src/guestfs-actions.pod:7932
+#: ../fish/guestfish-actions.pod:5063 ../src/guestfs-actions.pod:7939
msgid ""
"This affects whether commands are able to access the network (see L<guestfs"
"(3)/RUNNING COMMANDS>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5059
+#: ../fish/guestfish-actions.pod:5066
msgid ""
"You must call this before calling L</launch>, otherwise it has no effect."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5062
+#: ../fish/guestfish-actions.pod:5069
msgid "set-path"
msgstr "set-path"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5066
+#: ../fish/guestfish-actions.pod:5073
#, no-wrap
msgid ""
" set-path searchpath\n"
@@ -20621,34 +20660,34 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5068 ../src/guestfs-actions.pod:7948
+#: ../fish/guestfish-actions.pod:5075 ../src/guestfs-actions.pod:7955
msgid "Set the path that libguestfs searches for kernel and initrd.img."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5070 ../src/guestfs-actions.pod:7950
+#: ../fish/guestfish-actions.pod:5077 ../src/guestfs-actions.pod:7957
msgid ""
"The default is C<$libdir/guestfs> unless overridden by setting "
"C<LIBGUESTFS_PATH> environment variable."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5073 ../src/guestfs-actions.pod:7953
+#: ../fish/guestfish-actions.pod:5080 ../src/guestfs-actions.pod:7960
msgid "Setting C<path> to C<NULL> restores the default path."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5075
+#: ../fish/guestfish-actions.pod:5082
msgid "set-pgroup"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5077
+#: ../fish/guestfish-actions.pod:5084
msgid "pgroup"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5079
+#: ../fish/guestfish-actions.pod:5086
#, no-wrap
msgid ""
" set-pgroup true|false\n"
@@ -20656,21 +20695,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5081 ../src/guestfs-actions.pod:7965
+#: ../fish/guestfish-actions.pod:5088 ../src/guestfs-actions.pod:7972
msgid ""
"If C<pgroup> is true, child processes are placed into their own process "
"group."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5084 ../src/guestfs-actions.pod:7968
+#: ../fish/guestfish-actions.pod:5091 ../src/guestfs-actions.pod:7975
msgid ""
"The practical upshot of this is that signals like C<SIGINT> (from users "
"pressing C<^C>) won't be received by the child process."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5087
+#: ../fish/guestfish-actions.pod:5094
msgid ""
"The default for this flag is false, because usually you want C<^C> to kill "
"the subprocess. Guestfish sets this flag to true when used interactively, "
@@ -20679,17 +20718,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5092
+#: ../fish/guestfish-actions.pod:5099
msgid "set-qemu"
msgstr "set-qemu"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5094
+#: ../fish/guestfish-actions.pod:5101
msgid "qemu"
msgstr "qemu"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5096
+#: ../fish/guestfish-actions.pod:5103
#, no-wrap
msgid ""
" set-qemu qemu\n"
@@ -20699,30 +20738,30 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5098 ../src/guestfs-actions.pod:7986
+#: ../fish/guestfish-actions.pod:5105 ../src/guestfs-actions.pod:7993
msgid "Set the qemu binary that we will use."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5100 ../src/guestfs-actions.pod:7988
+#: ../fish/guestfish-actions.pod:5107 ../src/guestfs-actions.pod:7995
msgid ""
"The default is chosen when the library was compiled by the configure script."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5103 ../src/guestfs-actions.pod:7991
+#: ../fish/guestfish-actions.pod:5110 ../src/guestfs-actions.pod:7998
msgid ""
"You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
"variable."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5106 ../src/guestfs-actions.pod:7994
+#: ../fish/guestfish-actions.pod:5113 ../src/guestfs-actions.pod:8001
msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5108 ../src/guestfs-actions.pod:7996
+#: ../fish/guestfish-actions.pod:5115 ../src/guestfs-actions.pod:8003
msgid ""
"Note that you should call this function as early as possible after creating "
"the handle. This is because some pre-launch operations depend on testing "
@@ -20733,17 +20772,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5116
+#: ../fish/guestfish-actions.pod:5123
msgid "set-recovery-proc"
msgstr "set-recovery-proc"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5118
+#: ../fish/guestfish-actions.pod:5125
msgid "recovery-proc"
msgstr "recovery-proc"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5120
+#: ../fish/guestfish-actions.pod:5127
#, no-wrap
msgid ""
" set-recovery-proc true|false\n"
@@ -20753,7 +20792,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5122
+#: ../fish/guestfish-actions.pod:5129
msgid ""
"If this is called with the parameter C<false> then L</launch> does not "
"create a recovery process. The purpose of the recovery process is to stop "
@@ -20761,14 +20800,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5127
+#: ../fish/guestfish-actions.pod:5134
msgid ""
"This only has any effect if called before L</launch>, and the default is "
"true."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5130 ../src/guestfs-actions.pod:8022
+#: ../fish/guestfish-actions.pod:5137 ../src/guestfs-actions.pod:8029
msgid ""
"About the only time when you would want to disable this is if the main "
"process will fork itself into the background (\"daemonize\" itself). In "
@@ -20777,17 +20816,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5136
+#: ../fish/guestfish-actions.pod:5143
msgid "set-selinux"
msgstr "set-selinux"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5138
+#: ../fish/guestfish-actions.pod:5145
msgid "selinux"
msgstr "selinux"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5140
+#: ../fish/guestfish-actions.pod:5147
#, no-wrap
msgid ""
" set-selinux true|false\n"
@@ -20797,31 +20836,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5142 ../src/guestfs-actions.pod:8038
+#: ../fish/guestfish-actions.pod:5149 ../src/guestfs-actions.pod:8045
msgid ""
"This sets the selinux flag that is passed to the appliance at boot time. "
"The default is C<selinux=0> (disabled)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5145 ../src/guestfs-actions.pod:8041
+#: ../fish/guestfish-actions.pod:5152 ../src/guestfs-actions.pod:8048
msgid ""
"Note that if SELinux is enabled, it is always in Permissive mode "
"(C<enforcing=0>)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5151
+#: ../fish/guestfish-actions.pod:5158
msgid "set-smp"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5153
+#: ../fish/guestfish-actions.pod:5160
msgid "smp"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5155
+#: ../fish/guestfish-actions.pod:5162
#, no-wrap
msgid ""
" set-smp smp\n"
@@ -20829,7 +20868,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5157 ../src/guestfs-actions.pod:8057
+#: ../fish/guestfish-actions.pod:5164 ../src/guestfs-actions.pod:8064
msgid ""
"Change the number of virtual CPUs assigned to the appliance. The default is "
"C<1>. Increasing this may improve performance, though often it has no "
@@ -20837,22 +20876,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5161
+#: ../fish/guestfish-actions.pod:5168
msgid "This function must be called before L</launch>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5163
+#: ../fish/guestfish-actions.pod:5170
msgid "set-trace"
msgstr "set-trace"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5165
+#: ../fish/guestfish-actions.pod:5172
msgid "trace"
msgstr "trace"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5167
+#: ../fish/guestfish-actions.pod:5174
#, no-wrap
msgid ""
" set-trace true|false\n"
@@ -20862,45 +20901,45 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5169 ../src/guestfs-actions.pod:8073
+#: ../fish/guestfish-actions.pod:5176 ../src/guestfs-actions.pod:8080
msgid ""
"If the command trace flag is set to 1, then libguestfs calls, parameters and "
"return values are traced."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5172 ../src/guestfs-actions.pod:8076
+#: ../fish/guestfish-actions.pod:5179 ../src/guestfs-actions.pod:8083
msgid ""
"If you want to trace C API calls into libguestfs (and other libraries) then "
"possibly a better way is to use the external ltrace(1) command."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5176 ../src/guestfs-actions.pod:8080
+#: ../fish/guestfish-actions.pod:5183 ../src/guestfs-actions.pod:8087
msgid ""
"Command traces are disabled unless the environment variable "
"C<LIBGUESTFS_TRACE> is defined and set to C<1>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5179
+#: ../fish/guestfish-actions.pod:5186
msgid ""
"Trace messages are normally sent to C<stderr>, unless you register a "
"callback to send them somewhere else (see L</set-event-callback>)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5183
+#: ../fish/guestfish-actions.pod:5190
msgid "set-verbose"
msgstr "set-verbose"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5185
+#: ../fish/guestfish-actions.pod:5192
msgid "verbose"
msgstr "verbose"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5187
+#: ../fish/guestfish-actions.pod:5194
#, no-wrap
msgid ""
" set-verbose true|false\n"
@@ -20910,31 +20949,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5189 ../src/guestfs-actions.pod:8097
+#: ../fish/guestfish-actions.pod:5196 ../src/guestfs-actions.pod:8104
msgid "If C<verbose> is true, this turns on verbose messages."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5191 ../src/guestfs-actions.pod:8099
+#: ../fish/guestfish-actions.pod:5198 ../src/guestfs-actions.pod:8106
msgid ""
"Verbose messages are disabled unless the environment variable "
"C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5194
+#: ../fish/guestfish-actions.pod:5201
msgid ""
"Verbose messages are normally sent to C<stderr>, unless you register a "
"callback to send them somewhere else (see L</set-event-callback>)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5198
+#: ../fish/guestfish-actions.pod:5205
msgid "setcon"
msgstr "setcon"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5200
+#: ../fish/guestfish-actions.pod:5207
#, no-wrap
msgid ""
" setcon context\n"
@@ -20944,24 +20983,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5202 ../src/guestfs-actions.pod:8116
+#: ../fish/guestfish-actions.pod:5209 ../src/guestfs-actions.pod:8123
msgid ""
"This sets the SELinux security context of the daemon to the string "
"C<context>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5205 ../src/guestfs-actions.pod:8119
+#: ../fish/guestfish-actions.pod:5212 ../src/guestfs-actions.pod:8126
msgid "See the documentation about SELINUX in L<guestfs(3)>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5207
+#: ../fish/guestfish-actions.pod:5214
msgid "setxattr"
msgstr "setxattr"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5209
+#: ../fish/guestfish-actions.pod:5216
#, no-wrap
msgid ""
" setxattr xattr val vallen path\n"
@@ -20969,24 +21008,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5211 ../src/guestfs-actions.pod:8134
+#: ../fish/guestfish-actions.pod:5218 ../src/guestfs-actions.pod:8141
msgid ""
"This call sets the extended attribute named C<xattr> of the file C<path> to "
"the value C<val> (of length C<vallen>). The value is arbitrary 8 bit data."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5215
+#: ../fish/guestfish-actions.pod:5222
msgid "See also: L</lsetxattr>, L<attr(5)>."
msgstr "Див. також L</lsetxattr>, L<attr(5)>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:5217
+#: ../fish/guestfish-actions.pod:5224
msgid "sfdisk"
msgstr "sfdisk"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5219
+#: ../fish/guestfish-actions.pod:5226
#, no-wrap
msgid ""
" sfdisk device cyls heads sectors 'lines ...'\n"
@@ -20994,19 +21033,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5221 ../src/guestfs-actions.pod:8161
+#: ../fish/guestfish-actions.pod:5228 ../src/guestfs-actions.pod:8168
msgid ""
"This is a direct interface to the L<sfdisk(8)> program for creating "
"partitions on block devices."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5224 ../src/guestfs-actions.pod:8164
+#: ../fish/guestfish-actions.pod:5231 ../src/guestfs-actions.pod:8171
msgid "C<device> should be a block device, for example C</dev/sda>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5226 ../src/guestfs-actions.pod:8166
+#: ../fish/guestfish-actions.pod:5233 ../src/guestfs-actions.pod:8173
msgid ""
"C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
"sectors on the device, which are passed directly to sfdisk as the I<-C>, I<-"
@@ -21017,14 +21056,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5234 ../src/guestfs-actions.pod:8174
+#: ../fish/guestfish-actions.pod:5241 ../src/guestfs-actions.pod:8181
msgid ""
"C<lines> is a list of lines that we feed to C<sfdisk>. For more information "
"refer to the L<sfdisk(8)> manpage."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5237 ../src/guestfs-actions.pod:8177
+#: ../fish/guestfish-actions.pod:5244 ../src/guestfs-actions.pod:8184
msgid ""
"To create a single partition occupying the whole disk, you would pass "
"C<lines> as a single element list, when the single element being the string "
@@ -21032,25 +21071,25 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5241
+#: ../fish/guestfish-actions.pod:5248
msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
msgstr "Див. також L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5244 ../fish/guestfish-actions.pod:5264
-#: ../fish/guestfish-actions.pod:5283
+#: ../fish/guestfish-actions.pod:5251 ../fish/guestfish-actions.pod:5271
+#: ../fish/guestfish-actions.pod:5290
msgid ""
"I<This function is deprecated.> In new code, use the L</part-add> call "
"instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5251
+#: ../fish/guestfish-actions.pod:5258
msgid "sfdiskM"
msgstr "sfdiskM"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5253
+#: ../fish/guestfish-actions.pod:5260
#, no-wrap
msgid ""
" sfdiskM device 'lines ...'\n"
@@ -21058,7 +21097,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5255
+#: ../fish/guestfish-actions.pod:5262
msgid ""
"This is a simplified interface to the L</sfdisk> command, where partition "
"sizes are specified in megabytes only (rounded to the nearest cylinder) and "
@@ -21067,18 +21106,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5261
+#: ../fish/guestfish-actions.pod:5268
msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
msgstr ""
"Див також L</sfdisk>, сторінку довідки (man) L<sfdisk(8)> та L</part-disk>"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5271
+#: ../fish/guestfish-actions.pod:5278
msgid "sfdisk-N"
msgstr "sfdisk-N"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5273
+#: ../fish/guestfish-actions.pod:5280
#, no-wrap
msgid ""
" sfdisk-N device partnum cyls heads sectors line\n"
@@ -21086,31 +21125,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5275 ../src/guestfs-actions.pod:8233
+#: ../fish/guestfish-actions.pod:5282 ../src/guestfs-actions.pod:8240
msgid ""
"This runs L<sfdisk(8)> option to modify just the single partition C<n> "
"(note: C<n> counts from 1)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5278
+#: ../fish/guestfish-actions.pod:5285
msgid ""
"For other parameters, see L</sfdisk>. You should usually pass C<0> for the "
"cyls/heads/sectors parameters."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5281
+#: ../fish/guestfish-actions.pod:5288
msgid "See also: L</part-add>"
msgstr "Див. також L</part-add>"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5290
+#: ../fish/guestfish-actions.pod:5297
msgid "sfdisk-disk-geometry"
msgstr "sfdisk-disk-geometry"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5292
+#: ../fish/guestfish-actions.pod:5299
#, no-wrap
msgid ""
" sfdisk-disk-geometry device\n"
@@ -21120,7 +21159,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5294
+#: ../fish/guestfish-actions.pod:5301
msgid ""
"This displays the disk geometry of C<device> read from the partition table. "
"Especially in the case where the underlying block device has been resized, "
@@ -21129,18 +21168,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5299 ../fish/guestfish-actions.pod:5308
-#: ../src/guestfs-actions.pod:8256 ../src/guestfs-actions.pod:8272
+#: ../fish/guestfish-actions.pod:5306 ../fish/guestfish-actions.pod:5315
+#: ../src/guestfs-actions.pod:8263 ../src/guestfs-actions.pod:8279
msgid "The result is in human-readable format, and not designed to be parsed."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5302
+#: ../fish/guestfish-actions.pod:5309
msgid "sfdisk-kernel-geometry"
msgstr "sfdisk-kernel-geometry"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5304
+#: ../fish/guestfish-actions.pod:5311
#, no-wrap
msgid ""
" sfdisk-kernel-geometry device\n"
@@ -21150,17 +21189,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5306 ../src/guestfs-actions.pod:8270
+#: ../fish/guestfish-actions.pod:5313 ../src/guestfs-actions.pod:8277
msgid "This displays the kernel's idea of the geometry of C<device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5311
+#: ../fish/guestfish-actions.pod:5318
msgid "sfdisk-l"
msgstr "sfdisk-l"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5313
+#: ../fish/guestfish-actions.pod:5320
#, no-wrap
msgid ""
" sfdisk-l device\n"
@@ -21170,31 +21209,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5315 ../src/guestfs-actions.pod:8293
+#: ../fish/guestfish-actions.pod:5322 ../src/guestfs-actions.pod:8300
msgid ""
"This displays the partition table on C<device>, in the human-readable output "
"of the L<sfdisk(8)> command. It is not intended to be parsed."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5319
+#: ../fish/guestfish-actions.pod:5326
msgid "See also: L</part-list>"
msgstr "Див. також L</part-list>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5321
+#: ../fish/guestfish-actions.pod:5328
msgid ""
"I<This function is deprecated.> In new code, use the L</part-list> call "
"instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5328
+#: ../fish/guestfish-actions.pod:5335
msgid "sh"
msgstr "sh"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5330
+#: ../fish/guestfish-actions.pod:5337
#, no-wrap
msgid ""
" sh command\n"
@@ -21204,19 +21243,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5332 ../src/guestfs-actions.pod:8310
+#: ../fish/guestfish-actions.pod:5339 ../src/guestfs-actions.pod:8317
msgid ""
"This call runs a command from the guest filesystem via the guest's C</bin/"
"sh>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5335
+#: ../fish/guestfish-actions.pod:5342
msgid "This is like L</command>, but passes the command to:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5337 ../src/guestfs-actions.pod:8315
+#: ../fish/guestfish-actions.pod:5344 ../src/guestfs-actions.pod:8322
#, no-wrap
msgid ""
" /bin/sh -c \"command\"\n"
@@ -21224,24 +21263,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5339 ../src/guestfs-actions.pod:8317
+#: ../fish/guestfish-actions.pod:5346 ../src/guestfs-actions.pod:8324
msgid ""
"Depending on the guest's shell, this usually results in wildcards being "
"expanded, shell expressions being interpolated and so on."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5343
+#: ../fish/guestfish-actions.pod:5350
msgid "All the provisos about L</command> apply to this call."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5345
+#: ../fish/guestfish-actions.pod:5352
msgid "sh-lines"
msgstr "sh-lines"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5347
+#: ../fish/guestfish-actions.pod:5354
#, no-wrap
msgid ""
" sh-lines command\n"
@@ -21251,22 +21290,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5349
+#: ../fish/guestfish-actions.pod:5356
msgid "This is the same as L</sh>, but splits the result into a list of lines."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5352
+#: ../fish/guestfish-actions.pod:5359
msgid "See also: L</command-lines>"
msgstr "Див. також L</command-lines>"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5354
+#: ../fish/guestfish-actions.pod:5361
msgid "shutdown"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5356
+#: ../fish/guestfish-actions.pod:5363
#, no-wrap
msgid ""
" shutdown\n"
@@ -21274,7 +21313,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5358
+#: ../fish/guestfish-actions.pod:5365
msgid ""
"This is the opposite of L</launch>. It performs an orderly shutdown of the "
"backend process(es). If the autosync flag is set (which is the default) "
@@ -21282,7 +21321,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5362 ../src/guestfs-actions.pod:8354
+#: ../fish/guestfish-actions.pod:5369 ../src/guestfs-actions.pod:8361
msgid ""
"If the subprocess exits with an error then this function will return an "
"error, which should I<not> be ignored (it may indicate that the disk image "
@@ -21290,31 +21329,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5366 ../src/guestfs-actions.pod:8358
+#: ../fish/guestfish-actions.pod:5373 ../src/guestfs-actions.pod:8365
msgid "It is safe to call this multiple times. Extra calls are ignored."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5368
+#: ../fish/guestfish-actions.pod:5375
msgid ""
"This call does I<not> close or free up the handle. You still need to call "
"L</close> afterwards."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5371
+#: ../fish/guestfish-actions.pod:5378
msgid ""
"L</close> will call this if you don't do it explicitly, but note that any "
"errors are ignored in that case."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5374
+#: ../fish/guestfish-actions.pod:5381
msgid "sleep"
msgstr "sleep"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5376
+#: ../fish/guestfish-actions.pod:5383
#, no-wrap
msgid ""
" sleep secs\n"
@@ -21324,17 +21363,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5378 ../src/guestfs-actions.pod:8374
+#: ../fish/guestfish-actions.pod:5385 ../src/guestfs-actions.pod:8381
msgid "Sleep for C<secs> seconds."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5380
+#: ../fish/guestfish-actions.pod:5387
msgid "stat"
msgstr "stat"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5382
+#: ../fish/guestfish-actions.pod:5389
#, no-wrap
msgid ""
" stat path\n"
@@ -21344,17 +21383,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5386 ../src/guestfs-actions.pod:8388
+#: ../fish/guestfish-actions.pod:5393 ../src/guestfs-actions.pod:8395
msgid "This is the same as the C<stat(2)> system call."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5388
+#: ../fish/guestfish-actions.pod:5395
msgid "statvfs"
msgstr "statvfs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5390
+#: ../fish/guestfish-actions.pod:5397
#, no-wrap
msgid ""
" statvfs path\n"
@@ -21364,7 +21403,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5392 ../src/guestfs-actions.pod:8402
+#: ../fish/guestfish-actions.pod:5399 ../src/guestfs-actions.pod:8409
msgid ""
"Returns file system statistics for any mounted file system. C<path> should "
"be a file or directory in the mounted file system (typically it is the mount "
@@ -21372,17 +21411,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5396 ../src/guestfs-actions.pod:8406
+#: ../fish/guestfish-actions.pod:5403 ../src/guestfs-actions.pod:8413
msgid "This is the same as the C<statvfs(2)> system call."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5398
+#: ../fish/guestfish-actions.pod:5405
msgid "strings"
msgstr "strings"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5400
+#: ../fish/guestfish-actions.pod:5407
#, no-wrap
msgid ""
" strings path\n"
@@ -21392,19 +21431,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5402 ../src/guestfs-actions.pod:8420
+#: ../fish/guestfish-actions.pod:5409 ../src/guestfs-actions.pod:8427
msgid ""
"This runs the L<strings(1)> command on a file and returns the list of "
"printable strings found."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5408
+#: ../fish/guestfish-actions.pod:5415
msgid "strings-e"
msgstr "strings-e"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5410
+#: ../fish/guestfish-actions.pod:5417
#, no-wrap
msgid ""
" strings-e encoding path\n"
@@ -21414,93 +21453,93 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5412
+#: ../fish/guestfish-actions.pod:5419
msgid ""
"This is like the L</strings> command, but allows you to specify the encoding "
"of strings that are looked for in the source file C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5416 ../src/guestfs-actions.pod:8443
+#: ../fish/guestfish-actions.pod:5423 ../src/guestfs-actions.pod:8450
msgid "Allowed encodings are:"
msgstr "Можливими кодуваннями є:"
#. type: =item
-#: ../fish/guestfish-actions.pod:5420 ../src/guestfs-actions.pod:8447
+#: ../fish/guestfish-actions.pod:5427 ../src/guestfs-actions.pod:8454
msgid "s"
msgstr "s"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5422
+#: ../fish/guestfish-actions.pod:5429
msgid ""
"Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
"ISO-8859-X (this is what L</strings> uses)."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5425 ../src/guestfs-actions.pod:8452
+#: ../fish/guestfish-actions.pod:5432 ../src/guestfs-actions.pod:8459
msgid "S"
msgstr "S"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5427 ../src/guestfs-actions.pod:8454
+#: ../fish/guestfish-actions.pod:5434 ../src/guestfs-actions.pod:8461
msgid "Single 8-bit-byte characters."
msgstr "Окремі 8-бітові-байтові символи."
#. type: =item
-#: ../fish/guestfish-actions.pod:5429 ../src/guestfs-actions.pod:8456
+#: ../fish/guestfish-actions.pod:5436 ../src/guestfs-actions.pod:8463
msgid "b"
msgstr "b"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5431 ../src/guestfs-actions.pod:8458
+#: ../fish/guestfish-actions.pod:5438 ../src/guestfs-actions.pod:8465
msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5434 ../src/guestfs-actions.pod:8461
+#: ../fish/guestfish-actions.pod:5441 ../src/guestfs-actions.pod:8468
msgid "l (lower case letter L)"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5436 ../src/guestfs-actions.pod:8463
+#: ../fish/guestfish-actions.pod:5443 ../src/guestfs-actions.pod:8470
msgid ""
"16-bit little endian such as UTF-16LE and UCS-2LE. This is useful for "
"examining binaries in Windows guests."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5439 ../src/guestfs-actions.pod:8466
+#: ../fish/guestfish-actions.pod:5446 ../src/guestfs-actions.pod:8473
msgid "B"
msgstr "B"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5441 ../src/guestfs-actions.pod:8468
+#: ../fish/guestfish-actions.pod:5448 ../src/guestfs-actions.pod:8475
msgid "32-bit big endian such as UCS-4BE."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5443 ../src/guestfs-actions.pod:8470
+#: ../fish/guestfish-actions.pod:5450 ../src/guestfs-actions.pod:8477
msgid "L"
msgstr "L"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5445 ../src/guestfs-actions.pod:8472
+#: ../fish/guestfish-actions.pod:5452 ../src/guestfs-actions.pod:8479
msgid "32-bit little endian such as UCS-4LE."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5449 ../src/guestfs-actions.pod:8476
+#: ../fish/guestfish-actions.pod:5456 ../src/guestfs-actions.pod:8483
msgid "The returned strings are transcoded to UTF-8."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5454
+#: ../fish/guestfish-actions.pod:5461
msgid "swapoff-device"
msgstr "swapoff-device"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5456
+#: ../fish/guestfish-actions.pod:5463
#, no-wrap
msgid ""
" swapoff-device device\n"
@@ -21510,19 +21549,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5458
+#: ../fish/guestfish-actions.pod:5465
msgid ""
"This command disables the libguestfs appliance swap device or partition "
"named C<device>. See L</swapon-device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5462
+#: ../fish/guestfish-actions.pod:5469
msgid "swapoff-file"
msgstr "swapoff-file"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5464
+#: ../fish/guestfish-actions.pod:5471
#, no-wrap
msgid ""
" swapoff-file file\n"
@@ -21532,17 +21571,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5466 ../src/guestfs-actions.pod:8507
+#: ../fish/guestfish-actions.pod:5473 ../src/guestfs-actions.pod:8514
msgid "This command disables the libguestfs appliance swap on file."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5468
+#: ../fish/guestfish-actions.pod:5475
msgid "swapoff-label"
msgstr "swapoff-label"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5470
+#: ../fish/guestfish-actions.pod:5477
#, no-wrap
msgid ""
" swapoff-label label\n"
@@ -21552,19 +21591,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5472 ../src/guestfs-actions.pod:8519
+#: ../fish/guestfish-actions.pod:5479 ../src/guestfs-actions.pod:8526
msgid ""
"This command disables the libguestfs appliance swap on labeled swap "
"partition."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5475
+#: ../fish/guestfish-actions.pod:5482
msgid "swapoff-uuid"
msgstr "swapoff-uuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5477
+#: ../fish/guestfish-actions.pod:5484
#, no-wrap
msgid ""
" swapoff-uuid uuid\n"
@@ -21574,19 +21613,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5479 ../src/guestfs-actions.pod:8532
+#: ../fish/guestfish-actions.pod:5486 ../src/guestfs-actions.pod:8539
msgid ""
"This command disables the libguestfs appliance swap partition with the given "
"UUID."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5482
+#: ../fish/guestfish-actions.pod:5489
msgid "swapon-device"
msgstr "swapon-device"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5484
+#: ../fish/guestfish-actions.pod:5491
#, no-wrap
msgid ""
" swapon-device device\n"
@@ -21596,7 +21635,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5486
+#: ../fish/guestfish-actions.pod:5493
msgid ""
"This command enables the libguestfs appliance to use the swap device or "
"partition named C<device>. The increased memory is made available for all "
@@ -21604,7 +21643,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5491 ../src/guestfs-actions.pod:8550
+#: ../fish/guestfish-actions.pod:5498 ../src/guestfs-actions.pod:8557
msgid ""
"Note that you should not swap to existing guest swap partitions unless you "
"know what you are doing. They may contain hibernation information, or other "
@@ -21614,12 +21653,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5498
+#: ../fish/guestfish-actions.pod:5505
msgid "swapon-file"
msgstr "swapon-file"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5500
+#: ../fish/guestfish-actions.pod:5507
#, no-wrap
msgid ""
" swapon-file file\n"
@@ -21629,18 +21668,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5502
+#: ../fish/guestfish-actions.pod:5509
msgid ""
"This command enables swap to a file. See L</swapon-device> for other notes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5505
+#: ../fish/guestfish-actions.pod:5512
msgid "swapon-label"
msgstr "swapon-label"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5507
+#: ../fish/guestfish-actions.pod:5514
#, no-wrap
msgid ""
" swapon-label label\n"
@@ -21650,19 +21689,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5509
+#: ../fish/guestfish-actions.pod:5516
msgid ""
"This command enables swap to a labeled swap partition. See L</swapon-"
"device> for other notes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5512
+#: ../fish/guestfish-actions.pod:5519
msgid "swapon-uuid"
msgstr "swapon-uuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5514
+#: ../fish/guestfish-actions.pod:5521
#, no-wrap
msgid ""
" swapon-uuid uuid\n"
@@ -21672,19 +21711,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5516
+#: ../fish/guestfish-actions.pod:5523
msgid ""
"This command enables swap to a swap partition with the given UUID. See L</"
"swapon-device> for other notes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5519
+#: ../fish/guestfish-actions.pod:5526
msgid "sync"
msgstr "sync"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5521
+#: ../fish/guestfish-actions.pod:5528
#, no-wrap
msgid ""
" sync\n"
@@ -21694,26 +21733,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5523 ../src/guestfs-actions.pod:8605
+#: ../fish/guestfish-actions.pod:5530 ../src/guestfs-actions.pod:8612
msgid ""
"This syncs the disk, so that any writes are flushed through to the "
"underlying disk image."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5526 ../src/guestfs-actions.pod:8608
+#: ../fish/guestfish-actions.pod:5533 ../src/guestfs-actions.pod:8615
msgid ""
"You should always call this if you have modified a disk image, before "
"closing the handle."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5529
+#: ../fish/guestfish-actions.pod:5536
msgid "tail"
msgstr "tail"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5531
+#: ../fish/guestfish-actions.pod:5538
#, no-wrap
msgid ""
" tail path\n"
@@ -21723,18 +21762,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5533 ../src/guestfs-actions.pod:8621
+#: ../fish/guestfish-actions.pod:5540 ../src/guestfs-actions.pod:8628
msgid ""
"This command returns up to the last 10 lines of a file as a list of strings."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5539
+#: ../fish/guestfish-actions.pod:5546
msgid "tail-n"
msgstr "tail-n"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5541
+#: ../fish/guestfish-actions.pod:5548
#, no-wrap
msgid ""
" tail-n nrlines path\n"
@@ -21742,26 +21781,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5543 ../src/guestfs-actions.pod:8640
+#: ../fish/guestfish-actions.pod:5550 ../src/guestfs-actions.pod:8647
msgid ""
"If the parameter C<nrlines> is a positive number, this returns the last "
"C<nrlines> lines of the file C<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5546 ../src/guestfs-actions.pod:8643
+#: ../fish/guestfish-actions.pod:5553 ../src/guestfs-actions.pod:8650
msgid ""
"If the parameter C<nrlines> is a negative number, this returns lines from "
"the file C<path>, starting with the C<-nrlines>th line."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5554
+#: ../fish/guestfish-actions.pod:5561
msgid "tar-in"
msgstr "tar-in"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5556
+#: ../fish/guestfish-actions.pod:5563
#, no-wrap
msgid ""
" tar-in (tarfile|-) directory\n"
@@ -21771,24 +21810,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5558 ../src/guestfs-actions.pod:8664
+#: ../fish/guestfish-actions.pod:5565 ../src/guestfs-actions.pod:8671
msgid ""
"This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
"tar file) into C<directory>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5561
+#: ../fish/guestfish-actions.pod:5568
msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5566
+#: ../fish/guestfish-actions.pod:5573
msgid "tar-out"
msgstr "tar-out"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5568
+#: ../fish/guestfish-actions.pod:5575
#, no-wrap
msgid ""
" tar-out directory (tarfile|-)\n"
@@ -21798,24 +21837,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5570 ../src/guestfs-actions.pod:8681
+#: ../fish/guestfish-actions.pod:5577 ../src/guestfs-actions.pod:8688
msgid ""
"This command packs the contents of C<directory> and downloads it to local "
"file C<tarfile>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5573
+#: ../fish/guestfish-actions.pod:5580
msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5578
+#: ../fish/guestfish-actions.pod:5585
msgid "tgz-in"
msgstr "tgz-in"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5580
+#: ../fish/guestfish-actions.pod:5587
#, no-wrap
msgid ""
" tgz-in (tarball|-) directory\n"
@@ -21825,24 +21864,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5582 ../src/guestfs-actions.pod:8698
+#: ../fish/guestfish-actions.pod:5589 ../src/guestfs-actions.pod:8705
msgid ""
"This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
"tar file) into C<directory>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5585
+#: ../fish/guestfish-actions.pod:5592
msgid "To upload an uncompressed tarball, use L</tar-in>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5589
+#: ../fish/guestfish-actions.pod:5596
msgid "tgz-out"
msgstr "tgz-out"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5591
+#: ../fish/guestfish-actions.pod:5598
#, no-wrap
msgid ""
" tgz-out directory (tarball|-)\n"
@@ -21852,24 +21891,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5593 ../src/guestfs-actions.pod:8714
+#: ../fish/guestfish-actions.pod:5600 ../src/guestfs-actions.pod:8721
msgid ""
"This command packs the contents of C<directory> and downloads it to local "
"file C<tarball>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5596
+#: ../fish/guestfish-actions.pod:5603
msgid "To download an uncompressed tarball, use L</tar-out>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5600
+#: ../fish/guestfish-actions.pod:5607
msgid "touch"
msgstr "touch"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5602
+#: ../fish/guestfish-actions.pod:5609
#, no-wrap
msgid ""
" touch path\n"
@@ -21879,7 +21918,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5604 ../src/guestfs-actions.pod:8729
+#: ../fish/guestfish-actions.pod:5611 ../src/guestfs-actions.pod:8736
msgid ""
"Touch acts like the L<touch(1)> command. It can be used to update the "
"timestamps on a file, or, if the file does not exist, to create a new zero-"
@@ -21887,19 +21926,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5608 ../src/guestfs-actions.pod:8733
+#: ../fish/guestfish-actions.pod:5615 ../src/guestfs-actions.pod:8740
msgid ""
"This command only works on regular files, and will fail on other file types "
"such as directories, symbolic links, block special etc."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5611
+#: ../fish/guestfish-actions.pod:5618
msgid "truncate"
msgstr "truncate"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5613
+#: ../fish/guestfish-actions.pod:5620
#, no-wrap
msgid ""
" truncate path\n"
@@ -21909,19 +21948,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5615 ../src/guestfs-actions.pod:8746
+#: ../fish/guestfish-actions.pod:5622 ../src/guestfs-actions.pod:8753
msgid ""
"This command truncates C<path> to a zero-length file. The file must exist "
"already."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5618
+#: ../fish/guestfish-actions.pod:5625
msgid "truncate-size"
msgstr "truncate-size"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5620
+#: ../fish/guestfish-actions.pod:5627
#, no-wrap
msgid ""
" truncate-size path size\n"
@@ -21931,14 +21970,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5622 ../src/guestfs-actions.pod:8760
+#: ../fish/guestfish-actions.pod:5629 ../src/guestfs-actions.pod:8767
msgid ""
"This command truncates C<path> to size C<size> bytes. The file must exist "
"already."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5625
+#: ../fish/guestfish-actions.pod:5632
msgid ""
"If the current file size is less than C<size> then the file is extended to "
"the required size with zero bytes. This creates a sparse file (ie. disk "
@@ -21947,12 +21986,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5631
+#: ../fish/guestfish-actions.pod:5638
msgid "tune2fs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5633
+#: ../fish/guestfish-actions.pod:5640
#, no-wrap
msgid ""
" tune2fs device [force:true|false] [maxmountcount:N] [mountcount:N] [errorbehavior:..] [group:N] [intervalbetweenchecks:N] [reservedblockspercentage:N] [lastmounteddirectory:..] [reservedblockscount:N] [user:N]\n"
@@ -21960,26 +21999,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5635 ../src/guestfs-actions.pod:8796
+#: ../fish/guestfish-actions.pod:5642 ../src/guestfs-actions.pod:8803
msgid ""
"This call allows you to adjust various filesystem parameters of an ext2/ext3/"
"ext4 filesystem called C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5644 ../src/guestfs-actions.pod:8805
+#: ../fish/guestfish-actions.pod:5651 ../src/guestfs-actions.pod:8812
msgid ""
"Force tune2fs to complete the operation even in the face of errors. This is "
"the same as the tune2fs C<-f> option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5647 ../src/guestfs-actions.pod:8808
+#: ../fish/guestfish-actions.pod:5654 ../src/guestfs-actions.pod:8815
msgid "C<maxmountcount>"
msgstr "C<maxmountcount>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5649 ../src/guestfs-actions.pod:8810
+#: ../fish/guestfish-actions.pod:5656 ../src/guestfs-actions.pod:8817
msgid ""
"Set the number of mounts after which the filesystem is checked by L<e2fsck(8)"
">. If this is C<0> then the number of mounts is disregarded. This is the "
@@ -21987,24 +22026,24 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5653 ../src/guestfs-actions.pod:8814
+#: ../fish/guestfish-actions.pod:5660 ../src/guestfs-actions.pod:8821
msgid "C<mountcount>"
msgstr "C<mountcount>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5655 ../src/guestfs-actions.pod:8816
+#: ../fish/guestfish-actions.pod:5662 ../src/guestfs-actions.pod:8823
msgid ""
"Set the number of times the filesystem has been mounted. This is the same "
"as the tune2fs C<-C> option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5658 ../src/guestfs-actions.pod:8819
+#: ../fish/guestfish-actions.pod:5665 ../src/guestfs-actions.pod:8826
msgid "C<errorbehavior>"
msgstr "C<errorbehavior>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5660 ../src/guestfs-actions.pod:8821
+#: ../fish/guestfish-actions.pod:5667 ../src/guestfs-actions.pod:8828
msgid ""
"Change the behavior of the kernel code when errors are detected. Possible "
"values currently are: C<continue>, C<remount-ro>, C<panic>. In practice "
@@ -22013,96 +22052,96 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5665 ../src/guestfs-actions.pod:8826
+#: ../fish/guestfish-actions.pod:5672 ../src/guestfs-actions.pod:8833
msgid "This is the same as the tune2fs C<-e> option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5667 ../src/guestfs-actions.pod:8828
+#: ../fish/guestfish-actions.pod:5674 ../src/guestfs-actions.pod:8835
msgid "C<group>"
msgstr "C<group>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5669 ../src/guestfs-actions.pod:8830
+#: ../fish/guestfish-actions.pod:5676 ../src/guestfs-actions.pod:8837
msgid ""
"Set the group which can use reserved filesystem blocks. This is the same as "
"the tune2fs C<-g> option except that it can only be specified as a number."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5673 ../src/guestfs-actions.pod:8834
+#: ../fish/guestfish-actions.pod:5680 ../src/guestfs-actions.pod:8841
msgid "C<intervalbetweenchecks>"
msgstr "C<intervalbetweenchecks>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5675 ../src/guestfs-actions.pod:8836
+#: ../fish/guestfish-actions.pod:5682 ../src/guestfs-actions.pod:8843
msgid ""
"Adjust the maximal time between two filesystem checks (in seconds). If the "
"option is passed as C<0> then time-dependent checking is disabled."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5679 ../src/guestfs-actions.pod:8840
+#: ../fish/guestfish-actions.pod:5686 ../src/guestfs-actions.pod:8847
msgid "This is the same as the tune2fs C<-i> option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5681 ../src/guestfs-actions.pod:8842
+#: ../fish/guestfish-actions.pod:5688 ../src/guestfs-actions.pod:8849
msgid "C<reservedblockspercentage>"
msgstr "C<reservedblockspercentage>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5683 ../src/guestfs-actions.pod:8844
+#: ../fish/guestfish-actions.pod:5690 ../src/guestfs-actions.pod:8851
msgid ""
"Set the percentage of the filesystem which may only be allocated by "
"privileged processes. This is the same as the tune2fs C<-m> option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5687 ../src/guestfs-actions.pod:8848
+#: ../fish/guestfish-actions.pod:5694 ../src/guestfs-actions.pod:8855
msgid "C<lastmounteddirectory>"
msgstr "C<lastmounteddirectory>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5689 ../src/guestfs-actions.pod:8850
+#: ../fish/guestfish-actions.pod:5696 ../src/guestfs-actions.pod:8857
msgid ""
"Set the last mounted directory. This is the same as the tune2fs C<-M> "
"option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5692 ../src/guestfs-actions.pod:8853
+#: ../fish/guestfish-actions.pod:5699 ../src/guestfs-actions.pod:8860
msgid ""
"C<reservedblockscount> Set the number of reserved filesystem blocks. This "
"is the same as the tune2fs C<-r> option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5696 ../src/guestfs-actions.pod:8857
+#: ../fish/guestfish-actions.pod:5703 ../src/guestfs-actions.pod:8864
msgid "C<user>"
msgstr "C<user>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5698 ../src/guestfs-actions.pod:8859
+#: ../fish/guestfish-actions.pod:5705 ../src/guestfs-actions.pod:8866
msgid ""
"Set the user who can use the reserved filesystem blocks. This is the same "
"as the tune2fs C<-u> option except that it can only be specified as a number."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5704
+#: ../fish/guestfish-actions.pod:5711
msgid ""
"To get the current values of filesystem parameters, see L</tune2fs-l>. For "
"precise details of how tune2fs works, see the L<tune2fs(8)> man page."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5710
+#: ../fish/guestfish-actions.pod:5717
msgid "tune2fs-l"
msgstr "tune2fs-l"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5712
+#: ../fish/guestfish-actions.pod:5719
#, no-wrap
msgid ""
" tune2fs-l device\n"
@@ -22112,14 +22151,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5714 ../src/guestfs-actions.pod:8901
+#: ../fish/guestfish-actions.pod:5721 ../src/guestfs-actions.pod:8908
msgid ""
"This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
"C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5717 ../src/guestfs-actions.pod:8904
+#: ../fish/guestfish-actions.pod:5724 ../src/guestfs-actions.pod:8911
msgid ""
"It is the same as running C<tune2fs -l device>. See L<tune2fs(8)> manpage "
"for more details. The list of fields returned isn't clearly defined, and "
@@ -22128,12 +22167,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5722
+#: ../fish/guestfish-actions.pod:5729
msgid "txz-in"
msgstr "txz-in"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5724
+#: ../fish/guestfish-actions.pod:5731
#, no-wrap
msgid ""
" txz-in (tarball|-) directory\n"
@@ -22143,19 +22182,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5726 ../src/guestfs-actions.pod:8924
+#: ../fish/guestfish-actions.pod:5733 ../src/guestfs-actions.pod:8931
msgid ""
"This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
"tar file) into C<directory>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5731
+#: ../fish/guestfish-actions.pod:5738
msgid "txz-out"
msgstr "txz-out"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5733
+#: ../fish/guestfish-actions.pod:5740
#, no-wrap
msgid ""
" txz-out directory (tarball|-)\n"
@@ -22165,19 +22204,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5735 ../src/guestfs-actions.pod:8938
+#: ../fish/guestfish-actions.pod:5742 ../src/guestfs-actions.pod:8945
msgid ""
"This command packs the contents of C<directory> and downloads it to local "
"file C<tarball> (as an xz compressed tar archive)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5740
+#: ../fish/guestfish-actions.pod:5747
msgid "umask"
msgstr "umask"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5742
+#: ../fish/guestfish-actions.pod:5749
#, no-wrap
msgid ""
" umask mask\n"
@@ -22187,14 +22226,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5744 ../src/guestfs-actions.pod:8951
+#: ../fish/guestfish-actions.pod:5751 ../src/guestfs-actions.pod:8958
msgid ""
"This function sets the mask used for creating new files and device nodes to "
"C<mask & 0777>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5747 ../src/guestfs-actions.pod:8954
+#: ../fish/guestfish-actions.pod:5754 ../src/guestfs-actions.pod:8961
msgid ""
"Typical umask values would be C<022> which creates new files with "
"permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
@@ -22202,7 +22241,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5752 ../src/guestfs-actions.pod:8959
+#: ../fish/guestfish-actions.pod:5759 ../src/guestfs-actions.pod:8966
msgid ""
"The default umask is C<022>. This is important because it means that "
"directories and device nodes will be created with C<0644> or C<0755> mode "
@@ -22210,27 +22249,27 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5756
+#: ../fish/guestfish-actions.pod:5763
msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
msgstr "Див. також L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
#. type: textblock
-#: ../fish/guestfish-actions.pod:5759 ../src/guestfs-actions.pod:8966
+#: ../fish/guestfish-actions.pod:5766 ../src/guestfs-actions.pod:8973
msgid "This call returns the previous umask."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5761
+#: ../fish/guestfish-actions.pod:5768
msgid "umount"
msgstr "umount"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5763
+#: ../fish/guestfish-actions.pod:5770
msgid "unmount"
msgstr "unmount"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5765
+#: ../fish/guestfish-actions.pod:5772
#, no-wrap
msgid ""
" umount pathordevice\n"
@@ -22240,24 +22279,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5767 ../src/guestfs-actions.pod:8978
+#: ../fish/guestfish-actions.pod:5774 ../src/guestfs-actions.pod:8985
msgid ""
"This unmounts the given filesystem. The filesystem may be specified either "
"by its mountpoint (path) or the device which contains the filesystem."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5771
+#: ../fish/guestfish-actions.pod:5778
msgid "umount-all"
msgstr "umount-all"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5773
+#: ../fish/guestfish-actions.pod:5780
msgid "unmount-all"
msgstr "unmount-all"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5775
+#: ../fish/guestfish-actions.pod:5782
#, no-wrap
msgid ""
" umount-all\n"
@@ -22267,22 +22306,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5777 ../src/guestfs-actions.pod:8991
+#: ../fish/guestfish-actions.pod:5784 ../src/guestfs-actions.pod:8998
msgid "This unmounts all mounted filesystems."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5779 ../src/guestfs-actions.pod:8993
+#: ../fish/guestfish-actions.pod:5786 ../src/guestfs-actions.pod:9000
msgid "Some internal mounts are not unmounted by this call."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5781
+#: ../fish/guestfish-actions.pod:5788
msgid "umount-local"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5783
+#: ../fish/guestfish-actions.pod:5790
#, no-wrap
msgid ""
" umount-local [retry:true|false]\n"
@@ -22290,19 +22329,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5785 ../src/guestfs-actions.pod:9012
+#: ../fish/guestfish-actions.pod:5792 ../src/guestfs-actions.pod:9019
msgid ""
"If libguestfs is exporting the filesystem on a local mountpoint, then this "
"unmounts it."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5792
+#: ../fish/guestfish-actions.pod:5799
msgid "upload"
msgstr "upload"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5794
+#: ../fish/guestfish-actions.pod:5801
#, no-wrap
msgid ""
" upload (filename|-) remotefilename\n"
@@ -22312,23 +22351,23 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5796 ../fish/guestfish-actions.pod:5809
-#: ../src/guestfs-actions.pod:9048 ../src/guestfs-actions.pod:9072
+#: ../fish/guestfish-actions.pod:5803 ../fish/guestfish-actions.pod:5816
+#: ../src/guestfs-actions.pod:9055 ../src/guestfs-actions.pod:9079
msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5801
+#: ../fish/guestfish-actions.pod:5808
msgid "See also L</download>."
msgstr "Див. також L</download>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:5805
+#: ../fish/guestfish-actions.pod:5812
msgid "upload-offset"
msgstr "upload-offset"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5807
+#: ../fish/guestfish-actions.pod:5814
#, no-wrap
msgid ""
" upload-offset (filename|-) remotefilename offset\n"
@@ -22338,7 +22377,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5812 ../src/guestfs-actions.pod:9075
+#: ../fish/guestfish-actions.pod:5819 ../src/guestfs-actions.pod:9082
msgid ""
"C<remotefilename> is overwritten starting at the byte C<offset> specified. "
"The intention is to overwrite parts of existing files or devices, although "
@@ -22348,7 +22387,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5819
+#: ../fish/guestfish-actions.pod:5826
msgid ""
"Note that there is no limit on the amount of data that can be uploaded with "
"this call, unlike with L</pwrite>, and this call always writes the full "
@@ -22356,17 +22395,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5824
+#: ../fish/guestfish-actions.pod:5831
msgid "See also L</upload>, L</pwrite>."
msgstr "Див. також L</upload>, L</pwrite>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:5828
+#: ../fish/guestfish-actions.pod:5835
msgid "utimens"
msgstr "utimens"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5830
+#: ../fish/guestfish-actions.pod:5837
#, no-wrap
msgid ""
" utimens path atsecs atnsecs mtsecs mtnsecs\n"
@@ -22374,26 +22413,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5832 ../src/guestfs-actions.pod:9108
+#: ../fish/guestfish-actions.pod:5839 ../src/guestfs-actions.pod:9115
msgid "This command sets the timestamps of a file with nanosecond precision."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5835 ../src/guestfs-actions.pod:9111
+#: ../fish/guestfish-actions.pod:5842 ../src/guestfs-actions.pod:9118
msgid ""
"C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
"from the epoch."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5838 ../src/guestfs-actions.pod:9114
+#: ../fish/guestfish-actions.pod:5845 ../src/guestfs-actions.pod:9121
msgid ""
"C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
"nanoseconds from the epoch."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5841 ../src/guestfs-actions.pod:9117
+#: ../fish/guestfish-actions.pod:5848 ../src/guestfs-actions.pod:9124
msgid ""
"If the C<*nsecs> field contains the special value C<-1> then the "
"corresponding timestamp is set to the current time. (The C<*secs> field is "
@@ -22401,7 +22440,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5845 ../src/guestfs-actions.pod:9121
+#: ../fish/guestfish-actions.pod:5852 ../src/guestfs-actions.pod:9128
msgid ""
"If the C<*nsecs> field contains the special value C<-2> then the "
"corresponding timestamp is left unchanged. (The C<*secs> field is ignored "
@@ -22409,12 +22448,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5849
+#: ../fish/guestfish-actions.pod:5856
msgid "version"
msgstr "version"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5851
+#: ../fish/guestfish-actions.pod:5858
#, no-wrap
msgid ""
" version\n"
@@ -22424,13 +22463,13 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5853 ../src/guestfs-actions.pod:9134
+#: ../fish/guestfish-actions.pod:5860 ../src/guestfs-actions.pod:9141
msgid ""
"Return the libguestfs version number that the program is linked against."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5856 ../src/guestfs-actions.pod:9137
+#: ../fish/guestfish-actions.pod:5863 ../src/guestfs-actions.pod:9144
msgid ""
"Note that because of dynamic linking this is not necessarily the version of "
"libguestfs that you compiled against. You can compile the program, and then "
@@ -22439,7 +22478,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5861 ../src/guestfs-actions.pod:9142
+#: ../fish/guestfish-actions.pod:5868 ../src/guestfs-actions.pod:9149
msgid ""
"This call was added in version C<1.0.58>. In previous versions of "
"libguestfs there was no way to get the version number. From C code you can "
@@ -22448,7 +22487,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5867 ../src/guestfs-actions.pod:9148
+#: ../fish/guestfish-actions.pod:5874 ../src/guestfs-actions.pod:9155
msgid ""
"The call returns a structure with four elements. The first three (C<major>, "
"C<minor> and C<release>) are numbers and correspond to the usual version "
@@ -22457,18 +22496,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5873 ../src/guestfs-actions.pod:9154
+#: ../fish/guestfish-actions.pod:5880 ../src/guestfs-actions.pod:9161
msgid ""
"To construct the original version string: C<$major.$minor.$release$extra>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5876 ../src/guestfs-actions.pod:9157
+#: ../fish/guestfish-actions.pod:5883 ../src/guestfs-actions.pod:9164
msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
msgstr "Див також: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
#. type: textblock
-#: ../fish/guestfish-actions.pod:5878
+#: ../fish/guestfish-actions.pod:5885
msgid ""
"I<Note:> Don't use this call to test for availability of features. In "
"enterprise distributions we backport features from later versions into "
@@ -22477,12 +22516,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5884
+#: ../fish/guestfish-actions.pod:5891
msgid "vfs-label"
msgstr "vfs-label"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5886
+#: ../fish/guestfish-actions.pod:5893
#, no-wrap
msgid ""
" vfs-label device\n"
@@ -22492,27 +22531,27 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5888 ../src/guestfs-actions.pod:9177
+#: ../fish/guestfish-actions.pod:5895 ../src/guestfs-actions.pod:9184
msgid "This returns the filesystem label of the filesystem on C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5891 ../src/guestfs-actions.pod:9180
+#: ../fish/guestfish-actions.pod:5898 ../src/guestfs-actions.pod:9187
msgid "If the filesystem is unlabeled, this returns the empty string."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5893
+#: ../fish/guestfish-actions.pod:5900
msgid "To find a filesystem from the label, use L</findfs-label>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5895
+#: ../fish/guestfish-actions.pod:5902
msgid "vfs-type"
msgstr "vfs-type"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5897
+#: ../fish/guestfish-actions.pod:5904
#, no-wrap
msgid ""
" vfs-type device\n"
@@ -22522,14 +22561,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5899 ../src/guestfs-actions.pod:9195
+#: ../fish/guestfish-actions.pod:5906 ../src/guestfs-actions.pod:9202
msgid ""
"This command gets the filesystem type corresponding to the filesystem on "
"C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5902 ../src/guestfs-actions.pod:9198
+#: ../fish/guestfish-actions.pod:5909 ../src/guestfs-actions.pod:9205
msgid ""
"For most filesystems, the result is the name of the Linux VFS module which "
"would be used to mount this filesystem if you mounted it without specifying "
@@ -22537,12 +22576,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5907
+#: ../fish/guestfish-actions.pod:5914
msgid "vfs-uuid"
msgstr "vfs-uuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5909
+#: ../fish/guestfish-actions.pod:5916
#, no-wrap
msgid ""
" vfs-uuid device\n"
@@ -22552,27 +22591,27 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5911 ../src/guestfs-actions.pod:9214
+#: ../fish/guestfish-actions.pod:5918 ../src/guestfs-actions.pod:9221
msgid "This returns the filesystem UUID of the filesystem on C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5914 ../src/guestfs-actions.pod:9217
+#: ../fish/guestfish-actions.pod:5921 ../src/guestfs-actions.pod:9224
msgid "If the filesystem does not have a UUID, this returns the empty string."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5916
+#: ../fish/guestfish-actions.pod:5923
msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5918
+#: ../fish/guestfish-actions.pod:5925
msgid "vg-activate"
msgstr "vg-activate"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5920
+#: ../fish/guestfish-actions.pod:5927
#, no-wrap
msgid ""
" vg-activate true|false 'volgroups ...'\n"
@@ -22580,31 +22619,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5922 ../src/guestfs-actions.pod:9233
+#: ../fish/guestfish-actions.pod:5929 ../src/guestfs-actions.pod:9240
msgid ""
"This command activates or (if C<activate> is false) deactivates all logical "
"volumes in the listed volume groups C<volgroups>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5925 ../src/guestfs-actions.pod:9236
+#: ../fish/guestfish-actions.pod:5932 ../src/guestfs-actions.pod:9243
msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5927 ../src/guestfs-actions.pod:9238
+#: ../fish/guestfish-actions.pod:5934 ../src/guestfs-actions.pod:9245
msgid ""
"Note that if C<volgroups> is an empty list then B<all> volume groups are "
"activated or deactivated."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5930
+#: ../fish/guestfish-actions.pod:5937
msgid "vg-activate-all"
msgstr "vg-activate-all"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5932
+#: ../fish/guestfish-actions.pod:5939
#, no-wrap
msgid ""
" vg-activate-all true|false\n"
@@ -22614,24 +22653,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5934 ../src/guestfs-actions.pod:9251
+#: ../fish/guestfish-actions.pod:5941 ../src/guestfs-actions.pod:9258
msgid ""
"This command activates or (if C<activate> is false) deactivates all logical "
"volumes in all volume groups."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5937 ../src/guestfs-actions.pod:9254
+#: ../fish/guestfish-actions.pod:5944 ../src/guestfs-actions.pod:9261
msgid "This command is the same as running C<vgchange -a y|n>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5939
+#: ../fish/guestfish-actions.pod:5946
msgid "vgcreate"
msgstr "vgcreate"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5941
+#: ../fish/guestfish-actions.pod:5948
#, no-wrap
msgid ""
" vgcreate volgroup 'physvols ...'\n"
@@ -22639,19 +22678,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5943 ../src/guestfs-actions.pod:9267
+#: ../fish/guestfish-actions.pod:5950 ../src/guestfs-actions.pod:9274
msgid ""
"This creates an LVM volume group called C<volgroup> from the non-empty list "
"of physical volumes C<physvols>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5946
+#: ../fish/guestfish-actions.pod:5953
msgid "vglvuuids"
msgstr "vglvuuids"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5948
+#: ../fish/guestfish-actions.pod:5955
#, no-wrap
msgid ""
" vglvuuids vgname\n"
@@ -22659,31 +22698,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5950 ../src/guestfs-actions.pod:9280
+#: ../fish/guestfish-actions.pod:5957 ../src/guestfs-actions.pod:9287
msgid ""
"Given a VG called C<vgname>, this returns the UUIDs of all the logical "
"volumes created in this volume group."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5953
+#: ../fish/guestfish-actions.pod:5960
msgid ""
"You can use this along with L</lvs> and L</lvuuid> calls to associate "
"logical volumes and volume groups."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5956
+#: ../fish/guestfish-actions.pod:5963
msgid "See also L</vgpvuuids>."
msgstr "Див. також L</vgpvuuids>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:5958
+#: ../fish/guestfish-actions.pod:5965
msgid "vgmeta"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5960
+#: ../fish/guestfish-actions.pod:5967
#, no-wrap
msgid ""
" vgmeta vgname\n"
@@ -22691,26 +22730,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5962 ../src/guestfs-actions.pod:9301
+#: ../fish/guestfish-actions.pod:5969 ../src/guestfs-actions.pod:9308
msgid ""
"C<vgname> is an LVM volume group. This command examines the volume group "
"and returns its metadata."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5965 ../src/guestfs-actions.pod:9304
+#: ../fish/guestfish-actions.pod:5972 ../src/guestfs-actions.pod:9311
msgid ""
"Note that the metadata is an internal structure used by LVM, subject to "
"change at any time, and is provided for information only."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5968
+#: ../fish/guestfish-actions.pod:5975
msgid "vgpvuuids"
msgstr "vgpvuuids"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5970
+#: ../fish/guestfish-actions.pod:5977
#, no-wrap
msgid ""
" vgpvuuids vgname\n"
@@ -22718,31 +22757,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5972 ../src/guestfs-actions.pod:9319
+#: ../fish/guestfish-actions.pod:5979 ../src/guestfs-actions.pod:9326
msgid ""
"Given a VG called C<vgname>, this returns the UUIDs of all the physical "
"volumes that this volume group resides on."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5975
+#: ../fish/guestfish-actions.pod:5982
msgid ""
"You can use this along with L</pvs> and L</pvuuid> calls to associate "
"physical volumes and volume groups."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5978
+#: ../fish/guestfish-actions.pod:5985
msgid "See also L</vglvuuids>."
msgstr "Див. також L</vglvuuids>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:5980
+#: ../fish/guestfish-actions.pod:5987
msgid "vgremove"
msgstr "vgremove"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5982
+#: ../fish/guestfish-actions.pod:5989
#, no-wrap
msgid ""
" vgremove vgname\n"
@@ -22750,23 +22789,23 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5984 ../src/guestfs-actions.pod:9339
+#: ../fish/guestfish-actions.pod:5991 ../src/guestfs-actions.pod:9346
msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5986 ../src/guestfs-actions.pod:9341
+#: ../fish/guestfish-actions.pod:5993 ../src/guestfs-actions.pod:9348
msgid ""
"This also forcibly removes all logical volumes in the volume group (if any)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5989
+#: ../fish/guestfish-actions.pod:5996
msgid "vgrename"
msgstr "vgrename"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5991
+#: ../fish/guestfish-actions.pod:5998
#, no-wrap
msgid ""
" vgrename volgroup newvolgroup\n"
@@ -22774,17 +22813,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5993 ../src/guestfs-actions.pod:9355
+#: ../fish/guestfish-actions.pod:6000 ../src/guestfs-actions.pod:9362
msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5995
+#: ../fish/guestfish-actions.pod:6002
msgid "vgs"
msgstr "vgs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5997
+#: ../fish/guestfish-actions.pod:6004
#, no-wrap
msgid ""
" vgs\n"
@@ -22794,31 +22833,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5999 ../src/guestfs-actions.pod:9366
+#: ../fish/guestfish-actions.pod:6006 ../src/guestfs-actions.pod:9373
msgid ""
"List all the volumes groups detected. This is the equivalent of the L<vgs(8)"
"> command."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6002 ../src/guestfs-actions.pod:9369
+#: ../fish/guestfish-actions.pod:6009 ../src/guestfs-actions.pod:9376
msgid ""
"This returns a list of just the volume group names that were detected (eg. "
"C<VolGroup00>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6005
+#: ../fish/guestfish-actions.pod:6012
msgid "See also L</vgs-full>."
msgstr "Див. також L</vgs-full>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:6007
+#: ../fish/guestfish-actions.pod:6014
msgid "vgs-full"
msgstr "vgs-full"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6009
+#: ../fish/guestfish-actions.pod:6016
#, no-wrap
msgid ""
" vgs-full\n"
@@ -22828,19 +22867,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6011 ../src/guestfs-actions.pod:9385
+#: ../fish/guestfish-actions.pod:6018 ../src/guestfs-actions.pod:9392
msgid ""
"List all the volumes groups detected. This is the equivalent of the L<vgs(8)"
"> command. The \"full\" version includes all fields."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6014
+#: ../fish/guestfish-actions.pod:6021
msgid "vgscan"
msgstr "vgscan"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6016
+#: ../fish/guestfish-actions.pod:6023
#, no-wrap
msgid ""
" vgscan\n"
@@ -22850,19 +22889,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6018 ../src/guestfs-actions.pod:9399
+#: ../fish/guestfish-actions.pod:6025 ../src/guestfs-actions.pod:9406
msgid ""
"This rescans all block devices and rebuilds the list of LVM physical "
"volumes, volume groups and logical volumes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6021
+#: ../fish/guestfish-actions.pod:6028
msgid "vguuid"
msgstr "vguuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6023
+#: ../fish/guestfish-actions.pod:6030
#, no-wrap
msgid ""
" vguuid vgname\n"
@@ -22870,17 +22909,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6025 ../src/guestfs-actions.pod:9412
+#: ../fish/guestfish-actions.pod:6032 ../src/guestfs-actions.pod:9419
msgid "This command returns the UUID of the LVM VG named C<vgname>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6027
+#: ../fish/guestfish-actions.pod:6034
msgid "wc-c"
msgstr "wc-c"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6029
+#: ../fish/guestfish-actions.pod:6036
#, no-wrap
msgid ""
" wc-c path\n"
@@ -22890,19 +22929,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6031 ../src/guestfs-actions.pod:9452
+#: ../fish/guestfish-actions.pod:6038 ../src/guestfs-actions.pod:9459
msgid ""
"This command counts the characters in a file, using the C<wc -c> external "
"command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6034
+#: ../fish/guestfish-actions.pod:6041
msgid "wc-l"
msgstr "wc-l"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6036
+#: ../fish/guestfish-actions.pod:6043
#, no-wrap
msgid ""
" wc-l path\n"
@@ -22912,18 +22951,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6038 ../src/guestfs-actions.pod:9465
+#: ../fish/guestfish-actions.pod:6045 ../src/guestfs-actions.pod:9472
msgid ""
"This command counts the lines in a file, using the C<wc -l> external command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6041
+#: ../fish/guestfish-actions.pod:6048
msgid "wc-w"
msgstr "wc-w"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6043
+#: ../fish/guestfish-actions.pod:6050
#, no-wrap
msgid ""
" wc-w path\n"
@@ -22933,18 +22972,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6045 ../src/guestfs-actions.pod:9478
+#: ../fish/guestfish-actions.pod:6052 ../src/guestfs-actions.pod:9485
msgid ""
"This command counts the words in a file, using the C<wc -w> external command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6048
+#: ../fish/guestfish-actions.pod:6055
msgid "wipefs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6050
+#: ../fish/guestfish-actions.pod:6057
#, no-wrap
msgid ""
" wipefs device\n"
@@ -22952,31 +22991,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6052 ../src/guestfs-actions.pod:9491
+#: ../fish/guestfish-actions.pod:6059 ../src/guestfs-actions.pod:9498
msgid ""
"This command erases filesystem or RAID signatures from the specified "
"C<device> to make the filesystem invisible to libblkid."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6055 ../src/guestfs-actions.pod:9494
+#: ../fish/guestfish-actions.pod:6062 ../src/guestfs-actions.pod:9501
msgid ""
"This does not erase the filesystem itself nor any other data from the "
"C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6058
+#: ../fish/guestfish-actions.pod:6065
msgid "Compare with L</zero> which zeroes the first few blocks of a device."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6061
+#: ../fish/guestfish-actions.pod:6068
msgid "write"
msgstr "write"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6063
+#: ../fish/guestfish-actions.pod:6070
#, no-wrap
msgid ""
" write path content\n"
@@ -22986,24 +23025,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6065 ../src/guestfs-actions.pod:9512
+#: ../fish/guestfish-actions.pod:6072 ../src/guestfs-actions.pod:9519
msgid ""
"This call creates a file called C<path>. The content of the file is the "
"string C<content> (which can contain any 8 bit data)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6068
+#: ../fish/guestfish-actions.pod:6075
msgid "See also L</write-append>."
msgstr "Див. також L</write-append>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:6073
+#: ../fish/guestfish-actions.pod:6080
msgid "write-append"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6075
+#: ../fish/guestfish-actions.pod:6082
#, no-wrap
msgid ""
" write-append path content\n"
@@ -23011,24 +23050,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6077 ../src/guestfs-actions.pod:9532
+#: ../fish/guestfish-actions.pod:6084 ../src/guestfs-actions.pod:9539
msgid ""
"This call appends C<content> to the end of file C<path>. If C<path> does "
"not exist, then a new file is created."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6080
+#: ../fish/guestfish-actions.pod:6087
msgid "See also L</write>."
msgstr "Див. також L</write>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:6085
+#: ../fish/guestfish-actions.pod:6092
msgid "write-file"
msgstr "write-file"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6087
+#: ../fish/guestfish-actions.pod:6094
#, no-wrap
msgid ""
" write-file path content size\n"
@@ -23036,39 +23075,39 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6089 ../src/guestfs-actions.pod:9559
+#: ../fish/guestfish-actions.pod:6096 ../src/guestfs-actions.pod:9566
msgid ""
"This call creates a file called C<path>. The contents of the file is the "
"string C<content> (which can contain any 8 bit data), with length C<size>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6093 ../src/guestfs-actions.pod:9563
+#: ../fish/guestfish-actions.pod:6100 ../src/guestfs-actions.pod:9570
msgid ""
"As a special case, if C<size> is C<0> then the length is calculated using "
"C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6097 ../src/guestfs-actions.pod:9567
+#: ../fish/guestfish-actions.pod:6104 ../src/guestfs-actions.pod:9574
msgid ""
"I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
"I<not> work, even if the length is specified."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6103
+#: ../fish/guestfish-actions.pod:6110
msgid ""
"I<This function is deprecated.> In new code, use the L</write> call instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6110
+#: ../fish/guestfish-actions.pod:6117
msgid "zegrep"
msgstr "zegrep"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6112
+#: ../fish/guestfish-actions.pod:6119
#, no-wrap
msgid ""
" zegrep regex path\n"
@@ -23078,18 +23117,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6114 ../src/guestfs-actions.pod:9584
+#: ../fish/guestfish-actions.pod:6121 ../src/guestfs-actions.pod:9591
msgid ""
"This calls the external C<zegrep> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6120
+#: ../fish/guestfish-actions.pod:6127
msgid "zegrepi"
msgstr "zegrepi"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6122
+#: ../fish/guestfish-actions.pod:6129
#, no-wrap
msgid ""
" zegrepi regex path\n"
@@ -23097,18 +23136,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6124 ../src/guestfs-actions.pod:9603
+#: ../fish/guestfish-actions.pod:6131 ../src/guestfs-actions.pod:9610
msgid ""
"This calls the external C<zegrep -i> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6130
+#: ../fish/guestfish-actions.pod:6137
msgid "zero"
msgstr "zero"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6132
+#: ../fish/guestfish-actions.pod:6139
#, no-wrap
msgid ""
" zero device\n"
@@ -23118,12 +23157,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6134 ../src/guestfs-actions.pod:9621
+#: ../fish/guestfish-actions.pod:6141 ../src/guestfs-actions.pod:9628
msgid "This command writes zeroes over the first few blocks of C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6136 ../src/guestfs-actions.pod:9623
+#: ../fish/guestfish-actions.pod:6143 ../src/guestfs-actions.pod:9630
msgid ""
"How many blocks are zeroed isn't specified (but it's I<not> enough to "
"securely wipe the device). It should be sufficient to remove any partition "
@@ -23131,8 +23170,8 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6140 ../fish/guestfish-actions.pod:6155
-#: ../src/guestfs-actions.pod:9627 ../src/guestfs-actions.pod:9653
+#: ../fish/guestfish-actions.pod:6147 ../fish/guestfish-actions.pod:6162
+#: ../src/guestfs-actions.pod:9634 ../src/guestfs-actions.pod:9660
msgid ""
"If blocks are already zero, then this command avoids writing zeroes. This "
"prevents the underlying device from becoming non-sparse or growing "
@@ -23140,17 +23179,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6144
+#: ../fish/guestfish-actions.pod:6151
msgid "See also: L</zero-device>, L</scrub-device>, L</is-zero-device>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6147
+#: ../fish/guestfish-actions.pod:6154
msgid "zero-device"
msgstr "zero-device"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6149
+#: ../fish/guestfish-actions.pod:6156
#, no-wrap
msgid ""
" zero-device device\n"
@@ -23160,19 +23199,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6151
+#: ../fish/guestfish-actions.pod:6158
msgid ""
"This command writes zeroes over the entire C<device>. Compare with L</zero> "
"which just zeroes the first few blocks of a device."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6159
+#: ../fish/guestfish-actions.pod:6166
msgid "zero-free-space"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6161
+#: ../fish/guestfish-actions.pod:6168
#, no-wrap
msgid ""
" zero-free-space directory\n"
@@ -23180,33 +23219,33 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6163 ../src/guestfs-actions.pod:9672
+#: ../fish/guestfish-actions.pod:6170 ../src/guestfs-actions.pod:9679
msgid ""
"Zero the free space in the filesystem mounted on C<directory>. The "
"filesystem must be mounted read-write."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6166 ../src/guestfs-actions.pod:9675
+#: ../fish/guestfish-actions.pod:6173 ../src/guestfs-actions.pod:9682
msgid ""
"The filesystem contents are not affected, but any free space in the "
"filesystem is freed."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6169 ../src/guestfs-actions.pod:9678
+#: ../fish/guestfish-actions.pod:6176 ../src/guestfs-actions.pod:9685
msgid ""
"In future (but not currently) these zeroed blocks will be \"sparsified\" - "
"that is, given back to the host."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6172
+#: ../fish/guestfish-actions.pod:6179
msgid "zerofree"
msgstr "zerofree"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6174
+#: ../fish/guestfish-actions.pod:6181
#, no-wrap
msgid ""
" zerofree device\n"
@@ -23216,7 +23255,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6176 ../src/guestfs-actions.pod:9696
+#: ../fish/guestfish-actions.pod:6183 ../src/guestfs-actions.pod:9703
msgid ""
"This runs the I<zerofree> program on C<device>. This program claims to zero "
"unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
@@ -23224,24 +23263,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6181 ../src/guestfs-actions.pod:9701
+#: ../fish/guestfish-actions.pod:6188 ../src/guestfs-actions.pod:9708
msgid "You should B<not> run this program if the filesystem is mounted."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6184 ../src/guestfs-actions.pod:9704
+#: ../fish/guestfish-actions.pod:6191 ../src/guestfs-actions.pod:9711
msgid ""
"It is possible that using this program can damage the filesystem or data on "
"the filesystem."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6187
+#: ../fish/guestfish-actions.pod:6194
msgid "zfgrep"
msgstr "zfgrep"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6189
+#: ../fish/guestfish-actions.pod:6196
#, no-wrap
msgid ""
" zfgrep pattern path\n"
@@ -23251,18 +23290,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6191 ../src/guestfs-actions.pod:9718
+#: ../fish/guestfish-actions.pod:6198 ../src/guestfs-actions.pod:9725
msgid ""
"This calls the external C<zfgrep> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6197
+#: ../fish/guestfish-actions.pod:6204
msgid "zfgrepi"
msgstr "zfgrepi"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6199
+#: ../fish/guestfish-actions.pod:6206
#, no-wrap
msgid ""
" zfgrepi pattern path\n"
@@ -23272,18 +23311,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6201 ../src/guestfs-actions.pod:9737
+#: ../fish/guestfish-actions.pod:6208 ../src/guestfs-actions.pod:9744
msgid ""
"This calls the external C<zfgrep -i> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6207
+#: ../fish/guestfish-actions.pod:6214
msgid "zfile"
msgstr "zfile"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6209
+#: ../fish/guestfish-actions.pod:6216
#, no-wrap
msgid ""
" zfile meth path\n"
@@ -23293,35 +23332,35 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6211 ../src/guestfs-actions.pod:9763
+#: ../fish/guestfish-actions.pod:6218 ../src/guestfs-actions.pod:9770
msgid ""
"This command runs C<file> after first decompressing C<path> using C<method>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6214 ../src/guestfs-actions.pod:9766
+#: ../fish/guestfish-actions.pod:6221 ../src/guestfs-actions.pod:9773
msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6216
+#: ../fish/guestfish-actions.pod:6223
msgid ""
"Since 1.0.63, use L</file> instead which can now process compressed files."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6219
+#: ../fish/guestfish-actions.pod:6226
msgid ""
"I<This function is deprecated.> In new code, use the L</file> call instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6226
+#: ../fish/guestfish-actions.pod:6233
msgid "zgrep"
msgstr "zgrep"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6228
+#: ../fish/guestfish-actions.pod:6235
#, no-wrap
msgid ""
" zgrep regex path\n"
@@ -23331,18 +23370,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6230 ../src/guestfs-actions.pod:9783
+#: ../fish/guestfish-actions.pod:6237 ../src/guestfs-actions.pod:9790
msgid ""
"This calls the external C<zgrep> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6236
+#: ../fish/guestfish-actions.pod:6243
msgid "zgrepi"
msgstr "zgrepi"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6238
+#: ../fish/guestfish-actions.pod:6245
#, no-wrap
msgid ""
" zgrepi regex path\n"
@@ -23352,7 +23391,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6240 ../src/guestfs-actions.pod:9802
+#: ../fish/guestfish-actions.pod:6247 ../src/guestfs-actions.pod:9809
msgid ""
"This calls the external C<zgrep -i> program and returns the matching lines."
msgstr ""
@@ -24354,7 +24393,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../fish/guestfish.pod:135 ../src/guestfs.pod:2423
+#: ../fish/guestfish.pod:135 ../src/guestfs.pod:2444
#, no-wrap
msgid ""
" guestfish -N fs\n"
@@ -26532,8 +26571,10 @@ msgstr ""
#. type: textblock
#: ../fish/guestfish.pod:1120
-msgid "@FISH_COMMANDS@"
-msgstr ""
+#, fuzzy
+#| msgid "COMMANDS"
+msgid "__FISH_COMMANDS__"
+msgstr "КОМАНДИ"
#. type: =head1
#: ../fish/guestfish.pod:1122
@@ -26541,8 +26582,10 @@ msgid "COMMANDS"
msgstr "КОМАНДИ"
#. type: textblock
-#: ../fish/guestfish.pod:1124 ../src/guestfs.pod:1700
-msgid "@ACTIONS@"
+#: ../fish/guestfish.pod:1124 ../src/guestfs.pod:1717
+#, fuzzy
+#| msgid "@ACTIONS@"
+msgid "__ACTIONS__"
msgstr "@ACTIONS@"
#. type: textblock
@@ -26565,17 +26608,17 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish.pod:1140 ../src/guestfs.pod:3388
+#: ../fish/guestfish.pod:1140 ../src/guestfs.pod:3492
msgid "FEBOOTSTRAP_KERNEL"
msgstr ""
#. type: =item
-#: ../fish/guestfish.pod:1142 ../src/guestfs.pod:3390
+#: ../fish/guestfish.pod:1142 ../src/guestfs.pod:3494
msgid "FEBOOTSTRAP_MODULES"
msgstr ""
#. type: textblock
-#: ../fish/guestfish.pod:1144 ../src/guestfs.pod:3392
+#: ../fish/guestfish.pod:1144 ../src/guestfs.pod:3496
msgid ""
"These two environment variables allow the kernel that libguestfs uses in the "
"appliance to be selected. If C<$FEBOOTSTRAP_KERNEL> is not set, then the "
@@ -26633,17 +26676,17 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish.pod:1172 ../src/guestfs.pod:3398
+#: ../fish/guestfish.pod:1172 ../src/guestfs.pod:3502
msgid "LIBGUESTFS_APPEND"
msgstr ""
#. type: textblock
-#: ../fish/guestfish.pod:1174 ../src/guestfs.pod:3400
+#: ../fish/guestfish.pod:1174 ../src/guestfs.pod:3504
msgid "Pass additional options to the guest kernel."
msgstr ""
#. type: =item
-#: ../fish/guestfish.pod:1176 ../src/guestfs.pod:3402
+#: ../fish/guestfish.pod:1176 ../src/guestfs.pod:3506
msgid "LIBGUESTFS_DEBUG"
msgstr "LIBGUESTFS_DEBUG"
@@ -26655,18 +26698,18 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish.pod:1181 ../src/guestfs.pod:3407
+#: ../fish/guestfish.pod:1181 ../src/guestfs.pod:3511
msgid "LIBGUESTFS_MEMSIZE"
msgstr "LIBGUESTFS_MEMSIZE"
#. type: textblock
-#: ../fish/guestfish.pod:1183 ../src/guestfs.pod:3409
+#: ../fish/guestfish.pod:1183 ../src/guestfs.pod:3513
msgid ""
"Set the memory allocated to the qemu process, in megabytes. For example:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish.pod:1186 ../src/guestfs.pod:3412
+#: ../fish/guestfish.pod:1186 ../src/guestfs.pod:3516
#, no-wrap
msgid ""
" LIBGUESTFS_MEMSIZE=700\n"
@@ -26676,7 +26719,7 @@ msgstr ""
"\n"
#. type: =item
-#: ../fish/guestfish.pod:1188 ../src/guestfs.pod:3414
+#: ../fish/guestfish.pod:1188 ../src/guestfs.pod:3518
msgid "LIBGUESTFS_PATH"
msgstr ""
@@ -26688,19 +26731,19 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish.pod:1193 ../src/guestfs.pod:3419
+#: ../fish/guestfish.pod:1193 ../src/guestfs.pod:3523
msgid "LIBGUESTFS_QEMU"
msgstr ""
#. type: textblock
-#: ../fish/guestfish.pod:1195 ../src/guestfs.pod:3421
+#: ../fish/guestfish.pod:1195 ../src/guestfs.pod:3525
msgid ""
"Set the default qemu binary that libguestfs uses. If not set, then the qemu "
"which was found at compile time by the configure script is used."
msgstr ""
#. type: =item
-#: ../fish/guestfish.pod:1199 ../src/guestfs.pod:3427
+#: ../fish/guestfish.pod:1199 ../src/guestfs.pod:3531
msgid "LIBGUESTFS_TRACE"
msgstr ""
@@ -26723,19 +26766,19 @@ msgstr ""
#. type: =item
#: ../fish/guestfish.pod:1208 ../sparsify/virt-sparsify.pod:276
-#: ../src/guestfs.pod:3432
+#: ../src/guestfs.pod:3536
msgid "TMPDIR"
msgstr ""
#. type: textblock
-#: ../fish/guestfish.pod:1210 ../src/guestfs.pod:3434
+#: ../fish/guestfish.pod:1210 ../src/guestfs.pod:3538
msgid ""
"Location of temporary directory, defaults to C</tmp> except for the cached "
"supermin appliance which defaults to C</var/tmp>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish.pod:1213 ../src/guestfs.pod:3437
+#: ../fish/guestfish.pod:1213 ../src/guestfs.pod:3541
msgid ""
"If libguestfs was compiled to use the supermin appliance then the real "
"appliance is cached in this directory, shared between all handles belonging "
@@ -31620,8 +31663,8 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7 ../src/guestfs-actions.pod:305
-#: ../src/guestfs-actions.pod:326
+#: ../src/guestfs-actions.pod:7 ../src/guestfs-actions.pod:307
+#: ../src/guestfs-actions.pod:328
msgid ""
"I<This function is deprecated.> In new code, use the L</"
"guestfs_add_drive_opts> call instead."
@@ -31646,125 +31689,125 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:37 ../src/guestfs-actions.pod:187
-#: ../src/guestfs-actions.pod:257 ../src/guestfs-actions.pod:294
-#: ../src/guestfs-actions.pod:315 ../src/guestfs-actions.pod:336
-#: ../src/guestfs-actions.pod:349 ../src/guestfs-actions.pod:363
-#: ../src/guestfs-actions.pod:483 ../src/guestfs-actions.pod:503
-#: ../src/guestfs-actions.pod:517 ../src/guestfs-actions.pod:562
-#: ../src/guestfs-actions.pod:590 ../src/guestfs-actions.pod:608
-#: ../src/guestfs-actions.pod:675 ../src/guestfs-actions.pod:708
-#: ../src/guestfs-actions.pod:722 ../src/guestfs-actions.pod:778
-#: ../src/guestfs-actions.pod:877 ../src/guestfs-actions.pod:895
-#: ../src/guestfs-actions.pod:909 ../src/guestfs-actions.pod:923
-#: ../src/guestfs-actions.pod:937 ../src/guestfs-actions.pod:951
-#: ../src/guestfs-actions.pod:964 ../src/guestfs-actions.pod:1001
-#: ../src/guestfs-actions.pod:1035 ../src/guestfs-actions.pod:1057
-#: ../src/guestfs-actions.pod:1093 ../src/guestfs-actions.pod:1106
-#: ../src/guestfs-actions.pod:1118 ../src/guestfs-actions.pod:1148
-#: ../src/guestfs-actions.pod:1163 ../src/guestfs-actions.pod:1324
-#: ../src/guestfs-actions.pod:1344 ../src/guestfs-actions.pod:1362
-#: ../src/guestfs-actions.pod:1452 ../src/guestfs-actions.pod:1511
-#: ../src/guestfs-actions.pod:1557 ../src/guestfs-actions.pod:1597
-#: ../src/guestfs-actions.pod:1650 ../src/guestfs-actions.pod:1703
-#: ../src/guestfs-actions.pod:1761 ../src/guestfs-actions.pod:1815
-#: ../src/guestfs-actions.pod:1834 ../src/guestfs-actions.pod:1848
-#: ../src/guestfs-actions.pod:1876 ../src/guestfs-actions.pod:1962
-#: ../src/guestfs-actions.pod:1993 ../src/guestfs-actions.pod:2018
-#: ../src/guestfs-actions.pod:2084 ../src/guestfs-actions.pod:2127
-#: ../src/guestfs-actions.pod:2240 ../src/guestfs-actions.pod:2267
-#: ../src/guestfs-actions.pod:2482 ../src/guestfs-actions.pod:2504
-#: ../src/guestfs-actions.pod:2591 ../src/guestfs-actions.pod:3242
-#: ../src/guestfs-actions.pod:3386 ../src/guestfs-actions.pod:3445
-#: ../src/guestfs-actions.pod:3480 ../src/guestfs-actions.pod:4593
-#: ../src/guestfs-actions.pod:4608 ../src/guestfs-actions.pod:4633
-#: ../src/guestfs-actions.pod:4851 ../src/guestfs-actions.pod:4865
-#: ../src/guestfs-actions.pod:4878 ../src/guestfs-actions.pod:4892
-#: ../src/guestfs-actions.pod:4907 ../src/guestfs-actions.pod:4943
-#: ../src/guestfs-actions.pod:5015 ../src/guestfs-actions.pod:5035
-#: ../src/guestfs-actions.pod:5052 ../src/guestfs-actions.pod:5072
-#: ../src/guestfs-actions.pod:5092 ../src/guestfs-actions.pod:5127
-#: ../src/guestfs-actions.pod:5146 ../src/guestfs-actions.pod:5165
-#: ../src/guestfs-actions.pod:5182 ../src/guestfs-actions.pod:5217
-#: ../src/guestfs-actions.pod:5229 ../src/guestfs-actions.pod:5262
-#: ../src/guestfs-actions.pod:5278 ../src/guestfs-actions.pod:5291
-#: ../src/guestfs-actions.pod:5306 ../src/guestfs-actions.pod:5323
-#: ../src/guestfs-actions.pod:5481 ../src/guestfs-actions.pod:5617
-#: ../src/guestfs-actions.pod:5629 ../src/guestfs-actions.pod:5649
-#: ../src/guestfs-actions.pod:5662 ../src/guestfs-actions.pod:5713
-#: ../src/guestfs-actions.pod:5731 ../src/guestfs-actions.pod:5749
-#: ../src/guestfs-actions.pod:5765 ../src/guestfs-actions.pod:5779
-#: ../src/guestfs-actions.pod:5793 ../src/guestfs-actions.pod:5810
-#: ../src/guestfs-actions.pod:5825 ../src/guestfs-actions.pod:5852
-#: ../src/guestfs-actions.pod:5885 ../src/guestfs-actions.pod:5970
-#: ../src/guestfs-actions.pod:6043 ../src/guestfs-actions.pod:6074
-#: ../src/guestfs-actions.pod:6093 ../src/guestfs-actions.pod:6112
-#: ../src/guestfs-actions.pod:6124 ../src/guestfs-actions.pod:6141
-#: ../src/guestfs-actions.pod:6154 ../src/guestfs-actions.pod:6169
-#: ../src/guestfs-actions.pod:6184 ../src/guestfs-actions.pod:6216
-#: ../src/guestfs-actions.pod:6242 ../src/guestfs-actions.pod:6311
-#: ../src/guestfs-actions.pod:6360 ../src/guestfs-actions.pod:6375
-#: ../src/guestfs-actions.pod:6395 ../src/guestfs-actions.pod:6409
-#: ../src/guestfs-actions.pod:6426 ../src/guestfs-actions.pod:6475
-#: ../src/guestfs-actions.pod:6527 ../src/guestfs-actions.pod:6565
-#: ../src/guestfs-actions.pod:6617 ../src/guestfs-actions.pod:6669
-#: ../src/guestfs-actions.pod:6716 ../src/guestfs-actions.pod:6759
-#: ../src/guestfs-actions.pod:6787 ../src/guestfs-actions.pod:6804
-#: ../src/guestfs-actions.pod:6822 ../src/guestfs-actions.pod:6959
-#: ../src/guestfs-actions.pod:7016 ../src/guestfs-actions.pod:7038
-#: ../src/guestfs-actions.pod:7056 ../src/guestfs-actions.pod:7108
-#: ../src/guestfs-actions.pod:7174 ../src/guestfs-actions.pod:7191
-#: ../src/guestfs-actions.pod:7204 ../src/guestfs-actions.pod:7218
-#: ../src/guestfs-actions.pod:7507 ../src/guestfs-actions.pod:7522
-#: ../src/guestfs-actions.pod:7543 ../src/guestfs-actions.pod:7559
-#: ../src/guestfs-actions.pod:7571 ../src/guestfs-actions.pod:7585
-#: ../src/guestfs-actions.pod:7597 ../src/guestfs-actions.pod:7611
-#: ../src/guestfs-actions.pod:7627 ../src/guestfs-actions.pod:7645
-#: ../src/guestfs-actions.pod:7664 ../src/guestfs-actions.pod:7683
-#: ../src/guestfs-actions.pod:7713 ../src/guestfs-actions.pod:7731
-#: ../src/guestfs-actions.pod:7754 ../src/guestfs-actions.pod:7793
-#: ../src/guestfs-actions.pod:7832 ../src/guestfs-actions.pod:7857
-#: ../src/guestfs-actions.pod:7876 ../src/guestfs-actions.pod:7898
-#: ../src/guestfs-actions.pod:7919 ../src/guestfs-actions.pod:7938
-#: ../src/guestfs-actions.pod:7955 ../src/guestfs-actions.pod:7976
-#: ../src/guestfs-actions.pod:8004 ../src/guestfs-actions.pod:8028
-#: ../src/guestfs-actions.pod:8047 ../src/guestfs-actions.pod:8063
-#: ../src/guestfs-actions.pod:8087 ../src/guestfs-actions.pod:8106
-#: ../src/guestfs-actions.pod:8121 ../src/guestfs-actions.pod:8140
-#: ../src/guestfs-actions.pod:8184 ../src/guestfs-actions.pod:8211
-#: ../src/guestfs-actions.pod:8241 ../src/guestfs-actions.pod:8366
-#: ../src/guestfs-actions.pod:8376 ../src/guestfs-actions.pod:8497
-#: ../src/guestfs-actions.pod:8509 ../src/guestfs-actions.pod:8522
-#: ../src/guestfs-actions.pod:8535 ../src/guestfs-actions.pod:8557
-#: ../src/guestfs-actions.pod:8570 ../src/guestfs-actions.pod:8583
-#: ../src/guestfs-actions.pod:8596 ../src/guestfs-actions.pod:8611
-#: ../src/guestfs-actions.pod:8670 ../src/guestfs-actions.pod:8687
-#: ../src/guestfs-actions.pod:8703 ../src/guestfs-actions.pod:8719
-#: ../src/guestfs-actions.pod:8736 ../src/guestfs-actions.pod:8749
-#: ../src/guestfs-actions.pod:8769 ../src/guestfs-actions.pod:8869
-#: ../src/guestfs-actions.pod:8927 ../src/guestfs-actions.pod:8941
-#: ../src/guestfs-actions.pod:8982 ../src/guestfs-actions.pod:8995
-#: ../src/guestfs-actions.pod:9017 ../src/guestfs-actions.pod:9055
-#: ../src/guestfs-actions.pod:9089 ../src/guestfs-actions.pod:9125
-#: ../src/guestfs-actions.pod:9241 ../src/guestfs-actions.pod:9256
-#: ../src/guestfs-actions.pod:9270 ../src/guestfs-actions.pod:9344
-#: ../src/guestfs-actions.pod:9357 ../src/guestfs-actions.pod:9402
-#: ../src/guestfs-actions.pod:9442 ../src/guestfs-actions.pod:9500
-#: ../src/guestfs-actions.pod:9517 ../src/guestfs-actions.pod:9537
-#: ../src/guestfs-actions.pod:9570 ../src/guestfs-actions.pod:9634
-#: ../src/guestfs-actions.pod:9657 ../src/guestfs-actions.pod:9681
-#: ../src/guestfs-actions.pod:9707
+#: ../src/guestfs-actions.pod:259 ../src/guestfs-actions.pod:296
+#: ../src/guestfs-actions.pod:317 ../src/guestfs-actions.pod:338
+#: ../src/guestfs-actions.pod:351 ../src/guestfs-actions.pod:365
+#: ../src/guestfs-actions.pod:485 ../src/guestfs-actions.pod:505
+#: ../src/guestfs-actions.pod:519 ../src/guestfs-actions.pod:564
+#: ../src/guestfs-actions.pod:592 ../src/guestfs-actions.pod:610
+#: ../src/guestfs-actions.pod:677 ../src/guestfs-actions.pod:710
+#: ../src/guestfs-actions.pod:724 ../src/guestfs-actions.pod:780
+#: ../src/guestfs-actions.pod:879 ../src/guestfs-actions.pod:897
+#: ../src/guestfs-actions.pod:911 ../src/guestfs-actions.pod:925
+#: ../src/guestfs-actions.pod:939 ../src/guestfs-actions.pod:953
+#: ../src/guestfs-actions.pod:966 ../src/guestfs-actions.pod:1003
+#: ../src/guestfs-actions.pod:1037 ../src/guestfs-actions.pod:1059
+#: ../src/guestfs-actions.pod:1095 ../src/guestfs-actions.pod:1108
+#: ../src/guestfs-actions.pod:1120 ../src/guestfs-actions.pod:1150
+#: ../src/guestfs-actions.pod:1165 ../src/guestfs-actions.pod:1326
+#: ../src/guestfs-actions.pod:1346 ../src/guestfs-actions.pod:1364
+#: ../src/guestfs-actions.pod:1454 ../src/guestfs-actions.pod:1513
+#: ../src/guestfs-actions.pod:1559 ../src/guestfs-actions.pod:1599
+#: ../src/guestfs-actions.pod:1652 ../src/guestfs-actions.pod:1705
+#: ../src/guestfs-actions.pod:1763 ../src/guestfs-actions.pod:1817
+#: ../src/guestfs-actions.pod:1836 ../src/guestfs-actions.pod:1850
+#: ../src/guestfs-actions.pod:1878 ../src/guestfs-actions.pod:1964
+#: ../src/guestfs-actions.pod:1995 ../src/guestfs-actions.pod:2020
+#: ../src/guestfs-actions.pod:2086 ../src/guestfs-actions.pod:2129
+#: ../src/guestfs-actions.pod:2242 ../src/guestfs-actions.pod:2269
+#: ../src/guestfs-actions.pod:2484 ../src/guestfs-actions.pod:2506
+#: ../src/guestfs-actions.pod:2593 ../src/guestfs-actions.pod:3244
+#: ../src/guestfs-actions.pod:3388 ../src/guestfs-actions.pod:3447
+#: ../src/guestfs-actions.pod:3482 ../src/guestfs-actions.pod:4595
+#: ../src/guestfs-actions.pod:4615 ../src/guestfs-actions.pod:4640
+#: ../src/guestfs-actions.pod:4858 ../src/guestfs-actions.pod:4872
+#: ../src/guestfs-actions.pod:4885 ../src/guestfs-actions.pod:4899
+#: ../src/guestfs-actions.pod:4914 ../src/guestfs-actions.pod:4950
+#: ../src/guestfs-actions.pod:5022 ../src/guestfs-actions.pod:5042
+#: ../src/guestfs-actions.pod:5059 ../src/guestfs-actions.pod:5079
+#: ../src/guestfs-actions.pod:5099 ../src/guestfs-actions.pod:5134
+#: ../src/guestfs-actions.pod:5153 ../src/guestfs-actions.pod:5172
+#: ../src/guestfs-actions.pod:5189 ../src/guestfs-actions.pod:5224
+#: ../src/guestfs-actions.pod:5236 ../src/guestfs-actions.pod:5269
+#: ../src/guestfs-actions.pod:5285 ../src/guestfs-actions.pod:5298
+#: ../src/guestfs-actions.pod:5313 ../src/guestfs-actions.pod:5330
+#: ../src/guestfs-actions.pod:5488 ../src/guestfs-actions.pod:5624
+#: ../src/guestfs-actions.pod:5636 ../src/guestfs-actions.pod:5656
+#: ../src/guestfs-actions.pod:5669 ../src/guestfs-actions.pod:5720
+#: ../src/guestfs-actions.pod:5738 ../src/guestfs-actions.pod:5756
+#: ../src/guestfs-actions.pod:5772 ../src/guestfs-actions.pod:5786
+#: ../src/guestfs-actions.pod:5800 ../src/guestfs-actions.pod:5817
+#: ../src/guestfs-actions.pod:5832 ../src/guestfs-actions.pod:5859
+#: ../src/guestfs-actions.pod:5892 ../src/guestfs-actions.pod:5977
+#: ../src/guestfs-actions.pod:6050 ../src/guestfs-actions.pod:6081
+#: ../src/guestfs-actions.pod:6100 ../src/guestfs-actions.pod:6119
+#: ../src/guestfs-actions.pod:6131 ../src/guestfs-actions.pod:6148
+#: ../src/guestfs-actions.pod:6161 ../src/guestfs-actions.pod:6176
+#: ../src/guestfs-actions.pod:6191 ../src/guestfs-actions.pod:6223
+#: ../src/guestfs-actions.pod:6249 ../src/guestfs-actions.pod:6318
+#: ../src/guestfs-actions.pod:6367 ../src/guestfs-actions.pod:6382
+#: ../src/guestfs-actions.pod:6402 ../src/guestfs-actions.pod:6416
+#: ../src/guestfs-actions.pod:6433 ../src/guestfs-actions.pod:6482
+#: ../src/guestfs-actions.pod:6534 ../src/guestfs-actions.pod:6572
+#: ../src/guestfs-actions.pod:6624 ../src/guestfs-actions.pod:6676
+#: ../src/guestfs-actions.pod:6723 ../src/guestfs-actions.pod:6766
+#: ../src/guestfs-actions.pod:6794 ../src/guestfs-actions.pod:6811
+#: ../src/guestfs-actions.pod:6829 ../src/guestfs-actions.pod:6966
+#: ../src/guestfs-actions.pod:7023 ../src/guestfs-actions.pod:7045
+#: ../src/guestfs-actions.pod:7063 ../src/guestfs-actions.pod:7115
+#: ../src/guestfs-actions.pod:7181 ../src/guestfs-actions.pod:7198
+#: ../src/guestfs-actions.pod:7211 ../src/guestfs-actions.pod:7225
+#: ../src/guestfs-actions.pod:7514 ../src/guestfs-actions.pod:7529
+#: ../src/guestfs-actions.pod:7550 ../src/guestfs-actions.pod:7566
+#: ../src/guestfs-actions.pod:7578 ../src/guestfs-actions.pod:7592
+#: ../src/guestfs-actions.pod:7604 ../src/guestfs-actions.pod:7618
+#: ../src/guestfs-actions.pod:7634 ../src/guestfs-actions.pod:7652
+#: ../src/guestfs-actions.pod:7671 ../src/guestfs-actions.pod:7690
+#: ../src/guestfs-actions.pod:7720 ../src/guestfs-actions.pod:7738
+#: ../src/guestfs-actions.pod:7761 ../src/guestfs-actions.pod:7800
+#: ../src/guestfs-actions.pod:7839 ../src/guestfs-actions.pod:7864
+#: ../src/guestfs-actions.pod:7883 ../src/guestfs-actions.pod:7905
+#: ../src/guestfs-actions.pod:7926 ../src/guestfs-actions.pod:7945
+#: ../src/guestfs-actions.pod:7962 ../src/guestfs-actions.pod:7983
+#: ../src/guestfs-actions.pod:8011 ../src/guestfs-actions.pod:8035
+#: ../src/guestfs-actions.pod:8054 ../src/guestfs-actions.pod:8070
+#: ../src/guestfs-actions.pod:8094 ../src/guestfs-actions.pod:8113
+#: ../src/guestfs-actions.pod:8128 ../src/guestfs-actions.pod:8147
+#: ../src/guestfs-actions.pod:8191 ../src/guestfs-actions.pod:8218
+#: ../src/guestfs-actions.pod:8248 ../src/guestfs-actions.pod:8373
+#: ../src/guestfs-actions.pod:8383 ../src/guestfs-actions.pod:8504
+#: ../src/guestfs-actions.pod:8516 ../src/guestfs-actions.pod:8529
+#: ../src/guestfs-actions.pod:8542 ../src/guestfs-actions.pod:8564
+#: ../src/guestfs-actions.pod:8577 ../src/guestfs-actions.pod:8590
+#: ../src/guestfs-actions.pod:8603 ../src/guestfs-actions.pod:8618
+#: ../src/guestfs-actions.pod:8677 ../src/guestfs-actions.pod:8694
+#: ../src/guestfs-actions.pod:8710 ../src/guestfs-actions.pod:8726
+#: ../src/guestfs-actions.pod:8743 ../src/guestfs-actions.pod:8756
+#: ../src/guestfs-actions.pod:8776 ../src/guestfs-actions.pod:8876
+#: ../src/guestfs-actions.pod:8934 ../src/guestfs-actions.pod:8948
+#: ../src/guestfs-actions.pod:8989 ../src/guestfs-actions.pod:9002
+#: ../src/guestfs-actions.pod:9024 ../src/guestfs-actions.pod:9062
+#: ../src/guestfs-actions.pod:9096 ../src/guestfs-actions.pod:9132
+#: ../src/guestfs-actions.pod:9248 ../src/guestfs-actions.pod:9263
+#: ../src/guestfs-actions.pod:9277 ../src/guestfs-actions.pod:9351
+#: ../src/guestfs-actions.pod:9364 ../src/guestfs-actions.pod:9409
+#: ../src/guestfs-actions.pod:9449 ../src/guestfs-actions.pod:9507
+#: ../src/guestfs-actions.pod:9524 ../src/guestfs-actions.pod:9544
+#: ../src/guestfs-actions.pod:9577 ../src/guestfs-actions.pod:9641
+#: ../src/guestfs-actions.pod:9664 ../src/guestfs-actions.pod:9688
+#: ../src/guestfs-actions.pod:9714
msgid "This function returns 0 on success or -1 on error."
msgstr "Ця функція повертає 0 у разі успіху і -1 у разі помилки."
#. type: textblock
#: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:189
-#: ../src/guestfs-actions.pod:1559 ../src/guestfs-actions.pod:2705
-#: ../src/guestfs-actions.pod:2942 ../src/guestfs-actions.pod:3067
-#: ../src/guestfs-actions.pod:4595 ../src/guestfs-actions.pod:4615
-#: ../src/guestfs-actions.pod:6218 ../src/guestfs-actions.pod:7733
-#: ../src/guestfs-actions.pod:7957 ../src/guestfs-actions.pod:8108
-#: ../src/guestfs-actions.pod:8613 ../src/guestfs-actions.pod:8738
-#: ../src/guestfs-actions.pod:9444
+#: ../src/guestfs-actions.pod:1561 ../src/guestfs-actions.pod:2707
+#: ../src/guestfs-actions.pod:2944 ../src/guestfs-actions.pod:3069
+#: ../src/guestfs-actions.pod:4597 ../src/guestfs-actions.pod:4622
+#: ../src/guestfs-actions.pod:6225 ../src/guestfs-actions.pod:7740
+#: ../src/guestfs-actions.pod:7964 ../src/guestfs-actions.pod:8115
+#: ../src/guestfs-actions.pod:8620 ../src/guestfs-actions.pod:8745
+#: ../src/guestfs-actions.pod:9451
msgid "(Added in 0.3)"
msgstr "(Додано у 0.3)"
@@ -31791,17 +31834,17 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:198
-#: ../src/guestfs-actions.pod:975 ../src/guestfs-actions.pod:1046
-#: ../src/guestfs-actions.pod:1439 ../src/guestfs-actions.pod:1491
-#: ../src/guestfs-actions.pod:1569 ../src/guestfs-actions.pod:1638
-#: ../src/guestfs-actions.pod:1691 ../src/guestfs-actions.pod:1744
-#: ../src/guestfs-actions.pod:2054 ../src/guestfs-actions.pod:3749
-#: ../src/guestfs-actions.pod:5416 ../src/guestfs-actions.pod:5863
-#: ../src/guestfs-actions.pod:5919 ../src/guestfs-actions.pod:6228
-#: ../src/guestfs-actions.pod:6277 ../src/guestfs-actions.pod:6539
-#: ../src/guestfs-actions.pod:6600 ../src/guestfs-actions.pod:6680
-#: ../src/guestfs-actions.pod:7766 ../src/guestfs-actions.pod:8780
-#: ../src/guestfs-actions.pod:9005
+#: ../src/guestfs-actions.pod:977 ../src/guestfs-actions.pod:1048
+#: ../src/guestfs-actions.pod:1441 ../src/guestfs-actions.pod:1493
+#: ../src/guestfs-actions.pod:1571 ../src/guestfs-actions.pod:1640
+#: ../src/guestfs-actions.pod:1693 ../src/guestfs-actions.pod:1746
+#: ../src/guestfs-actions.pod:2056 ../src/guestfs-actions.pod:3751
+#: ../src/guestfs-actions.pod:5423 ../src/guestfs-actions.pod:5870
+#: ../src/guestfs-actions.pod:5926 ../src/guestfs-actions.pod:6235
+#: ../src/guestfs-actions.pod:6284 ../src/guestfs-actions.pod:6546
+#: ../src/guestfs-actions.pod:6607 ../src/guestfs-actions.pod:6687
+#: ../src/guestfs-actions.pod:7773 ../src/guestfs-actions.pod:8787
+#: ../src/guestfs-actions.pod:9012
msgid ""
"You may supply a list of optional arguments to this call. Use zero or more "
"of the following pairs of parameters, and terminate the list with C<-1> on "
@@ -31845,21 +31888,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:144 ../src/guestfs-actions.pod:406
-#: ../src/guestfs-actions.pod:576 ../src/guestfs-actions.pod:795
-#: ../src/guestfs-actions.pod:826 ../src/guestfs-actions.pod:844
-#: ../src/guestfs-actions.pod:863 ../src/guestfs-actions.pod:1894
-#: ../src/guestfs-actions.pod:2038 ../src/guestfs-actions.pod:2461
-#: ../src/guestfs-actions.pod:2664 ../src/guestfs-actions.pod:2853
-#: ../src/guestfs-actions.pod:2914 ../src/guestfs-actions.pod:2965
-#: ../src/guestfs-actions.pod:3017 ../src/guestfs-actions.pod:3031
-#: ../src/guestfs-actions.pod:3054 ../src/guestfs-actions.pod:3373
-#: ../src/guestfs-actions.pod:3867 ../src/guestfs-actions.pod:3885
-#: ../src/guestfs-actions.pod:6491 ../src/guestfs-actions.pod:6512
-#: ../src/guestfs-actions.pod:6856 ../src/guestfs-actions.pod:7094
-#: ../src/guestfs-actions.pod:7288 ../src/guestfs-actions.pod:7314
-#: ../src/guestfs-actions.pod:8968 ../src/guestfs-actions.pod:9455
-#: ../src/guestfs-actions.pod:9468 ../src/guestfs-actions.pod:9481
+#: ../src/guestfs-actions.pod:144 ../src/guestfs-actions.pod:408
+#: ../src/guestfs-actions.pod:578 ../src/guestfs-actions.pod:797
+#: ../src/guestfs-actions.pod:828 ../src/guestfs-actions.pod:846
+#: ../src/guestfs-actions.pod:865 ../src/guestfs-actions.pod:1896
+#: ../src/guestfs-actions.pod:2040 ../src/guestfs-actions.pod:2463
+#: ../src/guestfs-actions.pod:2666 ../src/guestfs-actions.pod:2855
+#: ../src/guestfs-actions.pod:2916 ../src/guestfs-actions.pod:2967
+#: ../src/guestfs-actions.pod:3019 ../src/guestfs-actions.pod:3033
+#: ../src/guestfs-actions.pod:3056 ../src/guestfs-actions.pod:3375
+#: ../src/guestfs-actions.pod:3869 ../src/guestfs-actions.pod:3887
+#: ../src/guestfs-actions.pod:6498 ../src/guestfs-actions.pod:6519
+#: ../src/guestfs-actions.pod:6863 ../src/guestfs-actions.pod:7101
+#: ../src/guestfs-actions.pod:7295 ../src/guestfs-actions.pod:7321
+#: ../src/guestfs-actions.pod:8975 ../src/guestfs-actions.pod:9462
+#: ../src/guestfs-actions.pod:9475 ../src/guestfs-actions.pod:9488
msgid "On error this function returns -1."
msgstr "У разі помилки цією функцією буде повернуто -1."
@@ -31896,28 +31939,28 @@ msgstr "Це «варіант з va_list» L</guestfs_add_domain>."
#. type: textblock
#: ../src/guestfs-actions.pod:157 ../src/guestfs-actions.pod:168
-#: ../src/guestfs-actions.pod:270 ../src/guestfs-actions.pod:281
-#: ../src/guestfs-actions.pod:1014 ../src/guestfs-actions.pod:1025
-#: ../src/guestfs-actions.pod:1070 ../src/guestfs-actions.pod:1081
-#: ../src/guestfs-actions.pod:1467 ../src/guestfs-actions.pod:1480
-#: ../src/guestfs-actions.pod:1526 ../src/guestfs-actions.pod:1539
-#: ../src/guestfs-actions.pod:1616 ../src/guestfs-actions.pod:1628
-#: ../src/guestfs-actions.pod:1669 ../src/guestfs-actions.pod:1681
-#: ../src/guestfs-actions.pod:1722 ../src/guestfs-actions.pod:1734
-#: ../src/guestfs-actions.pod:1780 ../src/guestfs-actions.pod:1792
-#: ../src/guestfs-actions.pod:2097 ../src/guestfs-actions.pod:2108
-#: ../src/guestfs-actions.pod:3833 ../src/guestfs-actions.pod:3845
-#: ../src/guestfs-actions.pod:5495 ../src/guestfs-actions.pod:5507
-#: ../src/guestfs-actions.pod:5898 ../src/guestfs-actions.pod:5909
-#: ../src/guestfs-actions.pod:5984 ../src/guestfs-actions.pod:5996
-#: ../src/guestfs-actions.pod:6256 ../src/guestfs-actions.pod:6268
-#: ../src/guestfs-actions.pod:6324 ../src/guestfs-actions.pod:6335
-#: ../src/guestfs-actions.pod:6579 ../src/guestfs-actions.pod:6591
-#: ../src/guestfs-actions.pod:6630 ../src/guestfs-actions.pod:6641
-#: ../src/guestfs-actions.pod:6729 ../src/guestfs-actions.pod:6740
-#: ../src/guestfs-actions.pod:7807 ../src/guestfs-actions.pod:7819
-#: ../src/guestfs-actions.pod:8882 ../src/guestfs-actions.pod:8893
-#: ../src/guestfs-actions.pod:9029 ../src/guestfs-actions.pod:9039
+#: ../src/guestfs-actions.pod:272 ../src/guestfs-actions.pod:283
+#: ../src/guestfs-actions.pod:1016 ../src/guestfs-actions.pod:1027
+#: ../src/guestfs-actions.pod:1072 ../src/guestfs-actions.pod:1083
+#: ../src/guestfs-actions.pod:1469 ../src/guestfs-actions.pod:1482
+#: ../src/guestfs-actions.pod:1528 ../src/guestfs-actions.pod:1541
+#: ../src/guestfs-actions.pod:1618 ../src/guestfs-actions.pod:1630
+#: ../src/guestfs-actions.pod:1671 ../src/guestfs-actions.pod:1683
+#: ../src/guestfs-actions.pod:1724 ../src/guestfs-actions.pod:1736
+#: ../src/guestfs-actions.pod:1782 ../src/guestfs-actions.pod:1794
+#: ../src/guestfs-actions.pod:2099 ../src/guestfs-actions.pod:2110
+#: ../src/guestfs-actions.pod:3835 ../src/guestfs-actions.pod:3847
+#: ../src/guestfs-actions.pod:5502 ../src/guestfs-actions.pod:5514
+#: ../src/guestfs-actions.pod:5905 ../src/guestfs-actions.pod:5916
+#: ../src/guestfs-actions.pod:5991 ../src/guestfs-actions.pod:6003
+#: ../src/guestfs-actions.pod:6263 ../src/guestfs-actions.pod:6275
+#: ../src/guestfs-actions.pod:6331 ../src/guestfs-actions.pod:6342
+#: ../src/guestfs-actions.pod:6586 ../src/guestfs-actions.pod:6598
+#: ../src/guestfs-actions.pod:6637 ../src/guestfs-actions.pod:6648
+#: ../src/guestfs-actions.pod:6736 ../src/guestfs-actions.pod:6747
+#: ../src/guestfs-actions.pod:7814 ../src/guestfs-actions.pod:7826
+#: ../src/guestfs-actions.pod:8889 ../src/guestfs-actions.pod:8900
+#: ../src/guestfs-actions.pod:9036 ../src/guestfs-actions.pod:9046
msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
msgstr "Див. L</CALLS WITH OPTIONAL ARGUMENTS>."
@@ -32024,7 +32067,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:236
+#: ../src/guestfs-actions.pod:237
msgid ""
"This forces the image format. If you omit this (or use C<guestfs_add_drive> "
"or C<guestfs_add_drive_ro>) then the format is automatically detected. "
@@ -32032,24 +32075,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:247
+#: ../src/guestfs-actions.pod:248
msgid ""
"This rarely-used option lets you emulate the behaviour of the deprecated "
"C<guestfs_add_drive_with_if> call (q.v.)"
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:259
+#: ../src/guestfs-actions.pod:261
msgid "(Added in 1.5.23)"
msgstr "(Додано у 1.5.23)"
#. type: =head2
-#: ../src/guestfs-actions.pod:261
+#: ../src/guestfs-actions.pod:263
msgid "guestfs_add_drive_opts_va"
msgstr "guestfs_add_drive_opts_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:263
+#: ../src/guestfs-actions.pod:265
#, no-wrap
msgid ""
" int\n"
@@ -32065,17 +32108,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:268
+#: ../src/guestfs-actions.pod:270
msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
msgstr "Це «варіант з va_list» L</guestfs_add_drive_opts>."
#. type: =head2
-#: ../src/guestfs-actions.pod:272
+#: ../src/guestfs-actions.pod:274
msgid "guestfs_add_drive_opts_argv"
msgstr "guestfs_add_drive_opts_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:274
+#: ../src/guestfs-actions.pod:276
#, no-wrap
msgid ""
" int\n"
@@ -32091,17 +32134,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:279
+#: ../src/guestfs-actions.pod:281
msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
msgstr "Це «варіант з argv» L</guestfs_add_drive_opts>."
#. type: =head2
-#: ../src/guestfs-actions.pod:283
+#: ../src/guestfs-actions.pod:285
msgid "guestfs_add_drive_ro"
msgstr "guestfs_add_drive_ro"
#. type: verbatim
-#: ../src/guestfs-actions.pod:285
+#: ../src/guestfs-actions.pod:287
#, no-wrap
msgid ""
" int\n"
@@ -32115,7 +32158,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:289
+#: ../src/guestfs-actions.pod:291
msgid ""
"This function is the equivalent of calling C<guestfs_add_drive_opts> with "
"the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
@@ -32123,17 +32166,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:296
+#: ../src/guestfs-actions.pod:298
msgid "(Added in 1.0.38)"
msgstr "(Додано у 1.0.38)"
#. type: =head2
-#: ../src/guestfs-actions.pod:298
+#: ../src/guestfs-actions.pod:300
msgid "guestfs_add_drive_ro_with_if"
msgstr "guestfs_add_drive_ro_with_if"
#. type: verbatim
-#: ../src/guestfs-actions.pod:300
+#: ../src/guestfs-actions.pod:302
#, no-wrap
msgid ""
" int\n"
@@ -32149,25 +32192,25 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:312
+#: ../src/guestfs-actions.pod:314
msgid ""
"This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
"QEMU interface emulation to use at run time."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:317 ../src/guestfs-actions.pod:338
-#: ../src/guestfs-actions.pod:3332
+#: ../src/guestfs-actions.pod:319 ../src/guestfs-actions.pod:340
+#: ../src/guestfs-actions.pod:3334
msgid "(Added in 1.0.84)"
msgstr "(Додано у 1.0.84)"
#. type: =head2
-#: ../src/guestfs-actions.pod:319
+#: ../src/guestfs-actions.pod:321
msgid "guestfs_add_drive_with_if"
msgstr "guestfs_add_drive_with_if"
#. type: verbatim
-#: ../src/guestfs-actions.pod:321
+#: ../src/guestfs-actions.pod:323
#, no-wrap
msgid ""
" int\n"
@@ -32183,19 +32226,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:333
+#: ../src/guestfs-actions.pod:335
msgid ""
"This is the same as C<guestfs_add_drive> but it allows you to specify the "
"QEMU interface emulation to use at run time."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:340
+#: ../src/guestfs-actions.pod:342
msgid "guestfs_aug_clear"
msgstr "guestfs_aug_clear"
#. type: verbatim
-#: ../src/guestfs-actions.pod:342
+#: ../src/guestfs-actions.pod:344
#, no-wrap
msgid ""
" int\n"
@@ -32209,17 +32252,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:351 ../src/guestfs-actions.pod:3056
+#: ../src/guestfs-actions.pod:353 ../src/guestfs-actions.pod:3058
msgid "(Added in 1.3.4)"
msgstr "(Додано у 1.3.4)"
#. type: =head2
-#: ../src/guestfs-actions.pod:353
+#: ../src/guestfs-actions.pod:355
msgid "guestfs_aug_close"
msgstr "guestfs_aug_close"
#. type: verbatim
-#: ../src/guestfs-actions.pod:355
+#: ../src/guestfs-actions.pod:357
#, no-wrap
msgid ""
" int\n"
@@ -32231,7 +32274,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:358
+#: ../src/guestfs-actions.pod:360
msgid ""
"Close the current Augeas handle and free up any resources used by it. After "
"calling this, you have to call C<guestfs_aug_init> again before you can use "
@@ -32239,23 +32282,23 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:365 ../src/guestfs-actions.pod:390
-#: ../src/guestfs-actions.pod:408 ../src/guestfs-actions.pod:422
-#: ../src/guestfs-actions.pod:485 ../src/guestfs-actions.pod:505
-#: ../src/guestfs-actions.pod:519 ../src/guestfs-actions.pod:550
-#: ../src/guestfs-actions.pod:564 ../src/guestfs-actions.pod:578
-#: ../src/guestfs-actions.pod:592 ../src/guestfs-actions.pod:610
-#: ../src/guestfs-actions.pod:7365
+#: ../src/guestfs-actions.pod:367 ../src/guestfs-actions.pod:392
+#: ../src/guestfs-actions.pod:410 ../src/guestfs-actions.pod:424
+#: ../src/guestfs-actions.pod:487 ../src/guestfs-actions.pod:507
+#: ../src/guestfs-actions.pod:521 ../src/guestfs-actions.pod:552
+#: ../src/guestfs-actions.pod:566 ../src/guestfs-actions.pod:580
+#: ../src/guestfs-actions.pod:594 ../src/guestfs-actions.pod:612
+#: ../src/guestfs-actions.pod:7372
msgid "(Added in 0.7)"
msgstr "(Додано у 0.7)"
#. type: =head2
-#: ../src/guestfs-actions.pod:367
+#: ../src/guestfs-actions.pod:369
msgid "guestfs_aug_defnode"
msgstr "guestfs_aug_defnode"
#. type: verbatim
-#: ../src/guestfs-actions.pod:369
+#: ../src/guestfs-actions.pod:371
#, no-wrap
msgid ""
" struct guestfs_int_bool *\n"
@@ -32273,7 +32316,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:378
+#: ../src/guestfs-actions.pod:380
msgid ""
"If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
"calling C<guestfs_aug_set> C<expr>, C<value>. C<name> will be the nodeset "
@@ -32281,19 +32324,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:386
+#: ../src/guestfs-actions.pod:388
msgid ""
"This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
"an error. I<The caller must call C<guestfs_free_int_bool> after use>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:392
+#: ../src/guestfs-actions.pod:394
msgid "guestfs_aug_defvar"
msgstr "guestfs_aug_defvar"
#. type: verbatim
-#: ../src/guestfs-actions.pod:394
+#: ../src/guestfs-actions.pod:396
#, no-wrap
msgid ""
" int\n"
@@ -32309,12 +32352,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:410
+#: ../src/guestfs-actions.pod:412
msgid "guestfs_aug_get"
msgstr "guestfs_aug_get"
#. type: verbatim
-#: ../src/guestfs-actions.pod:412
+#: ../src/guestfs-actions.pod:414
#, no-wrap
msgid ""
" char *\n"
@@ -32328,43 +32371,43 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:419 ../src/guestfs-actions.pod:1205
-#: ../src/guestfs-actions.pod:1223 ../src/guestfs-actions.pod:1283
-#: ../src/guestfs-actions.pod:1299 ../src/guestfs-actions.pod:1402
-#: ../src/guestfs-actions.pod:1907 ../src/guestfs-actions.pod:1924
-#: ../src/guestfs-actions.pod:1943 ../src/guestfs-actions.pod:2144
-#: ../src/guestfs-actions.pod:2332 ../src/guestfs-actions.pod:2444
-#: ../src/guestfs-actions.pod:2607 ../src/guestfs-actions.pod:2624
-#: ../src/guestfs-actions.pod:2691 ../src/guestfs-actions.pod:2832
-#: ../src/guestfs-actions.pod:2873 ../src/guestfs-actions.pod:2894
-#: ../src/guestfs-actions.pod:3079 ../src/guestfs-actions.pod:3297
-#: ../src/guestfs-actions.pod:3499 ../src/guestfs-actions.pod:3613
-#: ../src/guestfs-actions.pod:3717 ../src/guestfs-actions.pod:3736
-#: ../src/guestfs-actions.pod:3951 ../src/guestfs-actions.pod:3979
-#: ../src/guestfs-actions.pod:4000 ../src/guestfs-actions.pod:4034
-#: ../src/guestfs-actions.pod:4105 ../src/guestfs-actions.pod:4125
-#: ../src/guestfs-actions.pod:4145 ../src/guestfs-actions.pod:4821
-#: ../src/guestfs-actions.pod:4837 ../src/guestfs-actions.pod:5201
-#: ../src/guestfs-actions.pod:5368 ../src/guestfs-actions.pod:5691
-#: ../src/guestfs-actions.pod:6874 ../src/guestfs-actions.pod:7075
-#: ../src/guestfs-actions.pod:7263 ../src/guestfs-actions.pod:7441
-#: ../src/guestfs-actions.pod:7490 ../src/guestfs-actions.pod:8259
-#: ../src/guestfs-actions.pod:8275 ../src/guestfs-actions.pod:8299
-#: ../src/guestfs-actions.pod:8323 ../src/guestfs-actions.pod:9184
-#: ../src/guestfs-actions.pod:9203 ../src/guestfs-actions.pod:9221
-#: ../src/guestfs-actions.pod:9414 ../src/guestfs-actions.pod:9771
+#: ../src/guestfs-actions.pod:421 ../src/guestfs-actions.pod:1207
+#: ../src/guestfs-actions.pod:1225 ../src/guestfs-actions.pod:1285
+#: ../src/guestfs-actions.pod:1301 ../src/guestfs-actions.pod:1404
+#: ../src/guestfs-actions.pod:1909 ../src/guestfs-actions.pod:1926
+#: ../src/guestfs-actions.pod:1945 ../src/guestfs-actions.pod:2146
+#: ../src/guestfs-actions.pod:2334 ../src/guestfs-actions.pod:2446
+#: ../src/guestfs-actions.pod:2609 ../src/guestfs-actions.pod:2626
+#: ../src/guestfs-actions.pod:2693 ../src/guestfs-actions.pod:2834
+#: ../src/guestfs-actions.pod:2875 ../src/guestfs-actions.pod:2896
+#: ../src/guestfs-actions.pod:3081 ../src/guestfs-actions.pod:3299
+#: ../src/guestfs-actions.pod:3501 ../src/guestfs-actions.pod:3615
+#: ../src/guestfs-actions.pod:3719 ../src/guestfs-actions.pod:3738
+#: ../src/guestfs-actions.pod:3953 ../src/guestfs-actions.pod:3981
+#: ../src/guestfs-actions.pod:4002 ../src/guestfs-actions.pod:4036
+#: ../src/guestfs-actions.pod:4107 ../src/guestfs-actions.pod:4127
+#: ../src/guestfs-actions.pod:4147 ../src/guestfs-actions.pod:4828
+#: ../src/guestfs-actions.pod:4844 ../src/guestfs-actions.pod:5208
+#: ../src/guestfs-actions.pod:5375 ../src/guestfs-actions.pod:5698
+#: ../src/guestfs-actions.pod:6881 ../src/guestfs-actions.pod:7082
+#: ../src/guestfs-actions.pod:7270 ../src/guestfs-actions.pod:7448
+#: ../src/guestfs-actions.pod:7497 ../src/guestfs-actions.pod:8266
+#: ../src/guestfs-actions.pod:8282 ../src/guestfs-actions.pod:8306
+#: ../src/guestfs-actions.pod:8330 ../src/guestfs-actions.pod:9191
+#: ../src/guestfs-actions.pod:9210 ../src/guestfs-actions.pod:9228
+#: ../src/guestfs-actions.pod:9421 ../src/guestfs-actions.pod:9778
msgid ""
"This function returns a string, or NULL on error. I<The caller must free "
"the returned string after use>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:424
+#: ../src/guestfs-actions.pod:426
msgid "guestfs_aug_init"
msgstr "guestfs_aug_init"
#. type: verbatim
-#: ../src/guestfs-actions.pod:426
+#: ../src/guestfs-actions.pod:428
#, no-wrap
msgid ""
" int\n"
@@ -32380,12 +32423,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:435
+#: ../src/guestfs-actions.pod:437
msgid "You must call this before using any other C<guestfs_aug_*> commands."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:460
+#: ../src/guestfs-actions.pod:462
msgid ""
"This option is only useful when debugging Augeas lenses. Use of this option "
"may require additional memory for the libguestfs appliance. You may need to "
@@ -32394,22 +32437,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:475
+#: ../src/guestfs-actions.pod:477
msgid "Do not load the tree in C<guestfs_aug_init>."
msgstr "Не завантажувати ієрархію у C<guestfs_aug_init>."
#. type: textblock
-#: ../src/guestfs-actions.pod:479
+#: ../src/guestfs-actions.pod:481
msgid "To close the handle, you can call C<guestfs_aug_close>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:487
+#: ../src/guestfs-actions.pod:489
msgid "guestfs_aug_insert"
msgstr "guestfs_aug_insert"
#. type: verbatim
-#: ../src/guestfs-actions.pod:489
+#: ../src/guestfs-actions.pod:491
#, no-wrap
msgid ""
" int\n"
@@ -32427,12 +32470,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:507
+#: ../src/guestfs-actions.pod:509
msgid "guestfs_aug_load"
msgstr "guestfs_aug_load"
#. type: verbatim
-#: ../src/guestfs-actions.pod:509
+#: ../src/guestfs-actions.pod:511
#, no-wrap
msgid ""
" int\n"
@@ -32444,12 +32487,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:521
+#: ../src/guestfs-actions.pod:523
msgid "guestfs_aug_ls"
msgstr "guestfs_aug_ls"
#. type: verbatim
-#: ../src/guestfs-actions.pod:523
+#: ../src/guestfs-actions.pod:525
#, no-wrap
msgid ""
" char **\n"
@@ -32463,35 +32506,35 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:527
+#: ../src/guestfs-actions.pod:529
msgid ""
"This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
"sorting the resulting nodes into alphabetical order."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:530 ../src/guestfs-actions.pod:546
-#: ../src/guestfs-actions.pod:692 ../src/guestfs-actions.pod:1421
-#: ../src/guestfs-actions.pod:2159 ../src/guestfs-actions.pod:2178
-#: ../src/guestfs-actions.pod:2281 ../src/guestfs-actions.pod:2300
-#: ../src/guestfs-actions.pod:2546 ../src/guestfs-actions.pod:3155
-#: ../src/guestfs-actions.pod:3171 ../src/guestfs-actions.pod:3190
-#: ../src/guestfs-actions.pod:3255 ../src/guestfs-actions.pod:3279
-#: ../src/guestfs-actions.pod:3350 ../src/guestfs-actions.pod:3399
-#: ../src/guestfs-actions.pod:3678 ../src/guestfs-actions.pod:4053
-#: ../src/guestfs-actions.pod:4341 ../src/guestfs-actions.pod:4691
-#: ../src/guestfs-actions.pod:4708 ../src/guestfs-actions.pod:4728
-#: ../src/guestfs-actions.pod:4783 ../src/guestfs-actions.pod:4803
-#: ../src/guestfs-actions.pod:4924 ../src/guestfs-actions.pod:5340
-#: ../src/guestfs-actions.pod:6459 ../src/guestfs-actions.pod:7235
-#: ../src/guestfs-actions.pod:7361 ../src/guestfs-actions.pod:7475
-#: ../src/guestfs-actions.pod:8339 ../src/guestfs-actions.pod:8423
-#: ../src/guestfs-actions.pod:8478 ../src/guestfs-actions.pod:8624
-#: ../src/guestfs-actions.pod:8648 ../src/guestfs-actions.pod:9288
-#: ../src/guestfs-actions.pod:9327 ../src/guestfs-actions.pod:9374
-#: ../src/guestfs-actions.pod:9587 ../src/guestfs-actions.pod:9606
-#: ../src/guestfs-actions.pod:9721 ../src/guestfs-actions.pod:9740
-#: ../src/guestfs-actions.pod:9786 ../src/guestfs-actions.pod:9805
+#: ../src/guestfs-actions.pod:532 ../src/guestfs-actions.pod:548
+#: ../src/guestfs-actions.pod:694 ../src/guestfs-actions.pod:1423
+#: ../src/guestfs-actions.pod:2161 ../src/guestfs-actions.pod:2180
+#: ../src/guestfs-actions.pod:2283 ../src/guestfs-actions.pod:2302
+#: ../src/guestfs-actions.pod:2548 ../src/guestfs-actions.pod:3157
+#: ../src/guestfs-actions.pod:3173 ../src/guestfs-actions.pod:3192
+#: ../src/guestfs-actions.pod:3257 ../src/guestfs-actions.pod:3281
+#: ../src/guestfs-actions.pod:3352 ../src/guestfs-actions.pod:3401
+#: ../src/guestfs-actions.pod:3680 ../src/guestfs-actions.pod:4055
+#: ../src/guestfs-actions.pod:4343 ../src/guestfs-actions.pod:4698
+#: ../src/guestfs-actions.pod:4715 ../src/guestfs-actions.pod:4735
+#: ../src/guestfs-actions.pod:4790 ../src/guestfs-actions.pod:4810
+#: ../src/guestfs-actions.pod:4931 ../src/guestfs-actions.pod:5347
+#: ../src/guestfs-actions.pod:6466 ../src/guestfs-actions.pod:7242
+#: ../src/guestfs-actions.pod:7368 ../src/guestfs-actions.pod:7482
+#: ../src/guestfs-actions.pod:8346 ../src/guestfs-actions.pod:8430
+#: ../src/guestfs-actions.pod:8485 ../src/guestfs-actions.pod:8631
+#: ../src/guestfs-actions.pod:8655 ../src/guestfs-actions.pod:9295
+#: ../src/guestfs-actions.pod:9334 ../src/guestfs-actions.pod:9381
+#: ../src/guestfs-actions.pod:9594 ../src/guestfs-actions.pod:9613
+#: ../src/guestfs-actions.pod:9728 ../src/guestfs-actions.pod:9747
+#: ../src/guestfs-actions.pod:9793 ../src/guestfs-actions.pod:9812
msgid ""
"This function returns a NULL-terminated array of strings (like L<environ(3)"
">), or NULL if there was an error. I<The caller must free the strings and "
@@ -32499,27 +32542,27 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:534 ../src/guestfs-actions.pod:1346
-#: ../src/guestfs-actions.pod:1364 ../src/guestfs-actions.pod:2216
-#: ../src/guestfs-actions.pod:4405 ../src/guestfs-actions.pod:4436
-#: ../src/guestfs-actions.pod:5167 ../src/guestfs-actions.pod:5231
-#: ../src/guestfs-actions.pod:5631 ../src/guestfs-actions.pod:5664
-#: ../src/guestfs-actions.pod:5827 ../src/guestfs-actions.pod:6463
-#: ../src/guestfs-actions.pod:7176 ../src/guestfs-actions.pod:7573
-#: ../src/guestfs-actions.pod:7587 ../src/guestfs-actions.pod:7599
-#: ../src/guestfs-actions.pod:8186 ../src/guestfs-actions.pod:8984
-#: ../src/guestfs-actions.pod:8997 ../src/guestfs-actions.pod:9272
-#: ../src/guestfs-actions.pod:9575
+#: ../src/guestfs-actions.pod:536 ../src/guestfs-actions.pod:1348
+#: ../src/guestfs-actions.pod:1366 ../src/guestfs-actions.pod:2218
+#: ../src/guestfs-actions.pod:4407 ../src/guestfs-actions.pod:4438
+#: ../src/guestfs-actions.pod:5174 ../src/guestfs-actions.pod:5238
+#: ../src/guestfs-actions.pod:5638 ../src/guestfs-actions.pod:5671
+#: ../src/guestfs-actions.pod:5834 ../src/guestfs-actions.pod:6470
+#: ../src/guestfs-actions.pod:7183 ../src/guestfs-actions.pod:7580
+#: ../src/guestfs-actions.pod:7594 ../src/guestfs-actions.pod:7606
+#: ../src/guestfs-actions.pod:8193 ../src/guestfs-actions.pod:8991
+#: ../src/guestfs-actions.pod:9004 ../src/guestfs-actions.pod:9279
+#: ../src/guestfs-actions.pod:9582
msgid "(Added in 0.8)"
msgstr "(Додано у 0.8)"
#. type: =head2
-#: ../src/guestfs-actions.pod:536
+#: ../src/guestfs-actions.pod:538
msgid "guestfs_aug_match"
msgstr "guestfs_aug_match"
#. type: verbatim
-#: ../src/guestfs-actions.pod:538
+#: ../src/guestfs-actions.pod:540
#, no-wrap
msgid ""
" char **\n"
@@ -32533,12 +32576,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:552
+#: ../src/guestfs-actions.pod:554
msgid "guestfs_aug_mv"
msgstr "guestfs_aug_mv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:554
+#: ../src/guestfs-actions.pod:556
#, no-wrap
msgid ""
" int\n"
@@ -32554,12 +32597,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:566
+#: ../src/guestfs-actions.pod:568
msgid "guestfs_aug_rm"
msgstr "guestfs_aug_rm"
#. type: verbatim
-#: ../src/guestfs-actions.pod:568
+#: ../src/guestfs-actions.pod:570
#, no-wrap
msgid ""
" int\n"
@@ -32573,12 +32616,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:580
+#: ../src/guestfs-actions.pod:582
msgid "guestfs_aug_save"
msgstr "guestfs_aug_save"
#. type: verbatim
-#: ../src/guestfs-actions.pod:582
+#: ../src/guestfs-actions.pod:584
#, no-wrap
msgid ""
" int\n"
@@ -32590,19 +32633,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:587
+#: ../src/guestfs-actions.pod:589
msgid ""
"The flags which were passed to C<guestfs_aug_init> affect exactly how files "
"are saved."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:594
+#: ../src/guestfs-actions.pod:596
msgid "guestfs_aug_set"
msgstr "guestfs_aug_set"
#. type: verbatim
-#: ../src/guestfs-actions.pod:596
+#: ../src/guestfs-actions.pod:598
#, no-wrap
msgid ""
" int\n"
@@ -32618,7 +32661,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:603
+#: ../src/guestfs-actions.pod:605
msgid ""
"In the Augeas API, it is possible to clear a node by setting the value to "
"NULL. Due to an oversight in the libguestfs API you cannot do that with "
@@ -32626,12 +32669,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:612
+#: ../src/guestfs-actions.pod:614
msgid "guestfs_available"
msgstr "guestfs_available"
#. type: verbatim
-#: ../src/guestfs-actions.pod:614
+#: ../src/guestfs-actions.pod:616
#, no-wrap
msgid ""
" int\n"
@@ -32645,7 +32688,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:622
+#: ../src/guestfs-actions.pod:624
msgid ""
"The libguestfs groups, and the functions that those groups correspond to, "
"are listed in L<guestfs(3)/AVAILABILITY>. You can also fetch this list at "
@@ -32653,12 +32696,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:646
+#: ../src/guestfs-actions.pod:648
msgid "You must call C<guestfs_launch> before calling this function."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:668
+#: ../src/guestfs-actions.pod:670
msgid ""
"This call was added in version C<1.0.80>. In previous versions of "
"libguestfs all you could do would be to speculatively execute a command to "
@@ -32666,17 +32709,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:677 ../src/guestfs-actions.pod:1878
+#: ../src/guestfs-actions.pod:679 ../src/guestfs-actions.pod:1880
msgid "(Added in 1.0.80)"
msgstr "(Додано у 1.0.80)"
#. type: =head2
-#: ../src/guestfs-actions.pod:679
+#: ../src/guestfs-actions.pod:681
msgid "guestfs_available_all_groups"
msgstr "guestfs_available_all_groups"
#. type: verbatim
-#: ../src/guestfs-actions.pod:681
+#: ../src/guestfs-actions.pod:683
#, no-wrap
msgid ""
" char **\n"
@@ -32688,7 +32731,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:684
+#: ../src/guestfs-actions.pod:686
msgid ""
"This command returns a list of all optional groups that this daemon knows "
"about. Note this returns both supported and unsupported groups. To find "
@@ -32697,22 +32740,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:690
+#: ../src/guestfs-actions.pod:692
msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:696
+#: ../src/guestfs-actions.pod:698
msgid "(Added in 1.3.15)"
msgstr "(Додано у 1.3.15)"
#. type: =head2
-#: ../src/guestfs-actions.pod:698
+#: ../src/guestfs-actions.pod:700
msgid "guestfs_base64_in"
msgstr "guestfs_base64_in"
#. type: verbatim
-#: ../src/guestfs-actions.pod:700
+#: ../src/guestfs-actions.pod:702
#, no-wrap
msgid ""
" int\n"
@@ -32728,17 +32771,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:710 ../src/guestfs-actions.pod:724
+#: ../src/guestfs-actions.pod:712 ../src/guestfs-actions.pod:726
msgid "(Added in 1.3.5)"
msgstr "(Додано у 1.3.5)"
#. type: =head2
-#: ../src/guestfs-actions.pod:712
+#: ../src/guestfs-actions.pod:714
msgid "guestfs_base64_out"
msgstr "guestfs_base64_out"
#. type: verbatim
-#: ../src/guestfs-actions.pod:714
+#: ../src/guestfs-actions.pod:716
#, no-wrap
msgid ""
" int\n"
@@ -32754,12 +32797,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:726
+#: ../src/guestfs-actions.pod:728
msgid "guestfs_blkid"
msgstr "guestfs_blkid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:728
+#: ../src/guestfs-actions.pod:730
#, no-wrap
msgid ""
" char **\n"
@@ -32773,10 +32816,10 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:759 ../src/guestfs-actions.pod:3653
-#: ../src/guestfs-actions.pod:3921 ../src/guestfs-actions.pod:4768
-#: ../src/guestfs-actions.pod:5543 ../src/guestfs-actions.pod:6439
-#: ../src/guestfs-actions.pod:8909
+#: ../src/guestfs-actions.pod:761 ../src/guestfs-actions.pod:3655
+#: ../src/guestfs-actions.pod:3923 ../src/guestfs-actions.pod:4775
+#: ../src/guestfs-actions.pod:5550 ../src/guestfs-actions.pod:6446
+#: ../src/guestfs-actions.pod:8916
msgid ""
"This function returns a NULL-terminated array of strings, or NULL if there "
"was an error. The array of strings will always have length C<2n+1>, where "
@@ -32785,17 +32828,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:765
+#: ../src/guestfs-actions.pod:767
msgid "(Added in 1.15.9)"
msgstr "(Додано у 1.15.9)"
#. type: =head2
-#: ../src/guestfs-actions.pod:767
+#: ../src/guestfs-actions.pod:769
msgid "guestfs_blockdev_flushbufs"
msgstr "guestfs_blockdev_flushbufs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:769
+#: ../src/guestfs-actions.pod:771
#, no-wrap
msgid ""
" int\n"
@@ -32809,21 +32852,21 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:780 ../src/guestfs-actions.pod:797
-#: ../src/guestfs-actions.pod:812 ../src/guestfs-actions.pod:828
-#: ../src/guestfs-actions.pod:846 ../src/guestfs-actions.pod:865
-#: ../src/guestfs-actions.pod:879 ../src/guestfs-actions.pod:897
-#: ../src/guestfs-actions.pod:911 ../src/guestfs-actions.pod:925
+#: ../src/guestfs-actions.pod:782 ../src/guestfs-actions.pod:799
+#: ../src/guestfs-actions.pod:814 ../src/guestfs-actions.pod:830
+#: ../src/guestfs-actions.pod:848 ../src/guestfs-actions.pod:867
+#: ../src/guestfs-actions.pod:881 ../src/guestfs-actions.pod:899
+#: ../src/guestfs-actions.pod:913 ../src/guestfs-actions.pod:927
msgid "(Added in 0.9.3)"
msgstr "(Додано у 0.9.3)"
#. type: =head2
-#: ../src/guestfs-actions.pod:782
+#: ../src/guestfs-actions.pod:784
msgid "guestfs_blockdev_getbsz"
msgstr "guestfs_blockdev_getbsz"
#. type: verbatim
-#: ../src/guestfs-actions.pod:784
+#: ../src/guestfs-actions.pod:786
#, no-wrap
msgid ""
" int\n"
@@ -32837,12 +32880,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:799
+#: ../src/guestfs-actions.pod:801
msgid "guestfs_blockdev_getro"
msgstr "guestfs_blockdev_getro"
#. type: verbatim
-#: ../src/guestfs-actions.pod:801
+#: ../src/guestfs-actions.pod:803
#, no-wrap
msgid ""
" int\n"
@@ -32856,30 +32899,30 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:810 ../src/guestfs-actions.pod:2199
-#: ../src/guestfs-actions.pod:2214 ../src/guestfs-actions.pod:2703
-#: ../src/guestfs-actions.pod:2714 ../src/guestfs-actions.pod:2925
-#: ../src/guestfs-actions.pod:2951 ../src/guestfs-actions.pod:2991
-#: ../src/guestfs-actions.pod:3006 ../src/guestfs-actions.pod:3042
-#: ../src/guestfs-actions.pod:3065 ../src/guestfs-actions.pod:4162
-#: ../src/guestfs-actions.pod:4178 ../src/guestfs-actions.pod:4196
-#: ../src/guestfs-actions.pod:4358 ../src/guestfs-actions.pod:4373
-#: ../src/guestfs-actions.pod:4387 ../src/guestfs-actions.pod:4403
-#: ../src/guestfs-actions.pod:4418 ../src/guestfs-actions.pod:4434
-#: ../src/guestfs-actions.pod:4448 ../src/guestfs-actions.pod:4461
-#: ../src/guestfs-actions.pod:4475 ../src/guestfs-actions.pod:4490
-#: ../src/guestfs-actions.pod:4505 ../src/guestfs-actions.pod:4518
-#: ../src/guestfs-actions.pod:4532 ../src/guestfs-actions.pod:6838
+#: ../src/guestfs-actions.pod:812 ../src/guestfs-actions.pod:2201
+#: ../src/guestfs-actions.pod:2216 ../src/guestfs-actions.pod:2705
+#: ../src/guestfs-actions.pod:2716 ../src/guestfs-actions.pod:2927
+#: ../src/guestfs-actions.pod:2953 ../src/guestfs-actions.pod:2993
+#: ../src/guestfs-actions.pod:3008 ../src/guestfs-actions.pod:3044
+#: ../src/guestfs-actions.pod:3067 ../src/guestfs-actions.pod:4164
+#: ../src/guestfs-actions.pod:4180 ../src/guestfs-actions.pod:4198
+#: ../src/guestfs-actions.pod:4360 ../src/guestfs-actions.pod:4375
+#: ../src/guestfs-actions.pod:4389 ../src/guestfs-actions.pod:4405
+#: ../src/guestfs-actions.pod:4420 ../src/guestfs-actions.pod:4436
+#: ../src/guestfs-actions.pod:4450 ../src/guestfs-actions.pod:4463
+#: ../src/guestfs-actions.pod:4477 ../src/guestfs-actions.pod:4492
+#: ../src/guestfs-actions.pod:4507 ../src/guestfs-actions.pod:4520
+#: ../src/guestfs-actions.pod:4534 ../src/guestfs-actions.pod:6845
msgid "This function returns a C truth value on success or -1 on error."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:814
+#: ../src/guestfs-actions.pod:816
msgid "guestfs_blockdev_getsize64"
msgstr "guestfs_blockdev_getsize64"
#. type: verbatim
-#: ../src/guestfs-actions.pod:816
+#: ../src/guestfs-actions.pod:818
#, no-wrap
msgid ""
" int64_t\n"
@@ -32893,17 +32936,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:822
+#: ../src/guestfs-actions.pod:824
msgid "See also C<guestfs_blockdev_getsz>."
msgstr "Див. також C<guestfs_blockdev_getsz>."
#. type: =head2
-#: ../src/guestfs-actions.pod:830
+#: ../src/guestfs-actions.pod:832
msgid "guestfs_blockdev_getss"
msgstr "guestfs_blockdev_getss"
#. type: verbatim
-#: ../src/guestfs-actions.pod:832
+#: ../src/guestfs-actions.pod:834
#, no-wrap
msgid ""
" int\n"
@@ -32917,19 +32960,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:839
+#: ../src/guestfs-actions.pod:841
msgid ""
"(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
"that)."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:848
+#: ../src/guestfs-actions.pod:850
msgid "guestfs_blockdev_getsz"
msgstr "guestfs_blockdev_getsz"
#. type: verbatim
-#: ../src/guestfs-actions.pod:850
+#: ../src/guestfs-actions.pod:852
#, no-wrap
msgid ""
" int64_t\n"
@@ -32943,19 +32986,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:857
+#: ../src/guestfs-actions.pod:859
msgid ""
"See also C<guestfs_blockdev_getss> for the real sector size of the device, "
"and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:867
+#: ../src/guestfs-actions.pod:869
msgid "guestfs_blockdev_rereadpt"
msgstr "guestfs_blockdev_rereadpt"
#. type: verbatim
-#: ../src/guestfs-actions.pod:869
+#: ../src/guestfs-actions.pod:871
#, no-wrap
msgid ""
" int\n"
@@ -32969,12 +33012,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:881
+#: ../src/guestfs-actions.pod:883
msgid "guestfs_blockdev_setbsz"
msgstr "guestfs_blockdev_setbsz"
#. type: verbatim
-#: ../src/guestfs-actions.pod:883
+#: ../src/guestfs-actions.pod:885
#, no-wrap
msgid ""
" int\n"
@@ -32990,12 +33033,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:899
+#: ../src/guestfs-actions.pod:901
msgid "guestfs_blockdev_setro"
msgstr "guestfs_blockdev_setro"
#. type: verbatim
-#: ../src/guestfs-actions.pod:901
+#: ../src/guestfs-actions.pod:903
#, no-wrap
msgid ""
" int\n"
@@ -33009,12 +33052,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:913
+#: ../src/guestfs-actions.pod:915
msgid "guestfs_blockdev_setrw"
msgstr "guestfs_blockdev_setrw"
#. type: verbatim
-#: ../src/guestfs-actions.pod:915
+#: ../src/guestfs-actions.pod:917
#, no-wrap
msgid ""
" int\n"
@@ -33028,12 +33071,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:927
+#: ../src/guestfs-actions.pod:929
msgid "guestfs_btrfs_device_add"
msgstr "guestfs_btrfs_device_add"
#. type: verbatim
-#: ../src/guestfs-actions.pod:929
+#: ../src/guestfs-actions.pod:931
#, no-wrap
msgid ""
" int\n"
@@ -33049,21 +33092,21 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:939 ../src/guestfs-actions.pod:953
-#: ../src/guestfs-actions.pod:966 ../src/guestfs-actions.pod:1037
-#: ../src/guestfs-actions.pod:1108 ../src/guestfs-actions.pod:1120
-#: ../src/guestfs-actions.pod:1135 ../src/guestfs-actions.pod:1150
-#: ../src/guestfs-actions.pod:1165
+#: ../src/guestfs-actions.pod:941 ../src/guestfs-actions.pod:955
+#: ../src/guestfs-actions.pod:968 ../src/guestfs-actions.pod:1039
+#: ../src/guestfs-actions.pod:1110 ../src/guestfs-actions.pod:1122
+#: ../src/guestfs-actions.pod:1137 ../src/guestfs-actions.pod:1152
+#: ../src/guestfs-actions.pod:1167
msgid "(Added in 1.17.35)"
msgstr "(Додано у 1.17.35)"
#. type: =head2
-#: ../src/guestfs-actions.pod:941
+#: ../src/guestfs-actions.pod:943
msgid "guestfs_btrfs_device_delete"
msgstr "guestfs_btrfs_device_delete"
#. type: verbatim
-#: ../src/guestfs-actions.pod:943
+#: ../src/guestfs-actions.pod:945
#, no-wrap
msgid ""
" int\n"
@@ -33079,12 +33122,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:955
+#: ../src/guestfs-actions.pod:957
msgid "guestfs_btrfs_filesystem_balance"
msgstr "guestfs_btrfs_filesystem_balance"
#. type: verbatim
-#: ../src/guestfs-actions.pod:957
+#: ../src/guestfs-actions.pod:959
#, no-wrap
msgid ""
" int\n"
@@ -33098,12 +33141,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:968
+#: ../src/guestfs-actions.pod:970
msgid "guestfs_btrfs_filesystem_resize"
msgstr "guestfs_btrfs_filesystem_resize"
#. type: verbatim
-#: ../src/guestfs-actions.pod:970
+#: ../src/guestfs-actions.pod:972
#, no-wrap
msgid ""
" int\n"
@@ -33119,7 +33162,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:980
+#: ../src/guestfs-actions.pod:982
#, no-wrap
msgid ""
" GUESTFS_BTRFS_FILESYSTEM_RESIZE_SIZE, int64_t size,\n"
@@ -33129,17 +33172,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1003
+#: ../src/guestfs-actions.pod:1005
msgid "(Added in 1.11.17)"
msgstr "(Додано у 1.11.17)"
#. type: =head2
-#: ../src/guestfs-actions.pod:1005
+#: ../src/guestfs-actions.pod:1007
msgid "guestfs_btrfs_filesystem_resize_va"
msgstr "guestfs_btrfs_filesystem_resize_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1007
+#: ../src/guestfs-actions.pod:1009
#, no-wrap
msgid ""
" int\n"
@@ -33155,17 +33198,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1012
+#: ../src/guestfs-actions.pod:1014
msgid "This is the \"va_list variant\" of L</guestfs_btrfs_filesystem_resize>."
msgstr "Це «варіант з va_list» L</guestfs_btrfs_filesystem_resize>."
#. type: =head2
-#: ../src/guestfs-actions.pod:1016
+#: ../src/guestfs-actions.pod:1018
msgid "guestfs_btrfs_filesystem_resize_argv"
msgstr "guestfs_btrfs_filesystem_resize_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1018
+#: ../src/guestfs-actions.pod:1020
#, no-wrap
msgid ""
" int\n"
@@ -33181,17 +33224,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1023
+#: ../src/guestfs-actions.pod:1025
msgid "This is the \"argv variant\" of L</guestfs_btrfs_filesystem_resize>."
msgstr "Це «варіант з argv» L</guestfs_btrfs_filesystem_resize>."
#. type: =head2
-#: ../src/guestfs-actions.pod:1027
+#: ../src/guestfs-actions.pod:1029
msgid "guestfs_btrfs_filesystem_sync"
msgstr "guestfs_btrfs_filesystem_sync"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1029
+#: ../src/guestfs-actions.pod:1031
#, no-wrap
msgid ""
" int\n"
@@ -33205,12 +33248,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:1039
+#: ../src/guestfs-actions.pod:1041
msgid "guestfs_btrfs_fsck"
msgstr "guestfs_btrfs_fsck"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1041
+#: ../src/guestfs-actions.pod:1043
#, no-wrap
msgid ""
" int\n"
@@ -33226,7 +33269,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1051
+#: ../src/guestfs-actions.pod:1053
#, no-wrap
msgid ""
" GUESTFS_BTRFS_FSCK_SUPERBLOCK, int64_t superblock,\n"
@@ -33238,17 +33281,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1059 ../src/guestfs-actions.pod:1095
+#: ../src/guestfs-actions.pod:1061 ../src/guestfs-actions.pod:1097
msgid "(Added in 1.17.43)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1061
+#: ../src/guestfs-actions.pod:1063
msgid "guestfs_btrfs_fsck_va"
msgstr "guestfs_btrfs_fsck_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1063
+#: ../src/guestfs-actions.pod:1065
#, no-wrap
msgid ""
" int\n"
@@ -33264,17 +33307,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1068
+#: ../src/guestfs-actions.pod:1070
msgid "This is the \"va_list variant\" of L</guestfs_btrfs_fsck>."
msgstr "Це «варіант з va_list» L</guestfs_btrfs_fsck>."
#. type: =head2
-#: ../src/guestfs-actions.pod:1072
+#: ../src/guestfs-actions.pod:1074
msgid "guestfs_btrfs_fsck_argv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1074
+#: ../src/guestfs-actions.pod:1076
#, no-wrap
msgid ""
" int\n"
@@ -33285,17 +33328,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1079
+#: ../src/guestfs-actions.pod:1081
msgid "This is the \"argv variant\" of L</guestfs_btrfs_fsck>."
msgstr "Це «варіант з argv» L</guestfs_btrfs_fsck>."
#. type: =head2
-#: ../src/guestfs-actions.pod:1083
+#: ../src/guestfs-actions.pod:1085
msgid "guestfs_btrfs_set_seeding"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1085
+#: ../src/guestfs-actions.pod:1087
#, no-wrap
msgid ""
" int\n"
@@ -33306,12 +33349,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1097
+#: ../src/guestfs-actions.pod:1099
msgid "guestfs_btrfs_subvolume_create"
msgstr "guestfs_btrfs_subvolume_create"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1099
+#: ../src/guestfs-actions.pod:1101
#, no-wrap
msgid ""
" int\n"
@@ -33325,12 +33368,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:1110
+#: ../src/guestfs-actions.pod:1112
msgid "guestfs_btrfs_subvolume_delete"
msgstr "guestfs_btrfs_subvolume_delete"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1112
+#: ../src/guestfs-actions.pod:1114
#, no-wrap
msgid ""
" int\n"
@@ -33344,12 +33387,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:1122
+#: ../src/guestfs-actions.pod:1124
msgid "guestfs_btrfs_subvolume_list"
msgstr "guestfs_btrfs_subvolume_list"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1124
+#: ../src/guestfs-actions.pod:1126
#, no-wrap
msgid ""
" struct guestfs_btrfssubvolume_list *\n"
@@ -33363,7 +33406,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1131
+#: ../src/guestfs-actions.pod:1133
msgid ""
"This function returns a C<struct guestfs_btrfssubvolume_list *>, or NULL if "
"there was an error. I<The caller must call "
@@ -33371,12 +33414,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1137
+#: ../src/guestfs-actions.pod:1139
msgid "guestfs_btrfs_subvolume_set_default"
msgstr "guestfs_btrfs_subvolume_set_default"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1139
+#: ../src/guestfs-actions.pod:1141
#, no-wrap
msgid ""
" int\n"
@@ -33392,19 +33435,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1144
+#: ../src/guestfs-actions.pod:1146
msgid ""
"Set the subvolume of the btrfs filesystem C<fs> which will be mounted by "
"default. See C<guestfs_btrfs_subvolume_list> to get a list of subvolumes."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1152
+#: ../src/guestfs-actions.pod:1154
msgid "guestfs_btrfs_subvolume_snapshot"
msgstr "guestfs_btrfs_subvolume_snapshot"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1154
+#: ../src/guestfs-actions.pod:1156
#, no-wrap
msgid ""
" int\n"
@@ -33420,12 +33463,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:1167
+#: ../src/guestfs-actions.pod:1169
msgid "guestfs_case_sensitive_path"
msgstr "guestfs_case_sensitive_path"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1169
+#: ../src/guestfs-actions.pod:1171
#, no-wrap
msgid ""
" char *\n"
@@ -33439,7 +33482,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1195
+#: ../src/guestfs-actions.pod:1197
msgid ""
"Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\") might return C<"
"\"/WINDOWS/system32\"> (the exact return value would depend on details of "
@@ -33447,22 +33490,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1203
+#: ../src/guestfs-actions.pod:1205
msgid "See also C<guestfs_realpath>."
msgstr "Див. також C<guestfs_realpath>."
#. type: textblock
-#: ../src/guestfs-actions.pod:1208 ../src/guestfs-actions.pod:9206
+#: ../src/guestfs-actions.pod:1210 ../src/guestfs-actions.pod:9213
msgid "(Added in 1.0.75)"
msgstr "(Додано у 1.0.75)"
#. type: =head2
-#: ../src/guestfs-actions.pod:1210
+#: ../src/guestfs-actions.pod:1212
msgid "guestfs_cat"
msgstr "guestfs_cat"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1212
+#: ../src/guestfs-actions.pod:1214
#, no-wrap
msgid ""
" char *\n"
@@ -33476,7 +33519,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1218
+#: ../src/guestfs-actions.pod:1220
msgid ""
"Note that this function cannot correctly handle binary files (specifically, "
"files containing C<\\0> character which is treated as end of string). For "
@@ -33485,22 +33528,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1229 ../src/guestfs-actions.pod:4712
-#: ../src/guestfs-actions.pod:4807 ../src/guestfs-actions.pod:4824
-#: ../src/guestfs-actions.pod:4928 ../src/guestfs-actions.pod:5344
-#: ../src/guestfs-actions.pod:5358 ../src/guestfs-actions.pod:7239
-#: ../src/guestfs-actions.pod:7253 ../src/guestfs-actions.pod:9378
-#: ../src/guestfs-actions.pod:9392
+#: ../src/guestfs-actions.pod:1231 ../src/guestfs-actions.pod:4719
+#: ../src/guestfs-actions.pod:4814 ../src/guestfs-actions.pod:4831
+#: ../src/guestfs-actions.pod:4935 ../src/guestfs-actions.pod:5351
+#: ../src/guestfs-actions.pod:5365 ../src/guestfs-actions.pod:7246
+#: ../src/guestfs-actions.pod:7260 ../src/guestfs-actions.pod:9385
+#: ../src/guestfs-actions.pod:9399
msgid "(Added in 0.4)"
msgstr "(Додано у 0.4)"
#. type: =head2
-#: ../src/guestfs-actions.pod:1231
+#: ../src/guestfs-actions.pod:1233
msgid "guestfs_checksum"
msgstr "guestfs_checksum"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1233
+#: ../src/guestfs-actions.pod:1235
#, no-wrap
msgid ""
" char *\n"
@@ -33516,30 +33559,30 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1279
+#: ../src/guestfs-actions.pod:1281
msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1281
+#: ../src/guestfs-actions.pod:1283
msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1286 ../src/guestfs-actions.pod:1969
-#: ../src/guestfs-actions.pod:3033 ../src/guestfs-actions.pod:4389
-#: ../src/guestfs-actions.pod:4450 ../src/guestfs-actions.pod:4477
-#: ../src/guestfs-actions.pod:9062
+#: ../src/guestfs-actions.pod:1288 ../src/guestfs-actions.pod:1971
+#: ../src/guestfs-actions.pod:3035 ../src/guestfs-actions.pod:4391
+#: ../src/guestfs-actions.pod:4452 ../src/guestfs-actions.pod:4479
+#: ../src/guestfs-actions.pod:9069
msgid "(Added in 1.0.2)"
msgstr "(Додано у 1.0.2)"
#. type: =head2
-#: ../src/guestfs-actions.pod:1288
+#: ../src/guestfs-actions.pod:1290
msgid "guestfs_checksum_device"
msgstr "guestfs_checksum_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1290
+#: ../src/guestfs-actions.pod:1292
#, no-wrap
msgid ""
" char *\n"
@@ -33555,7 +33598,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1295
+#: ../src/guestfs-actions.pod:1297
msgid ""
"This call computes the MD5, SHAx or CRC checksum of the contents of the "
"device named C<device>. For the types of checksums supported see the "
@@ -33563,21 +33606,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1302 ../src/guestfs-actions.pod:6671
-#: ../src/guestfs-actions.pod:6806 ../src/guestfs-actions.pod:6840
-#: ../src/guestfs-actions.pod:6858 ../src/guestfs-actions.pod:7040
-#: ../src/guestfs-actions.pod:8929 ../src/guestfs-actions.pod:8943
-#: ../src/guestfs-actions.pod:9404
+#: ../src/guestfs-actions.pod:1304 ../src/guestfs-actions.pod:6678
+#: ../src/guestfs-actions.pod:6813 ../src/guestfs-actions.pod:6847
+#: ../src/guestfs-actions.pod:6865 ../src/guestfs-actions.pod:7047
+#: ../src/guestfs-actions.pod:8936 ../src/guestfs-actions.pod:8950
+#: ../src/guestfs-actions.pod:9411
msgid "(Added in 1.3.2)"
msgstr "(Додано у 1.3.2)"
#. type: =head2
-#: ../src/guestfs-actions.pod:1304
+#: ../src/guestfs-actions.pod:1306
msgid "guestfs_checksums_out"
msgstr "guestfs_checksums_out"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1306
+#: ../src/guestfs-actions.pod:1308
#, no-wrap
msgid ""
" int\n"
@@ -33595,17 +33638,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1326
+#: ../src/guestfs-actions.pod:1328
msgid "(Added in 1.3.7)"
msgstr "(Додано у 1.3.7)"
#. type: =head2
-#: ../src/guestfs-actions.pod:1328
+#: ../src/guestfs-actions.pod:1330
msgid "guestfs_chmod"
msgstr "guestfs_chmod"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1330
+#: ../src/guestfs-actions.pod:1332
#, no-wrap
msgid ""
" int\n"
@@ -33621,12 +33664,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:1348
+#: ../src/guestfs-actions.pod:1350
msgid "guestfs_chown"
msgstr "guestfs_chown"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1350
+#: ../src/guestfs-actions.pod:1352
#, no-wrap
msgid ""
" int\n"
@@ -33644,12 +33687,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:1366
+#: ../src/guestfs-actions.pod:1368
msgid "guestfs_command"
msgstr "guestfs_command"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1368
+#: ../src/guestfs-actions.pod:1370
#, no-wrap
msgid ""
" char *\n"
@@ -33663,7 +33706,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1377
+#: ../src/guestfs-actions.pod:1379
msgid ""
"The single parameter is an argv-style list of arguments. The first element "
"is the name of the program to run. Subsequent elements are parameters. The "
@@ -33673,18 +33716,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1408 ../src/guestfs-actions.pod:1428
-#: ../src/guestfs-actions.pod:2335
+#: ../src/guestfs-actions.pod:1410 ../src/guestfs-actions.pod:1430
+#: ../src/guestfs-actions.pod:2337
msgid "(Added in 0.9.1)"
msgstr "(Додано у 0.9.1)"
#. type: =head2
-#: ../src/guestfs-actions.pod:1410
+#: ../src/guestfs-actions.pod:1412
msgid "guestfs_command_lines"
msgstr "guestfs_command_lines"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1412
+#: ../src/guestfs-actions.pod:1414
#, no-wrap
msgid ""
" char **\n"
@@ -33698,24 +33741,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1416
+#: ../src/guestfs-actions.pod:1418
msgid ""
"This is the same as C<guestfs_command>, but splits the result into a list of "
"lines."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1419
+#: ../src/guestfs-actions.pod:1421
msgid "See also: C<guestfs_sh_lines>"
msgstr "Див. також C<guestfs_sh_lines>"
#. type: =head2
-#: ../src/guestfs-actions.pod:1430
+#: ../src/guestfs-actions.pod:1432
msgid "guestfs_compress_device_out"
msgstr "guestfs_compress_device_out"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1432
+#: ../src/guestfs-actions.pod:1434
#, no-wrap
msgid ""
" int\n"
@@ -33735,7 +33778,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1444
+#: ../src/guestfs-actions.pod:1446
#, no-wrap
msgid ""
" GUESTFS_COMPRESS_DEVICE_OUT_LEVEL, int level,\n"
@@ -33745,25 +33788,25 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1449
+#: ../src/guestfs-actions.pod:1451
msgid ""
"The C<ctype> and optional C<level> parameters have the same meaning as in "
"C<guestfs_compress_out>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1454 ../src/guestfs-actions.pod:1513
-#: ../src/guestfs-actions.pod:3019 ../src/guestfs-actions.pod:8065
+#: ../src/guestfs-actions.pod:1456 ../src/guestfs-actions.pod:1515
+#: ../src/guestfs-actions.pod:3021 ../src/guestfs-actions.pod:8072
msgid "(Added in 1.13.15)"
msgstr "(Додано у 1.13.15)"
#. type: =head2
-#: ../src/guestfs-actions.pod:1456
+#: ../src/guestfs-actions.pod:1458
msgid "guestfs_compress_device_out_va"
msgstr "guestfs_compress_device_out_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1458
+#: ../src/guestfs-actions.pod:1460
#, no-wrap
msgid ""
" int\n"
@@ -33783,17 +33826,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1465
+#: ../src/guestfs-actions.pod:1467
msgid "This is the \"va_list variant\" of L</guestfs_compress_device_out>."
msgstr "Це «варіант з va_list» L</guestfs_compress_device_out>."
#. type: =head2
-#: ../src/guestfs-actions.pod:1469
+#: ../src/guestfs-actions.pod:1471
msgid "guestfs_compress_device_out_argv"
msgstr "guestfs_compress_device_out_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1471
+#: ../src/guestfs-actions.pod:1473
#, no-wrap
msgid ""
" int\n"
@@ -33813,17 +33856,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1478
+#: ../src/guestfs-actions.pod:1480
msgid "This is the \"argv variant\" of L</guestfs_compress_device_out>."
msgstr "Це «варіант з argv» L</guestfs_compress_device_out>."
#. type: =head2
-#: ../src/guestfs-actions.pod:1482
+#: ../src/guestfs-actions.pod:1484
msgid "guestfs_compress_out"
msgstr "guestfs_compress_out"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1484
+#: ../src/guestfs-actions.pod:1486
#, no-wrap
msgid ""
" int\n"
@@ -33843,7 +33886,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1496
+#: ../src/guestfs-actions.pod:1498
#, no-wrap
msgid ""
" GUESTFS_COMPRESS_OUT_LEVEL, int level,\n"
@@ -33851,12 +33894,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1515
+#: ../src/guestfs-actions.pod:1517
msgid "guestfs_compress_out_va"
msgstr "guestfs_compress_out_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1517
+#: ../src/guestfs-actions.pod:1519
#, no-wrap
msgid ""
" int\n"
@@ -33876,17 +33919,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1524
+#: ../src/guestfs-actions.pod:1526
msgid "This is the \"va_list variant\" of L</guestfs_compress_out>."
msgstr "Це «варіант з va_list» L</guestfs_compress_out>."
#. type: =head2
-#: ../src/guestfs-actions.pod:1528
+#: ../src/guestfs-actions.pod:1530
msgid "guestfs_compress_out_argv"
msgstr "guestfs_compress_out_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1530
+#: ../src/guestfs-actions.pod:1532
#, no-wrap
msgid ""
" int\n"
@@ -33906,17 +33949,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1537
+#: ../src/guestfs-actions.pod:1539
msgid "This is the \"argv variant\" of L</guestfs_compress_out>."
msgstr "Це «варіант з argv» L</guestfs_compress_out>."
#. type: =head2
-#: ../src/guestfs-actions.pod:1541
+#: ../src/guestfs-actions.pod:1543
msgid "guestfs_config"
msgstr "guestfs_config"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1543
+#: ../src/guestfs-actions.pod:1545
#, no-wrap
msgid ""
" int\n"
@@ -33932,12 +33975,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:1561
+#: ../src/guestfs-actions.pod:1563
msgid "guestfs_copy_device_to_device"
msgstr "guestfs_copy_device_to_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1563
+#: ../src/guestfs-actions.pod:1565
#, no-wrap
msgid ""
" int\n"
@@ -33955,7 +33998,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1574
+#: ../src/guestfs-actions.pod:1576
#, no-wrap
msgid ""
" GUESTFS_COPY_DEVICE_TO_DEVICE_SRCOFFSET, int64_t srcoffset,\n"
@@ -33969,7 +34012,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1578
+#: ../src/guestfs-actions.pod:1580
msgid ""
"The four calls C<guestfs_copy_device_to_device>, "
"C<guestfs_copy_device_to_file>, C<guestfs_copy_file_to_device>, and "
@@ -33978,14 +34021,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1599 ../src/guestfs-actions.pod:1652
-#: ../src/guestfs-actions.pod:1705 ../src/guestfs-actions.pod:1763
-#: ../src/guestfs-actions.pod:1817 ../src/guestfs-actions.pod:1964
-#: ../src/guestfs-actions.pod:1995 ../src/guestfs-actions.pod:2040
-#: ../src/guestfs-actions.pod:2484 ../src/guestfs-actions.pod:2506
-#: ../src/guestfs-actions.pod:4610 ../src/guestfs-actions.pod:9057
-#: ../src/guestfs-actions.pod:9091 ../src/guestfs-actions.pod:9636
-#: ../src/guestfs-actions.pod:9659 ../src/guestfs-actions.pod:9683
+#: ../src/guestfs-actions.pod:1601 ../src/guestfs-actions.pod:1654
+#: ../src/guestfs-actions.pod:1707 ../src/guestfs-actions.pod:1765
+#: ../src/guestfs-actions.pod:1819 ../src/guestfs-actions.pod:1966
+#: ../src/guestfs-actions.pod:1997 ../src/guestfs-actions.pod:2042
+#: ../src/guestfs-actions.pod:2486 ../src/guestfs-actions.pod:2508
+#: ../src/guestfs-actions.pod:4617 ../src/guestfs-actions.pod:9064
+#: ../src/guestfs-actions.pod:9098 ../src/guestfs-actions.pod:9643
+#: ../src/guestfs-actions.pod:9666 ../src/guestfs-actions.pod:9690
msgid ""
"This long-running command can generate progress notification messages so "
"that the caller can display a progress bar or indicator. To receive these "
@@ -33994,19 +34037,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1604 ../src/guestfs-actions.pod:1657
-#: ../src/guestfs-actions.pod:1710 ../src/guestfs-actions.pod:1768
-#: ../src/guestfs-actions.pod:7096
+#: ../src/guestfs-actions.pod:1606 ../src/guestfs-actions.pod:1659
+#: ../src/guestfs-actions.pod:1712 ../src/guestfs-actions.pod:1770
+#: ../src/guestfs-actions.pod:7103
msgid "(Added in 1.13.25)"
msgstr "(Додано у 1.13.25)"
#. type: =head2
-#: ../src/guestfs-actions.pod:1606
+#: ../src/guestfs-actions.pod:1608
msgid "guestfs_copy_device_to_device_va"
msgstr "guestfs_copy_device_to_device_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1608
+#: ../src/guestfs-actions.pod:1610
#, no-wrap
msgid ""
" int\n"
@@ -34024,17 +34067,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1614
+#: ../src/guestfs-actions.pod:1616
msgid "This is the \"va_list variant\" of L</guestfs_copy_device_to_device>."
msgstr "Це «варіант з va_list» L</guestfs_copy_device_to_device>."
#. type: =head2
-#: ../src/guestfs-actions.pod:1618
+#: ../src/guestfs-actions.pod:1620
msgid "guestfs_copy_device_to_device_argv"
msgstr "guestfs_copy_device_to_device_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1620
+#: ../src/guestfs-actions.pod:1622
#, no-wrap
msgid ""
" int\n"
@@ -34052,17 +34095,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1626
+#: ../src/guestfs-actions.pod:1628
msgid "This is the \"argv variant\" of L</guestfs_copy_device_to_device>."
msgstr "Це «варіант з argv» L</guestfs_copy_device_to_device>."
#. type: =head2
-#: ../src/guestfs-actions.pod:1630
+#: ../src/guestfs-actions.pod:1632
msgid "guestfs_copy_device_to_file"
msgstr "guestfs_copy_device_to_file"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1632
+#: ../src/guestfs-actions.pod:1634
#, no-wrap
msgid ""
" int\n"
@@ -34080,7 +34123,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1643
+#: ../src/guestfs-actions.pod:1645
#, no-wrap
msgid ""
" GUESTFS_COPY_DEVICE_TO_FILE_SRCOFFSET, int64_t srcoffset,\n"
@@ -34094,19 +34137,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1647 ../src/guestfs-actions.pod:1700
-#: ../src/guestfs-actions.pod:1753
+#: ../src/guestfs-actions.pod:1649 ../src/guestfs-actions.pod:1702
+#: ../src/guestfs-actions.pod:1755
msgid ""
"See C<guestfs_copy_device_to_device> for a general overview of this call."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1659
+#: ../src/guestfs-actions.pod:1661
msgid "guestfs_copy_device_to_file_va"
msgstr "guestfs_copy_device_to_file_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1661
+#: ../src/guestfs-actions.pod:1663
#, no-wrap
msgid ""
" int\n"
@@ -34124,17 +34167,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1667
+#: ../src/guestfs-actions.pod:1669
msgid "This is the \"va_list variant\" of L</guestfs_copy_device_to_file>."
msgstr "Це «варіант з va_list» L</guestfs_copy_device_to_file>."
#. type: =head2
-#: ../src/guestfs-actions.pod:1671
+#: ../src/guestfs-actions.pod:1673
msgid "guestfs_copy_device_to_file_argv"
msgstr "guestfs_copy_device_to_file_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1673
+#: ../src/guestfs-actions.pod:1675
#, no-wrap
msgid ""
" int\n"
@@ -34152,17 +34195,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1679
+#: ../src/guestfs-actions.pod:1681
msgid "This is the \"argv variant\" of L</guestfs_copy_device_to_file>."
msgstr "Це «варіант з argv» L</guestfs_copy_device_to_file>."
#. type: =head2
-#: ../src/guestfs-actions.pod:1683
+#: ../src/guestfs-actions.pod:1685
msgid "guestfs_copy_file_to_device"
msgstr "guestfs_copy_file_to_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1685
+#: ../src/guestfs-actions.pod:1687
#, no-wrap
msgid ""
" int\n"
@@ -34180,7 +34223,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1696
+#: ../src/guestfs-actions.pod:1698
#, no-wrap
msgid ""
" GUESTFS_COPY_FILE_TO_DEVICE_SRCOFFSET, int64_t srcoffset,\n"
@@ -34194,12 +34237,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:1712
+#: ../src/guestfs-actions.pod:1714
msgid "guestfs_copy_file_to_device_va"
msgstr "guestfs_copy_file_to_device_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1714
+#: ../src/guestfs-actions.pod:1716
#, no-wrap
msgid ""
" int\n"
@@ -34217,17 +34260,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1720
+#: ../src/guestfs-actions.pod:1722
msgid "This is the \"va_list variant\" of L</guestfs_copy_file_to_device>."
msgstr "Це «варіант з va_list» L</guestfs_copy_file_to_device>."
#. type: =head2
-#: ../src/guestfs-actions.pod:1724
+#: ../src/guestfs-actions.pod:1726
msgid "guestfs_copy_file_to_device_argv"
msgstr "guestfs_copy_file_to_device_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1726
+#: ../src/guestfs-actions.pod:1728
#, no-wrap
msgid ""
" int\n"
@@ -34245,17 +34288,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1732
+#: ../src/guestfs-actions.pod:1734
msgid "This is the \"argv variant\" of L</guestfs_copy_file_to_device>."
msgstr "Це «варіант з argv» L</guestfs_copy_file_to_device>."
#. type: =head2
-#: ../src/guestfs-actions.pod:1736
+#: ../src/guestfs-actions.pod:1738
msgid "guestfs_copy_file_to_file"
msgstr "guestfs_copy_file_to_file"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1738
+#: ../src/guestfs-actions.pod:1740
#, no-wrap
msgid ""
" int\n"
@@ -34273,7 +34316,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1749
+#: ../src/guestfs-actions.pod:1751
#, no-wrap
msgid ""
" GUESTFS_COPY_FILE_TO_FILE_SRCOFFSET, int64_t srcoffset,\n"
@@ -34287,7 +34330,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1756
+#: ../src/guestfs-actions.pod:1758
msgid ""
"This is B<not> the function you want for copying files. This is for copying "
"blocks within existing files. See C<guestfs_cp>, C<guestfs_cp_a> and "
@@ -34295,12 +34338,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1770
+#: ../src/guestfs-actions.pod:1772
msgid "guestfs_copy_file_to_file_va"
msgstr "guestfs_copy_file_to_file_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1772
+#: ../src/guestfs-actions.pod:1774
#, no-wrap
msgid ""
" int\n"
@@ -34318,17 +34361,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1778
+#: ../src/guestfs-actions.pod:1780
msgid "This is the \"va_list variant\" of L</guestfs_copy_file_to_file>."
msgstr "Це «варіант з va_list» L</guestfs_copy_file_to_file>."
#. type: =head2
-#: ../src/guestfs-actions.pod:1782
+#: ../src/guestfs-actions.pod:1784
msgid "guestfs_copy_file_to_file_argv"
msgstr "guestfs_copy_file_to_file_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1784
+#: ../src/guestfs-actions.pod:1786
#, no-wrap
msgid ""
" int\n"
@@ -34346,17 +34389,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1790
+#: ../src/guestfs-actions.pod:1792
msgid "This is the \"argv variant\" of L</guestfs_copy_file_to_file>."
msgstr "Це «варіант з argv» L</guestfs_copy_file_to_file>."
#. type: =head2
-#: ../src/guestfs-actions.pod:1794
+#: ../src/guestfs-actions.pod:1796
msgid "guestfs_copy_size"
msgstr "guestfs_copy_size"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1796
+#: ../src/guestfs-actions.pod:1798
#, no-wrap
msgid ""
" int\n"
@@ -34374,26 +34417,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1802 ../src/guestfs-actions.pod:1859
+#: ../src/guestfs-actions.pod:1804 ../src/guestfs-actions.pod:1861
msgid ""
"I<This function is deprecated.> In new code, use the L</"
"guestfs_copy_device_to_device> call instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1822 ../src/guestfs-actions.pod:5371
-#: ../src/guestfs-actions.pod:7266 ../src/guestfs-actions.pod:9292
-#: ../src/guestfs-actions.pod:9331 ../src/guestfs-actions.pod:9417
+#: ../src/guestfs-actions.pod:1824 ../src/guestfs-actions.pod:5378
+#: ../src/guestfs-actions.pod:7273 ../src/guestfs-actions.pod:9299
+#: ../src/guestfs-actions.pod:9338 ../src/guestfs-actions.pod:9424
msgid "(Added in 1.0.87)"
msgstr "(Додано у 1.0.87)"
#. type: =head2
-#: ../src/guestfs-actions.pod:1824
+#: ../src/guestfs-actions.pod:1826
msgid "guestfs_cp"
msgstr "guestfs_cp"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1826
+#: ../src/guestfs-actions.pod:1828
#, no-wrap
msgid ""
" int\n"
@@ -34409,20 +34452,20 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1836 ../src/guestfs-actions.pod:1850
-#: ../src/guestfs-actions.pod:1946 ../src/guestfs-actions.pod:2020
-#: ../src/guestfs-actions.pod:2201 ../src/guestfs-actions.pod:6477
-#: ../src/guestfs-actions.pod:7110
+#: ../src/guestfs-actions.pod:1838 ../src/guestfs-actions.pod:1852
+#: ../src/guestfs-actions.pod:1948 ../src/guestfs-actions.pod:2022
+#: ../src/guestfs-actions.pod:2203 ../src/guestfs-actions.pod:6484
+#: ../src/guestfs-actions.pod:7117
msgid "(Added in 1.0.18)"
msgstr "(Додано у 1.0.18)"
#. type: =head2
-#: ../src/guestfs-actions.pod:1838
+#: ../src/guestfs-actions.pod:1840
msgid "guestfs_cp_a"
msgstr "guestfs_cp_a"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1840
+#: ../src/guestfs-actions.pod:1842
#, no-wrap
msgid ""
" int\n"
@@ -34438,12 +34481,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:1852
+#: ../src/guestfs-actions.pod:1854
msgid "guestfs_dd"
msgstr "guestfs_dd"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1854
+#: ../src/guestfs-actions.pod:1856
#, no-wrap
msgid ""
" int\n"
@@ -34459,7 +34502,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1871
+#: ../src/guestfs-actions.pod:1873
msgid ""
"If the destination is a device, it must be as large or larger than the "
"source file or device, otherwise the copy will fail. This command cannot do "
@@ -34467,12 +34510,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1880
+#: ../src/guestfs-actions.pod:1882
msgid "guestfs_device_index"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:1882
+#: ../src/guestfs-actions.pod:1884
#, no-wrap
msgid ""
" int\n"
@@ -34482,24 +34525,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1889
+#: ../src/guestfs-actions.pod:1891
msgid ""
"Index numbers start from 0. The named device must exist, for example as a "
"string returned from C<guestfs_list_devices>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1892
+#: ../src/guestfs-actions.pod:1894
msgid "See also C<guestfs_list_devices>, C<guestfs_part_to_dev>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1896
+#: ../src/guestfs-actions.pod:1898
msgid "guestfs_df"
msgstr "guestfs_df"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1898
+#: ../src/guestfs-actions.pod:1900
#, no-wrap
msgid ""
" char *\n"
@@ -34511,7 +34554,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1903 ../src/guestfs-actions.pod:1920
+#: ../src/guestfs-actions.pod:1905 ../src/guestfs-actions.pod:1922
msgid ""
"This command is mostly useful for interactive sessions. It is I<not> "
"intended that you try to parse the output string. Use C<guestfs_statvfs> "
@@ -34519,23 +34562,23 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1910 ../src/guestfs-actions.pod:1927
-#: ../src/guestfs-actions.pod:2045 ../src/guestfs-actions.pod:3262
-#: ../src/guestfs-actions.pod:3286 ../src/guestfs-actions.pod:3354
-#: ../src/guestfs-actions.pod:5694 ../src/guestfs-actions.pod:6377
-#: ../src/guestfs-actions.pod:8631 ../src/guestfs-actions.pod:8655
-#: ../src/guestfs-actions.pod:9457 ../src/guestfs-actions.pod:9470
-#: ../src/guestfs-actions.pod:9483
+#: ../src/guestfs-actions.pod:1912 ../src/guestfs-actions.pod:1929
+#: ../src/guestfs-actions.pod:2047 ../src/guestfs-actions.pod:3264
+#: ../src/guestfs-actions.pod:3288 ../src/guestfs-actions.pod:3356
+#: ../src/guestfs-actions.pod:5701 ../src/guestfs-actions.pod:6384
+#: ../src/guestfs-actions.pod:8638 ../src/guestfs-actions.pod:8662
+#: ../src/guestfs-actions.pod:9464 ../src/guestfs-actions.pod:9477
+#: ../src/guestfs-actions.pod:9490
msgid "(Added in 1.0.54)"
msgstr "(Додано у 1.0.54)"
#. type: =head2
-#: ../src/guestfs-actions.pod:1912
+#: ../src/guestfs-actions.pod:1914
msgid "guestfs_df_h"
msgstr "guestfs_df_h"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1914
+#: ../src/guestfs-actions.pod:1916
#, no-wrap
msgid ""
" char *\n"
@@ -34547,12 +34590,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:1929
+#: ../src/guestfs-actions.pod:1931
msgid "guestfs_dmesg"
msgstr "guestfs_dmesg"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1931
+#: ../src/guestfs-actions.pod:1933
#, no-wrap
msgid ""
" char *\n"
@@ -34564,7 +34607,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1938
+#: ../src/guestfs-actions.pod:1940
msgid ""
"Another way to get the same information is to enable verbose messages with "
"C<guestfs_set_verbose> or by setting the environment variable "
@@ -34572,12 +34615,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1948
+#: ../src/guestfs-actions.pod:1950
msgid "guestfs_download"
msgstr "guestfs_download"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1950
+#: ../src/guestfs-actions.pod:1952
#, no-wrap
msgid ""
" int\n"
@@ -34593,17 +34636,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1960
+#: ../src/guestfs-actions.pod:1962
msgid "See also C<guestfs_upload>, C<guestfs_cat>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:1971
+#: ../src/guestfs-actions.pod:1973
msgid "guestfs_download_offset"
msgstr "guestfs_download_offset"
#. type: verbatim
-#: ../src/guestfs-actions.pod:1973
+#: ../src/guestfs-actions.pod:1975
#, no-wrap
msgid ""
" int\n"
@@ -34623,7 +34666,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:1986
+#: ../src/guestfs-actions.pod:1988
msgid ""
"Note that there is no limit on the amount of data that can be downloaded "
"with this call, unlike with C<guestfs_pread>, and this call always reads the "
@@ -34631,22 +34674,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1991
+#: ../src/guestfs-actions.pod:1993
msgid "See also C<guestfs_download>, C<guestfs_pread>."
msgstr "Див. також C<guestfs_download>, C<guestfs_pread>."
#. type: textblock
-#: ../src/guestfs-actions.pod:2000 ../src/guestfs-actions.pod:9096
+#: ../src/guestfs-actions.pod:2002 ../src/guestfs-actions.pod:9103
msgid "(Added in 1.5.17)"
msgstr "(Додано у 1.5.17)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2002
+#: ../src/guestfs-actions.pod:2004
msgid "guestfs_drop_caches"
msgstr "guestfs_drop_caches"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2004
+#: ../src/guestfs-actions.pod:2006
#, no-wrap
msgid ""
" int\n"
@@ -34660,12 +34703,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:2022
+#: ../src/guestfs-actions.pod:2024
msgid "guestfs_du"
msgstr "guestfs_du"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2024
+#: ../src/guestfs-actions.pod:2026
#, no-wrap
msgid ""
" int64_t\n"
@@ -34679,12 +34722,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:2047
+#: ../src/guestfs-actions.pod:2049
msgid "guestfs_e2fsck"
msgstr "guestfs_e2fsck"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2049
+#: ../src/guestfs-actions.pod:2051
#, no-wrap
msgid ""
" int\n"
@@ -34700,7 +34743,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2059
+#: ../src/guestfs-actions.pod:2061
#, no-wrap
msgid ""
" GUESTFS_E2FSCK_CORRECT, int correct,\n"
@@ -34712,17 +34755,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2086
+#: ../src/guestfs-actions.pod:2088
msgid "(Added in 1.15.17)"
msgstr "(Додано у 1.15.17)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2088
+#: ../src/guestfs-actions.pod:2090
msgid "guestfs_e2fsck_va"
msgstr "guestfs_e2fsck_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2090
+#: ../src/guestfs-actions.pod:2092
#, no-wrap
msgid ""
" int\n"
@@ -34738,17 +34781,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2095
+#: ../src/guestfs-actions.pod:2097
msgid "This is the \"va_list variant\" of L</guestfs_e2fsck>."
msgstr "Це «варіант з va_list» L</guestfs_e2fsck>."
#. type: =head2
-#: ../src/guestfs-actions.pod:2099
+#: ../src/guestfs-actions.pod:2101
msgid "guestfs_e2fsck_argv"
msgstr "guestfs_e2fsck_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2101
+#: ../src/guestfs-actions.pod:2103
#, no-wrap
msgid ""
" int\n"
@@ -34764,17 +34807,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2106
+#: ../src/guestfs-actions.pod:2108
msgid "This is the \"argv variant\" of L</guestfs_e2fsck>."
msgstr "Це «варіант з argv» L</guestfs_e2fsck>."
#. type: =head2
-#: ../src/guestfs-actions.pod:2110
+#: ../src/guestfs-actions.pod:2112
msgid "guestfs_e2fsck_f"
msgstr "guestfs_e2fsck_f"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2112
+#: ../src/guestfs-actions.pod:2114
#, no-wrap
msgid ""
" int\n"
@@ -34788,24 +34831,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2116
+#: ../src/guestfs-actions.pod:2118
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_e2fsck> call "
"instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2129
+#: ../src/guestfs-actions.pod:2131
msgid "(Added in 1.0.29)"
msgstr "(Додано у 1.0.29)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2131
+#: ../src/guestfs-actions.pod:2133
msgid "guestfs_echo_daemon"
msgstr "guestfs_echo_daemon"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2133
+#: ../src/guestfs-actions.pod:2135
#, no-wrap
msgid ""
" char *\n"
@@ -34819,23 +34862,23 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2142
+#: ../src/guestfs-actions.pod:2144
msgid "See also C<guestfs_ping_daemon>."
msgstr "Див. також C<guestfs_ping_daemon>."
#. type: textblock
-#: ../src/guestfs-actions.pod:2147 ../src/guestfs-actions.pod:3044
-#: ../src/guestfs-actions.pod:8089
+#: ../src/guestfs-actions.pod:2149 ../src/guestfs-actions.pod:3046
+#: ../src/guestfs-actions.pod:8096
msgid "(Added in 1.0.69)"
msgstr "(Додано у 1.0.69)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2149
+#: ../src/guestfs-actions.pod:2151
msgid "guestfs_egrep"
msgstr "guestfs_egrep"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2151
+#: ../src/guestfs-actions.pod:2153
#, no-wrap
msgid ""
" char **\n"
@@ -34851,33 +34894,33 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2166 ../src/guestfs-actions.pod:2185
-#: ../src/guestfs-actions.pod:2242 ../src/guestfs-actions.pod:2288
-#: ../src/guestfs-actions.pod:2307 ../src/guestfs-actions.pod:3178
-#: ../src/guestfs-actions.pod:3197 ../src/guestfs-actions.pod:3375
-#: ../src/guestfs-actions.pod:3388 ../src/guestfs-actions.pod:3403
-#: ../src/guestfs-actions.pod:3447 ../src/guestfs-actions.pod:3469
-#: ../src/guestfs-actions.pod:3482 ../src/guestfs-actions.pod:4853
-#: ../src/guestfs-actions.pod:4867 ../src/guestfs-actions.pod:4880
-#: ../src/guestfs-actions.pod:4894 ../src/guestfs-actions.pod:6171
-#: ../src/guestfs-actions.pod:7444 ../src/guestfs-actions.pod:7493
-#: ../src/guestfs-actions.pod:8499 ../src/guestfs-actions.pod:8511
-#: ../src/guestfs-actions.pod:8524 ../src/guestfs-actions.pod:8537
-#: ../src/guestfs-actions.pod:8559 ../src/guestfs-actions.pod:8572
-#: ../src/guestfs-actions.pod:8585 ../src/guestfs-actions.pod:8598
-#: ../src/guestfs-actions.pod:9594 ../src/guestfs-actions.pod:9613
-#: ../src/guestfs-actions.pod:9728 ../src/guestfs-actions.pod:9747
-#: ../src/guestfs-actions.pod:9793 ../src/guestfs-actions.pod:9812
+#: ../src/guestfs-actions.pod:2168 ../src/guestfs-actions.pod:2187
+#: ../src/guestfs-actions.pod:2244 ../src/guestfs-actions.pod:2290
+#: ../src/guestfs-actions.pod:2309 ../src/guestfs-actions.pod:3180
+#: ../src/guestfs-actions.pod:3199 ../src/guestfs-actions.pod:3377
+#: ../src/guestfs-actions.pod:3390 ../src/guestfs-actions.pod:3405
+#: ../src/guestfs-actions.pod:3449 ../src/guestfs-actions.pod:3471
+#: ../src/guestfs-actions.pod:3484 ../src/guestfs-actions.pod:4860
+#: ../src/guestfs-actions.pod:4874 ../src/guestfs-actions.pod:4887
+#: ../src/guestfs-actions.pod:4901 ../src/guestfs-actions.pod:6178
+#: ../src/guestfs-actions.pod:7451 ../src/guestfs-actions.pod:7500
+#: ../src/guestfs-actions.pod:8506 ../src/guestfs-actions.pod:8518
+#: ../src/guestfs-actions.pod:8531 ../src/guestfs-actions.pod:8544
+#: ../src/guestfs-actions.pod:8566 ../src/guestfs-actions.pod:8579
+#: ../src/guestfs-actions.pod:8592 ../src/guestfs-actions.pod:8605
+#: ../src/guestfs-actions.pod:9601 ../src/guestfs-actions.pod:9620
+#: ../src/guestfs-actions.pod:9735 ../src/guestfs-actions.pod:9754
+#: ../src/guestfs-actions.pod:9800 ../src/guestfs-actions.pod:9819
msgid "(Added in 1.0.66)"
msgstr "(Додано у 1.0.66)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2168
+#: ../src/guestfs-actions.pod:2170
msgid "guestfs_egrepi"
msgstr "guestfs_egrepi"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2170
+#: ../src/guestfs-actions.pod:2172
#, no-wrap
msgid ""
" char **\n"
@@ -34893,12 +34936,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:2187
+#: ../src/guestfs-actions.pod:2189
msgid "guestfs_equal"
msgstr "guestfs_equal"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2189
+#: ../src/guestfs-actions.pod:2191
#, no-wrap
msgid ""
" int\n"
@@ -34914,12 +34957,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:2203
+#: ../src/guestfs-actions.pod:2205
msgid "guestfs_exists"
msgstr "guestfs_exists"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2205
+#: ../src/guestfs-actions.pod:2207
#, no-wrap
msgid ""
" int\n"
@@ -34933,17 +34976,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2212
+#: ../src/guestfs-actions.pod:2214
msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2218
+#: ../src/guestfs-actions.pod:2220
msgid "guestfs_fallocate"
msgstr "guestfs_fallocate"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2220
+#: ../src/guestfs-actions.pod:2222
#, no-wrap
msgid ""
" int\n"
@@ -34959,19 +35002,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2225
+#: ../src/guestfs-actions.pod:2227
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_fallocate64> "
"call instead."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2244
+#: ../src/guestfs-actions.pod:2246
msgid "guestfs_fallocate64"
msgstr "guestfs_fallocate64"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2246
+#: ../src/guestfs-actions.pod:2248
#, no-wrap
msgid ""
" int\n"
@@ -34987,14 +35030,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2255
+#: ../src/guestfs-actions.pod:2257
msgid ""
"Note that this call allocates disk blocks for the file. To create a sparse "
"file use C<guestfs_truncate_size> instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2258
+#: ../src/guestfs-actions.pod:2260
msgid ""
"The deprecated call C<guestfs_fallocate> does the same, but owing to an "
"oversight it only allowed 30 bit lengths to be specified, effectively "
@@ -35002,17 +35045,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2269
+#: ../src/guestfs-actions.pod:2271
msgid "(Added in 1.3.17)"
msgstr "(Додано у 1.3.17)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2271
+#: ../src/guestfs-actions.pod:2273
msgid "guestfs_fgrep"
msgstr "guestfs_fgrep"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2273
+#: ../src/guestfs-actions.pod:2275
#, no-wrap
msgid ""
" char **\n"
@@ -35028,12 +35071,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:2290
+#: ../src/guestfs-actions.pod:2292
msgid "guestfs_fgrepi"
msgstr "guestfs_fgrepi"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2292
+#: ../src/guestfs-actions.pod:2294
#, no-wrap
msgid ""
" char **\n"
@@ -35049,12 +35092,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:2309
+#: ../src/guestfs-actions.pod:2311
msgid "guestfs_file"
msgstr "guestfs_file"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2311
+#: ../src/guestfs-actions.pod:2313
#, no-wrap
msgid ""
" char *\n"
@@ -35068,19 +35111,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2329
+#: ../src/guestfs-actions.pod:2331
msgid ""
"See also: L<file(1)>, C<guestfs_vfs_type>, C<guestfs_lstat>, "
"C<guestfs_is_file>, C<guestfs_is_blockdev> (etc), C<guestfs_is_zero>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2337
+#: ../src/guestfs-actions.pod:2339
msgid "guestfs_file_architecture"
msgstr "guestfs_file_architecture"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2339
+#: ../src/guestfs-actions.pod:2341
#, no-wrap
msgid ""
" char *\n"
@@ -35094,23 +35137,23 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2447 ../src/guestfs-actions.pod:2610
-#: ../src/guestfs-actions.pod:2627 ../src/guestfs-actions.pod:3502
-#: ../src/guestfs-actions.pod:3616 ../src/guestfs-actions.pod:3682
-#: ../src/guestfs-actions.pod:3869 ../src/guestfs-actions.pod:3887
-#: ../src/guestfs-actions.pod:3927 ../src/guestfs-actions.pod:4003
-#: ../src/guestfs-actions.pod:4108 ../src/guestfs-actions.pod:4345
-#: ../src/guestfs-actions.pod:4463
+#: ../src/guestfs-actions.pod:2449 ../src/guestfs-actions.pod:2612
+#: ../src/guestfs-actions.pod:2629 ../src/guestfs-actions.pod:3504
+#: ../src/guestfs-actions.pod:3618 ../src/guestfs-actions.pod:3684
+#: ../src/guestfs-actions.pod:3871 ../src/guestfs-actions.pod:3889
+#: ../src/guestfs-actions.pod:3929 ../src/guestfs-actions.pod:4005
+#: ../src/guestfs-actions.pod:4110 ../src/guestfs-actions.pod:4347
+#: ../src/guestfs-actions.pod:4465
msgid "(Added in 1.5.3)"
msgstr "(Додано у 1.5.3)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2449
+#: ../src/guestfs-actions.pod:2451
msgid "guestfs_filesize"
msgstr "guestfs_filesize"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2451
+#: ../src/guestfs-actions.pod:2453
#, no-wrap
msgid ""
" int64_t\n"
@@ -35124,7 +35167,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2457
+#: ../src/guestfs-actions.pod:2459
msgid ""
"To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
"C<guestfs_is_dir>, C<guestfs_is_file> etc. To get the size of block "
@@ -35132,17 +35175,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2463
+#: ../src/guestfs-actions.pod:2465
msgid "(Added in 1.0.82)"
msgstr "(Додано у 1.0.82)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2465
+#: ../src/guestfs-actions.pod:2467
msgid "guestfs_fill"
msgstr "guestfs_fill"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2467
+#: ../src/guestfs-actions.pod:2469
#, no-wrap
msgid ""
" int\n"
@@ -35160,7 +35203,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2477
+#: ../src/guestfs-actions.pod:2479
msgid ""
"To fill a file with zero bytes (sparsely), it is much more efficient to use "
"C<guestfs_truncate_size>. To create a file with a pattern of repeating "
@@ -35168,17 +35211,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2489
+#: ../src/guestfs-actions.pod:2491
msgid "(Added in 1.0.79)"
msgstr "(Додано у 1.0.79)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2491
+#: ../src/guestfs-actions.pod:2493
msgid "guestfs_fill_pattern"
msgstr "guestfs_fill_pattern"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2493
+#: ../src/guestfs-actions.pod:2495
#, no-wrap
msgid ""
" int\n"
@@ -35196,7 +35239,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2499
+#: ../src/guestfs-actions.pod:2501
msgid ""
"This function is like C<guestfs_fill> except that it creates a new file of "
"length C<len> containing the repeating pattern of bytes in C<pattern>. The "
@@ -35205,17 +35248,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2511
+#: ../src/guestfs-actions.pod:2513
msgid "(Added in 1.3.12)"
msgstr "(Додано у 1.3.12)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2513
+#: ../src/guestfs-actions.pod:2515
msgid "guestfs_find"
msgstr "guestfs_find"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2515
+#: ../src/guestfs-actions.pod:2517
#, no-wrap
msgid ""
" char **\n"
@@ -35229,29 +35272,29 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2531
+#: ../src/guestfs-actions.pod:2533
msgid ""
"then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2544
+#: ../src/guestfs-actions.pod:2546
msgid "See also C<guestfs_find0>."
msgstr "Див. також C<guestfs_find0>."
#. type: textblock
-#: ../src/guestfs-actions.pod:2553 ../src/guestfs-actions.pod:5308
-#: ../src/guestfs-actions.pod:7524
+#: ../src/guestfs-actions.pod:2555 ../src/guestfs-actions.pod:5315
+#: ../src/guestfs-actions.pod:7531
msgid "(Added in 1.0.27)"
msgstr "(Додано у 1.0.27)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2555
+#: ../src/guestfs-actions.pod:2557
msgid "guestfs_find0"
msgstr "guestfs_find0"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2557
+#: ../src/guestfs-actions.pod:2559
#, no-wrap
msgid ""
" int\n"
@@ -35267,24 +35310,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2566
+#: ../src/guestfs-actions.pod:2568
msgid ""
"This command works the same way as C<guestfs_find> with the following "
"exceptions:"
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2593
+#: ../src/guestfs-actions.pod:2595
msgid "(Added in 1.0.74)"
msgstr "(Додано у 1.0.74)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2595
+#: ../src/guestfs-actions.pod:2597
msgid "guestfs_findfs_label"
msgstr "guestfs_findfs_label"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2597
+#: ../src/guestfs-actions.pod:2599
#, no-wrap
msgid ""
" char *\n"
@@ -35298,18 +35341,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2605
+#: ../src/guestfs-actions.pod:2607
msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
msgstr ""
"Щоб визначити мітку файлової системи, скористайтеся C<guestfs_vfs_label>."
#. type: =head2
-#: ../src/guestfs-actions.pod:2612
+#: ../src/guestfs-actions.pod:2614
msgid "guestfs_findfs_uuid"
msgstr "guestfs_findfs_uuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2614
+#: ../src/guestfs-actions.pod:2616
#, no-wrap
msgid ""
" char *\n"
@@ -35323,18 +35366,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2622
+#: ../src/guestfs-actions.pod:2624
msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
msgstr ""
"Щоб визначити UUID файлової системи, скористайтеся C<guestfs_vfs_uuid>."
#. type: =head2
-#: ../src/guestfs-actions.pod:2629
+#: ../src/guestfs-actions.pod:2631
msgid "guestfs_fsck"
msgstr "guestfs_fsck"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2631
+#: ../src/guestfs-actions.pod:2633
#, no-wrap
msgid ""
" int\n"
@@ -35350,17 +35393,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2666 ../src/guestfs-actions.pod:9641
+#: ../src/guestfs-actions.pod:2668 ../src/guestfs-actions.pod:9648
msgid "(Added in 1.0.16)"
msgstr "(Додано у 1.0.16)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2668
+#: ../src/guestfs-actions.pod:2670
msgid "guestfs_get_append"
msgstr "guestfs_get_append"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2670
+#: ../src/guestfs-actions.pod:2672
#, no-wrap
msgid ""
" const char *\n"
@@ -35372,7 +35415,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2678
+#: ../src/guestfs-actions.pod:2680
msgid ""
"This function returns a string which may be NULL. There is no way to return "
"an error from this function. The string is owned by the guest handle and "
@@ -35380,21 +35423,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2682 ../src/guestfs-actions.pod:7206
-#: ../src/guestfs-actions.pod:7685 ../src/guestfs-actions.pod:8243
-#: ../src/guestfs-actions.pod:8262 ../src/guestfs-actions.pod:8278
-#: ../src/guestfs-actions.pod:8302 ../src/guestfs-actions.pod:9243
-#: ../src/guestfs-actions.pod:9258 ../src/guestfs-actions.pod:9709
+#: ../src/guestfs-actions.pod:2684 ../src/guestfs-actions.pod:7213
+#: ../src/guestfs-actions.pod:7692 ../src/guestfs-actions.pod:8250
+#: ../src/guestfs-actions.pod:8269 ../src/guestfs-actions.pod:8285
+#: ../src/guestfs-actions.pod:8309 ../src/guestfs-actions.pod:9250
+#: ../src/guestfs-actions.pod:9265 ../src/guestfs-actions.pod:9716
msgid "(Added in 1.0.26)"
msgstr "(Додано у 1.0.26)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2684
+#: ../src/guestfs-actions.pod:2686
msgid "guestfs_get_attach_method"
msgstr "guestfs_get_attach_method"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2686
+#: ../src/guestfs-actions.pod:2688
#, no-wrap
msgid ""
" char *\n"
@@ -35406,22 +35449,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2689
+#: ../src/guestfs-actions.pod:2691
msgid "Return the current attach method. See C<guestfs_set_attach_method>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2694 ../src/guestfs-actions.pod:7715
+#: ../src/guestfs-actions.pod:2696 ../src/guestfs-actions.pod:7722
msgid "(Added in 1.9.8)"
msgstr "(Додано у 1.9.8)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2696
+#: ../src/guestfs-actions.pod:2698
msgid "guestfs_get_autosync"
msgstr "guestfs_get_autosync"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2698
+#: ../src/guestfs-actions.pod:2700
#, no-wrap
msgid ""
" int\n"
@@ -35433,12 +35476,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:2707
+#: ../src/guestfs-actions.pod:2709
msgid "guestfs_get_direct"
msgstr "guestfs_get_direct"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2709
+#: ../src/guestfs-actions.pod:2711
#, no-wrap
msgid ""
" int\n"
@@ -35450,17 +35493,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2716 ../src/guestfs-actions.pod:7756
+#: ../src/guestfs-actions.pod:2718 ../src/guestfs-actions.pod:7763
msgid "(Added in 1.0.72)"
msgstr "(Додано у 1.0.72)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2718
+#: ../src/guestfs-actions.pod:2720
msgid "guestfs_get_e2attrs"
msgstr "guestfs_get_e2attrs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2720
+#: ../src/guestfs-actions.pod:2722
#, no-wrap
msgid ""
" char *\n"
@@ -35474,30 +35517,30 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2827
+#: ../src/guestfs-actions.pod:2829
msgid "See also C<guestfs_set_e2attrs>."
msgstr "Див. також C<guestfs_set_e2attrs>."
#. type: textblock
-#: ../src/guestfs-actions.pod:2829
+#: ../src/guestfs-actions.pod:2831
msgid ""
"Don't confuse these attributes with extended attributes (see "
"C<guestfs_getxattr>)."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2835 ../src/guestfs-actions.pod:2855
-#: ../src/guestfs-actions.pod:7795 ../src/guestfs-actions.pod:7834
+#: ../src/guestfs-actions.pod:2837 ../src/guestfs-actions.pod:2857
+#: ../src/guestfs-actions.pod:7802 ../src/guestfs-actions.pod:7841
msgid "(Added in 1.17.31)"
msgstr "(Додано у 1.17.31)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2837
+#: ../src/guestfs-actions.pod:2839
msgid "guestfs_get_e2generation"
msgstr "guestfs_get_e2generation"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2839
+#: ../src/guestfs-actions.pod:2841
#, no-wrap
msgid ""
" int64_t\n"
@@ -35511,17 +35554,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2851
+#: ../src/guestfs-actions.pod:2853
msgid "See C<guestfs_set_e2generation>."
msgstr "Див. C<guestfs_set_e2generation>."
#. type: =head2
-#: ../src/guestfs-actions.pod:2857
+#: ../src/guestfs-actions.pod:2859
msgid "guestfs_get_e2label"
msgstr "guestfs_get_e2label"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2859
+#: ../src/guestfs-actions.pod:2861
#, no-wrap
msgid ""
" char *\n"
@@ -35535,25 +35578,25 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2863
+#: ../src/guestfs-actions.pod:2865
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_vfs_label> "
"call instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2876 ../src/guestfs-actions.pod:2897
-#: ../src/guestfs-actions.pod:7859 ../src/guestfs-actions.pod:7878
+#: ../src/guestfs-actions.pod:2878 ../src/guestfs-actions.pod:2899
+#: ../src/guestfs-actions.pod:7866 ../src/guestfs-actions.pod:7885
msgid "(Added in 1.0.15)"
msgstr "(Додано у 1.0.15)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2878
+#: ../src/guestfs-actions.pod:2880
msgid "guestfs_get_e2uuid"
msgstr "guestfs_get_e2uuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2880
+#: ../src/guestfs-actions.pod:2882
#, no-wrap
msgid ""
" char *\n"
@@ -35567,19 +35610,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2884
+#: ../src/guestfs-actions.pod:2886
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_vfs_uuid> "
"call instead."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2899
+#: ../src/guestfs-actions.pod:2901
msgid "guestfs_get_memsize"
msgstr "guestfs_get_memsize"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2901
+#: ../src/guestfs-actions.pod:2903
#, no-wrap
msgid ""
" int\n"
@@ -35591,7 +35634,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2907
+#: ../src/guestfs-actions.pod:2909
msgid ""
"If C<guestfs_set_memsize> was not called on this handle, and if "
"C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
@@ -35599,22 +35642,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2916 ../src/guestfs-actions.pod:5812
-#: ../src/guestfs-actions.pod:6076 ../src/guestfs-actions.pod:6095
-#: ../src/guestfs-actions.pod:6114 ../src/guestfs-actions.pod:6126
-#: ../src/guestfs-actions.pod:6143 ../src/guestfs-actions.pod:6156
-#: ../src/guestfs-actions.pod:7431 ../src/guestfs-actions.pod:7921
-#: ../src/guestfs-actions.pod:8213 ../src/guestfs-actions.pod:8970
+#: ../src/guestfs-actions.pod:2918 ../src/guestfs-actions.pod:5819
+#: ../src/guestfs-actions.pod:6083 ../src/guestfs-actions.pod:6102
+#: ../src/guestfs-actions.pod:6121 ../src/guestfs-actions.pod:6133
+#: ../src/guestfs-actions.pod:6150 ../src/guestfs-actions.pod:6163
+#: ../src/guestfs-actions.pod:7438 ../src/guestfs-actions.pod:7928
+#: ../src/guestfs-actions.pod:8220 ../src/guestfs-actions.pod:8977
msgid "(Added in 1.0.55)"
msgstr "(Додано у 1.0.55)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2918
+#: ../src/guestfs-actions.pod:2920
msgid "guestfs_get_network"
msgstr "guestfs_get_network"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2920
+#: ../src/guestfs-actions.pod:2922
#, no-wrap
msgid ""
" int\n"
@@ -35626,17 +35669,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2927 ../src/guestfs-actions.pod:7940
+#: ../src/guestfs-actions.pod:2929 ../src/guestfs-actions.pod:7947
msgid "(Added in 1.5.4)"
msgstr "(Додано у 1.5.4)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2929
+#: ../src/guestfs-actions.pod:2931
msgid "guestfs_get_path"
msgstr "guestfs_get_path"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2931
+#: ../src/guestfs-actions.pod:2933
#, no-wrap
msgid ""
" const char *\n"
@@ -35648,19 +35691,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2939 ../src/guestfs-actions.pod:2979
+#: ../src/guestfs-actions.pod:2941 ../src/guestfs-actions.pod:2981
msgid ""
"This function returns a string, or NULL on error. The string is owned by "
"the guest handle and must I<not> be freed."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:2944
+#: ../src/guestfs-actions.pod:2946
msgid "guestfs_get_pgroup"
msgstr "guestfs_get_pgroup"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2946
+#: ../src/guestfs-actions.pod:2948
#, no-wrap
msgid ""
" int\n"
@@ -35672,18 +35715,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2953 ../src/guestfs-actions.pod:7978
-#: ../src/guestfs-actions.pod:9542
+#: ../src/guestfs-actions.pod:2955 ../src/guestfs-actions.pod:7985
+#: ../src/guestfs-actions.pod:9549
msgid "(Added in 1.11.18)"
msgstr "(Додано у 1.11.18)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2955
+#: ../src/guestfs-actions.pod:2957
msgid "guestfs_get_pid"
msgstr "guestfs_get_pid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2957
+#: ../src/guestfs-actions.pod:2959
#, no-wrap
msgid ""
" int\n"
@@ -35695,17 +35738,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2967
+#: ../src/guestfs-actions.pod:2969
msgid "(Added in 1.0.56)"
msgstr "(Додано у 1.0.56)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2969
+#: ../src/guestfs-actions.pod:2971
msgid "guestfs_get_qemu"
msgstr "guestfs_get_qemu"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2971
+#: ../src/guestfs-actions.pod:2973
#, no-wrap
msgid ""
" const char *\n"
@@ -35717,17 +35760,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2982 ../src/guestfs-actions.pod:8006
+#: ../src/guestfs-actions.pod:2984 ../src/guestfs-actions.pod:8013
msgid "(Added in 1.0.6)"
msgstr "(Додано у 1.0.6)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2984
+#: ../src/guestfs-actions.pod:2986
msgid "guestfs_get_recovery_proc"
msgstr "guestfs_get_recovery_proc"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2986
+#: ../src/guestfs-actions.pod:2988
#, no-wrap
msgid ""
" int\n"
@@ -35739,22 +35782,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2993 ../src/guestfs-actions.pod:4635
-#: ../src/guestfs-actions.pod:4995 ../src/guestfs-actions.pod:5406
-#: ../src/guestfs-actions.pod:5651 ../src/guestfs-actions.pod:7136
-#: ../src/guestfs-actions.pod:7479 ../src/guestfs-actions.pod:8030
-#: ../src/guestfs-actions.pod:8751 ../src/guestfs-actions.pod:8771
-#: ../src/guestfs-actions.pod:9127
+#: ../src/guestfs-actions.pod:2995 ../src/guestfs-actions.pod:4642
+#: ../src/guestfs-actions.pod:5002 ../src/guestfs-actions.pod:5413
+#: ../src/guestfs-actions.pod:5658 ../src/guestfs-actions.pod:7143
+#: ../src/guestfs-actions.pod:7486 ../src/guestfs-actions.pod:8037
+#: ../src/guestfs-actions.pod:8758 ../src/guestfs-actions.pod:8778
+#: ../src/guestfs-actions.pod:9134
msgid "(Added in 1.0.77)"
msgstr "(Додано у 1.0.77)"
#. type: =head2
-#: ../src/guestfs-actions.pod:2995
+#: ../src/guestfs-actions.pod:2997
msgid "guestfs_get_selinux"
msgstr "guestfs_get_selinux"
#. type: verbatim
-#: ../src/guestfs-actions.pod:2997
+#: ../src/guestfs-actions.pod:2999
#, no-wrap
msgid ""
" int\n"
@@ -35766,25 +35809,25 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3000
+#: ../src/guestfs-actions.pod:3002
msgid ""
"This returns the current setting of the selinux flag which is passed to the "
"appliance at boot time. See C<guestfs_set_selinux>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3008 ../src/guestfs-actions.pod:3082
-#: ../src/guestfs-actions.pod:8049 ../src/guestfs-actions.pod:8123
+#: ../src/guestfs-actions.pod:3010 ../src/guestfs-actions.pod:3084
+#: ../src/guestfs-actions.pod:8056 ../src/guestfs-actions.pod:8130
msgid "(Added in 1.0.67)"
msgstr "(Додано у 1.0.67)"
#. type: =head2
-#: ../src/guestfs-actions.pod:3010
+#: ../src/guestfs-actions.pod:3012
msgid "guestfs_get_smp"
msgstr "guestfs_get_smp"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3012
+#: ../src/guestfs-actions.pod:3014
#, no-wrap
msgid ""
" int\n"
@@ -35796,12 +35839,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:3021
+#: ../src/guestfs-actions.pod:3023
msgid "guestfs_get_state"
msgstr "guestfs_get_state"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3023
+#: ../src/guestfs-actions.pod:3025
#, no-wrap
msgid ""
" int\n"
@@ -35813,12 +35856,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:3035
+#: ../src/guestfs-actions.pod:3037
msgid "guestfs_get_trace"
msgstr "guestfs_get_trace"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3037
+#: ../src/guestfs-actions.pod:3039
#, no-wrap
msgid ""
" int\n"
@@ -35830,12 +35873,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:3046
+#: ../src/guestfs-actions.pod:3048
msgid "guestfs_get_umask"
msgstr "guestfs_get_umask"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3048
+#: ../src/guestfs-actions.pod:3050
#, no-wrap
msgid ""
" int\n"
@@ -35847,19 +35890,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3051
+#: ../src/guestfs-actions.pod:3053
msgid ""
"Return the current umask. By default the umask is C<022> unless it has been "
"set by calling C<guestfs_umask>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3058
+#: ../src/guestfs-actions.pod:3060
msgid "guestfs_get_verbose"
msgstr "guestfs_get_verbose"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3060
+#: ../src/guestfs-actions.pod:3062
#, no-wrap
msgid ""
" int\n"
@@ -35871,12 +35914,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:3069
+#: ../src/guestfs-actions.pod:3071
msgid "guestfs_getcon"
msgstr "guestfs_getcon"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3071
+#: ../src/guestfs-actions.pod:3073
#, no-wrap
msgid ""
" char *\n"
@@ -35888,18 +35931,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3076
+#: ../src/guestfs-actions.pod:3078
msgid ""
"See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3084
+#: ../src/guestfs-actions.pod:3086
msgid "guestfs_getxattr"
msgstr "guestfs_getxattr"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3086
+#: ../src/guestfs-actions.pod:3088
#, no-wrap
msgid ""
" char *\n"
@@ -35917,7 +35960,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3092
+#: ../src/guestfs-actions.pod:3094
msgid ""
"Get a single extended attribute from file C<path> named C<name>. This call "
"follows symlinks. If you want to lookup an extended attribute for the "
@@ -35925,7 +35968,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3096 ../src/guestfs-actions.pod:4649
+#: ../src/guestfs-actions.pod:3098 ../src/guestfs-actions.pod:4656
msgid ""
"Normally it is better to get all extended attributes from a file in one go "
"by calling C<guestfs_getxattrs>. However some Linux filesystem "
@@ -35935,15 +35978,15 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3106
+#: ../src/guestfs-actions.pod:3108
msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
msgstr "Див. також C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
#. type: textblock
-#: ../src/guestfs-actions.pod:3108 ../src/guestfs-actions.pod:3325
-#: ../src/guestfs-actions.pod:3817 ../src/guestfs-actions.pod:4661
-#: ../src/guestfs-actions.pod:7129 ../src/guestfs-actions.pod:7155
-#: ../src/guestfs-actions.pod:7336 ../src/guestfs-actions.pod:9307
+#: ../src/guestfs-actions.pod:3110 ../src/guestfs-actions.pod:3327
+#: ../src/guestfs-actions.pod:3819 ../src/guestfs-actions.pod:4668
+#: ../src/guestfs-actions.pod:7136 ../src/guestfs-actions.pod:7162
+#: ../src/guestfs-actions.pod:7343 ../src/guestfs-actions.pod:9314
msgid ""
"This function returns a buffer, or NULL on error. The size of the returned "
"buffer is written to C<*size_r>. I<The caller must free the returned buffer "
@@ -35951,17 +35994,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3112 ../src/guestfs-actions.pod:4665
+#: ../src/guestfs-actions.pod:3114 ../src/guestfs-actions.pod:4672
msgid "(Added in 1.7.24)"
msgstr "(Додано у 1.7.24)"
#. type: =head2
-#: ../src/guestfs-actions.pod:3114
+#: ../src/guestfs-actions.pod:3116
msgid "guestfs_getxattrs"
msgstr "guestfs_getxattrs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3116
+#: ../src/guestfs-actions.pod:3118
#, no-wrap
msgid ""
" struct guestfs_xattr_list *\n"
@@ -35975,33 +36018,33 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3126
+#: ../src/guestfs-actions.pod:3128
msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
msgstr "Див. також C<guestfs_lgetxattrs>, L<attr(5)>."
#. type: textblock
-#: ../src/guestfs-actions.pod:3128 ../src/guestfs-actions.pod:4677
-#: ../src/guestfs-actions.pod:5402
+#: ../src/guestfs-actions.pod:3130 ../src/guestfs-actions.pod:4684
+#: ../src/guestfs-actions.pod:5409
msgid ""
"This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
"an error. I<The caller must call C<guestfs_free_xattr_list> after use>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3132 ../src/guestfs-actions.pod:4681
-#: ../src/guestfs-actions.pod:4909 ../src/guestfs-actions.pod:4945
-#: ../src/guestfs-actions.pod:7509 ../src/guestfs-actions.pod:8142
-#: ../src/guestfs-actions.pod:9774
+#: ../src/guestfs-actions.pod:3134 ../src/guestfs-actions.pod:4688
+#: ../src/guestfs-actions.pod:4916 ../src/guestfs-actions.pod:4952
+#: ../src/guestfs-actions.pod:7516 ../src/guestfs-actions.pod:8149
+#: ../src/guestfs-actions.pod:9781
msgid "(Added in 1.0.59)"
msgstr "(Додано у 1.0.59)"
#. type: =head2
-#: ../src/guestfs-actions.pod:3134
+#: ../src/guestfs-actions.pod:3136
msgid "guestfs_glob_expand"
msgstr "guestfs_glob_expand"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3136
+#: ../src/guestfs-actions.pod:3138
#, no-wrap
msgid ""
" char **\n"
@@ -36015,7 +36058,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3151
+#: ../src/guestfs-actions.pod:3153
msgid ""
"Notice that there is no equivalent command for expanding a device name (eg. "
"C</dev/sd*>). Use C<guestfs_list_devices>, C<guestfs_list_partitions> etc "
@@ -36023,20 +36066,20 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3159 ../src/guestfs-actions.pod:8326
-#: ../src/guestfs-actions.pod:8343
+#: ../src/guestfs-actions.pod:3161 ../src/guestfs-actions.pod:8333
+#: ../src/guestfs-actions.pod:8350
msgid "(Added in 1.0.50)"
msgstr "(Додано у 1.0.50)"
#. type: =head2
-#: ../src/guestfs-actions.pod:3161
+#: ../src/guestfs-actions.pod:3163
#, fuzzy
#| msgid "guestfs_grepi"
msgid "guestfs_grep"
msgstr "guestfs_grepi"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3163
+#: ../src/guestfs-actions.pod:3165
#, no-wrap
msgid ""
" char **\n"
@@ -36052,12 +36095,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:3180
+#: ../src/guestfs-actions.pod:3182
msgid "guestfs_grepi"
msgstr "guestfs_grepi"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3182
+#: ../src/guestfs-actions.pod:3184
#, no-wrap
msgid ""
" char **\n"
@@ -36073,12 +36116,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:3199
+#: ../src/guestfs-actions.pod:3201
msgid "guestfs_grub_install"
msgstr "guestfs_grub_install"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3201
+#: ../src/guestfs-actions.pod:3203
#, no-wrap
msgid ""
" int\n"
@@ -36094,17 +36137,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3244
+#: ../src/guestfs-actions.pod:3246
msgid "(Added in 1.0.17)"
msgstr "(Додано у 1.0.17)"
#. type: =head2
-#: ../src/guestfs-actions.pod:3246
+#: ../src/guestfs-actions.pod:3248
msgid "guestfs_head"
msgstr "guestfs_head"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3248
+#: ../src/guestfs-actions.pod:3250
#, no-wrap
msgid ""
" char **\n"
@@ -36118,12 +36161,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:3264
+#: ../src/guestfs-actions.pod:3266
msgid "guestfs_head_n"
msgstr "guestfs_head_n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3266
+#: ../src/guestfs-actions.pod:3268
#, no-wrap
msgid ""
" char **\n"
@@ -36139,12 +36182,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:3288
+#: ../src/guestfs-actions.pod:3290
msgid "guestfs_hexdump"
msgstr "guestfs_hexdump"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3290
+#: ../src/guestfs-actions.pod:3292
#, no-wrap
msgid ""
" char *\n"
@@ -36158,18 +36201,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3303 ../src/guestfs-actions.pod:8430
-#: ../src/guestfs-actions.pod:8485
+#: ../src/guestfs-actions.pod:3305 ../src/guestfs-actions.pod:8437
+#: ../src/guestfs-actions.pod:8492
msgid "(Added in 1.0.22)"
msgstr "(Додано у 1.0.22)"
#. type: =head2
-#: ../src/guestfs-actions.pod:3305
+#: ../src/guestfs-actions.pod:3307
msgid "guestfs_initrd_cat"
msgstr "guestfs_initrd_cat"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3307
+#: ../src/guestfs-actions.pod:3309
#, no-wrap
msgid ""
" char *\n"
@@ -36187,17 +36230,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3323
+#: ../src/guestfs-actions.pod:3325
msgid "See also C<guestfs_initrd_list>."
msgstr "Див. також C<guestfs_initrd_list>."
#. type: =head2
-#: ../src/guestfs-actions.pod:3334
+#: ../src/guestfs-actions.pod:3336
msgid "guestfs_initrd_list"
msgstr "guestfs_initrd_list"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3336
+#: ../src/guestfs-actions.pod:3338
#, no-wrap
msgid ""
" char **\n"
@@ -36211,12 +36254,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:3356
+#: ../src/guestfs-actions.pod:3358
msgid "guestfs_inotify_add_watch"
msgstr "guestfs_inotify_add_watch"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3358
+#: ../src/guestfs-actions.pod:3360
#, no-wrap
msgid ""
" int64_t\n"
@@ -36232,12 +36275,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:3377
+#: ../src/guestfs-actions.pod:3379
msgid "guestfs_inotify_close"
msgstr "guestfs_inotify_close"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3379
+#: ../src/guestfs-actions.pod:3381
#, no-wrap
msgid ""
" int\n"
@@ -36249,12 +36292,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:3390
+#: ../src/guestfs-actions.pod:3392
msgid "guestfs_inotify_files"
msgstr "guestfs_inotify_files"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3392
+#: ../src/guestfs-actions.pod:3394
#, no-wrap
msgid ""
" char **\n"
@@ -36266,7 +36309,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3395
+#: ../src/guestfs-actions.pod:3397
msgid ""
"This function is a helpful wrapper around C<guestfs_inotify_read> which just "
"returns a list of pathnames of objects that were touched. The returned "
@@ -36274,12 +36317,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3405
+#: ../src/guestfs-actions.pod:3407
msgid "guestfs_inotify_init"
msgstr "guestfs_inotify_init"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3407
+#: ../src/guestfs-actions.pod:3409
#, no-wrap
msgid ""
" int\n"
@@ -36293,7 +36336,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3415
+#: ../src/guestfs-actions.pod:3417
msgid ""
"C<maxevents> is the maximum number of events which will be queued up between "
"calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>. If this is "
@@ -36305,7 +36348,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3425
+#: ../src/guestfs-actions.pod:3427
msgid ""
"Before any events are generated, you have to add some watches to the "
"internal watch list. See: C<guestfs_inotify_add_watch> and "
@@ -36313,7 +36356,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3429
+#: ../src/guestfs-actions.pod:3431
msgid ""
"Queued up events should be read periodically by calling "
"C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
@@ -36322,19 +36365,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3436
+#: ../src/guestfs-actions.pod:3438
msgid ""
"The handle should be closed after use by calling C<guestfs_inotify_close>. "
"This also removes any watches automatically."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3449
+#: ../src/guestfs-actions.pod:3451
msgid "guestfs_inotify_read"
msgstr "guestfs_inotify_read"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3451
+#: ../src/guestfs-actions.pod:3453
#, no-wrap
msgid ""
" struct guestfs_inotify_event_list *\n"
@@ -36346,7 +36389,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3465
+#: ../src/guestfs-actions.pod:3467
msgid ""
"This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
"there was an error. I<The caller must call "
@@ -36354,12 +36397,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3471
+#: ../src/guestfs-actions.pod:3473
msgid "guestfs_inotify_rm_watch"
msgstr "guestfs_inotify_rm_watch"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3473
+#: ../src/guestfs-actions.pod:3475
#, no-wrap
msgid ""
" int\n"
@@ -36373,18 +36416,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3477
+#: ../src/guestfs-actions.pod:3479
msgid ""
"Remove a previously defined inotify watch. See C<guestfs_inotify_add_watch>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3484
+#: ../src/guestfs-actions.pod:3486
msgid "guestfs_inspect_get_arch"
msgstr "guestfs_inspect_get_arch"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3486
+#: ../src/guestfs-actions.pod:3488
#, no-wrap
msgid ""
" char *\n"
@@ -36398,19 +36441,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3490
+#: ../src/guestfs-actions.pod:3492
msgid ""
"This returns the architecture of the inspected operating system. The "
"possible return values are listed under C<guestfs_file_architecture>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3504
+#: ../src/guestfs-actions.pod:3506
msgid "guestfs_inspect_get_distro"
msgstr "guestfs_inspect_get_distro"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3506
+#: ../src/guestfs-actions.pod:3508
#, no-wrap
msgid ""
" char *\n"
@@ -36424,12 +36467,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:3618
+#: ../src/guestfs-actions.pod:3620
msgid "guestfs_inspect_get_drive_mappings"
msgstr "guestfs_inspect_get_drive_mappings"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3620
+#: ../src/guestfs-actions.pod:3622
#, no-wrap
msgid ""
" char **\n"
@@ -36443,24 +36486,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3649
+#: ../src/guestfs-actions.pod:3651
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also "
"C<guestfs_inspect_get_mountpoints>, C<guestfs_inspect_get_filesystems>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3659 ../src/guestfs-actions.pod:4128
+#: ../src/guestfs-actions.pod:3661 ../src/guestfs-actions.pod:4130
msgid "(Added in 1.9.17)"
msgstr "(Додано у 1.9.17)"
#. type: =head2
-#: ../src/guestfs-actions.pod:3661
+#: ../src/guestfs-actions.pod:3663
msgid "guestfs_inspect_get_filesystems"
msgstr "guestfs_inspect_get_filesystems"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3663
+#: ../src/guestfs-actions.pod:3665
#, no-wrap
msgid ""
" char **\n"
@@ -36474,19 +36517,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3675
+#: ../src/guestfs-actions.pod:3677
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also "
"C<guestfs_inspect_get_mountpoints>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3684
+#: ../src/guestfs-actions.pod:3686
msgid "guestfs_inspect_get_format"
msgstr "guestfs_inspect_get_format"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3686
+#: ../src/guestfs-actions.pod:3688
#, no-wrap
msgid ""
" char *\n"
@@ -36500,19 +36543,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3720 ../src/guestfs-actions.pod:4164
-#: ../src/guestfs-actions.pod:4180 ../src/guestfs-actions.pod:4198
-#: ../src/guestfs-actions.pod:7545
+#: ../src/guestfs-actions.pod:3722 ../src/guestfs-actions.pod:4166
+#: ../src/guestfs-actions.pod:4182 ../src/guestfs-actions.pod:4200
+#: ../src/guestfs-actions.pod:7552
msgid "(Added in 1.9.4)"
msgstr "(Додано у 1.9.4)"
#. type: =head2
-#: ../src/guestfs-actions.pod:3722
+#: ../src/guestfs-actions.pod:3724
msgid "guestfs_inspect_get_hostname"
msgstr "guestfs_inspect_get_hostname"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3724
+#: ../src/guestfs-actions.pod:3726
#, no-wrap
msgid ""
" char *\n"
@@ -36526,17 +36569,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3739
+#: ../src/guestfs-actions.pod:3741
msgid "(Added in 1.7.9)"
msgstr "(Додано у 1.7.9)"
#. type: =head2
-#: ../src/guestfs-actions.pod:3741
+#: ../src/guestfs-actions.pod:3743
msgid "guestfs_inspect_get_icon"
msgstr "guestfs_inspect_get_icon"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3743
+#: ../src/guestfs-actions.pod:3745
#, no-wrap
msgid ""
" char *\n"
@@ -36554,7 +36597,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3754
+#: ../src/guestfs-actions.pod:3756
#, no-wrap
msgid ""
" GUESTFS_INSPECT_GET_ICON_FAVICON, int favicon,\n"
@@ -36566,18 +36609,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3821 ../src/guestfs-actions.pod:4695
-#: ../src/guestfs-actions.pod:6244
+#: ../src/guestfs-actions.pod:3823 ../src/guestfs-actions.pod:4702
+#: ../src/guestfs-actions.pod:6251
msgid "(Added in 1.11.12)"
msgstr "(Додано у 1.11.12)"
#. type: =head2
-#: ../src/guestfs-actions.pod:3823
+#: ../src/guestfs-actions.pod:3825
msgid "guestfs_inspect_get_icon_va"
msgstr "guestfs_inspect_get_icon_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3825
+#: ../src/guestfs-actions.pod:3827
#, no-wrap
msgid ""
" char *\n"
@@ -36595,17 +36638,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3831
+#: ../src/guestfs-actions.pod:3833
msgid "This is the \"va_list variant\" of L</guestfs_inspect_get_icon>."
msgstr "Це «варіант з va_list» L</guestfs_inspect_get_icon>."
#. type: =head2
-#: ../src/guestfs-actions.pod:3835
+#: ../src/guestfs-actions.pod:3837
msgid "guestfs_inspect_get_icon_argv"
msgstr "guestfs_inspect_get_icon_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3837
+#: ../src/guestfs-actions.pod:3839
#, no-wrap
msgid ""
" char *\n"
@@ -36623,17 +36666,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3843
+#: ../src/guestfs-actions.pod:3845
msgid "This is the \"argv variant\" of L</guestfs_inspect_get_icon>."
msgstr "Це «варіант з argv» L</guestfs_inspect_get_icon>."
#. type: =head2
-#: ../src/guestfs-actions.pod:3847
+#: ../src/guestfs-actions.pod:3849
msgid "guestfs_inspect_get_major_version"
msgstr "guestfs_inspect_get_major_version"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3849
+#: ../src/guestfs-actions.pod:3851
#, no-wrap
msgid ""
" int\n"
@@ -36647,12 +36690,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:3871
+#: ../src/guestfs-actions.pod:3873
msgid "guestfs_inspect_get_minor_version"
msgstr "guestfs_inspect_get_minor_version"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3873
+#: ../src/guestfs-actions.pod:3875
#, no-wrap
msgid ""
" int\n"
@@ -36666,19 +36709,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3882
+#: ../src/guestfs-actions.pod:3884
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also "
"C<guestfs_inspect_get_major_version>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3889
+#: ../src/guestfs-actions.pod:3891
msgid "guestfs_inspect_get_mountpoints"
msgstr "guestfs_inspect_get_mountpoints"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3891
+#: ../src/guestfs-actions.pod:3893
#, no-wrap
msgid ""
" char **\n"
@@ -36692,7 +36735,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3912
+#: ../src/guestfs-actions.pod:3914
msgid ""
"For operating systems like Windows which still use drive letters, this call "
"will only return an entry for the first drive \"mounted on\" C</>. For "
@@ -36701,19 +36744,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3918
+#: ../src/guestfs-actions.pod:3920
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also "
"C<guestfs_inspect_get_filesystems>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3929
+#: ../src/guestfs-actions.pod:3931
msgid "guestfs_inspect_get_package_format"
msgstr "guestfs_inspect_get_package_format"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3931
+#: ../src/guestfs-actions.pod:3933
#, no-wrap
msgid ""
" char *\n"
@@ -36727,7 +36770,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3935
+#: ../src/guestfs-actions.pod:3937
msgid ""
"This function and C<guestfs_inspect_get_package_management> return the "
"package format and package management tool used by the inspected operating "
@@ -36736,17 +36779,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3954 ../src/guestfs-actions.pod:3982
+#: ../src/guestfs-actions.pod:3956 ../src/guestfs-actions.pod:3984
msgid "(Added in 1.7.5)"
msgstr "(Додано у 1.7.5)"
#. type: =head2
-#: ../src/guestfs-actions.pod:3956
+#: ../src/guestfs-actions.pod:3958
msgid "guestfs_inspect_get_package_management"
msgstr "guestfs_inspect_get_package_management"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3958
+#: ../src/guestfs-actions.pod:3960
#, no-wrap
msgid ""
" char *\n"
@@ -36760,7 +36803,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3962
+#: ../src/guestfs-actions.pod:3964
msgid ""
"C<guestfs_inspect_get_package_format> and this function return the package "
"format and package management tool used by the inspected operating system. "
@@ -36769,12 +36812,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:3984
+#: ../src/guestfs-actions.pod:3986
msgid "guestfs_inspect_get_product_name"
msgstr "guestfs_inspect_get_product_name"
#. type: verbatim
-#: ../src/guestfs-actions.pod:3986
+#: ../src/guestfs-actions.pod:3988
#, no-wrap
msgid ""
" char *\n"
@@ -36788,12 +36831,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4005
+#: ../src/guestfs-actions.pod:4007
msgid "guestfs_inspect_get_product_variant"
msgstr "guestfs_inspect_get_product_variant"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4007
+#: ../src/guestfs-actions.pod:4009
#, no-wrap
msgid ""
" char *\n"
@@ -36807,24 +36850,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4030
+#: ../src/guestfs-actions.pod:4032
msgid ""
"Please read L<guestfs(3)/INSPECTION> for more details. See also "
"C<guestfs_inspect_get_product_name>, C<guestfs_inspect_get_major_version>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4037
+#: ../src/guestfs-actions.pod:4039
msgid "(Added in 1.9.13)"
msgstr "(Додано у 1.9.13)"
#. type: =head2
-#: ../src/guestfs-actions.pod:4039
+#: ../src/guestfs-actions.pod:4041
msgid "guestfs_inspect_get_roots"
msgstr "guestfs_inspect_get_roots"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4041
+#: ../src/guestfs-actions.pod:4043
#, no-wrap
msgid ""
" char **\n"
@@ -36836,7 +36879,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4044
+#: ../src/guestfs-actions.pod:4046
msgid ""
"This function is a convenient way to get the list of root devices, as "
"returned from a previous call to C<guestfs_inspect_os>, but without redoing "
@@ -36844,24 +36887,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4048
+#: ../src/guestfs-actions.pod:4050
msgid ""
"This returns an empty list if either no root devices were found or the "
"caller has not called C<guestfs_inspect_os>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4057
+#: ../src/guestfs-actions.pod:4059
msgid "(Added in 1.7.3)"
msgstr "(Додано у 1.7.3)"
#. type: =head2
-#: ../src/guestfs-actions.pod:4059
+#: ../src/guestfs-actions.pod:4061
msgid "guestfs_inspect_get_type"
msgstr "guestfs_inspect_get_type"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4061
+#: ../src/guestfs-actions.pod:4063
#, no-wrap
msgid ""
" char *\n"
@@ -36875,12 +36918,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4110
+#: ../src/guestfs-actions.pod:4112
msgid "guestfs_inspect_get_windows_current_control_set"
msgstr "guestfs_inspect_get_windows_current_control_set"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4112
+#: ../src/guestfs-actions.pod:4114
#, no-wrap
msgid ""
" char *\n"
@@ -36894,12 +36937,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4130
+#: ../src/guestfs-actions.pod:4132
msgid "guestfs_inspect_get_windows_systemroot"
msgstr "guestfs_inspect_get_windows_systemroot"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4132
+#: ../src/guestfs-actions.pod:4134
#, no-wrap
msgid ""
" char *\n"
@@ -36913,17 +36956,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4148
+#: ../src/guestfs-actions.pod:4150
msgid "(Added in 1.5.25)"
msgstr "(Додано у 1.5.25)"
#. type: =head2
-#: ../src/guestfs-actions.pod:4150
+#: ../src/guestfs-actions.pod:4152
msgid "guestfs_inspect_is_live"
msgstr "guestfs_inspect_is_live"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4152
+#: ../src/guestfs-actions.pod:4154
#, no-wrap
msgid ""
" int\n"
@@ -36937,19 +36980,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4156
+#: ../src/guestfs-actions.pod:4158
msgid ""
"If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
"disk), then this returns true if a live image was detected on the disk."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4166
+#: ../src/guestfs-actions.pod:4168
msgid "guestfs_inspect_is_multipart"
msgstr "guestfs_inspect_is_multipart"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4168
+#: ../src/guestfs-actions.pod:4170
#, no-wrap
msgid ""
" int\n"
@@ -36963,19 +37006,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4172
+#: ../src/guestfs-actions.pod:4174
msgid ""
"If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
"disk), then this returns true if the disk is part of a set."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4182
+#: ../src/guestfs-actions.pod:4184
msgid "guestfs_inspect_is_netinst"
msgstr "guestfs_inspect_is_netinst"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4184
+#: ../src/guestfs-actions.pod:4186
#, no-wrap
msgid ""
" int\n"
@@ -36989,7 +37032,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4188
+#: ../src/guestfs-actions.pod:4190
msgid ""
"If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
"disk), then this returns true if the disk is a network installer, ie. not a "
@@ -36998,12 +37041,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4200
+#: ../src/guestfs-actions.pod:4202
msgid "guestfs_inspect_list_applications"
msgstr "guestfs_inspect_list_applications"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4202
+#: ../src/guestfs-actions.pod:4204
#, no-wrap
msgid ""
" struct guestfs_application_list *\n"
@@ -37017,7 +37060,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4208
+#: ../src/guestfs-actions.pod:4210
msgid ""
"I<Note:> This call works differently from other parts of the inspection "
"API. You have to call C<guestfs_inspect_os>, then "
@@ -37030,7 +37073,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4298
+#: ../src/guestfs-actions.pod:4300
msgid ""
"This function returns a C<struct guestfs_application_list *>, or NULL if "
"there was an error. I<The caller must call C<guestfs_free_application_list> "
@@ -37038,17 +37081,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4302
+#: ../src/guestfs-actions.pod:4304
msgid "(Added in 1.7.8)"
msgstr "(Додано у 1.7.8)"
#. type: =head2
-#: ../src/guestfs-actions.pod:4304
+#: ../src/guestfs-actions.pod:4306
msgid "guestfs_inspect_os"
msgstr "guestfs_inspect_os"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4306
+#: ../src/guestfs-actions.pod:4308
#, no-wrap
msgid ""
" char **\n"
@@ -37060,7 +37103,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4322
+#: ../src/guestfs-actions.pod:4324
msgid ""
"You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
"functions in order to query further information about each operating system, "
@@ -37068,7 +37111,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4327
+#: ../src/guestfs-actions.pod:4329
msgid ""
"This function uses other libguestfs features such as C<guestfs_mount_ro> and "
"C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
@@ -37077,18 +37120,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4339 ../src/guestfs-actions.pod:4706
-#: ../src/guestfs-actions.pod:4801
+#: ../src/guestfs-actions.pod:4341 ../src/guestfs-actions.pod:4713
+#: ../src/guestfs-actions.pod:4808
msgid "See also C<guestfs_list_filesystems>."
msgstr "Див. також C<guestfs_list_filesystems>."
#. type: =head2
-#: ../src/guestfs-actions.pod:4347
+#: ../src/guestfs-actions.pod:4349
msgid "guestfs_is_blockdev"
msgstr "guestfs_is_blockdev"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4349
+#: ../src/guestfs-actions.pod:4351
#, no-wrap
msgid ""
" int\n"
@@ -37102,27 +37145,27 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4356 ../src/guestfs-actions.pod:4371
-#: ../src/guestfs-actions.pod:4401 ../src/guestfs-actions.pod:4416
-#: ../src/guestfs-actions.pod:4432 ../src/guestfs-actions.pod:4488
-#: ../src/guestfs-actions.pod:4503
+#: ../src/guestfs-actions.pod:4358 ../src/guestfs-actions.pod:4373
+#: ../src/guestfs-actions.pod:4403 ../src/guestfs-actions.pod:4418
+#: ../src/guestfs-actions.pod:4434 ../src/guestfs-actions.pod:4490
+#: ../src/guestfs-actions.pod:4505
msgid "See also C<guestfs_stat>."
msgstr "Див. також C<guestfs_stat>."
#. type: textblock
-#: ../src/guestfs-actions.pod:4360 ../src/guestfs-actions.pod:4375
-#: ../src/guestfs-actions.pod:4420 ../src/guestfs-actions.pod:4492
-#: ../src/guestfs-actions.pod:4507
+#: ../src/guestfs-actions.pod:4362 ../src/guestfs-actions.pod:4377
+#: ../src/guestfs-actions.pod:4422 ../src/guestfs-actions.pod:4494
+#: ../src/guestfs-actions.pod:4509
msgid "(Added in 1.5.10)"
msgstr "(Додано у 1.5.10)"
#. type: =head2
-#: ../src/guestfs-actions.pod:4362
+#: ../src/guestfs-actions.pod:4364
msgid "guestfs_is_chardev"
msgstr "guestfs_is_chardev"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4364
+#: ../src/guestfs-actions.pod:4366
#, no-wrap
msgid ""
" int\n"
@@ -37136,12 +37179,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4377
+#: ../src/guestfs-actions.pod:4379
msgid "guestfs_is_config"
msgstr "guestfs_is_config"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4379
+#: ../src/guestfs-actions.pod:4381
#, no-wrap
msgid ""
" int\n"
@@ -37153,12 +37196,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4391
+#: ../src/guestfs-actions.pod:4393
msgid "guestfs_is_dir"
msgstr "guestfs_is_dir"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4393
+#: ../src/guestfs-actions.pod:4395
#, no-wrap
msgid ""
" int\n"
@@ -37172,12 +37215,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4407
+#: ../src/guestfs-actions.pod:4409
msgid "guestfs_is_fifo"
msgstr "guestfs_is_fifo"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4409
+#: ../src/guestfs-actions.pod:4411
#, no-wrap
msgid ""
" int\n"
@@ -37191,12 +37234,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4422
+#: ../src/guestfs-actions.pod:4424
msgid "guestfs_is_file"
msgstr "guestfs_is_file"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4424
+#: ../src/guestfs-actions.pod:4426
#, no-wrap
msgid ""
" int\n"
@@ -37210,12 +37253,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4438
+#: ../src/guestfs-actions.pod:4440
msgid "guestfs_is_launching"
msgstr "guestfs_is_launching"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4440
+#: ../src/guestfs-actions.pod:4442
#, no-wrap
msgid ""
" int\n"
@@ -37227,12 +37270,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4452
+#: ../src/guestfs-actions.pod:4454
msgid "guestfs_is_lv"
msgstr "guestfs_is_lv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4454
+#: ../src/guestfs-actions.pod:4456
#, no-wrap
msgid ""
" int\n"
@@ -37246,12 +37289,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4465
+#: ../src/guestfs-actions.pod:4467
msgid "guestfs_is_ready"
msgstr "guestfs_is_ready"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4467
+#: ../src/guestfs-actions.pod:4469
#, no-wrap
msgid ""
" int\n"
@@ -37263,12 +37306,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4479
+#: ../src/guestfs-actions.pod:4481
msgid "guestfs_is_socket"
msgstr "guestfs_is_socket"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4481
+#: ../src/guestfs-actions.pod:4483
#, no-wrap
msgid ""
" int\n"
@@ -37282,12 +37325,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4494
+#: ../src/guestfs-actions.pod:4496
msgid "guestfs_is_symlink"
msgstr "guestfs_is_symlink"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4496
+#: ../src/guestfs-actions.pod:4498
#, no-wrap
msgid ""
" int\n"
@@ -37301,12 +37344,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4509
+#: ../src/guestfs-actions.pod:4511
msgid "guestfs_is_zero"
msgstr "guestfs_is_zero"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4511
+#: ../src/guestfs-actions.pod:4513
#, no-wrap
msgid ""
" int\n"
@@ -37320,17 +37363,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4520 ../src/guestfs-actions.pod:4534
+#: ../src/guestfs-actions.pod:4522 ../src/guestfs-actions.pod:4536
msgid "(Added in 1.11.8)"
msgstr "(Додано у 1.11.8)"
#. type: =head2
-#: ../src/guestfs-actions.pod:4522
+#: ../src/guestfs-actions.pod:4524
msgid "guestfs_is_zero_device"
msgstr "guestfs_is_zero_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4524
+#: ../src/guestfs-actions.pod:4526
#, no-wrap
msgid ""
" int\n"
@@ -37344,12 +37387,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4536 ../src/guestfs-structs.pod:268
+#: ../src/guestfs-actions.pod:4538 ../src/guestfs-structs.pod:268
msgid "guestfs_isoinfo"
msgstr "guestfs_isoinfo"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4538
+#: ../src/guestfs-actions.pod:4540
#, no-wrap
msgid ""
" struct guestfs_isoinfo *\n"
@@ -37363,7 +37406,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4542
+#: ../src/guestfs-actions.pod:4544
msgid ""
"This is the same as C<guestfs_isoinfo_device> except that it works for an "
"ISO file located inside some other mounted filesystem. Note that in the "
@@ -37372,24 +37415,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4548 ../src/guestfs-actions.pod:4571
+#: ../src/guestfs-actions.pod:4550 ../src/guestfs-actions.pod:4573
msgid ""
"This function returns a C<struct guestfs_isoinfo *>, or NULL if there was an "
"error. I<The caller must call C<guestfs_free_isoinfo> after use>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4552 ../src/guestfs-actions.pod:4575
+#: ../src/guestfs-actions.pod:4554 ../src/guestfs-actions.pod:4577
msgid "(Added in 1.17.19)"
msgstr "(Додано у 1.17.19)"
#. type: =head2
-#: ../src/guestfs-actions.pod:4554
+#: ../src/guestfs-actions.pod:4556
msgid "guestfs_isoinfo_device"
msgstr "guestfs_isoinfo_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4556
+#: ../src/guestfs-actions.pod:4558
#, no-wrap
msgid ""
" struct guestfs_isoinfo *\n"
@@ -37403,12 +37446,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4577
+#: ../src/guestfs-actions.pod:4579
msgid "guestfs_kill_subprocess"
msgstr "guestfs_kill_subprocess"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4579
+#: ../src/guestfs-actions.pod:4581
#, no-wrap
msgid ""
" int\n"
@@ -37420,24 +37463,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4582
+#: ../src/guestfs-actions.pod:4584
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_shutdown> "
"call instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4591
+#: ../src/guestfs-actions.pod:4593
msgid "Do not call this. See: C<guestfs_shutdown> instead."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4597
+#: ../src/guestfs-actions.pod:4599
msgid "guestfs_launch"
msgstr "guestfs_launch"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4599
+#: ../src/guestfs-actions.pod:4601
#, no-wrap
msgid ""
" int\n"
@@ -37448,13 +37491,22 @@ msgstr ""
" guestfs_launch (guestfs_h *g);\n"
"\n"
+#. type: textblock
+#: ../src/guestfs-actions.pod:4610
+msgid ""
+"Do not call C<guestfs_launch> twice on the same handle. Although it will "
+"not give an error (for historical reasons), the precise behaviour when you "
+"do this is not well defined. Handles are very cheap to create, so create a "
+"new one for each launch."
+msgstr ""
+
#. type: =head2
-#: ../src/guestfs-actions.pod:4617
+#: ../src/guestfs-actions.pod:4624
msgid "guestfs_lchown"
msgstr "guestfs_lchown"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4619
+#: ../src/guestfs-actions.pod:4626
#, no-wrap
msgid ""
" int\n"
@@ -37472,7 +37524,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4625
+#: ../src/guestfs-actions.pod:4632
msgid ""
"Change the file owner to C<owner> and group to C<group>. This is like "
"C<guestfs_chown> but if C<path> is a symlink then the link itself is "
@@ -37480,12 +37532,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4637
+#: ../src/guestfs-actions.pod:4644
msgid "guestfs_lgetxattr"
msgstr "guestfs_lgetxattr"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4639
+#: ../src/guestfs-actions.pod:4646
#, no-wrap
msgid ""
" char *\n"
@@ -37503,17 +37555,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4659
+#: ../src/guestfs-actions.pod:4666
msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
msgstr "Див. також C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
#. type: =head2
-#: ../src/guestfs-actions.pod:4667
+#: ../src/guestfs-actions.pod:4674
msgid "guestfs_lgetxattrs"
msgstr "guestfs_lgetxattrs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4669
+#: ../src/guestfs-actions.pod:4676
#, no-wrap
msgid ""
" struct guestfs_xattr_list *\n"
@@ -37527,19 +37579,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4673
+#: ../src/guestfs-actions.pod:4680
msgid ""
"This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
"then it returns the extended attributes of the link itself."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4683
+#: ../src/guestfs-actions.pod:4690
msgid "guestfs_list_9p"
msgstr "guestfs_list_9p"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4685
+#: ../src/guestfs-actions.pod:4692
#, no-wrap
msgid ""
" char **\n"
@@ -37551,12 +37603,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4697
+#: ../src/guestfs-actions.pod:4704
msgid "guestfs_list_devices"
msgstr "guestfs_list_devices"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4699
+#: ../src/guestfs-actions.pod:4706
#, no-wrap
msgid ""
" char **\n"
@@ -37568,12 +37620,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4714
+#: ../src/guestfs-actions.pod:4721
msgid "guestfs_list_dm_devices"
msgstr "guestfs_list_dm_devices"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4716
+#: ../src/guestfs-actions.pod:4723
#, no-wrap
msgid ""
" char **\n"
@@ -37585,14 +37637,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4721
+#: ../src/guestfs-actions.pod:4728
msgid ""
"The returned list contains C</dev/mapper/*> devices, eg. ones created by a "
"previous call to C<guestfs_luks_open>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4724
+#: ../src/guestfs-actions.pod:4731
msgid ""
"Device mapper devices which correspond to logical volumes are I<not> "
"returned in this list. Call C<guestfs_lvs> if you want to list logical "
@@ -37600,17 +37652,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4732 ../src/guestfs-actions.pod:6718
+#: ../src/guestfs-actions.pod:4739 ../src/guestfs-actions.pod:6725
msgid "(Added in 1.11.15)"
msgstr "(Додано у 1.11.15)"
#. type: =head2
-#: ../src/guestfs-actions.pod:4734
+#: ../src/guestfs-actions.pod:4741
msgid "guestfs_list_filesystems"
msgstr "guestfs_list_filesystems"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4736
+#: ../src/guestfs-actions.pod:4743
#, no-wrap
msgid ""
" char **\n"
@@ -37622,7 +37674,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4756
+#: ../src/guestfs-actions.pod:4763
msgid ""
"This command runs other libguestfs commands, which might include "
"C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
@@ -37630,7 +37682,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4760
+#: ../src/guestfs-actions.pod:4767
msgid ""
"Not all of the filesystems returned will be mountable. In particular, swap "
"partitions are returned in the list. Also this command does not check that "
@@ -37640,17 +37692,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4774 ../src/guestfs-actions.pod:7078
+#: ../src/guestfs-actions.pod:4781 ../src/guestfs-actions.pod:7085
msgid "(Added in 1.5.15)"
msgstr "(Додано у 1.5.15)"
#. type: =head2
-#: ../src/guestfs-actions.pod:4776
+#: ../src/guestfs-actions.pod:4783
msgid "guestfs_list_md_devices"
msgstr "guestfs_list_md_devices"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4778
+#: ../src/guestfs-actions.pod:4785
#, no-wrap
msgid ""
" char **\n"
@@ -37662,17 +37714,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4787 ../src/guestfs-actions.pod:8871
+#: ../src/guestfs-actions.pod:4794 ../src/guestfs-actions.pod:8878
msgid "(Added in 1.15.4)"
msgstr "(Додано у 1.15.4)"
#. type: =head2
-#: ../src/guestfs-actions.pod:4789
+#: ../src/guestfs-actions.pod:4796
msgid "guestfs_list_partitions"
msgstr "guestfs_list_partitions"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4791
+#: ../src/guestfs-actions.pod:4798
#, no-wrap
msgid ""
" char **\n"
@@ -37684,19 +37736,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4798
+#: ../src/guestfs-actions.pod:4805
msgid ""
"This does not return logical volumes. For that you will need to call "
"C<guestfs_lvs>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4809
+#: ../src/guestfs-actions.pod:4816
msgid "guestfs_ll"
msgstr "guestfs_ll"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4811
+#: ../src/guestfs-actions.pod:4818
#, no-wrap
msgid ""
" char *\n"
@@ -37710,12 +37762,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4826
+#: ../src/guestfs-actions.pod:4833
msgid "guestfs_llz"
msgstr "guestfs_llz"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4828
+#: ../src/guestfs-actions.pod:4835
#, no-wrap
msgid ""
" char *\n"
@@ -37729,17 +37781,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4840 ../src/guestfs-actions.pod:9502
+#: ../src/guestfs-actions.pod:4847 ../src/guestfs-actions.pod:9509
msgid "(Added in 1.17.6)"
msgstr "(Додано у 1.17.6)"
#. type: =head2
-#: ../src/guestfs-actions.pod:4842
+#: ../src/guestfs-actions.pod:4849
msgid "guestfs_ln"
msgstr "guestfs_ln"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4844
+#: ../src/guestfs-actions.pod:4851
#, no-wrap
msgid ""
" int\n"
@@ -37755,12 +37807,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4855
+#: ../src/guestfs-actions.pod:4862
msgid "guestfs_ln_f"
msgstr "guestfs_ln_f"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4857
+#: ../src/guestfs-actions.pod:4864
#, no-wrap
msgid ""
" int\n"
@@ -37776,12 +37828,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4869
+#: ../src/guestfs-actions.pod:4876
msgid "guestfs_ln_s"
msgstr "guestfs_ln_s"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4871
+#: ../src/guestfs-actions.pod:4878
#, no-wrap
msgid ""
" int\n"
@@ -37797,12 +37849,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4882
+#: ../src/guestfs-actions.pod:4889
msgid "guestfs_ln_sf"
msgstr "guestfs_ln_sf"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4884
+#: ../src/guestfs-actions.pod:4891
#, no-wrap
msgid ""
" int\n"
@@ -37818,12 +37870,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:4896
+#: ../src/guestfs-actions.pod:4903
msgid "guestfs_lremovexattr"
msgstr "guestfs_lremovexattr"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4898
+#: ../src/guestfs-actions.pod:4905
#, no-wrap
msgid ""
" int\n"
@@ -37839,19 +37891,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4903
+#: ../src/guestfs-actions.pod:4910
msgid ""
"This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
"link, then it removes an extended attribute of the link itself."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4911
+#: ../src/guestfs-actions.pod:4918
msgid "guestfs_ls"
msgstr "guestfs_ls"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4913
+#: ../src/guestfs-actions.pod:4920
#, no-wrap
msgid ""
" char **\n"
@@ -37865,19 +37917,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4921
+#: ../src/guestfs-actions.pod:4928
msgid ""
"This command is mostly useful for interactive sessions. Programs should "
"probably use C<guestfs_readdir> instead."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4930
+#: ../src/guestfs-actions.pod:4937
msgid "guestfs_lsetxattr"
msgstr "guestfs_lsetxattr"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4932
+#: ../src/guestfs-actions.pod:4939
#, no-wrap
msgid ""
" int\n"
@@ -37897,19 +37949,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4939
+#: ../src/guestfs-actions.pod:4946
msgid ""
"This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
"then it sets an extended attribute of the link itself."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4947
+#: ../src/guestfs-actions.pod:4954
msgid "guestfs_lstat"
msgstr "guestfs_lstat"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4949
+#: ../src/guestfs-actions.pod:4956
#, no-wrap
msgid ""
" struct guestfs_stat *\n"
@@ -37923,32 +37975,32 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4955
+#: ../src/guestfs-actions.pod:4962
msgid ""
"This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
"link, then the link is stat-ed, not the file it refers to."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4961 ../src/guestfs-actions.pod:8390
+#: ../src/guestfs-actions.pod:4968 ../src/guestfs-actions.pod:8397
msgid ""
"This function returns a C<struct guestfs_stat *>, or NULL if there was an "
"error. I<The caller must call C<guestfs_free_stat> after use>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4965 ../src/guestfs-actions.pod:8394
-#: ../src/guestfs-actions.pod:8412 ../src/guestfs-actions.pod:8915
+#: ../src/guestfs-actions.pod:4972 ../src/guestfs-actions.pod:8401
+#: ../src/guestfs-actions.pod:8419 ../src/guestfs-actions.pod:8922
msgid "(Added in 0.9.2)"
msgstr "(Додано у 0.9.2)"
#. type: =head2
-#: ../src/guestfs-actions.pod:4967
+#: ../src/guestfs-actions.pod:4974
msgid "guestfs_lstatlist"
msgstr "guestfs_lstatlist"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4969
+#: ../src/guestfs-actions.pod:4976
#, no-wrap
msgid ""
" struct guestfs_stat_list *\n"
@@ -37964,7 +38016,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4974
+#: ../src/guestfs-actions.pod:4981
msgid ""
"This call allows you to perform the C<guestfs_lstat> operation on multiple "
"files, where all files are in the directory C<path>. C<names> is the list "
@@ -37972,7 +38024,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4983
+#: ../src/guestfs-actions.pod:4990
msgid ""
"This call is intended for programs that want to efficiently list a directory "
"contents without making many round-trips. See also C<guestfs_lxattrlist> "
@@ -37983,19 +38035,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4991
+#: ../src/guestfs-actions.pod:4998
msgid ""
"This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
"an error. I<The caller must call C<guestfs_free_stat_list> after use>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:4997
+#: ../src/guestfs-actions.pod:5004
msgid "guestfs_luks_add_key"
msgstr "guestfs_luks_add_key"
#. type: verbatim
-#: ../src/guestfs-actions.pod:4999
+#: ../src/guestfs-actions.pod:5006
#, no-wrap
msgid ""
" int\n"
@@ -38015,16 +38067,16 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5011
+#: ../src/guestfs-actions.pod:5018
msgid ""
"Note that if C<keyslot> already contains a key, then this command will "
"fail. You have to use C<guestfs_luks_kill_slot> first to remove that key."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5017 ../src/guestfs-actions.pod:5054
-#: ../src/guestfs-actions.pod:5074 ../src/guestfs-actions.pod:5094
-#: ../src/guestfs-actions.pod:5129 ../src/guestfs-actions.pod:5148
+#: ../src/guestfs-actions.pod:5024 ../src/guestfs-actions.pod:5061
+#: ../src/guestfs-actions.pod:5081 ../src/guestfs-actions.pod:5101
+#: ../src/guestfs-actions.pod:5136 ../src/guestfs-actions.pod:5155
msgid ""
"This function takes a key or passphrase parameter which could contain "
"sensitive material. Read the section L</KEYS AND PASSPHRASES> for more "
@@ -38032,18 +38084,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5021 ../src/guestfs-actions.pod:5058
-#: ../src/guestfs-actions.pod:5078 ../src/guestfs-actions.pod:5098
+#: ../src/guestfs-actions.pod:5028 ../src/guestfs-actions.pod:5065
+#: ../src/guestfs-actions.pod:5085 ../src/guestfs-actions.pod:5105
msgid "(Added in 1.5.2)"
msgstr "(Додано у 1.5.2)"
#. type: =head2
-#: ../src/guestfs-actions.pod:5023
+#: ../src/guestfs-actions.pod:5030
msgid "guestfs_luks_close"
msgstr "guestfs_luks_close"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5025
+#: ../src/guestfs-actions.pod:5032
#, no-wrap
msgid ""
" int\n"
@@ -38057,7 +38109,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5029
+#: ../src/guestfs-actions.pod:5036
msgid ""
"This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
"or C<guestfs_luks_open_ro>. The C<device> parameter must be the name of the "
@@ -38066,19 +38118,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5037 ../src/guestfs-actions.pod:5133
-#: ../src/guestfs-actions.pod:5152 ../src/guestfs-actions.pod:5219
-#: ../src/guestfs-actions.pod:5264
+#: ../src/guestfs-actions.pod:5044 ../src/guestfs-actions.pod:5140
+#: ../src/guestfs-actions.pod:5159 ../src/guestfs-actions.pod:5226
+#: ../src/guestfs-actions.pod:5271
msgid "(Added in 1.5.1)"
msgstr "(Додано у 1.5.1)"
#. type: =head2
-#: ../src/guestfs-actions.pod:5039
+#: ../src/guestfs-actions.pod:5046
msgid "guestfs_luks_format"
msgstr "guestfs_luks_format"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5041
+#: ../src/guestfs-actions.pod:5048
#, no-wrap
msgid ""
" int\n"
@@ -38096,12 +38148,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5060
+#: ../src/guestfs-actions.pod:5067
msgid "guestfs_luks_format_cipher"
msgstr "guestfs_luks_format_cipher"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5062
+#: ../src/guestfs-actions.pod:5069
#, no-wrap
msgid ""
" int\n"
@@ -38121,19 +38173,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5069
+#: ../src/guestfs-actions.pod:5076
msgid ""
"This command is the same as C<guestfs_luks_format> but it also allows you to "
"set the C<cipher> used."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5080
+#: ../src/guestfs-actions.pod:5087
msgid "guestfs_luks_kill_slot"
msgstr "guestfs_luks_kill_slot"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5082
+#: ../src/guestfs-actions.pod:5089
#, no-wrap
msgid ""
" int\n"
@@ -38151,12 +38203,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5100
+#: ../src/guestfs-actions.pod:5107
msgid "guestfs_luks_open"
msgstr "guestfs_luks_open"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5102
+#: ../src/guestfs-actions.pod:5109
#, no-wrap
msgid ""
" int\n"
@@ -38174,7 +38226,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5120
+#: ../src/guestfs-actions.pod:5127
msgid ""
"If this block device contains LVM volume groups, then calling "
"C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
@@ -38182,17 +38234,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5124
+#: ../src/guestfs-actions.pod:5131
msgid "Use C<guestfs_list_dm_devices> to list all device mapper devices."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5135
+#: ../src/guestfs-actions.pod:5142
msgid "guestfs_luks_open_ro"
msgstr "guestfs_luks_open_ro"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5137
+#: ../src/guestfs-actions.pod:5144
#, no-wrap
msgid ""
" int\n"
@@ -38210,19 +38262,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5143
+#: ../src/guestfs-actions.pod:5150
msgid ""
"This is the same as C<guestfs_luks_open> except that a read-only mapping is "
"created."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5154
+#: ../src/guestfs-actions.pod:5161
msgid "guestfs_lvcreate"
msgstr "guestfs_lvcreate"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5156
+#: ../src/guestfs-actions.pod:5163
#, no-wrap
msgid ""
" int\n"
@@ -38240,12 +38292,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5169
+#: ../src/guestfs-actions.pod:5176
msgid "guestfs_lvcreate_free"
msgstr "guestfs_lvcreate_free"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5171
+#: ../src/guestfs-actions.pod:5178
#, no-wrap
msgid ""
" int\n"
@@ -38263,17 +38315,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5184 ../src/guestfs-actions.pod:9688
+#: ../src/guestfs-actions.pod:5191 ../src/guestfs-actions.pod:9695
msgid "(Added in 1.17.18)"
msgstr "(Додано у 1.17.18)"
#. type: =head2
-#: ../src/guestfs-actions.pod:5186
+#: ../src/guestfs-actions.pod:5193
msgid "guestfs_lvm_canonical_lv_name"
msgstr "guestfs_lvm_canonical_lv_name"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5188
+#: ../src/guestfs-actions.pod:5195
#, no-wrap
msgid ""
" char *\n"
@@ -38287,24 +38339,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5199
+#: ../src/guestfs-actions.pod:5206
#, fuzzy
#| msgid "See also C<guestfs_pvs_full>."
msgid "See also C<guestfs_is_lv>."
msgstr "Див. також C<guestfs_pvs_full>."
#. type: textblock
-#: ../src/guestfs-actions.pod:5204
+#: ../src/guestfs-actions.pod:5211
msgid "(Added in 1.5.24)"
msgstr "(Додано у 1.5.24)"
#. type: =head2
-#: ../src/guestfs-actions.pod:5206
+#: ../src/guestfs-actions.pod:5213
msgid "guestfs_lvm_clear_filter"
msgstr "guestfs_lvm_clear_filter"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5208
+#: ../src/guestfs-actions.pod:5215
#, no-wrap
msgid ""
" int\n"
@@ -38316,19 +38368,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5211
+#: ../src/guestfs-actions.pod:5218
msgid ""
"This undoes the effect of C<guestfs_lvm_set_filter>. LVM will be able to "
"see every block device."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5221
+#: ../src/guestfs-actions.pod:5228
msgid "guestfs_lvm_remove_all"
msgstr "guestfs_lvm_remove_all"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5223
+#: ../src/guestfs-actions.pod:5230
#, no-wrap
msgid ""
" int\n"
@@ -38340,12 +38392,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5233
+#: ../src/guestfs-actions.pod:5240
msgid "guestfs_lvm_set_filter"
msgstr "guestfs_lvm_set_filter"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5235
+#: ../src/guestfs-actions.pod:5242
#, no-wrap
msgid ""
" int\n"
@@ -38359,12 +38411,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5266
+#: ../src/guestfs-actions.pod:5273
msgid "guestfs_lvremove"
msgstr "guestfs_lvremove"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5268
+#: ../src/guestfs-actions.pod:5275
#, no-wrap
msgid ""
" int\n"
@@ -38378,18 +38430,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5280 ../src/guestfs-actions.pod:7193
-#: ../src/guestfs-actions.pod:9346
+#: ../src/guestfs-actions.pod:5287 ../src/guestfs-actions.pod:7200
+#: ../src/guestfs-actions.pod:9353
msgid "(Added in 1.0.13)"
msgstr "(Додано у 1.0.13)"
#. type: =head2
-#: ../src/guestfs-actions.pod:5282
+#: ../src/guestfs-actions.pod:5289
msgid "guestfs_lvrename"
msgstr "guestfs_lvrename"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5284
+#: ../src/guestfs-actions.pod:5291
#, no-wrap
msgid ""
" int\n"
@@ -38405,17 +38457,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5293 ../src/guestfs-actions.pod:9359
+#: ../src/guestfs-actions.pod:5300 ../src/guestfs-actions.pod:9366
msgid "(Added in 1.0.83)"
msgstr "(Додано у 1.0.83)"
#. type: =head2
-#: ../src/guestfs-actions.pod:5295
+#: ../src/guestfs-actions.pod:5302
msgid "guestfs_lvresize"
msgstr "guestfs_lvresize"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5297
+#: ../src/guestfs-actions.pod:5304
#, no-wrap
msgid ""
" int\n"
@@ -38431,12 +38483,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5310
+#: ../src/guestfs-actions.pod:5317
msgid "guestfs_lvresize_free"
msgstr "guestfs_lvresize_free"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5312
+#: ../src/guestfs-actions.pod:5319
#, no-wrap
msgid ""
" int\n"
@@ -38452,17 +38504,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5325
+#: ../src/guestfs-actions.pod:5332
msgid "(Added in 1.3.3)"
msgstr "(Додано у 1.3.3)"
#. type: =head2
-#: ../src/guestfs-actions.pod:5327
+#: ../src/guestfs-actions.pod:5334
msgid "guestfs_lvs"
msgstr "guestfs_lvs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5329
+#: ../src/guestfs-actions.pod:5336
#, no-wrap
msgid ""
" char **\n"
@@ -38474,17 +38526,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5338
+#: ../src/guestfs-actions.pod:5345
msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
msgstr "Див. також C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
#. type: =head2
-#: ../src/guestfs-actions.pod:5346
+#: ../src/guestfs-actions.pod:5353
msgid "guestfs_lvs_full"
msgstr "guestfs_lvs_full"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5348
+#: ../src/guestfs-actions.pod:5355
#, no-wrap
msgid ""
" struct guestfs_lvm_lv_list *\n"
@@ -38496,19 +38548,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5354
+#: ../src/guestfs-actions.pod:5361
msgid ""
"This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
"was an error. I<The caller must call C<guestfs_free_lvm_lv_list> after use>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5360
+#: ../src/guestfs-actions.pod:5367
msgid "guestfs_lvuuid"
msgstr "guestfs_lvuuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5362
+#: ../src/guestfs-actions.pod:5369
#, no-wrap
msgid ""
" char *\n"
@@ -38522,12 +38574,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5373
+#: ../src/guestfs-actions.pod:5380
msgid "guestfs_lxattrlist"
msgstr "guestfs_lxattrlist"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5375
+#: ../src/guestfs-actions.pod:5382
#, no-wrap
msgid ""
" struct guestfs_xattr_list *\n"
@@ -38543,7 +38595,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5394
+#: ../src/guestfs-actions.pod:5401
msgid ""
"This call is intended for programs that want to efficiently list a directory "
"contents without making many round-trips. See also C<guestfs_lstatlist> for "
@@ -38554,12 +38606,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5408
+#: ../src/guestfs-actions.pod:5415
msgid "guestfs_md_create"
msgstr "guestfs_md_create"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5410
+#: ../src/guestfs-actions.pod:5417
#, no-wrap
msgid ""
" int\n"
@@ -38577,7 +38629,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5421
+#: ../src/guestfs-actions.pod:5428
#, no-wrap
msgid ""
" GUESTFS_MD_CREATE_MISSINGBITMAP, int64_t missingbitmap,\n"
@@ -38595,18 +38647,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5483 ../src/guestfs-actions.pod:5549
-#: ../src/guestfs-actions.pod:5619
+#: ../src/guestfs-actions.pod:5490 ../src/guestfs-actions.pod:5556
+#: ../src/guestfs-actions.pod:5626
msgid "(Added in 1.15.6)"
msgstr "(Додано у 1.15.6)"
#. type: =head2
-#: ../src/guestfs-actions.pod:5485
+#: ../src/guestfs-actions.pod:5492
msgid "guestfs_md_create_va"
msgstr "guestfs_md_create_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5487
+#: ../src/guestfs-actions.pod:5494
#, no-wrap
msgid ""
" int\n"
@@ -38624,17 +38676,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5493
+#: ../src/guestfs-actions.pod:5500
msgid "This is the \"va_list variant\" of L</guestfs_md_create>."
msgstr "Це «варіант з va_list» L</guestfs_md_create>."
#. type: =head2
-#: ../src/guestfs-actions.pod:5497
+#: ../src/guestfs-actions.pod:5504
msgid "guestfs_md_create_argv"
msgstr "guestfs_md_create_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5499
+#: ../src/guestfs-actions.pod:5506
#, no-wrap
msgid ""
" int\n"
@@ -38652,17 +38704,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5505
+#: ../src/guestfs-actions.pod:5512
msgid "This is the \"argv variant\" of L</guestfs_md_create>."
msgstr "Це «варіант з argv» L</guestfs_md_create>."
#. type: =head2
-#: ../src/guestfs-actions.pod:5509
+#: ../src/guestfs-actions.pod:5516
msgid "guestfs_md_detail"
msgstr "guestfs_md_detail"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5511
+#: ../src/guestfs-actions.pod:5518
#, no-wrap
msgid ""
" char **\n"
@@ -38676,12 +38728,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5551
+#: ../src/guestfs-actions.pod:5558
msgid "guestfs_md_stat"
msgstr "guestfs_md_stat"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5553
+#: ../src/guestfs-actions.pod:5560
#, no-wrap
msgid ""
" struct guestfs_mdstat_list *\n"
@@ -38695,30 +38747,30 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5560
+#: ../src/guestfs-actions.pod:5567
msgid ""
"To get a list of software RAID devices, call C<guestfs_list_md_devices>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5602
+#: ../src/guestfs-actions.pod:5609
msgid ""
"This function returns a C<struct guestfs_mdstat_list *>, or NULL if there "
"was an error. I<The caller must call C<guestfs_free_mdstat_list> after use>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5606
+#: ../src/guestfs-actions.pod:5613
msgid "(Added in 1.17.21)"
msgstr "(Додано у 1.17.21)"
#. type: =head2
-#: ../src/guestfs-actions.pod:5608
+#: ../src/guestfs-actions.pod:5615
msgid "guestfs_md_stop"
msgstr "guestfs_md_stop"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5610
+#: ../src/guestfs-actions.pod:5617
#, no-wrap
msgid ""
" int\n"
@@ -38732,12 +38784,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5621
+#: ../src/guestfs-actions.pod:5628
msgid "guestfs_mkdir"
msgstr "guestfs_mkdir"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5623
+#: ../src/guestfs-actions.pod:5630
#, no-wrap
msgid ""
" int\n"
@@ -38751,12 +38803,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5633
+#: ../src/guestfs-actions.pod:5640
msgid "guestfs_mkdir_mode"
msgstr "guestfs_mkdir_mode"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5635
+#: ../src/guestfs-actions.pod:5642
#, no-wrap
msgid ""
" int\n"
@@ -38772,17 +38824,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5647
+#: ../src/guestfs-actions.pod:5654
msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
msgstr "Див. також C<guestfs_mkdir>, C<guestfs_umask>"
#. type: =head2
-#: ../src/guestfs-actions.pod:5653
+#: ../src/guestfs-actions.pod:5660
msgid "guestfs_mkdir_p"
msgstr "guestfs_mkdir_p"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5655
+#: ../src/guestfs-actions.pod:5662
#, no-wrap
msgid ""
" int\n"
@@ -38796,12 +38848,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5666
+#: ../src/guestfs-actions.pod:5673
msgid "guestfs_mkdtemp"
msgstr "guestfs_mkdtemp"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5668
+#: ../src/guestfs-actions.pod:5675
#, no-wrap
msgid ""
" char *\n"
@@ -38815,12 +38867,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5696
+#: ../src/guestfs-actions.pod:5703
msgid "guestfs_mke2fs_J"
msgstr "guestfs_mke2fs_J"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5698
+#: ../src/guestfs-actions.pod:5705
#, no-wrap
msgid ""
" int\n"
@@ -38840,25 +38892,25 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5711
+#: ../src/guestfs-actions.pod:5718
msgid "See also C<guestfs_mke2journal>."
msgstr "Див. також C<guestfs_mke2journal>."
#. type: textblock
-#: ../src/guestfs-actions.pod:5715 ../src/guestfs-actions.pod:5733
-#: ../src/guestfs-actions.pod:5751 ../src/guestfs-actions.pod:5767
-#: ../src/guestfs-actions.pod:5781 ../src/guestfs-actions.pod:5795
-#: ../src/guestfs-actions.pod:5854 ../src/guestfs-actions.pod:6186
+#: ../src/guestfs-actions.pod:5722 ../src/guestfs-actions.pod:5740
+#: ../src/guestfs-actions.pod:5758 ../src/guestfs-actions.pod:5774
+#: ../src/guestfs-actions.pod:5788 ../src/guestfs-actions.pod:5802
+#: ../src/guestfs-actions.pod:5861 ../src/guestfs-actions.pod:6193
msgid "(Added in 1.0.68)"
msgstr "(Додано у 1.0.68)"
#. type: =head2
-#: ../src/guestfs-actions.pod:5717
+#: ../src/guestfs-actions.pod:5724
msgid "guestfs_mke2fs_JL"
msgstr "guestfs_mke2fs_JL"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5719
+#: ../src/guestfs-actions.pod:5726
#, no-wrap
msgid ""
" int\n"
@@ -38878,17 +38930,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5729
+#: ../src/guestfs-actions.pod:5736
msgid "See also C<guestfs_mke2journal_L>."
msgstr "Див. також C<guestfs_mke2journal_L>."
#. type: =head2
-#: ../src/guestfs-actions.pod:5735
+#: ../src/guestfs-actions.pod:5742
msgid "guestfs_mke2fs_JU"
msgstr "guestfs_mke2fs_JU"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5737
+#: ../src/guestfs-actions.pod:5744
#, no-wrap
msgid ""
" int\n"
@@ -38908,17 +38960,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5747
+#: ../src/guestfs-actions.pod:5754
msgid "See also C<guestfs_mke2journal_U>."
msgstr "Див. також C<guestfs_mke2journal_U>."
#. type: =head2
-#: ../src/guestfs-actions.pod:5753
+#: ../src/guestfs-actions.pod:5760
msgid "guestfs_mke2journal"
msgstr "guestfs_mke2journal"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5755
+#: ../src/guestfs-actions.pod:5762
#, no-wrap
msgid ""
" int\n"
@@ -38934,12 +38986,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5769
+#: ../src/guestfs-actions.pod:5776
msgid "guestfs_mke2journal_L"
msgstr "guestfs_mke2journal_L"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5771
+#: ../src/guestfs-actions.pod:5778
#, no-wrap
msgid ""
" int\n"
@@ -38957,12 +39009,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5783
+#: ../src/guestfs-actions.pod:5790
msgid "guestfs_mke2journal_U"
msgstr "guestfs_mke2journal_U"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5785
+#: ../src/guestfs-actions.pod:5792
#, no-wrap
msgid ""
" int\n"
@@ -38980,12 +39032,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5797
+#: ../src/guestfs-actions.pod:5804
msgid "guestfs_mkfifo"
msgstr "guestfs_mkfifo"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5799
+#: ../src/guestfs-actions.pod:5806
#, no-wrap
msgid ""
" int\n"
@@ -39001,21 +39053,21 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5804
+#: ../src/guestfs-actions.pod:5811
msgid ""
"This call creates a FIFO (named pipe) called C<path> with mode C<mode>. It "
"is just a convenient wrapper around C<guestfs_mknod>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5814
+#: ../src/guestfs-actions.pod:5821
#, fuzzy
#| msgid "guestfs_mkfs_b"
msgid "guestfs_mkfs"
msgstr "guestfs_mkfs_b"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5816
+#: ../src/guestfs-actions.pod:5823
#, no-wrap
msgid ""
" int\n"
@@ -39031,12 +39083,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:5829
+#: ../src/guestfs-actions.pod:5836
msgid "guestfs_mkfs_b"
msgstr "guestfs_mkfs_b"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5831
+#: ../src/guestfs-actions.pod:5838
#, no-wrap
msgid ""
" int\n"
@@ -39054,14 +39106,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5837
+#: ../src/guestfs-actions.pod:5844
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_mkfs_opts> "
"call instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5844
+#: ../src/guestfs-actions.pod:5851
msgid ""
"This call is similar to C<guestfs_mkfs>, but it allows you to control the "
"block size of the resulting filesystem. Supported block sizes depend on the "
@@ -39069,12 +39121,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:5856
+#: ../src/guestfs-actions.pod:5863
msgid "guestfs_mkfs_btrfs"
msgstr "guestfs_mkfs_btrfs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5858
+#: ../src/guestfs-actions.pod:5865
#, no-wrap
msgid ""
" int\n"
@@ -39090,7 +39142,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5868
+#: ../src/guestfs-actions.pod:5875
#, no-wrap
msgid ""
" GUESTFS_MKFS_BTRFS_ALLOCSTART, int64_t allocstart,\n"
@@ -39114,24 +39166,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5883
+#: ../src/guestfs-actions.pod:5890
#, fuzzy
#| msgid "To create general filesystems, use C<guestfs_mkfs_opts>."
msgid "To create general filesystems, use C<guestfs_mkfs_opts>."
msgstr "Для створення файлових систем скористайтеся C<guestfs_mkfs_opts>."
#. type: textblock
-#: ../src/guestfs-actions.pod:5887
+#: ../src/guestfs-actions.pod:5894
msgid "(Added in 1.17.25)"
msgstr "(Додано у 1.17.25)"
#. type: =head2
-#: ../src/guestfs-actions.pod:5889
+#: ../src/guestfs-actions.pod:5896
msgid "guestfs_mkfs_btrfs_va"
msgstr "guestfs_mkfs_btrfs_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5891
+#: ../src/guestfs-actions.pod:5898
#, no-wrap
msgid ""
" int\n"
@@ -39147,17 +39199,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5896
+#: ../src/guestfs-actions.pod:5903
msgid "This is the \"va_list variant\" of L</guestfs_mkfs_btrfs>."
msgstr "Це «варіант з va_list» L</guestfs_mkfs_btrfs>."
#. type: =head2
-#: ../src/guestfs-actions.pod:5900
+#: ../src/guestfs-actions.pod:5907
msgid "guestfs_mkfs_btrfs_argv"
msgstr "guestfs_mkfs_btrfs_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5902
+#: ../src/guestfs-actions.pod:5909
#, no-wrap
msgid ""
" int\n"
@@ -39173,17 +39225,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5907
+#: ../src/guestfs-actions.pod:5914
msgid "This is the \"argv variant\" of L</guestfs_mkfs_btrfs>."
msgstr "Це «варіант з argv» L</guestfs_mkfs_btrfs>."
#. type: =head2
-#: ../src/guestfs-actions.pod:5911
+#: ../src/guestfs-actions.pod:5918
msgid "guestfs_mkfs_opts"
msgstr "guestfs_mkfs_opts"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5913
+#: ../src/guestfs-actions.pod:5920
#, no-wrap
msgid ""
" int\n"
@@ -39201,7 +39253,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5924
+#: ../src/guestfs-actions.pod:5931
#, no-wrap
msgid ""
" GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
@@ -39217,17 +39269,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5972
+#: ../src/guestfs-actions.pod:5979
msgid "(Added in 1.7.19)"
msgstr "(Додано у 1.7.19)"
#. type: =head2
-#: ../src/guestfs-actions.pod:5974
+#: ../src/guestfs-actions.pod:5981
msgid "guestfs_mkfs_opts_va"
msgstr "guestfs_mkfs_opts_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5976
+#: ../src/guestfs-actions.pod:5983
#, no-wrap
msgid ""
" int\n"
@@ -39245,17 +39297,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5982
+#: ../src/guestfs-actions.pod:5989
msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
msgstr "Це «варіант з va_list» L</guestfs_mkfs_opts>."
#. type: =head2
-#: ../src/guestfs-actions.pod:5986
+#: ../src/guestfs-actions.pod:5993
msgid "guestfs_mkfs_opts_argv"
msgstr "guestfs_mkfs_opts_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:5988
+#: ../src/guestfs-actions.pod:5995
#, no-wrap
msgid ""
" int\n"
@@ -39273,17 +39325,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5994
+#: ../src/guestfs-actions.pod:6001
msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
msgstr "Це «варіант з argv» L</guestfs_mkfs_opts>."
#. type: =head2
-#: ../src/guestfs-actions.pod:5998
+#: ../src/guestfs-actions.pod:6005
msgid "guestfs_mkmountpoint"
msgstr "guestfs_mkmountpoint"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6000
+#: ../src/guestfs-actions.pod:6007
#, no-wrap
msgid ""
" int\n"
@@ -39297,7 +39349,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6004
+#: ../src/guestfs-actions.pod:6011
msgid ""
"C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
"that can be used to create extra mountpoints before mounting the first "
@@ -39305,7 +39357,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6028
+#: ../src/guestfs-actions.pod:6035
msgid ""
"C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>. You "
"may get unexpected errors if you try to mix these calls. It is safest to "
@@ -39313,7 +39365,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6032
+#: ../src/guestfs-actions.pod:6039
msgid ""
"C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
"first, so for this to work for manual mountpoints, you must ensure that the "
@@ -39322,7 +39374,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6039
+#: ../src/guestfs-actions.pod:6046
msgid ""
"Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
"can cause C<guestfs_umount_all> to be called when the handle is closed which "
@@ -39330,18 +39382,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6045 ../src/guestfs-actions.pod:6445
-#: ../src/guestfs-actions.pod:7613
+#: ../src/guestfs-actions.pod:6052 ../src/guestfs-actions.pod:6452
+#: ../src/guestfs-actions.pod:7620
msgid "(Added in 1.0.62)"
msgstr "(Додано у 1.0.62)"
#. type: =head2
-#: ../src/guestfs-actions.pod:6047
+#: ../src/guestfs-actions.pod:6054
msgid "guestfs_mknod"
msgstr "guestfs_mknod"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6049
+#: ../src/guestfs-actions.pod:6056
#, no-wrap
msgid ""
" int\n"
@@ -39361,7 +39413,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6064
+#: ../src/guestfs-actions.pod:6071
msgid ""
"Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
"S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
@@ -39372,12 +39424,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6078
+#: ../src/guestfs-actions.pod:6085
msgid "guestfs_mknod_b"
msgstr "guestfs_mknod_b"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6080
+#: ../src/guestfs-actions.pod:6087
#, no-wrap
msgid ""
" int\n"
@@ -39397,7 +39449,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6087
+#: ../src/guestfs-actions.pod:6094
msgid ""
"This call creates a block device node called C<path> with mode C<mode> and "
"device major/minor C<devmajor> and C<devminor>. It is just a convenient "
@@ -39405,12 +39457,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6097
+#: ../src/guestfs-actions.pod:6104
msgid "guestfs_mknod_c"
msgstr "guestfs_mknod_c"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6099
+#: ../src/guestfs-actions.pod:6106
#, no-wrap
msgid ""
" int\n"
@@ -39430,7 +39482,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6106
+#: ../src/guestfs-actions.pod:6113
msgid ""
"This call creates a char device node called C<path> with mode C<mode> and "
"device major/minor C<devmajor> and C<devminor>. It is just a convenient "
@@ -39438,12 +39490,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6116
+#: ../src/guestfs-actions.pod:6123
msgid "guestfs_mkswap"
msgstr "guestfs_mkswap"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6118
+#: ../src/guestfs-actions.pod:6125
#, no-wrap
msgid ""
" int\n"
@@ -39457,12 +39509,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:6128
+#: ../src/guestfs-actions.pod:6135
msgid "guestfs_mkswap_L"
msgstr "guestfs_mkswap_L"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6130
+#: ../src/guestfs-actions.pod:6137
#, no-wrap
msgid ""
" int\n"
@@ -39478,12 +39530,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:6145
+#: ../src/guestfs-actions.pod:6152
msgid "guestfs_mkswap_U"
msgstr "guestfs_mkswap_U"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6147
+#: ../src/guestfs-actions.pod:6154
#, no-wrap
msgid ""
" int\n"
@@ -39499,12 +39551,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:6158
+#: ../src/guestfs-actions.pod:6165
msgid "guestfs_mkswap_file"
msgstr "guestfs_mkswap_file"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6160
+#: ../src/guestfs-actions.pod:6167
#, no-wrap
msgid ""
" int\n"
@@ -39518,19 +39570,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6166
+#: ../src/guestfs-actions.pod:6173
msgid ""
"This command just writes a swap file signature to an existing file. To "
"create the file itself, use something like C<guestfs_fallocate>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6173
+#: ../src/guestfs-actions.pod:6180
msgid "guestfs_modprobe"
msgstr "guestfs_modprobe"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6175
+#: ../src/guestfs-actions.pod:6182
#, no-wrap
msgid ""
" int\n"
@@ -39544,12 +39596,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:6188
+#: ../src/guestfs-actions.pod:6195
msgid "guestfs_mount"
msgstr "guestfs_mount"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6190
+#: ../src/guestfs-actions.pod:6197
#, no-wrap
msgid ""
" int\n"
@@ -39565,7 +39617,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6209
+#: ../src/guestfs-actions.pod:6216
msgid ""
"Before libguestfs 1.13.16, this call implicitly added the options C<sync> "
"and C<noatime>. The C<sync> option greatly slowed writes and caused many "
@@ -39575,12 +39627,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6220
+#: ../src/guestfs-actions.pod:6227
msgid "guestfs_mount_9p"
msgstr "guestfs_mount_9p"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6222
+#: ../src/guestfs-actions.pod:6229
#, no-wrap
msgid ""
" int\n"
@@ -39598,7 +39650,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6233
+#: ../src/guestfs-actions.pod:6240
#, no-wrap
msgid ""
" GUESTFS_MOUNT_9P_OPTIONS, const char *options,\n"
@@ -39608,12 +39660,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:6246
+#: ../src/guestfs-actions.pod:6253
msgid "guestfs_mount_9p_va"
msgstr "guestfs_mount_9p_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6248
+#: ../src/guestfs-actions.pod:6255
#, no-wrap
msgid ""
" int\n"
@@ -39631,17 +39683,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6254
+#: ../src/guestfs-actions.pod:6261
msgid "This is the \"va_list variant\" of L</guestfs_mount_9p>."
msgstr "Це «варіант з va_list» L</guestfs_mount_9p>."
#. type: =head2
-#: ../src/guestfs-actions.pod:6258
+#: ../src/guestfs-actions.pod:6265
msgid "guestfs_mount_9p_argv"
msgstr "guestfs_mount_9p_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6260
+#: ../src/guestfs-actions.pod:6267
#, no-wrap
msgid ""
" int\n"
@@ -39659,17 +39711,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6266
+#: ../src/guestfs-actions.pod:6273
msgid "This is the \"argv variant\" of L</guestfs_mount_9p>."
msgstr "Це «варіант з argv» L</guestfs_mount_9p>."
#. type: =head2
-#: ../src/guestfs-actions.pod:6270
+#: ../src/guestfs-actions.pod:6277
msgid "guestfs_mount_local"
msgstr "guestfs_mount_local"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6272
+#: ../src/guestfs-actions.pod:6279
#, no-wrap
msgid ""
" int\n"
@@ -39685,7 +39737,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6282
+#: ../src/guestfs-actions.pod:6289
#, no-wrap
msgid ""
" GUESTFS_MOUNT_LOCAL_READONLY, int readonly,\n"
@@ -39701,7 +39753,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6305
+#: ../src/guestfs-actions.pod:6312
msgid ""
"When C<guestfs_mount_local> returns, the filesystem is ready, but is not "
"processing requests (access to it will block). You have to call "
@@ -39709,18 +39761,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6313 ../src/guestfs-actions.pod:6362
-#: ../src/guestfs-actions.pod:9019
+#: ../src/guestfs-actions.pod:6320 ../src/guestfs-actions.pod:6369
+#: ../src/guestfs-actions.pod:9026
msgid "(Added in 1.17.22)"
msgstr "(Додано у 1.17.22)"
#. type: =head2
-#: ../src/guestfs-actions.pod:6315
+#: ../src/guestfs-actions.pod:6322
msgid "guestfs_mount_local_va"
msgstr "guestfs_mount_local_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6317
+#: ../src/guestfs-actions.pod:6324
#, no-wrap
msgid ""
" int\n"
@@ -39736,17 +39788,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6322
+#: ../src/guestfs-actions.pod:6329
msgid "This is the \"va_list variant\" of L</guestfs_mount_local>."
msgstr "Це «варіант з va_list» L</guestfs_mount_local>."
#. type: =head2
-#: ../src/guestfs-actions.pod:6326
+#: ../src/guestfs-actions.pod:6333
msgid "guestfs_mount_local_argv"
msgstr "guestfs_mount_local_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6328
+#: ../src/guestfs-actions.pod:6335
#, no-wrap
msgid ""
" int\n"
@@ -39762,17 +39814,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6333
+#: ../src/guestfs-actions.pod:6340
msgid "This is the \"argv variant\" of L</guestfs_mount_local>."
msgstr "Це «варіант з argv» L</guestfs_mount_local>."
#. type: =head2
-#: ../src/guestfs-actions.pod:6337
+#: ../src/guestfs-actions.pod:6344
msgid "guestfs_mount_local_run"
msgstr "guestfs_mount_local_run"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6339
+#: ../src/guestfs-actions.pod:6346
#, no-wrap
msgid ""
" int\n"
@@ -39784,21 +39836,21 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6345
+#: ../src/guestfs-actions.pod:6352
msgid ""
"This should only be called after C<guestfs_mount_local> returns "
"successfully. The call will not return until the filesystem is unmounted."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6349
+#: ../src/guestfs-actions.pod:6356
msgid ""
"B<Note> you must I<not> make concurrent libguestfs calls on the same handle "
"from another thread, with the exception of C<guestfs_umount_local>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6353
+#: ../src/guestfs-actions.pod:6360
msgid ""
"You may call this from a different thread than the one which called "
"C<guestfs_mount_local>, subject to the usual rules for threads and "
@@ -39806,12 +39858,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6364
+#: ../src/guestfs-actions.pod:6371
msgid "guestfs_mount_loop"
msgstr "guestfs_mount_loop"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6366
+#: ../src/guestfs-actions.pod:6373
#, no-wrap
msgid ""
" int\n"
@@ -39827,12 +39879,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:6379
+#: ../src/guestfs-actions.pod:6386
msgid "guestfs_mount_options"
msgstr "guestfs_mount_options"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6381
+#: ../src/guestfs-actions.pod:6388
#, no-wrap
msgid ""
" int\n"
@@ -39850,25 +39902,25 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6387
+#: ../src/guestfs-actions.pod:6394
msgid ""
"This is the same as the C<guestfs_mount> command, but it allows you to set "
"the mount options as for the L<mount(8)> I<-o> flag."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6397 ../src/guestfs-actions.pod:6411
-#: ../src/guestfs-actions.pod:6428
+#: ../src/guestfs-actions.pod:6404 ../src/guestfs-actions.pod:6418
+#: ../src/guestfs-actions.pod:6435
msgid "(Added in 1.0.10)"
msgstr "(Додано у 1.0.10)"
#. type: =head2
-#: ../src/guestfs-actions.pod:6399
+#: ../src/guestfs-actions.pod:6406
msgid "guestfs_mount_ro"
msgstr "guestfs_mount_ro"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6401
+#: ../src/guestfs-actions.pod:6408
#, no-wrap
msgid ""
" int\n"
@@ -39884,19 +39936,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6406
+#: ../src/guestfs-actions.pod:6413
msgid ""
"This is the same as the C<guestfs_mount> command, but it mounts the "
"filesystem with the read-only (I<-o ro>) flag."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6413
+#: ../src/guestfs-actions.pod:6420
msgid "guestfs_mount_vfs"
msgstr "guestfs_mount_vfs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6415
+#: ../src/guestfs-actions.pod:6422
#, no-wrap
msgid ""
" int\n"
@@ -39916,7 +39968,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6422
+#: ../src/guestfs-actions.pod:6429
msgid ""
"This is the same as the C<guestfs_mount> command, but it allows you to set "
"both the mount options and the vfstype as for the L<mount(8)> I<-o> and I<-"
@@ -39924,12 +39976,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6430
+#: ../src/guestfs-actions.pod:6437
msgid "guestfs_mountpoints"
msgstr "guestfs_mountpoints"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6432
+#: ../src/guestfs-actions.pod:6439
#, no-wrap
msgid ""
" char **\n"
@@ -39941,7 +39993,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6435
+#: ../src/guestfs-actions.pod:6442
msgid ""
"This call is similar to C<guestfs_mounts>. That call returns a list of "
"devices. This one returns a hash table (map) of device name to directory "
@@ -39949,12 +40001,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6447
+#: ../src/guestfs-actions.pod:6454
msgid "guestfs_mounts"
msgstr "guestfs_mounts"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6449
+#: ../src/guestfs-actions.pod:6456
#, no-wrap
msgid ""
" char **\n"
@@ -39966,17 +40018,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6457
+#: ../src/guestfs-actions.pod:6464
msgid "See also: C<guestfs_mountpoints>"
msgstr "Див. також C<guestfs_mountpoints>"
#. type: =head2
-#: ../src/guestfs-actions.pod:6465
+#: ../src/guestfs-actions.pod:6472
msgid "guestfs_mv"
msgstr "guestfs_mv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6467
+#: ../src/guestfs-actions.pod:6474
#, no-wrap
msgid ""
" int\n"
@@ -39992,12 +40044,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:6479
+#: ../src/guestfs-actions.pod:6486
msgid "guestfs_nr_devices"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:6481
+#: ../src/guestfs-actions.pod:6488
#, no-wrap
msgid ""
" int\n"
@@ -40006,7 +40058,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6484
+#: ../src/guestfs-actions.pod:6491
msgid ""
"This returns the number of whole block devices that were added. This is the "
"same as the number of devices that would be returned if you called "
@@ -40014,19 +40066,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6488
+#: ../src/guestfs-actions.pod:6495
msgid ""
"To find out the maximum number of devices that could be added, call "
"C<guestfs_max_disks>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6493
+#: ../src/guestfs-actions.pod:6500
msgid "guestfs_ntfs_3g_probe"
msgstr "guestfs_ntfs_3g_probe"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6495
+#: ../src/guestfs-actions.pod:6502
#, no-wrap
msgid ""
" int\n"
@@ -40042,17 +40094,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6514
+#: ../src/guestfs-actions.pod:6521
msgid "(Added in 1.0.43)"
msgstr "(Додано у 1.0.43)"
#. type: =head2
-#: ../src/guestfs-actions.pod:6516
+#: ../src/guestfs-actions.pod:6523
msgid "guestfs_ntfsclone_in"
msgstr "guestfs_ntfsclone_in"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6518
+#: ../src/guestfs-actions.pod:6525
#, no-wrap
msgid ""
" int\n"
@@ -40068,25 +40120,25 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6523
+#: ../src/guestfs-actions.pod:6530
msgid ""
"Restore the C<backupfile> (from a previous call to C<guestfs_ntfsclone_out>) "
"to C<device>, overwriting any existing contents of this device."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6529 ../src/guestfs-actions.pod:6567
-#: ../src/guestfs-actions.pod:6619 ../src/guestfs-actions.pod:7900
+#: ../src/guestfs-actions.pod:6536 ../src/guestfs-actions.pod:6574
+#: ../src/guestfs-actions.pod:6626 ../src/guestfs-actions.pod:7907
msgid "(Added in 1.17.9)"
msgstr "(Додано у 1.17.9)"
#. type: =head2
-#: ../src/guestfs-actions.pod:6531
+#: ../src/guestfs-actions.pod:6538
msgid "guestfs_ntfsclone_out"
msgstr "guestfs_ntfsclone_out"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6533
+#: ../src/guestfs-actions.pod:6540
#, no-wrap
msgid ""
" int\n"
@@ -40104,7 +40156,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6544
+#: ../src/guestfs-actions.pod:6551
#, no-wrap
msgid ""
" GUESTFS_NTFSCLONE_OUT_METADATAONLY, int metadataonly,\n"
@@ -40122,18 +40174,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6562
+#: ../src/guestfs-actions.pod:6569
msgid ""
"Use C<guestfs_ntfsclone_in> to restore the file back to a libguestfs device."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6569
+#: ../src/guestfs-actions.pod:6576
msgid "guestfs_ntfsclone_out_va"
msgstr "guestfs_ntfsclone_out_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6571
+#: ../src/guestfs-actions.pod:6578
#, no-wrap
msgid ""
" int\n"
@@ -40151,17 +40203,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6577
+#: ../src/guestfs-actions.pod:6584
msgid "This is the \"va_list variant\" of L</guestfs_ntfsclone_out>."
msgstr "Це «варіант з va_list» L</guestfs_ntfsclone_out>."
#. type: =head2
-#: ../src/guestfs-actions.pod:6581
+#: ../src/guestfs-actions.pod:6588
msgid "guestfs_ntfsclone_out_argv"
msgstr "guestfs_ntfsclone_out_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6583
+#: ../src/guestfs-actions.pod:6590
#, no-wrap
msgid ""
" int\n"
@@ -40179,17 +40231,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6589
+#: ../src/guestfs-actions.pod:6596
msgid "This is the \"argv variant\" of L</guestfs_ntfsclone_out>."
msgstr "Це «варіант з argv» L</guestfs_ntfsclone_out>."
#. type: =head2
-#: ../src/guestfs-actions.pod:6593
+#: ../src/guestfs-actions.pod:6600
msgid "guestfs_ntfsfix"
msgstr "guestfs_ntfsfix"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6595
+#: ../src/guestfs-actions.pod:6602
#, no-wrap
msgid ""
" int\n"
@@ -40205,7 +40257,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6605
+#: ../src/guestfs-actions.pod:6612
#, no-wrap
msgid ""
" GUESTFS_NTFSFIX_CLEARBADSECTORS, int clearbadsectors,\n"
@@ -40215,12 +40267,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:6621
+#: ../src/guestfs-actions.pod:6628
msgid "guestfs_ntfsfix_va"
msgstr "guestfs_ntfsfix_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6623
+#: ../src/guestfs-actions.pod:6630
#, no-wrap
msgid ""
" int\n"
@@ -40236,17 +40288,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6628
+#: ../src/guestfs-actions.pod:6635
msgid "This is the \"va_list variant\" of L</guestfs_ntfsfix>."
msgstr "Це «варіант з va_list» L</guestfs_ntfsfix>."
#. type: =head2
-#: ../src/guestfs-actions.pod:6632
+#: ../src/guestfs-actions.pod:6639
msgid "guestfs_ntfsfix_argv"
msgstr "guestfs_ntfsfix_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6634
+#: ../src/guestfs-actions.pod:6641
#, no-wrap
msgid ""
" int\n"
@@ -40262,19 +40314,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6639
+#: ../src/guestfs-actions.pod:6646
msgid "This is the \"argv variant\" of L</guestfs_ntfsfix>."
msgstr "Це «варіант з argv» L</guestfs_ntfsfix>."
#. type: =head2
-#: ../src/guestfs-actions.pod:6643
+#: ../src/guestfs-actions.pod:6650
#, fuzzy
#| msgid "guestfs_ntfsresize_opts"
msgid "guestfs_ntfsresize"
msgstr "guestfs_ntfsresize_opts"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6645
+#: ../src/guestfs-actions.pod:6652
#, no-wrap
msgid ""
" int\n"
@@ -40288,19 +40340,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6649 ../src/guestfs-actions.pod:6749
+#: ../src/guestfs-actions.pod:6656 ../src/guestfs-actions.pod:6756
msgid ""
"I<This function is deprecated.> In new code, use the L</"
"guestfs_ntfsresize_opts> call instead."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6673
+#: ../src/guestfs-actions.pod:6680
msgid "guestfs_ntfsresize_opts"
msgstr "guestfs_ntfsresize_opts"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6675
+#: ../src/guestfs-actions.pod:6682
#, no-wrap
msgid ""
" int\n"
@@ -40316,7 +40368,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6685
+#: ../src/guestfs-actions.pod:6692
#, no-wrap
msgid ""
" GUESTFS_NTFSRESIZE_OPTS_SIZE, int64_t size,\n"
@@ -40328,7 +40380,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6705
+#: ../src/guestfs-actions.pod:6712
msgid ""
"After the resize operation, the filesystem is always marked as requiring a "
"consistency check (for safety). You have to boot into Windows to perform "
@@ -40339,12 +40391,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6720
+#: ../src/guestfs-actions.pod:6727
msgid "guestfs_ntfsresize_opts_va"
msgstr "guestfs_ntfsresize_opts_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6722
+#: ../src/guestfs-actions.pod:6729
#, no-wrap
msgid ""
" int\n"
@@ -40360,17 +40412,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6727
+#: ../src/guestfs-actions.pod:6734
msgid "This is the \"va_list variant\" of L</guestfs_ntfsresize_opts>."
msgstr "Це «варіант з va_list» L</guestfs_ntfsresize_opts>."
#. type: =head2
-#: ../src/guestfs-actions.pod:6731
+#: ../src/guestfs-actions.pod:6738
msgid "guestfs_ntfsresize_opts_argv"
msgstr "guestfs_ntfsresize_opts_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6733
+#: ../src/guestfs-actions.pod:6740
#, no-wrap
msgid ""
" int\n"
@@ -40386,17 +40438,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6738
+#: ../src/guestfs-actions.pod:6745
msgid "This is the \"argv variant\" of L</guestfs_ntfsresize_opts>."
msgstr "Це «варіант з argv» L</guestfs_ntfsresize_opts>."
#. type: =head2
-#: ../src/guestfs-actions.pod:6742
+#: ../src/guestfs-actions.pod:6749
msgid "guestfs_ntfsresize_size"
msgstr "guestfs_ntfsresize_size"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6744
+#: ../src/guestfs-actions.pod:6751
#, no-wrap
msgid ""
" int\n"
@@ -40412,26 +40464,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6756
+#: ../src/guestfs-actions.pod:6763
msgid ""
"This command is the same as C<guestfs_ntfsresize> except that it allows you "
"to specify the new size (in bytes) explicitly."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6761 ../src/guestfs-actions.pod:7220
-#: ../src/guestfs-actions.pod:7293 ../src/guestfs-actions.pod:7561
-#: ../src/guestfs-actions.pod:9522
+#: ../src/guestfs-actions.pod:6768 ../src/guestfs-actions.pod:7227
+#: ../src/guestfs-actions.pod:7300 ../src/guestfs-actions.pod:7568
+#: ../src/guestfs-actions.pod:9529
msgid "(Added in 1.3.14)"
msgstr "(Додано у 1.3.14)"
#. type: =head2
-#: ../src/guestfs-actions.pod:6763
+#: ../src/guestfs-actions.pod:6770
msgid "guestfs_part_add"
msgstr "guestfs_part_add"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6765
+#: ../src/guestfs-actions.pod:6772
#, no-wrap
msgid ""
" int\n"
@@ -40451,34 +40503,34 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6772
+#: ../src/guestfs-actions.pod:6779
msgid ""
"This command adds a partition to C<device>. If there is no partition table "
"on the device, call C<guestfs_part_init> first."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6784
+#: ../src/guestfs-actions.pod:6791
msgid ""
"Creating a partition which covers the whole disk is not so easy. Use "
"C<guestfs_part_disk> to do that."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6789 ../src/guestfs-actions.pod:6824
-#: ../src/guestfs-actions.pod:6877 ../src/guestfs-actions.pod:6961
-#: ../src/guestfs-actions.pod:6999 ../src/guestfs-actions.pod:7018
-#: ../src/guestfs-actions.pod:7058
+#: ../src/guestfs-actions.pod:6796 ../src/guestfs-actions.pod:6831
+#: ../src/guestfs-actions.pod:6884 ../src/guestfs-actions.pod:6968
+#: ../src/guestfs-actions.pod:7006 ../src/guestfs-actions.pod:7025
+#: ../src/guestfs-actions.pod:7065
msgid "(Added in 1.0.78)"
msgstr "(Додано у 1.0.78)"
#. type: =head2
-#: ../src/guestfs-actions.pod:6791
+#: ../src/guestfs-actions.pod:6798
msgid "guestfs_part_del"
msgstr "guestfs_part_del"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6793
+#: ../src/guestfs-actions.pod:6800
#, no-wrap
msgid ""
" int\n"
@@ -40494,12 +40546,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:6808
+#: ../src/guestfs-actions.pod:6815
msgid "guestfs_part_disk"
msgstr "guestfs_part_disk"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6810
+#: ../src/guestfs-actions.pod:6817
#, no-wrap
msgid ""
" int\n"
@@ -40515,7 +40567,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6815
+#: ../src/guestfs-actions.pod:6822
msgid ""
"This command is simply a combination of C<guestfs_part_init> followed by "
"C<guestfs_part_add> to create a single primary partition covering the whole "
@@ -40523,19 +40575,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6819
+#: ../src/guestfs-actions.pod:6826
msgid ""
"C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
"possible values are described in C<guestfs_part_init>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6826
+#: ../src/guestfs-actions.pod:6833
msgid "guestfs_part_get_bootable"
msgstr "guestfs_part_get_bootable"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6828
+#: ../src/guestfs-actions.pod:6835
#, no-wrap
msgid ""
" int\n"
@@ -40551,17 +40603,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6836
+#: ../src/guestfs-actions.pod:6843
msgid "See also C<guestfs_part_set_bootable>."
msgstr "Див. також C<guestfs_part_set_bootable>."
#. type: =head2
-#: ../src/guestfs-actions.pod:6842
+#: ../src/guestfs-actions.pod:6849
msgid "guestfs_part_get_mbr_id"
msgstr "guestfs_part_get_mbr_id"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6844
+#: ../src/guestfs-actions.pod:6851
#, no-wrap
msgid ""
" int\n"
@@ -40577,7 +40629,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6852 ../src/guestfs-actions.pod:7034
+#: ../src/guestfs-actions.pod:6859 ../src/guestfs-actions.pod:7041
msgid ""
"Note that only MBR (old DOS-style) partitions have type bytes. You will get "
"undefined results for other partition table types (see "
@@ -40585,12 +40637,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6860
+#: ../src/guestfs-actions.pod:6867
msgid "guestfs_part_get_parttype"
msgstr "guestfs_part_get_parttype"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6862
+#: ../src/guestfs-actions.pod:6869
#, no-wrap
msgid ""
" char *\n"
@@ -40604,7 +40656,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6869
+#: ../src/guestfs-actions.pod:6876
msgid ""
"Common return values include: C<msdos> (a DOS/Windows style MBR partition "
"table), C<gpt> (a GPT/EFI-style partition table). Other values are "
@@ -40612,12 +40664,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6879
+#: ../src/guestfs-actions.pod:6886
msgid "guestfs_part_init"
msgstr "guestfs_part_init"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6881
+#: ../src/guestfs-actions.pod:6888
#, no-wrap
msgid ""
" int\n"
@@ -40633,19 +40685,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6890
+#: ../src/guestfs-actions.pod:6897
msgid ""
"Initially there are no partitions. Following this, you should call "
"C<guestfs_part_add> for each partition required."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:6963
+#: ../src/guestfs-actions.pod:6970
msgid "guestfs_part_list"
msgstr "guestfs_part_list"
#. type: verbatim
-#: ../src/guestfs-actions.pod:6965
+#: ../src/guestfs-actions.pod:6972
#, no-wrap
msgid ""
" struct guestfs_partition_list *\n"
@@ -40659,14 +40711,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:6982
+#: ../src/guestfs-actions.pod:6989
msgid ""
"Start of the partition I<in bytes>. To get sectors you have to divide by "
"the device's sector size, see C<guestfs_blockdev_getss>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6995
+#: ../src/guestfs-actions.pod:7002
msgid ""
"This function returns a C<struct guestfs_partition_list *>, or NULL if there "
"was an error. I<The caller must call C<guestfs_free_partition_list> after "
@@ -40674,12 +40726,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7001
+#: ../src/guestfs-actions.pod:7008
msgid "guestfs_part_set_bootable"
msgstr "guestfs_part_set_bootable"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7003
+#: ../src/guestfs-actions.pod:7010
#, no-wrap
msgid ""
" int\n"
@@ -40697,12 +40749,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7020
+#: ../src/guestfs-actions.pod:7027
msgid "guestfs_part_set_mbr_id"
msgstr "guestfs_part_set_mbr_id"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7022
+#: ../src/guestfs-actions.pod:7029
#, no-wrap
msgid ""
" int\n"
@@ -40720,12 +40772,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7042
+#: ../src/guestfs-actions.pod:7049
msgid "guestfs_part_set_name"
msgstr "guestfs_part_set_name"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7044
+#: ../src/guestfs-actions.pod:7051
#, no-wrap
msgid ""
" int\n"
@@ -40743,12 +40795,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7060
+#: ../src/guestfs-actions.pod:7067
msgid "guestfs_part_to_dev"
msgstr "guestfs_part_to_dev"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7062
+#: ../src/guestfs-actions.pod:7069
#, no-wrap
msgid ""
" char *\n"
@@ -40762,24 +40814,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7070 ../src/guestfs-actions.pod:7089
+#: ../src/guestfs-actions.pod:7077 ../src/guestfs-actions.pod:7096
msgid ""
"The named partition must exist, for example as a string returned from "
"C<guestfs_list_partitions>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7073
+#: ../src/guestfs-actions.pod:7080
msgid "See also C<guestfs_part_to_partnum>, C<guestfs_device_index>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7080
+#: ../src/guestfs-actions.pod:7087
msgid "guestfs_part_to_partnum"
msgstr "guestfs_part_to_partnum"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7082
+#: ../src/guestfs-actions.pod:7089
#, no-wrap
msgid ""
" int\n"
@@ -40793,17 +40845,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7092
+#: ../src/guestfs-actions.pod:7099
msgid "See also C<guestfs_part_to_dev>."
msgstr "Див. також C<guestfs_part_to_dev>."
#. type: =head2
-#: ../src/guestfs-actions.pod:7098
+#: ../src/guestfs-actions.pod:7105
msgid "guestfs_ping_daemon"
msgstr "guestfs_ping_daemon"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7100
+#: ../src/guestfs-actions.pod:7107
#, no-wrap
msgid ""
" int\n"
@@ -40815,12 +40867,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7112
+#: ../src/guestfs-actions.pod:7119
msgid "guestfs_pread"
msgstr "guestfs_pread"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7114
+#: ../src/guestfs-actions.pod:7121
#, no-wrap
msgid ""
" char *\n"
@@ -40840,17 +40892,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7127
+#: ../src/guestfs-actions.pod:7134
msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
msgstr "Див. також C<guestfs_pwrite>, C<guestfs_pread_device>."
#. type: =head2
-#: ../src/guestfs-actions.pod:7138
+#: ../src/guestfs-actions.pod:7145
msgid "guestfs_pread_device"
msgstr "guestfs_pread_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7140
+#: ../src/guestfs-actions.pod:7147
#, no-wrap
msgid ""
" char *\n"
@@ -40870,22 +40922,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7153
+#: ../src/guestfs-actions.pod:7160
msgid "See also C<guestfs_pread>."
msgstr "Див. також C<guestfs_pread>."
#. type: textblock
-#: ../src/guestfs-actions.pod:7162
+#: ../src/guestfs-actions.pod:7169
msgid "(Added in 1.5.21)"
msgstr "(Додано у 1.5.21)"
#. type: =head2
-#: ../src/guestfs-actions.pod:7164
+#: ../src/guestfs-actions.pod:7171
msgid "guestfs_pvcreate"
msgstr "guestfs_pvcreate"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7166
+#: ../src/guestfs-actions.pod:7173
#, no-wrap
msgid ""
" int\n"
@@ -40899,12 +40951,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7178
+#: ../src/guestfs-actions.pod:7185
msgid "guestfs_pvremove"
msgstr "guestfs_pvremove"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7180
+#: ../src/guestfs-actions.pod:7187
#, no-wrap
msgid ""
" int\n"
@@ -40918,12 +40970,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7195
+#: ../src/guestfs-actions.pod:7202
msgid "guestfs_pvresize"
msgstr "guestfs_pvresize"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7197
+#: ../src/guestfs-actions.pod:7204
#, no-wrap
msgid ""
" int\n"
@@ -40937,12 +40989,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7208
+#: ../src/guestfs-actions.pod:7215
msgid "guestfs_pvresize_size"
msgstr "guestfs_pvresize_size"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7210
+#: ../src/guestfs-actions.pod:7217
#, no-wrap
msgid ""
" int\n"
@@ -40958,19 +41010,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7215
+#: ../src/guestfs-actions.pod:7222
msgid ""
"This command is the same as C<guestfs_pvresize> except that it allows you to "
"specify the new size (in bytes) explicitly."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7222
+#: ../src/guestfs-actions.pod:7229
msgid "guestfs_pvs"
msgstr "guestfs_pvs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7224
+#: ../src/guestfs-actions.pod:7231
#, no-wrap
msgid ""
" char **\n"
@@ -40982,17 +41034,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7233
+#: ../src/guestfs-actions.pod:7240
msgid "See also C<guestfs_pvs_full>."
msgstr "Див. також C<guestfs_pvs_full>."
#. type: =head2
-#: ../src/guestfs-actions.pod:7241
+#: ../src/guestfs-actions.pod:7248
msgid "guestfs_pvs_full"
msgstr "guestfs_pvs_full"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7243
+#: ../src/guestfs-actions.pod:7250
#, no-wrap
msgid ""
" struct guestfs_lvm_pv_list *\n"
@@ -41004,19 +41056,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7249
+#: ../src/guestfs-actions.pod:7256
msgid ""
"This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
"was an error. I<The caller must call C<guestfs_free_lvm_pv_list> after use>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7255
+#: ../src/guestfs-actions.pod:7262
msgid "guestfs_pvuuid"
msgstr "guestfs_pvuuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7257
+#: ../src/guestfs-actions.pod:7264
#, no-wrap
msgid ""
" char *\n"
@@ -41030,12 +41082,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7268
+#: ../src/guestfs-actions.pod:7275
msgid "guestfs_pwrite"
msgstr "guestfs_pwrite"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7270
+#: ../src/guestfs-actions.pod:7277
#, no-wrap
msgid ""
" int\n"
@@ -41055,17 +41107,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7286
+#: ../src/guestfs-actions.pod:7293
msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
msgstr "Див. також C<guestfs_pread>, C<guestfs_pwrite_device>."
#. type: =head2
-#: ../src/guestfs-actions.pod:7295
+#: ../src/guestfs-actions.pod:7302
msgid "guestfs_pwrite_device"
msgstr "guestfs_pwrite_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7297
+#: ../src/guestfs-actions.pod:7304
#, no-wrap
msgid ""
" int\n"
@@ -41085,22 +41137,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7312
+#: ../src/guestfs-actions.pod:7319
msgid "See also C<guestfs_pwrite>."
msgstr "Див. також C<guestfs_pwrite>."
#. type: textblock
-#: ../src/guestfs-actions.pod:7319
+#: ../src/guestfs-actions.pod:7326
msgid "(Added in 1.5.20)"
msgstr "(Додано у 1.5.20)"
#. type: =head2
-#: ../src/guestfs-actions.pod:7321
+#: ../src/guestfs-actions.pod:7328
msgid "guestfs_read_file"
msgstr "guestfs_read_file"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7323
+#: ../src/guestfs-actions.pod:7330
#, no-wrap
msgid ""
" char *\n"
@@ -41116,7 +41168,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7331
+#: ../src/guestfs-actions.pod:7338
msgid ""
"Unlike C<guestfs_cat>, this function can correctly handle files that contain "
"embedded ASCII NUL characters. However unlike C<guestfs_download>, this "
@@ -41124,17 +41176,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7343
+#: ../src/guestfs-actions.pod:7350
msgid "(Added in 1.0.63)"
msgstr "(Додано у 1.0.63)"
#. type: =head2
-#: ../src/guestfs-actions.pod:7345
+#: ../src/guestfs-actions.pod:7352
msgid "guestfs_read_lines"
msgstr "guestfs_read_lines"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7347
+#: ../src/guestfs-actions.pod:7354
#, no-wrap
msgid ""
" char **\n"
@@ -41148,7 +41200,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7356
+#: ../src/guestfs-actions.pod:7363
msgid ""
"Note that this function cannot correctly handle binary files (specifically, "
"files containing C<\\0> character which is treated as end of line). For "
@@ -41157,12 +41209,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7367
+#: ../src/guestfs-actions.pod:7374
msgid "guestfs_readdir"
msgstr "guestfs_readdir"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7369
+#: ../src/guestfs-actions.pod:7376
#, no-wrap
msgid ""
" struct guestfs_dirent_list *\n"
@@ -41176,7 +41228,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7423
+#: ../src/guestfs-actions.pod:7430
msgid ""
"This function is primarily intended for use by programs. To get a simple "
"list of names, use C<guestfs_ls>. To get a printable directory for human "
@@ -41184,19 +41236,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7427
+#: ../src/guestfs-actions.pod:7434
msgid ""
"This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
"was an error. I<The caller must call C<guestfs_free_dirent_list> after use>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7433
+#: ../src/guestfs-actions.pod:7440
msgid "guestfs_readlink"
msgstr "guestfs_readlink"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7435
+#: ../src/guestfs-actions.pod:7442
#, no-wrap
msgid ""
" char *\n"
@@ -41210,12 +41262,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7446
+#: ../src/guestfs-actions.pod:7453
msgid "guestfs_readlinklist"
msgstr "guestfs_readlinklist"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7448
+#: ../src/guestfs-actions.pod:7455
#, no-wrap
msgid ""
" char **\n"
@@ -41231,12 +41283,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7481
+#: ../src/guestfs-actions.pod:7488
msgid "guestfs_realpath"
msgstr "guestfs_realpath"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7483
+#: ../src/guestfs-actions.pod:7490
#, no-wrap
msgid ""
" char *\n"
@@ -41250,12 +41302,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7495
+#: ../src/guestfs-actions.pod:7502
msgid "guestfs_removexattr"
msgstr "guestfs_removexattr"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7497
+#: ../src/guestfs-actions.pod:7504
#, no-wrap
msgid ""
" int\n"
@@ -41271,17 +41323,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7505
+#: ../src/guestfs-actions.pod:7512
msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
msgstr "Див. також C<guestfs_lremovexattr>, L<attr(5)>."
#. type: =head2
-#: ../src/guestfs-actions.pod:7511
+#: ../src/guestfs-actions.pod:7518
msgid "guestfs_resize2fs"
msgstr "guestfs_resize2fs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7513
+#: ../src/guestfs-actions.pod:7520
#, no-wrap
msgid ""
" int\n"
@@ -41295,12 +41347,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7526
+#: ../src/guestfs-actions.pod:7533
msgid "guestfs_resize2fs_M"
msgstr "guestfs_resize2fs_M"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7528
+#: ../src/guestfs-actions.pod:7535
#, no-wrap
msgid ""
" int\n"
@@ -41314,7 +41366,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7532
+#: ../src/guestfs-actions.pod:7539
msgid ""
"This command is the same as C<guestfs_resize2fs>, but the filesystem is "
"resized to its minimum size. This works like the I<-M> option to the "
@@ -41322,7 +41374,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7536
+#: ../src/guestfs-actions.pod:7543
msgid ""
"To get the resulting size of the filesystem you should call "
"C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values. "
@@ -41331,12 +41383,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7547
+#: ../src/guestfs-actions.pod:7554
msgid "guestfs_resize2fs_size"
msgstr "guestfs_resize2fs_size"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7549
+#: ../src/guestfs-actions.pod:7556
#, no-wrap
msgid ""
" int\n"
@@ -41352,19 +41404,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7554
+#: ../src/guestfs-actions.pod:7561
msgid ""
"This command is the same as C<guestfs_resize2fs> except that it allows you "
"to specify the new size (in bytes) explicitly."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7563
+#: ../src/guestfs-actions.pod:7570
msgid "guestfs_rm"
msgstr "guestfs_rm"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7565
+#: ../src/guestfs-actions.pod:7572
#, no-wrap
msgid ""
" int\n"
@@ -41378,12 +41430,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7575
+#: ../src/guestfs-actions.pod:7582
msgid "guestfs_rm_rf"
msgstr "guestfs_rm_rf"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7577
+#: ../src/guestfs-actions.pod:7584
#, no-wrap
msgid ""
" int\n"
@@ -41397,12 +41449,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7589
+#: ../src/guestfs-actions.pod:7596
msgid "guestfs_rmdir"
msgstr "guestfs_rmdir"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7591
+#: ../src/guestfs-actions.pod:7598
#, no-wrap
msgid ""
" int\n"
@@ -41416,12 +41468,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7601
+#: ../src/guestfs-actions.pod:7608
msgid "guestfs_rmmountpoint"
msgstr "guestfs_rmmountpoint"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7603
+#: ../src/guestfs-actions.pod:7610
#, no-wrap
msgid ""
" int\n"
@@ -41435,19 +41487,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7607
+#: ../src/guestfs-actions.pod:7614
msgid ""
"This calls removes a mountpoint that was previously created with "
"C<guestfs_mkmountpoint>. See C<guestfs_mkmountpoint> for full details."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7615
+#: ../src/guestfs-actions.pod:7622
msgid "guestfs_scrub_device"
msgstr "guestfs_scrub_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7617
+#: ../src/guestfs-actions.pod:7624
#, no-wrap
msgid ""
" int\n"
@@ -41461,18 +41513,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7629 ../src/guestfs-actions.pod:7647
-#: ../src/guestfs-actions.pod:7666
+#: ../src/guestfs-actions.pod:7636 ../src/guestfs-actions.pod:7654
+#: ../src/guestfs-actions.pod:7673
msgid "(Added in 1.0.52)"
msgstr "(Додано у 1.0.52)"
#. type: =head2
-#: ../src/guestfs-actions.pod:7631
+#: ../src/guestfs-actions.pod:7638
msgid "guestfs_scrub_file"
msgstr "guestfs_scrub_file"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7633
+#: ../src/guestfs-actions.pod:7640
#, no-wrap
msgid ""
" int\n"
@@ -41486,12 +41538,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7649
+#: ../src/guestfs-actions.pod:7656
msgid "guestfs_scrub_freespace"
msgstr "guestfs_scrub_freespace"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7651
+#: ../src/guestfs-actions.pod:7658
#, no-wrap
msgid ""
" int\n"
@@ -41505,7 +41557,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7655
+#: ../src/guestfs-actions.pod:7662
msgid ""
"This command creates the directory C<dir> and then fills it with files until "
"the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
@@ -41514,12 +41566,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7668
+#: ../src/guestfs-actions.pod:7675
msgid "guestfs_set_append"
msgstr "guestfs_set_append"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7670
+#: ../src/guestfs-actions.pod:7677
#, no-wrap
msgid ""
" int\n"
@@ -41533,12 +41585,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7687
+#: ../src/guestfs-actions.pod:7694
msgid "guestfs_set_attach_method"
msgstr "guestfs_set_attach_method"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7689
+#: ../src/guestfs-actions.pod:7696
#, no-wrap
msgid ""
" int\n"
@@ -41552,12 +41604,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7717
+#: ../src/guestfs-actions.pod:7724
msgid "guestfs_set_autosync"
msgstr "guestfs_set_autosync"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7719
+#: ../src/guestfs-actions.pod:7726
#, no-wrap
msgid ""
" int\n"
@@ -41571,12 +41623,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7735
+#: ../src/guestfs-actions.pod:7742
msgid "guestfs_set_direct"
msgstr "guestfs_set_direct"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7737
+#: ../src/guestfs-actions.pod:7744
#, no-wrap
msgid ""
" int\n"
@@ -41590,7 +41642,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7745
+#: ../src/guestfs-actions.pod:7752
msgid ""
"One consequence of this is that log messages aren't caught by the library "
"and handled by C<guestfs_set_log_message_callback>, but go straight to "
@@ -41598,12 +41650,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7758
+#: ../src/guestfs-actions.pod:7765
msgid "guestfs_set_e2attrs"
msgstr "guestfs_set_e2attrs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7760
+#: ../src/guestfs-actions.pod:7767
#, no-wrap
msgid ""
" int\n"
@@ -41621,7 +41673,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7771
+#: ../src/guestfs-actions.pod:7778
#, no-wrap
msgid ""
" GUESTFS_SET_E2ATTRS_CLEAR, int clear,\n"
@@ -41631,7 +41683,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7776
+#: ../src/guestfs-actions.pod:7783
msgid ""
"C<attrs> is a string of characters representing file attributes. See "
"C<guestfs_get_e2attrs> for a list of possible attributes. Not all "
@@ -41639,12 +41691,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7797
+#: ../src/guestfs-actions.pod:7804
msgid "guestfs_set_e2attrs_va"
msgstr "guestfs_set_e2attrs_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7799
+#: ../src/guestfs-actions.pod:7806
#, no-wrap
msgid ""
" int\n"
@@ -41662,17 +41714,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7805
+#: ../src/guestfs-actions.pod:7812
msgid "This is the \"va_list variant\" of L</guestfs_set_e2attrs>."
msgstr "Це «варіант з va_list» L</guestfs_set_e2attrs>."
#. type: =head2
-#: ../src/guestfs-actions.pod:7809
+#: ../src/guestfs-actions.pod:7816
msgid "guestfs_set_e2attrs_argv"
msgstr "guestfs_set_e2attrs_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7811
+#: ../src/guestfs-actions.pod:7818
#, no-wrap
msgid ""
" int\n"
@@ -41690,17 +41742,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7817
+#: ../src/guestfs-actions.pod:7824
msgid "This is the \"argv variant\" of L</guestfs_set_e2attrs>."
msgstr "Це «варіант з argv» L</guestfs_set_e2attrs>."
#. type: =head2
-#: ../src/guestfs-actions.pod:7821
+#: ../src/guestfs-actions.pod:7828
msgid "guestfs_set_e2generation"
msgstr "guestfs_set_e2generation"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7823
+#: ../src/guestfs-actions.pod:7830
#, no-wrap
msgid ""
" int\n"
@@ -41716,17 +41768,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7830
+#: ../src/guestfs-actions.pod:7837
msgid "See C<guestfs_get_e2generation>."
msgstr "Див. C<guestfs_get_e2generation>."
#. type: =head2
-#: ../src/guestfs-actions.pod:7836
+#: ../src/guestfs-actions.pod:7843
msgid "guestfs_set_e2label"
msgstr "guestfs_set_e2label"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7838
+#: ../src/guestfs-actions.pod:7845
#, no-wrap
msgid ""
" int\n"
@@ -41742,26 +41794,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7843
+#: ../src/guestfs-actions.pod:7850
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_set_label> "
"call instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7854
+#: ../src/guestfs-actions.pod:7861
msgid ""
"You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
"the existing label on a filesystem."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7861
+#: ../src/guestfs-actions.pod:7868
msgid "guestfs_set_e2uuid"
msgstr "guestfs_set_e2uuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7863
+#: ../src/guestfs-actions.pod:7870
#, no-wrap
msgid ""
" int\n"
@@ -41777,19 +41829,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7873
+#: ../src/guestfs-actions.pod:7880
msgid ""
"You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
"the existing UUID of a filesystem."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7880
+#: ../src/guestfs-actions.pod:7887
msgid "guestfs_set_label"
msgstr "guestfs_set_label"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7882
+#: ../src/guestfs-actions.pod:7889
#, no-wrap
msgid ""
" int\n"
@@ -41805,17 +41857,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7896
+#: ../src/guestfs-actions.pod:7903
msgid "To read the label on a filesystem, call C<guestfs_vfs_label>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7902
+#: ../src/guestfs-actions.pod:7909
msgid "guestfs_set_memsize"
msgstr "guestfs_set_memsize"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7904
+#: ../src/guestfs-actions.pod:7911
#, no-wrap
msgid ""
" int\n"
@@ -41829,19 +41881,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7908
+#: ../src/guestfs-actions.pod:7915
msgid ""
"This sets the memory size in megabytes allocated to the qemu subprocess. "
"This only has any effect if called before C<guestfs_launch>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7923
+#: ../src/guestfs-actions.pod:7930
msgid "guestfs_set_network"
msgstr "guestfs_set_network"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7925
+#: ../src/guestfs-actions.pod:7932
#, no-wrap
msgid ""
" int\n"
@@ -41855,19 +41907,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7935
+#: ../src/guestfs-actions.pod:7942
msgid ""
"You must call this before calling C<guestfs_launch>, otherwise it has no "
"effect."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7942
+#: ../src/guestfs-actions.pod:7949
msgid "guestfs_set_path"
msgstr "guestfs_set_path"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7944
+#: ../src/guestfs-actions.pod:7951
#, no-wrap
msgid ""
" int\n"
@@ -41881,12 +41933,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7959
+#: ../src/guestfs-actions.pod:7966
msgid "guestfs_set_pgroup"
msgstr "guestfs_set_pgroup"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7961
+#: ../src/guestfs-actions.pod:7968
#, no-wrap
msgid ""
" int\n"
@@ -41900,7 +41952,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7971
+#: ../src/guestfs-actions.pod:7978
msgid ""
"The default for this flag is false, because usually you want C<^C> to kill "
"the subprocess. Guestfish sets this flag to true when used interactively, "
@@ -41909,12 +41961,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7980
+#: ../src/guestfs-actions.pod:7987
msgid "guestfs_set_qemu"
msgstr "guestfs_set_qemu"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7982
+#: ../src/guestfs-actions.pod:7989
#, no-wrap
msgid ""
" int\n"
@@ -41928,12 +41980,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8008
+#: ../src/guestfs-actions.pod:8015
msgid "guestfs_set_recovery_proc"
msgstr "guestfs_set_recovery_proc"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8010
+#: ../src/guestfs-actions.pod:8017
#, no-wrap
msgid ""
" int\n"
@@ -41947,7 +41999,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8014
+#: ../src/guestfs-actions.pod:8021
msgid ""
"If this is called with the parameter C<false> then C<guestfs_launch> does "
"not create a recovery process. The purpose of the recovery process is to "
@@ -41956,19 +42008,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8019
+#: ../src/guestfs-actions.pod:8026
msgid ""
"This only has any effect if called before C<guestfs_launch>, and the default "
"is true."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8032
+#: ../src/guestfs-actions.pod:8039
msgid "guestfs_set_selinux"
msgstr "guestfs_set_selinux"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8034
+#: ../src/guestfs-actions.pod:8041
#, no-wrap
msgid ""
" int\n"
@@ -41982,12 +42034,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8051
+#: ../src/guestfs-actions.pod:8058
msgid "guestfs_set_smp"
msgstr "guestfs_set_smp"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8053
+#: ../src/guestfs-actions.pod:8060
#, no-wrap
msgid ""
" int\n"
@@ -42001,17 +42053,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8061
+#: ../src/guestfs-actions.pod:8068
msgid "This function must be called before C<guestfs_launch>."
msgstr "У попередніх версіях ця функція викликалася C<guestfs_launch>."
#. type: =head2
-#: ../src/guestfs-actions.pod:8067
+#: ../src/guestfs-actions.pod:8074
msgid "guestfs_set_trace"
msgstr "guestfs_set_trace"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8069
+#: ../src/guestfs-actions.pod:8076
#, no-wrap
msgid ""
" int\n"
@@ -42025,19 +42077,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8083
+#: ../src/guestfs-actions.pod:8090
msgid ""
"Trace messages are normally sent to C<stderr>, unless you register a "
"callback to send them somewhere else (see C<guestfs_set_event_callback>)."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8091
+#: ../src/guestfs-actions.pod:8098
msgid "guestfs_set_verbose"
msgstr "guestfs_set_verbose"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8093
+#: ../src/guestfs-actions.pod:8100
#, no-wrap
msgid ""
" int\n"
@@ -42051,19 +42103,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8102
+#: ../src/guestfs-actions.pod:8109
msgid ""
"Verbose messages are normally sent to C<stderr>, unless you register a "
"callback to send them somewhere else (see C<guestfs_set_event_callback>)."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8110
+#: ../src/guestfs-actions.pod:8117
msgid "guestfs_setcon"
msgstr "guestfs_setcon"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8112
+#: ../src/guestfs-actions.pod:8119
#, no-wrap
msgid ""
" int\n"
@@ -42077,12 +42129,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8125
+#: ../src/guestfs-actions.pod:8132
msgid "guestfs_setxattr"
msgstr "guestfs_setxattr"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8127
+#: ../src/guestfs-actions.pod:8134
#, no-wrap
msgid ""
" int\n"
@@ -42102,17 +42154,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8138
+#: ../src/guestfs-actions.pod:8145
msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
msgstr "Див. також C<guestfs_lsetxattr>, L<attr(5)>."
#. type: =head2
-#: ../src/guestfs-actions.pod:8144
+#: ../src/guestfs-actions.pod:8151
msgid "guestfs_sfdisk"
msgstr "guestfs_sfdisk"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8146
+#: ../src/guestfs-actions.pod:8153
#, no-wrap
msgid ""
" int\n"
@@ -42134,27 +42186,27 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8154 ../src/guestfs-actions.pod:8195
-#: ../src/guestfs-actions.pod:8226
+#: ../src/guestfs-actions.pod:8161 ../src/guestfs-actions.pod:8202
+#: ../src/guestfs-actions.pod:8233
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_part_add> "
"call instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8181
+#: ../src/guestfs-actions.pod:8188
msgid ""
"See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
msgstr ""
"Див. також C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
#. type: =head2
-#: ../src/guestfs-actions.pod:8188
+#: ../src/guestfs-actions.pod:8195
msgid "guestfs_sfdiskM"
msgstr "guestfs_sfdiskM"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8190
+#: ../src/guestfs-actions.pod:8197
#, no-wrap
msgid ""
" int\n"
@@ -42170,7 +42222,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8202
+#: ../src/guestfs-actions.pod:8209
msgid ""
"This is a simplified interface to the C<guestfs_sfdisk> command, where "
"partition sizes are specified in megabytes only (rounded to the nearest "
@@ -42179,7 +42231,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8208
+#: ../src/guestfs-actions.pod:8215
msgid ""
"See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
"C<guestfs_part_disk>"
@@ -42188,12 +42240,12 @@ msgstr ""
"C<guestfs_part_disk>"
#. type: =head2
-#: ../src/guestfs-actions.pod:8215
+#: ../src/guestfs-actions.pod:8222
msgid "guestfs_sfdisk_N"
msgstr "guestfs_sfdisk_N"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8217
+#: ../src/guestfs-actions.pod:8224
#, no-wrap
msgid ""
" int\n"
@@ -42217,24 +42269,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8236
+#: ../src/guestfs-actions.pod:8243
msgid ""
"For other parameters, see C<guestfs_sfdisk>. You should usually pass C<0> "
"for the cyls/heads/sectors parameters."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8239
+#: ../src/guestfs-actions.pod:8246
msgid "See also: C<guestfs_part_add>"
msgstr "Див. також C<guestfs_part_add>"
#. type: =head2
-#: ../src/guestfs-actions.pod:8245
+#: ../src/guestfs-actions.pod:8252
msgid "guestfs_sfdisk_disk_geometry"
msgstr "guestfs_sfdisk_disk_geometry"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8247
+#: ../src/guestfs-actions.pod:8254
#, no-wrap
msgid ""
" char *\n"
@@ -42248,7 +42300,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8251
+#: ../src/guestfs-actions.pod:8258
msgid ""
"This displays the disk geometry of C<device> read from the partition table. "
"Especially in the case where the underlying block device has been resized, "
@@ -42257,12 +42309,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8264
+#: ../src/guestfs-actions.pod:8271
msgid "guestfs_sfdisk_kernel_geometry"
msgstr "guestfs_sfdisk_kernel_geometry"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8266
+#: ../src/guestfs-actions.pod:8273
#, no-wrap
msgid ""
" char *\n"
@@ -42276,12 +42328,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8280
+#: ../src/guestfs-actions.pod:8287
msgid "guestfs_sfdisk_l"
msgstr "guestfs_sfdisk_l"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8282
+#: ../src/guestfs-actions.pod:8289
#, no-wrap
msgid ""
" char *\n"
@@ -42295,24 +42347,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8286
+#: ../src/guestfs-actions.pod:8293
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_part_list> "
"call instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8297
+#: ../src/guestfs-actions.pod:8304
msgid "See also: C<guestfs_part_list>"
msgstr "Див. також C<guestfs_part_list>"
#. type: =head2
-#: ../src/guestfs-actions.pod:8304
+#: ../src/guestfs-actions.pod:8311
msgid "guestfs_sh"
msgstr "guestfs_sh"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8306
+#: ../src/guestfs-actions.pod:8313
#, no-wrap
msgid ""
" char *\n"
@@ -42326,22 +42378,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8313
+#: ../src/guestfs-actions.pod:8320
msgid "This is like C<guestfs_command>, but passes the command to:"
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8321
+#: ../src/guestfs-actions.pod:8328
msgid "All the provisos about C<guestfs_command> apply to this call."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8328
+#: ../src/guestfs-actions.pod:8335
msgid "guestfs_sh_lines"
msgstr "guestfs_sh_lines"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8330
+#: ../src/guestfs-actions.pod:8337
#, no-wrap
msgid ""
" char **\n"
@@ -42355,24 +42407,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8334
+#: ../src/guestfs-actions.pod:8341
msgid ""
"This is the same as C<guestfs_sh>, but splits the result into a list of "
"lines."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8337
+#: ../src/guestfs-actions.pod:8344
msgid "See also: C<guestfs_command_lines>"
msgstr "Див. також C<guestfs_command_lines>"
#. type: =head2
-#: ../src/guestfs-actions.pod:8345
+#: ../src/guestfs-actions.pod:8352
msgid "guestfs_shutdown"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8347
+#: ../src/guestfs-actions.pod:8354
#, no-wrap
msgid ""
" int\n"
@@ -42381,7 +42433,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8350
+#: ../src/guestfs-actions.pod:8357
msgid ""
"This is the opposite of C<guestfs_launch>. It performs an orderly shutdown "
"of the backend process(es). If the autosync flag is set (which is the "
@@ -42389,26 +42441,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8360
+#: ../src/guestfs-actions.pod:8367
msgid ""
"This call does I<not> close or free up the handle. You still need to call "
"C<guestfs_close> afterwards."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8363
+#: ../src/guestfs-actions.pod:8370
msgid ""
"C<guestfs_close> will call this if you don't do it explicitly, but note that "
"any errors are ignored in that case."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8368
+#: ../src/guestfs-actions.pod:8375
msgid "guestfs_sleep"
msgstr "guestfs_sleep"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8370
+#: ../src/guestfs-actions.pod:8377
#, no-wrap
msgid ""
" int\n"
@@ -42422,17 +42474,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8378
+#: ../src/guestfs-actions.pod:8385
msgid "(Added in 1.0.41)"
msgstr "(Додано у 1.0.41)"
#. type: =head2
-#: ../src/guestfs-actions.pod:8380 ../src/guestfs-structs.pod:109
+#: ../src/guestfs-actions.pod:8387 ../src/guestfs-structs.pod:109
msgid "guestfs_stat"
msgstr "guestfs_stat"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8382
+#: ../src/guestfs-actions.pod:8389
#, no-wrap
msgid ""
" struct guestfs_stat *\n"
@@ -42446,12 +42498,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8396 ../src/guestfs-structs.pod:135
+#: ../src/guestfs-actions.pod:8403 ../src/guestfs-structs.pod:135
msgid "guestfs_statvfs"
msgstr "guestfs_statvfs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8398
+#: ../src/guestfs-actions.pod:8405
#, no-wrap
msgid ""
" struct guestfs_statvfs *\n"
@@ -42465,19 +42517,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8408
+#: ../src/guestfs-actions.pod:8415
msgid ""
"This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
"error. I<The caller must call C<guestfs_free_statvfs> after use>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8414
+#: ../src/guestfs-actions.pod:8421
msgid "guestfs_strings"
msgstr "guestfs_strings"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8416
+#: ../src/guestfs-actions.pod:8423
#, no-wrap
msgid ""
" char **\n"
@@ -42491,12 +42543,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8432
+#: ../src/guestfs-actions.pod:8439
msgid "guestfs_strings_e"
msgstr "guestfs_strings_e"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8434
+#: ../src/guestfs-actions.pod:8441
#, no-wrap
msgid ""
" char **\n"
@@ -42512,26 +42564,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8439
+#: ../src/guestfs-actions.pod:8446
msgid ""
"This is like the C<guestfs_strings> command, but allows you to specify the "
"encoding of strings that are looked for in the source file C<path>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8449
+#: ../src/guestfs-actions.pod:8456
msgid ""
"Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
"ISO-8859-X (this is what C<guestfs_strings> uses)."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8487
+#: ../src/guestfs-actions.pod:8494
msgid "guestfs_swapoff_device"
msgstr "guestfs_swapoff_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8489
+#: ../src/guestfs-actions.pod:8496
#, no-wrap
msgid ""
" int\n"
@@ -42545,19 +42597,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8493
+#: ../src/guestfs-actions.pod:8500
msgid ""
"This command disables the libguestfs appliance swap device or partition "
"named C<device>. See C<guestfs_swapon_device>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8501
+#: ../src/guestfs-actions.pod:8508
msgid "guestfs_swapoff_file"
msgstr "guestfs_swapoff_file"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8503
+#: ../src/guestfs-actions.pod:8510
#, no-wrap
msgid ""
" int\n"
@@ -42571,12 +42623,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8513
+#: ../src/guestfs-actions.pod:8520
msgid "guestfs_swapoff_label"
msgstr "guestfs_swapoff_label"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8515
+#: ../src/guestfs-actions.pod:8522
#, no-wrap
msgid ""
" int\n"
@@ -42590,12 +42642,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8526
+#: ../src/guestfs-actions.pod:8533
msgid "guestfs_swapoff_uuid"
msgstr "guestfs_swapoff_uuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8528
+#: ../src/guestfs-actions.pod:8535
#, no-wrap
msgid ""
" int\n"
@@ -42609,12 +42661,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8539
+#: ../src/guestfs-actions.pod:8546
msgid "guestfs_swapon_device"
msgstr "guestfs_swapon_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8541
+#: ../src/guestfs-actions.pod:8548
#, no-wrap
msgid ""
" int\n"
@@ -42628,7 +42680,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8545
+#: ../src/guestfs-actions.pod:8552
msgid ""
"This command enables the libguestfs appliance to use the swap device or "
"partition named C<device>. The increased memory is made available for all "
@@ -42636,12 +42688,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8561
+#: ../src/guestfs-actions.pod:8568
msgid "guestfs_swapon_file"
msgstr "guestfs_swapon_file"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8563
+#: ../src/guestfs-actions.pod:8570
#, no-wrap
msgid ""
" int\n"
@@ -42655,19 +42707,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8567
+#: ../src/guestfs-actions.pod:8574
msgid ""
"This command enables swap to a file. See C<guestfs_swapon_device> for other "
"notes."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8574
+#: ../src/guestfs-actions.pod:8581
msgid "guestfs_swapon_label"
msgstr "guestfs_swapon_label"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8576
+#: ../src/guestfs-actions.pod:8583
#, no-wrap
msgid ""
" int\n"
@@ -42681,19 +42733,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8580
+#: ../src/guestfs-actions.pod:8587
msgid ""
"This command enables swap to a labeled swap partition. See "
"C<guestfs_swapon_device> for other notes."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8587
+#: ../src/guestfs-actions.pod:8594
msgid "guestfs_swapon_uuid"
msgstr "guestfs_swapon_uuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8589
+#: ../src/guestfs-actions.pod:8596
#, no-wrap
msgid ""
" int\n"
@@ -42707,19 +42759,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8593
+#: ../src/guestfs-actions.pod:8600
msgid ""
"This command enables swap to a swap partition with the given UUID. See "
"C<guestfs_swapon_device> for other notes."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8600
+#: ../src/guestfs-actions.pod:8607
msgid "guestfs_sync"
msgstr "guestfs_sync"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8602
+#: ../src/guestfs-actions.pod:8609
#, no-wrap
msgid ""
" int\n"
@@ -42731,12 +42783,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8615
+#: ../src/guestfs-actions.pod:8622
msgid "guestfs_tail"
msgstr "guestfs_tail"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8617
+#: ../src/guestfs-actions.pod:8624
#, no-wrap
msgid ""
" char **\n"
@@ -42750,12 +42802,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8633
+#: ../src/guestfs-actions.pod:8640
msgid "guestfs_tail_n"
msgstr "guestfs_tail_n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8635
+#: ../src/guestfs-actions.pod:8642
#, no-wrap
msgid ""
" char **\n"
@@ -42771,12 +42823,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8657
+#: ../src/guestfs-actions.pod:8664
msgid "guestfs_tar_in"
msgstr "guestfs_tar_in"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8659
+#: ../src/guestfs-actions.pod:8666
#, no-wrap
msgid ""
" int\n"
@@ -42792,24 +42844,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8667
+#: ../src/guestfs-actions.pod:8674
msgid ""
"To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8672 ../src/guestfs-actions.pod:8689
-#: ../src/guestfs-actions.pod:8705 ../src/guestfs-actions.pod:8721
+#: ../src/guestfs-actions.pod:8679 ../src/guestfs-actions.pod:8696
+#: ../src/guestfs-actions.pod:8712 ../src/guestfs-actions.pod:8728
msgid "(Added in 1.0.3)"
msgstr "(Додано у 1.0.3)"
#. type: =head2
-#: ../src/guestfs-actions.pod:8674
+#: ../src/guestfs-actions.pod:8681
msgid "guestfs_tar_out"
msgstr "guestfs_tar_out"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8676
+#: ../src/guestfs-actions.pod:8683
#, no-wrap
msgid ""
" int\n"
@@ -42825,19 +42877,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8684
+#: ../src/guestfs-actions.pod:8691
msgid ""
"To download a compressed tarball, use C<guestfs_tgz_out> or "
"C<guestfs_txz_out>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8691
+#: ../src/guestfs-actions.pod:8698
msgid "guestfs_tgz_in"
msgstr "guestfs_tgz_in"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8693
+#: ../src/guestfs-actions.pod:8700
#, no-wrap
msgid ""
" int\n"
@@ -42853,17 +42905,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8701
+#: ../src/guestfs-actions.pod:8708
msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8707
+#: ../src/guestfs-actions.pod:8714
msgid "guestfs_tgz_out"
msgstr "guestfs_tgz_out"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8709
+#: ../src/guestfs-actions.pod:8716
#, no-wrap
msgid ""
" int\n"
@@ -42879,17 +42931,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8717
+#: ../src/guestfs-actions.pod:8724
msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8723
+#: ../src/guestfs-actions.pod:8730
msgid "guestfs_touch"
msgstr "guestfs_touch"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8725
+#: ../src/guestfs-actions.pod:8732
#, no-wrap
msgid ""
" int\n"
@@ -42903,12 +42955,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8740
+#: ../src/guestfs-actions.pod:8747
msgid "guestfs_truncate"
msgstr "guestfs_truncate"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8742
+#: ../src/guestfs-actions.pod:8749
#, no-wrap
msgid ""
" int\n"
@@ -42922,12 +42974,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8753
+#: ../src/guestfs-actions.pod:8760
msgid "guestfs_truncate_size"
msgstr "guestfs_truncate_size"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8755
+#: ../src/guestfs-actions.pod:8762
#, no-wrap
msgid ""
" int\n"
@@ -42943,7 +42995,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8763
+#: ../src/guestfs-actions.pod:8770
msgid ""
"If the current file size is less than C<size> then the file is extended to "
"the required size with zero bytes. This creates a sparse file (ie. disk "
@@ -42952,12 +43004,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8773
+#: ../src/guestfs-actions.pod:8780
msgid "guestfs_tune2fs"
msgstr "guestfs_tune2fs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8775
+#: ../src/guestfs-actions.pod:8782
#, no-wrap
msgid ""
" int\n"
@@ -42973,7 +43025,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8785
+#: ../src/guestfs-actions.pod:8792
#, no-wrap
msgid ""
" GUESTFS_TUNE2FS_FORCE, int force,\n"
@@ -43001,7 +43053,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8865
+#: ../src/guestfs-actions.pod:8872
msgid ""
"To get the current values of filesystem parameters, see "
"C<guestfs_tune2fs_l>. For precise details of how tune2fs works, see the "
@@ -43009,12 +43061,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8873
+#: ../src/guestfs-actions.pod:8880
msgid "guestfs_tune2fs_va"
msgstr "guestfs_tune2fs_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8875
+#: ../src/guestfs-actions.pod:8882
#, no-wrap
msgid ""
" int\n"
@@ -43030,17 +43082,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8880
+#: ../src/guestfs-actions.pod:8887
msgid "This is the \"va_list variant\" of L</guestfs_tune2fs>."
msgstr "Це «варіант з va_list» L</guestfs_tune2fs>."
#. type: =head2
-#: ../src/guestfs-actions.pod:8884
+#: ../src/guestfs-actions.pod:8891
msgid "guestfs_tune2fs_argv"
msgstr "guestfs_tune2fs_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8886
+#: ../src/guestfs-actions.pod:8893
#, no-wrap
msgid ""
" int\n"
@@ -43056,17 +43108,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8891
+#: ../src/guestfs-actions.pod:8898
msgid "This is the \"argv variant\" of L</guestfs_tune2fs>."
msgstr "Це «варіант з argv» L</guestfs_tune2fs>."
#. type: =head2
-#: ../src/guestfs-actions.pod:8895
+#: ../src/guestfs-actions.pod:8902
msgid "guestfs_tune2fs_l"
msgstr "guestfs_tune2fs_l"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8897
+#: ../src/guestfs-actions.pod:8904
#, no-wrap
msgid ""
" char **\n"
@@ -43080,12 +43132,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8917
+#: ../src/guestfs-actions.pod:8924
msgid "guestfs_txz_in"
msgstr "guestfs_txz_in"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8919
+#: ../src/guestfs-actions.pod:8926
#, no-wrap
msgid ""
" int\n"
@@ -43101,12 +43153,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8931
+#: ../src/guestfs-actions.pod:8938
msgid "guestfs_txz_out"
msgstr "guestfs_txz_out"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8933
+#: ../src/guestfs-actions.pod:8940
#, no-wrap
msgid ""
" int\n"
@@ -43122,12 +43174,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8945
+#: ../src/guestfs-actions.pod:8952
msgid "guestfs_umask"
msgstr "guestfs_umask"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8947
+#: ../src/guestfs-actions.pod:8954
#, no-wrap
msgid ""
" int\n"
@@ -43141,7 +43193,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8963
+#: ../src/guestfs-actions.pod:8970
msgid ""
"See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
"C<guestfs_mkdir>."
@@ -43150,12 +43202,12 @@ msgstr ""
"C<guestfs_mkdir>."
#. type: =head2
-#: ../src/guestfs-actions.pod:8972
+#: ../src/guestfs-actions.pod:8979
msgid "guestfs_umount"
msgstr "guestfs_umount"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8974
+#: ../src/guestfs-actions.pod:8981
#, no-wrap
msgid ""
" int\n"
@@ -43169,12 +43221,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8986
+#: ../src/guestfs-actions.pod:8993
msgid "guestfs_umount_all"
msgstr "guestfs_umount_all"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8988
+#: ../src/guestfs-actions.pod:8995
#, no-wrap
msgid ""
" int\n"
@@ -43186,12 +43238,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8999
+#: ../src/guestfs-actions.pod:9006
msgid "guestfs_umount_local"
msgstr "guestfs_umount_local"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9001
+#: ../src/guestfs-actions.pod:9008
#, no-wrap
msgid ""
" int\n"
@@ -43205,7 +43257,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9010
+#: ../src/guestfs-actions.pod:9017
#, no-wrap
msgid ""
" GUESTFS_UMOUNT_LOCAL_RETRY, int retry,\n"
@@ -43215,12 +43267,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9021
+#: ../src/guestfs-actions.pod:9028
msgid "guestfs_umount_local_va"
msgstr "guestfs_umount_local_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9023
+#: ../src/guestfs-actions.pod:9030
#, no-wrap
msgid ""
" int\n"
@@ -43234,17 +43286,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9027
+#: ../src/guestfs-actions.pod:9034
msgid "This is the \"va_list variant\" of L</guestfs_umount_local>."
msgstr "Це «варіант з va_list» L</guestfs_umount_local>."
#. type: =head2
-#: ../src/guestfs-actions.pod:9031
+#: ../src/guestfs-actions.pod:9038
msgid "guestfs_umount_local_argv"
msgstr "guestfs_umount_local_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9033
+#: ../src/guestfs-actions.pod:9040
#, no-wrap
msgid ""
" int\n"
@@ -43258,17 +43310,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9037
+#: ../src/guestfs-actions.pod:9044
msgid "This is the \"argv variant\" of L</guestfs_umount_local>."
msgstr "Це «варіант з argv» L</guestfs_umount_local>."
#. type: =head2
-#: ../src/guestfs-actions.pod:9041
+#: ../src/guestfs-actions.pod:9048
msgid "guestfs_upload"
msgstr "guestfs_upload"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9043
+#: ../src/guestfs-actions.pod:9050
#, no-wrap
msgid ""
" int\n"
@@ -43284,17 +43336,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9053
+#: ../src/guestfs-actions.pod:9060
msgid "See also C<guestfs_download>."
msgstr "Див. також C<guestfs_download>."
#. type: =head2
-#: ../src/guestfs-actions.pod:9064
+#: ../src/guestfs-actions.pod:9071
msgid "guestfs_upload_offset"
msgstr "guestfs_upload_offset"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9066
+#: ../src/guestfs-actions.pod:9073
#, no-wrap
msgid ""
" int\n"
@@ -43312,7 +43364,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9082
+#: ../src/guestfs-actions.pod:9089
msgid ""
"Note that there is no limit on the amount of data that can be uploaded with "
"this call, unlike with C<guestfs_pwrite>, and this call always writes the "
@@ -43320,17 +43372,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9087
+#: ../src/guestfs-actions.pod:9094
msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
msgstr "Див. також C<guestfs_upload>, C<guestfs_pwrite>."
#. type: =head2
-#: ../src/guestfs-actions.pod:9098
+#: ../src/guestfs-actions.pod:9105
msgid "guestfs_utimens"
msgstr "guestfs_utimens"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9100
+#: ../src/guestfs-actions.pod:9107
#, no-wrap
msgid ""
" int\n"
@@ -43352,12 +43404,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9129 ../src/guestfs-structs.pod:175
+#: ../src/guestfs-actions.pod:9136 ../src/guestfs-structs.pod:175
msgid "guestfs_version"
msgstr "guestfs_version"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9131
+#: ../src/guestfs-actions.pod:9138
#, no-wrap
msgid ""
" struct guestfs_version *\n"
@@ -43369,7 +43421,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9159
+#: ../src/guestfs-actions.pod:9166
msgid ""
"I<Note:> Don't use this call to test for availability of features. In "
"enterprise distributions we backport features from later versions into "
@@ -43378,24 +43430,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9165
+#: ../src/guestfs-actions.pod:9172
msgid ""
"This function returns a C<struct guestfs_version *>, or NULL if there was an "
"error. I<The caller must call C<guestfs_free_version> after use>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9169
+#: ../src/guestfs-actions.pod:9176
msgid "(Added in 1.0.58)"
msgstr "(Додано у 1.0.58)"
#. type: =head2
-#: ../src/guestfs-actions.pod:9171
+#: ../src/guestfs-actions.pod:9178
msgid "guestfs_vfs_label"
msgstr "guestfs_vfs_label"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9173
+#: ../src/guestfs-actions.pod:9180
#, no-wrap
msgid ""
" char *\n"
@@ -43409,24 +43461,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9182
+#: ../src/guestfs-actions.pod:9189
msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
msgstr ""
"Пошук файлової системи за міткою можна здійснити за допомогою "
"C<guestfs_findfs_label>."
#. type: textblock
-#: ../src/guestfs-actions.pod:9187 ../src/guestfs-actions.pod:9224
+#: ../src/guestfs-actions.pod:9194 ../src/guestfs-actions.pod:9231
msgid "(Added in 1.3.18)"
msgstr "(Додано у 1.3.18)"
#. type: =head2
-#: ../src/guestfs-actions.pod:9189
+#: ../src/guestfs-actions.pod:9196
msgid "guestfs_vfs_type"
msgstr "guestfs_vfs_type"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9191
+#: ../src/guestfs-actions.pod:9198
#, no-wrap
msgid ""
" char *\n"
@@ -43440,12 +43492,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9208
+#: ../src/guestfs-actions.pod:9215
msgid "guestfs_vfs_uuid"
msgstr "guestfs_vfs_uuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9210
+#: ../src/guestfs-actions.pod:9217
#, no-wrap
msgid ""
" char *\n"
@@ -43459,19 +43511,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9219
+#: ../src/guestfs-actions.pod:9226
msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
msgstr ""
"Пошук файлової системи за UUID можна здійснити за допомогою "
"C<guestfs_findfs_uuid>."
#. type: =head2
-#: ../src/guestfs-actions.pod:9226
+#: ../src/guestfs-actions.pod:9233
msgid "guestfs_vg_activate"
msgstr "guestfs_vg_activate"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9228
+#: ../src/guestfs-actions.pod:9235
#, no-wrap
msgid ""
" int\n"
@@ -43487,12 +43539,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9245
+#: ../src/guestfs-actions.pod:9252
msgid "guestfs_vg_activate_all"
msgstr "guestfs_vg_activate_all"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9247
+#: ../src/guestfs-actions.pod:9254
#, no-wrap
msgid ""
" int\n"
@@ -43506,12 +43558,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9260
+#: ../src/guestfs-actions.pod:9267
msgid "guestfs_vgcreate"
msgstr "guestfs_vgcreate"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9262
+#: ../src/guestfs-actions.pod:9269
#, no-wrap
msgid ""
" int\n"
@@ -43527,12 +43579,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9274
+#: ../src/guestfs-actions.pod:9281
msgid "guestfs_vglvuuids"
msgstr "guestfs_vglvuuids"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9276
+#: ../src/guestfs-actions.pod:9283
#, no-wrap
msgid ""
" char **\n"
@@ -43546,24 +43598,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9283
+#: ../src/guestfs-actions.pod:9290
msgid ""
"You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
"associate logical volumes and volume groups."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9286
+#: ../src/guestfs-actions.pod:9293
msgid "See also C<guestfs_vgpvuuids>."
msgstr "Див. також C<guestfs_vgpvuuids>."
#. type: =head2
-#: ../src/guestfs-actions.pod:9294
+#: ../src/guestfs-actions.pod:9301
msgid "guestfs_vgmeta"
msgstr "guestfs_vgmeta"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9296
+#: ../src/guestfs-actions.pod:9303
#, no-wrap
msgid ""
" char *\n"
@@ -43579,17 +43631,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9311
+#: ../src/guestfs-actions.pod:9318
msgid "(Added in 1.17.20)"
msgstr "(Додано у 1.17.20)"
#. type: =head2
-#: ../src/guestfs-actions.pod:9313
+#: ../src/guestfs-actions.pod:9320
msgid "guestfs_vgpvuuids"
msgstr "guestfs_vgpvuuids"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9315
+#: ../src/guestfs-actions.pod:9322
#, no-wrap
msgid ""
" char **\n"
@@ -43603,24 +43655,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9322
+#: ../src/guestfs-actions.pod:9329
msgid ""
"You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
"associate physical volumes and volume groups."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9325
+#: ../src/guestfs-actions.pod:9332
msgid "See also C<guestfs_vglvuuids>."
msgstr "Див. також C<guestfs_vglvuuids>."
#. type: =head2
-#: ../src/guestfs-actions.pod:9333
+#: ../src/guestfs-actions.pod:9340
msgid "guestfs_vgremove"
msgstr "guestfs_vgremove"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9335
+#: ../src/guestfs-actions.pod:9342
#, no-wrap
msgid ""
" int\n"
@@ -43634,12 +43686,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9348
+#: ../src/guestfs-actions.pod:9355
msgid "guestfs_vgrename"
msgstr "guestfs_vgrename"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9350
+#: ../src/guestfs-actions.pod:9357
#, no-wrap
msgid ""
" int\n"
@@ -43655,12 +43707,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9361
+#: ../src/guestfs-actions.pod:9368
msgid "guestfs_vgs"
msgstr "guestfs_vgs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9363
+#: ../src/guestfs-actions.pod:9370
#, no-wrap
msgid ""
" char **\n"
@@ -43672,17 +43724,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9372
+#: ../src/guestfs-actions.pod:9379
msgid "See also C<guestfs_vgs_full>."
msgstr "Див. також C<guestfs_vgs_full>."
#. type: =head2
-#: ../src/guestfs-actions.pod:9380
+#: ../src/guestfs-actions.pod:9387
msgid "guestfs_vgs_full"
msgstr "guestfs_vgs_full"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9382
+#: ../src/guestfs-actions.pod:9389
#, no-wrap
msgid ""
" struct guestfs_lvm_vg_list *\n"
@@ -43694,19 +43746,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9388
+#: ../src/guestfs-actions.pod:9395
msgid ""
"This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
"was an error. I<The caller must call C<guestfs_free_lvm_vg_list> after use>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9394
+#: ../src/guestfs-actions.pod:9401
msgid "guestfs_vgscan"
msgstr "guestfs_vgscan"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9396
+#: ../src/guestfs-actions.pod:9403
#, no-wrap
msgid ""
" int\n"
@@ -43718,12 +43770,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9406
+#: ../src/guestfs-actions.pod:9413
msgid "guestfs_vguuid"
msgstr "guestfs_vguuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9408
+#: ../src/guestfs-actions.pod:9415
#, no-wrap
msgid ""
" char *\n"
@@ -43737,12 +43789,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9419
+#: ../src/guestfs-actions.pod:9426
msgid "guestfs_wait_ready"
msgstr "guestfs_wait_ready"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9421
+#: ../src/guestfs-actions.pod:9428
#, no-wrap
msgid ""
" int\n"
@@ -43754,19 +43806,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9424
+#: ../src/guestfs-actions.pod:9431
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_launch> call "
"instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9431
+#: ../src/guestfs-actions.pod:9438
msgid "This function is a no op."
msgstr "Ця функція не виконує ніяких дій."
#. type: textblock
-#: ../src/guestfs-actions.pod:9433
+#: ../src/guestfs-actions.pod:9440
msgid ""
"In versions of the API E<lt> 1.0.71 you had to call this function just after "
"calling C<guestfs_launch> to wait for the launch to complete. However this "
@@ -43774,19 +43826,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9438
+#: ../src/guestfs-actions.pod:9445
msgid ""
"If you see any calls to this function in code then you can just remove them, "
"unless you want to retain compatibility with older versions of the API."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9446
+#: ../src/guestfs-actions.pod:9453
msgid "guestfs_wc_c"
msgstr "guestfs_wc_c"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9448
+#: ../src/guestfs-actions.pod:9455
#, no-wrap
msgid ""
" int\n"
@@ -43800,12 +43852,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9459
+#: ../src/guestfs-actions.pod:9466
msgid "guestfs_wc_l"
msgstr "guestfs_wc_l"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9461
+#: ../src/guestfs-actions.pod:9468
#, no-wrap
msgid ""
" int\n"
@@ -43819,12 +43871,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9472
+#: ../src/guestfs-actions.pod:9479
msgid "guestfs_wc_w"
msgstr "guestfs_wc_w"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9474
+#: ../src/guestfs-actions.pod:9481
#, no-wrap
msgid ""
" int\n"
@@ -43838,12 +43890,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9485
+#: ../src/guestfs-actions.pod:9492
msgid "guestfs_wipefs"
msgstr "guestfs_wipefs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9487
+#: ../src/guestfs-actions.pod:9494
#, no-wrap
msgid ""
" int\n"
@@ -43857,18 +43909,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9497
+#: ../src/guestfs-actions.pod:9504
msgid ""
"Compare with C<guestfs_zero> which zeroes the first few blocks of a device."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9504
+#: ../src/guestfs-actions.pod:9511
msgid "guestfs_write"
msgstr "guestfs_write"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9506
+#: ../src/guestfs-actions.pod:9513
#, no-wrap
msgid ""
" int\n"
@@ -43886,17 +43938,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9515
+#: ../src/guestfs-actions.pod:9522
msgid "See also C<guestfs_write_append>."
msgstr "Див. також C<guestfs_write_append>."
#. type: =head2
-#: ../src/guestfs-actions.pod:9524
+#: ../src/guestfs-actions.pod:9531
msgid "guestfs_write_append"
msgstr "guestfs_write_append"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9526
+#: ../src/guestfs-actions.pod:9533
#, no-wrap
msgid ""
" int\n"
@@ -43914,17 +43966,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9535
+#: ../src/guestfs-actions.pod:9542
msgid "See also C<guestfs_write>."
msgstr "Див. також C<guestfs_write>."
#. type: =head2
-#: ../src/guestfs-actions.pod:9544
+#: ../src/guestfs-actions.pod:9551
msgid "guestfs_write_file"
msgstr "guestfs_write_file"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9546
+#: ../src/guestfs-actions.pod:9553
#, no-wrap
msgid ""
" int\n"
@@ -43942,19 +43994,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9552
+#: ../src/guestfs-actions.pod:9559
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_write> call "
"instead."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9577
+#: ../src/guestfs-actions.pod:9584
msgid "guestfs_zegrep"
msgstr "guestfs_zegrep"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9579
+#: ../src/guestfs-actions.pod:9586
#, no-wrap
msgid ""
" char **\n"
@@ -43970,12 +44022,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9596
+#: ../src/guestfs-actions.pod:9603
msgid "guestfs_zegrepi"
msgstr "guestfs_zegrepi"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9598
+#: ../src/guestfs-actions.pod:9605
#, no-wrap
msgid ""
" char **\n"
@@ -43991,12 +44043,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9615
+#: ../src/guestfs-actions.pod:9622
msgid "guestfs_zero"
msgstr "guestfs_zero"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9617
+#: ../src/guestfs-actions.pod:9624
#, no-wrap
msgid ""
" int\n"
@@ -44010,7 +44062,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9631
+#: ../src/guestfs-actions.pod:9638
msgid ""
"See also: C<guestfs_zero_device>, C<guestfs_scrub_device>, "
"C<guestfs_is_zero_device>"
@@ -44019,12 +44071,12 @@ msgstr ""
"C<guestfs_is_zero_device>"
#. type: =head2
-#: ../src/guestfs-actions.pod:9643
+#: ../src/guestfs-actions.pod:9650
msgid "guestfs_zero_device"
msgstr "guestfs_zero_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9645
+#: ../src/guestfs-actions.pod:9652
#, no-wrap
msgid ""
" int\n"
@@ -44038,24 +44090,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9649
+#: ../src/guestfs-actions.pod:9656
msgid ""
"This command writes zeroes over the entire C<device>. Compare with "
"C<guestfs_zero> which just zeroes the first few blocks of a device."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9664
+#: ../src/guestfs-actions.pod:9671
msgid "(Added in 1.3.1)"
msgstr "(Додано у 1.3.1)"
#. type: =head2
-#: ../src/guestfs-actions.pod:9666
+#: ../src/guestfs-actions.pod:9673
msgid "guestfs_zero_free_space"
msgstr "guestfs_zero_free_space"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9668
+#: ../src/guestfs-actions.pod:9675
#, no-wrap
msgid ""
" int\n"
@@ -44069,12 +44121,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9690
+#: ../src/guestfs-actions.pod:9697
msgid "guestfs_zerofree"
msgstr "guestfs_zerofree"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9692
+#: ../src/guestfs-actions.pod:9699
#, no-wrap
msgid ""
" int\n"
@@ -44088,12 +44140,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9711
+#: ../src/guestfs-actions.pod:9718
msgid "guestfs_zfgrep"
msgstr "guestfs_zfgrep"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9713
+#: ../src/guestfs-actions.pod:9720
#, no-wrap
msgid ""
" char **\n"
@@ -44109,12 +44161,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9730
+#: ../src/guestfs-actions.pod:9737
msgid "guestfs_zfgrepi"
msgstr "guestfs_zfgrepi"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9732
+#: ../src/guestfs-actions.pod:9739
#, no-wrap
msgid ""
" char **\n"
@@ -44130,12 +44182,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9749
+#: ../src/guestfs-actions.pod:9756
msgid "guestfs_zfile"
msgstr "guestfs_zfile"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9751
+#: ../src/guestfs-actions.pod:9758
#, no-wrap
msgid ""
" char *\n"
@@ -44151,26 +44203,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9756
+#: ../src/guestfs-actions.pod:9763
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_file> call "
"instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9768
+#: ../src/guestfs-actions.pod:9775
msgid ""
"Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
"files."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9776
+#: ../src/guestfs-actions.pod:9783
msgid "guestfs_zgrep"
msgstr "guestfs_zgrep"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9778
+#: ../src/guestfs-actions.pod:9785
#, no-wrap
msgid ""
" char **\n"
@@ -44186,12 +44238,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9795
+#: ../src/guestfs-actions.pod:9802
msgid "guestfs_zgrepi"
msgstr "guestfs_zgrepi"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9797
+#: ../src/guestfs-actions.pod:9804
#, no-wrap
msgid ""
" char **\n"
@@ -48402,11 +48454,22 @@ msgstr ""
#: ../src/guestfs.pod:1569
msgid ""
"For other programs the caller will almost certainly want to install an "
-"alternate error handler or do error handling in-line like this:"
+"alternate error handler or do error handling in-line as in the example "
+"below. The non-C language bindings all install NULL error handlers and turn "
+"errors into exceptions using code similar to this:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1572
+#: ../src/guestfs.pod:1574
+#, no-wrap
+msgid ""
+" const char *msg;\n"
+" int errnum;\n"
+" \n"
+msgstr ""
+
+#. type: verbatim
+#: ../src/guestfs.pod:1577
#, no-wrap
msgid ""
" /* This disables the default behaviour of printing errors\n"
@@ -48416,32 +48479,44 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1576
+#: ../src/guestfs.pod:1581
#, no-wrap
msgid ""
" if (guestfs_launch (g) == -1) {\n"
-" /* Examine the error message and print it etc. */\n"
-" char *msg = guestfs_last_error (g);\n"
-" int errnum = guestfs_last_errno (g);\n"
+" /* Examine the error message and print it, throw it,\n"
+" etc. */\n"
+" msg = guestfs_last_error (g);\n"
+" errnum = guestfs_last_errno (g);\n"
+" \n"
+msgstr ""
+
+#. type: verbatim
+#: ../src/guestfs.pod:1587
+#, no-wrap
+msgid ""
" fprintf (stderr, \"%s\", msg);\n"
" if (errnum != 0)\n"
" fprintf (stderr, \": %s\", strerror (errnum));\n"
" fprintf (stderr, \"\\n\");\n"
-" /* ... */\n"
-" }\n"
-"\n"
+" \n"
msgstr ""
-#. type: textblock
-#: ../src/guestfs.pod:1587
+#. type: verbatim
+#: ../src/guestfs.pod:1592
+#, fuzzy, no-wrap
+#| msgid ""
+#| " # ...\n"
+#| "\n"
msgid ""
-"Out of memory errors are handled differently. The default action is to call "
-"L<abort(3)>. If this is undesirable, then you can set a handler using L</"
-"guestfs_set_out_of_memory_handler>."
+" /* ... */\n"
+" }\n"
+"\n"
msgstr ""
+" # ...\n"
+"\n"
#. type: textblock
-#: ../src/guestfs.pod:1591
+#: ../src/guestfs.pod:1595
msgid ""
"L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
"because there is no handle if this happens there is no way to get additional "
@@ -48450,13 +48525,21 @@ msgid ""
"returns NULL in this case)."
msgstr ""
+#. type: textblock
+#: ../src/guestfs.pod:1601
+msgid ""
+"Out of memory errors are handled differently. The default action is to call "
+"L<abort(3)>. If this is undesirable, then you can set a handler using L</"
+"guestfs_set_out_of_memory_handler>."
+msgstr ""
+
#. type: =head2
-#: ../src/guestfs.pod:1597
+#: ../src/guestfs.pod:1605
msgid "guestfs_last_error"
msgstr "guestfs_last_error"
#. type: verbatim
-#: ../src/guestfs.pod:1599
+#: ../src/guestfs.pod:1607
#, no-wrap
msgid ""
" const char *guestfs_last_error (guestfs_h *g);\n"
@@ -48466,26 +48549,35 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1601
+#: ../src/guestfs.pod:1609
msgid ""
"This returns the last error message that happened on C<g>. If there has not "
"been an error since the handle was created, then this returns C<NULL>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1605
+#: ../src/guestfs.pod:1613
msgid ""
-"The lifetime of the returned string is until the next error occurs, or L</"
-"guestfs_close> is called."
+"Note the returned string does I<not> have a newline character at the end. "
+"Most error messages are single lines. Some are split over multiple lines "
+"and contain C<\\n> characters within the string but not at the end."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:1618
+msgid ""
+"The lifetime of the returned string is until the next error occurs on the "
+"same handle, or L</guestfs_close> is called. If you need to keep it longer, "
+"copy it."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:1608
+#: ../src/guestfs.pod:1622
msgid "guestfs_last_errno"
msgstr "guestfs_last_errno"
#. type: verbatim
-#: ../src/guestfs.pod:1610
+#: ../src/guestfs.pod:1624
#, no-wrap
msgid ""
" int guestfs_last_errno (guestfs_h *g);\n"
@@ -48495,28 +48587,36 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1612
+#: ../src/guestfs.pod:1626
msgid "This returns the last error number (errno) that happened on C<g>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1614
+#: ../src/guestfs.pod:1628
msgid "If successful, an errno integer not equal to zero is returned."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1616
+#: ../src/guestfs.pod:1630
msgid ""
-"If no error, this returns 0. This call can return 0 in three situations:"
+"In many cases the special errno C<ENOTSUP> is returned if you tried to call "
+"a function or use a feature which is not supported."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1623
+#: ../src/guestfs.pod:1633
+msgid ""
+"If no error number is available, this returns 0. This call can return 0 in "
+"three situations:"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:1640
msgid "There has not been any error on the handle."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1627
+#: ../src/guestfs.pod:1644
msgid ""
"There has been an error but the errno was meaningless. This corresponds to "
"the case where the error did not come from a failed system call, but for "
@@ -48524,14 +48624,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1633
+#: ../src/guestfs.pod:1650
msgid ""
"There was an error from a failed system call, but for some reason the errno "
"was not captured and returned. This usually indicates a bug in libguestfs."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1639
+#: ../src/guestfs.pod:1656
msgid ""
"Libguestfs tries to convert the errno from inside the applicance into a "
"corresponding errno for the caller (not entirely trivial: the appliance "
@@ -48542,12 +48642,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:1647
+#: ../src/guestfs.pod:1664
msgid "guestfs_set_error_handler"
msgstr "guestfs_set_error_handler"
#. type: verbatim
-#: ../src/guestfs.pod:1649
+#: ../src/guestfs.pod:1666
#, no-wrap
msgid ""
" typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
@@ -48567,7 +48667,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1656
+#: ../src/guestfs.pod:1673
msgid ""
"The callback C<cb> will be called if there is an error. The parameters "
"passed to the callback are an opaque data pointer and the error message "
@@ -48575,14 +48675,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1660
+#: ../src/guestfs.pod:1677
msgid ""
"C<errno> is not passed to the callback. To get that the callback must call "
"L</guestfs_last_errno>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1663
+#: ../src/guestfs.pod:1680
msgid ""
"Note that the message string C<msg> is freed as soon as the callback "
"function returns, so if you want to stash it somewhere you must make your "
@@ -48590,22 +48690,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1667
+#: ../src/guestfs.pod:1684
msgid "The default handler prints messages on C<stderr>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1669
+#: ../src/guestfs.pod:1686
msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:1671
+#: ../src/guestfs.pod:1688
msgid "guestfs_get_error_handler"
msgstr "guestfs_get_error_handler"
#. type: verbatim
-#: ../src/guestfs.pod:1673
+#: ../src/guestfs.pod:1690
#, no-wrap
msgid ""
" guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
@@ -48617,17 +48717,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1676
+#: ../src/guestfs.pod:1693
msgid "Returns the current error handler callback."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:1678
+#: ../src/guestfs.pod:1695
msgid "guestfs_set_out_of_memory_handler"
msgstr "guestfs_set_out_of_memory_handler"
#. type: verbatim
-#: ../src/guestfs.pod:1680
+#: ../src/guestfs.pod:1697
#, no-wrap
msgid ""
" typedef void (*guestfs_abort_cb) (void);\n"
@@ -48637,30 +48737,30 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1684
+#: ../src/guestfs.pod:1701
msgid ""
"The callback C<cb> will be called if there is an out of memory situation. "
"I<Note this callback must not return>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1687
+#: ../src/guestfs.pod:1704
msgid "The default is to call L<abort(3)>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1689
+#: ../src/guestfs.pod:1706
msgid ""
"You cannot set C<cb> to C<NULL>. You can't ignore out of memory situations."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:1692
+#: ../src/guestfs.pod:1709
msgid "guestfs_get_out_of_memory_handler"
msgstr "guestfs_get_out_of_memory_handler"
#. type: verbatim
-#: ../src/guestfs.pod:1694
+#: ../src/guestfs.pod:1711
#, no-wrap
msgid ""
" guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
@@ -48670,37 +48770,39 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1696
+#: ../src/guestfs.pod:1713
msgid "This returns the current out of memory handler."
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:1698
+#: ../src/guestfs.pod:1715
msgid "API CALLS"
msgstr "ВИКЛИКИ API"
#. type: =head1
-#: ../src/guestfs.pod:1702
+#: ../src/guestfs.pod:1719
msgid "STRUCTURES"
msgstr "СТРУКТУРИ"
#. type: textblock
-#: ../src/guestfs.pod:1704
-msgid "@STRUCTS@"
+#: ../src/guestfs.pod:1721
+#, fuzzy
+#| msgid "@STRUCTS@"
+msgid "__STRUCTS__"
msgstr "@STRUCTS@"
#. type: =head1
-#: ../src/guestfs.pod:1706
+#: ../src/guestfs.pod:1723
msgid "AVAILABILITY"
msgstr "ДОСТУПНІСТЬ"
#. type: =head2
-#: ../src/guestfs.pod:1708
+#: ../src/guestfs.pod:1725
msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
msgstr "ГРУПИ ФУНКЦІОНАЛЬНИХ МОЖЛИВОСТЕЙ У ОБРАЗІ ОСНОВНОЇ СИСТЕМИ"
#. type: textblock
-#: ../src/guestfs.pod:1710
+#: ../src/guestfs.pod:1727
msgid ""
"Using L</guestfs_available> you can test availability of the following "
"groups of functions. This test queries the appliance to see if the "
@@ -48708,17 +48810,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1715
-msgid "@AVAILABILITY@"
-msgstr "@AVAILABILITY@"
+#: ../src/guestfs.pod:1732
+#, fuzzy
+#| msgid "AVAILABILITY"
+msgid "__AVAILABILITY__"
+msgstr "ДОСТУПНІСТЬ"
#. type: =head2
-#: ../src/guestfs.pod:1717
+#: ../src/guestfs.pod:1734
msgid "GUESTFISH supported COMMAND"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1719
+#: ../src/guestfs.pod:1736
msgid ""
"In L<guestfish(3)> there is a handy interactive command C<supported> which "
"prints out the available groups and whether they are supported by this build "
@@ -48726,19 +48830,19 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:1724
+#: ../src/guestfs.pod:1741
msgid "SINGLE CALLS AT COMPILE TIME"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1726
+#: ../src/guestfs.pod:1743
msgid ""
"Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
"function, such as:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1729
+#: ../src/guestfs.pod:1746
#, no-wrap
msgid ""
" #define LIBGUESTFS_HAVE_DD 1\n"
@@ -48748,12 +48852,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1731
+#: ../src/guestfs.pod:1748
msgid "if L</guestfs_dd> is available."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1733
+#: ../src/guestfs.pod:1750
msgid ""
"Before version 1.5.8, if you needed to test whether a single libguestfs "
"function is available at compile time, we recommended using build tools such "
@@ -48761,7 +48865,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1738
+#: ../src/guestfs.pod:1755
#, no-wrap
msgid ""
" AC_CHECK_LIB([guestfs],[guestfs_create])\n"
@@ -48773,19 +48877,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1741
+#: ../src/guestfs.pod:1758
msgid ""
"which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
"in your program."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:1744
+#: ../src/guestfs.pod:1761
msgid "SINGLE CALLS AT RUN TIME"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1746
+#: ../src/guestfs.pod:1763
msgid ""
"Testing at compile time doesn't guarantee that a function really exists in "
"the library. The reason is that you might be dynamically linked against a "
@@ -48795,7 +48899,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1753
+#: ../src/guestfs.pod:1770
msgid ""
"You can use L<dlopen(3)> to test if a function is available at run time, as "
"in this example program (note that you still need the compile time check as "
@@ -48803,7 +48907,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1757
+#: ../src/guestfs.pod:1774
#, no-wrap
msgid ""
" #include <stdio.h>\n"
@@ -48821,7 +48925,7 @@ msgstr ""
" \n"
#. type: verbatim
-#: ../src/guestfs.pod:1763
+#: ../src/guestfs.pod:1780
#, no-wrap
msgid ""
" main ()\n"
@@ -48839,7 +48943,7 @@ msgstr ""
" \n"
#. type: verbatim
-#: ../src/guestfs.pod:1769
+#: ../src/guestfs.pod:1786
#, no-wrap
msgid ""
" /* Test if the function guestfs_dd is really available. */\n"
@@ -48854,7 +48958,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1778
+#: ../src/guestfs.pod:1795
#, no-wrap
msgid ""
" if (!has_function)\n"
@@ -48873,7 +48977,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1791
+#: ../src/guestfs.pod:1808
msgid ""
"You may think the above is an awful lot of hassle, and it is. There are "
"other ways outside of the C linking system to ensure that this kind of "
@@ -48881,7 +48985,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1796
+#: ../src/guestfs.pod:1813
#, no-wrap
msgid ""
" Requires: libguestfs >= 1.0.80\n"
@@ -48889,12 +48993,12 @@ msgid ""
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:1798
+#: ../src/guestfs.pod:1815
msgid "CALLS WITH OPTIONAL ARGUMENTS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1800
+#: ../src/guestfs.pod:1817
msgid ""
"A recent feature of the API is the introduction of calls which take optional "
"arguments. In C these are declared 3 ways. The main way is as a call which "
@@ -48902,7 +49006,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1805
+#: ../src/guestfs.pod:1822
#, no-wrap
msgid ""
" int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
@@ -48912,14 +49016,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1807
+#: ../src/guestfs.pod:1824
msgid ""
"Call this with a list of optional arguments, terminated by C<-1>. So to "
"call with no optional arguments specified:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1810
+#: ../src/guestfs.pod:1827
#, no-wrap
msgid ""
" guestfs_add_drive_opts (g, filename, -1);\n"
@@ -48929,12 +49033,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1812
+#: ../src/guestfs.pod:1829
msgid "With a single optional argument:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1814
+#: ../src/guestfs.pod:1831
#, no-wrap
msgid ""
" guestfs_add_drive_opts (g, filename,\n"
@@ -48948,12 +49052,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1818
+#: ../src/guestfs.pod:1835
msgid "With two:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1820
+#: ../src/guestfs.pod:1837
#, no-wrap
msgid ""
" guestfs_add_drive_opts (g, filename,\n"
@@ -48969,19 +49073,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1825
+#: ../src/guestfs.pod:1842
msgid ""
"and so forth. Don't forget the terminating C<-1> otherwise Bad Things will "
"happen!"
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:1828
+#: ../src/guestfs.pod:1845
msgid "USING va_list FOR OPTIONAL ARGUMENTS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1830
+#: ../src/guestfs.pod:1847
msgid ""
"The second variant has the same name with the suffix C<_va>, which works the "
"same way but takes a C<va_list>. See the C manual for details. For the "
@@ -48989,7 +49093,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1834
+#: ../src/guestfs.pod:1851
#, no-wrap
msgid ""
" int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
@@ -49001,12 +49105,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs.pod:1837
+#: ../src/guestfs.pod:1854
msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1839
+#: ../src/guestfs.pod:1856
msgid ""
"The third variant is useful where you need to construct these calls. You "
"pass in a structure where you fill in the optional fields. The structure "
@@ -49016,7 +49120,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1845
+#: ../src/guestfs.pod:1862
#, no-wrap
msgid ""
" struct guestfs_add_drive_opts_argv {\n"
@@ -49040,12 +49144,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1854
+#: ../src/guestfs.pod:1871
msgid "You could call it like this:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:1856
+#: ../src/guestfs.pod:1873
#, no-wrap
msgid ""
" struct guestfs_add_drive_opts_argv optargs = {\n"
@@ -49065,7 +49169,7 @@ msgstr ""
" \n"
#. type: verbatim
-#: ../src/guestfs.pod:1863
+#: ../src/guestfs.pod:1880
#, no-wrap
msgid ""
" guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
@@ -49075,29 +49179,29 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:1871
+#: ../src/guestfs.pod:1888
msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1876
+#: ../src/guestfs.pod:1893
msgid "You do not need to fill in all fields of the structure."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1880
+#: ../src/guestfs.pod:1897
msgid ""
"There must be a one-to-one correspondence between fields of the structure "
"that are filled in, and bits set in the bitmask."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:1885
+#: ../src/guestfs.pod:1902
msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1887
+#: ../src/guestfs.pod:1904
msgid ""
"In other languages, optional arguments are expressed in the way that is "
"natural for that language. We refer you to the language-specific "
@@ -49105,17 +49209,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1891
+#: ../src/guestfs.pod:1908
msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
msgstr ""
+#. type: =head1
+#: ../src/guestfs.pod:1910
+msgid "EVENTS"
+msgstr ""
+
#. type: =head2
-#: ../src/guestfs.pod:1893
+#: ../src/guestfs.pod:1912
msgid "SETTING CALLBACKS TO HANDLE EVENTS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1895
+#: ../src/guestfs.pod:1914
msgid ""
"B<Note:> This section documents the generic event mechanism introduced in "
"libguestfs 1.10, which you should use in new code if possible. The old "
@@ -49127,7 +49236,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1904
+#: ../src/guestfs.pod:1923
msgid ""
"Handles generate events when certain things happen, such as log messages "
"being generated, progress messages during long-running operations, or the "
@@ -49139,7 +49248,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1912
+#: ../src/guestfs.pod:1931
msgid ""
"In the current implementation, events are only generated synchronously: that "
"means that events (and hence callbacks) can only happen while you are in the "
@@ -49148,31 +49257,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1917
+#: ../src/guestfs.pod:1936
msgid ""
"Events may contain a payload, usually nothing (void), an array of 64 bit "
"unsigned integers, or a message buffer. Payloads are discussed later on."
msgstr ""
-#. type: =head3
-#: ../src/guestfs.pod:1921
+#. type: =head2
+#: ../src/guestfs.pod:1940
msgid "CLASSES OF EVENTS"
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:1925
+#: ../src/guestfs.pod:1944
msgid "GUESTFS_EVENT_CLOSE (payload type: void)"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1928
+#: ../src/guestfs.pod:1947
msgid ""
"The callback function will be called while the handle is being closed "
"(synchronously from L</guestfs_close>)."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1931
+#: ../src/guestfs.pod:1950
msgid ""
"Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
"handles that are open when the program exits. This means that this callback "
@@ -49183,19 +49292,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1938
+#: ../src/guestfs.pod:1957
msgid ""
"If no callback is registered: the handle is closed without any callback "
"being invoked."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:1941
+#: ../src/guestfs.pod:1960
msgid "GUESTFS_EVENT_SUBPROCESS_QUIT (payload type: void)"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1944
+#: ../src/guestfs.pod:1963
msgid ""
"The callback function will be called when the child process quits, either "
"asynchronously or if killed by L</guestfs_kill_subprocess>. (This "
@@ -49203,17 +49312,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1948 ../src/guestfs.pod:1957 ../src/guestfs.pod:2074
+#: ../src/guestfs.pod:1967 ../src/guestfs.pod:1976 ../src/guestfs.pod:2093
msgid "If no callback is registered: the event is ignored."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:1950
+#: ../src/guestfs.pod:1969
msgid "GUESTFS_EVENT_LAUNCH_DONE (payload type: void)"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1953
+#: ../src/guestfs.pod:1972
msgid ""
"The callback function will be called when the child process becomes ready "
"first time after it has been launched. (This corresponds to a transition "
@@ -49221,12 +49330,12 @@ msgid ""
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:1959
+#: ../src/guestfs.pod:1978
msgid "GUESTFS_EVENT_PROGRESS (payload type: array of 4 x uint64_t)"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1962
+#: ../src/guestfs.pod:1981
msgid ""
"Some long-running operations can generate progress messages. If this "
"callback is registered, then it will be called each time a progress message "
@@ -49236,14 +49345,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1968
+#: ../src/guestfs.pod:1987
msgid ""
"The callback receives in the payload four unsigned 64 bit numbers which are "
"(in order): C<proc_nr>, C<serial>, C<position>, C<total>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1971
+#: ../src/guestfs.pod:1990
msgid ""
"The units of C<total> are not defined, although for some operations C<total> "
"may relate in some way to the amount of data to be transferred (eg. in bytes "
@@ -49251,24 +49360,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1976
+#: ../src/guestfs.pod:1995
msgid "The only defined and stable parts of the API are:"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1982
+#: ../src/guestfs.pod:2001
msgid ""
"The callback can display to the user some type of progress bar or indicator "
"which shows the ratio of C<position>:C<total>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1987
+#: ../src/guestfs.pod:2006
msgid "0 E<lt>= C<position> E<lt>= C<total>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1991
+#: ../src/guestfs.pod:2010
msgid ""
"If any progress notification is sent during a call, then a final progress "
"notification is always sent when C<position> = C<total> (I<unless> the call "
@@ -49276,7 +49385,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:1995
+#: ../src/guestfs.pod:2014
msgid ""
"This is to simplify caller code, so callers can easily set the progress "
"indicator to \"100%\" at the end of the operation, without requiring special "
@@ -49284,7 +49393,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2001
+#: ../src/guestfs.pod:2020
msgid ""
"For some calls we are unable to estimate the progress of the call, but we "
"can still generate progress messages to indicate activity. This is known as "
@@ -49293,7 +49402,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2006
+#: ../src/guestfs.pod:2025
msgid ""
"For these calls, zero or more progress messages are generated with "
"C<position = 0> and C<total = 1>, followed by a final message with "
@@ -49301,14 +49410,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2010
+#: ../src/guestfs.pod:2029
msgid ""
"As noted above, if the call fails with an error then the final message may "
"not be generated."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2015
+#: ../src/guestfs.pod:2034
msgid ""
"The callback also receives the procedure number (C<proc_nr>) and serial "
"number (C<serial>) of the call. These are only useful for debugging "
@@ -49317,31 +49426,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2021
+#: ../src/guestfs.pod:2040
msgid "If no callback is registered: progress messages are discarded."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2023
+#: ../src/guestfs.pod:2042
msgid "GUESTFS_EVENT_APPLIANCE (payload type: message buffer)"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2026
+#: ../src/guestfs.pod:2045
msgid ""
"The callback function is called whenever a log message is generated by qemu, "
"the appliance kernel, guestfsd (daemon), or utility programs."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2029
+#: ../src/guestfs.pod:2048
msgid ""
"If the verbose flag (L</guestfs_set_verbose>) is set before launch (L</"
"guestfs_launch>) then additional debug messages are generated."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2032 ../src/guestfs.pod:2046
+#: ../src/guestfs.pod:2051 ../src/guestfs.pod:2065
msgid ""
"If no callback is registered: the messages are discarded unless the verbose "
"flag is set in which case they are sent to stderr. You can override the "
@@ -49349,76 +49458,81 @@ msgid ""
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2037
+#: ../src/guestfs.pod:2056
msgid "GUESTFS_EVENT_LIBRARY (payload type: message buffer)"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2040
+#: ../src/guestfs.pod:2059
msgid ""
"The callback function is called whenever a log message is generated by the "
"library part of libguestfs."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2043
+#: ../src/guestfs.pod:2062
msgid ""
"If the verbose flag (L</guestfs_set_verbose>) is set then additional debug "
"messages are generated."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2051
+#: ../src/guestfs.pod:2070
msgid "GUESTFS_EVENT_TRACE (payload type: message buffer)"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2054
+#: ../src/guestfs.pod:2073
msgid ""
"The callback function is called whenever a trace message is generated. This "
"only applies if the trace flag (L</guestfs_set_trace>) is set."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2057
+#: ../src/guestfs.pod:2076
msgid ""
"If no callback is registered: the messages are sent to stderr. You can "
"override the printing of trace messages to stderr by setting up a callback."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2061
+#: ../src/guestfs.pod:2080
msgid "GUESTFS_EVENT_ENTER (payload type: function name)"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2064
+#: ../src/guestfs.pod:2083
msgid ""
"The callback function is called whenever a libguestfs function is entered."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2067
+#: ../src/guestfs.pod:2086
msgid ""
"The payload is a string which contains the name of the function that we are "
"entering (not including C<guestfs_> prefix)."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2070
+#: ../src/guestfs.pod:2089
msgid ""
"Note that libguestfs functions can call themselves, so you may see many "
"events from a single call. A few libguestfs functions do not generate this "
"event."
msgstr ""
+#. type: =head2
+#: ../src/guestfs.pod:2097
+msgid "EVENT API"
+msgstr ""
+
#. type: =head3
-#: ../src/guestfs.pod:2078
+#: ../src/guestfs.pod:2099
msgid "guestfs_set_event_callback"
msgstr "guestfs_set_event_callback"
#. type: verbatim
-#: ../src/guestfs.pod:2080
+#: ../src/guestfs.pod:2101
#, no-wrap
msgid ""
" int guestfs_set_event_callback (guestfs_h *g,\n"
@@ -49436,14 +49550,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2086
+#: ../src/guestfs.pod:2107
msgid ""
"This function registers a callback (C<cb>) for all event classes in the "
"C<event_bitmask>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2089
+#: ../src/guestfs.pod:2110
msgid ""
"For example, to register for all log message events, you could call this "
"function with the bitmask C<GUESTFS_EVENT_APPLIANCE|GUESTFS_EVENT_LIBRARY>. "
@@ -49452,40 +49566,40 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2095
+#: ../src/guestfs.pod:2116
msgid "C<flags> should always be passed as 0."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2097
+#: ../src/guestfs.pod:2118
msgid ""
"C<opaque> is an opaque pointer which is passed to the callback. You can use "
"it for any purpose."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2100
+#: ../src/guestfs.pod:2121
msgid ""
"The return value is the event handle (an integer) which you can use to "
"delete the callback (see below)."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2103
+#: ../src/guestfs.pod:2124
msgid ""
"If there is an error, this function returns C<-1>, and sets the error in the "
"handle in the usual way (see L</guestfs_last_error> etc.)"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2106
+#: ../src/guestfs.pod:2127
msgid ""
"Callbacks remain in effect until they are deleted, or until the handle is "
"closed."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2109
+#: ../src/guestfs.pod:2130
msgid ""
"In the case where multiple callbacks are registered for a particular event "
"class, all of the callbacks are called. The order in which multiple "
@@ -49493,12 +49607,12 @@ msgid ""
msgstr ""
#. type: =head3
-#: ../src/guestfs.pod:2113
+#: ../src/guestfs.pod:2134
msgid "guestfs_delete_event_callback"
msgstr "guestfs_delete_event_callback"
#. type: verbatim
-#: ../src/guestfs.pod:2115
+#: ../src/guestfs.pod:2136
#, no-wrap
msgid ""
" void guestfs_delete_event_callback (guestfs_h *g, int event_handle);\n"
@@ -49508,7 +49622,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2117
+#: ../src/guestfs.pod:2138
msgid ""
"Delete a callback that was previously registered. C<event_handle> should be "
"the integer that was returned by a previous call to "
@@ -49516,12 +49630,12 @@ msgid ""
msgstr ""
#. type: =head3
-#: ../src/guestfs.pod:2121
+#: ../src/guestfs.pod:2142
msgid "guestfs_event_callback"
msgstr "guestfs_event_callback"
#. type: verbatim
-#: ../src/guestfs.pod:2123
+#: ../src/guestfs.pod:2144
#, no-wrap
msgid ""
" typedef void (*guestfs_event_callback) (\n"
@@ -49545,13 +49659,13 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2132
+#: ../src/guestfs.pod:2153
msgid ""
"This is the type of the event callback function that you have to provide."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2135
+#: ../src/guestfs.pod:2156
msgid ""
"The basic parameters are: the handle (C<g>), the opaque user pointer "
"(C<opaque>), the event class (eg. C<GUESTFS_EVENT_PROGRESS>), the event "
@@ -49559,7 +49673,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2139
+#: ../src/guestfs.pod:2160
msgid ""
"The remaining parameters contain the event payload (if any). Each event may "
"contain a payload, which usually relates to the event class, but for future "
@@ -49568,7 +49682,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2144
+#: ../src/guestfs.pod:2165
msgid ""
"C<buf> and C<buf_len> contain a message buffer (if C<buf_len == 0>, then "
"there is no message buffer). Note that this message buffer can contain "
@@ -49576,19 +49690,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2148
+#: ../src/guestfs.pod:2169
msgid ""
"C<array> and C<array_len> is an array of 64 bit unsigned integers. At the "
"moment this is only used for progress messages."
msgstr ""
-#. type: =head3
-#: ../src/guestfs.pod:2151
+#. type: =head2
+#: ../src/guestfs.pod:2172
msgid "EXAMPLE: CAPTURING LOG MESSAGES"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2153
+#: ../src/guestfs.pod:2174
msgid ""
"One motivation for the generic event API was to allow GUI programs to "
"capture debug and other messages. In libguestfs E<le> 1.8 these were sent "
@@ -49596,7 +49710,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2157
+#: ../src/guestfs.pod:2178
msgid ""
"Events associated with log messages are: C<GUESTFS_EVENT_LIBRARY>, "
"C<GUESTFS_EVENT_APPLIANCE> and C<GUESTFS_EVENT_TRACE>. (Note that error "
@@ -49604,14 +49718,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2162
+#: ../src/guestfs.pod:2183
msgid ""
"Programs have to set up a callback to capture the classes of events of "
"interest:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2165
+#: ../src/guestfs.pod:2186
#, no-wrap
msgid ""
" int eh =\n"
@@ -49627,14 +49741,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2175
+#: ../src/guestfs.pod:2196
msgid ""
"The callback can then direct messages to the appropriate place. In this "
"example, messages are directed to syslog:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2178
+#: ../src/guestfs.pod:2199
#, no-wrap
msgid ""
" static void\n"
@@ -49670,12 +49784,12 @@ msgstr ""
"\n"
#. type: =head1
-#: ../src/guestfs.pod:2193
+#: ../src/guestfs.pod:2214
msgid "CANCELLING LONG TRANSFERS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2195
+#: ../src/guestfs.pod:2216
msgid ""
"Some operations can be cancelled by the caller while they are in progress. "
"Currently only operations that involve uploading or downloading data can be "
@@ -49684,12 +49798,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:2200
+#: ../src/guestfs.pod:2221
msgid "guestfs_user_cancel"
msgstr "guestfs_user_cancel"
#. type: verbatim
-#: ../src/guestfs.pod:2202
+#: ../src/guestfs.pod:2223
#, no-wrap
msgid ""
" void guestfs_user_cancel (guestfs_h *g);\n"
@@ -49699,13 +49813,13 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2204
+#: ../src/guestfs.pod:2225
msgid ""
"C<guestfs_user_cancel> cancels the current upload or download operation."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2207
+#: ../src/guestfs.pod:2228
msgid ""
"Unlike most other libguestfs calls, this function is signal safe and thread "
"safe. You can call it from a signal handler or from another thread, without "
@@ -49713,7 +49827,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2211
+#: ../src/guestfs.pod:2232
msgid ""
"The transfer that was in progress (if there is one) will stop shortly "
"afterwards, and will return an error. The errno (see L</"
@@ -49722,7 +49836,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2217
+#: ../src/guestfs.pod:2238
msgid ""
"No cleanup is performed: for example, if a file was being uploaded then "
"after cancellation there may be a partially uploaded file. It is the "
@@ -49730,12 +49844,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2221
+#: ../src/guestfs.pod:2242
msgid "There are two common places that you might call C<guestfs_user_cancel>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2223
+#: ../src/guestfs.pod:2244
msgid ""
"In an interactive text-based program, you might call it from a C<SIGINT> "
"signal handler so that pressing C<^C> cancels the current operation. (You "
@@ -49744,19 +49858,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2228
+#: ../src/guestfs.pod:2249
msgid ""
"In a graphical program, when the main thread is displaying a progress bar "
"with a cancel button, wire up the cancel button to call this function."
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:2232
+#: ../src/guestfs.pod:2253
msgid "PRIVATE DATA AREA"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2234
+#: ../src/guestfs.pod:2255
msgid ""
"You can attach named pieces of private data to the libguestfs handle, fetch "
"them by name, and walk over them, for the lifetime of the handle. This is "
@@ -49764,12 +49878,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2239
+#: ../src/guestfs.pod:2260
msgid "To attach a named piece of data, use the following call:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2241
+#: ../src/guestfs.pod:2262
#, no-wrap
msgid ""
" void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
@@ -49779,7 +49893,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2243
+#: ../src/guestfs.pod:2264
msgid ""
"C<key> is the name to associate with this data, and C<data> is an arbitrary "
"pointer (which can be C<NULL>). Any previous item with the same key is "
@@ -49787,7 +49901,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2247
+#: ../src/guestfs.pod:2268
msgid ""
"You can use any C<key> you want, but your key should I<not> start with an "
"underscore character. Keys beginning with an underscore character are "
@@ -49797,12 +49911,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2253
+#: ../src/guestfs.pod:2274
msgid "To retrieve the pointer, use:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2255
+#: ../src/guestfs.pod:2276
#, no-wrap
msgid ""
" void *guestfs_get_private (guestfs_h *g, const char *key);\n"
@@ -49812,7 +49926,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2257
+#: ../src/guestfs.pod:2278
msgid ""
"This function returns C<NULL> if either no data is found associated with "
"C<key>, or if the user previously set the C<key>'s C<data> pointer to "
@@ -49820,7 +49934,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2261
+#: ../src/guestfs.pod:2282
msgid ""
"Libguestfs does not try to look at or interpret the C<data> pointer in any "
"way. As far as libguestfs is concerned, it need not be a valid pointer at "
@@ -49831,12 +49945,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2268
+#: ../src/guestfs.pod:2289
msgid "To walk over all entries, use these two functions:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2270
+#: ../src/guestfs.pod:2291
#, no-wrap
msgid ""
" void *guestfs_first_private (guestfs_h *g, const char **key_rtn);\n"
@@ -49846,7 +49960,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs.pod:2272
+#: ../src/guestfs.pod:2293
#, no-wrap
msgid ""
" void *guestfs_next_private (guestfs_h *g, const char **key_rtn);\n"
@@ -49856,7 +49970,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2274
+#: ../src/guestfs.pod:2295
msgid ""
"C<guestfs_first_private> returns the first key, pointer pair (\"first\" does "
"not have any particular meaning -- keys are not returned in any defined "
@@ -49866,7 +49980,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2280
+#: ../src/guestfs.pod:2301
msgid ""
"C<guestfs_next_private> returns the next key, pointer pair. The return "
"value of this function is also C<NULL> is there are no further entries to "
@@ -49874,18 +49988,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2284
+#: ../src/guestfs.pod:2305
msgid "Notes about walking over entries:"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2290
+#: ../src/guestfs.pod:2311
msgid ""
"You must not call C<guestfs_set_private> while walking over the entries."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2295
+#: ../src/guestfs.pod:2316
msgid ""
"The handle maintains an internal iterator which is reset when you call "
"C<guestfs_first_private>. This internal iterator is invalidated when you "
@@ -49893,12 +50007,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2301
+#: ../src/guestfs.pod:2322
msgid "If you have set the data pointer associated with a key to C<NULL>, ie:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2303
+#: ../src/guestfs.pod:2324
#, no-wrap
msgid ""
" guestfs_set_private (g, key, NULL);\n"
@@ -49906,26 +50020,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2305
+#: ../src/guestfs.pod:2326
msgid "then that C<key> is not returned when walking."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2309
+#: ../src/guestfs.pod:2330
msgid ""
"C<*key_rtn> is only valid until the next call to C<guestfs_first_private>, "
"C<guestfs_next_private> or C<guestfs_set_private>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2315
+#: ../src/guestfs.pod:2336
msgid ""
"The following example code shows how to print all keys and data pointers "
"that are associated with the handle C<g>:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2318
+#: ../src/guestfs.pod:2339
#, no-wrap
msgid ""
" const char *key;\n"
@@ -49939,14 +50053,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2326
+#: ../src/guestfs.pod:2347
msgid ""
"More commonly you are only interested in keys that begin with an application-"
"specific prefix C<foo_>. Modify the loop like so:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2329
+#: ../src/guestfs.pod:2350
#, no-wrap
msgid ""
" const char *key;\n"
@@ -49961,7 +50075,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2338
+#: ../src/guestfs.pod:2359
msgid ""
"If you need to modify keys while walking, then you have to jump back to the "
"beginning of the loop. For example, to delete all keys prefixed with "
@@ -49969,7 +50083,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2342
+#: ../src/guestfs.pod:2363
#, no-wrap
msgid ""
" const char *key;\n"
@@ -49991,7 +50105,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2358
+#: ../src/guestfs.pod:2379
msgid ""
"Note that the above loop is guaranteed to terminate because the keys are "
"being deleted, but other manipulations of keys within the loop might not "
@@ -50000,12 +50114,12 @@ msgid ""
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:2363
+#: ../src/guestfs.pod:2384
msgid "SYSTEMTAP"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2365
+#: ../src/guestfs.pod:2386
msgid ""
"The libguestfs C library can be probed using systemtap or DTrace. This is "
"true of any library, not just libguestfs. However libguestfs also contains "
@@ -50013,12 +50127,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2369
+#: ../src/guestfs.pod:2390
msgid "You can list all the static markers by doing:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2371
+#: ../src/guestfs.pod:2392
#, no-wrap
msgid ""
" stap -l 'process(\"/usr/lib*/libguestfs.so.0\")\n"
@@ -50027,26 +50141,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2374
+#: ../src/guestfs.pod:2395
msgid ""
"B<Note:> These static markers are I<not> part of the stable API and may "
"change in future versions."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:2377
+#: ../src/guestfs.pod:2398
msgid "SYSTEMTAP SCRIPT EXAMPLE"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2379
+#: ../src/guestfs.pod:2400
msgid ""
"This script contains examples of displaying both the static markers and some "
"ordinary C entry points:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2406
+#: ../src/guestfs.pod:2427
#, no-wrap
msgid ""
" /* Display all calls to guestfs_mkfs* functions. */\n"
@@ -50059,7 +50173,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2413
+#: ../src/guestfs.pod:2434
msgid ""
"The script above can be saved to C<test.stap> and run using the L<stap(1)> "
"program. Note that you either have to be root, or you have to add yourself "
@@ -50068,7 +50182,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2418
+#: ../src/guestfs.pod:2439
#, no-wrap
msgid ""
" # stap /tmp/test.stap\n"
@@ -50080,17 +50194,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2421
+#: ../src/guestfs.pod:2442
msgid "In another terminal, run a guestfish command such as this:"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2425
+#: ../src/guestfs.pod:2446
msgid "In the first terminal, stap trace output similar to this is shown:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2427
+#: ../src/guestfs.pod:2448
#, no-wrap
msgid ""
" 1318248056692655 (+0):\tlaunch_start\n"
@@ -50110,7 +50224,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2436
+#: ../src/guestfs.pod:2457
msgid ""
"<!-- old anchor for the next section --> <a name="
"\"state_machine_and_low_level_event_api\"/>"
@@ -50119,12 +50233,12 @@ msgstr ""
"\"state_machine_and_low_level_event_api\"/>"
#. type: =head1
-#: ../src/guestfs.pod:2441
+#: ../src/guestfs.pod:2462
msgid "ARCHITECTURE"
msgstr "АРХІТЕКТУРА"
#. type: textblock
-#: ../src/guestfs.pod:2443
+#: ../src/guestfs.pod:2464
msgid ""
"Internally, libguestfs is implemented by running an appliance (a special "
"type of small virtual machine) using L<qemu(1)>. Qemu runs as a child "
@@ -50132,7 +50246,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2447
+#: ../src/guestfs.pod:2468
#, no-wrap
msgid ""
" ___________________\n"
@@ -50158,14 +50272,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2467
+#: ../src/guestfs.pod:2488
msgid ""
"The library, linked to the main program, creates the child process and hence "
"the appliance in the L</guestfs_launch> function."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2470
+#: ../src/guestfs.pod:2491
msgid ""
"Inside the appliance is a Linux kernel and a complete stack of userspace "
"tools (such as LVM and ext2 programs) and a small controlling daemon called "
@@ -50177,7 +50291,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2479
+#: ../src/guestfs.pod:2500
msgid ""
"A common misunderstanding is that the appliance \"is\" the virtual machine. "
"Although the disk image you are attached to might also be used by some "
@@ -50188,17 +50302,17 @@ msgid ""
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:2486
+#: ../src/guestfs.pod:2507
msgid "STATE MACHINE"
msgstr "СКІНЧЕННИЙ АВТОМАТ"
#. type: textblock
-#: ../src/guestfs.pod:2488
+#: ../src/guestfs.pod:2509
msgid "libguestfs uses a state machine to model the child process:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2490
+#: ../src/guestfs.pod:2511
#, no-wrap
msgid ""
" |\n"
@@ -50248,7 +50362,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2512
+#: ../src/guestfs.pod:2533
msgid ""
"The normal transitions are (1) CONFIG (when the handle is created, but there "
"is no child process), (2) LAUNCHING (when the child process is booting up), "
@@ -50257,7 +50371,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2517
+#: ../src/guestfs.pod:2538
msgid ""
"The guest may be killed by L</guestfs_kill_subprocess>, or may die "
"asynchronously at any time (eg. due to some internal error), and that causes "
@@ -50265,14 +50379,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2521
+#: ../src/guestfs.pod:2542
msgid ""
"Configuration commands for qemu such as L</guestfs_add_drive> can only be "
"issued when in the CONFIG state."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2524
+#: ../src/guestfs.pod:2545
msgid ""
"The API offers one call that goes from CONFIG through LAUNCHING to READY. "
"L</guestfs_launch> blocks until the child process is READY to accept "
@@ -50281,7 +50395,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2530
+#: ../src/guestfs.pod:2551
msgid ""
"API actions such as L</guestfs_mount> can only be issued when in the READY "
"state. These API calls block waiting for the command to be carried out. "
@@ -50290,7 +50404,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2535
+#: ../src/guestfs.pod:2556
msgid ""
"Finally, the child process sends asynchronous messages back to the main "
"program, such as kernel log messages. You can register a callback to "
@@ -50298,17 +50412,17 @@ msgid ""
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:2539
+#: ../src/guestfs.pod:2560
msgid "INTERNALS"
msgstr "ВНУТРІШНІ ПРИНЦИПИ РОБОТИ"
#. type: =head2
-#: ../src/guestfs.pod:2541
+#: ../src/guestfs.pod:2562
msgid "APPLIANCE BOOT PROCESS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2543
+#: ../src/guestfs.pod:2564
msgid ""
"This process has evolved and continues to evolve. The description here "
"corresponds only to the current version of libguestfs and is provided for "
@@ -50316,55 +50430,55 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2547
+#: ../src/guestfs.pod:2568
msgid ""
"In order to follow the stages involved below, enable libguestfs debugging "
"(set the environment variable C<LIBGUESTFS_DEBUG=1>)."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2552
+#: ../src/guestfs.pod:2573
msgid "Create the appliance"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2554
+#: ../src/guestfs.pod:2575
msgid ""
"C<febootstrap-supermin-helper> is invoked to create the kernel, a small "
"initrd and the appliance."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2557
+#: ../src/guestfs.pod:2578
msgid ""
"The appliance is cached in C</var/tmp/.guestfs-E<lt>UIDE<gt>> (or in another "
"directory if C<TMPDIR> is set)."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2560
+#: ../src/guestfs.pod:2581
msgid ""
"For a complete description of how the appliance is created and cached, read "
"the L<febootstrap(8)> and L<febootstrap-supermin-helper(8)> man pages."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2564
+#: ../src/guestfs.pod:2585
msgid "Start qemu and boot the kernel"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2566
+#: ../src/guestfs.pod:2587
msgid "qemu is invoked to boot the kernel."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2568
+#: ../src/guestfs.pod:2589
msgid "Run the initrd"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2570
+#: ../src/guestfs.pod:2591
msgid ""
"C<febootstrap-supermin-helper> builds a small initrd. The initrd is not the "
"appliance. The purpose of the initrd is to load enough kernel modules in "
@@ -50372,21 +50486,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2574
+#: ../src/guestfs.pod:2595
msgid ""
"The initrd is a cpio archive called C</var/tmp/.guestfs-E<lt>UIDE<gt>/"
"initrd>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2577
+#: ../src/guestfs.pod:2598
msgid ""
"When the initrd has started you will see messages showing that kernel "
"modules are being loaded, similar to this:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2580
+#: ../src/guestfs.pod:2601
#, no-wrap
msgid ""
" febootstrap: ext2 mini initrd starting up\n"
@@ -50397,12 +50511,12 @@ msgid ""
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2585
+#: ../src/guestfs.pod:2606
msgid "Find and mount the appliance device"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2587
+#: ../src/guestfs.pod:2608
msgid ""
"The appliance is a sparse file containing an ext2 filesystem which contains "
"a familiar (although reduced in size) Linux operating system. It would "
@@ -50410,33 +50524,33 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2591
+#: ../src/guestfs.pod:2612
msgid ""
"The regular disks being inspected by libguestfs are the first devices "
"exposed by qemu (eg. as C</dev/vda>)."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2594
+#: ../src/guestfs.pod:2615
msgid ""
"The last disk added to qemu is the appliance itself (eg. C</dev/vdb> if "
"there was only one regular disk)."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2597
+#: ../src/guestfs.pod:2618
msgid ""
"Thus the final job of the initrd is to locate the appliance disk, mount it, "
"and switch root into the appliance, and run C</init> from the appliance."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2601
+#: ../src/guestfs.pod:2622
msgid "If this works successfully you will see messages such as:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2603
+#: ../src/guestfs.pod:2624
#, no-wrap
msgid ""
" febootstrap: picked /sys/block/vdb/dev as root device\n"
@@ -50448,19 +50562,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2609
+#: ../src/guestfs.pod:2630
msgid ""
"Note that C<Starting /init script ...> indicates that the appliance's init "
"script is now running."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2612
+#: ../src/guestfs.pod:2633
msgid "Initialize the appliance"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2614
+#: ../src/guestfs.pod:2635
msgid ""
"The appliance itself now initializes itself. This involves starting certain "
"processes like C<udev>, possibly printing some debug information, and "
@@ -50468,19 +50582,19 @@ msgid ""
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2618
+#: ../src/guestfs.pod:2639
msgid "The daemon"
msgstr "Фонова служба"
#. type: textblock
-#: ../src/guestfs.pod:2620
+#: ../src/guestfs.pod:2641
msgid ""
"Finally the daemon (C<guestfsd>) runs inside the appliance. If it runs you "
"should see:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2623
+#: ../src/guestfs.pod:2644
#, no-wrap
msgid ""
" verbose daemon enabled\n"
@@ -50488,14 +50602,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2625
+#: ../src/guestfs.pod:2646
msgid ""
"The daemon expects to see a named virtio-serial port exposed by qemu and "
"connected on the other end to the library."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2628
+#: ../src/guestfs.pod:2649
msgid ""
"The daemon connects to this port (and hence to the library) and sends a four "
"byte message C<GUESTFS_LAUNCH_FLAG>, which initiates the communication "
@@ -50503,19 +50617,19 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:2634
+#: ../src/guestfs.pod:2655
msgid "COMMUNICATION PROTOCOL"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2636
+#: ../src/guestfs.pod:2657
msgid ""
"Don't rely on using this protocol directly. This section documents how it "
"currently works, but it may change at any time."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2639
+#: ../src/guestfs.pod:2660
msgid ""
"The protocol used to talk between the library and the daemon running inside "
"the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
@@ -50523,14 +50637,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2643
+#: ../src/guestfs.pod:2664
msgid ""
"The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
"this file is automatically generated)."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2646
+#: ../src/guestfs.pod:2667
msgid ""
"There are two broad cases, ordinary functions that don't have any C<FileIn> "
"and C<FileOut> parameters, which are handled with very simple request/reply "
@@ -50540,17 +50654,17 @@ msgid ""
msgstr ""
#. type: =head3
-#: ../src/guestfs.pod:2653
+#: ../src/guestfs.pod:2674
msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2655
+#: ../src/guestfs.pod:2676
msgid "For ordinary functions, the request message is:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2657
+#: ../src/guestfs.pod:2678
#, no-wrap
msgid ""
" total length (header + arguments,\n"
@@ -50561,7 +50675,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2662
+#: ../src/guestfs.pod:2683
msgid ""
"The total length field allows the daemon to allocate a fixed size buffer "
"into which it slurps the rest of the message. As a result, the total length "
@@ -50570,21 +50684,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2668
+#: ../src/guestfs.pod:2689
msgid ""
"Note also that many functions don't take any arguments, in which case the "
"C<guestfs_I<foo>_args> is completely omitted."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2671
+#: ../src/guestfs.pod:2692
msgid ""
"The header contains the procedure number (C<guestfs_proc>) which is how the "
"receiver knows what type of args structure to expect, or none at all."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2675
+#: ../src/guestfs.pod:2696
msgid ""
"For functions that take optional arguments, the optional arguments are "
"encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
@@ -50596,12 +50710,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2683
+#: ../src/guestfs.pod:2704
msgid "The reply message for ordinary functions is:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2685
+#: ../src/guestfs.pod:2706
#, no-wrap
msgid ""
" total length (header + ret,\n"
@@ -50612,27 +50726,27 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2690
+#: ../src/guestfs.pod:2711
msgid ""
"As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
"functions that return no formal return values."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2693
+#: ../src/guestfs.pod:2714
msgid ""
"As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2696
+#: ../src/guestfs.pod:2717
msgid ""
"In the case of an error, a flag is set in the header, and the reply message "
"is slightly changed:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2699
+#: ../src/guestfs.pod:2720
#, no-wrap
msgid ""
" total length (header + error,\n"
@@ -50643,19 +50757,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2704
+#: ../src/guestfs.pod:2725
msgid ""
"The C<guestfs_message_error> structure contains the error message as a "
"string."
msgstr ""
#. type: =head3
-#: ../src/guestfs.pod:2707
+#: ../src/guestfs.pod:2728
msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2709
+#: ../src/guestfs.pod:2730
msgid ""
"A C<FileIn> parameter indicates that we transfer a file I<into> the guest. "
"The normal request message is sent (see above). However this is followed by "
@@ -50663,7 +50777,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2713
+#: ../src/guestfs.pod:2734
#, no-wrap
msgid ""
" total length (header + arguments,\n"
@@ -50677,12 +50791,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2721
+#: ../src/guestfs.pod:2742
msgid "The \"sequence of chunks\" is:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2723
+#: ../src/guestfs.pod:2744
#, no-wrap
msgid ""
" length of chunk (not including length word itself)\n"
@@ -50696,7 +50810,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2731
+#: ../src/guestfs.pod:2752
msgid ""
"The final chunk has the C<data_len> field set to zero. Additionally a flag "
"is set in the final chunk to indicate either successful completion or early "
@@ -50704,7 +50818,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2735
+#: ../src/guestfs.pod:2756
msgid ""
"At time of writing there are no functions that have more than one FileIn "
"parameter. However this is (theoretically) supported, by sending the "
@@ -50713,7 +50827,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2740
+#: ../src/guestfs.pod:2761
msgid ""
"Both the library (sender) I<and> the daemon (receiver) may cancel the "
"transfer. The library does this by sending a chunk with a special flag set "
@@ -50722,7 +50836,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2746
+#: ../src/guestfs.pod:2767
msgid ""
"The daemon may also cancel. It does this by writing a special word "
"C<GUESTFS_CANCEL_FLAG> to the socket. The library listens for this during "
@@ -50734,7 +50848,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2755
+#: ../src/guestfs.pod:2776
msgid ""
"This protocol allows the transfer of arbitrary sized files (no 32 bit "
"limit), and also files where the size is not known in advance (eg. from "
@@ -50744,19 +50858,19 @@ msgid ""
msgstr ""
#. type: =head3
-#: ../src/guestfs.pod:2761
+#: ../src/guestfs.pod:2782
msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2763
+#: ../src/guestfs.pod:2784
msgid ""
"The protocol for FileOut parameters is exactly the same as for FileIn "
"parameters, but with the roles of daemon and library reversed."
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2766
+#: ../src/guestfs.pod:2787
#, no-wrap
msgid ""
" total length (header + ret,\n"
@@ -50770,12 +50884,12 @@ msgid ""
msgstr ""
#. type: =head3
-#: ../src/guestfs.pod:2774
+#: ../src/guestfs.pod:2795
msgid "INITIAL MESSAGE"
msgstr "ПОЧАТКОВЕ ПОВІДОМЛЕННЯ"
#. type: textblock
-#: ../src/guestfs.pod:2776
+#: ../src/guestfs.pod:2797
msgid ""
"When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
"which indicates that the guest and daemon is alive. This is what L</"
@@ -50783,12 +50897,12 @@ msgid ""
msgstr ""
#. type: =head3
-#: ../src/guestfs.pod:2780
+#: ../src/guestfs.pod:2801
msgid "PROGRESS NOTIFICATION MESSAGES"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2782
+#: ../src/guestfs.pod:2803
msgid ""
"The daemon may send progress notification messages at any time. These are "
"distinguished by the normal length word being replaced by "
@@ -50796,7 +50910,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2786
+#: ../src/guestfs.pod:2807
msgid ""
"The library turns them into progress callbacks (see L</"
"GUESTFS_EVENT_PROGRESS>) if there is a callback registered, or discards them "
@@ -50804,7 +50918,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2790
+#: ../src/guestfs.pod:2811
msgid ""
"The daemon self-limits the frequency of progress messages it sends (see "
"C<daemon/proto.c:notify_progress>). Not all calls generate progress "
@@ -50812,12 +50926,12 @@ msgid ""
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:2794
+#: ../src/guestfs.pod:2815
msgid "LIBGUESTFS VERSION NUMBERS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2796
+#: ../src/guestfs.pod:2817
msgid ""
"Since April 2010, libguestfs has started to make separate development and "
"stable releases, along with corresponding branches in our git repository. "
@@ -50825,7 +50939,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2801
+#: ../src/guestfs.pod:2822
#, no-wrap
msgid ""
" even numbers for stable: 1.2.x, 1.4.x, ...\n"
@@ -50842,12 +50956,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2812
+#: ../src/guestfs.pod:2833
msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2814
+#: ../src/guestfs.pod:2835
msgid ""
"As time passes we cherry pick fixes from the development branch and backport "
"those into the stable branch, the effect being that the stable branch should "
@@ -50857,26 +50971,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2820
+#: ../src/guestfs.pod:2841
msgid "Our criteria for backporting changes are:"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2826
+#: ../src/guestfs.pod:2847
msgid ""
"Documentation changes which don't affect any code are backported unless the "
"documentation refers to a future feature which is not in stable."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2832
+#: ../src/guestfs.pod:2853
msgid ""
"Bug fixes which are not controversial, fix obvious problems, and have been "
"well tested are backported."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2837
+#: ../src/guestfs.pod:2858
msgid ""
"Simple rearrangements of code which shouldn't affect how it works get "
"backported. This is so that the code in the two branches doesn't get too "
@@ -50884,7 +50998,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2843
+#: ../src/guestfs.pod:2864
msgid ""
"We I<don't> backport new features, new APIs, new tools etc, except in one "
"exceptional case: the new feature is required in order to implement an "
@@ -50892,7 +51006,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2849
+#: ../src/guestfs.pod:2870
msgid ""
"A new stable branch starts when we think the new features in development are "
"substantial and compelling enough over the current stable branch to warrant "
@@ -50903,37 +51017,168 @@ msgid ""
msgstr ""
#. type: =head1
-#: ../src/guestfs.pod:2857
+#: ../src/guestfs.pod:2878
msgid "EXTENDING LIBGUESTFS"
msgstr ""
+#. type: textblock
+#: ../src/guestfs.pod:2880
+msgid "This section is for hackers who want to extend libguestfs itself."
+msgstr ""
+
#. type: =head2
-#: ../src/guestfs.pod:2859
-msgid "ADDING A NEW API ACTION"
+#: ../src/guestfs.pod:2882
+msgid "OVERVIEW OF THE SOURCE CODE"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2861
+#: ../src/guestfs.pod:2884
+msgid ""
+"Libguestfs source is located in the github repository L<https://github.com/"
+"libguestfs/libguestfs>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2887
msgid ""
"Large amounts of boilerplate code in libguestfs (RPC, bindings, "
-"documentation) are generated, and this makes it easy to extend the "
-"libguestfs API."
+"documentation) are generated. This means that many source files will appear "
+"to be missing from a straightforward git checkout. You have to run the "
+"generator (C<./autogen.sh && make -C generator>) in order to create those "
+"files."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2893
+msgid ""
+"Libguestfs uses an autotools-based build system, with the main files being "
+"C<configure.ac> and C<Makefile.am>. The C<generator> subdirectory contains "
+"the generator, plus files describing the API. The C<src> subdirectory "
+"contains source for the library. The C<appliance> and C<daemon> "
+"subdirectories contain the source for the code that builds the appliance, "
+"and the code that runs in the appliance respectively. Other directories are "
+"covered in the section L<SOURCE CODE SUBDIRECTORIES> below."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2865
+#: ../src/guestfs.pod:2902
+msgid ""
+"Apart from the fact that all API entry points go via some generated code, "
+"the library is straightforward. (In fact, even the generated code is "
+"designed to be readable, and should be read as ordinary code). Some actions "
+"run entirely in the library, and are written as C functions in files under "
+"C<src>. Others are forwarded to the daemon where (after some generated RPC "
+"marshalling) they appear as C functions in files under C<daemon>."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2910
+msgid "To build from source, first read the C<README> file."
+msgstr ""
+
+#. type: =head2
+#: ../src/guestfs.pod:2912
+msgid "C<local*> FILES"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2914
+msgid ""
+"Files in the top source directory that begin with the prefix C<local*> are "
+"ignored by git. These files can contain local configuration or scripts that "
+"you need to build libguestfs."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2918
+msgid ""
+"By convention, I have a file called C<localconfigure> which is a simple "
+"wrapper around C<autogen.sh> containing local configure customizations that "
+"I need:"
+msgstr ""
+
+#. type: verbatim
+#: ../src/guestfs.pod:2922
+#, no-wrap
+msgid ""
+" . localenv\n"
+" ./autogen.sh \\\n"
+" --with-default-attach-method=libvirt \\\n"
+" --enable-gcc-warnings \\\n"
+" --enable-gtk-doc \\\n"
+" -C \\\n"
+" \"$@\"\n"
+"\n"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2930
+#, fuzzy
+#| msgid "You can use this to:"
+msgid "So I can use this to build libguestfs:"
+msgstr "Ви можете скористатися цим для того, щоб виконати такі завдання:"
+
+#. type: verbatim
+#: ../src/guestfs.pod:2932
+#, no-wrap
+msgid ""
+" ./localconfigure && make\n"
+"\n"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2934
+msgid ""
+"If there is a file in the top build directory called C<localenv>, then it "
+"will be sourced by C<make>. This file can contain any local environment "
+"variables needed, eg. for skipping tests:"
+msgstr ""
+
+#. type: verbatim
+#: ../src/guestfs.pod:2938
+#, no-wrap
+msgid ""
+" # Use an alternate python binary.\n"
+" export PYTHON=python3\n"
+" # Skip this test, it is broken.\n"
+" export SKIP_TEST_BTRFS_FSCK=1\n"
+"\n"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2943
+msgid ""
+"Note that C<localenv> is included by the top Makefile (so it's a Makefile "
+"fragment). But if it is also sourced by your C<localconfigure> script then "
+"it is used as a shell script."
+msgstr ""
+
+#. type: =head2
+#: ../src/guestfs.pod:2947
+msgid "ADDING A NEW API ACTION"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2949
+msgid ""
+"Because large amounts of boilerplate code in libguestfs are generated, this "
+"makes it easy to extend the libguestfs API."
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:2952
msgid "To add a new API action there are two changes:"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2871
+#: ../src/guestfs.pod:2958
msgid ""
"You need to add a description of the call (name, parameters, return type, "
"tests, documentation) to C<generator/generator_actions.ml>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2874
+#: ../src/guestfs.pod:2961
msgid ""
"There are two sorts of API action, depending on whether the call goes "
"through to the daemon in the appliance, or is serviced entirely by the "
@@ -50944,7 +51189,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2882
+#: ../src/guestfs.pod:2969
msgid ""
"Most new actions are of the first type, and get added to the "
"C<daemon_functions> list. Each function has a unique procedure number used "
@@ -50954,7 +51199,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2888
+#: ../src/guestfs.pod:2975
msgid ""
"For library-only actions of the second type, add to the "
"C<non_daemon_functions> list. Since these functions are serviced by the "
@@ -50964,36 +51209,36 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2896
+#: ../src/guestfs.pod:2983
msgid "Implement the action (in C):"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2898
+#: ../src/guestfs.pod:2985
msgid ""
"For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
"C<daemon/> directory."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2901
+#: ../src/guestfs.pod:2988
msgid ""
"For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
"(note: double underscore) in the C<src/> directory."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2904
+#: ../src/guestfs.pod:2991
msgid "In either case, use another function as an example of what to do."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2908
+#: ../src/guestfs.pod:2995
msgid "After making these changes, use C<make> to compile."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2910
+#: ../src/guestfs.pod:2997
msgid ""
"Note that you don't need to implement the RPC, language bindings, manual "
"pages or anything else. It's all automatically generated from the OCaml "
@@ -51001,12 +51246,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:2914
+#: ../src/guestfs.pod:3001
msgid "ADDING TESTS FOR AN API ACTION"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2916
+#: ../src/guestfs.pod:3003
msgid ""
"You can supply zero or as many tests as you want per API call. The tests "
"can either be added as part of the API description (C<generator/"
@@ -51016,61 +51261,61 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2923
+#: ../src/guestfs.pod:3010
msgid ""
"The following describes the test environment used when you add an API test "
"in C<generator_actions.ml>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2926
+#: ../src/guestfs.pod:3013
msgid "The test environment has 4 block devices:"
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2930
+#: ../src/guestfs.pod:3017
msgid "C</dev/sda> 500MB"
msgstr "C</dev/sda> 500 МБ"
#. type: textblock
-#: ../src/guestfs.pod:2932
+#: ../src/guestfs.pod:3019
msgid "General block device for testing."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2934
+#: ../src/guestfs.pod:3021
msgid "C</dev/sdb> 50MB"
msgstr "C</dev/sdb> 50 МБ"
#. type: textblock
-#: ../src/guestfs.pod:2936
+#: ../src/guestfs.pod:3023
msgid ""
"C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
"operations."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2939
+#: ../src/guestfs.pod:3026
msgid "C</dev/sdc> 10MB"
msgstr "C</dev/sdc> 10 МБ"
#. type: textblock
-#: ../src/guestfs.pod:2941
+#: ../src/guestfs.pod:3028
msgid "Used in a few tests where two block devices are needed."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:2943
+#: ../src/guestfs.pod:3030
msgid "C</dev/sdd>"
msgstr "C</dev/sdd>"
#. type: textblock
-#: ../src/guestfs.pod:2945
+#: ../src/guestfs.pod:3032
msgid "ISO with fixed content (see C<images/test.iso>)."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2949
+#: ../src/guestfs.pod:3036
msgid ""
"To be able to run the tests in a reasonable amount of time, the libguestfs "
"appliance and block devices are reused between tests. So don't try testing "
@@ -51078,7 +51323,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2953
+#: ../src/guestfs.pod:3040
msgid ""
"Each test starts with an initial scenario, selected using one of the "
"C<Init*> expressions, described in C<generator/generator_types.ml>. These "
@@ -51088,7 +51333,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2959
+#: ../src/guestfs.pod:3046
msgid ""
"You can add a prerequisite clause to any individual test. This is a run-"
"time check, which, if it fails, causes the test to be skipped. Useful if "
@@ -51098,14 +51343,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2965
+#: ../src/guestfs.pod:3052
msgid ""
"In addition, packagers can skip individual tests by setting environment "
"variables before running C<make check>."
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2968
+#: ../src/guestfs.pod:3055
#, no-wrap
msgid ""
" SKIP_TEST_<CMD>_<NUM>=1\n"
@@ -51113,12 +51358,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2970
+#: ../src/guestfs.pod:3057
msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2974
+#: ../src/guestfs.pod:3061
#, no-wrap
msgid ""
" SKIP_TEST_<CMD>=1\n"
@@ -51128,17 +51373,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2976
+#: ../src/guestfs.pod:3063
msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2978
+#: ../src/guestfs.pod:3065
msgid "Packagers can run only certain tests by setting for example:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:2980
+#: ../src/guestfs.pod:3067
#, no-wrap
msgid ""
" TEST_ONLY=\"vfs_type zerofree\"\n"
@@ -51148,29 +51393,29 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:2982
+#: ../src/guestfs.pod:3069
msgid ""
"See C<tests/c-api/tests.c> for more details of how these environment "
"variables work."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:2985
+#: ../src/guestfs.pod:3072
msgid "DEBUGGING NEW API ACTIONS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2987
+#: ../src/guestfs.pod:3074
msgid "Test new actions work before submitting them."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2989
+#: ../src/guestfs.pod:3076
msgid "You can use guestfish to try out new commands."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2991
+#: ../src/guestfs.pod:3078
msgid ""
"Debugging the daemon is a problem because it runs inside a minimal "
"environment. However you can fprintf messages in the daemon to stderr, and "
@@ -51178,12 +51423,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:2995
+#: ../src/guestfs.pod:3082
msgid "FORMATTING CODE AND OTHER CONVENTIONS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:2997
+#: ../src/guestfs.pod:3084
msgid ""
"Our C source code generally adheres to some basic code-formatting "
"conventions. The existing code base is not totally consistent on this "
@@ -51193,14 +51438,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3003
+#: ../src/guestfs.pod:3090
msgid ""
"If you use Emacs, add the following to one of one of your start-up files (e."
"g., ~/.emacs), to help ensure that you get indentation right:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:3006
+#: ../src/guestfs.pod:3093
#, no-wrap
msgid ""
" ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
@@ -51216,7 +51461,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:3016
+#: ../src/guestfs.pod:3103
#, no-wrap
msgid ""
" ;;; When editing C sources in libguestfs, use this style.\n"
@@ -51234,12 +51479,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3028
+#: ../src/guestfs.pod:3115
msgid "Enable warnings when compiling (and fix any problems this finds):"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:3031
+#: ../src/guestfs.pod:3118
#, no-wrap
msgid ""
" ./configure --enable-gcc-warnings\n"
@@ -51249,12 +51494,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:3033
+#: ../src/guestfs.pod:3120
msgid "Useful targets are:"
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:3035
+#: ../src/guestfs.pod:3122
#, no-wrap
msgid ""
" make syntax-check -j1 -k # checks for various syntax and\n"
@@ -51263,7 +51508,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:3038
+#: ../src/guestfs.pod:3125
#, no-wrap
msgid ""
" make check # runs the test suite\n"
@@ -51271,7 +51516,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:3040
+#: ../src/guestfs.pod:3127
#, no-wrap
msgid ""
" make extra-tests # in-depth testing using valgrind\n"
@@ -51280,43 +51525,43 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3043
+#: ../src/guestfs.pod:3130
msgid "DAEMON CUSTOM PRINTF FORMATTERS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3045
+#: ../src/guestfs.pod:3132
msgid ""
"In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
"which are used to do shell quoting."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3050
+#: ../src/guestfs.pod:3137
msgid "%Q"
msgstr "%Q"
#. type: textblock
-#: ../src/guestfs.pod:3052
+#: ../src/guestfs.pod:3139
msgid ""
"Simple shell quoted string. Any spaces or other shell characters are "
"escaped for you."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3055
+#: ../src/guestfs.pod:3142
msgid "%R"
msgstr "%R"
#. type: textblock
-#: ../src/guestfs.pod:3057
+#: ../src/guestfs.pod:3144
msgid ""
"Same as C<%Q> except the string is treated as a path which is prefixed by "
"the sysroot."
msgstr ""
#. type: verbatim
-#: ../src/guestfs.pod:3064
+#: ../src/guestfs.pod:3151
#, no-wrap
msgid ""
" asprintf (&cmd, \"cat %R\", path);\n"
@@ -51326,12 +51571,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:3066
+#: ../src/guestfs.pod:3153
msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3068
+#: ../src/guestfs.pod:3155
msgid ""
"I<Note:> Do I<not> use these when you are passing parameters to the C<command"
"{,r,v,rv}()> functions. These parameters do NOT need to be quoted because "
@@ -51340,29 +51585,29 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3074
+#: ../src/guestfs.pod:3161
msgid "SUBMITTING YOUR NEW API ACTIONS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3076
+#: ../src/guestfs.pod:3163
msgid ""
"Submit patches to the mailing list: L<http://www.redhat.com/mailman/listinfo/"
"libguestfs> and CC to L<rjones@redhat.com>."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3080
+#: ../src/guestfs.pod:3167
msgid "INTERNATIONALIZATION (I18N) SUPPORT"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3082
+#: ../src/guestfs.pod:3169
msgid "We support i18n (gettext anyhow) in the library."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3084
+#: ../src/guestfs.pod:3171
msgid ""
"However many messages come from the daemon, and we don't translate those at "
"the moment. One reason is that the appliance generally has all locale files "
@@ -51371,102 +51616,112 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3090
+#: ../src/guestfs.pod:3177
msgid ""
"Debugging messages are never translated, since they are intended for the "
"programmers."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3093
+#: ../src/guestfs.pod:3180
msgid "SOURCE CODE SUBDIRECTORIES"
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3097
+#: ../src/guestfs.pod:3184
msgid "C<align>"
msgstr "C<align>"
#. type: textblock
-#: ../src/guestfs.pod:3099
+#: ../src/guestfs.pod:3186
msgid "L<virt-alignment-scan(1)> command and documentation."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3103
+#: ../src/guestfs.pod:3190
msgid "The libguestfs appliance, build scripts and so on."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3105
+#: ../src/guestfs.pod:3192
+msgid "C<build-aux>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:3194
+msgid "Various build scripts used by autotools."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:3196
msgid "C<cat>"
msgstr "C<cat>"
#. type: textblock
-#: ../src/guestfs.pod:3107
+#: ../src/guestfs.pod:3198
msgid ""
"The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
"documentation."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3110
+#: ../src/guestfs.pod:3201
msgid "C<contrib>"
msgstr "C<contrib>"
#. type: textblock
-#: ../src/guestfs.pod:3112
+#: ../src/guestfs.pod:3203
msgid "Outside contributions, experimental parts."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3114
+#: ../src/guestfs.pod:3205
msgid "C<daemon>"
msgstr "C<daemon>"
#. type: textblock
-#: ../src/guestfs.pod:3116
+#: ../src/guestfs.pod:3207
msgid ""
"The daemon that runs inside the libguestfs appliance and carries out actions."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3119
+#: ../src/guestfs.pod:3210
msgid "C<df>"
msgstr "C<df>"
#. type: textblock
-#: ../src/guestfs.pod:3121
+#: ../src/guestfs.pod:3212
msgid "L<virt-df(1)> command and documentation."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3123
+#: ../src/guestfs.pod:3214
msgid "C<edit>"
msgstr "C<edit>"
#. type: textblock
-#: ../src/guestfs.pod:3125
+#: ../src/guestfs.pod:3216
msgid "L<virt-edit(1)> command and documentation."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3127
+#: ../src/guestfs.pod:3218
msgid "C<examples>"
msgstr "C<examples>"
#. type: textblock
-#: ../src/guestfs.pod:3129
+#: ../src/guestfs.pod:3220
msgid "C API example code."
msgstr "Код прикладів використання програмного інтерфейсу мовою C."
#. type: =item
-#: ../src/guestfs.pod:3131
+#: ../src/guestfs.pod:3222
msgid "C<fish>"
msgstr "C<fish>"
#. type: textblock
-#: ../src/guestfs.pod:3133
+#: ../src/guestfs.pod:3224
msgid ""
"L<guestfish(1)>, the command-line shell, and various shell scripts built on "
"top such as L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
@@ -51474,80 +51729,104 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3139
+#: ../src/guestfs.pod:3230
msgid "L<virt-format(1)> command and documentation."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3141
+#: ../src/guestfs.pod:3232
msgid "C<fuse>"
msgstr "C<fuse>"
#. type: textblock
-#: ../src/guestfs.pod:3143
+#: ../src/guestfs.pod:3234
msgid ""
"L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3145
+#: ../src/guestfs.pod:3236
msgid "C<generator>"
msgstr "C<generator>"
#. type: textblock
-#: ../src/guestfs.pod:3147
+#: ../src/guestfs.pod:3238
msgid ""
"The crucially important generator, used to automatically generate large "
"amounts of boilerplate C code for things like RPC and bindings."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3150
+#: ../src/guestfs.pod:3241
+msgid "C<gnulib>"
+msgstr ""
+
+#. type: textblock
+#: ../src/guestfs.pod:3243
+msgid ""
+"Gnulib is used as a portability library. A copy of gnulib is included under "
+"here."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:3246
+#, fuzzy
+#| msgid "html"
+msgid "C<html>"
+msgstr "html"
+
+#. type: textblock
+#: ../src/guestfs.pod:3248
+msgid "Generated HTML manual pages."
+msgstr ""
+
+#. type: =item
+#: ../src/guestfs.pod:3250
msgid "C<inspector>"
msgstr "C<inspector>"
#. type: textblock
-#: ../src/guestfs.pod:3152
+#: ../src/guestfs.pod:3252
msgid "L<virt-inspector(1)>, the virtual machine image inspector."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3154
+#: ../src/guestfs.pod:3254
msgid "C<logo>"
msgstr "C<logo>"
#. type: textblock
-#: ../src/guestfs.pod:3156
+#: ../src/guestfs.pod:3256
msgid "Logo used on the website. The fish is called Arthur by the way."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3158
+#: ../src/guestfs.pod:3258
msgid "C<m4>"
msgstr "C<m4>"
#. type: textblock
-#: ../src/guestfs.pod:3160
+#: ../src/guestfs.pod:3260
msgid "M4 macros used by autoconf."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3162
+#: ../src/guestfs.pod:3262
msgid "C<po>"
msgstr "C<po>"
#. type: textblock
-#: ../src/guestfs.pod:3164
+#: ../src/guestfs.pod:3264
msgid "Translations of simple gettext strings."
msgstr "Переклади простих рядків gettext."
#. type: =item
-#: ../src/guestfs.pod:3166
+#: ../src/guestfs.pod:3266
msgid "C<po-docs>"
msgstr "C<po-docs>"
#. type: textblock
-#: ../src/guestfs.pod:3168
+#: ../src/guestfs.pod:3268
msgid ""
"The build infrastructure and PO files for translations of manpages and POD "
"files. Eventually this will be combined with the C<po> directory, but that "
@@ -51555,150 +51834,150 @@ msgid ""
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3172
+#: ../src/guestfs.pod:3272
msgid "C<rescue>"
msgstr "C<rescue>"
#. type: textblock
-#: ../src/guestfs.pod:3174
+#: ../src/guestfs.pod:3274
msgid "L<virt-rescue(1)> command and documentation."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3176
+#: ../src/guestfs.pod:3276
msgid "C<resize>"
msgstr "C<resize>"
#. type: textblock
-#: ../src/guestfs.pod:3178
+#: ../src/guestfs.pod:3278
msgid "L<virt-resize(1)> command and documentation."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3180
+#: ../src/guestfs.pod:3280
msgid "C<sparsify>"
msgstr "C<sparsify>"
#. type: textblock
-#: ../src/guestfs.pod:3182
+#: ../src/guestfs.pod:3282
msgid "L<virt-sparsify(1)> command and documentation."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3184
+#: ../src/guestfs.pod:3284
msgid "C<src>"
msgstr "C<src>"
#. type: textblock
-#: ../src/guestfs.pod:3186
+#: ../src/guestfs.pod:3286
msgid "Source code to the C library."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3188
+#: ../src/guestfs.pod:3288
msgid "C<sysprep>"
msgstr "C<sysprep>"
#. type: textblock
-#: ../src/guestfs.pod:3190
+#: ../src/guestfs.pod:3290
msgid "L<virt-sysprep(1)> command and documentation."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3192
+#: ../src/guestfs.pod:3292 ../src/guestfs.pod:3301
+msgid "C<tests>"
+msgstr "C<tests>"
+
+#. type: textblock
+#: ../src/guestfs.pod:3294 ../src/guestfs.pod:3303
+msgid "Tests."
+msgstr "Тести."
+
+#. type: =item
+#: ../src/guestfs.pod:3296
msgid "C<test-tool>"
msgstr "C<test-tool>"
#. type: textblock
-#: ../src/guestfs.pod:3194
+#: ../src/guestfs.pod:3298
msgid ""
"Test tool for end users to test if their qemu/kernel combination will work "
"with libguestfs."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3197
-msgid "C<tests>"
-msgstr "C<tests>"
-
-#. type: textblock
-#: ../src/guestfs.pod:3199
-msgid "Tests."
-msgstr "Тести."
-
-#. type: =item
-#: ../src/guestfs.pod:3201
+#: ../src/guestfs.pod:3305
msgid "C<tools>"
msgstr "C<tools>"
#. type: textblock
-#: ../src/guestfs.pod:3203
+#: ../src/guestfs.pod:3307
msgid ""
"Command line tools written in Perl (L<virt-win-reg(1)> and many others)."
msgstr ""
#. type: =item
-#: ../src/guestfs.pod:3205
+#: ../src/guestfs.pod:3309
msgid "C<csharp>"
msgstr "C<csharp>"
#. type: =item
-#: ../src/guestfs.pod:3207
+#: ../src/guestfs.pod:3311
msgid "C<erlang>"
msgstr "C<erlang>"
#. type: =item
-#: ../src/guestfs.pod:3209
+#: ../src/guestfs.pod:3313
msgid "C<gobject>"
msgstr "C<gobject>"
#. type: =item
-#: ../src/guestfs.pod:3211
+#: ../src/guestfs.pod:3315
msgid "C<haskell>"
msgstr "C<haskell>"
#. type: =item
-#: ../src/guestfs.pod:3213
+#: ../src/guestfs.pod:3317
msgid "C<java>"
msgstr "C<java>"
#. type: =item
-#: ../src/guestfs.pod:3215
+#: ../src/guestfs.pod:3319
msgid "C<ocaml>"
msgstr "C<ocaml>"
#. type: =item
-#: ../src/guestfs.pod:3217
+#: ../src/guestfs.pod:3321
msgid "C<php>"
msgstr "C<php>"
#. type: =item
-#: ../src/guestfs.pod:3219
+#: ../src/guestfs.pod:3323
msgid "C<perl>"
msgstr "C<perl>"
#. type: =item
-#: ../src/guestfs.pod:3221
+#: ../src/guestfs.pod:3325
msgid "C<python>"
msgstr "C<python>"
#. type: =item
-#: ../src/guestfs.pod:3223
+#: ../src/guestfs.pod:3327
msgid "C<ruby>"
msgstr "C<ruby>"
#. type: textblock
-#: ../src/guestfs.pod:3225
+#: ../src/guestfs.pod:3329
msgid "Language bindings."
msgstr "Прив’язки до мов програмування."
#. type: =head2
-#: ../src/guestfs.pod:3229
+#: ../src/guestfs.pod:3333
msgid "MAKING A STABLE RELEASE"
msgstr "СТВОРЕННЯ СТАБІЛЬНОГО ВИПУСКУ"
#. type: textblock
-#: ../src/guestfs.pod:3231
+#: ../src/guestfs.pod:3335
msgid ""
"When we make a stable release, there are several steps documented here. See "
"L</LIBGUESTFS VERSION NUMBERS> for general information about the stable "
@@ -51706,33 +51985,33 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3239
+#: ../src/guestfs.pod:3343
msgid ""
"Check C<make && make check> works on at least Fedora, Debian and Ubuntu."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3244
+#: ../src/guestfs.pod:3348
msgid "Finalize RELEASE-NOTES."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3248
+#: ../src/guestfs.pod:3352
msgid "Update ROADMAP."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3252
+#: ../src/guestfs.pod:3356
msgid "Run C<src/api-support/update-from-tarballs.sh>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3256
+#: ../src/guestfs.pod:3360
msgid "Push and pull from Transifex."
msgstr "Передавання даних на Transifex та отримання даних з Transifex."
#. type: verbatim
-#: ../src/guestfs.pod:3260
+#: ../src/guestfs.pod:3364
#, no-wrap
msgid ""
" tx push -s\n"
@@ -51742,13 +52021,13 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:3262
+#: ../src/guestfs.pod:3366
msgid "to push the latest POT files to Transifex. Then run:"
msgstr ""
"щоб надіслати найсвіжіші файли POT на Transifex. Потім віддайте команду:"
#. type: verbatim
-#: ../src/guestfs.pod:3264
+#: ../src/guestfs.pod:3368
#, no-wrap
msgid ""
" ./tx-pull.sh\n"
@@ -51758,24 +52037,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs.pod:3266
+#: ../src/guestfs.pod:3370
msgid "which is a wrapper to pull the latest translated C<*.po> files."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3270
+#: ../src/guestfs.pod:3374
msgid ""
"Create new stable and development directories under L<http://libguestfs.org/"
"download>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3275
+#: ../src/guestfs.pod:3379
msgid "Create the branch in git:"
msgstr "Створення гілки у git:"
#. type: verbatim
-#: ../src/guestfs.pod:3277
+#: ../src/guestfs.pod:3381
#, no-wrap
msgid ""
" git tag -a 1.XX.0 -m \"Version 1.XX.0 (stable)\"\n"
@@ -51791,17 +52070,17 @@ msgstr ""
"\n"
#. type: =head1
-#: ../src/guestfs.pod:3284
+#: ../src/guestfs.pod:3388
msgid "LIMITS"
msgstr "ОБМЕЖЕННЯ"
#. type: =head2
-#: ../src/guestfs.pod:3286
+#: ../src/guestfs.pod:3390
msgid "PROTOCOL LIMITS"
msgstr "ОБМЕЖЕННЯ ПРОТОКОЛУ"
#. type: textblock
-#: ../src/guestfs.pod:3288
+#: ../src/guestfs.pod:3392
msgid ""
"Internally libguestfs uses a message-based protocol to pass API calls and "
"their responses to and from a small \"appliance\" (see L</INTERNALS> for "
@@ -51812,7 +52091,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3296
+#: ../src/guestfs.pod:3400
msgid ""
"A simple call such as L</guestfs_cat> returns its result (the file data) in "
"a simple string. Because this string is at some point internally encoded as "
@@ -51821,7 +52100,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3302
+#: ../src/guestfs.pod:3406
msgid ""
"In order to transfer large files into and out of the guest filesystem, you "
"need to use particular calls that support this. The sections L</UPLOADING> "
@@ -51829,24 +52108,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3306
+#: ../src/guestfs.pod:3410
msgid ""
"You might also consider mounting the disk image using our FUSE filesystem "
"support (L<guestmount(1)>)."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3309
+#: ../src/guestfs.pod:3413
msgid "MAXIMUM NUMBER OF DISKS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3311
+#: ../src/guestfs.pod:3415
msgid "When using virtio disks (the default) the current limit is B<25> disks."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3314
+#: ../src/guestfs.pod:3418
msgid ""
"Virtio itself consumes 1 virtual PCI slot per disk, and PCI is limited to 31 "
"slots. However febootstrap only understands disks with names C</dev/vda> "
@@ -51855,14 +52134,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3319
+#: ../src/guestfs.pod:3423
msgid ""
"We are working to substantially raise this limit in future versions but it "
"requires complex changes to qemu."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3322
+#: ../src/guestfs.pod:3426
msgid ""
"In future versions of libguestfs it should also be possible to \"hot plug\" "
"disks (add and remove disks after calling L</guestfs_launch>). This also "
@@ -51870,41 +52149,41 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3326
+#: ../src/guestfs.pod:3430
msgid "MAXIMUM NUMBER OF PARTITIONS PER DISK"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3328
+#: ../src/guestfs.pod:3432
msgid "Virtio limits the maximum number of partitions per disk to B<15>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3330
+#: ../src/guestfs.pod:3434
msgid ""
"This is because it reserves 4 bits for the minor device number (thus C</dev/"
"vda>, and C</dev/vda1> through C</dev/vda15>)."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3333
+#: ../src/guestfs.pod:3437
msgid ""
"If you attach a disk with more than 15 partitions, the extra partitions are "
"ignored by libguestfs."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3336
+#: ../src/guestfs.pod:3440
msgid "MAXIMUM SIZE OF A DISK"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3338
+#: ../src/guestfs.pod:3442
msgid "Probably the limit is between 2**63-1 and 2**64-1 bytes."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3340
+#: ../src/guestfs.pod:3444
msgid ""
"We have tested block devices up to 1 exabyte (2**60 or "
"1,152,921,504,606,846,976 bytes) using sparse files backed by an XFS host "
@@ -51912,7 +52191,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3344
+#: ../src/guestfs.pod:3448
msgid ""
"Although libguestfs probably does not impose any limit, the underlying host "
"storage will. If you store disk images on a host ext4 filesystem, then the "
@@ -51922,19 +52201,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3350
+#: ../src/guestfs.pod:3454
msgid ""
"For the hugest disk image files, we recommend using XFS on the host for "
"storage."
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3353
+#: ../src/guestfs.pod:3457
msgid "MAXIMUM SIZE OF A PARTITION"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3355
+#: ../src/guestfs.pod:3459
msgid ""
"The MBR (ie. classic MS-DOS) partitioning scheme uses 32 bit sector "
"numbers. Assuming a 512 byte sector size, this means that MBR cannot "
@@ -51942,7 +52221,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3359
+#: ../src/guestfs.pod:3463
msgid ""
"It is recommended that you use GPT partitions on disks which are larger than "
"this size. GPT uses 64 bit sector numbers and so can address partitions "
@@ -51950,12 +52229,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3364
+#: ../src/guestfs.pod:3468
msgid "MAXIMUM SIZE OF A FILESYSTEM, FILES, DIRECTORIES"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3366
+#: ../src/guestfs.pod:3470
msgid ""
"This depends on the filesystem type. libguestfs itself does not impose any "
"known limit. Consult Wikipedia or the filesystem documentation to find out "
@@ -51963,12 +52242,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3370
+#: ../src/guestfs.pod:3474
msgid "MAXIMUM UPLOAD AND DOWNLOAD"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3372
+#: ../src/guestfs.pod:3476
msgid ""
"The API functions L</guestfs_upload>, L</guestfs_download>, L</"
"guestfs_tar_in>, L</guestfs_tar_out> and the like allow unlimited sized "
@@ -51976,12 +52255,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs.pod:3376
+#: ../src/guestfs.pod:3480
msgid "INSPECTION LIMITS"
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3378
+#: ../src/guestfs.pod:3482
msgid ""
"The inspection code has several arbitrary limits on things like the size of "
"Windows Registry hive it will read, and the length of product name. These "
@@ -51991,33 +52270,33 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3404
+#: ../src/guestfs.pod:3508
msgid ""
"Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages. This has the same "
"effect as calling C<guestfs_set_verbose (g, 1)>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3416
+#: ../src/guestfs.pod:3520
msgid ""
"Set the path that libguestfs uses to search for a supermin appliance. See "
"the discussion of paths in section L</PATH> above."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3425
+#: ../src/guestfs.pod:3529
msgid "See also L</QEMU WRAPPERS> above."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3429
+#: ../src/guestfs.pod:3533
msgid ""
"Set C<LIBGUESTFS_TRACE=1> to enable command traces. This has the same "
"effect as calling C<guestfs_set_trace (g, 1)>."
msgstr ""
#. type: textblock
-#: ../src/guestfs.pod:3447
+#: ../src/guestfs.pod:3551
#, fuzzy
#| msgid ""
#| "L<guestfs-examples(3)>, L<guestfs-erlang(3)>, L<guestfs-java(3)>, "
@@ -52061,7 +52340,7 @@ msgstr ""
">, L<stap(1)>, L<http://libguestfs.org/>."
#. type: textblock
-#: ../src/guestfs.pod:3489
+#: ../src/guestfs.pod:3593
msgid ""
"Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, L<lvm"
"(8)>, L<disktype(1)>."
@@ -52930,7 +53209,7 @@ msgstr ""
#. type: textblock
#: ../sysprep/virt-sysprep.pod:182
-msgid "@EXTRA_OPTIONS@"
+msgid "__EXTRA_OPTIONS__"
msgstr ""
#. type: =head1
@@ -52986,8 +53265,10 @@ msgstr ""
#. type: textblock
#: ../sysprep/virt-sysprep.pod:207
-msgid "@OPERATIONS@"
-msgstr ""
+#, fuzzy
+#| msgid "OPERATIONS"
+msgid "__OPERATIONS__"
+msgstr "ДІЇ"
#. type: =head1
#: ../sysprep/virt-sysprep.pod:209
@@ -55090,6 +55371,16 @@ msgstr ""
msgid "Copyright (C) 2010 Red Hat Inc."
msgstr "©Red Hat Inc., 2010"
+#~ msgid ""
+#~ "https://bugzilla.redhat.com/enter_bug.cgi?"
+#~ "component=libguestfs&product=Virtualization+Tools"
+#~ msgstr ""
+#~ "https://bugzilla.redhat.com/enter_bug.cgi?"
+#~ "component=libguestfs&product=Virtualization+Tools"
+
+#~ msgid "@AVAILABILITY@"
+#~ msgstr "@AVAILABILITY@"
+
#~ msgid "Red Hat Enterprise Linux 6"
#~ msgstr "Red Hat Enterprise Linux 6"
diff --git a/po/en_GB.po b/po/en_GB.po
index b35561ec..616805a1 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2012-10-01 16:29+0100\n"
+"POT-Creation-Date: 2012-10-30 18:16+0000\n"
"PO-Revision-Date: 2012-05-21 13:19+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.net/projects/p/"
@@ -2714,12 +2714,12 @@ msgstr ""
msgid "%s: some filesystems could not be mounted (ignored)\n"
msgstr ""
-#: fish/inspect.c:183
+#: fish/inspect.c:187
#, c-format
msgid "Operating system: %s\n"
msgstr ""
-#: fish/inspect.c:196
+#: fish/inspect.c:199
#, c-format
msgid "%s mounted on %s\n"
msgstr ""
@@ -4417,13 +4417,13 @@ msgstr ""
msgid "Generate random seed for guest"
msgstr ""
-#: ../resize/utils.ml:81
+#: ../resize/resize_utils.ml:81
msgid ""
"If reporting bugs, run virt-resize with the '-d' option and include the "
"complete output."
msgstr ""
-#: ../sparsify/utils.ml:109
+#: ../sparsify/sparsify_utils.ml:109
msgid ""
"If reporting bugs, run virt-sparsify with the '-v' and '-x' options and "
"include the complete output."
@@ -4942,7 +4942,7 @@ msgstr ""
msgid "virt-resize %Ld.%Ld.%Ld%s\n"
msgstr ""
-#: ../resize/utils.ml:77
+#: ../resize/resize_utils.ml:77
msgid "virt-resize: error: "
msgstr ""
diff --git a/po/es.po b/po/es.po
index 41a7255a..7c9bd873 100644
--- a/po/es.po
+++ b/po/es.po
@@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2012-10-01 16:29+0100\n"
+"POT-Creation-Date: 2012-10-30 18:16+0000\n"
"PO-Revision-Date: 2012-05-21 13:19+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Spanish (Castilian) <trans-es@lists.fedoraproject.org>\n"
@@ -2827,12 +2827,12 @@ msgstr ""
"%s: algunos sistemas de archivos no han podido ser montados (se han "
"ignorado)\n"
-#: fish/inspect.c:183
+#: fish/inspect.c:187
#, c-format
msgid "Operating system: %s\n"
msgstr "Sistema operativo: %s\n"
-#: fish/inspect.c:196
+#: fish/inspect.c:199
#, c-format
msgid "%s mounted on %s\n"
msgstr "%s montado en %s\n"
@@ -4662,13 +4662,13 @@ msgstr ""
msgid "Generate random seed for guest"
msgstr ""
-#: ../resize/utils.ml:81
+#: ../resize/resize_utils.ml:81
msgid ""
"If reporting bugs, run virt-resize with the '-d' option and include the "
"complete output."
msgstr ""
-#: ../sparsify/utils.ml:109
+#: ../sparsify/sparsify_utils.ml:109
msgid ""
"If reporting bugs, run virt-sparsify with the '-v' and '-x' options and "
"include the complete output."
@@ -5187,7 +5187,7 @@ msgstr ""
msgid "virt-resize %Ld.%Ld.%Ld%s\n"
msgstr ""
-#: ../resize/utils.ml:77
+#: ../resize/resize_utils.ml:77
msgid "virt-resize: error: "
msgstr ""
diff --git a/po/gu.po b/po/gu.po
index 9b87e9bc..0d94deba 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2012-10-01 16:29+0100\n"
+"POT-Creation-Date: 2012-10-30 18:16+0000\n"
"PO-Revision-Date: 2012-05-21 13:19+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Gujarati <trans-gu@lists.fedoraproject.org>\n"
@@ -2648,12 +2648,12 @@ msgstr ""
msgid "%s: some filesystems could not be mounted (ignored)\n"
msgstr "%s: અમુક ફાઇલસિસ્ટમોને માઉન્ટ કરી શક્યા નહિં (અવગણેલ)\n"
-#: fish/inspect.c:183
+#: fish/inspect.c:187
#, c-format
msgid "Operating system: %s\n"
msgstr "ઓપરેટીંગ સિસ્ટમ: %s\n"
-#: fish/inspect.c:196
+#: fish/inspect.c:199
#, c-format
msgid "%s mounted on %s\n"
msgstr ""
@@ -4359,13 +4359,13 @@ msgstr ""
msgid "Generate random seed for guest"
msgstr ""
-#: ../resize/utils.ml:81
+#: ../resize/resize_utils.ml:81
msgid ""
"If reporting bugs, run virt-resize with the '-d' option and include the "
"complete output."
msgstr ""
-#: ../sparsify/utils.ml:109
+#: ../sparsify/sparsify_utils.ml:109
msgid ""
"If reporting bugs, run virt-sparsify with the '-v' and '-x' options and "
"include the complete output."
@@ -4884,7 +4884,7 @@ msgstr ""
msgid "virt-resize %Ld.%Ld.%Ld%s\n"
msgstr ""
-#: ../resize/utils.ml:77
+#: ../resize/resize_utils.ml:77
msgid "virt-resize: error: "
msgstr ""
diff --git a/po/hi.po b/po/hi.po
index 1ba47d30..a4f896f7 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2012-10-01 16:29+0100\n"
+"POT-Creation-Date: 2012-10-30 18:16+0000\n"
"PO-Revision-Date: 2012-05-21 13:19+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Hindi <indlinux-hindi@lists.sourceforge.net>\n"
@@ -2649,12 +2649,12 @@ msgstr ""
msgid "%s: some filesystems could not be mounted (ignored)\n"
msgstr ""
-#: fish/inspect.c:183
+#: fish/inspect.c:187
#, c-format
msgid "Operating system: %s\n"
msgstr ""
-#: fish/inspect.c:196
+#: fish/inspect.c:199
#, c-format
msgid "%s mounted on %s\n"
msgstr ""
@@ -4357,13 +4357,13 @@ msgstr ""
msgid "Generate random seed for guest"
msgstr ""
-#: ../resize/utils.ml:81
+#: ../resize/resize_utils.ml:81
msgid ""
"If reporting bugs, run virt-resize with the '-d' option and include the "
"complete output."
msgstr ""
-#: ../sparsify/utils.ml:109
+#: ../sparsify/sparsify_utils.ml:109
msgid ""
"If reporting bugs, run virt-sparsify with the '-v' and '-x' options and "
"include the complete output."
@@ -4882,7 +4882,7 @@ msgstr ""
msgid "virt-resize %Ld.%Ld.%Ld%s\n"
msgstr ""
-#: ../resize/utils.ml:77
+#: ../resize/resize_utils.ml:77
msgid "virt-resize: error: "
msgstr ""
diff --git a/po/kn.po b/po/kn.po
index 9d731d8a..75d2b598 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2012-10-01 16:29+0100\n"
+"POT-Creation-Date: 2012-10-30 18:16+0000\n"
"PO-Revision-Date: 2012-05-21 13:19+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Kannada (http://www.transifex.net/projects/p/fedora/language/"
@@ -2652,12 +2652,12 @@ msgstr ""
msgid "%s: some filesystems could not be mounted (ignored)\n"
msgstr ""
-#: fish/inspect.c:183
+#: fish/inspect.c:187
#, c-format
msgid "Operating system: %s\n"
msgstr ""
-#: fish/inspect.c:196
+#: fish/inspect.c:199
#, c-format
msgid "%s mounted on %s\n"
msgstr ""
@@ -4365,13 +4365,13 @@ msgstr ""
msgid "Generate random seed for guest"
msgstr ""
-#: ../resize/utils.ml:81
+#: ../resize/resize_utils.ml:81
msgid ""
"If reporting bugs, run virt-resize with the '-d' option and include the "
"complete output."
msgstr ""
-#: ../sparsify/utils.ml:109
+#: ../sparsify/sparsify_utils.ml:109
msgid ""
"If reporting bugs, run virt-sparsify with the '-v' and '-x' options and "
"include the complete output."
@@ -4890,7 +4890,7 @@ msgstr ""
msgid "virt-resize %Ld.%Ld.%Ld%s\n"
msgstr ""
-#: ../resize/utils.ml:77
+#: ../resize/resize_utils.ml:77
msgid "virt-resize: error: "
msgstr ""
diff --git a/po/libguestfs.pot b/po/libguestfs.pot
index 3f4a06b8..75d9f16f 100644
--- a/po/libguestfs.pot
+++ b/po/libguestfs.pot
@@ -6,10 +6,10 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: libguestfs 1.18.9\n"
+"Project-Id-Version: libguestfs 1.18.10\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2012-10-01 16:29+0100\n"
+"POT-Creation-Date: 2012-10-30 18:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2641,12 +2641,12 @@ msgstr ""
msgid "%s: some filesystems could not be mounted (ignored)\n"
msgstr ""
-#: fish/inspect.c:183
+#: fish/inspect.c:187
#, c-format
msgid "Operating system: %s\n"
msgstr ""
-#: fish/inspect.c:196
+#: fish/inspect.c:199
#, c-format
msgid "%s mounted on %s\n"
msgstr ""
@@ -4262,11 +4262,11 @@ msgstr ""
msgid "Generate random seed for guest"
msgstr ""
-#: ../resize/utils.ml:81
+#: ../resize/resize_utils.ml:81
msgid "If reporting bugs, run virt-resize with the '-d' option and include the complete output."
msgstr ""
-#: ../sparsify/utils.ml:109
+#: ../sparsify/sparsify_utils.ml:109
msgid "If reporting bugs, run virt-sparsify with the '-v' and '-x' options and include the complete output."
msgstr ""
@@ -4687,7 +4687,7 @@ msgstr ""
msgid "virt-resize %Ld.%Ld.%Ld%s\n"
msgstr ""
-#: ../resize/utils.ml:77
+#: ../resize/resize_utils.ml:77
msgid "virt-resize: error: "
msgstr ""
diff --git a/po/ml.po b/po/ml.po
index 69cd6cce..aec9a721 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2012-10-01 16:29+0100\n"
+"POT-Creation-Date: 2012-10-30 18:16+0000\n"
"PO-Revision-Date: 2012-05-21 13:19+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Malayalam <discuss@lists.smc.org.in>\n"
@@ -2650,12 +2650,12 @@ msgstr ""
msgid "%s: some filesystems could not be mounted (ignored)\n"
msgstr ""
-#: fish/inspect.c:183
+#: fish/inspect.c:187
#, c-format
msgid "Operating system: %s\n"
msgstr ""
-#: fish/inspect.c:196
+#: fish/inspect.c:199
#, c-format
msgid "%s mounted on %s\n"
msgstr ""
@@ -4359,13 +4359,13 @@ msgstr ""
msgid "Generate random seed for guest"
msgstr ""
-#: ../resize/utils.ml:81
+#: ../resize/resize_utils.ml:81
msgid ""
"If reporting bugs, run virt-resize with the '-d' option and include the "
"complete output."
msgstr ""
-#: ../sparsify/utils.ml:109
+#: ../sparsify/sparsify_utils.ml:109
msgid ""
"If reporting bugs, run virt-sparsify with the '-v' and '-x' options and "
"include the complete output."
@@ -4884,7 +4884,7 @@ msgstr ""
msgid "virt-resize %Ld.%Ld.%Ld%s\n"
msgstr ""
-#: ../resize/utils.ml:77
+#: ../resize/resize_utils.ml:77
msgid "virt-resize: error: "
msgstr ""
diff --git a/po/mr.po b/po/mr.po
index 90b81a15..11cd63fd 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2012-10-01 16:29+0100\n"
+"POT-Creation-Date: 2012-10-30 18:16+0000\n"
"PO-Revision-Date: 2012-05-21 13:19+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Marathi (http://www.transifex.net/projects/p/fedora/language/"
@@ -2747,12 +2747,12 @@ msgstr ""
msgid "%s: some filesystems could not be mounted (ignored)\n"
msgstr "%s: काहिक फाइलप्रणाली माऊंट करणे अशक्य (दुर्लक्ष केले)\n"
-#: fish/inspect.c:183
+#: fish/inspect.c:187
#, c-format
msgid "Operating system: %s\n"
msgstr "कार्यप्रणाली: %s\n"
-#: fish/inspect.c:196
+#: fish/inspect.c:199
#, c-format
msgid "%s mounted on %s\n"
msgstr "%s ला %s वर माऊंट केले\n"
@@ -4507,13 +4507,13 @@ msgstr ""
msgid "Generate random seed for guest"
msgstr ""
-#: ../resize/utils.ml:81
+#: ../resize/resize_utils.ml:81
msgid ""
"If reporting bugs, run virt-resize with the '-d' option and include the "
"complete output."
msgstr ""
-#: ../sparsify/utils.ml:109
+#: ../sparsify/sparsify_utils.ml:109
msgid ""
"If reporting bugs, run virt-sparsify with the '-v' and '-x' options and "
"include the complete output."
@@ -5032,7 +5032,7 @@ msgstr ""
msgid "virt-resize %Ld.%Ld.%Ld%s\n"
msgstr ""
-#: ../resize/utils.ml:77
+#: ../resize/resize_utils.ml:77
msgid "virt-resize: error: "
msgstr ""
diff --git a/po/nl.po b/po/nl.po
index 208b1f60..b10dd9fd 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2012-10-01 16:29+0100\n"
+"POT-Creation-Date: 2012-10-30 18:16+0000\n"
"PO-Revision-Date: 2012-05-21 13:19+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Dutch (http://www.transifex.net/projects/p/fedora/language/"
@@ -2882,12 +2882,12 @@ msgid "%s: some filesystems could not be mounted (ignored)\n"
msgstr ""
"%s: sommige bestandssystemen konden niet aangekoppeld worden (genegeerd)\n"
-#: fish/inspect.c:183
+#: fish/inspect.c:187
#, c-format
msgid "Operating system: %s\n"
msgstr "Besturingssysteem: %s\n"
-#: fish/inspect.c:196
+#: fish/inspect.c:199
#, c-format
msgid "%s mounted on %s\n"
msgstr "%s aangekoppeld op %s\n"
@@ -4754,13 +4754,13 @@ msgstr ""
msgid "Generate random seed for guest"
msgstr ""
-#: ../resize/utils.ml:81
+#: ../resize/resize_utils.ml:81
msgid ""
"If reporting bugs, run virt-resize with the '-d' option and include the "
"complete output."
msgstr ""
-#: ../sparsify/utils.ml:109
+#: ../sparsify/sparsify_utils.ml:109
msgid ""
"If reporting bugs, run virt-sparsify with the '-v' and '-x' options and "
"include the complete output."
@@ -5279,7 +5279,7 @@ msgstr ""
msgid "virt-resize %Ld.%Ld.%Ld%s\n"
msgstr ""
-#: ../resize/utils.ml:77
+#: ../resize/resize_utils.ml:77
msgid "virt-resize: error: "
msgstr ""
diff --git a/po/or.po b/po/or.po
index c0ddd0d0..ae442765 100644
--- a/po/or.po
+++ b/po/or.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2012-10-01 16:29+0100\n"
+"POT-Creation-Date: 2012-10-30 18:16+0000\n"
"PO-Revision-Date: 2012-05-21 13:19+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Oriya (http://www.transifex.net/projects/p/fedora/language/"
@@ -2650,12 +2650,12 @@ msgstr ""
msgid "%s: some filesystems could not be mounted (ignored)\n"
msgstr ""
-#: fish/inspect.c:183
+#: fish/inspect.c:187
#, c-format
msgid "Operating system: %s\n"
msgstr ""
-#: fish/inspect.c:196
+#: fish/inspect.c:199
#, c-format
msgid "%s mounted on %s\n"
msgstr ""
@@ -4357,13 +4357,13 @@ msgstr ""
msgid "Generate random seed for guest"
msgstr ""
-#: ../resize/utils.ml:81
+#: ../resize/resize_utils.ml:81
msgid ""
"If reporting bugs, run virt-resize with the '-d' option and include the "
"complete output."
msgstr ""
-#: ../sparsify/utils.ml:109
+#: ../sparsify/sparsify_utils.ml:109
msgid ""
"If reporting bugs, run virt-sparsify with the '-v' and '-x' options and "
"include the complete output."
@@ -4882,7 +4882,7 @@ msgstr ""
msgid "virt-resize %Ld.%Ld.%Ld%s\n"
msgstr ""
-#: ../resize/utils.ml:77
+#: ../resize/resize_utils.ml:77
msgid "virt-resize: error: "
msgstr ""
diff --git a/po/pa.po b/po/pa.po
index aa9ed334..6a4c6c14 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2012-10-01 16:29+0100\n"
+"POT-Creation-Date: 2012-10-30 18:16+0000\n"
"PO-Revision-Date: 2012-05-21 13:19+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Panjabi (Punjabi) <punjabi-users@lists.sf.net>\n"
@@ -2757,12 +2757,12 @@ msgstr ""
msgid "%s: some filesystems could not be mounted (ignored)\n"
msgstr "%s: ਕੁਝ ਫਾਇਲ ਸਿਸਟਮ ਮਾਊਂਟ ਨਹੀਂ ਕੀਤੇ ਜਾ ਸਕਦੇ (ਰੱਦ ਕੀਤੇ ਗਏ ਹਨ)\n"
-#: fish/inspect.c:183
+#: fish/inspect.c:187
#, c-format
msgid "Operating system: %s\n"
msgstr "ਓਪਰੇਟਿੰਗ ਸਿਸਟਮ: %s\n"
-#: fish/inspect.c:196
+#: fish/inspect.c:199
#, c-format
msgid "%s mounted on %s\n"
msgstr "%s ਨੂੰ %s ਉੱਪਰ ਮਾਊਂਟ ਕੀਤਾ ਗਿਆ ਹੈ\n"
@@ -4520,13 +4520,13 @@ msgstr ""
msgid "Generate random seed for guest"
msgstr ""
-#: ../resize/utils.ml:81
+#: ../resize/resize_utils.ml:81
msgid ""
"If reporting bugs, run virt-resize with the '-d' option and include the "
"complete output."
msgstr ""
-#: ../sparsify/utils.ml:109
+#: ../sparsify/sparsify_utils.ml:109
msgid ""
"If reporting bugs, run virt-sparsify with the '-v' and '-x' options and "
"include the complete output."
@@ -5045,7 +5045,7 @@ msgstr ""
msgid "virt-resize %Ld.%Ld.%Ld%s\n"
msgstr ""
-#: ../resize/utils.ml:77
+#: ../resize/resize_utils.ml:77
msgid "virt-resize: error: "
msgstr ""
diff --git a/po/pl.po b/po/pl.po
index e79c7e06..db0f3d9d 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2012-10-01 16:29+0100\n"
+"POT-Creation-Date: 2012-10-30 18:16+0000\n"
"PO-Revision-Date: 2012-05-21 13:19+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Polish (http://www.transifex.net/projects/p/fedora/language/"
@@ -2892,12 +2892,12 @@ msgstr ""
msgid "%s: some filesystems could not be mounted (ignored)\n"
msgstr "%s: nie można zamontować niektórych systemów plików (zignorowano)\n"
-#: fish/inspect.c:183
+#: fish/inspect.c:187
#, c-format
msgid "Operating system: %s\n"
msgstr "System operacyjny: %s\n"
-#: fish/inspect.c:196
+#: fish/inspect.c:199
#, c-format
msgid "%s mounted on %s\n"
msgstr "%s zamontowano w %s\n"
@@ -4782,13 +4782,13 @@ msgstr ""
msgid "Generate random seed for guest"
msgstr ""
-#: ../resize/utils.ml:81
+#: ../resize/resize_utils.ml:81
msgid ""
"If reporting bugs, run virt-resize with the '-d' option and include the "
"complete output."
msgstr ""
-#: ../sparsify/utils.ml:109
+#: ../sparsify/sparsify_utils.ml:109
msgid ""
"If reporting bugs, run virt-sparsify with the '-v' and '-x' options and "
"include the complete output."
@@ -5307,7 +5307,7 @@ msgstr ""
msgid "virt-resize %Ld.%Ld.%Ld%s\n"
msgstr ""
-#: ../resize/utils.ml:77
+#: ../resize/resize_utils.ml:77
msgid "virt-resize: error: "
msgstr ""
diff --git a/po/ta.po b/po/ta.po
index 28db8cc6..f5b4d11a 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2012-10-01 16:29+0100\n"
+"POT-Creation-Date: 2012-10-30 18:16+0000\n"
"PO-Revision-Date: 2012-05-21 13:19+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Tamil <tamil-users@lists.fedoraproject.org>\n"
@@ -2649,12 +2649,12 @@ msgstr ""
msgid "%s: some filesystems could not be mounted (ignored)\n"
msgstr ""
-#: fish/inspect.c:183
+#: fish/inspect.c:187
#, c-format
msgid "Operating system: %s\n"
msgstr ""
-#: fish/inspect.c:196
+#: fish/inspect.c:199
#, c-format
msgid "%s mounted on %s\n"
msgstr ""
@@ -4359,13 +4359,13 @@ msgstr ""
msgid "Generate random seed for guest"
msgstr ""
-#: ../resize/utils.ml:81
+#: ../resize/resize_utils.ml:81
msgid ""
"If reporting bugs, run virt-resize with the '-d' option and include the "
"complete output."
msgstr ""
-#: ../sparsify/utils.ml:109
+#: ../sparsify/sparsify_utils.ml:109
msgid ""
"If reporting bugs, run virt-sparsify with the '-v' and '-x' options and "
"include the complete output."
@@ -4884,7 +4884,7 @@ msgstr ""
msgid "virt-resize %Ld.%Ld.%Ld%s\n"
msgstr ""
-#: ../resize/utils.ml:77
+#: ../resize/resize_utils.ml:77
msgid "virt-resize: error: "
msgstr ""
diff --git a/po/te.po b/po/te.po
index ae886b8b..40675c07 100644
--- a/po/te.po
+++ b/po/te.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2012-10-01 16:29+0100\n"
+"POT-Creation-Date: 2012-10-30 18:16+0000\n"
"PO-Revision-Date: 2012-05-21 13:19+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Telugu (http://www.transifex.net/projects/p/fedora/language/"
@@ -2648,12 +2648,12 @@ msgstr ""
msgid "%s: some filesystems could not be mounted (ignored)\n"
msgstr ""
-#: fish/inspect.c:183
+#: fish/inspect.c:187
#, c-format
msgid "Operating system: %s\n"
msgstr ""
-#: fish/inspect.c:196
+#: fish/inspect.c:199
#, c-format
msgid "%s mounted on %s\n"
msgstr ""
@@ -4356,13 +4356,13 @@ msgstr ""
msgid "Generate random seed for guest"
msgstr ""
-#: ../resize/utils.ml:81
+#: ../resize/resize_utils.ml:81
msgid ""
"If reporting bugs, run virt-resize with the '-d' option and include the "
"complete output."
msgstr ""
-#: ../sparsify/utils.ml:109
+#: ../sparsify/sparsify_utils.ml:109
msgid ""
"If reporting bugs, run virt-sparsify with the '-v' and '-x' options and "
"include the complete output."
@@ -4881,7 +4881,7 @@ msgstr ""
msgid "virt-resize %Ld.%Ld.%Ld%s\n"
msgstr ""
-#: ../resize/utils.ml:77
+#: ../resize/resize_utils.ml:77
msgid "virt-resize: error: "
msgstr ""
diff --git a/po/uk.po b/po/uk.po
index b1983ea3..7f4878ce 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2012-10-01 16:29+0100\n"
+"POT-Creation-Date: 2012-10-30 18:16+0000\n"
"PO-Revision-Date: 2012-05-21 13:19+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
@@ -2988,12 +2988,12 @@ msgstr ""
msgid "%s: some filesystems could not be mounted (ignored)\n"
msgstr "%s: деякі з файлових систем не вдалося змонтувати (проігноровано)\n"
-#: fish/inspect.c:183
+#: fish/inspect.c:187
#, c-format
msgid "Operating system: %s\n"
msgstr "Операційна система: %s\n"
-#: fish/inspect.c:196
+#: fish/inspect.c:199
#, c-format
msgid "%s mounted on %s\n"
msgstr "%s змонтовано до %s\n"
@@ -5021,7 +5021,7 @@ msgstr ""
msgid "Generate random seed for guest"
msgstr "Створити породжувач випадкових чисел для гостьової системи"
-#: ../resize/utils.ml:81
+#: ../resize/resize_utils.ml:81
msgid ""
"If reporting bugs, run virt-resize with the '-d' option and include the "
"complete output."
@@ -5029,7 +5029,7 @@ msgstr ""
"Щоб покращити повідомлення про ваду, віддайте команду virt-resize з "
"параметром «-d» і додайте до сповіщення виведені дані повністю."
-#: ../sparsify/utils.ml:109
+#: ../sparsify/sparsify_utils.ml:109
msgid ""
"If reporting bugs, run virt-sparsify with the '-v' and '-x' options and "
"include the complete output."
@@ -5656,7 +5656,7 @@ msgstr "спосіб використання: %s [--параметри] поч
msgid "virt-resize %Ld.%Ld.%Ld%s\n"
msgstr "virt-resize %Ld.%Ld.%Ld%s\n"
-#: ../resize/utils.ml:77
+#: ../resize/resize_utils.ml:77
msgid "virt-resize: error: "
msgstr "virt-resize: помилка: "