summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-07-19 15:45:27 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-07-19 16:11:47 +0100
commit2e4089f30007e79bc157c775cfd3b326d22f2992 (patch)
tree18fe8842961b4e22a0e857748d6d40476909fd17
parent6054051a9d8a5eee4141ca4b12aa5b7d1f36f56d (diff)
downloadlibguestfs-2e4089f30007e79bc157c775cfd3b326d22f2992.tar.gz
libguestfs-2e4089f30007e79bc157c775cfd3b326d22f2992.tar.xz
libguestfs-2e4089f30007e79bc157c775cfd3b326d22f2992.zip
build: Rename most C files that contain underscore with dash.
This is just code motion. Some files cannot be renamed. Notably rpcgen input and output files must not contain dash characters, else rpcgen breaks.
-rw-r--r--.gitignore14
-rw-r--r--daemon/Makefile.am12
-rw-r--r--daemon/echo-daemon.c (renamed from daemon/echo_daemon.c)0
-rw-r--r--fish/Makefile.am24
-rw-r--r--fish/cmds-gperf.h (renamed from fish/cmds_gperf.h)0
-rw-r--r--fish/prep-boot.c (renamed from fish/prep_boot.c)0
-rw-r--r--fish/prep-disk.c (renamed from fish/prep_disk.c)0
-rw-r--r--fish/prep-fs.c (renamed from fish/prep_fs.c)0
-rw-r--r--fish/prep-lv.c (renamed from fish/prep_lv.c)0
-rw-r--r--fish/prep-part.c (renamed from fish/prep_part.c)0
-rwxr-xr-xfish/test-read-file.sh (renamed from fish/test-read_file.sh)0
-rw-r--r--generator/generator_fish.ml4
-rw-r--r--generator/generator_main.ml6
-rw-r--r--generator/generator_ocaml.ml2
-rw-r--r--ocaml/Makefile.am6
-rw-r--r--ocaml/guestfs-c.c (renamed from ocaml/guestfs_c.c)2
-rw-r--r--ocaml/guestfs-c.h (renamed from ocaml/guestfs_c.h)0
-rw-r--r--po-docs/ja.po1889
-rw-r--r--po-docs/libguestfs-docs.pot1657
-rw-r--r--po-docs/uk.po1889
-rw-r--r--po/POTFILES38
-rw-r--r--resize/Makefile.am4
-rw-r--r--resize/progress-c.c (renamed from resize/progress_c.c)0
-rw-r--r--sparsify/Makefile.am4
-rw-r--r--sparsify/progress-c.c (renamed from sparsify/progress_c.c)0
-rw-r--r--src/Makefile.am20
-rw-r--r--src/inspect-apps.c (renamed from src/inspect_apps.c)0
-rw-r--r--src/inspect-fs-cd.c (renamed from src/inspect_fs_cd.c)0
-rw-r--r--src/inspect-fs-unix.c (renamed from src/inspect_fs_unix.c)0
-rw-r--r--src/inspect-fs-windows.c (renamed from src/inspect_fs_windows.c)0
-rw-r--r--src/inspect-fs.c (renamed from src/inspect_fs.c)0
-rw-r--r--src/inspect-icon.c (renamed from src/inspect_icon.c)0
-rw-r--r--tests/xml/Makefile.am2
-rw-r--r--tests/xml/fake-libvirt-xml.c (renamed from tests/xml/fake_libvirt_xml.c)0
34 files changed, 2814 insertions, 2759 deletions
diff --git a/.gitignore b/.gitignore
index e223d3b0..de5a688d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -61,8 +61,8 @@ Makefile.in
/csharp/Libguestfs.cs
/daemon/actions.h
/daemon/errnostring.c
-/daemon/errnostring_gperf.c
-/daemon/errnostring_gperf.gperf
+/daemon/errnostring-gperf.c
+/daemon/errnostring-gperf.gperf
/daemon/errnostring.h
/daemon/guestfsd
/daemon/guestfsd.exe
@@ -104,8 +104,8 @@ Makefile.in
/examples/stamp-guestfs-testing.pod
/examples/virt-dhcp-address
/fish/cmds.c
-/fish/cmds_gperf.c
-/fish/cmds_gperf.gperf
+/fish/cmds-gperf.c
+/fish/cmds-gperf.gperf
/fish/completion.c
/fish/event-names.c
/fish/fish-cmds.h
@@ -227,7 +227,7 @@ Makefile.in
/ocaml/examples/guestfs-ocaml.3
/ocaml/examples/inspect_vm
/ocaml/examples/stamp-guestfs-ocaml.pod
-/ocaml/guestfs_c_actions.c
+/ocaml/guestfs-c-actions.c
/ocaml/guestfs.ml
/ocaml/guestfs.mli
/ocamlinit-stamp
@@ -336,8 +336,8 @@ Makefile.in
/src/actions.c
/src/bindtests.c
/src/errnostring.c
-/src/errnostring_gperf.c
-/src/errnostring_gperf.gperf
+/src/errnostring-gperf.c
+/src/errnostring-gperf.gperf
/src/errnostring.h
/src/guestfs.3
/src/guestfs-actions.pod
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index afe88741..c43807e5 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -28,8 +28,8 @@ BUILT_SOURCES = \
$(generator_built) \
guestfs_protocol.c \
guestfs_protocol.h \
- errnostring_gperf.c \
- errnostring_gperf.gperf \
+ errnostring-gperf.c \
+ errnostring-gperf.gperf \
errnostring.c \
errnostring.h
@@ -57,16 +57,16 @@ $(libsrcdir)/guestfs_protocol.h: force
# of warnings so we must compile it in a separate mini-library.
noinst_LIBRARIES += liberrnostring.a
liberrnostring_a_SOURCES = \
- errnostring_gperf.c \
+ errnostring-gperf.c \
errnostring.h \
errnostring.c
liberrnostring_a_CFLAGS =
-errnostring_gperf.c: errnostring_gperf.gperf
+errnostring-gperf.c: errnostring-gperf.gperf
rm -f $@
$(GPERF) -t $< > $@-t
mv $@-t $@
-errnostring_gperf.gperf: $(libsrcdir)/errnostring_gperf.gperf
+errnostring-gperf.gperf: $(libsrcdir)/errnostring-gperf.gperf
rm -f $@
ln $< $@
errnostring.c: $(libsrcdir)/errnostring.c
@@ -106,7 +106,7 @@ guestfsd_SOURCES = \
dmesg.c \
dropcaches.c \
du.c \
- echo_daemon.c \
+ echo-daemon.c \
ext2.c \
fallocate.c \
file.c \
diff --git a/daemon/echo_daemon.c b/daemon/echo-daemon.c
index 18e2cf8e..18e2cf8e 100644
--- a/daemon/echo_daemon.c
+++ b/daemon/echo-daemon.c
diff --git a/fish/Makefile.am b/fish/Makefile.am
index 8e45294a..c7c1867d 100644
--- a/fish/Makefile.am
+++ b/fish/Makefile.am
@@ -28,7 +28,7 @@ bin_PROGRAMS = guestfish
generator_built = \
cmds.c \
- cmds_gperf.gperf \
+ cmds-gperf.gperf \
completion.c \
event-names.c \
fish-cmds.h \
@@ -39,7 +39,7 @@ generator_built = \
BUILT_SOURCES = \
$(generator_built) \
- cmds_gperf.c \
+ cmds-gperf.c \
rc_protocol.h \
rc_protocol.c
@@ -76,7 +76,7 @@ guestfish_SOURCES = \
$(generator_built) \
$(SHARED_SOURCE_FILES) \
alloc.c \
- cmds_gperf.h \
+ cmds-gperf.h \
copy.c \
destpaths.c \
display.c \
@@ -92,11 +92,11 @@ guestfish_SOURCES = \
man.c \
more.c \
prep.c \
- prep_disk.c \
- prep_part.c \
- prep_fs.c \
- prep_lv.c \
- prep_boot.c \
+ prep-disk.c \
+ prep-part.c \
+ prep-fs.c \
+ prep-lv.c \
+ prep-boot.c \
rc.c \
reopen.c \
setenv.c \
@@ -111,10 +111,10 @@ librc_protocol_la_CFLAGS = -Wall -Wno-unused -fno-strict-aliasing
# Build the command lookup perfect hash code. The generated code has
# lots of warnings so we must compile it in a separate mini-library.
-libcmds_la_SOURCES = cmds_gperf.c
+libcmds_la_SOURCES = cmds-gperf.c
libcmds_la_CFLAGS =
-cmds_gperf.c: cmds_gperf.gperf
+cmds-gperf.c: cmds-gperf.gperf
rm -f $@
$(GPERF) -t $< > $@-t
mv $@-t $@
@@ -246,7 +246,7 @@ TESTS += \
test-find0.sh \
test-glob.sh \
test-mount-local.sh \
- test-read_file.sh \
+ test-read-file.sh \
test-remote.sh \
test-reopen.sh \
test-stringlist.sh \
@@ -264,7 +264,7 @@ EXTRA_DIST += \
test-find0.sh \
test-glob.sh \
test-mount-local.sh \
- test-read_file.sh \
+ test-read-file.sh \
test-remote.sh \
test-reopen.sh \
test-stringlist.sh \
diff --git a/fish/cmds_gperf.h b/fish/cmds-gperf.h
index 74db69d2..74db69d2 100644
--- a/fish/cmds_gperf.h
+++ b/fish/cmds-gperf.h
diff --git a/fish/prep_boot.c b/fish/prep-boot.c
index 75ddcca4..75ddcca4 100644
--- a/fish/prep_boot.c
+++ b/fish/prep-boot.c
diff --git a/fish/prep_disk.c b/fish/prep-disk.c
index 1caee5f0..1caee5f0 100644
--- a/fish/prep_disk.c
+++ b/fish/prep-disk.c
diff --git a/fish/prep_fs.c b/fish/prep-fs.c
index a0373d9c..a0373d9c 100644
--- a/fish/prep_fs.c
+++ b/fish/prep-fs.c
diff --git a/fish/prep_lv.c b/fish/prep-lv.c
index f635ff9f..f635ff9f 100644
--- a/fish/prep_lv.c
+++ b/fish/prep-lv.c
diff --git a/fish/prep_part.c b/fish/prep-part.c
index fc390143..fc390143 100644
--- a/fish/prep_part.c
+++ b/fish/prep-part.c
diff --git a/fish/test-read_file.sh b/fish/test-read-file.sh
index d0471333..d0471333 100755
--- a/fish/test-read_file.sh
+++ b/fish/test-read-file.sh
diff --git a/generator/generator_fish.ml b/generator/generator_fish.ml
index aba46e96..a85d53d5 100644
--- a/generator/generator_fish.ml
+++ b/generator/generator_fish.ml
@@ -73,7 +73,7 @@ let generate_fish_cmds () =
pr "#include \"fish.h\"\n";
pr "#include \"fish-cmds.h\"\n";
pr "#include \"options.h\"\n";
- pr "#include \"cmds_gperf.h\"\n";
+ pr "#include \"cmds-gperf.h\"\n";
pr "\n";
pr "/* Valid suffixes allowed for numbers. See Gnulib xstrtol function. */\n";
pr "static const char *xstrtol_suffixes = \"0kKMGTPEZY\";\n";
@@ -684,7 +684,7 @@ and generate_fish_cmds_gperf () =
#include <stdlib.h>
#include <string.h>
-#include \"cmds_gperf.h\"
+#include \"cmds-gperf.h\"
";
diff --git a/generator/generator_main.ml b/generator/generator_main.ml
index e51bf830..9a1da9b1 100644
--- a/generator/generator_main.ml
+++ b/generator/generator_main.ml
@@ -86,7 +86,7 @@ Run it from the top source directory using the command
output_to "src/guestfs-structs.pod" generate_structs_pod;
output_to "src/guestfs-actions.pod" generate_actions_pod;
output_to "src/guestfs-availability.pod" generate_availability_pod;
- output_to "src/errnostring_gperf.gperf" generate_errnostring_gperf;
+ output_to "src/errnostring-gperf.gperf" generate_errnostring_gperf;
output_to "src/errnostring.c" generate_errnostring_c;
output_to "src/errnostring.h" generate_errnostring_h;
output_to "src/MAX_PROC_NR" generate_max_proc_nr;
@@ -97,7 +97,7 @@ Run it from the top source directory using the command
output_to "daemon/optgroups.c" generate_daemon_optgroups_c;
output_to "daemon/optgroups.h" generate_daemon_optgroups_h;
output_to "tests/c-api/tests.c" generate_tests;
- output_to "fish/cmds_gperf.gperf" generate_fish_cmds_gperf;
+ output_to "fish/cmds-gperf.gperf" generate_fish_cmds_gperf;
output_to "fish/cmds.c" generate_fish_cmds;
output_to "fish/completion.c" generate_fish_completion;
output_to "fish/event-names.c" generate_fish_event_names;
@@ -108,7 +108,7 @@ Run it from the top source directory using the command
output_to "fish/prepopts.h" generate_fish_prep_options_h;
output_to "ocaml/guestfs.mli" generate_ocaml_mli;
output_to "ocaml/guestfs.ml" generate_ocaml_ml;
- output_to "ocaml/guestfs_c_actions.c" generate_ocaml_c;
+ output_to "ocaml/guestfs-c-actions.c" generate_ocaml_c;
output_to "ocaml/bindtests.ml" generate_ocaml_bindtests;
output_to "perl/Guestfs.xs" generate_perl_xs;
output_to "perl/lib/Sys/Guestfs.pm" generate_perl_pm;
diff --git a/generator/generator_ocaml.ml b/generator/generator_ocaml.ml
index 392f9cb6..99a0fc6b 100644
--- a/generator/generator_ocaml.ml
+++ b/generator/generator_ocaml.ml
@@ -314,7 +314,7 @@ and generate_ocaml_c () =
#include \"guestfs.h\"
-#include \"guestfs_c.h\"
+#include \"guestfs-c.h\"
/* Copy a hashtable of string pairs into an assoc-list. We return
* the list in reverse order, but hashtables aren't supposed to be
diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am
index e2c4667b..d91eb5c1 100644
--- a/ocaml/Makefile.am
+++ b/ocaml/Makefile.am
@@ -26,13 +26,13 @@ include $(top_srcdir)/subdir-rules.mk
generator_built = \
guestfs.mli \
guestfs.ml \
- guestfs_c_actions.c \
+ guestfs-c-actions.c \
bindtests.ml
EXTRA_DIST = \
$(generator_built) \
.depend \
- guestfs_c.c guestfs_c.h \
+ guestfs-c.c guestfs-c.h \
html/.gitignore \
META.in \
run-bindtests \
@@ -68,7 +68,7 @@ libguestfsocaml_a_CFLAGS = \
-I$(top_srcdir)/src -I$(top_builddir)/src \
$(WARN_CFLAGS) $(WERROR_CFLAGS) \
-fPIC
-libguestfsocaml_a_SOURCES = guestfs_c.c guestfs_c_actions.c
+libguestfsocaml_a_SOURCES = guestfs-c.c guestfs-c-actions.c
if HAVE_OCAMLDOC
diff --git a/ocaml/guestfs_c.c b/ocaml/guestfs-c.c
index fc7f9d04..469110dc 100644
--- a/ocaml/guestfs_c.c
+++ b/ocaml/guestfs-c.c
@@ -33,7 +33,7 @@
#include <caml/printexc.h>
#include <caml/signals.h>
-#include "guestfs_c.h"
+#include "guestfs-c.h"
static value **get_all_event_callbacks (guestfs_h *g, size_t *len_rtn);
static void event_callback_wrapper (guestfs_h *g, void *data, uint64_t event, int event_handle, int flags, const char *buf, size_t buf_len, const uint64_t *array, size_t array_len);
diff --git a/ocaml/guestfs_c.h b/ocaml/guestfs-c.h
index 8d379210..8d379210 100644
--- a/ocaml/guestfs_c.h
+++ b/ocaml/guestfs-c.h
diff --git a/po-docs/ja.po b/po-docs/ja.po
index 8756d693..5d042912 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-07-18 21:04+0200\n"
+"POT-Creation-Date: 2012-07-19 16:02+0200\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"
@@ -3429,7 +3429,7 @@ msgstr ""
"readable> オプションが指定されていなければ、バイト単位で表示されます。"
#. type: =head2
-#: ../cat/virt-ls.pod:181 ../fish/guestfish-actions.pod:5108
+#: ../cat/virt-ls.pod:181 ../fish/guestfish-actions.pod:5115
msgid "path"
msgstr "パス"
@@ -9262,20 +9262,20 @@ msgstr ""
#: ../fish/guestfish-actions.pod:1324 ../fish/guestfish-actions.pod:1851
#: ../fish/guestfish-actions.pod:1865 ../fish/guestfish-actions.pod:3068
#: ../fish/guestfish-actions.pod:3899 ../fish/guestfish-actions.pod:4315
-#: ../fish/guestfish-actions.pod:5043 ../fish/guestfish-actions.pod:5291
-#: ../fish/guestfish-actions.pod:5311 ../fish/guestfish-actions.pod:5330
-#: ../fish/guestfish-actions.pod:5368 ../fish/guestfish-actions.pod:6150
-#: ../fish/guestfish-actions.pod:6278 ../src/guestfs-actions.pod:10
+#: ../fish/guestfish-actions.pod:5050 ../fish/guestfish-actions.pod:5298
+#: ../fish/guestfish-actions.pod:5318 ../fish/guestfish-actions.pod:5337
+#: ../fish/guestfish-actions.pod:5375 ../fish/guestfish-actions.pod:6157
+#: ../fish/guestfish-actions.pod:6285 ../src/guestfs-actions.pod:10
#: ../src/guestfs-actions.pod:301 ../src/guestfs-actions.pod:322
#: ../src/guestfs-actions.pod:1835 ../src/guestfs-actions.pod:1892
#: ../src/guestfs-actions.pod:2151 ../src/guestfs-actions.pod:2260
#: ../src/guestfs-actions.pod:2981 ../src/guestfs-actions.pod:3002
#: ../src/guestfs-actions.pod:4700 ../src/guestfs-actions.pod:6059
-#: ../src/guestfs-actions.pod:6867 ../src/guestfs-actions.pod:7961
-#: ../src/guestfs-actions.pod:8272 ../src/guestfs-actions.pod:8313
-#: ../src/guestfs-actions.pod:8344 ../src/guestfs-actions.pod:8404
-#: ../src/guestfs-actions.pod:9542 ../src/guestfs-actions.pod:9670
-#: ../src/guestfs-actions.pod:9892
+#: ../src/guestfs-actions.pod:6867 ../src/guestfs-actions.pod:7968
+#: ../src/guestfs-actions.pod:8279 ../src/guestfs-actions.pod:8320
+#: ../src/guestfs-actions.pod:8351 ../src/guestfs-actions.pod:8411
+#: ../src/guestfs-actions.pod:9549 ../src/guestfs-actions.pod:9677
+#: ../src/guestfs-actions.pod:9899
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 "
@@ -9456,8 +9456,8 @@ msgstr ""
#: ../fish/guestfish-actions.pod:3882 ../fish/guestfish-actions.pod:3915
#: ../fish/guestfish-actions.pod:4078 ../fish/guestfish-actions.pod:4108
#: ../fish/guestfish-actions.pod:4251 ../fish/guestfish-actions.pod:4267
-#: ../fish/guestfish-actions.pod:4303 ../fish/guestfish-actions.pod:5019
-#: ../fish/guestfish-actions.pod:5752 ../fish/guestfish-actions.pod:5834
+#: ../fish/guestfish-actions.pod:4303 ../fish/guestfish-actions.pod:5026
+#: ../fish/guestfish-actions.pod:5759 ../fish/guestfish-actions.pod:5841
msgid ""
"This command has one or more optional arguments. See L</OPTIONAL ARGUMENTS>."
msgstr ""
@@ -10280,10 +10280,10 @@ msgstr ""
#: ../fish/guestfish-actions.pod:985 ../fish/guestfish-actions.pod:1168
#: ../fish/guestfish-actions.pod:1187 ../fish/guestfish-actions.pod:1610
#: ../fish/guestfish-actions.pod:4228 ../fish/guestfish-actions.pod:4249
-#: ../fish/guestfish-actions.pod:5608 ../fish/guestfish-actions.pod:5620
-#: ../fish/guestfish-actions.pod:5631 ../fish/guestfish-actions.pod:5642
-#: ../fish/guestfish-actions.pod:5773 ../fish/guestfish-actions.pod:5782
-#: ../fish/guestfish-actions.pod:5847 ../fish/guestfish-actions.pod:5870
+#: ../fish/guestfish-actions.pod:5615 ../fish/guestfish-actions.pod:5627
+#: ../fish/guestfish-actions.pod:5638 ../fish/guestfish-actions.pod:5649
+#: ../fish/guestfish-actions.pod:5780 ../fish/guestfish-actions.pod:5789
+#: ../fish/guestfish-actions.pod:5854 ../fish/guestfish-actions.pod:5877
msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
msgstr ""
@@ -10727,9 +10727,9 @@ msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:656 ../fish/guestfish-actions.pod:3584
-#: ../fish/guestfish-actions.pod:4278 ../fish/guestfish-actions.pod:5682
+#: ../fish/guestfish-actions.pod:4278 ../fish/guestfish-actions.pod:5689
#: ../src/guestfs-actions.pod:983 ../src/guestfs-actions.pod:5563
-#: ../src/guestfs-actions.pod:6806 ../src/guestfs-actions.pod:8914
+#: ../src/guestfs-actions.pod:6806 ../src/guestfs-actions.pod:8921
msgid "The optional parameters are:"
msgstr "オプションのパラメーターは次のとおりです:"
@@ -11099,13 +11099,13 @@ msgstr ""
#: ../fish/guestfish-actions.pod:2126 ../fish/guestfish-actions.pod:2145
#: ../fish/guestfish-actions.pod:4579 ../fish/guestfish-actions.pod:4594
#: ../fish/guestfish-actions.pod:4670 ../fish/guestfish-actions.pod:4687
-#: ../fish/guestfish-actions.pod:4702 ../fish/guestfish-actions.pod:5449
-#: ../fish/guestfish-actions.pod:5495 ../fish/guestfish-actions.pod:5580
-#: ../fish/guestfish-actions.pod:5595 ../fish/guestfish-actions.pod:6114
-#: ../fish/guestfish-actions.pod:6126 ../fish/guestfish-actions.pod:6144
-#: ../fish/guestfish-actions.pod:6172 ../fish/guestfish-actions.pod:6182
-#: ../fish/guestfish-actions.pod:6250 ../fish/guestfish-actions.pod:6260
-#: ../fish/guestfish-actions.pod:6289 ../fish/guestfish-actions.pod:6299
+#: ../fish/guestfish-actions.pod:4702 ../fish/guestfish-actions.pod:5456
+#: ../fish/guestfish-actions.pod:5502 ../fish/guestfish-actions.pod:5587
+#: ../fish/guestfish-actions.pod:5602 ../fish/guestfish-actions.pod:6121
+#: ../fish/guestfish-actions.pod:6133 ../fish/guestfish-actions.pod:6151
+#: ../fish/guestfish-actions.pod:6179 ../fish/guestfish-actions.pod:6189
+#: ../fish/guestfish-actions.pod:6257 ../fish/guestfish-actions.pod:6267
+#: ../fish/guestfish-actions.pod:6296 ../fish/guestfish-actions.pod:6306
#: ../src/guestfs-actions.pod:1256 ../src/guestfs-actions.pod:1435
#: ../src/guestfs-actions.pod:1455 ../src/guestfs-actions.pod:2195
#: ../src/guestfs-actions.pod:2214 ../src/guestfs-actions.pod:2317
@@ -11115,13 +11115,13 @@ msgstr ""
#: ../src/guestfs-actions.pod:3415 ../src/guestfs-actions.pod:3444
#: ../src/guestfs-actions.pod:7248 ../src/guestfs-actions.pod:7274
#: ../src/guestfs-actions.pod:7405 ../src/guestfs-actions.pod:7431
-#: ../src/guestfs-actions.pod:7455 ../src/guestfs-actions.pod:8542
-#: ../src/guestfs-actions.pod:8597 ../src/guestfs-actions.pod:8743
-#: ../src/guestfs-actions.pod:8767 ../src/guestfs-actions.pod:9634
-#: ../src/guestfs-actions.pod:9654 ../src/guestfs-actions.pod:9687
-#: ../src/guestfs-actions.pod:9723 ../src/guestfs-actions.pod:9742
-#: ../src/guestfs-actions.pod:9858 ../src/guestfs-actions.pod:9877
-#: ../src/guestfs-actions.pod:9923 ../src/guestfs-actions.pod:9942
+#: ../src/guestfs-actions.pod:7455 ../src/guestfs-actions.pod:8549
+#: ../src/guestfs-actions.pod:8604 ../src/guestfs-actions.pod:8750
+#: ../src/guestfs-actions.pod:8774 ../src/guestfs-actions.pod:9641
+#: ../src/guestfs-actions.pod:9661 ../src/guestfs-actions.pod:9694
+#: ../src/guestfs-actions.pod:9730 ../src/guestfs-actions.pod:9749
+#: ../src/guestfs-actions.pod:9865 ../src/guestfs-actions.pod:9884
+#: ../src/guestfs-actions.pod:9930 ../src/guestfs-actions.pod:9949
msgid ""
"Because of the message protocol, there is a transfer limit of somewhere "
"between 2MB and 4MB. See L<guestfs(3)/PROTOCOL LIMITS>."
@@ -11927,8 +11927,8 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1164 ../fish/guestfish-actions.pod:5843
-#: ../src/guestfs-actions.pod:1990 ../src/guestfs-actions.pod:9166
+#: ../fish/guestfish-actions.pod:1164 ../fish/guestfish-actions.pod:5850
+#: ../src/guestfs-actions.pod:1990 ../src/guestfs-actions.pod:9173
msgid "C<filename> can also be a named pipe."
msgstr "C<filename> は名前付きパイプを使えます。"
@@ -13151,8 +13151,8 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1727 ../fish/guestfish-actions.pod:5015
-#: ../src/guestfs-actions.pod:2847 ../src/guestfs-actions.pod:7904
+#: ../fish/guestfish-actions.pod:1727 ../fish/guestfish-actions.pod:5022
+#: ../src/guestfs-actions.pod:2847 ../src/guestfs-actions.pod:7911
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 "
@@ -13508,9 +13508,9 @@ msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:1880 ../fish/guestfish-actions.pod:1937
-#: ../fish/guestfish-actions.pod:5088 ../fish/guestfish-actions.pod:5192
+#: ../fish/guestfish-actions.pod:5095 ../fish/guestfish-actions.pod:5199
#: ../src/guestfs-actions.pod:3026 ../src/guestfs-actions.pod:3118
-#: ../src/guestfs-actions.pod:8031 ../src/guestfs-actions.pod:8159
+#: ../src/guestfs-actions.pod:8038 ../src/guestfs-actions.pod:8166
msgid ""
"For more information on the architecture of libguestfs, see L<guestfs(3)>."
msgstr ""
@@ -14098,8 +14098,8 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2114 ../fish/guestfish-actions.pod:5593
-#: ../src/guestfs-actions.pod:3392 ../src/guestfs-actions.pod:8761
+#: ../fish/guestfish-actions.pod:2114 ../fish/guestfish-actions.pod:5600
+#: ../src/guestfs-actions.pod:3392 ../src/guestfs-actions.pod:8768
msgid "If the parameter C<nrlines> is zero, this returns an empty list."
msgstr "パラメーター C<nrlines> が 0 ならば、空の一覧を返します。"
@@ -16752,8 +16752,8 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3282 ../fish/guestfish-actions.pod:5428
-#: ../src/guestfs-actions.pod:5068 ../src/guestfs-actions.pod:8501
+#: ../fish/guestfish-actions.pod:3282 ../fish/guestfish-actions.pod:5435
+#: ../src/guestfs-actions.pod:5068 ../src/guestfs-actions.pod:8508
msgid "Returns file information for the given C<path>."
msgstr "与えられた C<path> のファイル情報を返します。"
@@ -18734,8 +18734,8 @@ msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:4106 ../fish/guestfish-actions.pod:4130
-#: ../fish/guestfish-actions.pod:5832 ../src/guestfs-actions.pod:6441
-#: ../src/guestfs-actions.pod:6490 ../src/guestfs-actions.pod:9130
+#: ../fish/guestfish-actions.pod:5839 ../src/guestfs-actions.pod:6441
+#: ../src/guestfs-actions.pod:6490 ../src/guestfs-actions.pod:9137
msgid "See L<guestfs(3)/MOUNT LOCAL> for full documentation."
msgstr "完全なドキュメントは L<guestfs(3)/MOUNT LOCAL> を参照してください。"
@@ -19173,8 +19173,8 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4287 ../fish/guestfish-actions.pod:5686
-#: ../src/guestfs-actions.pod:6815 ../src/guestfs-actions.pod:8918
+#: ../fish/guestfish-actions.pod:4287 ../fish/guestfish-actions.pod:5693
+#: ../src/guestfs-actions.pod:6815 ../src/guestfs-actions.pod:8925
msgid "C<force>"
msgstr "C<force>"
@@ -20766,16 +20766,35 @@ msgstr ""
#. type: =item
#: ../fish/guestfish-actions.pod:4952 ../src/guestfs-actions.pod:7818
+#, fuzzy
+#| msgid "B<-d libvirt-domain>"
+msgid "C<libvirt>"
+msgstr "B<-d libvirt-domain>"
+
+#. type: =item
+#: ../fish/guestfish-actions.pod:4954 ../src/guestfs-actions.pod:7820
+msgid "C<libvirt:I<URI>>"
+msgstr ""
+
+#. type: textblock
+#: ../fish/guestfish-actions.pod:4956 ../src/guestfs-actions.pod:7822
+msgid ""
+"Use libvirt to launch the appliance. The optional I<URI> is the libvirt "
+"connection URI to use (see L<http://libvirt.org/uri.html>)."
+msgstr ""
+
+#. type: =item
+#: ../fish/guestfish-actions.pod:4959 ../src/guestfs-actions.pod:7825
msgid "C<unix:I<path>>"
msgstr "C<unix:I<path>>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4954 ../src/guestfs-actions.pod:7820
+#: ../fish/guestfish-actions.pod:4961 ../src/guestfs-actions.pod:7827
msgid "Connect to the Unix domain socket I<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4956 ../src/guestfs-actions.pod:7822
+#: ../fish/guestfish-actions.pod:4963 ../src/guestfs-actions.pod:7829
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 "
@@ -20783,17 +20802,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4962
+#: ../fish/guestfish-actions.pod:4969
msgid "set-autosync"
msgstr "set-autosync"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4964
+#: ../fish/guestfish-actions.pod:4971
msgid "autosync"
msgstr "autosync"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4966
+#: ../fish/guestfish-actions.pod:4973
#, no-wrap
msgid ""
" set-autosync true|false\n"
@@ -20803,7 +20822,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4968 ../src/guestfs-actions.pod:7838
+#: ../fish/guestfish-actions.pod:4975 ../src/guestfs-actions.pod:7845
msgid ""
"If C<autosync> is true, this enables autosync. Libguestfs will make a best "
"effort attempt to make filesystems consistent and synchronized when the "
@@ -20811,7 +20830,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4973 ../src/guestfs-actions.pod:7843
+#: ../fish/guestfish-actions.pod:4980 ../src/guestfs-actions.pod:7850
msgid ""
"This is enabled by default (since libguestfs 1.5.24, previously it was "
"disabled by default)."
@@ -20820,17 +20839,17 @@ msgstr ""
"た)。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4976
+#: ../fish/guestfish-actions.pod:4983
msgid "set-direct"
msgstr "set-direct"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4978
+#: ../fish/guestfish-actions.pod:4985
msgid "direct"
msgstr "direct"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4980
+#: ../fish/guestfish-actions.pod:4987
#, no-wrap
msgid ""
" set-direct true|false\n"
@@ -20840,36 +20859,36 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4982 ../src/guestfs-actions.pod:7856
+#: ../fish/guestfish-actions.pod:4989 ../src/guestfs-actions.pod:7863
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:4986
+#: ../fish/guestfish-actions.pod:4993
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:4990 ../src/guestfs-actions.pod:7864
+#: ../fish/guestfish-actions.pod:4997 ../src/guestfs-actions.pod:7871
msgid "You probably don't want to use this unless you know what you are doing."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4993 ../src/guestfs-actions.pod:7867
+#: ../fish/guestfish-actions.pod:5000 ../src/guestfs-actions.pod:7874
msgid "The default is disabled."
msgstr "デフォルトは無効です。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4995
+#: ../fish/guestfish-actions.pod:5002
msgid "set-e2attrs"
msgstr "set-e2attrs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4997
+#: ../fish/guestfish-actions.pod:5004
#, no-wrap
msgid ""
" set-e2attrs file attrs [clear:true|false]\n"
@@ -20879,14 +20898,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4999 ../src/guestfs-actions.pod:7888
+#: ../fish/guestfish-actions.pod:5006 ../src/guestfs-actions.pod:7895
msgid ""
"This sets or clears the file attributes C<attrs> associated with the inode "
"C<file>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5002
+#: ../fish/guestfish-actions.pod:5009
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 "
@@ -20894,31 +20913,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5006 ../src/guestfs-actions.pod:7895
+#: ../fish/guestfish-actions.pod:5013 ../src/guestfs-actions.pod:7902
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:5009 ../src/guestfs-actions.pod:7898
+#: ../fish/guestfish-actions.pod:5016 ../src/guestfs-actions.pod:7905
msgid "If C<clear> is true, then the C<attrs> listed are cleared in the inode."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5012 ../src/guestfs-actions.pod:7901
+#: ../fish/guestfish-actions.pod:5019 ../src/guestfs-actions.pod:7908
msgid ""
"In both cases, other attributes not present in the C<attrs> string are left "
"unchanged."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5021
+#: ../fish/guestfish-actions.pod:5028
msgid "set-e2generation"
msgstr "set-e2generation"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5023
+#: ../fish/guestfish-actions.pod:5030
#, no-wrap
msgid ""
" set-e2generation file generation\n"
@@ -20928,22 +20947,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5025 ../src/guestfs-actions.pod:7943
+#: ../fish/guestfish-actions.pod:5032 ../src/guestfs-actions.pod:7950
msgid "This sets the ext2 file generation of a file."
msgstr "これはファイルの ext2 ファイル世代を設定します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5027
+#: ../fish/guestfish-actions.pod:5034
msgid "See L</get-e2generation>."
msgstr "L</get-e2generation> を参照してください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5029
+#: ../fish/guestfish-actions.pod:5036
msgid "set-e2label"
msgstr "set-e2label"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5031
+#: ../fish/guestfish-actions.pod:5038
#, no-wrap
msgid ""
" set-e2label device label\n"
@@ -20953,21 +20972,21 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5033 ../src/guestfs-actions.pod:7965
+#: ../fish/guestfish-actions.pod:5040 ../src/guestfs-actions.pod:7972
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:5037
+#: ../fish/guestfish-actions.pod:5044
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:5040
+#: ../fish/guestfish-actions.pod:5047
msgid ""
"I<This function is deprecated.> In new code, use the L</set_label> call "
"instead."
@@ -20976,12 +20995,12 @@ msgstr ""
"してください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5047
+#: ../fish/guestfish-actions.pod:5054
msgid "set-e2uuid"
msgstr "set-e2uuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5049
+#: ../fish/guestfish-actions.pod:5056
#, no-wrap
msgid ""
" set-e2uuid device uuid\n"
@@ -20991,7 +21010,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5051 ../src/guestfs-actions.pod:7983
+#: ../fish/guestfish-actions.pod:5058 ../src/guestfs-actions.pod:7990
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>, "
@@ -20999,19 +21018,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5056
+#: ../fish/guestfish-actions.pod:5063
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:5059
+#: ../fish/guestfish-actions.pod:5066
msgid "set-label"
msgstr "set-label"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5061
+#: ../fish/guestfish-actions.pod:5068
#, no-wrap
msgid ""
" set-label device label\n"
@@ -21021,12 +21040,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5063 ../src/guestfs-actions.pod:8002
+#: ../fish/guestfish-actions.pod:5070 ../src/guestfs-actions.pod:8009
msgid "Set the filesystem label on C<device> to C<label>."
msgstr "C<device> のファイルシステムのラベルを C<label> に設定します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5065 ../src/guestfs-actions.pod:8004
+#: ../fish/guestfish-actions.pod:5072 ../src/guestfs-actions.pod:8011
msgid ""
"Only some filesystem types support labels, and libguestfs supports setting "
"labels on only a subset of these."
@@ -21035,32 +21054,32 @@ msgstr ""
"libguestfs はこれらのサブセットのみにおいてラベルの設定をサポートします。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5068 ../src/guestfs-actions.pod:8007
+#: ../fish/guestfish-actions.pod:5075 ../src/guestfs-actions.pod:8014
msgid "On ext2/3/4 filesystems, labels are limited to 16 bytes."
msgstr "ext2/3/4 ファイルシステムでは、ラベルは 16 バイトに制限されます。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5070 ../src/guestfs-actions.pod:8009
+#: ../fish/guestfish-actions.pod:5077 ../src/guestfs-actions.pod:8016
msgid "On NTFS filesystems, labels are limited to 128 unicode characters."
msgstr "NTFS ファイルシステムでは、ラベルは 128 Unicode 文字に制限されます。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5072
+#: ../fish/guestfish-actions.pod:5079
msgid "To read the label on a filesystem, call L</vfs-label>."
msgstr "ファイルシステムのラベルを読み込むには L</vfs-label> を呼び出します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5074
+#: ../fish/guestfish-actions.pod:5081
msgid "set-memsize"
msgstr "set-memsize"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5076
+#: ../fish/guestfish-actions.pod:5083
msgid "memsize"
msgstr "memsize"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5078
+#: ../fish/guestfish-actions.pod:5085
#, no-wrap
msgid ""
" set-memsize memsize\n"
@@ -21070,7 +21089,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5080
+#: ../fish/guestfish-actions.pod:5087
msgid ""
"This sets the memory size in megabytes allocated to the qemu subprocess. "
"This only has any effect if called before L</launch>."
@@ -21079,7 +21098,7 @@ msgstr ""
"L</launch> 前に呼び出されるときのみ効果があります。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5084 ../src/guestfs-actions.pod:8027
+#: ../fish/guestfish-actions.pod:5091 ../src/guestfs-actions.pod:8034
msgid ""
"You can also change this by setting the environment variable "
"C<LIBGUESTFS_MEMSIZE> before the handle is created."
@@ -21088,17 +21107,17 @@ msgstr ""
"これを変更できます。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5091
+#: ../fish/guestfish-actions.pod:5098
msgid "set-network"
msgstr "set-network"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5093
+#: ../fish/guestfish-actions.pod:5100
msgid "network"
msgstr "network"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5095
+#: ../fish/guestfish-actions.pod:5102
#, no-wrap
msgid ""
" set-network true|false\n"
@@ -21108,7 +21127,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5097 ../src/guestfs-actions.pod:8044
+#: ../fish/guestfish-actions.pod:5104 ../src/guestfs-actions.pod:8051
msgid ""
"If C<network> is true, then the network is enabled in the libguestfs "
"appliance. The default is false."
@@ -21117,14 +21136,14 @@ msgstr ""
"なります。デフォルトは偽です。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5100 ../src/guestfs-actions.pod:8047
+#: ../fish/guestfish-actions.pod:5107 ../src/guestfs-actions.pod:8054
msgid ""
"This affects whether commands are able to access the network (see L<guestfs"
"(3)/RUNNING COMMANDS>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5103
+#: ../fish/guestfish-actions.pod:5110
msgid ""
"You must call this before calling L</launch>, otherwise it has no effect."
msgstr ""
@@ -21132,12 +21151,12 @@ msgstr ""
"果がありません。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5106
+#: ../fish/guestfish-actions.pod:5113
msgid "set-path"
msgstr "set-path"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5110
+#: ../fish/guestfish-actions.pod:5117
#, no-wrap
msgid ""
" set-path searchpath\n"
@@ -21147,34 +21166,34 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5112 ../src/guestfs-actions.pod:8063
+#: ../fish/guestfish-actions.pod:5119 ../src/guestfs-actions.pod:8070
msgid "Set the path that libguestfs searches for kernel and initrd.img."
msgstr "libguestfs がカーネルおよび initrd.img を検索するパスを設定します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5114 ../src/guestfs-actions.pod:8065
+#: ../fish/guestfish-actions.pod:5121 ../src/guestfs-actions.pod:8072
msgid ""
"The default is C<$libdir/guestfs> unless overridden by setting "
"C<LIBGUESTFS_PATH> environment variable."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5117 ../src/guestfs-actions.pod:8068
+#: ../fish/guestfish-actions.pod:5124 ../src/guestfs-actions.pod:8075
msgid "Setting C<path> to C<NULL> restores the default path."
msgstr "C<path> に C<NULL> を設定することによりパスの初期値を復元します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5119
+#: ../fish/guestfish-actions.pod:5126
msgid "set-pgroup"
msgstr "set-pgroup"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5121
+#: ../fish/guestfish-actions.pod:5128
msgid "pgroup"
msgstr "pgroup"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5123
+#: ../fish/guestfish-actions.pod:5130
#, no-wrap
msgid ""
" set-pgroup true|false\n"
@@ -21184,7 +21203,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5125 ../src/guestfs-actions.pod:8080
+#: ../fish/guestfish-actions.pod:5132 ../src/guestfs-actions.pod:8087
msgid ""
"If C<pgroup> is true, child processes are placed into their own process "
"group."
@@ -21192,14 +21211,14 @@ msgstr ""
"C<pgroup> が真ならば、子プロセスは自身のプロセスグループの中に置かれます。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5128 ../src/guestfs-actions.pod:8083
+#: ../fish/guestfish-actions.pod:5135 ../src/guestfs-actions.pod:8090
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:5131
+#: ../fish/guestfish-actions.pod:5138
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, "
@@ -21208,17 +21227,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5136
+#: ../fish/guestfish-actions.pod:5143
msgid "set-qemu"
msgstr "set-qemu"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5138
+#: ../fish/guestfish-actions.pod:5145
msgid "qemu"
msgstr "qemu"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5140
+#: ../fish/guestfish-actions.pod:5147
#, no-wrap
msgid ""
" set-qemu qemu\n"
@@ -21228,30 +21247,30 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5142 ../src/guestfs-actions.pod:8101
+#: ../fish/guestfish-actions.pod:5149 ../src/guestfs-actions.pod:8108
msgid "Set the qemu binary that we will use."
msgstr "使用したい QEMU バイナリーを設定します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5144 ../src/guestfs-actions.pod:8103
+#: ../fish/guestfish-actions.pod:5151 ../src/guestfs-actions.pod:8110
msgid ""
"The default is chosen when the library was compiled by the configure script."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5147 ../src/guestfs-actions.pod:8106
+#: ../fish/guestfish-actions.pod:5154 ../src/guestfs-actions.pod:8113
msgid ""
"You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
"variable."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5150 ../src/guestfs-actions.pod:8109
+#: ../fish/guestfish-actions.pod:5157 ../src/guestfs-actions.pod:8116
msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5152 ../src/guestfs-actions.pod:8111
+#: ../fish/guestfish-actions.pod:5159 ../src/guestfs-actions.pod:8118
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 "
@@ -21262,17 +21281,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5160
+#: ../fish/guestfish-actions.pod:5167
msgid "set-recovery-proc"
msgstr "set-recovery-proc"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5162
+#: ../fish/guestfish-actions.pod:5169
msgid "recovery-proc"
msgstr "recovery-proc"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5164
+#: ../fish/guestfish-actions.pod:5171
#, no-wrap
msgid ""
" set-recovery-proc true|false\n"
@@ -21282,7 +21301,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5166
+#: ../fish/guestfish-actions.pod:5173
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 "
@@ -21290,14 +21309,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5171
+#: ../fish/guestfish-actions.pod:5178
msgid ""
"This only has any effect if called before L</launch>, and the default is "
"true."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5174 ../src/guestfs-actions.pod:8137
+#: ../fish/guestfish-actions.pod:5181 ../src/guestfs-actions.pod:8144
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 "
@@ -21306,17 +21325,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5180
+#: ../fish/guestfish-actions.pod:5187
msgid "set-selinux"
msgstr "set-selinux"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5182
+#: ../fish/guestfish-actions.pod:5189
msgid "selinux"
msgstr "selinux"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5184
+#: ../fish/guestfish-actions.pod:5191
#, no-wrap
msgid ""
" set-selinux true|false\n"
@@ -21326,31 +21345,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5186 ../src/guestfs-actions.pod:8153
+#: ../fish/guestfish-actions.pod:5193 ../src/guestfs-actions.pod:8160
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:5189 ../src/guestfs-actions.pod:8156
+#: ../fish/guestfish-actions.pod:5196 ../src/guestfs-actions.pod:8163
msgid ""
"Note that if SELinux is enabled, it is always in Permissive mode "
"(C<enforcing=0>)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5195
+#: ../fish/guestfish-actions.pod:5202
msgid "set-smp"
msgstr "set-smp"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5197
+#: ../fish/guestfish-actions.pod:5204
msgid "smp"
msgstr "smp"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5199
+#: ../fish/guestfish-actions.pod:5206
#, no-wrap
msgid ""
" set-smp smp\n"
@@ -21360,7 +21379,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5201 ../src/guestfs-actions.pod:8172
+#: ../fish/guestfish-actions.pod:5208 ../src/guestfs-actions.pod:8179
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 "
@@ -21370,22 +21389,22 @@ msgstr ""
"れを増やすことにより性能を向上させられますが、ときどき効果がありません。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5205
+#: ../fish/guestfish-actions.pod:5212
msgid "This function must be called before L</launch>."
msgstr "この関数は L</launch> の前に呼び出す必要があります。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5207
+#: ../fish/guestfish-actions.pod:5214
msgid "set-trace"
msgstr "set-trace"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5209
+#: ../fish/guestfish-actions.pod:5216
msgid "trace"
msgstr "trace"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5211
+#: ../fish/guestfish-actions.pod:5218
#, no-wrap
msgid ""
" set-trace true|false\n"
@@ -21395,45 +21414,45 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5213 ../src/guestfs-actions.pod:8188
+#: ../fish/guestfish-actions.pod:5220 ../src/guestfs-actions.pod:8195
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:5216 ../src/guestfs-actions.pod:8191
+#: ../fish/guestfish-actions.pod:5223 ../src/guestfs-actions.pod:8198
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:5220 ../src/guestfs-actions.pod:8195
+#: ../fish/guestfish-actions.pod:5227 ../src/guestfs-actions.pod:8202
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:5223
+#: ../fish/guestfish-actions.pod:5230
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:5227
+#: ../fish/guestfish-actions.pod:5234
msgid "set-verbose"
msgstr "set-verbose"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5229
+#: ../fish/guestfish-actions.pod:5236
msgid "verbose"
msgstr "verbose"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5231
+#: ../fish/guestfish-actions.pod:5238
#, no-wrap
msgid ""
" set-verbose true|false\n"
@@ -21443,31 +21462,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5233 ../src/guestfs-actions.pod:8212
+#: ../fish/guestfish-actions.pod:5240 ../src/guestfs-actions.pod:8219
msgid "If C<verbose> is true, this turns on verbose messages."
msgstr "C<verbose> が真ならば、メッセージの冗長化を有効にします。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5235 ../src/guestfs-actions.pod:8214
+#: ../fish/guestfish-actions.pod:5242 ../src/guestfs-actions.pod:8221
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:5238
+#: ../fish/guestfish-actions.pod:5245
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:5242
+#: ../fish/guestfish-actions.pod:5249
msgid "setcon"
msgstr "setcon"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5244
+#: ../fish/guestfish-actions.pod:5251
#, no-wrap
msgid ""
" setcon context\n"
@@ -21477,25 +21496,25 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5246 ../src/guestfs-actions.pod:8231
+#: ../fish/guestfish-actions.pod:5253 ../src/guestfs-actions.pod:8238
msgid ""
"This sets the SELinux security context of the daemon to the string "
"C<context>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5249 ../src/guestfs-actions.pod:8234
+#: ../fish/guestfish-actions.pod:5256 ../src/guestfs-actions.pod:8241
msgid "See the documentation about SELINUX in L<guestfs(3)>."
msgstr ""
"L<guestfs(3)> における SELinux に関するドキュメントを参照してください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5251
+#: ../fish/guestfish-actions.pod:5258
msgid "setxattr"
msgstr "setxattr"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5253
+#: ../fish/guestfish-actions.pod:5260
#, no-wrap
msgid ""
" setxattr xattr val vallen path\n"
@@ -21505,24 +21524,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5255 ../src/guestfs-actions.pod:8249
+#: ../fish/guestfish-actions.pod:5262 ../src/guestfs-actions.pod:8256
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:5259
+#: ../fish/guestfish-actions.pod:5266
msgid "See also: L</lsetxattr>, L<attr(5)>."
msgstr "関連項目: L</lsetxattr>, L<attr(5)>"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5261
+#: ../fish/guestfish-actions.pod:5268
msgid "sfdisk"
msgstr "sfdisk"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5263
+#: ../fish/guestfish-actions.pod:5270
#, no-wrap
msgid ""
" sfdisk device cyls heads sectors 'lines ...'\n"
@@ -21532,19 +21551,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5265 ../src/guestfs-actions.pod:8276
+#: ../fish/guestfish-actions.pod:5272 ../src/guestfs-actions.pod:8283
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:5268 ../src/guestfs-actions.pod:8279
+#: ../fish/guestfish-actions.pod:5275 ../src/guestfs-actions.pod:8286
msgid "C<device> should be a block device, for example C</dev/sda>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5270 ../src/guestfs-actions.pod:8281
+#: ../fish/guestfish-actions.pod:5277 ../src/guestfs-actions.pod:8288
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<-"
@@ -21555,14 +21574,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5278 ../src/guestfs-actions.pod:8289
+#: ../fish/guestfish-actions.pod:5285 ../src/guestfs-actions.pod:8296
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:5281 ../src/guestfs-actions.pod:8292
+#: ../fish/guestfish-actions.pod:5288 ../src/guestfs-actions.pod:8299
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 "
@@ -21570,13 +21589,13 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5285
+#: ../fish/guestfish-actions.pod:5292
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:5288 ../fish/guestfish-actions.pod:5308
-#: ../fish/guestfish-actions.pod:5327
+#: ../fish/guestfish-actions.pod:5295 ../fish/guestfish-actions.pod:5315
+#: ../fish/guestfish-actions.pod:5334
msgid ""
"I<This function is deprecated.> In new code, use the L</part_add> call "
"instead."
@@ -21585,12 +21604,12 @@ msgstr ""
"してください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5295
+#: ../fish/guestfish-actions.pod:5302
msgid "sfdiskM"
msgstr "sfdiskM"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5297
+#: ../fish/guestfish-actions.pod:5304
#, no-wrap
msgid ""
" sfdiskM device 'lines ...'\n"
@@ -21600,7 +21619,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5299
+#: ../fish/guestfish-actions.pod:5306
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 "
@@ -21609,18 +21628,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5305
+#: ../fish/guestfish-actions.pod:5312
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:5315
+#: ../fish/guestfish-actions.pod:5322
msgid "sfdisk-N"
msgstr "sfdisk-N"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5317
+#: ../fish/guestfish-actions.pod:5324
#, no-wrap
msgid ""
" sfdisk-N device partnum cyls heads sectors line\n"
@@ -21630,31 +21649,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5319 ../src/guestfs-actions.pod:8348
+#: ../fish/guestfish-actions.pod:5326 ../src/guestfs-actions.pod:8355
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:5322
+#: ../fish/guestfish-actions.pod:5329
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:5325
+#: ../fish/guestfish-actions.pod:5332
msgid "See also: L</part-add>"
msgstr "関連項目: L</part-add>"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5334
+#: ../fish/guestfish-actions.pod:5341
msgid "sfdisk-disk-geometry"
msgstr "sfdisk-disk-geometry"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5336
+#: ../fish/guestfish-actions.pod:5343
#, no-wrap
msgid ""
" sfdisk-disk-geometry device\n"
@@ -21664,7 +21683,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5338
+#: ../fish/guestfish-actions.pod:5345
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, "
@@ -21673,18 +21692,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5343 ../fish/guestfish-actions.pod:5352
-#: ../src/guestfs-actions.pod:8371 ../src/guestfs-actions.pod:8387
+#: ../fish/guestfish-actions.pod:5350 ../fish/guestfish-actions.pod:5359
+#: ../src/guestfs-actions.pod:8378 ../src/guestfs-actions.pod:8394
msgid "The result is in human-readable format, and not designed to be parsed."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5346
+#: ../fish/guestfish-actions.pod:5353
msgid "sfdisk-kernel-geometry"
msgstr "sfdisk-kernel-geometry"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5348
+#: ../fish/guestfish-actions.pod:5355
#, no-wrap
msgid ""
" sfdisk-kernel-geometry device\n"
@@ -21694,17 +21713,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5350 ../src/guestfs-actions.pod:8385
+#: ../fish/guestfish-actions.pod:5357 ../src/guestfs-actions.pod:8392
msgid "This displays the kernel's idea of the geometry of C<device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5355
+#: ../fish/guestfish-actions.pod:5362
msgid "sfdisk-l"
msgstr "sfdisk-l"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5357
+#: ../fish/guestfish-actions.pod:5364
#, no-wrap
msgid ""
" sfdisk-l device\n"
@@ -21714,19 +21733,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5359 ../src/guestfs-actions.pod:8408
+#: ../fish/guestfish-actions.pod:5366 ../src/guestfs-actions.pod:8415
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:5363
+#: ../fish/guestfish-actions.pod:5370
msgid "See also: L</part-list>"
msgstr "関連項目: L</part-list>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5365
+#: ../fish/guestfish-actions.pod:5372
msgid ""
"I<This function is deprecated.> In new code, use the L</part_list> call "
"instead."
@@ -21735,12 +21754,12 @@ msgstr ""
"してください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5372
+#: ../fish/guestfish-actions.pod:5379
msgid "sh"
msgstr "sh"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5374
+#: ../fish/guestfish-actions.pod:5381
#, no-wrap
msgid ""
" sh command\n"
@@ -21750,19 +21769,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5376 ../src/guestfs-actions.pod:8425
+#: ../fish/guestfish-actions.pod:5383 ../src/guestfs-actions.pod:8432
msgid ""
"This call runs a command from the guest filesystem via the guest's C</bin/"
"sh>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5379
+#: ../fish/guestfish-actions.pod:5386
msgid "This is like L</command>, but passes the command to:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5381 ../src/guestfs-actions.pod:8430
+#: ../fish/guestfish-actions.pod:5388 ../src/guestfs-actions.pod:8437
#, no-wrap
msgid ""
" /bin/sh -c \"command\"\n"
@@ -21772,24 +21791,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5383 ../src/guestfs-actions.pod:8432
+#: ../fish/guestfish-actions.pod:5390 ../src/guestfs-actions.pod:8439
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:5387
+#: ../fish/guestfish-actions.pod:5394
msgid "All the provisos about L</command> apply to this call."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5389
+#: ../fish/guestfish-actions.pod:5396
msgid "sh-lines"
msgstr "sh-lines"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5391
+#: ../fish/guestfish-actions.pod:5398
#, no-wrap
msgid ""
" sh-lines command\n"
@@ -21799,22 +21818,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5393
+#: ../fish/guestfish-actions.pod:5400
msgid "This is the same as L</sh>, but splits the result into a list of lines."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5396
+#: ../fish/guestfish-actions.pod:5403
msgid "See also: L</command-lines>"
msgstr "関連項目: L</command-lines>"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5398
+#: ../fish/guestfish-actions.pod:5405
msgid "shutdown"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5400
+#: ../fish/guestfish-actions.pod:5407
#, no-wrap
msgid ""
" shutdown\n"
@@ -21822,7 +21841,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5402
+#: ../fish/guestfish-actions.pod:5409
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) "
@@ -21830,7 +21849,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5406 ../src/guestfs-actions.pod:8469
+#: ../fish/guestfish-actions.pod:5413 ../src/guestfs-actions.pod:8476
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 "
@@ -21838,31 +21857,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5410 ../src/guestfs-actions.pod:8473
+#: ../fish/guestfish-actions.pod:5417 ../src/guestfs-actions.pod:8480
msgid "It is safe to call this multiple times. Extra calls are ignored."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5412
+#: ../fish/guestfish-actions.pod:5419
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:5415
+#: ../fish/guestfish-actions.pod:5422
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:5418
+#: ../fish/guestfish-actions.pod:5425
msgid "sleep"
msgstr "sleep"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5420
+#: ../fish/guestfish-actions.pod:5427
#, no-wrap
msgid ""
" sleep secs\n"
@@ -21872,17 +21891,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5422 ../src/guestfs-actions.pod:8489
+#: ../fish/guestfish-actions.pod:5429 ../src/guestfs-actions.pod:8496
msgid "Sleep for C<secs> seconds."
msgstr "C<secs> 秒間スリープします。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5424
+#: ../fish/guestfish-actions.pod:5431
msgid "stat"
msgstr "stat"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5426
+#: ../fish/guestfish-actions.pod:5433
#, no-wrap
msgid ""
" stat path\n"
@@ -21892,17 +21911,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5430 ../src/guestfs-actions.pod:8503
+#: ../fish/guestfish-actions.pod:5437 ../src/guestfs-actions.pod:8510
msgid "This is the same as the C<stat(2)> system call."
msgstr "これは C<stat(2)> システムコールと同じです。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5432
+#: ../fish/guestfish-actions.pod:5439
msgid "statvfs"
msgstr "statvfs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5434
+#: ../fish/guestfish-actions.pod:5441
#, no-wrap
msgid ""
" statvfs path\n"
@@ -21912,7 +21931,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5436 ../src/guestfs-actions.pod:8517
+#: ../fish/guestfish-actions.pod:5443 ../src/guestfs-actions.pod:8524
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 "
@@ -21920,17 +21939,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5440 ../src/guestfs-actions.pod:8521
+#: ../fish/guestfish-actions.pod:5447 ../src/guestfs-actions.pod:8528
msgid "This is the same as the C<statvfs(2)> system call."
msgstr "これは C<statvfs(2)> システムコールと同じです。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5442
+#: ../fish/guestfish-actions.pod:5449
msgid "strings"
msgstr "strings"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5444
+#: ../fish/guestfish-actions.pod:5451
#, no-wrap
msgid ""
" strings path\n"
@@ -21940,19 +21959,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5446 ../src/guestfs-actions.pod:8535
+#: ../fish/guestfish-actions.pod:5453 ../src/guestfs-actions.pod:8542
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:5452
+#: ../fish/guestfish-actions.pod:5459
msgid "strings-e"
msgstr "strings-e"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5454
+#: ../fish/guestfish-actions.pod:5461
#, no-wrap
msgid ""
" strings-e encoding path\n"
@@ -21962,58 +21981,58 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5456
+#: ../fish/guestfish-actions.pod:5463
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:5460 ../src/guestfs-actions.pod:8558
+#: ../fish/guestfish-actions.pod:5467 ../src/guestfs-actions.pod:8565
msgid "Allowed encodings are:"
msgstr "許可されるエンコードは次のとおりです:"
#. type: =item
-#: ../fish/guestfish-actions.pod:5464 ../src/guestfs-actions.pod:8562
+#: ../fish/guestfish-actions.pod:5471 ../src/guestfs-actions.pod:8569
msgid "s"
msgstr "s"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5466
+#: ../fish/guestfish-actions.pod:5473
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:5469 ../src/guestfs-actions.pod:8567
+#: ../fish/guestfish-actions.pod:5476 ../src/guestfs-actions.pod:8574
msgid "S"
msgstr "S"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5471 ../src/guestfs-actions.pod:8569
+#: ../fish/guestfish-actions.pod:5478 ../src/guestfs-actions.pod:8576
msgid "Single 8-bit-byte characters."
msgstr "単一の 8 ビットのバイト文字。"
#. type: =item
-#: ../fish/guestfish-actions.pod:5473 ../src/guestfs-actions.pod:8571
+#: ../fish/guestfish-actions.pod:5480 ../src/guestfs-actions.pod:8578
msgid "b"
msgstr "b"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5475 ../src/guestfs-actions.pod:8573
+#: ../fish/guestfish-actions.pod:5482 ../src/guestfs-actions.pod:8580
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:5478 ../src/guestfs-actions.pod:8576
+#: ../fish/guestfish-actions.pod:5485 ../src/guestfs-actions.pod:8583
msgid "l (lower case letter L)"
msgstr "l (小文字の L)"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5480 ../src/guestfs-actions.pod:8578
+#: ../fish/guestfish-actions.pod:5487 ../src/guestfs-actions.pod:8585
msgid ""
"16-bit little endian such as UTF-16LE and UCS-2LE. This is useful for "
"examining binaries in Windows guests."
@@ -22022,37 +22041,37 @@ msgstr ""
"想マシンにあるバイナリーを検査するために有用です。"
#. type: =item
-#: ../fish/guestfish-actions.pod:5483 ../src/guestfs-actions.pod:8581
+#: ../fish/guestfish-actions.pod:5490 ../src/guestfs-actions.pod:8588
msgid "B"
msgstr "B"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5485 ../src/guestfs-actions.pod:8583
+#: ../fish/guestfish-actions.pod:5492 ../src/guestfs-actions.pod:8590
msgid "32-bit big endian such as UCS-4BE."
msgstr "UCS-4BE のような 32 ビットのビッグエンディアン。"
#. type: =item
-#: ../fish/guestfish-actions.pod:5487 ../src/guestfs-actions.pod:8585
+#: ../fish/guestfish-actions.pod:5494 ../src/guestfs-actions.pod:8592
msgid "L"
msgstr "L"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5489 ../src/guestfs-actions.pod:8587
+#: ../fish/guestfish-actions.pod:5496 ../src/guestfs-actions.pod:8594
msgid "32-bit little endian such as UCS-4LE."
msgstr "UCS-4LE のような 32 ビットのリトルエンディアン。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5493 ../src/guestfs-actions.pod:8591
+#: ../fish/guestfish-actions.pod:5500 ../src/guestfs-actions.pod:8598
msgid "The returned strings are transcoded to UTF-8."
msgstr "返される文字列は UTF-8 に変換されます。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5498
+#: ../fish/guestfish-actions.pod:5505
msgid "swapoff-device"
msgstr "swapoff-device"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5500
+#: ../fish/guestfish-actions.pod:5507
#, no-wrap
msgid ""
" swapoff-device device\n"
@@ -22062,19 +22081,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5502
+#: ../fish/guestfish-actions.pod:5509
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:5506
+#: ../fish/guestfish-actions.pod:5513
msgid "swapoff-file"
msgstr "swapoff-file"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5508
+#: ../fish/guestfish-actions.pod:5515
#, no-wrap
msgid ""
" swapoff-file file\n"
@@ -22084,18 +22103,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5510 ../src/guestfs-actions.pod:8622
+#: ../fish/guestfish-actions.pod:5517 ../src/guestfs-actions.pod:8629
msgid "This command disables the libguestfs appliance swap on file."
msgstr ""
"このコマンドは libguestfs アプライアンスの swap on ファイルを無効にします。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5512
+#: ../fish/guestfish-actions.pod:5519
msgid "swapoff-label"
msgstr "swapoff-label"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5514
+#: ../fish/guestfish-actions.pod:5521
#, no-wrap
msgid ""
" swapoff-label label\n"
@@ -22105,7 +22124,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5516 ../src/guestfs-actions.pod:8634
+#: ../fish/guestfish-actions.pod:5523 ../src/guestfs-actions.pod:8641
msgid ""
"This command disables the libguestfs appliance swap on labeled swap "
"partition."
@@ -22114,12 +22133,12 @@ msgstr ""
"ションを無効にします。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5519
+#: ../fish/guestfish-actions.pod:5526
msgid "swapoff-uuid"
msgstr "swapoff-uuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5521
+#: ../fish/guestfish-actions.pod:5528
#, no-wrap
msgid ""
" swapoff-uuid uuid\n"
@@ -22129,7 +22148,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5523 ../src/guestfs-actions.pod:8647
+#: ../fish/guestfish-actions.pod:5530 ../src/guestfs-actions.pod:8654
msgid ""
"This command disables the libguestfs appliance swap partition with the given "
"UUID."
@@ -22138,12 +22157,12 @@ msgstr ""
"ティションを無効にします。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5526
+#: ../fish/guestfish-actions.pod:5533
msgid "swapon-device"
msgstr "swapon-device"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5528
+#: ../fish/guestfish-actions.pod:5535
#, no-wrap
msgid ""
" swapon-device device\n"
@@ -22153,7 +22172,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5530
+#: ../fish/guestfish-actions.pod:5537
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 "
@@ -22161,7 +22180,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5535 ../src/guestfs-actions.pod:8665
+#: ../fish/guestfish-actions.pod:5542 ../src/guestfs-actions.pod:8672
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 "
@@ -22171,12 +22190,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5542
+#: ../fish/guestfish-actions.pod:5549
msgid "swapon-file"
msgstr "swapon-file"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5544
+#: ../fish/guestfish-actions.pod:5551
#, no-wrap
msgid ""
" swapon-file file\n"
@@ -22186,18 +22205,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5546
+#: ../fish/guestfish-actions.pod:5553
msgid ""
"This command enables swap to a file. See L</swapon-device> for other notes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5549
+#: ../fish/guestfish-actions.pod:5556
msgid "swapon-label"
msgstr "swapon-label"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5551
+#: ../fish/guestfish-actions.pod:5558
#, no-wrap
msgid ""
" swapon-label label\n"
@@ -22207,19 +22226,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5553
+#: ../fish/guestfish-actions.pod:5560
msgid ""
"This command enables swap to a labeled swap partition. See L</swapon-"
"device> for other notes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5556
+#: ../fish/guestfish-actions.pod:5563
msgid "swapon-uuid"
msgstr "swapon-uuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5558
+#: ../fish/guestfish-actions.pod:5565
#, no-wrap
msgid ""
" swapon-uuid uuid\n"
@@ -22229,19 +22248,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5560
+#: ../fish/guestfish-actions.pod:5567
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:5563
+#: ../fish/guestfish-actions.pod:5570
msgid "sync"
msgstr "sync"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5565
+#: ../fish/guestfish-actions.pod:5572
#, no-wrap
msgid ""
" sync\n"
@@ -22251,26 +22270,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5567 ../src/guestfs-actions.pod:8720
+#: ../fish/guestfish-actions.pod:5574 ../src/guestfs-actions.pod:8727
msgid ""
"This syncs the disk, so that any writes are flushed through to the "
"underlying disk image."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5570 ../src/guestfs-actions.pod:8723
+#: ../fish/guestfish-actions.pod:5577 ../src/guestfs-actions.pod:8730
msgid ""
"You should always call this if you have modified a disk image, before "
"closing the handle."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5573
+#: ../fish/guestfish-actions.pod:5580
msgid "tail"
msgstr "tail"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5575
+#: ../fish/guestfish-actions.pod:5582
#, no-wrap
msgid ""
" tail path\n"
@@ -22280,18 +22299,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5577 ../src/guestfs-actions.pod:8736
+#: ../fish/guestfish-actions.pod:5584 ../src/guestfs-actions.pod:8743
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:5583
+#: ../fish/guestfish-actions.pod:5590
msgid "tail-n"
msgstr "tail-n"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5585
+#: ../fish/guestfish-actions.pod:5592
#, no-wrap
msgid ""
" tail-n nrlines path\n"
@@ -22301,26 +22320,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5587 ../src/guestfs-actions.pod:8755
+#: ../fish/guestfish-actions.pod:5594 ../src/guestfs-actions.pod:8762
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:5590 ../src/guestfs-actions.pod:8758
+#: ../fish/guestfish-actions.pod:5597 ../src/guestfs-actions.pod:8765
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:5598
+#: ../fish/guestfish-actions.pod:5605
msgid "tar-in"
msgstr "tar-in"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5600
+#: ../fish/guestfish-actions.pod:5607
#, no-wrap
msgid ""
" tar-in (tarfile|-) directory\n"
@@ -22330,26 +22349,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5602 ../src/guestfs-actions.pod:8779
+#: ../fish/guestfish-actions.pod:5609 ../src/guestfs-actions.pod:8786
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:5605
+#: ../fish/guestfish-actions.pod:5612
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:5610
+#: ../fish/guestfish-actions.pod:5617
msgid "tar-out"
msgstr "tar-out"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5612
+#: ../fish/guestfish-actions.pod:5619
#, no-wrap
msgid ""
" tar-out directory (tarfile|-)\n"
@@ -22359,26 +22378,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5614 ../src/guestfs-actions.pod:8796
+#: ../fish/guestfish-actions.pod:5621 ../src/guestfs-actions.pod:8803
msgid ""
"This command packs the contents of C<directory> and downloads it to local "
"file C<tarfile>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5617
+#: ../fish/guestfish-actions.pod:5624
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:5622
+#: ../fish/guestfish-actions.pod:5629
msgid "tgz-in"
msgstr "tgz-in"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5624
+#: ../fish/guestfish-actions.pod:5631
#, no-wrap
msgid ""
" tgz-in (tarball|-) directory\n"
@@ -22388,25 +22407,25 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5626 ../src/guestfs-actions.pod:8813
+#: ../fish/guestfish-actions.pod:5633 ../src/guestfs-actions.pod:8820
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:5629
+#: ../fish/guestfish-actions.pod:5636
msgid "To upload an uncompressed tarball, use L</tar-in>."
msgstr ""
"圧縮していない tar ファイルをアップロードするには L</tar-in> を使用します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5633
+#: ../fish/guestfish-actions.pod:5640
msgid "tgz-out"
msgstr "tgz-out"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5635
+#: ../fish/guestfish-actions.pod:5642
#, no-wrap
msgid ""
" tgz-out directory (tarball|-)\n"
@@ -22416,25 +22435,25 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5637 ../src/guestfs-actions.pod:8829
+#: ../fish/guestfish-actions.pod:5644 ../src/guestfs-actions.pod:8836
msgid ""
"This command packs the contents of C<directory> and downloads it to local "
"file C<tarball>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5640
+#: ../fish/guestfish-actions.pod:5647
msgid "To download an uncompressed tarball, use L</tar-out>."
msgstr ""
"圧縮していない tar ファイルをダウンロードするには L</tar-out> を使用します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5644
+#: ../fish/guestfish-actions.pod:5651
msgid "touch"
msgstr "touch"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5646
+#: ../fish/guestfish-actions.pod:5653
#, no-wrap
msgid ""
" touch path\n"
@@ -22444,7 +22463,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5648 ../src/guestfs-actions.pod:8844
+#: ../fish/guestfish-actions.pod:5655 ../src/guestfs-actions.pod:8851
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-"
@@ -22452,19 +22471,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5652 ../src/guestfs-actions.pod:8848
+#: ../fish/guestfish-actions.pod:5659 ../src/guestfs-actions.pod:8855
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:5655
+#: ../fish/guestfish-actions.pod:5662
msgid "truncate"
msgstr "truncate"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5657
+#: ../fish/guestfish-actions.pod:5664
#, no-wrap
msgid ""
" truncate path\n"
@@ -22474,19 +22493,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5659 ../src/guestfs-actions.pod:8861
+#: ../fish/guestfish-actions.pod:5666 ../src/guestfs-actions.pod:8868
msgid ""
"This command truncates C<path> to a zero-length file. The file must exist "
"already."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5662
+#: ../fish/guestfish-actions.pod:5669
msgid "truncate-size"
msgstr "truncate-size"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5664
+#: ../fish/guestfish-actions.pod:5671
#, no-wrap
msgid ""
" truncate-size path size\n"
@@ -22496,14 +22515,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5666 ../src/guestfs-actions.pod:8875
+#: ../fish/guestfish-actions.pod:5673 ../src/guestfs-actions.pod:8882
msgid ""
"This command truncates C<path> to size C<size> bytes. The file must exist "
"already."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5669
+#: ../fish/guestfish-actions.pod:5676
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 "
@@ -22512,12 +22531,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5675
+#: ../fish/guestfish-actions.pod:5682
msgid "tune2fs"
msgstr "tune2fs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5677
+#: ../fish/guestfish-actions.pod:5684
#, 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"
@@ -22527,26 +22546,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5679 ../src/guestfs-actions.pod:8911
+#: ../fish/guestfish-actions.pod:5686 ../src/guestfs-actions.pod:8918
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:5688 ../src/guestfs-actions.pod:8920
+#: ../fish/guestfish-actions.pod:5695 ../src/guestfs-actions.pod:8927
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:5691 ../src/guestfs-actions.pod:8923
+#: ../fish/guestfish-actions.pod:5698 ../src/guestfs-actions.pod:8930
msgid "C<maxmountcount>"
msgstr "C<maxmountcount>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5693 ../src/guestfs-actions.pod:8925
+#: ../fish/guestfish-actions.pod:5700 ../src/guestfs-actions.pod:8932
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 "
@@ -22554,24 +22573,24 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5697 ../src/guestfs-actions.pod:8929
+#: ../fish/guestfish-actions.pod:5704 ../src/guestfs-actions.pod:8936
msgid "C<mountcount>"
msgstr "C<mountcount>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5699 ../src/guestfs-actions.pod:8931
+#: ../fish/guestfish-actions.pod:5706 ../src/guestfs-actions.pod:8938
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:5702 ../src/guestfs-actions.pod:8934
+#: ../fish/guestfish-actions.pod:5709 ../src/guestfs-actions.pod:8941
msgid "C<errorbehavior>"
msgstr "C<errorbehavior>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5704 ../src/guestfs-actions.pod:8936
+#: ../fish/guestfish-actions.pod:5711 ../src/guestfs-actions.pod:8943
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 "
@@ -22580,58 +22599,58 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5709 ../src/guestfs-actions.pod:8941
+#: ../fish/guestfish-actions.pod:5716 ../src/guestfs-actions.pod:8948
msgid "This is the same as the tune2fs C<-e> option."
msgstr "これは tune2fs C<-e> オプションと同じです。"
#. type: =item
-#: ../fish/guestfish-actions.pod:5711 ../src/guestfs-actions.pod:8943
+#: ../fish/guestfish-actions.pod:5718 ../src/guestfs-actions.pod:8950
msgid "C<group>"
msgstr "C<group>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5713 ../src/guestfs-actions.pod:8945
+#: ../fish/guestfish-actions.pod:5720 ../src/guestfs-actions.pod:8952
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:5717 ../src/guestfs-actions.pod:8949
+#: ../fish/guestfish-actions.pod:5724 ../src/guestfs-actions.pod:8956
msgid "C<intervalbetweenchecks>"
msgstr "C<intervalbetweenchecks>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5719 ../src/guestfs-actions.pod:8951
+#: ../fish/guestfish-actions.pod:5726 ../src/guestfs-actions.pod:8958
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:5723 ../src/guestfs-actions.pod:8955
+#: ../fish/guestfish-actions.pod:5730 ../src/guestfs-actions.pod:8962
msgid "This is the same as the tune2fs C<-i> option."
msgstr "これは tune2fs C<-i> オプションと同じです。"
#. type: =item
-#: ../fish/guestfish-actions.pod:5725 ../src/guestfs-actions.pod:8957
+#: ../fish/guestfish-actions.pod:5732 ../src/guestfs-actions.pod:8964
msgid "C<reservedblockspercentage>"
msgstr "C<reservedblockspercentage>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5727 ../src/guestfs-actions.pod:8959
+#: ../fish/guestfish-actions.pod:5734 ../src/guestfs-actions.pod:8966
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:5731 ../src/guestfs-actions.pod:8963
+#: ../fish/guestfish-actions.pod:5738 ../src/guestfs-actions.pod:8970
msgid "C<lastmounteddirectory>"
msgstr "C<lastmounteddirectory>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5733 ../src/guestfs-actions.pod:8965
+#: ../fish/guestfish-actions.pod:5740 ../src/guestfs-actions.pod:8972
msgid ""
"Set the last mounted directory. This is the same as the tune2fs C<-M> "
"option."
@@ -22640,38 +22659,38 @@ msgstr ""
"ンと同じです。"
#. type: =item
-#: ../fish/guestfish-actions.pod:5736 ../src/guestfs-actions.pod:8968
+#: ../fish/guestfish-actions.pod:5743 ../src/guestfs-actions.pod:8975
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:5740 ../src/guestfs-actions.pod:8972
+#: ../fish/guestfish-actions.pod:5747 ../src/guestfs-actions.pod:8979
msgid "C<user>"
msgstr "C<user>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5742 ../src/guestfs-actions.pod:8974
+#: ../fish/guestfish-actions.pod:5749 ../src/guestfs-actions.pod:8981
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:5748
+#: ../fish/guestfish-actions.pod:5755
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:5754
+#: ../fish/guestfish-actions.pod:5761
msgid "tune2fs-l"
msgstr "tune2fs-l"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5756
+#: ../fish/guestfish-actions.pod:5763
#, no-wrap
msgid ""
" tune2fs-l device\n"
@@ -22681,14 +22700,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5758 ../src/guestfs-actions.pod:9016
+#: ../fish/guestfish-actions.pod:5765 ../src/guestfs-actions.pod:9023
msgid ""
"This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
"C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5761 ../src/guestfs-actions.pod:9019
+#: ../fish/guestfish-actions.pod:5768 ../src/guestfs-actions.pod:9026
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 "
@@ -22697,12 +22716,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5766
+#: ../fish/guestfish-actions.pod:5773
msgid "txz-in"
msgstr "txz-in"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5768
+#: ../fish/guestfish-actions.pod:5775
#, no-wrap
msgid ""
" txz-in (tarball|-) directory\n"
@@ -22712,19 +22731,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5770 ../src/guestfs-actions.pod:9039
+#: ../fish/guestfish-actions.pod:5777 ../src/guestfs-actions.pod:9046
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:5775
+#: ../fish/guestfish-actions.pod:5782
msgid "txz-out"
msgstr "txz-out"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5777
+#: ../fish/guestfish-actions.pod:5784
#, no-wrap
msgid ""
" txz-out directory (tarball|-)\n"
@@ -22734,19 +22753,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5779 ../src/guestfs-actions.pod:9053
+#: ../fish/guestfish-actions.pod:5786 ../src/guestfs-actions.pod:9060
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:5784
+#: ../fish/guestfish-actions.pod:5791
msgid "umask"
msgstr "umask"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5786
+#: ../fish/guestfish-actions.pod:5793
#, no-wrap
msgid ""
" umask mask\n"
@@ -22756,14 +22775,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5788 ../src/guestfs-actions.pod:9066
+#: ../fish/guestfish-actions.pod:5795 ../src/guestfs-actions.pod:9073
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:5791 ../src/guestfs-actions.pod:9069
+#: ../fish/guestfish-actions.pod:5798 ../src/guestfs-actions.pod:9076
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 "
@@ -22771,7 +22790,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5796 ../src/guestfs-actions.pod:9074
+#: ../fish/guestfish-actions.pod:5803 ../src/guestfs-actions.pod:9081
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 "
@@ -22779,27 +22798,27 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5800
+#: ../fish/guestfish-actions.pod:5807
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:5803 ../src/guestfs-actions.pod:9081
+#: ../fish/guestfish-actions.pod:5810 ../src/guestfs-actions.pod:9088
msgid "This call returns the previous umask."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5805
+#: ../fish/guestfish-actions.pod:5812
msgid "umount"
msgstr "umount"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5807
+#: ../fish/guestfish-actions.pod:5814
msgid "unmount"
msgstr "unmount"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5809
+#: ../fish/guestfish-actions.pod:5816
#, no-wrap
msgid ""
" umount pathordevice\n"
@@ -22809,24 +22828,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5811 ../src/guestfs-actions.pod:9093
+#: ../fish/guestfish-actions.pod:5818 ../src/guestfs-actions.pod:9100
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:5815
+#: ../fish/guestfish-actions.pod:5822
msgid "umount-all"
msgstr "umount-all"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5817
+#: ../fish/guestfish-actions.pod:5824
msgid "unmount-all"
msgstr "unmount-all"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5819
+#: ../fish/guestfish-actions.pod:5826
#, no-wrap
msgid ""
" umount-all\n"
@@ -22836,22 +22855,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5821 ../src/guestfs-actions.pod:9106
+#: ../fish/guestfish-actions.pod:5828 ../src/guestfs-actions.pod:9113
msgid "This unmounts all mounted filesystems."
msgstr "これはマウントされたファイルシステムをすべてアンマウントします。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5823 ../src/guestfs-actions.pod:9108
+#: ../fish/guestfish-actions.pod:5830 ../src/guestfs-actions.pod:9115
msgid "Some internal mounts are not unmounted by this call."
msgstr "いくつかの内部マウントはこの呼び出しによりアンマウントされません。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5825
+#: ../fish/guestfish-actions.pod:5832
msgid "umount-local"
msgstr "umount-local"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5827
+#: ../fish/guestfish-actions.pod:5834
#, no-wrap
msgid ""
" umount-local [retry:true|false]\n"
@@ -22861,7 +22880,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5829 ../src/guestfs-actions.pod:9127
+#: ../fish/guestfish-actions.pod:5836 ../src/guestfs-actions.pod:9134
msgid ""
"If libguestfs is exporting the filesystem on a local mountpoint, then this "
"unmounts it."
@@ -22870,12 +22889,12 @@ msgstr ""
"いるならば、これによりアンマウントされます。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5836
+#: ../fish/guestfish-actions.pod:5843
msgid "upload"
msgstr "upload"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5838
+#: ../fish/guestfish-actions.pod:5845
#, no-wrap
msgid ""
" upload (filename|-) remotefilename\n"
@@ -22885,25 +22904,25 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5840 ../fish/guestfish-actions.pod:5853
-#: ../src/guestfs-actions.pod:9163 ../src/guestfs-actions.pod:9187
+#: ../fish/guestfish-actions.pod:5847 ../fish/guestfish-actions.pod:5860
+#: ../src/guestfs-actions.pod:9170 ../src/guestfs-actions.pod:9194
msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
msgstr ""
"ローカルファイル C<filename> をファイルシステムにおいて C<remotefilename> に"
"アップロードします。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5845
+#: ../fish/guestfish-actions.pod:5852
msgid "See also L</download>."
msgstr "L</download> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5849
+#: ../fish/guestfish-actions.pod:5856
msgid "upload-offset"
msgstr "upload-offset"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5851
+#: ../fish/guestfish-actions.pod:5858
#, no-wrap
msgid ""
" upload-offset (filename|-) remotefilename offset\n"
@@ -22913,7 +22932,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5856 ../src/guestfs-actions.pod:9190
+#: ../fish/guestfish-actions.pod:5863 ../src/guestfs-actions.pod:9197
msgid ""
"C<remotefilename> is overwritten starting at the byte C<offset> specified. "
"The intention is to overwrite parts of existing files or devices, although "
@@ -22923,7 +22942,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5863
+#: ../fish/guestfish-actions.pod:5870
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 "
@@ -22931,17 +22950,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5868
+#: ../fish/guestfish-actions.pod:5875
msgid "See also L</upload>, L</pwrite>."
msgstr "L</upload>, L</pwrite> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5872
+#: ../fish/guestfish-actions.pod:5879
msgid "utimens"
msgstr "utimens"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5874
+#: ../fish/guestfish-actions.pod:5881
#, no-wrap
msgid ""
" utimens path atsecs atnsecs mtsecs mtnsecs\n"
@@ -22951,26 +22970,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5876 ../src/guestfs-actions.pod:9223
+#: ../fish/guestfish-actions.pod:5883 ../src/guestfs-actions.pod:9230
msgid "This command sets the timestamps of a file with nanosecond precision."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5879 ../src/guestfs-actions.pod:9226
+#: ../fish/guestfish-actions.pod:5886 ../src/guestfs-actions.pod:9233
msgid ""
"C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
"from the epoch."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5882 ../src/guestfs-actions.pod:9229
+#: ../fish/guestfish-actions.pod:5889 ../src/guestfs-actions.pod:9236
msgid ""
"C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
"nanoseconds from the epoch."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5885 ../src/guestfs-actions.pod:9232
+#: ../fish/guestfish-actions.pod:5892 ../src/guestfs-actions.pod:9239
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 "
@@ -22978,7 +22997,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5889 ../src/guestfs-actions.pod:9236
+#: ../fish/guestfish-actions.pod:5896 ../src/guestfs-actions.pod:9243
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 "
@@ -22986,12 +23005,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5893
+#: ../fish/guestfish-actions.pod:5900
msgid "version"
msgstr "version"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5895
+#: ../fish/guestfish-actions.pod:5902
#, no-wrap
msgid ""
" version\n"
@@ -23001,13 +23020,13 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5897 ../src/guestfs-actions.pod:9249
+#: ../fish/guestfish-actions.pod:5904 ../src/guestfs-actions.pod:9256
msgid ""
"Return the libguestfs version number that the program is linked against."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5900 ../src/guestfs-actions.pod:9252
+#: ../fish/guestfish-actions.pod:5907 ../src/guestfs-actions.pod:9259
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 "
@@ -23016,7 +23035,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5905 ../src/guestfs-actions.pod:9257
+#: ../fish/guestfish-actions.pod:5912 ../src/guestfs-actions.pod:9264
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 "
@@ -23025,7 +23044,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5911 ../src/guestfs-actions.pod:9263
+#: ../fish/guestfish-actions.pod:5918 ../src/guestfs-actions.pod:9270
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 "
@@ -23034,18 +23053,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5917 ../src/guestfs-actions.pod:9269
+#: ../fish/guestfish-actions.pod:5924 ../src/guestfs-actions.pod:9276
msgid ""
"To construct the original version string: C<$major.$minor.$release$extra>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5920 ../src/guestfs-actions.pod:9272
+#: ../fish/guestfish-actions.pod:5927 ../src/guestfs-actions.pod:9279
msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
msgstr "関連項目: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5922
+#: ../fish/guestfish-actions.pod:5929
msgid ""
"I<Note:> Don't use this call to test for availability of features. In "
"enterprise distributions we backport features from later versions into "
@@ -23054,12 +23073,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5928
+#: ../fish/guestfish-actions.pod:5935
msgid "vfs-label"
msgstr "vfs-label"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5930
+#: ../fish/guestfish-actions.pod:5937
#, no-wrap
msgid ""
" vfs-label device\n"
@@ -23069,28 +23088,28 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5932 ../src/guestfs-actions.pod:9292
+#: ../fish/guestfish-actions.pod:5939 ../src/guestfs-actions.pod:9299
msgid "This returns the filesystem label of the filesystem on C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5935 ../src/guestfs-actions.pod:9295
+#: ../fish/guestfish-actions.pod:5942 ../src/guestfs-actions.pod:9302
msgid "If the filesystem is unlabeled, this returns the empty string."
msgstr "ファイルシステムにラベルが付いていないと、空の文字列が返されます。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5937
+#: ../fish/guestfish-actions.pod:5944
msgid "To find a filesystem from the label, use L</findfs-label>."
msgstr ""
"ラベルからファイルシステムを検索するには L</findfs-label> を使用します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5939
+#: ../fish/guestfish-actions.pod:5946
msgid "vfs-type"
msgstr "vfs-type"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5941
+#: ../fish/guestfish-actions.pod:5948
#, no-wrap
msgid ""
" vfs-type device\n"
@@ -23100,14 +23119,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5943 ../src/guestfs-actions.pod:9310
+#: ../fish/guestfish-actions.pod:5950 ../src/guestfs-actions.pod:9317
msgid ""
"This command gets the filesystem type corresponding to the filesystem on "
"C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5946 ../src/guestfs-actions.pod:9313
+#: ../fish/guestfish-actions.pod:5953 ../src/guestfs-actions.pod:9320
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 "
@@ -23115,12 +23134,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5951
+#: ../fish/guestfish-actions.pod:5958
msgid "vfs-uuid"
msgstr "vfs-uuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5953
+#: ../fish/guestfish-actions.pod:5960
#, no-wrap
msgid ""
" vfs-uuid device\n"
@@ -23130,27 +23149,27 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5955 ../src/guestfs-actions.pod:9329
+#: ../fish/guestfish-actions.pod:5962 ../src/guestfs-actions.pod:9336
msgid "This returns the filesystem UUID of the filesystem on C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5958 ../src/guestfs-actions.pod:9332
+#: ../fish/guestfish-actions.pod:5965 ../src/guestfs-actions.pod:9339
msgid "If the filesystem does not have a UUID, this returns the empty string."
msgstr "ファイルシステムが UUID を持っていないと、空の文字列を返します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5960
+#: ../fish/guestfish-actions.pod:5967
msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
msgstr "UUID からファイルシステムを検索するには L</findfs-uuid> を使用します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5962
+#: ../fish/guestfish-actions.pod:5969
msgid "vg-activate"
msgstr "vg-activate"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5964
+#: ../fish/guestfish-actions.pod:5971
#, no-wrap
msgid ""
" vg-activate true|false 'volgroups ...'\n"
@@ -23160,32 +23179,32 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5966 ../src/guestfs-actions.pod:9348
+#: ../fish/guestfish-actions.pod:5973 ../src/guestfs-actions.pod:9355
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:5969 ../src/guestfs-actions.pod:9351
+#: ../fish/guestfish-actions.pod:5976 ../src/guestfs-actions.pod:9358
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:5971 ../src/guestfs-actions.pod:9353
+#: ../fish/guestfish-actions.pod:5978 ../src/guestfs-actions.pod:9360
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:5974
+#: ../fish/guestfish-actions.pod:5981
msgid "vg-activate-all"
msgstr "vg-activate-all"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5976
+#: ../fish/guestfish-actions.pod:5983
#, no-wrap
msgid ""
" vg-activate-all true|false\n"
@@ -23195,24 +23214,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5978 ../src/guestfs-actions.pod:9366
+#: ../fish/guestfish-actions.pod:5985 ../src/guestfs-actions.pod:9373
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:5981 ../src/guestfs-actions.pod:9369
+#: ../fish/guestfish-actions.pod:5988 ../src/guestfs-actions.pod:9376
msgid "This command is the same as running C<vgchange -a y|n>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5983
+#: ../fish/guestfish-actions.pod:5990
msgid "vgcreate"
msgstr "vgcreate"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5985
+#: ../fish/guestfish-actions.pod:5992
#, no-wrap
msgid ""
" vgcreate volgroup 'physvols ...'\n"
@@ -23222,19 +23241,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5987 ../src/guestfs-actions.pod:9382
+#: ../fish/guestfish-actions.pod:5994 ../src/guestfs-actions.pod:9389
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:5990
+#: ../fish/guestfish-actions.pod:5997
msgid "vglvuuids"
msgstr "vglvuuids"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5992
+#: ../fish/guestfish-actions.pod:5999
#, no-wrap
msgid ""
" vglvuuids vgname\n"
@@ -23244,31 +23263,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5994 ../src/guestfs-actions.pod:9395
+#: ../fish/guestfish-actions.pod:6001 ../src/guestfs-actions.pod:9402
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:5997
+#: ../fish/guestfish-actions.pod:6004
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:6000
+#: ../fish/guestfish-actions.pod:6007
msgid "See also L</vgpvuuids>."
msgstr "L</vgpvuuids> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:6002
+#: ../fish/guestfish-actions.pod:6009
msgid "vgmeta"
msgstr "vgmeta"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6004
+#: ../fish/guestfish-actions.pod:6011
#, no-wrap
msgid ""
" vgmeta vgname\n"
@@ -23278,7 +23297,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6006 ../src/guestfs-actions.pod:9416
+#: ../fish/guestfish-actions.pod:6013 ../src/guestfs-actions.pod:9423
msgid ""
"C<vgname> is an LVM volume group. This command examines the volume group "
"and returns its metadata."
@@ -23287,7 +23306,7 @@ msgstr ""
"検査して、そのメタ情報を返します。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6009 ../src/guestfs-actions.pod:9419
+#: ../fish/guestfish-actions.pod:6016 ../src/guestfs-actions.pod:9426
msgid ""
"Note that the metadata is an internal structure used by LVM, subject to "
"change at any time, and is provided for information only."
@@ -23296,12 +23315,12 @@ msgstr ""
"してのみ提供されることに注意してください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:6012
+#: ../fish/guestfish-actions.pod:6019
msgid "vgpvuuids"
msgstr "vgpvuuids"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6014
+#: ../fish/guestfish-actions.pod:6021
#, no-wrap
msgid ""
" vgpvuuids vgname\n"
@@ -23311,31 +23330,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6016 ../src/guestfs-actions.pod:9434
+#: ../fish/guestfish-actions.pod:6023 ../src/guestfs-actions.pod:9441
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:6019
+#: ../fish/guestfish-actions.pod:6026
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:6022
+#: ../fish/guestfish-actions.pod:6029
msgid "See also L</vglvuuids>."
msgstr "L</vglvuuids> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:6024
+#: ../fish/guestfish-actions.pod:6031
msgid "vgremove"
msgstr "vgremove"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6026
+#: ../fish/guestfish-actions.pod:6033
#, no-wrap
msgid ""
" vgremove vgname\n"
@@ -23345,23 +23364,23 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6028 ../src/guestfs-actions.pod:9454
+#: ../fish/guestfish-actions.pod:6035 ../src/guestfs-actions.pod:9461
msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
msgstr "LVM ボリュームグループ C<vgname> を削除します(例: C<VG>)。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6030 ../src/guestfs-actions.pod:9456
+#: ../fish/guestfish-actions.pod:6037 ../src/guestfs-actions.pod:9463
msgid ""
"This also forcibly removes all logical volumes in the volume group (if any)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6033
+#: ../fish/guestfish-actions.pod:6040
msgid "vgrename"
msgstr "vgrename"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6035
+#: ../fish/guestfish-actions.pod:6042
#, no-wrap
msgid ""
" vgrename volgroup newvolgroup\n"
@@ -23371,17 +23390,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6037 ../src/guestfs-actions.pod:9470
+#: ../fish/guestfish-actions.pod:6044 ../src/guestfs-actions.pod:9477
msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6039
+#: ../fish/guestfish-actions.pod:6046
msgid "vgs"
msgstr "vgs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6041
+#: ../fish/guestfish-actions.pod:6048
#, no-wrap
msgid ""
" vgs\n"
@@ -23391,31 +23410,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6043 ../src/guestfs-actions.pod:9481
+#: ../fish/guestfish-actions.pod:6050 ../src/guestfs-actions.pod:9488
msgid ""
"List all the volumes groups detected. This is the equivalent of the L<vgs(8)"
"> command."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6046 ../src/guestfs-actions.pod:9484
+#: ../fish/guestfish-actions.pod:6053 ../src/guestfs-actions.pod:9491
msgid ""
"This returns a list of just the volume group names that were detected (eg. "
"C<VolGroup00>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6049
+#: ../fish/guestfish-actions.pod:6056
msgid "See also L</vgs-full>."
msgstr "L</vgs-full> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:6051
+#: ../fish/guestfish-actions.pod:6058
msgid "vgs-full"
msgstr "vgs-full"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6053
+#: ../fish/guestfish-actions.pod:6060
#, no-wrap
msgid ""
" vgs-full\n"
@@ -23425,19 +23444,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6055 ../src/guestfs-actions.pod:9500
+#: ../fish/guestfish-actions.pod:6062 ../src/guestfs-actions.pod:9507
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:6058
+#: ../fish/guestfish-actions.pod:6065
msgid "vgscan"
msgstr "vgscan"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6060
+#: ../fish/guestfish-actions.pod:6067
#, no-wrap
msgid ""
" vgscan\n"
@@ -23447,19 +23466,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6062 ../src/guestfs-actions.pod:9514
+#: ../fish/guestfish-actions.pod:6069 ../src/guestfs-actions.pod:9521
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:6065
+#: ../fish/guestfish-actions.pod:6072
msgid "vguuid"
msgstr "vguuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6067
+#: ../fish/guestfish-actions.pod:6074
#, no-wrap
msgid ""
" vguuid vgname\n"
@@ -23469,17 +23488,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6069 ../src/guestfs-actions.pod:9527
+#: ../fish/guestfish-actions.pod:6076 ../src/guestfs-actions.pod:9534
msgid "This command returns the UUID of the LVM VG named C<vgname>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6071
+#: ../fish/guestfish-actions.pod:6078
msgid "wc-c"
msgstr "wc-c"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6073
+#: ../fish/guestfish-actions.pod:6080
#, no-wrap
msgid ""
" wc-c path\n"
@@ -23489,19 +23508,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6075 ../src/guestfs-actions.pod:9567
+#: ../fish/guestfish-actions.pod:6082 ../src/guestfs-actions.pod:9574
msgid ""
"This command counts the characters in a file, using the C<wc -c> external "
"command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6078
+#: ../fish/guestfish-actions.pod:6085
msgid "wc-l"
msgstr "wc-l"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6080
+#: ../fish/guestfish-actions.pod:6087
#, no-wrap
msgid ""
" wc-l path\n"
@@ -23511,18 +23530,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6082 ../src/guestfs-actions.pod:9580
+#: ../fish/guestfish-actions.pod:6089 ../src/guestfs-actions.pod:9587
msgid ""
"This command counts the lines in a file, using the C<wc -l> external command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6085
+#: ../fish/guestfish-actions.pod:6092
msgid "wc-w"
msgstr "wc-w"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6087
+#: ../fish/guestfish-actions.pod:6094
#, no-wrap
msgid ""
" wc-w path\n"
@@ -23532,7 +23551,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6089 ../src/guestfs-actions.pod:9593
+#: ../fish/guestfish-actions.pod:6096 ../src/guestfs-actions.pod:9600
msgid ""
"This command counts the words in a file, using the C<wc -w> external command."
msgstr ""
@@ -23540,12 +23559,12 @@ msgstr ""
"す。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:6092
+#: ../fish/guestfish-actions.pod:6099
msgid "wipefs"
msgstr "wipefs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6094
+#: ../fish/guestfish-actions.pod:6101
#, no-wrap
msgid ""
" wipefs device\n"
@@ -23555,14 +23574,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6096 ../src/guestfs-actions.pod:9606
+#: ../fish/guestfish-actions.pod:6103 ../src/guestfs-actions.pod:9613
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:6099 ../src/guestfs-actions.pod:9609
+#: ../fish/guestfish-actions.pod:6106 ../src/guestfs-actions.pod:9616
msgid ""
"This does not erase the filesystem itself nor any other data from the "
"C<device>."
@@ -23571,17 +23590,17 @@ msgstr ""
"タも削除しません。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6102
+#: ../fish/guestfish-actions.pod:6109
msgid "Compare with L</zero> which zeroes the first few blocks of a device."
msgstr "デバイスの最初の数ブロックをゼロにする L</zero> と比較します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:6105
+#: ../fish/guestfish-actions.pod:6112
msgid "write"
msgstr "write"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6107
+#: ../fish/guestfish-actions.pod:6114
#, no-wrap
msgid ""
" write path content\n"
@@ -23591,24 +23610,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6109 ../src/guestfs-actions.pod:9627
+#: ../fish/guestfish-actions.pod:6116 ../src/guestfs-actions.pod:9634
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:6112
+#: ../fish/guestfish-actions.pod:6119
msgid "See also L</write-append>."
msgstr "L</write-append> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:6117
+#: ../fish/guestfish-actions.pod:6124
msgid "write-append"
msgstr "write-append"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6119
+#: ../fish/guestfish-actions.pod:6126
#, no-wrap
msgid ""
" write-append path content\n"
@@ -23618,24 +23637,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6121 ../src/guestfs-actions.pod:9647
+#: ../fish/guestfish-actions.pod:6128 ../src/guestfs-actions.pod:9654
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:6124
+#: ../fish/guestfish-actions.pod:6131
msgid "See also L</write>."
msgstr "L</write> 参照。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:6129
+#: ../fish/guestfish-actions.pod:6136
msgid "write-file"
msgstr "write-file"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6131
+#: ../fish/guestfish-actions.pod:6138
#, no-wrap
msgid ""
" write-file path content size\n"
@@ -23645,28 +23664,28 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6133 ../src/guestfs-actions.pod:9674
+#: ../fish/guestfish-actions.pod:6140 ../src/guestfs-actions.pod:9681
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:6137 ../src/guestfs-actions.pod:9678
+#: ../fish/guestfish-actions.pod:6144 ../src/guestfs-actions.pod:9685
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:6141 ../src/guestfs-actions.pod:9682
+#: ../fish/guestfish-actions.pod:6148 ../src/guestfs-actions.pod:9689
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:6147
+#: ../fish/guestfish-actions.pod:6154
msgid ""
"I<This function is deprecated.> In new code, use the L</write> call instead."
msgstr ""
@@ -23674,14 +23693,14 @@ msgstr ""
"ください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:6154
+#: ../fish/guestfish-actions.pod:6161
#, fuzzy
#| msgid "isoinfo"
msgid "xfs-info"
msgstr "isoinfo"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6156
+#: ../fish/guestfish-actions.pod:6163
#, fuzzy, no-wrap
#| msgid ""
#| " is-fifo path\n"
@@ -23694,26 +23713,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6158 ../src/guestfs-actions.pod:9698
+#: ../fish/guestfish-actions.pod:6165 ../src/guestfs-actions.pod:9705
msgid ""
"C<path> is a mounted XFS filesystem. This command returns the geometry of "
"the filesystem."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6161 ../src/guestfs-actions.pod:9701
+#: ../fish/guestfish-actions.pod:6168 ../src/guestfs-actions.pod:9708
msgid ""
"The returned struct contains geometry information. Missing fields are "
"returned as C<-1> (for numeric fields) or empty string."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6165
+#: ../fish/guestfish-actions.pod:6172
msgid "zegrep"
msgstr "zegrep"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6167
+#: ../fish/guestfish-actions.pod:6174
#, no-wrap
msgid ""
" zegrep regex path\n"
@@ -23723,18 +23742,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6169 ../src/guestfs-actions.pod:9716
+#: ../fish/guestfish-actions.pod:6176 ../src/guestfs-actions.pod:9723
msgid ""
"This calls the external C<zegrep> program and returns the matching lines."
msgstr "これは外部の C<zegrep> プログラムを呼び出し、一致する行を返します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:6175
+#: ../fish/guestfish-actions.pod:6182
msgid "zegrepi"
msgstr "zegrepi"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6177
+#: ../fish/guestfish-actions.pod:6184
#, no-wrap
msgid ""
" zegrepi regex path\n"
@@ -23744,18 +23763,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6179 ../src/guestfs-actions.pod:9735
+#: ../fish/guestfish-actions.pod:6186 ../src/guestfs-actions.pod:9742
msgid ""
"This calls the external C<zegrep -i> program and returns the matching lines."
msgstr "これは外部の C<zegrep -i> プログラムを呼び出し、一致する行を返します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:6185
+#: ../fish/guestfish-actions.pod:6192
msgid "zero"
msgstr "zero"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6187
+#: ../fish/guestfish-actions.pod:6194
#, no-wrap
msgid ""
" zero device\n"
@@ -23765,12 +23784,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6189 ../src/guestfs-actions.pod:9753
+#: ../fish/guestfish-actions.pod:6196 ../src/guestfs-actions.pod:9760
msgid "This command writes zeroes over the first few blocks of C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6191 ../src/guestfs-actions.pod:9755
+#: ../fish/guestfish-actions.pod:6198 ../src/guestfs-actions.pod:9762
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 "
@@ -23778,8 +23797,8 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6195 ../fish/guestfish-actions.pod:6210
-#: ../src/guestfs-actions.pod:9759 ../src/guestfs-actions.pod:9785
+#: ../fish/guestfish-actions.pod:6202 ../fish/guestfish-actions.pod:6217
+#: ../src/guestfs-actions.pod:9766 ../src/guestfs-actions.pod:9792
msgid ""
"If blocks are already zero, then this command avoids writing zeroes. This "
"prevents the underlying device from becoming non-sparse or growing "
@@ -23790,17 +23809,17 @@ msgstr ""
"ことを避けるためです。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6199
+#: ../fish/guestfish-actions.pod:6206
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:6202
+#: ../fish/guestfish-actions.pod:6209
msgid "zero-device"
msgstr "zero-device"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6204
+#: ../fish/guestfish-actions.pod:6211
#, no-wrap
msgid ""
" zero-device device\n"
@@ -23810,19 +23829,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6206
+#: ../fish/guestfish-actions.pod:6213
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:6214
+#: ../fish/guestfish-actions.pod:6221
msgid "zero-free-space"
msgstr "zero-free-space"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6216
+#: ../fish/guestfish-actions.pod:6223
#, no-wrap
msgid ""
" zero-free-space directory\n"
@@ -23832,7 +23851,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6218 ../src/guestfs-actions.pod:9804
+#: ../fish/guestfish-actions.pod:6225 ../src/guestfs-actions.pod:9811
msgid ""
"Zero the free space in the filesystem mounted on C<directory>. The "
"filesystem must be mounted read-write."
@@ -23841,7 +23860,7 @@ msgstr ""
"す。 ファイルシステムは読み書きモードでマウントする必要があります。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6221 ../src/guestfs-actions.pod:9807
+#: ../fish/guestfish-actions.pod:6228 ../src/guestfs-actions.pod:9814
msgid ""
"The filesystem contents are not affected, but any free space in the "
"filesystem is freed."
@@ -23850,19 +23869,19 @@ msgstr ""
"領域はすべて開放されます。"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6224
+#: ../fish/guestfish-actions.pod:6231
msgid ""
"Free space is not \"trimmed\". You may want to call L</fstrim> either as an "
"alternative to this, or after calling this, depending on your requirements."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6228
+#: ../fish/guestfish-actions.pod:6235
msgid "zerofree"
msgstr "zerofree"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6230
+#: ../fish/guestfish-actions.pod:6237
#, no-wrap
msgid ""
" zerofree device\n"
@@ -23872,7 +23891,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6232 ../src/guestfs-actions.pod:9829
+#: ../fish/guestfish-actions.pod:6239 ../src/guestfs-actions.pod:9836
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 "
@@ -23880,24 +23899,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6237 ../src/guestfs-actions.pod:9834
+#: ../fish/guestfish-actions.pod:6244 ../src/guestfs-actions.pod:9841
msgid "You should B<not> run this program if the filesystem is mounted."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6240 ../src/guestfs-actions.pod:9837
+#: ../fish/guestfish-actions.pod:6247 ../src/guestfs-actions.pod:9844
msgid ""
"It is possible that using this program can damage the filesystem or data on "
"the filesystem."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6243
+#: ../fish/guestfish-actions.pod:6250
msgid "zfgrep"
msgstr "zfgrep"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6245
+#: ../fish/guestfish-actions.pod:6252
#, no-wrap
msgid ""
" zfgrep pattern path\n"
@@ -23907,18 +23926,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6247 ../src/guestfs-actions.pod:9851
+#: ../fish/guestfish-actions.pod:6254 ../src/guestfs-actions.pod:9858
msgid ""
"This calls the external C<zfgrep> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6253
+#: ../fish/guestfish-actions.pod:6260
msgid "zfgrepi"
msgstr "zfgrepi"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6255
+#: ../fish/guestfish-actions.pod:6262
#, no-wrap
msgid ""
" zfgrepi pattern path\n"
@@ -23928,18 +23947,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6257 ../src/guestfs-actions.pod:9870
+#: ../fish/guestfish-actions.pod:6264 ../src/guestfs-actions.pod:9877
msgid ""
"This calls the external C<zfgrep -i> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6263
+#: ../fish/guestfish-actions.pod:6270
msgid "zfile"
msgstr "zfile"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6265
+#: ../fish/guestfish-actions.pod:6272
#, no-wrap
msgid ""
" zfile meth path\n"
@@ -23949,26 +23968,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6267 ../src/guestfs-actions.pod:9896
+#: ../fish/guestfish-actions.pod:6274 ../src/guestfs-actions.pod:9903
msgid ""
"This command runs C<file> after first decompressing C<path> using C<method>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6270 ../src/guestfs-actions.pod:9899
+#: ../fish/guestfish-actions.pod:6277 ../src/guestfs-actions.pod:9906
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:6272
+#: ../fish/guestfish-actions.pod:6279
msgid ""
"Since 1.0.63, use L</file> instead which can now process compressed files."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6275
+#: ../fish/guestfish-actions.pod:6282
msgid ""
"I<This function is deprecated.> In new code, use the L</file> call instead."
msgstr ""
@@ -23976,12 +23995,12 @@ msgstr ""
"ください。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:6282
+#: ../fish/guestfish-actions.pod:6289
msgid "zgrep"
msgstr "zgrep"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6284
+#: ../fish/guestfish-actions.pod:6291
#, no-wrap
msgid ""
" zgrep regex path\n"
@@ -23991,18 +24010,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6286 ../src/guestfs-actions.pod:9916
+#: ../fish/guestfish-actions.pod:6293 ../src/guestfs-actions.pod:9923
msgid ""
"This calls the external C<zgrep> program and returns the matching lines."
msgstr "外部 C<zgrep> プログラムを呼び出し、一致する行を返します。"
#. type: =head2
-#: ../fish/guestfish-actions.pod:6292
+#: ../fish/guestfish-actions.pod:6299
msgid "zgrepi"
msgstr "zgrepi"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6294
+#: ../fish/guestfish-actions.pod:6301
#, no-wrap
msgid ""
" zgrepi regex path\n"
@@ -24012,7 +24031,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6296 ../src/guestfs-actions.pod:9935
+#: ../fish/guestfish-actions.pod:6303 ../src/guestfs-actions.pod:9942
msgid ""
"This calls the external C<zgrep -i> program and returns the matching lines."
msgstr "外部 C<zgrep -i> プログラムを呼び出し、一致する行を返します。"
@@ -33170,39 +33189,39 @@ msgstr ""
#: ../src/guestfs-actions.pod:7712 ../src/guestfs-actions.pod:7726
#: ../src/guestfs-actions.pod:7742 ../src/guestfs-actions.pod:7760
#: ../src/guestfs-actions.pod:7779 ../src/guestfs-actions.pod:7798
-#: ../src/guestfs-actions.pod:7828 ../src/guestfs-actions.pod:7846
-#: ../src/guestfs-actions.pod:7869 ../src/guestfs-actions.pod:7908
-#: ../src/guestfs-actions.pod:7947 ../src/guestfs-actions.pod:7972
-#: ../src/guestfs-actions.pod:7991 ../src/guestfs-actions.pod:8013
-#: ../src/guestfs-actions.pod:8034 ../src/guestfs-actions.pod:8053
-#: ../src/guestfs-actions.pod:8070 ../src/guestfs-actions.pod:8091
-#: ../src/guestfs-actions.pod:8119 ../src/guestfs-actions.pod:8143
-#: ../src/guestfs-actions.pod:8162 ../src/guestfs-actions.pod:8178
-#: ../src/guestfs-actions.pod:8202 ../src/guestfs-actions.pod:8221
-#: ../src/guestfs-actions.pod:8236 ../src/guestfs-actions.pod:8255
-#: ../src/guestfs-actions.pod:8299 ../src/guestfs-actions.pod:8326
-#: ../src/guestfs-actions.pod:8356 ../src/guestfs-actions.pod:8481
-#: ../src/guestfs-actions.pod:8491 ../src/guestfs-actions.pod:8612
-#: ../src/guestfs-actions.pod:8624 ../src/guestfs-actions.pod:8637
-#: ../src/guestfs-actions.pod:8650 ../src/guestfs-actions.pod:8672
-#: ../src/guestfs-actions.pod:8685 ../src/guestfs-actions.pod:8698
-#: ../src/guestfs-actions.pod:8711 ../src/guestfs-actions.pod:8726
-#: ../src/guestfs-actions.pod:8785 ../src/guestfs-actions.pod:8802
-#: ../src/guestfs-actions.pod:8818 ../src/guestfs-actions.pod:8834
-#: ../src/guestfs-actions.pod:8851 ../src/guestfs-actions.pod:8864
-#: ../src/guestfs-actions.pod:8884 ../src/guestfs-actions.pod:8984
-#: ../src/guestfs-actions.pod:9042 ../src/guestfs-actions.pod:9056
-#: ../src/guestfs-actions.pod:9097 ../src/guestfs-actions.pod:9110
-#: ../src/guestfs-actions.pod:9132 ../src/guestfs-actions.pod:9170
-#: ../src/guestfs-actions.pod:9204 ../src/guestfs-actions.pod:9240
-#: ../src/guestfs-actions.pod:9356 ../src/guestfs-actions.pod:9371
-#: ../src/guestfs-actions.pod:9385 ../src/guestfs-actions.pod:9459
-#: ../src/guestfs-actions.pod:9472 ../src/guestfs-actions.pod:9517
-#: ../src/guestfs-actions.pod:9557 ../src/guestfs-actions.pod:9615
-#: ../src/guestfs-actions.pod:9632 ../src/guestfs-actions.pod:9652
-#: ../src/guestfs-actions.pod:9685 ../src/guestfs-actions.pod:9766
-#: ../src/guestfs-actions.pod:9789 ../src/guestfs-actions.pod:9814
-#: ../src/guestfs-actions.pod:9840
+#: ../src/guestfs-actions.pod:7835 ../src/guestfs-actions.pod:7853
+#: ../src/guestfs-actions.pod:7876 ../src/guestfs-actions.pod:7915
+#: ../src/guestfs-actions.pod:7954 ../src/guestfs-actions.pod:7979
+#: ../src/guestfs-actions.pod:7998 ../src/guestfs-actions.pod:8020
+#: ../src/guestfs-actions.pod:8041 ../src/guestfs-actions.pod:8060
+#: ../src/guestfs-actions.pod:8077 ../src/guestfs-actions.pod:8098
+#: ../src/guestfs-actions.pod:8126 ../src/guestfs-actions.pod:8150
+#: ../src/guestfs-actions.pod:8169 ../src/guestfs-actions.pod:8185
+#: ../src/guestfs-actions.pod:8209 ../src/guestfs-actions.pod:8228
+#: ../src/guestfs-actions.pod:8243 ../src/guestfs-actions.pod:8262
+#: ../src/guestfs-actions.pod:8306 ../src/guestfs-actions.pod:8333
+#: ../src/guestfs-actions.pod:8363 ../src/guestfs-actions.pod:8488
+#: ../src/guestfs-actions.pod:8498 ../src/guestfs-actions.pod:8619
+#: ../src/guestfs-actions.pod:8631 ../src/guestfs-actions.pod:8644
+#: ../src/guestfs-actions.pod:8657 ../src/guestfs-actions.pod:8679
+#: ../src/guestfs-actions.pod:8692 ../src/guestfs-actions.pod:8705
+#: ../src/guestfs-actions.pod:8718 ../src/guestfs-actions.pod:8733
+#: ../src/guestfs-actions.pod:8792 ../src/guestfs-actions.pod:8809
+#: ../src/guestfs-actions.pod:8825 ../src/guestfs-actions.pod:8841
+#: ../src/guestfs-actions.pod:8858 ../src/guestfs-actions.pod:8871
+#: ../src/guestfs-actions.pod:8891 ../src/guestfs-actions.pod:8991
+#: ../src/guestfs-actions.pod:9049 ../src/guestfs-actions.pod:9063
+#: ../src/guestfs-actions.pod:9104 ../src/guestfs-actions.pod:9117
+#: ../src/guestfs-actions.pod:9139 ../src/guestfs-actions.pod:9177
+#: ../src/guestfs-actions.pod:9211 ../src/guestfs-actions.pod:9247
+#: ../src/guestfs-actions.pod:9363 ../src/guestfs-actions.pod:9378
+#: ../src/guestfs-actions.pod:9392 ../src/guestfs-actions.pod:9466
+#: ../src/guestfs-actions.pod:9479 ../src/guestfs-actions.pod:9524
+#: ../src/guestfs-actions.pod:9564 ../src/guestfs-actions.pod:9622
+#: ../src/guestfs-actions.pod:9639 ../src/guestfs-actions.pod:9659
+#: ../src/guestfs-actions.pod:9692 ../src/guestfs-actions.pod:9773
+#: ../src/guestfs-actions.pod:9796 ../src/guestfs-actions.pod:9821
+#: ../src/guestfs-actions.pod:9847
msgid "This function returns 0 on success or -1 on error."
msgstr "この関数は、成功のとき 0 を、エラーのとき -1 を返します。"
@@ -33211,10 +33230,10 @@ msgstr "この関数は、成功のとき 0 を、エラーのとき -1 を返
#: ../src/guestfs-actions.pod:1589 ../src/guestfs-actions.pod:2820
#: ../src/guestfs-actions.pod:3057 ../src/guestfs-actions.pod:3182
#: ../src/guestfs-actions.pod:4710 ../src/guestfs-actions.pod:4730
-#: ../src/guestfs-actions.pod:6350 ../src/guestfs-actions.pod:7848
-#: ../src/guestfs-actions.pod:8072 ../src/guestfs-actions.pod:8223
-#: ../src/guestfs-actions.pod:8728 ../src/guestfs-actions.pod:8853
-#: ../src/guestfs-actions.pod:9559
+#: ../src/guestfs-actions.pod:6350 ../src/guestfs-actions.pod:7855
+#: ../src/guestfs-actions.pod:8079 ../src/guestfs-actions.pod:8230
+#: ../src/guestfs-actions.pod:8735 ../src/guestfs-actions.pod:8860
+#: ../src/guestfs-actions.pod:9566
msgid "(Added in 0.3)"
msgstr "(0.3 において追加)"
@@ -33250,8 +33269,8 @@ msgstr ""
#: ../src/guestfs-actions.pod:5969 ../src/guestfs-actions.pod:6082
#: ../src/guestfs-actions.pod:6360 ../src/guestfs-actions.pod:6409
#: ../src/guestfs-actions.pod:6671 ../src/guestfs-actions.pod:6732
-#: ../src/guestfs-actions.pod:6795 ../src/guestfs-actions.pod:7881
-#: ../src/guestfs-actions.pod:8895 ../src/guestfs-actions.pod:9120
+#: ../src/guestfs-actions.pod:6795 ../src/guestfs-actions.pod:7888
+#: ../src/guestfs-actions.pod:8902 ../src/guestfs-actions.pod:9127
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 "
@@ -33308,9 +33327,9 @@ msgstr ""
#: ../src/guestfs-actions.pod:5537 ../src/guestfs-actions.pod:6623
#: ../src/guestfs-actions.pod:6644 ../src/guestfs-actions.pod:6971
#: ../src/guestfs-actions.pod:7209 ../src/guestfs-actions.pod:7403
-#: ../src/guestfs-actions.pod:7429 ../src/guestfs-actions.pod:9083
-#: ../src/guestfs-actions.pod:9570 ../src/guestfs-actions.pod:9583
-#: ../src/guestfs-actions.pod:9596
+#: ../src/guestfs-actions.pod:7429 ../src/guestfs-actions.pod:9090
+#: ../src/guestfs-actions.pod:9577 ../src/guestfs-actions.pod:9590
+#: ../src/guestfs-actions.pod:9603
msgid "On error this function returns -1."
msgstr "この関数はエラーのとき -1 を返します。"
@@ -33367,9 +33386,9 @@ msgstr "これは L</guestfs_add_domain> の \"va_list variant\" です。"
#: ../src/guestfs-actions.pod:6711 ../src/guestfs-actions.pod:6723
#: ../src/guestfs-actions.pod:6762 ../src/guestfs-actions.pod:6773
#: ../src/guestfs-actions.pod:6844 ../src/guestfs-actions.pod:6855
-#: ../src/guestfs-actions.pod:7922 ../src/guestfs-actions.pod:7934
-#: ../src/guestfs-actions.pod:8997 ../src/guestfs-actions.pod:9008
-#: ../src/guestfs-actions.pod:9144 ../src/guestfs-actions.pod:9154
+#: ../src/guestfs-actions.pod:7929 ../src/guestfs-actions.pod:7941
+#: ../src/guestfs-actions.pod:9004 ../src/guestfs-actions.pod:9015
+#: ../src/guestfs-actions.pod:9151 ../src/guestfs-actions.pod:9161
msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
msgstr "L</CALLS WITH OPTIONAL ARGUMENTS> 参照。"
@@ -33793,11 +33812,11 @@ msgstr ""
#: ../src/guestfs-actions.pod:5824 ../src/guestfs-actions.pod:6989
#: ../src/guestfs-actions.pod:7190 ../src/guestfs-actions.pod:7378
#: ../src/guestfs-actions.pod:7556 ../src/guestfs-actions.pod:7605
-#: ../src/guestfs-actions.pod:8374 ../src/guestfs-actions.pod:8390
-#: ../src/guestfs-actions.pod:8414 ../src/guestfs-actions.pod:8438
-#: ../src/guestfs-actions.pod:9299 ../src/guestfs-actions.pod:9318
-#: ../src/guestfs-actions.pod:9336 ../src/guestfs-actions.pod:9529
-#: ../src/guestfs-actions.pod:9904
+#: ../src/guestfs-actions.pod:8381 ../src/guestfs-actions.pod:8397
+#: ../src/guestfs-actions.pod:8421 ../src/guestfs-actions.pod:8445
+#: ../src/guestfs-actions.pod:9306 ../src/guestfs-actions.pod:9325
+#: ../src/guestfs-actions.pod:9343 ../src/guestfs-actions.pod:9536
+#: ../src/guestfs-actions.pod:9911
msgid ""
"This function returns a string, or NULL on error. I<The caller must free "
"the returned string after use>."
@@ -33932,13 +33951,13 @@ msgstr ""
#: ../src/guestfs-actions.pod:5039 ../src/guestfs-actions.pod:5455
#: ../src/guestfs-actions.pod:6591 ../src/guestfs-actions.pod:7350
#: ../src/guestfs-actions.pod:7476 ../src/guestfs-actions.pod:7590
-#: ../src/guestfs-actions.pod:8454 ../src/guestfs-actions.pod:8538
-#: ../src/guestfs-actions.pod:8593 ../src/guestfs-actions.pod:8739
-#: ../src/guestfs-actions.pod:8763 ../src/guestfs-actions.pod:9403
-#: ../src/guestfs-actions.pod:9442 ../src/guestfs-actions.pod:9489
-#: ../src/guestfs-actions.pod:9719 ../src/guestfs-actions.pod:9738
-#: ../src/guestfs-actions.pod:9854 ../src/guestfs-actions.pod:9873
-#: ../src/guestfs-actions.pod:9919 ../src/guestfs-actions.pod:9938
+#: ../src/guestfs-actions.pod:8461 ../src/guestfs-actions.pod:8545
+#: ../src/guestfs-actions.pod:8600 ../src/guestfs-actions.pod:8746
+#: ../src/guestfs-actions.pod:8770 ../src/guestfs-actions.pod:9410
+#: ../src/guestfs-actions.pod:9449 ../src/guestfs-actions.pod:9496
+#: ../src/guestfs-actions.pod:9726 ../src/guestfs-actions.pod:9745
+#: ../src/guestfs-actions.pod:9861 ../src/guestfs-actions.pod:9880
+#: ../src/guestfs-actions.pod:9926 ../src/guestfs-actions.pod:9945
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 "
@@ -33954,9 +33973,9 @@ msgstr ""
#: ../src/guestfs-actions.pod:5958 ../src/guestfs-actions.pod:6595
#: ../src/guestfs-actions.pod:7291 ../src/guestfs-actions.pod:7688
#: ../src/guestfs-actions.pod:7702 ../src/guestfs-actions.pod:7714
-#: ../src/guestfs-actions.pod:8301 ../src/guestfs-actions.pod:9099
-#: ../src/guestfs-actions.pod:9112 ../src/guestfs-actions.pod:9387
-#: ../src/guestfs-actions.pod:9690
+#: ../src/guestfs-actions.pod:8308 ../src/guestfs-actions.pod:9106
+#: ../src/guestfs-actions.pod:9119 ../src/guestfs-actions.pod:9394
+#: ../src/guestfs-actions.pod:9697
msgid "(Added in 0.8)"
msgstr "(0.8 において追加)"
@@ -34228,7 +34247,7 @@ msgstr ""
#: ../src/guestfs-actions.pod:754 ../src/guestfs-actions.pod:3768
#: ../src/guestfs-actions.pod:4036 ../src/guestfs-actions.pod:4883
#: ../src/guestfs-actions.pod:5676 ../src/guestfs-actions.pod:6571
-#: ../src/guestfs-actions.pod:9024
+#: ../src/guestfs-actions.pod:9031
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 "
@@ -34946,7 +34965,7 @@ msgid "See also C<guestfs_realpath>."
msgstr "C<guestfs_realpath> 参照。"
#. type: textblock
-#: ../src/guestfs-actions.pod:1238 ../src/guestfs-actions.pod:9321
+#: ../src/guestfs-actions.pod:1238 ../src/guestfs-actions.pod:9328
msgid "(Added in 1.0.75)"
msgstr "(1.0.75 において追加)"
@@ -34983,8 +35002,8 @@ msgstr ""
#: ../src/guestfs-actions.pod:4922 ../src/guestfs-actions.pod:4939
#: ../src/guestfs-actions.pod:5043 ../src/guestfs-actions.pod:5459
#: ../src/guestfs-actions.pod:5473 ../src/guestfs-actions.pod:7354
-#: ../src/guestfs-actions.pod:7368 ../src/guestfs-actions.pod:9493
-#: ../src/guestfs-actions.pod:9507
+#: ../src/guestfs-actions.pod:7368 ../src/guestfs-actions.pod:9500
+#: ../src/guestfs-actions.pod:9514
msgid "(Added in 0.4)"
msgstr "(0.4 において追加)"
@@ -35027,7 +35046,7 @@ msgstr ""
#: ../src/guestfs-actions.pod:1316 ../src/guestfs-actions.pod:2001
#: ../src/guestfs-actions.pod:3148 ../src/guestfs-actions.pod:4504
#: ../src/guestfs-actions.pod:4565 ../src/guestfs-actions.pod:4592
-#: ../src/guestfs-actions.pod:9177
+#: ../src/guestfs-actions.pod:9184
msgid "(Added in 1.0.2)"
msgstr "(1.0.2 において追加)"
@@ -35064,8 +35083,8 @@ msgstr ""
#: ../src/guestfs-actions.pod:1332 ../src/guestfs-actions.pod:6785
#: ../src/guestfs-actions.pod:6921 ../src/guestfs-actions.pod:6955
#: ../src/guestfs-actions.pod:6973 ../src/guestfs-actions.pod:7155
-#: ../src/guestfs-actions.pod:9044 ../src/guestfs-actions.pod:9058
-#: ../src/guestfs-actions.pod:9519
+#: ../src/guestfs-actions.pod:9051 ../src/guestfs-actions.pod:9065
+#: ../src/guestfs-actions.pod:9526
msgid "(Added in 1.3.2)"
msgstr "(1.3.2 において追加)"
@@ -35253,7 +35272,7 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:1484 ../src/guestfs-actions.pod:1543
-#: ../src/guestfs-actions.pod:3134 ../src/guestfs-actions.pod:8180
+#: ../src/guestfs-actions.pod:3134 ../src/guestfs-actions.pod:8187
msgid "(Added in 1.13.15)"
msgstr "(1.13.15 において追加)"
@@ -35489,9 +35508,9 @@ msgstr ""
#: ../src/guestfs-actions.pod:1847 ../src/guestfs-actions.pod:1996
#: ../src/guestfs-actions.pod:2027 ../src/guestfs-actions.pod:2072
#: ../src/guestfs-actions.pod:2539 ../src/guestfs-actions.pod:2561
-#: ../src/guestfs-actions.pod:4725 ../src/guestfs-actions.pod:9172
-#: ../src/guestfs-actions.pod:9206 ../src/guestfs-actions.pod:9768
-#: ../src/guestfs-actions.pod:9791 ../src/guestfs-actions.pod:9816
+#: ../src/guestfs-actions.pod:4725 ../src/guestfs-actions.pod:9179
+#: ../src/guestfs-actions.pod:9213 ../src/guestfs-actions.pod:9775
+#: ../src/guestfs-actions.pod:9798 ../src/guestfs-actions.pod:9823
msgid ""
"This long-running command can generate progress notification messages so "
"that the caller can display a progress bar or indicator. To receive these "
@@ -35892,8 +35911,8 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:1852 ../src/guestfs-actions.pod:5486
-#: ../src/guestfs-actions.pod:7381 ../src/guestfs-actions.pod:9407
-#: ../src/guestfs-actions.pod:9446 ../src/guestfs-actions.pod:9532
+#: ../src/guestfs-actions.pod:7381 ../src/guestfs-actions.pod:9414
+#: ../src/guestfs-actions.pod:9453 ../src/guestfs-actions.pod:9539
msgid "(Added in 1.0.87)"
msgstr "(1.0.87 において追加)"
@@ -36033,9 +36052,9 @@ msgstr ""
#: ../src/guestfs-actions.pod:2077 ../src/guestfs-actions.pod:3377
#: ../src/guestfs-actions.pod:3401 ../src/guestfs-actions.pod:3469
#: ../src/guestfs-actions.pod:5827 ../src/guestfs-actions.pod:6509
-#: ../src/guestfs-actions.pod:8746 ../src/guestfs-actions.pod:8770
-#: ../src/guestfs-actions.pod:9572 ../src/guestfs-actions.pod:9585
-#: ../src/guestfs-actions.pod:9598
+#: ../src/guestfs-actions.pod:8753 ../src/guestfs-actions.pod:8777
+#: ../src/guestfs-actions.pod:9579 ../src/guestfs-actions.pod:9592
+#: ../src/guestfs-actions.pod:9605
msgid "(Added in 1.0.54)"
msgstr "(1.0.54 において追加)"
@@ -36146,7 +36165,7 @@ msgid "See also C<guestfs_download>, C<guestfs_pread>."
msgstr "C<guestfs_download>, C<guestfs_pread> 参照。"
#. type: textblock
-#: ../src/guestfs-actions.pod:2032 ../src/guestfs-actions.pod:9211
+#: ../src/guestfs-actions.pod:2032 ../src/guestfs-actions.pod:9218
msgid "(Added in 1.5.17)"
msgstr "(1.5.17 において追加)"
@@ -36337,7 +36356,7 @@ msgstr "C<guestfs_ping_daemon> 参照。"
#. type: textblock
#: ../src/guestfs-actions.pod:2179 ../src/guestfs-actions.pod:3159
-#: ../src/guestfs-actions.pod:8204
+#: ../src/guestfs-actions.pod:8211
msgid "(Added in 1.0.69)"
msgstr "(1.0.69 において追加)"
@@ -36373,13 +36392,13 @@ msgstr ""
#: ../src/guestfs-actions.pod:4982 ../src/guestfs-actions.pod:4995
#: ../src/guestfs-actions.pod:5009 ../src/guestfs-actions.pod:6303
#: ../src/guestfs-actions.pod:7559 ../src/guestfs-actions.pod:7608
-#: ../src/guestfs-actions.pod:8614 ../src/guestfs-actions.pod:8626
-#: ../src/guestfs-actions.pod:8639 ../src/guestfs-actions.pod:8652
-#: ../src/guestfs-actions.pod:8674 ../src/guestfs-actions.pod:8687
-#: ../src/guestfs-actions.pod:8700 ../src/guestfs-actions.pod:8713
-#: ../src/guestfs-actions.pod:9726 ../src/guestfs-actions.pod:9745
-#: ../src/guestfs-actions.pod:9861 ../src/guestfs-actions.pod:9880
-#: ../src/guestfs-actions.pod:9926 ../src/guestfs-actions.pod:9945
+#: ../src/guestfs-actions.pod:8621 ../src/guestfs-actions.pod:8633
+#: ../src/guestfs-actions.pod:8646 ../src/guestfs-actions.pod:8659
+#: ../src/guestfs-actions.pod:8681 ../src/guestfs-actions.pod:8694
+#: ../src/guestfs-actions.pod:8707 ../src/guestfs-actions.pod:8720
+#: ../src/guestfs-actions.pod:9733 ../src/guestfs-actions.pod:9752
+#: ../src/guestfs-actions.pod:9868 ../src/guestfs-actions.pod:9887
+#: ../src/guestfs-actions.pod:9933 ../src/guestfs-actions.pod:9952
msgid "(Added in 1.0.66)"
msgstr "(1.0.66 において追加)"
@@ -36899,7 +36918,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2721 ../src/guestfs-actions.pod:9773
+#: ../src/guestfs-actions.pod:2721 ../src/guestfs-actions.pod:9780
msgid "(Added in 1.0.16)"
msgstr "(1.0.16 において追加)"
@@ -37012,10 +37031,10 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:2797 ../src/guestfs-actions.pod:7321
-#: ../src/guestfs-actions.pod:7800 ../src/guestfs-actions.pod:8358
-#: ../src/guestfs-actions.pod:8377 ../src/guestfs-actions.pod:8393
-#: ../src/guestfs-actions.pod:8417 ../src/guestfs-actions.pod:9358
-#: ../src/guestfs-actions.pod:9373 ../src/guestfs-actions.pod:9842
+#: ../src/guestfs-actions.pod:7800 ../src/guestfs-actions.pod:8365
+#: ../src/guestfs-actions.pod:8384 ../src/guestfs-actions.pod:8400
+#: ../src/guestfs-actions.pod:8424 ../src/guestfs-actions.pod:9365
+#: ../src/guestfs-actions.pod:9380 ../src/guestfs-actions.pod:9849
msgid "(Added in 1.0.26)"
msgstr "(1.0.26 において追加)"
@@ -37042,7 +37061,7 @@ msgid "Return the current attach method. See C<guestfs_set_attach_method>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2809 ../src/guestfs-actions.pod:7830
+#: ../src/guestfs-actions.pod:2809 ../src/guestfs-actions.pod:7837
msgid "(Added in 1.9.8)"
msgstr "(1.9.8 において追加)"
@@ -37081,7 +37100,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2831 ../src/guestfs-actions.pod:7871
+#: ../src/guestfs-actions.pod:2831 ../src/guestfs-actions.pod:7878
msgid "(Added in 1.0.72)"
msgstr "(1.0.72 において追加)"
@@ -37118,7 +37137,7 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:2950 ../src/guestfs-actions.pod:2970
-#: ../src/guestfs-actions.pod:7910 ../src/guestfs-actions.pod:7949
+#: ../src/guestfs-actions.pod:7917 ../src/guestfs-actions.pod:7956
msgid "(Added in 1.17.31)"
msgstr "(1.17.31 にて追加)"
@@ -37176,7 +37195,7 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:2991 ../src/guestfs-actions.pod:3012
-#: ../src/guestfs-actions.pod:7974 ../src/guestfs-actions.pod:7993
+#: ../src/guestfs-actions.pod:7981 ../src/guestfs-actions.pod:8000
msgid "(Added in 1.0.15)"
msgstr "(1.0.15 において追加)"
@@ -37238,8 +37257,8 @@ msgstr ""
#: ../src/guestfs-actions.pod:6208 ../src/guestfs-actions.pod:6227
#: ../src/guestfs-actions.pod:6246 ../src/guestfs-actions.pod:6258
#: ../src/guestfs-actions.pod:6275 ../src/guestfs-actions.pod:6288
-#: ../src/guestfs-actions.pod:7546 ../src/guestfs-actions.pod:8036
-#: ../src/guestfs-actions.pod:8328 ../src/guestfs-actions.pod:9085
+#: ../src/guestfs-actions.pod:7546 ../src/guestfs-actions.pod:8043
+#: ../src/guestfs-actions.pod:8335 ../src/guestfs-actions.pod:9092
msgid "(Added in 1.0.55)"
msgstr "(1.0.55 において追加)"
@@ -37261,7 +37280,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3042 ../src/guestfs-actions.pod:8055
+#: ../src/guestfs-actions.pod:3042 ../src/guestfs-actions.pod:8062
msgid "(Added in 1.5.4)"
msgstr "(1.5.4 において追加)"
@@ -37307,8 +37326,8 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3068 ../src/guestfs-actions.pod:8093
-#: ../src/guestfs-actions.pod:9657
+#: ../src/guestfs-actions.pod:3068 ../src/guestfs-actions.pod:8100
+#: ../src/guestfs-actions.pod:9664
msgid "(Added in 1.11.18)"
msgstr "(1.11.18 において追加)"
@@ -37352,7 +37371,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3097 ../src/guestfs-actions.pod:8121
+#: ../src/guestfs-actions.pod:3097 ../src/guestfs-actions.pod:8128
msgid "(Added in 1.0.6)"
msgstr "(1.0.6 において追加)"
@@ -37377,9 +37396,9 @@ msgstr ""
#: ../src/guestfs-actions.pod:3108 ../src/guestfs-actions.pod:4750
#: ../src/guestfs-actions.pod:5110 ../src/guestfs-actions.pod:5521
#: ../src/guestfs-actions.pod:5784 ../src/guestfs-actions.pod:7251
-#: ../src/guestfs-actions.pod:7594 ../src/guestfs-actions.pod:8145
-#: ../src/guestfs-actions.pod:8866 ../src/guestfs-actions.pod:8886
-#: ../src/guestfs-actions.pod:9242
+#: ../src/guestfs-actions.pod:7594 ../src/guestfs-actions.pod:8152
+#: ../src/guestfs-actions.pod:8873 ../src/guestfs-actions.pod:8893
+#: ../src/guestfs-actions.pod:9249
msgid "(Added in 1.0.77)"
msgstr "(1.0.77 において追加)"
@@ -37409,7 +37428,7 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:3123 ../src/guestfs-actions.pod:3197
-#: ../src/guestfs-actions.pod:8164 ../src/guestfs-actions.pod:8238
+#: ../src/guestfs-actions.pod:8171 ../src/guestfs-actions.pod:8245
msgid "(Added in 1.0.67)"
msgstr "(1.0.67 において追加)"
@@ -37580,7 +37599,7 @@ msgstr "関連項目: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>"
#: ../src/guestfs-actions.pod:3223 ../src/guestfs-actions.pod:3440
#: ../src/guestfs-actions.pod:3932 ../src/guestfs-actions.pod:4776
#: ../src/guestfs-actions.pod:7244 ../src/guestfs-actions.pod:7270
-#: ../src/guestfs-actions.pod:7451 ../src/guestfs-actions.pod:9422
+#: ../src/guestfs-actions.pod:7451 ../src/guestfs-actions.pod:9429
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 "
@@ -37627,8 +37646,8 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:3247 ../src/guestfs-actions.pod:4796
#: ../src/guestfs-actions.pod:5024 ../src/guestfs-actions.pod:5060
-#: ../src/guestfs-actions.pod:7624 ../src/guestfs-actions.pod:8257
-#: ../src/guestfs-actions.pod:9907
+#: ../src/guestfs-actions.pod:7624 ../src/guestfs-actions.pod:8264
+#: ../src/guestfs-actions.pod:9914
msgid "(Added in 1.0.59)"
msgstr "(1.0.59 において追加)"
@@ -37660,8 +37679,8 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3274 ../src/guestfs-actions.pod:8441
-#: ../src/guestfs-actions.pod:8458
+#: ../src/guestfs-actions.pod:3274 ../src/guestfs-actions.pod:8448
+#: ../src/guestfs-actions.pod:8465
msgid "(Added in 1.0.50)"
msgstr "(1.0.50 において追加)"
@@ -37793,8 +37812,8 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3418 ../src/guestfs-actions.pod:8545
-#: ../src/guestfs-actions.pod:8600
+#: ../src/guestfs-actions.pod:3418 ../src/guestfs-actions.pod:8552
+#: ../src/guestfs-actions.pod:8607
msgid "(Added in 1.0.22)"
msgstr "(1.0.22 において追加)"
@@ -39310,7 +39329,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4902 ../src/guestfs-actions.pod:8986
+#: ../src/guestfs-actions.pod:4902 ../src/guestfs-actions.pod:8993
msgid "(Added in 1.15.4)"
msgstr "(1.15.4 において追加)"
@@ -39377,7 +39396,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4955 ../src/guestfs-actions.pod:9617
+#: ../src/guestfs-actions.pod:4955 ../src/guestfs-actions.pod:9624
msgid "(Added in 1.17.6)"
msgstr "(1.17.6 において追加)"
@@ -39586,7 +39605,7 @@ msgstr ""
"です。そしてリンクは、参照しているファイルではなく、stat-ed です。"
#. type: textblock
-#: ../src/guestfs-actions.pod:5076 ../src/guestfs-actions.pod:8505
+#: ../src/guestfs-actions.pod:5076 ../src/guestfs-actions.pod:8512
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>."
@@ -39595,8 +39614,8 @@ msgstr ""
"呼び出し元は使用後に C<guestfs_free_stat> を呼び出す必要があります>。"
#. type: textblock
-#: ../src/guestfs-actions.pod:5080 ../src/guestfs-actions.pod:8509
-#: ../src/guestfs-actions.pod:8527 ../src/guestfs-actions.pod:9030
+#: ../src/guestfs-actions.pod:5080 ../src/guestfs-actions.pod:8516
+#: ../src/guestfs-actions.pod:8534 ../src/guestfs-actions.pod:9037
msgid "(Added in 0.9.2)"
msgstr "(0.9.2 において追加)"
@@ -39925,7 +39944,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5299 ../src/guestfs-actions.pod:9821
+#: ../src/guestfs-actions.pod:5299 ../src/guestfs-actions.pod:9828
msgid "(Added in 1.17.18)"
msgstr "(1.17.18 にて追加)"
@@ -40039,7 +40058,7 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:5395 ../src/guestfs-actions.pod:7308
-#: ../src/guestfs-actions.pod:9461
+#: ../src/guestfs-actions.pod:9468
msgid "(Added in 1.0.13)"
msgstr "(1.0.13 において追加)"
@@ -40065,7 +40084,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5408 ../src/guestfs-actions.pod:9474
+#: ../src/guestfs-actions.pod:5408 ../src/guestfs-actions.pod:9481
msgid "(Added in 1.0.83)"
msgstr "(1.0.83 において追加)"
@@ -41411,7 +41430,7 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:6445 ../src/guestfs-actions.pod:6494
-#: ../src/guestfs-actions.pod:9134
+#: ../src/guestfs-actions.pod:9141
msgid "(Added in 1.17.22)"
msgstr "(1.17.22 にて追加)"
@@ -41779,7 +41798,7 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:6661 ../src/guestfs-actions.pod:6699
-#: ../src/guestfs-actions.pod:6751 ../src/guestfs-actions.pod:8015
+#: ../src/guestfs-actions.pod:6751 ../src/guestfs-actions.pod:8022
msgid "(Added in 1.17.9)"
msgstr "(1.17.9 において追加)"
@@ -42139,7 +42158,7 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:6876 ../src/guestfs-actions.pod:7335
#: ../src/guestfs-actions.pod:7408 ../src/guestfs-actions.pod:7676
-#: ../src/guestfs-actions.pod:9637
+#: ../src/guestfs-actions.pod:9644
msgid "(Added in 1.3.14)"
msgstr "(1.3.14 において追加)"
@@ -43273,12 +43292,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7832
+#: ../src/guestfs-actions.pod:7839
msgid "guestfs_set_autosync"
msgstr "guestfs_set_autosync"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7834
+#: ../src/guestfs-actions.pod:7841
#, no-wrap
msgid ""
" int\n"
@@ -43292,12 +43311,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7850
+#: ../src/guestfs-actions.pod:7857
msgid "guestfs_set_direct"
msgstr "guestfs_set_direct"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7852
+#: ../src/guestfs-actions.pod:7859
#, no-wrap
msgid ""
" int\n"
@@ -43311,7 +43330,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7860
+#: ../src/guestfs-actions.pod:7867
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 "
@@ -43319,12 +43338,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7873
+#: ../src/guestfs-actions.pod:7880
msgid "guestfs_set_e2attrs"
msgstr "guestfs_set_e2attrs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7875
+#: ../src/guestfs-actions.pod:7882
#, no-wrap
msgid ""
" int\n"
@@ -43342,7 +43361,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7886
+#: ../src/guestfs-actions.pod:7893
#, no-wrap
msgid ""
" GUESTFS_SET_E2ATTRS_CLEAR, int clear,\n"
@@ -43352,7 +43371,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7891
+#: ../src/guestfs-actions.pod:7898
msgid ""
"C<attrs> is a string of characters representing file attributes. See "
"C<guestfs_get_e2attrs> for a list of possible attributes. Not all "
@@ -43363,12 +43382,12 @@ msgstr ""
"りません。"
#. type: =head2
-#: ../src/guestfs-actions.pod:7912
+#: ../src/guestfs-actions.pod:7919
msgid "guestfs_set_e2attrs_va"
msgstr "guestfs_set_e2attrs_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7914
+#: ../src/guestfs-actions.pod:7921
#, no-wrap
msgid ""
" int\n"
@@ -43386,17 +43405,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7920
+#: ../src/guestfs-actions.pod:7927
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:7924
+#: ../src/guestfs-actions.pod:7931
msgid "guestfs_set_e2attrs_argv"
msgstr "guestfs_set_e2attrs_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7926
+#: ../src/guestfs-actions.pod:7933
#, no-wrap
msgid ""
" int\n"
@@ -43414,17 +43433,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7932
+#: ../src/guestfs-actions.pod:7939
msgid "This is the \"argv variant\" of L</guestfs_set_e2attrs>."
msgstr "これは L</guestfs_set_e2attrs> の \"argv variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:7936
+#: ../src/guestfs-actions.pod:7943
msgid "guestfs_set_e2generation"
msgstr "guestfs_set_e2generation"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7938
+#: ../src/guestfs-actions.pod:7945
#, no-wrap
msgid ""
" int\n"
@@ -43440,17 +43459,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7945
+#: ../src/guestfs-actions.pod:7952
msgid "See C<guestfs_get_e2generation>."
msgstr "C<guestfs_get_e2generation> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:7951
+#: ../src/guestfs-actions.pod:7958
msgid "guestfs_set_e2label"
msgstr "guestfs_set_e2label"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7953
+#: ../src/guestfs-actions.pod:7960
#, no-wrap
msgid ""
" int\n"
@@ -43466,7 +43485,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7958
+#: ../src/guestfs-actions.pod:7965
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_set_label> "
"call instead."
@@ -43475,19 +43494,19 @@ msgstr ""
"guestfs_set_label> を使用してください。"
#. type: textblock
-#: ../src/guestfs-actions.pod:7969
+#: ../src/guestfs-actions.pod:7976
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:7976
+#: ../src/guestfs-actions.pod:7983
msgid "guestfs_set_e2uuid"
msgstr "guestfs_set_e2uuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7978
+#: ../src/guestfs-actions.pod:7985
#, no-wrap
msgid ""
" int\n"
@@ -43503,19 +43522,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7988
+#: ../src/guestfs-actions.pod:7995
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:7995
+#: ../src/guestfs-actions.pod:8002
msgid "guestfs_set_label"
msgstr "guestfs_set_label"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7997
+#: ../src/guestfs-actions.pod:8004
#, no-wrap
msgid ""
" int\n"
@@ -43531,19 +43550,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8011
+#: ../src/guestfs-actions.pod:8018
msgid "To read the label on a filesystem, call C<guestfs_vfs_label>."
msgstr ""
"ファイルシステムにあるラベルを読み込むには C<guestfs_vfs_label> を呼び出しま"
"す。"
#. type: =head2
-#: ../src/guestfs-actions.pod:8017
+#: ../src/guestfs-actions.pod:8024
msgid "guestfs_set_memsize"
msgstr "guestfs_set_memsize"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8019
+#: ../src/guestfs-actions.pod:8026
#, no-wrap
msgid ""
" int\n"
@@ -43557,19 +43576,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8023
+#: ../src/guestfs-actions.pod:8030
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:8038
+#: ../src/guestfs-actions.pod:8045
msgid "guestfs_set_network"
msgstr "guestfs_set_network"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8040
+#: ../src/guestfs-actions.pod:8047
#, no-wrap
msgid ""
" int\n"
@@ -43583,19 +43602,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8050
+#: ../src/guestfs-actions.pod:8057
msgid ""
"You must call this before calling C<guestfs_launch>, otherwise it has no "
"effect."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8057
+#: ../src/guestfs-actions.pod:8064
msgid "guestfs_set_path"
msgstr "guestfs_set_path"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8059
+#: ../src/guestfs-actions.pod:8066
#, no-wrap
msgid ""
" int\n"
@@ -43609,12 +43628,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8074
+#: ../src/guestfs-actions.pod:8081
msgid "guestfs_set_pgroup"
msgstr "guestfs_set_pgroup"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8076
+#: ../src/guestfs-actions.pod:8083
#, no-wrap
msgid ""
" int\n"
@@ -43628,7 +43647,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8086
+#: ../src/guestfs-actions.pod:8093
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, "
@@ -43637,12 +43656,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8095
+#: ../src/guestfs-actions.pod:8102
msgid "guestfs_set_qemu"
msgstr "guestfs_set_qemu"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8097
+#: ../src/guestfs-actions.pod:8104
#, no-wrap
msgid ""
" int\n"
@@ -43656,12 +43675,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8123
+#: ../src/guestfs-actions.pod:8130
msgid "guestfs_set_recovery_proc"
msgstr "guestfs_set_recovery_proc"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8125
+#: ../src/guestfs-actions.pod:8132
#, no-wrap
msgid ""
" int\n"
@@ -43675,7 +43694,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8129
+#: ../src/guestfs-actions.pod:8136
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 "
@@ -43684,19 +43703,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8134
+#: ../src/guestfs-actions.pod:8141
msgid ""
"This only has any effect if called before C<guestfs_launch>, and the default "
"is true."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8147
+#: ../src/guestfs-actions.pod:8154
msgid "guestfs_set_selinux"
msgstr "guestfs_set_selinux"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8149
+#: ../src/guestfs-actions.pod:8156
#, no-wrap
msgid ""
" int\n"
@@ -43710,12 +43729,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8166
+#: ../src/guestfs-actions.pod:8173
msgid "guestfs_set_smp"
msgstr "guestfs_set_smp"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8168
+#: ../src/guestfs-actions.pod:8175
#, no-wrap
msgid ""
" int\n"
@@ -43729,17 +43748,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8176
+#: ../src/guestfs-actions.pod:8183
msgid "This function must be called before C<guestfs_launch>."
msgstr "この関数は C<guestfs_launch> の前に呼び出す必要があります。"
#. type: =head2
-#: ../src/guestfs-actions.pod:8182
+#: ../src/guestfs-actions.pod:8189
msgid "guestfs_set_trace"
msgstr "guestfs_set_trace"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8184
+#: ../src/guestfs-actions.pod:8191
#, no-wrap
msgid ""
" int\n"
@@ -43753,19 +43772,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8198
+#: ../src/guestfs-actions.pod:8205
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:8206
+#: ../src/guestfs-actions.pod:8213
msgid "guestfs_set_verbose"
msgstr "guestfs_set_verbose"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8208
+#: ../src/guestfs-actions.pod:8215
#, no-wrap
msgid ""
" int\n"
@@ -43779,19 +43798,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8217
+#: ../src/guestfs-actions.pod:8224
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:8225
+#: ../src/guestfs-actions.pod:8232
msgid "guestfs_setcon"
msgstr "guestfs_setcon"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8227
+#: ../src/guestfs-actions.pod:8234
#, no-wrap
msgid ""
" int\n"
@@ -43805,12 +43824,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8240
+#: ../src/guestfs-actions.pod:8247
msgid "guestfs_setxattr"
msgstr "guestfs_setxattr"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8242
+#: ../src/guestfs-actions.pod:8249
#, no-wrap
msgid ""
" int\n"
@@ -43830,17 +43849,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8253
+#: ../src/guestfs-actions.pod:8260
msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
msgstr "関連項目: C<guestfs_lsetxattr>, L<attr(5)>"
#. type: =head2
-#: ../src/guestfs-actions.pod:8259
+#: ../src/guestfs-actions.pod:8266
msgid "guestfs_sfdisk"
msgstr "guestfs_sfdisk"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8261
+#: ../src/guestfs-actions.pod:8268
#, no-wrap
msgid ""
" int\n"
@@ -43862,8 +43881,8 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8269 ../src/guestfs-actions.pod:8310
-#: ../src/guestfs-actions.pod:8341
+#: ../src/guestfs-actions.pod:8276 ../src/guestfs-actions.pod:8317
+#: ../src/guestfs-actions.pod:8348
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_part_add> "
"call instead."
@@ -43872,19 +43891,19 @@ msgstr ""
"guestfs_part_add> を使用してください。"
#. type: textblock
-#: ../src/guestfs-actions.pod:8296
+#: ../src/guestfs-actions.pod:8303
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:8303
+#: ../src/guestfs-actions.pod:8310
msgid "guestfs_sfdiskM"
msgstr "guestfs_sfdiskM"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8305
+#: ../src/guestfs-actions.pod:8312
#, no-wrap
msgid ""
" int\n"
@@ -43900,7 +43919,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8317
+#: ../src/guestfs-actions.pod:8324
msgid ""
"This is a simplified interface to the C<guestfs_sfdisk> command, where "
"partition sizes are specified in megabytes only (rounded to the nearest "
@@ -43909,7 +43928,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8323
+#: ../src/guestfs-actions.pod:8330
msgid ""
"See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
"C<guestfs_part_disk>"
@@ -43918,12 +43937,12 @@ msgstr ""
"C<guestfs_part_disk>"
#. type: =head2
-#: ../src/guestfs-actions.pod:8330
+#: ../src/guestfs-actions.pod:8337
msgid "guestfs_sfdisk_N"
msgstr "guestfs_sfdisk_N"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8332
+#: ../src/guestfs-actions.pod:8339
#, no-wrap
msgid ""
" int\n"
@@ -43947,24 +43966,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8351
+#: ../src/guestfs-actions.pod:8358
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:8354
+#: ../src/guestfs-actions.pod:8361
msgid "See also: C<guestfs_part_add>"
msgstr "関連項目: C<guestfs_part_add>"
#. type: =head2
-#: ../src/guestfs-actions.pod:8360
+#: ../src/guestfs-actions.pod:8367
msgid "guestfs_sfdisk_disk_geometry"
msgstr "guestfs_sfdisk_disk_geometry"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8362
+#: ../src/guestfs-actions.pod:8369
#, no-wrap
msgid ""
" char *\n"
@@ -43978,7 +43997,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8366
+#: ../src/guestfs-actions.pod:8373
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, "
@@ -43987,12 +44006,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8379
+#: ../src/guestfs-actions.pod:8386
msgid "guestfs_sfdisk_kernel_geometry"
msgstr "guestfs_sfdisk_kernel_geometry"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8381
+#: ../src/guestfs-actions.pod:8388
#, no-wrap
msgid ""
" char *\n"
@@ -44006,12 +44025,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8395
+#: ../src/guestfs-actions.pod:8402
msgid "guestfs_sfdisk_l"
msgstr "guestfs_sfdisk_l"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8397
+#: ../src/guestfs-actions.pod:8404
#, no-wrap
msgid ""
" char *\n"
@@ -44025,7 +44044,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8401
+#: ../src/guestfs-actions.pod:8408
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_part_list> "
"call instead."
@@ -44034,17 +44053,17 @@ msgstr ""
"guestfs_part_list> を使用してください。"
#. type: textblock
-#: ../src/guestfs-actions.pod:8412
+#: ../src/guestfs-actions.pod:8419
msgid "See also: C<guestfs_part_list>"
msgstr "関連項目: C<guestfs_part_list>"
#. type: =head2
-#: ../src/guestfs-actions.pod:8419
+#: ../src/guestfs-actions.pod:8426
msgid "guestfs_sh"
msgstr "guestfs_sh"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8421
+#: ../src/guestfs-actions.pod:8428
#, no-wrap
msgid ""
" char *\n"
@@ -44058,22 +44077,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8428
+#: ../src/guestfs-actions.pod:8435
msgid "This is like C<guestfs_command>, but passes the command to:"
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8436
+#: ../src/guestfs-actions.pod:8443
msgid "All the provisos about C<guestfs_command> apply to this call."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8443
+#: ../src/guestfs-actions.pod:8450
msgid "guestfs_sh_lines"
msgstr "guestfs_sh_lines"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8445
+#: ../src/guestfs-actions.pod:8452
#, no-wrap
msgid ""
" char **\n"
@@ -44087,24 +44106,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8449
+#: ../src/guestfs-actions.pod:8456
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:8452
+#: ../src/guestfs-actions.pod:8459
msgid "See also: C<guestfs_command_lines>"
msgstr "関連項目: C<guestfs_command_lines>"
#. type: =head2
-#: ../src/guestfs-actions.pod:8460
+#: ../src/guestfs-actions.pod:8467
msgid "guestfs_shutdown"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8462
+#: ../src/guestfs-actions.pod:8469
#, no-wrap
msgid ""
" int\n"
@@ -44113,7 +44132,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8465
+#: ../src/guestfs-actions.pod:8472
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 "
@@ -44121,26 +44140,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8475
+#: ../src/guestfs-actions.pod:8482
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:8478
+#: ../src/guestfs-actions.pod:8485
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:8483
+#: ../src/guestfs-actions.pod:8490
msgid "guestfs_sleep"
msgstr "guestfs_sleep"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8485
+#: ../src/guestfs-actions.pod:8492
#, no-wrap
msgid ""
" int\n"
@@ -44154,17 +44173,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8493
+#: ../src/guestfs-actions.pod:8500
msgid "(Added in 1.0.41)"
msgstr "(1.0.41 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:8495 ../src/guestfs-structs.pod:109
+#: ../src/guestfs-actions.pod:8502 ../src/guestfs-structs.pod:109
msgid "guestfs_stat"
msgstr "guestfs_stat"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8497
+#: ../src/guestfs-actions.pod:8504
#, no-wrap
msgid ""
" struct guestfs_stat *\n"
@@ -44178,12 +44197,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8511 ../src/guestfs-structs.pod:135
+#: ../src/guestfs-actions.pod:8518 ../src/guestfs-structs.pod:135
msgid "guestfs_statvfs"
msgstr "guestfs_statvfs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8513
+#: ../src/guestfs-actions.pod:8520
#, no-wrap
msgid ""
" struct guestfs_statvfs *\n"
@@ -44197,19 +44216,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8523
+#: ../src/guestfs-actions.pod:8530
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:8529
+#: ../src/guestfs-actions.pod:8536
msgid "guestfs_strings"
msgstr "guestfs_strings"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8531
+#: ../src/guestfs-actions.pod:8538
#, no-wrap
msgid ""
" char **\n"
@@ -44223,12 +44242,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8547
+#: ../src/guestfs-actions.pod:8554
msgid "guestfs_strings_e"
msgstr "guestfs_strings_e"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8549
+#: ../src/guestfs-actions.pod:8556
#, no-wrap
msgid ""
" char **\n"
@@ -44244,14 +44263,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8554
+#: ../src/guestfs-actions.pod:8561
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:8564
+#: ../src/guestfs-actions.pod:8571
msgid ""
"Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
"ISO-8859-X (this is what C<guestfs_strings> uses)."
@@ -44260,12 +44279,12 @@ msgstr ""
"す) のような単一の 7 ビットのバイト文字。"
#. type: =head2
-#: ../src/guestfs-actions.pod:8602
+#: ../src/guestfs-actions.pod:8609
msgid "guestfs_swapoff_device"
msgstr "guestfs_swapoff_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8604
+#: ../src/guestfs-actions.pod:8611
#, no-wrap
msgid ""
" int\n"
@@ -44279,7 +44298,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8608
+#: ../src/guestfs-actions.pod:8615
msgid ""
"This command disables the libguestfs appliance swap device or partition "
"named C<device>. See C<guestfs_swapon_device>."
@@ -44288,12 +44307,12 @@ msgstr ""
"う名前のパーティションを無効にします。 C<guestfs_swapon_device> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:8616
+#: ../src/guestfs-actions.pod:8623
msgid "guestfs_swapoff_file"
msgstr "guestfs_swapoff_file"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8618
+#: ../src/guestfs-actions.pod:8625
#, no-wrap
msgid ""
" int\n"
@@ -44307,12 +44326,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8628
+#: ../src/guestfs-actions.pod:8635
msgid "guestfs_swapoff_label"
msgstr "guestfs_swapoff_label"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8630
+#: ../src/guestfs-actions.pod:8637
#, no-wrap
msgid ""
" int\n"
@@ -44326,12 +44345,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8641
+#: ../src/guestfs-actions.pod:8648
msgid "guestfs_swapoff_uuid"
msgstr "guestfs_swapoff_uuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8643
+#: ../src/guestfs-actions.pod:8650
#, no-wrap
msgid ""
" int\n"
@@ -44345,12 +44364,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8654
+#: ../src/guestfs-actions.pod:8661
msgid "guestfs_swapon_device"
msgstr "guestfs_swapon_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8656
+#: ../src/guestfs-actions.pod:8663
#, no-wrap
msgid ""
" int\n"
@@ -44364,7 +44383,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8660
+#: ../src/guestfs-actions.pod:8667
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 "
@@ -44372,12 +44391,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8676
+#: ../src/guestfs-actions.pod:8683
msgid "guestfs_swapon_file"
msgstr "guestfs_swapon_file"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8678
+#: ../src/guestfs-actions.pod:8685
#, no-wrap
msgid ""
" int\n"
@@ -44391,19 +44410,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8682
+#: ../src/guestfs-actions.pod:8689
msgid ""
"This command enables swap to a file. See C<guestfs_swapon_device> for other "
"notes."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8689
+#: ../src/guestfs-actions.pod:8696
msgid "guestfs_swapon_label"
msgstr "guestfs_swapon_label"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8691
+#: ../src/guestfs-actions.pod:8698
#, no-wrap
msgid ""
" int\n"
@@ -44417,19 +44436,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8695
+#: ../src/guestfs-actions.pod:8702
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:8702
+#: ../src/guestfs-actions.pod:8709
msgid "guestfs_swapon_uuid"
msgstr "guestfs_swapon_uuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8704
+#: ../src/guestfs-actions.pod:8711
#, no-wrap
msgid ""
" int\n"
@@ -44443,19 +44462,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8708
+#: ../src/guestfs-actions.pod:8715
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:8715
+#: ../src/guestfs-actions.pod:8722
msgid "guestfs_sync"
msgstr "guestfs_sync"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8717
+#: ../src/guestfs-actions.pod:8724
#, no-wrap
msgid ""
" int\n"
@@ -44467,12 +44486,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8730
+#: ../src/guestfs-actions.pod:8737
msgid "guestfs_tail"
msgstr "guestfs_tail"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8732
+#: ../src/guestfs-actions.pod:8739
#, no-wrap
msgid ""
" char **\n"
@@ -44486,12 +44505,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8748
+#: ../src/guestfs-actions.pod:8755
msgid "guestfs_tail_n"
msgstr "guestfs_tail_n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8750
+#: ../src/guestfs-actions.pod:8757
#, no-wrap
msgid ""
" char **\n"
@@ -44507,12 +44526,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8772
+#: ../src/guestfs-actions.pod:8779
msgid "guestfs_tar_in"
msgstr "guestfs_tar_in"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8774
+#: ../src/guestfs-actions.pod:8781
#, no-wrap
msgid ""
" int\n"
@@ -44528,24 +44547,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8782
+#: ../src/guestfs-actions.pod:8789
msgid ""
"To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8787 ../src/guestfs-actions.pod:8804
-#: ../src/guestfs-actions.pod:8820 ../src/guestfs-actions.pod:8836
+#: ../src/guestfs-actions.pod:8794 ../src/guestfs-actions.pod:8811
+#: ../src/guestfs-actions.pod:8827 ../src/guestfs-actions.pod:8843
msgid "(Added in 1.0.3)"
msgstr "(1.0.3 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:8789
+#: ../src/guestfs-actions.pod:8796
msgid "guestfs_tar_out"
msgstr "guestfs_tar_out"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8791
+#: ../src/guestfs-actions.pod:8798
#, no-wrap
msgid ""
" int\n"
@@ -44561,19 +44580,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8799
+#: ../src/guestfs-actions.pod:8806
msgid ""
"To download a compressed tarball, use C<guestfs_tgz_out> or "
"C<guestfs_txz_out>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8806
+#: ../src/guestfs-actions.pod:8813
msgid "guestfs_tgz_in"
msgstr "guestfs_tgz_in"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8808
+#: ../src/guestfs-actions.pod:8815
#, no-wrap
msgid ""
" int\n"
@@ -44589,18 +44608,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8816
+#: ../src/guestfs-actions.pod:8823
msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
msgstr ""
"非圧縮 tar ファイルをアップロードするには C<guestfs_tar_in> を使用します。"
#. type: =head2
-#: ../src/guestfs-actions.pod:8822
+#: ../src/guestfs-actions.pod:8829
msgid "guestfs_tgz_out"
msgstr "guestfs_tgz_out"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8824
+#: ../src/guestfs-actions.pod:8831
#, no-wrap
msgid ""
" int\n"
@@ -44616,18 +44635,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8832
+#: ../src/guestfs-actions.pod:8839
msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
msgstr ""
"非圧縮 tar ファイルをダウンロードするには C<guestfs_tar_out> を使用します。"
#. type: =head2
-#: ../src/guestfs-actions.pod:8838
+#: ../src/guestfs-actions.pod:8845
msgid "guestfs_touch"
msgstr "guestfs_touch"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8840
+#: ../src/guestfs-actions.pod:8847
#, no-wrap
msgid ""
" int\n"
@@ -44641,12 +44660,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8855
+#: ../src/guestfs-actions.pod:8862
msgid "guestfs_truncate"
msgstr "guestfs_truncate"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8857
+#: ../src/guestfs-actions.pod:8864
#, no-wrap
msgid ""
" int\n"
@@ -44660,12 +44679,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8868
+#: ../src/guestfs-actions.pod:8875
msgid "guestfs_truncate_size"
msgstr "guestfs_truncate_size"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8870
+#: ../src/guestfs-actions.pod:8877
#, no-wrap
msgid ""
" int\n"
@@ -44681,7 +44700,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8878
+#: ../src/guestfs-actions.pod:8885
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 "
@@ -44690,12 +44709,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8888
+#: ../src/guestfs-actions.pod:8895
msgid "guestfs_tune2fs"
msgstr "guestfs_tune2fs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8890
+#: ../src/guestfs-actions.pod:8897
#, no-wrap
msgid ""
" int\n"
@@ -44711,7 +44730,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8900
+#: ../src/guestfs-actions.pod:8907
#, no-wrap
msgid ""
" GUESTFS_TUNE2FS_FORCE, int force,\n"
@@ -44739,7 +44758,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8980
+#: ../src/guestfs-actions.pod:8987
msgid ""
"To get the current values of filesystem parameters, see "
"C<guestfs_tune2fs_l>. For precise details of how tune2fs works, see the "
@@ -44747,12 +44766,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8988
+#: ../src/guestfs-actions.pod:8995
msgid "guestfs_tune2fs_va"
msgstr "guestfs_tune2fs_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8990
+#: ../src/guestfs-actions.pod:8997
#, no-wrap
msgid ""
" int\n"
@@ -44768,17 +44787,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8995
+#: ../src/guestfs-actions.pod:9002
msgid "This is the \"va_list variant\" of L</guestfs_tune2fs>."
msgstr "これは L</guestfs_tune2fs> の \"va_list variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:8999
+#: ../src/guestfs-actions.pod:9006
msgid "guestfs_tune2fs_argv"
msgstr "guestfs_tune2fs_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9001
+#: ../src/guestfs-actions.pod:9008
#, no-wrap
msgid ""
" int\n"
@@ -44794,17 +44813,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9006
+#: ../src/guestfs-actions.pod:9013
msgid "This is the \"argv variant\" of L</guestfs_tune2fs>."
msgstr "これは L</guestfs_tune2fs> の \"argv variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:9010
+#: ../src/guestfs-actions.pod:9017
msgid "guestfs_tune2fs_l"
msgstr "guestfs_tune2fs_l"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9012
+#: ../src/guestfs-actions.pod:9019
#, no-wrap
msgid ""
" char **\n"
@@ -44818,12 +44837,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9032
+#: ../src/guestfs-actions.pod:9039
msgid "guestfs_txz_in"
msgstr "guestfs_txz_in"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9034
+#: ../src/guestfs-actions.pod:9041
#, no-wrap
msgid ""
" int\n"
@@ -44839,12 +44858,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9046
+#: ../src/guestfs-actions.pod:9053
msgid "guestfs_txz_out"
msgstr "guestfs_txz_out"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9048
+#: ../src/guestfs-actions.pod:9055
#, no-wrap
msgid ""
" int\n"
@@ -44860,12 +44879,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9060
+#: ../src/guestfs-actions.pod:9067
msgid "guestfs_umask"
msgstr "guestfs_umask"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9062
+#: ../src/guestfs-actions.pod:9069
#, no-wrap
msgid ""
" int\n"
@@ -44879,7 +44898,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9078
+#: ../src/guestfs-actions.pod:9085
msgid ""
"See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
"C<guestfs_mkdir>."
@@ -44887,12 +44906,12 @@ msgstr ""
"C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, C<guestfs_mkdir> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:9087
+#: ../src/guestfs-actions.pod:9094
msgid "guestfs_umount"
msgstr "guestfs_umount"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9089
+#: ../src/guestfs-actions.pod:9096
#, no-wrap
msgid ""
" int\n"
@@ -44906,12 +44925,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9101
+#: ../src/guestfs-actions.pod:9108
msgid "guestfs_umount_all"
msgstr "guestfs_umount_all"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9103
+#: ../src/guestfs-actions.pod:9110
#, no-wrap
msgid ""
" int\n"
@@ -44923,12 +44942,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9114
+#: ../src/guestfs-actions.pod:9121
msgid "guestfs_umount_local"
msgstr "guestfs_umount_local"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9116
+#: ../src/guestfs-actions.pod:9123
#, no-wrap
msgid ""
" int\n"
@@ -44942,7 +44961,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9125
+#: ../src/guestfs-actions.pod:9132
#, no-wrap
msgid ""
" GUESTFS_UMOUNT_LOCAL_RETRY, int retry,\n"
@@ -44952,12 +44971,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9136
+#: ../src/guestfs-actions.pod:9143
msgid "guestfs_umount_local_va"
msgstr "guestfs_umount_local_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9138
+#: ../src/guestfs-actions.pod:9145
#, no-wrap
msgid ""
" int\n"
@@ -44971,17 +44990,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9142
+#: ../src/guestfs-actions.pod:9149
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:9146
+#: ../src/guestfs-actions.pod:9153
msgid "guestfs_umount_local_argv"
msgstr "guestfs_umount_local_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9148
+#: ../src/guestfs-actions.pod:9155
#, no-wrap
msgid ""
" int\n"
@@ -44995,17 +45014,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9152
+#: ../src/guestfs-actions.pod:9159
msgid "This is the \"argv variant\" of L</guestfs_umount_local>."
msgstr "これは L</guestfs_umount_local> の \"argv variant\" です。"
#. type: =head2
-#: ../src/guestfs-actions.pod:9156
+#: ../src/guestfs-actions.pod:9163
msgid "guestfs_upload"
msgstr "guestfs_upload"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9158
+#: ../src/guestfs-actions.pod:9165
#, no-wrap
msgid ""
" int\n"
@@ -45021,17 +45040,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9168
+#: ../src/guestfs-actions.pod:9175
msgid "See also C<guestfs_download>."
msgstr "C<guestfs_download> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:9179
+#: ../src/guestfs-actions.pod:9186
msgid "guestfs_upload_offset"
msgstr "guestfs_upload_offset"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9181
+#: ../src/guestfs-actions.pod:9188
#, no-wrap
msgid ""
" int\n"
@@ -45049,7 +45068,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9197
+#: ../src/guestfs-actions.pod:9204
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 "
@@ -45057,17 +45076,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9202
+#: ../src/guestfs-actions.pod:9209
msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
msgstr "C<guestfs_upload>, C<guestfs_pwrite> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:9213
+#: ../src/guestfs-actions.pod:9220
msgid "guestfs_utimens"
msgstr "guestfs_utimens"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9215
+#: ../src/guestfs-actions.pod:9222
#, no-wrap
msgid ""
" int\n"
@@ -45089,12 +45108,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9244 ../src/guestfs-structs.pod:175
+#: ../src/guestfs-actions.pod:9251 ../src/guestfs-structs.pod:175
msgid "guestfs_version"
msgstr "guestfs_version"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9246
+#: ../src/guestfs-actions.pod:9253
#, no-wrap
msgid ""
" struct guestfs_version *\n"
@@ -45106,7 +45125,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9274
+#: ../src/guestfs-actions.pod:9281
msgid ""
"I<Note:> Don't use this call to test for availability of features. In "
"enterprise distributions we backport features from later versions into "
@@ -45115,24 +45134,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9280
+#: ../src/guestfs-actions.pod:9287
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:9284
+#: ../src/guestfs-actions.pod:9291
msgid "(Added in 1.0.58)"
msgstr "(1.0.58 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:9286
+#: ../src/guestfs-actions.pod:9293
msgid "guestfs_vfs_label"
msgstr "guestfs_vfs_label"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9288
+#: ../src/guestfs-actions.pod:9295
#, no-wrap
msgid ""
" char *\n"
@@ -45146,24 +45165,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9297
+#: ../src/guestfs-actions.pod:9304
msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
msgstr ""
"ラベルからファイルシステムを検索するには C<guestfs_findfs_label> を使用しま"
"す。"
#. type: textblock
-#: ../src/guestfs-actions.pod:9302 ../src/guestfs-actions.pod:9339
+#: ../src/guestfs-actions.pod:9309 ../src/guestfs-actions.pod:9346
msgid "(Added in 1.3.18)"
msgstr "(1.3.18 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:9304
+#: ../src/guestfs-actions.pod:9311
msgid "guestfs_vfs_type"
msgstr "guestfs_vfs_type"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9306
+#: ../src/guestfs-actions.pod:9313
#, no-wrap
msgid ""
" char *\n"
@@ -45177,12 +45196,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9323
+#: ../src/guestfs-actions.pod:9330
msgid "guestfs_vfs_uuid"
msgstr "guestfs_vfs_uuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9325
+#: ../src/guestfs-actions.pod:9332
#, no-wrap
msgid ""
" char *\n"
@@ -45196,18 +45215,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9334
+#: ../src/guestfs-actions.pod:9341
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:9341
+#: ../src/guestfs-actions.pod:9348
msgid "guestfs_vg_activate"
msgstr "guestfs_vg_activate"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9343
+#: ../src/guestfs-actions.pod:9350
#, no-wrap
msgid ""
" int\n"
@@ -45223,12 +45242,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9360
+#: ../src/guestfs-actions.pod:9367
msgid "guestfs_vg_activate_all"
msgstr "guestfs_vg_activate_all"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9362
+#: ../src/guestfs-actions.pod:9369
#, no-wrap
msgid ""
" int\n"
@@ -45242,12 +45261,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9375
+#: ../src/guestfs-actions.pod:9382
msgid "guestfs_vgcreate"
msgstr "guestfs_vgcreate"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9377
+#: ../src/guestfs-actions.pod:9384
#, no-wrap
msgid ""
" int\n"
@@ -45263,12 +45282,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9389
+#: ../src/guestfs-actions.pod:9396
msgid "guestfs_vglvuuids"
msgstr "guestfs_vglvuuids"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9391
+#: ../src/guestfs-actions.pod:9398
#, no-wrap
msgid ""
" char **\n"
@@ -45282,24 +45301,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9398
+#: ../src/guestfs-actions.pod:9405
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:9401
+#: ../src/guestfs-actions.pod:9408
msgid "See also C<guestfs_vgpvuuids>."
msgstr "C<guestfs_vgpvuuids> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:9409
+#: ../src/guestfs-actions.pod:9416
msgid "guestfs_vgmeta"
msgstr "guestfs_vgmeta"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9411
+#: ../src/guestfs-actions.pod:9418
#, no-wrap
msgid ""
" char *\n"
@@ -45315,17 +45334,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9426
+#: ../src/guestfs-actions.pod:9433
msgid "(Added in 1.17.20)"
msgstr "(1.17.20 にて追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:9428
+#: ../src/guestfs-actions.pod:9435
msgid "guestfs_vgpvuuids"
msgstr "guestfs_vgpvuuids"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9430
+#: ../src/guestfs-actions.pod:9437
#, no-wrap
msgid ""
" char **\n"
@@ -45339,24 +45358,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9437
+#: ../src/guestfs-actions.pod:9444
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:9440
+#: ../src/guestfs-actions.pod:9447
msgid "See also C<guestfs_vglvuuids>."
msgstr "C<guestfs_vglvuuids> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:9448
+#: ../src/guestfs-actions.pod:9455
msgid "guestfs_vgremove"
msgstr "guestfs_vgremove"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9450
+#: ../src/guestfs-actions.pod:9457
#, no-wrap
msgid ""
" int\n"
@@ -45370,12 +45389,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9463
+#: ../src/guestfs-actions.pod:9470
msgid "guestfs_vgrename"
msgstr "guestfs_vgrename"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9465
+#: ../src/guestfs-actions.pod:9472
#, no-wrap
msgid ""
" int\n"
@@ -45391,12 +45410,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9476
+#: ../src/guestfs-actions.pod:9483
msgid "guestfs_vgs"
msgstr "guestfs_vgs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9478
+#: ../src/guestfs-actions.pod:9485
#, no-wrap
msgid ""
" char **\n"
@@ -45408,17 +45427,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9487
+#: ../src/guestfs-actions.pod:9494
msgid "See also C<guestfs_vgs_full>."
msgstr "C<guestfs_vgs_full> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:9495
+#: ../src/guestfs-actions.pod:9502
msgid "guestfs_vgs_full"
msgstr "guestfs_vgs_full"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9497
+#: ../src/guestfs-actions.pod:9504
#, no-wrap
msgid ""
" struct guestfs_lvm_vg_list *\n"
@@ -45430,19 +45449,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9503
+#: ../src/guestfs-actions.pod:9510
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:9509
+#: ../src/guestfs-actions.pod:9516
msgid "guestfs_vgscan"
msgstr "guestfs_vgscan"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9511
+#: ../src/guestfs-actions.pod:9518
#, no-wrap
msgid ""
" int\n"
@@ -45454,12 +45473,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9521
+#: ../src/guestfs-actions.pod:9528
msgid "guestfs_vguuid"
msgstr "guestfs_vguuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9523
+#: ../src/guestfs-actions.pod:9530
#, no-wrap
msgid ""
" char *\n"
@@ -45473,12 +45492,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9534
+#: ../src/guestfs-actions.pod:9541
msgid "guestfs_wait_ready"
msgstr "guestfs_wait_ready"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9536
+#: ../src/guestfs-actions.pod:9543
#, no-wrap
msgid ""
" int\n"
@@ -45490,7 +45509,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9539
+#: ../src/guestfs-actions.pod:9546
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_launch> call "
"instead."
@@ -45499,12 +45518,12 @@ msgstr ""
"を使用してください。"
#. type: textblock
-#: ../src/guestfs-actions.pod:9546
+#: ../src/guestfs-actions.pod:9553
msgid "This function is a no op."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9548
+#: ../src/guestfs-actions.pod:9555
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 "
@@ -45512,19 +45531,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9553
+#: ../src/guestfs-actions.pod:9560
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:9561
+#: ../src/guestfs-actions.pod:9568
msgid "guestfs_wc_c"
msgstr "guestfs_wc_c"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9563
+#: ../src/guestfs-actions.pod:9570
#, no-wrap
msgid ""
" int\n"
@@ -45538,12 +45557,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9574
+#: ../src/guestfs-actions.pod:9581
msgid "guestfs_wc_l"
msgstr "guestfs_wc_l"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9576
+#: ../src/guestfs-actions.pod:9583
#, no-wrap
msgid ""
" int\n"
@@ -45557,12 +45576,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9587
+#: ../src/guestfs-actions.pod:9594
msgid "guestfs_wc_w"
msgstr "guestfs_wc_w"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9589
+#: ../src/guestfs-actions.pod:9596
#, no-wrap
msgid ""
" int\n"
@@ -45576,12 +45595,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9600
+#: ../src/guestfs-actions.pod:9607
msgid "guestfs_wipefs"
msgstr "guestfs_wipefs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9602
+#: ../src/guestfs-actions.pod:9609
#, no-wrap
msgid ""
" int\n"
@@ -45595,19 +45614,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9612
+#: ../src/guestfs-actions.pod:9619
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:9619
+#: ../src/guestfs-actions.pod:9626
msgid "guestfs_write"
msgstr "guestfs_write"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9621
+#: ../src/guestfs-actions.pod:9628
#, no-wrap
msgid ""
" int\n"
@@ -45625,17 +45644,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9630
+#: ../src/guestfs-actions.pod:9637
msgid "See also C<guestfs_write_append>."
msgstr "C<guestfs_write_append> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:9639
+#: ../src/guestfs-actions.pod:9646
msgid "guestfs_write_append"
msgstr "guestfs_write_append"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9641
+#: ../src/guestfs-actions.pod:9648
#, no-wrap
msgid ""
" int\n"
@@ -45653,17 +45672,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9650
+#: ../src/guestfs-actions.pod:9657
msgid "See also C<guestfs_write>."
msgstr "C<guestfs_write> 参照。"
#. type: =head2
-#: ../src/guestfs-actions.pod:9659
+#: ../src/guestfs-actions.pod:9666
msgid "guestfs_write_file"
msgstr "guestfs_write_file"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9661
+#: ../src/guestfs-actions.pod:9668
#, no-wrap
msgid ""
" int\n"
@@ -45681,7 +45700,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9667
+#: ../src/guestfs-actions.pod:9674
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_write> call "
"instead."
@@ -45690,14 +45709,14 @@ msgstr ""
"使用してください。"
#. type: =head2
-#: ../src/guestfs-actions.pod:9692
+#: ../src/guestfs-actions.pod:9699
#, fuzzy
#| msgid "guestfs_isoinfo"
msgid "guestfs_xfs_info"
msgstr "guestfs_isoinfo"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9694
+#: ../src/guestfs-actions.pod:9701
#, fuzzy, no-wrap
#| msgid ""
#| " struct guestfs_isoinfo *\n"
@@ -45716,7 +45735,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9705
+#: ../src/guestfs-actions.pod:9712
#, fuzzy
#| msgid ""
#| "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
@@ -45729,12 +45748,12 @@ msgstr ""
"呼び出し元は使用後に C<guestfs_free_stat> を呼び出す必要があります>。"
#. type: =head2
-#: ../src/guestfs-actions.pod:9709
+#: ../src/guestfs-actions.pod:9716
msgid "guestfs_zegrep"
msgstr "guestfs_zegrep"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9711
+#: ../src/guestfs-actions.pod:9718
#, no-wrap
msgid ""
" char **\n"
@@ -45750,12 +45769,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9728
+#: ../src/guestfs-actions.pod:9735
msgid "guestfs_zegrepi"
msgstr "guestfs_zegrepi"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9730
+#: ../src/guestfs-actions.pod:9737
#, no-wrap
msgid ""
" char **\n"
@@ -45771,12 +45790,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9747
+#: ../src/guestfs-actions.pod:9754
msgid "guestfs_zero"
msgstr "guestfs_zero"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9749
+#: ../src/guestfs-actions.pod:9756
#, no-wrap
msgid ""
" int\n"
@@ -45790,7 +45809,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9763
+#: ../src/guestfs-actions.pod:9770
msgid ""
"See also: C<guestfs_zero_device>, C<guestfs_scrub_device>, "
"C<guestfs_is_zero_device>"
@@ -45799,12 +45818,12 @@ msgstr ""
"C<guestfs_is_zero_device>"
#. type: =head2
-#: ../src/guestfs-actions.pod:9775
+#: ../src/guestfs-actions.pod:9782
msgid "guestfs_zero_device"
msgstr "guestfs_zero_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9777
+#: ../src/guestfs-actions.pod:9784
#, no-wrap
msgid ""
" int\n"
@@ -45818,24 +45837,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9781
+#: ../src/guestfs-actions.pod:9788
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:9796
+#: ../src/guestfs-actions.pod:9803
msgid "(Added in 1.3.1)"
msgstr "(1.3.1 において追加)"
#. type: =head2
-#: ../src/guestfs-actions.pod:9798
+#: ../src/guestfs-actions.pod:9805
msgid "guestfs_zero_free_space"
msgstr "guestfs_zero_free_space"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9800
+#: ../src/guestfs-actions.pod:9807
#, no-wrap
msgid ""
" int\n"
@@ -45849,7 +45868,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9810
+#: ../src/guestfs-actions.pod:9817
msgid ""
"Free space is not \"trimmed\". You may want to call C<guestfs_fstrim> "
"either as an alternative to this, or after calling this, depending on your "
@@ -45857,12 +45876,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9823
+#: ../src/guestfs-actions.pod:9830
msgid "guestfs_zerofree"
msgstr "guestfs_zerofree"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9825
+#: ../src/guestfs-actions.pod:9832
#, no-wrap
msgid ""
" int\n"
@@ -45876,12 +45895,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9844
+#: ../src/guestfs-actions.pod:9851
msgid "guestfs_zfgrep"
msgstr "guestfs_zfgrep"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9846
+#: ../src/guestfs-actions.pod:9853
#, no-wrap
msgid ""
" char **\n"
@@ -45897,12 +45916,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9863
+#: ../src/guestfs-actions.pod:9870
msgid "guestfs_zfgrepi"
msgstr "guestfs_zfgrepi"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9865
+#: ../src/guestfs-actions.pod:9872
#, no-wrap
msgid ""
" char **\n"
@@ -45918,12 +45937,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9882
+#: ../src/guestfs-actions.pod:9889
msgid "guestfs_zfile"
msgstr "guestfs_zfile"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9884
+#: ../src/guestfs-actions.pod:9891
#, no-wrap
msgid ""
" char *\n"
@@ -45939,7 +45958,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9889
+#: ../src/guestfs-actions.pod:9896
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_file> call "
"instead."
@@ -45948,19 +45967,19 @@ msgstr ""
"使用してください。"
#. type: textblock
-#: ../src/guestfs-actions.pod:9901
+#: ../src/guestfs-actions.pod:9908
msgid ""
"Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
"files."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9909
+#: ../src/guestfs-actions.pod:9916
msgid "guestfs_zgrep"
msgstr "guestfs_zgrep"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9911
+#: ../src/guestfs-actions.pod:9918
#, no-wrap
msgid ""
" char **\n"
@@ -45976,12 +45995,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9928
+#: ../src/guestfs-actions.pod:9935
msgid "guestfs_zgrepi"
msgstr "guestfs_zgrepi"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9930
+#: ../src/guestfs-actions.pod:9937
#, no-wrap
msgid ""
" char **\n"
diff --git a/po-docs/libguestfs-docs.pot b/po-docs/libguestfs-docs.pot
index dd4c6173..07aadf5e 100644
--- a/po-docs/libguestfs-docs.pot
+++ b/po-docs/libguestfs-docs.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libguestfs 1.19.22\n"
"Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
-"POT-Creation-Date: 2012-07-19 13:50+0200\n"
+"POT-Creation-Date: 2012-07-19 16:02+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2570,7 +2570,7 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../cat/virt-ls.pod:181 ../fish/guestfish-actions.pod:5108
+#: ../cat/virt-ls.pod:181 ../fish/guestfish-actions.pod:5115
msgid "path"
msgstr ""
@@ -7608,7 +7608,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:208 ../fish/guestfish-actions.pod:222 ../fish/guestfish-actions.pod:1072 ../fish/guestfish-actions.pod:1107 ../fish/guestfish-actions.pod:1256 ../fish/guestfish-actions.pod:1324 ../fish/guestfish-actions.pod:1851 ../fish/guestfish-actions.pod:1865 ../fish/guestfish-actions.pod:3068 ../fish/guestfish-actions.pod:3899 ../fish/guestfish-actions.pod:4315 ../fish/guestfish-actions.pod:5043 ../fish/guestfish-actions.pod:5291 ../fish/guestfish-actions.pod:5311 ../fish/guestfish-actions.pod:5330 ../fish/guestfish-actions.pod:5368 ../fish/guestfish-actions.pod:6150 ../fish/guestfish-actions.pod:6278 ../src/guestfs-actions.pod:10 ../src/guestfs-actions.pod:301 ../src/guestfs-actions.pod:322 ../src/guestfs-actions.pod:1835 ../src/guestfs-actions.pod:1892 ../src/guestfs-actions.pod:2151 ../src/guestfs-actions.pod:2260 ../src/guestfs-actions.pod:2981 ../src/guestfs-actions.pod:3002 ../src/guestfs-actions.pod:4700 ../src/guestfs-actions.pod:6059 ../src/guestfs-actions.pod:6867 ../src/guestfs-actions.pod:7961 ../src/guestfs-actions.pod:8272 ../src/guestfs-actions.pod:8313 ../src/guestfs-actions.pod:8344 ../src/guestfs-actions.pod:8404 ../src/guestfs-actions.pod:9542 ../src/guestfs-actions.pod:9670 ../src/guestfs-actions.pod:9892
+#: ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:208 ../fish/guestfish-actions.pod:222 ../fish/guestfish-actions.pod:1072 ../fish/guestfish-actions.pod:1107 ../fish/guestfish-actions.pod:1256 ../fish/guestfish-actions.pod:1324 ../fish/guestfish-actions.pod:1851 ../fish/guestfish-actions.pod:1865 ../fish/guestfish-actions.pod:3068 ../fish/guestfish-actions.pod:3899 ../fish/guestfish-actions.pod:4315 ../fish/guestfish-actions.pod:5050 ../fish/guestfish-actions.pod:5298 ../fish/guestfish-actions.pod:5318 ../fish/guestfish-actions.pod:5337 ../fish/guestfish-actions.pod:5375 ../fish/guestfish-actions.pod:6157 ../fish/guestfish-actions.pod:6285 ../src/guestfs-actions.pod:10 ../src/guestfs-actions.pod:301 ../src/guestfs-actions.pod:322 ../src/guestfs-actions.pod:1835 ../src/guestfs-actions.pod:1892 ../src/guestfs-actions.pod:2151 ../src/guestfs-actions.pod:2260 ../src/guestfs-actions.pod:2981 ../src/guestfs-actions.pod:3002 ../src/guestfs-actions.pod:4700 ../src/guestfs-actions.pod:6059 ../src/guestfs-actions.pod:6867 ../src/guestfs-actions.pod:7968 ../src/guestfs-actions.pod:8279 ../src/guestfs-actions.pod:8320 ../src/guestfs-actions.pod:8351 ../src/guestfs-actions.pod:8411 ../src/guestfs-actions.pod:9549 ../src/guestfs-actions.pod:9677 ../src/guestfs-actions.pod:9899
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 "
@@ -7772,7 +7772,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:125 ../fish/guestfish-actions.pod:185 ../fish/guestfish-actions.pod:669 ../fish/guestfish-actions.pod:684 ../fish/guestfish-actions.pod:966 ../fish/guestfish-actions.pod:987 ../fish/guestfish-actions.pod:1025 ../fish/guestfish-actions.pod:1034 ../fish/guestfish-actions.pod:1043 ../fish/guestfish-actions.pod:1057 ../fish/guestfish-actions.pod:1243 ../fish/guestfish-actions.pod:1686 ../fish/guestfish-actions.pod:2527 ../fish/guestfish-actions.pod:3635 ../fish/guestfish-actions.pod:3882 ../fish/guestfish-actions.pod:3915 ../fish/guestfish-actions.pod:4078 ../fish/guestfish-actions.pod:4108 ../fish/guestfish-actions.pod:4251 ../fish/guestfish-actions.pod:4267 ../fish/guestfish-actions.pod:4303 ../fish/guestfish-actions.pod:5019 ../fish/guestfish-actions.pod:5752 ../fish/guestfish-actions.pod:5834
+#: ../fish/guestfish-actions.pod:125 ../fish/guestfish-actions.pod:185 ../fish/guestfish-actions.pod:669 ../fish/guestfish-actions.pod:684 ../fish/guestfish-actions.pod:966 ../fish/guestfish-actions.pod:987 ../fish/guestfish-actions.pod:1025 ../fish/guestfish-actions.pod:1034 ../fish/guestfish-actions.pod:1043 ../fish/guestfish-actions.pod:1057 ../fish/guestfish-actions.pod:1243 ../fish/guestfish-actions.pod:1686 ../fish/guestfish-actions.pod:2527 ../fish/guestfish-actions.pod:3635 ../fish/guestfish-actions.pod:3882 ../fish/guestfish-actions.pod:3915 ../fish/guestfish-actions.pod:4078 ../fish/guestfish-actions.pod:4108 ../fish/guestfish-actions.pod:4251 ../fish/guestfish-actions.pod:4267 ../fish/guestfish-actions.pod:4303 ../fish/guestfish-actions.pod:5026 ../fish/guestfish-actions.pod:5759 ../fish/guestfish-actions.pod:5841
msgid ""
"This command has one or more optional arguments. See L</OPTIONAL "
"ARGUMENTS>."
@@ -8532,7 +8532,7 @@ msgid "This command uploads base64-encoded data from C<base64file> to C<filename
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:484 ../fish/guestfish-actions.pod:493 ../fish/guestfish-actions.pod:880 ../fish/guestfish-actions.pod:964 ../fish/guestfish-actions.pod:985 ../fish/guestfish-actions.pod:1168 ../fish/guestfish-actions.pod:1187 ../fish/guestfish-actions.pod:1610 ../fish/guestfish-actions.pod:4228 ../fish/guestfish-actions.pod:4249 ../fish/guestfish-actions.pod:5608 ../fish/guestfish-actions.pod:5620 ../fish/guestfish-actions.pod:5631 ../fish/guestfish-actions.pod:5642 ../fish/guestfish-actions.pod:5773 ../fish/guestfish-actions.pod:5782 ../fish/guestfish-actions.pod:5847 ../fish/guestfish-actions.pod:5870
+#: ../fish/guestfish-actions.pod:484 ../fish/guestfish-actions.pod:493 ../fish/guestfish-actions.pod:880 ../fish/guestfish-actions.pod:964 ../fish/guestfish-actions.pod:985 ../fish/guestfish-actions.pod:1168 ../fish/guestfish-actions.pod:1187 ../fish/guestfish-actions.pod:1610 ../fish/guestfish-actions.pod:4228 ../fish/guestfish-actions.pod:4249 ../fish/guestfish-actions.pod:5615 ../fish/guestfish-actions.pod:5627 ../fish/guestfish-actions.pod:5638 ../fish/guestfish-actions.pod:5649 ../fish/guestfish-actions.pod:5780 ../fish/guestfish-actions.pod:5789 ../fish/guestfish-actions.pod:5854 ../fish/guestfish-actions.pod:5877
msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
msgstr ""
@@ -8929,7 +8929,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:656 ../fish/guestfish-actions.pod:3584 ../fish/guestfish-actions.pod:4278 ../fish/guestfish-actions.pod:5682 ../src/guestfs-actions.pod:983 ../src/guestfs-actions.pod:5563 ../src/guestfs-actions.pod:6806 ../src/guestfs-actions.pod:8914
+#: ../fish/guestfish-actions.pod:656 ../fish/guestfish-actions.pod:3584 ../fish/guestfish-actions.pod:4278 ../fish/guestfish-actions.pod:5689 ../src/guestfs-actions.pod:983 ../src/guestfs-actions.pod:5563 ../src/guestfs-actions.pod:6806 ../src/guestfs-actions.pod:8921
msgid "The optional parameters are:"
msgstr ""
@@ -9265,7 +9265,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:804 ../fish/guestfish-actions.pod:939 ../fish/guestfish-actions.pod:951 ../fish/guestfish-actions.pod:1278 ../fish/guestfish-actions.pod:1288 ../fish/guestfish-actions.pod:1355 ../fish/guestfish-actions.pod:1365 ../fish/guestfish-actions.pod:1574 ../fish/guestfish-actions.pod:2041 ../fish/guestfish-actions.pod:2051 ../fish/guestfish-actions.pod:2101 ../fish/guestfish-actions.pod:2116 ../fish/guestfish-actions.pod:2126 ../fish/guestfish-actions.pod:2145 ../fish/guestfish-actions.pod:4579 ../fish/guestfish-actions.pod:4594 ../fish/guestfish-actions.pod:4670 ../fish/guestfish-actions.pod:4687 ../fish/guestfish-actions.pod:4702 ../fish/guestfish-actions.pod:5449 ../fish/guestfish-actions.pod:5495 ../fish/guestfish-actions.pod:5580 ../fish/guestfish-actions.pod:5595 ../fish/guestfish-actions.pod:6114 ../fish/guestfish-actions.pod:6126 ../fish/guestfish-actions.pod:6144 ../fish/guestfish-actions.pod:6172 ../fish/guestfish-actions.pod:6182 ../fish/guestfish-actions.pod:6250 ../fish/guestfish-actions.pod:6260 ../fish/guestfish-actions.pod:6289 ../fish/guestfish-actions.pod:6299 ../src/guestfs-actions.pod:1256 ../src/guestfs-actions.pod:1435 ../src/guestfs-actions.pod:1455 ../src/guestfs-actions.pod:2195 ../src/guestfs-actions.pod:2214 ../src/guestfs-actions.pod:2317 ../src/guestfs-actions.pod:2336 ../src/guestfs-actions.pod:2605 ../src/guestfs-actions.pod:3290 ../src/guestfs-actions.pod:3309 ../src/guestfs-actions.pod:3374 ../src/guestfs-actions.pod:3398 ../src/guestfs-actions.pod:3415 ../src/guestfs-actions.pod:3444 ../src/guestfs-actions.pod:7248 ../src/guestfs-actions.pod:7274 ../src/guestfs-actions.pod:7405 ../src/guestfs-actions.pod:7431 ../src/guestfs-actions.pod:7455 ../src/guestfs-actions.pod:8542 ../src/guestfs-actions.pod:8597 ../src/guestfs-actions.pod:8743 ../src/guestfs-actions.pod:8767 ../src/guestfs-actions.pod:9634 ../src/guestfs-actions.pod:9654 ../src/guestfs-actions.pod:9687 ../src/guestfs-actions.pod:9723 ../src/guestfs-actions.pod:9742 ../src/guestfs-actions.pod:9858 ../src/guestfs-actions.pod:9877 ../src/guestfs-actions.pod:9923 ../src/guestfs-actions.pod:9942
+#: ../fish/guestfish-actions.pod:804 ../fish/guestfish-actions.pod:939 ../fish/guestfish-actions.pod:951 ../fish/guestfish-actions.pod:1278 ../fish/guestfish-actions.pod:1288 ../fish/guestfish-actions.pod:1355 ../fish/guestfish-actions.pod:1365 ../fish/guestfish-actions.pod:1574 ../fish/guestfish-actions.pod:2041 ../fish/guestfish-actions.pod:2051 ../fish/guestfish-actions.pod:2101 ../fish/guestfish-actions.pod:2116 ../fish/guestfish-actions.pod:2126 ../fish/guestfish-actions.pod:2145 ../fish/guestfish-actions.pod:4579 ../fish/guestfish-actions.pod:4594 ../fish/guestfish-actions.pod:4670 ../fish/guestfish-actions.pod:4687 ../fish/guestfish-actions.pod:4702 ../fish/guestfish-actions.pod:5456 ../fish/guestfish-actions.pod:5502 ../fish/guestfish-actions.pod:5587 ../fish/guestfish-actions.pod:5602 ../fish/guestfish-actions.pod:6121 ../fish/guestfish-actions.pod:6133 ../fish/guestfish-actions.pod:6151 ../fish/guestfish-actions.pod:6179 ../fish/guestfish-actions.pod:6189 ../fish/guestfish-actions.pod:6257 ../fish/guestfish-actions.pod:6267 ../fish/guestfish-actions.pod:6296 ../fish/guestfish-actions.pod:6306 ../src/guestfs-actions.pod:1256 ../src/guestfs-actions.pod:1435 ../src/guestfs-actions.pod:1455 ../src/guestfs-actions.pod:2195 ../src/guestfs-actions.pod:2214 ../src/guestfs-actions.pod:2317 ../src/guestfs-actions.pod:2336 ../src/guestfs-actions.pod:2605 ../src/guestfs-actions.pod:3290 ../src/guestfs-actions.pod:3309 ../src/guestfs-actions.pod:3374 ../src/guestfs-actions.pod:3398 ../src/guestfs-actions.pod:3415 ../src/guestfs-actions.pod:3444 ../src/guestfs-actions.pod:7248 ../src/guestfs-actions.pod:7274 ../src/guestfs-actions.pod:7405 ../src/guestfs-actions.pod:7431 ../src/guestfs-actions.pod:7455 ../src/guestfs-actions.pod:8549 ../src/guestfs-actions.pod:8604 ../src/guestfs-actions.pod:8750 ../src/guestfs-actions.pod:8774 ../src/guestfs-actions.pod:9641 ../src/guestfs-actions.pod:9661 ../src/guestfs-actions.pod:9694 ../src/guestfs-actions.pod:9730 ../src/guestfs-actions.pod:9749 ../src/guestfs-actions.pod:9865 ../src/guestfs-actions.pod:9884 ../src/guestfs-actions.pod:9930 ../src/guestfs-actions.pod:9949
msgid ""
"Because of the message protocol, there is a transfer limit of somewhere "
"between 2MB and 4MB. See L<guestfs(3)/PROTOCOL LIMITS>."
@@ -9997,7 +9997,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1164 ../fish/guestfish-actions.pod:5843 ../src/guestfs-actions.pod:1990 ../src/guestfs-actions.pod:9166
+#: ../fish/guestfish-actions.pod:1164 ../fish/guestfish-actions.pod:5850 ../src/guestfs-actions.pod:1990 ../src/guestfs-actions.pod:9173
msgid "C<filename> can also be a named pipe."
msgstr ""
@@ -11124,7 +11124,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1727 ../fish/guestfish-actions.pod:5015 ../src/guestfs-actions.pod:2847 ../src/guestfs-actions.pod:7904
+#: ../fish/guestfish-actions.pod:1727 ../fish/guestfish-actions.pod:5022 ../src/guestfs-actions.pod:2847 ../src/guestfs-actions.pod:7911
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 "
@@ -11459,7 +11459,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1880 ../fish/guestfish-actions.pod:1937 ../fish/guestfish-actions.pod:5088 ../fish/guestfish-actions.pod:5192 ../src/guestfs-actions.pod:3026 ../src/guestfs-actions.pod:3118 ../src/guestfs-actions.pod:8031 ../src/guestfs-actions.pod:8159
+#: ../fish/guestfish-actions.pod:1880 ../fish/guestfish-actions.pod:1937 ../fish/guestfish-actions.pod:5095 ../fish/guestfish-actions.pod:5199 ../src/guestfs-actions.pod:3026 ../src/guestfs-actions.pod:3118 ../src/guestfs-actions.pod:8038 ../src/guestfs-actions.pod:8166
msgid "For more information on the architecture of libguestfs, see L<guestfs(3)>."
msgstr ""
@@ -11995,7 +11995,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2114 ../fish/guestfish-actions.pod:5593 ../src/guestfs-actions.pod:3392 ../src/guestfs-actions.pod:8761
+#: ../fish/guestfish-actions.pod:2114 ../fish/guestfish-actions.pod:5600 ../src/guestfs-actions.pod:3392 ../src/guestfs-actions.pod:8768
msgid "If the parameter C<nrlines> is zero, this returns an empty list."
msgstr ""
@@ -14445,7 +14445,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:3282 ../fish/guestfish-actions.pod:5428 ../src/guestfs-actions.pod:5068 ../src/guestfs-actions.pod:8501
+#: ../fish/guestfish-actions.pod:3282 ../fish/guestfish-actions.pod:5435 ../src/guestfs-actions.pod:5068 ../src/guestfs-actions.pod:8508
msgid "Returns file information for the given C<path>."
msgstr ""
@@ -16260,7 +16260,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4106 ../fish/guestfish-actions.pod:4130 ../fish/guestfish-actions.pod:5832 ../src/guestfs-actions.pod:6441 ../src/guestfs-actions.pod:6490 ../src/guestfs-actions.pod:9130
+#: ../fish/guestfish-actions.pod:4106 ../fish/guestfish-actions.pod:4130 ../fish/guestfish-actions.pod:5839 ../src/guestfs-actions.pod:6441 ../src/guestfs-actions.pod:6490 ../src/guestfs-actions.pod:9137
msgid "See L<guestfs(3)/MOUNT LOCAL> for full documentation."
msgstr ""
@@ -16658,7 +16658,7 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4287 ../fish/guestfish-actions.pod:5686 ../src/guestfs-actions.pod:6815 ../src/guestfs-actions.pod:8918
+#: ../fish/guestfish-actions.pod:4287 ../fish/guestfish-actions.pod:5693 ../src/guestfs-actions.pod:6815 ../src/guestfs-actions.pod:8925
msgid "C<force>"
msgstr ""
@@ -18134,16 +18134,33 @@ msgstr ""
#. type: =item
#: ../fish/guestfish-actions.pod:4952 ../src/guestfs-actions.pod:7818
+msgid "C<libvirt>"
+msgstr ""
+
+#. type: =item
+#: ../fish/guestfish-actions.pod:4954 ../src/guestfs-actions.pod:7820
+msgid "C<libvirt:I<URI>>"
+msgstr ""
+
+#. type: textblock
+#: ../fish/guestfish-actions.pod:4956 ../src/guestfs-actions.pod:7822
+msgid ""
+"Use libvirt to launch the appliance. The optional I<URI> is the libvirt "
+"connection URI to use (see L<http://libvirt.org/uri.html>)."
+msgstr ""
+
+#. type: =item
+#: ../fish/guestfish-actions.pod:4959 ../src/guestfs-actions.pod:7825
msgid "C<unix:I<path>>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4954 ../src/guestfs-actions.pod:7820
+#: ../fish/guestfish-actions.pod:4961 ../src/guestfs-actions.pod:7827
msgid "Connect to the Unix domain socket I<path>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4956 ../src/guestfs-actions.pod:7822
+#: ../fish/guestfish-actions.pod:4963 ../src/guestfs-actions.pod:7829
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 "
@@ -18151,17 +18168,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4962
+#: ../fish/guestfish-actions.pod:4969
msgid "set-autosync"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4964
+#: ../fish/guestfish-actions.pod:4971
msgid "autosync"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4966
+#: ../fish/guestfish-actions.pod:4973
#, no-wrap
msgid ""
" set-autosync true|false\n"
@@ -18169,7 +18186,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4968 ../src/guestfs-actions.pod:7838
+#: ../fish/guestfish-actions.pod:4975 ../src/guestfs-actions.pod:7845
msgid ""
"If C<autosync> is true, this enables autosync. Libguestfs will make a best "
"effort attempt to make filesystems consistent and synchronized when the "
@@ -18177,24 +18194,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4973 ../src/guestfs-actions.pod:7843
+#: ../fish/guestfish-actions.pod:4980 ../src/guestfs-actions.pod:7850
msgid ""
"This is enabled by default (since libguestfs 1.5.24, previously it was "
"disabled by default)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4976
+#: ../fish/guestfish-actions.pod:4983
msgid "set-direct"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4978
+#: ../fish/guestfish-actions.pod:4985
msgid "direct"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4980
+#: ../fish/guestfish-actions.pod:4987
#, no-wrap
msgid ""
" set-direct true|false\n"
@@ -18202,36 +18219,36 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4982 ../src/guestfs-actions.pod:7856
+#: ../fish/guestfish-actions.pod:4989 ../src/guestfs-actions.pod:7863
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:4986
+#: ../fish/guestfish-actions.pod:4993
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:4990 ../src/guestfs-actions.pod:7864
+#: ../fish/guestfish-actions.pod:4997 ../src/guestfs-actions.pod:7871
msgid "You probably don't want to use this unless you know what you are doing."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4993 ../src/guestfs-actions.pod:7867
+#: ../fish/guestfish-actions.pod:5000 ../src/guestfs-actions.pod:7874
msgid "The default is disabled."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4995
+#: ../fish/guestfish-actions.pod:5002
msgid "set-e2attrs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4997
+#: ../fish/guestfish-actions.pod:5004
#, no-wrap
msgid ""
" set-e2attrs file attrs [clear:true|false]\n"
@@ -18239,14 +18256,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4999 ../src/guestfs-actions.pod:7888
+#: ../fish/guestfish-actions.pod:5006 ../src/guestfs-actions.pod:7895
msgid ""
"This sets or clears the file attributes C<attrs> associated with the inode "
"C<file>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5002
+#: ../fish/guestfish-actions.pod:5009
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 "
@@ -18254,31 +18271,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5006 ../src/guestfs-actions.pod:7895
+#: ../fish/guestfish-actions.pod:5013 ../src/guestfs-actions.pod:7902
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:5009 ../src/guestfs-actions.pod:7898
+#: ../fish/guestfish-actions.pod:5016 ../src/guestfs-actions.pod:7905
msgid "If C<clear> is true, then the C<attrs> listed are cleared in the inode."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5012 ../src/guestfs-actions.pod:7901
+#: ../fish/guestfish-actions.pod:5019 ../src/guestfs-actions.pod:7908
msgid ""
"In both cases, other attributes not present in the C<attrs> string are left "
"unchanged."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5021
+#: ../fish/guestfish-actions.pod:5028
msgid "set-e2generation"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5023
+#: ../fish/guestfish-actions.pod:5030
#, no-wrap
msgid ""
" set-e2generation file generation\n"
@@ -18286,22 +18303,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5025 ../src/guestfs-actions.pod:7943
+#: ../fish/guestfish-actions.pod:5032 ../src/guestfs-actions.pod:7950
msgid "This sets the ext2 file generation of a file."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5027
+#: ../fish/guestfish-actions.pod:5034
msgid "See L</get-e2generation>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5029
+#: ../fish/guestfish-actions.pod:5036
msgid "set-e2label"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5031
+#: ../fish/guestfish-actions.pod:5038
#, no-wrap
msgid ""
" set-e2label device label\n"
@@ -18309,33 +18326,33 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5033 ../src/guestfs-actions.pod:7965
+#: ../fish/guestfish-actions.pod:5040 ../src/guestfs-actions.pod:7972
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:5037
+#: ../fish/guestfish-actions.pod:5044
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:5040
+#: ../fish/guestfish-actions.pod:5047
msgid ""
"I<This function is deprecated.> In new code, use the L</set_label> call "
"instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5047
+#: ../fish/guestfish-actions.pod:5054
msgid "set-e2uuid"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5049
+#: ../fish/guestfish-actions.pod:5056
#, no-wrap
msgid ""
" set-e2uuid device uuid\n"
@@ -18343,7 +18360,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5051 ../src/guestfs-actions.pod:7983
+#: ../fish/guestfish-actions.pod:5058 ../src/guestfs-actions.pod:7990
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>, "
@@ -18351,19 +18368,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5056
+#: ../fish/guestfish-actions.pod:5063
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:5059
+#: ../fish/guestfish-actions.pod:5066
msgid "set-label"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5061
+#: ../fish/guestfish-actions.pod:5068
#, no-wrap
msgid ""
" set-label device label\n"
@@ -18371,44 +18388,44 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5063 ../src/guestfs-actions.pod:8002
+#: ../fish/guestfish-actions.pod:5070 ../src/guestfs-actions.pod:8009
msgid "Set the filesystem label on C<device> to C<label>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5065 ../src/guestfs-actions.pod:8004
+#: ../fish/guestfish-actions.pod:5072 ../src/guestfs-actions.pod:8011
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:5068 ../src/guestfs-actions.pod:8007
+#: ../fish/guestfish-actions.pod:5075 ../src/guestfs-actions.pod:8014
msgid "On ext2/3/4 filesystems, labels are limited to 16 bytes."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5070 ../src/guestfs-actions.pod:8009
+#: ../fish/guestfish-actions.pod:5077 ../src/guestfs-actions.pod:8016
msgid "On NTFS filesystems, labels are limited to 128 unicode characters."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5072
+#: ../fish/guestfish-actions.pod:5079
msgid "To read the label on a filesystem, call L</vfs-label>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5074
+#: ../fish/guestfish-actions.pod:5081
msgid "set-memsize"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5076
+#: ../fish/guestfish-actions.pod:5083
msgid "memsize"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5078
+#: ../fish/guestfish-actions.pod:5085
#, no-wrap
msgid ""
" set-memsize memsize\n"
@@ -18416,31 +18433,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5080
+#: ../fish/guestfish-actions.pod:5087
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:5084 ../src/guestfs-actions.pod:8027
+#: ../fish/guestfish-actions.pod:5091 ../src/guestfs-actions.pod:8034
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:5091
+#: ../fish/guestfish-actions.pod:5098
msgid "set-network"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5093
+#: ../fish/guestfish-actions.pod:5100
msgid "network"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5095
+#: ../fish/guestfish-actions.pod:5102
#, no-wrap
msgid ""
" set-network true|false\n"
@@ -18448,31 +18465,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5097 ../src/guestfs-actions.pod:8044
+#: ../fish/guestfish-actions.pod:5104 ../src/guestfs-actions.pod:8051
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:5100 ../src/guestfs-actions.pod:8047
+#: ../fish/guestfish-actions.pod:5107 ../src/guestfs-actions.pod:8054
msgid ""
"This affects whether commands are able to access the network (see "
"L<guestfs(3)/RUNNING COMMANDS>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5103
+#: ../fish/guestfish-actions.pod:5110
msgid "You must call this before calling L</launch>, otherwise it has no effect."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5106
+#: ../fish/guestfish-actions.pod:5113
msgid "set-path"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5110
+#: ../fish/guestfish-actions.pod:5117
#, no-wrap
msgid ""
" set-path searchpath\n"
@@ -18480,34 +18497,34 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5112 ../src/guestfs-actions.pod:8063
+#: ../fish/guestfish-actions.pod:5119 ../src/guestfs-actions.pod:8070
msgid "Set the path that libguestfs searches for kernel and initrd.img."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5114 ../src/guestfs-actions.pod:8065
+#: ../fish/guestfish-actions.pod:5121 ../src/guestfs-actions.pod:8072
msgid ""
"The default is C<$libdir/guestfs> unless overridden by setting "
"C<LIBGUESTFS_PATH> environment variable."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5117 ../src/guestfs-actions.pod:8068
+#: ../fish/guestfish-actions.pod:5124 ../src/guestfs-actions.pod:8075
msgid "Setting C<path> to C<NULL> restores the default path."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5119
+#: ../fish/guestfish-actions.pod:5126
msgid "set-pgroup"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5121
+#: ../fish/guestfish-actions.pod:5128
msgid "pgroup"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5123
+#: ../fish/guestfish-actions.pod:5130
#, no-wrap
msgid ""
" set-pgroup true|false\n"
@@ -18515,21 +18532,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5125 ../src/guestfs-actions.pod:8080
+#: ../fish/guestfish-actions.pod:5132 ../src/guestfs-actions.pod:8087
msgid ""
"If C<pgroup> is true, child processes are placed into their own process "
"group."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5128 ../src/guestfs-actions.pod:8083
+#: ../fish/guestfish-actions.pod:5135 ../src/guestfs-actions.pod:8090
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:5131
+#: ../fish/guestfish-actions.pod:5138
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, "
@@ -18538,17 +18555,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5136
+#: ../fish/guestfish-actions.pod:5143
msgid "set-qemu"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5138
+#: ../fish/guestfish-actions.pod:5145
msgid "qemu"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5140
+#: ../fish/guestfish-actions.pod:5147
#, no-wrap
msgid ""
" set-qemu qemu\n"
@@ -18556,29 +18573,29 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5142 ../src/guestfs-actions.pod:8101
+#: ../fish/guestfish-actions.pod:5149 ../src/guestfs-actions.pod:8108
msgid "Set the qemu binary that we will use."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5144 ../src/guestfs-actions.pod:8103
+#: ../fish/guestfish-actions.pod:5151 ../src/guestfs-actions.pod:8110
msgid "The default is chosen when the library was compiled by the configure script."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5147 ../src/guestfs-actions.pod:8106
+#: ../fish/guestfish-actions.pod:5154 ../src/guestfs-actions.pod:8113
msgid ""
"You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
"variable."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5150 ../src/guestfs-actions.pod:8109
+#: ../fish/guestfish-actions.pod:5157 ../src/guestfs-actions.pod:8116
msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5152 ../src/guestfs-actions.pod:8111
+#: ../fish/guestfish-actions.pod:5159 ../src/guestfs-actions.pod:8118
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 "
@@ -18589,17 +18606,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5160
+#: ../fish/guestfish-actions.pod:5167
msgid "set-recovery-proc"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5162
+#: ../fish/guestfish-actions.pod:5169
msgid "recovery-proc"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5164
+#: ../fish/guestfish-actions.pod:5171
#, no-wrap
msgid ""
" set-recovery-proc true|false\n"
@@ -18607,7 +18624,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5166
+#: ../fish/guestfish-actions.pod:5173
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 "
@@ -18615,14 +18632,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5171
+#: ../fish/guestfish-actions.pod:5178
msgid ""
"This only has any effect if called before L</launch>, and the default is "
"true."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5174 ../src/guestfs-actions.pod:8137
+#: ../fish/guestfish-actions.pod:5181 ../src/guestfs-actions.pod:8144
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 "
@@ -18631,17 +18648,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5180
+#: ../fish/guestfish-actions.pod:5187
msgid "set-selinux"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5182
+#: ../fish/guestfish-actions.pod:5189
msgid "selinux"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5184
+#: ../fish/guestfish-actions.pod:5191
#, no-wrap
msgid ""
" set-selinux true|false\n"
@@ -18649,31 +18666,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5186 ../src/guestfs-actions.pod:8153
+#: ../fish/guestfish-actions.pod:5193 ../src/guestfs-actions.pod:8160
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:5189 ../src/guestfs-actions.pod:8156
+#: ../fish/guestfish-actions.pod:5196 ../src/guestfs-actions.pod:8163
msgid ""
"Note that if SELinux is enabled, it is always in Permissive mode "
"(C<enforcing=0>)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5195
+#: ../fish/guestfish-actions.pod:5202
msgid "set-smp"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5197
+#: ../fish/guestfish-actions.pod:5204
msgid "smp"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5199
+#: ../fish/guestfish-actions.pod:5206
#, no-wrap
msgid ""
" set-smp smp\n"
@@ -18681,7 +18698,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5201 ../src/guestfs-actions.pod:8172
+#: ../fish/guestfish-actions.pod:5208 ../src/guestfs-actions.pod:8179
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 "
@@ -18689,22 +18706,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5205
+#: ../fish/guestfish-actions.pod:5212
msgid "This function must be called before L</launch>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5207
+#: ../fish/guestfish-actions.pod:5214
msgid "set-trace"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5209
+#: ../fish/guestfish-actions.pod:5216
msgid "trace"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5211
+#: ../fish/guestfish-actions.pod:5218
#, no-wrap
msgid ""
" set-trace true|false\n"
@@ -18712,45 +18729,45 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5213 ../src/guestfs-actions.pod:8188
+#: ../fish/guestfish-actions.pod:5220 ../src/guestfs-actions.pod:8195
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:5216 ../src/guestfs-actions.pod:8191
+#: ../fish/guestfish-actions.pod:5223 ../src/guestfs-actions.pod:8198
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:5220 ../src/guestfs-actions.pod:8195
+#: ../fish/guestfish-actions.pod:5227 ../src/guestfs-actions.pod:8202
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:5223
+#: ../fish/guestfish-actions.pod:5230
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:5227
+#: ../fish/guestfish-actions.pod:5234
msgid "set-verbose"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5229
+#: ../fish/guestfish-actions.pod:5236
msgid "verbose"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5231
+#: ../fish/guestfish-actions.pod:5238
#, no-wrap
msgid ""
" set-verbose true|false\n"
@@ -18758,31 +18775,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5233 ../src/guestfs-actions.pod:8212
+#: ../fish/guestfish-actions.pod:5240 ../src/guestfs-actions.pod:8219
msgid "If C<verbose> is true, this turns on verbose messages."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5235 ../src/guestfs-actions.pod:8214
+#: ../fish/guestfish-actions.pod:5242 ../src/guestfs-actions.pod:8221
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:5238
+#: ../fish/guestfish-actions.pod:5245
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:5242
+#: ../fish/guestfish-actions.pod:5249
msgid "setcon"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5244
+#: ../fish/guestfish-actions.pod:5251
#, no-wrap
msgid ""
" setcon context\n"
@@ -18790,24 +18807,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5246 ../src/guestfs-actions.pod:8231
+#: ../fish/guestfish-actions.pod:5253 ../src/guestfs-actions.pod:8238
msgid ""
"This sets the SELinux security context of the daemon to the string "
"C<context>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5249 ../src/guestfs-actions.pod:8234
+#: ../fish/guestfish-actions.pod:5256 ../src/guestfs-actions.pod:8241
msgid "See the documentation about SELINUX in L<guestfs(3)>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5251
+#: ../fish/guestfish-actions.pod:5258
msgid "setxattr"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5253
+#: ../fish/guestfish-actions.pod:5260
#, no-wrap
msgid ""
" setxattr xattr val vallen path\n"
@@ -18815,24 +18832,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5255 ../src/guestfs-actions.pod:8249
+#: ../fish/guestfish-actions.pod:5262 ../src/guestfs-actions.pod:8256
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:5259
+#: ../fish/guestfish-actions.pod:5266
msgid "See also: L</lsetxattr>, L<attr(5)>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5261
+#: ../fish/guestfish-actions.pod:5268
msgid "sfdisk"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5263
+#: ../fish/guestfish-actions.pod:5270
#, no-wrap
msgid ""
" sfdisk device cyls heads sectors 'lines ...'\n"
@@ -18840,19 +18857,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5265 ../src/guestfs-actions.pod:8276
+#: ../fish/guestfish-actions.pod:5272 ../src/guestfs-actions.pod:8283
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:5268 ../src/guestfs-actions.pod:8279
+#: ../fish/guestfish-actions.pod:5275 ../src/guestfs-actions.pod:8286
msgid "C<device> should be a block device, for example C</dev/sda>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5270 ../src/guestfs-actions.pod:8281
+#: ../fish/guestfish-actions.pod:5277 ../src/guestfs-actions.pod:8288
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>, "
@@ -18863,14 +18880,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5278 ../src/guestfs-actions.pod:8289
+#: ../fish/guestfish-actions.pod:5285 ../src/guestfs-actions.pod:8296
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:5281 ../src/guestfs-actions.pod:8292
+#: ../fish/guestfish-actions.pod:5288 ../src/guestfs-actions.pod:8299
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 "
@@ -18878,24 +18895,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5285
+#: ../fish/guestfish-actions.pod:5292
msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5288 ../fish/guestfish-actions.pod:5308 ../fish/guestfish-actions.pod:5327
+#: ../fish/guestfish-actions.pod:5295 ../fish/guestfish-actions.pod:5315 ../fish/guestfish-actions.pod:5334
msgid ""
"I<This function is deprecated.> In new code, use the L</part_add> call "
"instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5295
+#: ../fish/guestfish-actions.pod:5302
msgid "sfdiskM"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5297
+#: ../fish/guestfish-actions.pod:5304
#, no-wrap
msgid ""
" sfdiskM device 'lines ...'\n"
@@ -18903,7 +18920,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5299
+#: ../fish/guestfish-actions.pod:5306
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 "
@@ -18912,17 +18929,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5305
+#: ../fish/guestfish-actions.pod:5312
msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5315
+#: ../fish/guestfish-actions.pod:5322
msgid "sfdisk-N"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5317
+#: ../fish/guestfish-actions.pod:5324
#, no-wrap
msgid ""
" sfdisk-N device partnum cyls heads sectors line\n"
@@ -18930,31 +18947,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5319 ../src/guestfs-actions.pod:8348
+#: ../fish/guestfish-actions.pod:5326 ../src/guestfs-actions.pod:8355
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:5322
+#: ../fish/guestfish-actions.pod:5329
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:5325
+#: ../fish/guestfish-actions.pod:5332
msgid "See also: L</part-add>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5334
+#: ../fish/guestfish-actions.pod:5341
msgid "sfdisk-disk-geometry"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5336
+#: ../fish/guestfish-actions.pod:5343
#, no-wrap
msgid ""
" sfdisk-disk-geometry device\n"
@@ -18962,7 +18979,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5338
+#: ../fish/guestfish-actions.pod:5345
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, "
@@ -18971,17 +18988,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5343 ../fish/guestfish-actions.pod:5352 ../src/guestfs-actions.pod:8371 ../src/guestfs-actions.pod:8387
+#: ../fish/guestfish-actions.pod:5350 ../fish/guestfish-actions.pod:5359 ../src/guestfs-actions.pod:8378 ../src/guestfs-actions.pod:8394
msgid "The result is in human-readable format, and not designed to be parsed."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5346
+#: ../fish/guestfish-actions.pod:5353
msgid "sfdisk-kernel-geometry"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5348
+#: ../fish/guestfish-actions.pod:5355
#, no-wrap
msgid ""
" sfdisk-kernel-geometry device\n"
@@ -18989,17 +19006,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5350 ../src/guestfs-actions.pod:8385
+#: ../fish/guestfish-actions.pod:5357 ../src/guestfs-actions.pod:8392
msgid "This displays the kernel's idea of the geometry of C<device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5355
+#: ../fish/guestfish-actions.pod:5362
msgid "sfdisk-l"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5357
+#: ../fish/guestfish-actions.pod:5364
#, no-wrap
msgid ""
" sfdisk-l device\n"
@@ -19007,31 +19024,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5359 ../src/guestfs-actions.pod:8408
+#: ../fish/guestfish-actions.pod:5366 ../src/guestfs-actions.pod:8415
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:5363
+#: ../fish/guestfish-actions.pod:5370
msgid "See also: L</part-list>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5365
+#: ../fish/guestfish-actions.pod:5372
msgid ""
"I<This function is deprecated.> In new code, use the L</part_list> call "
"instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5372
+#: ../fish/guestfish-actions.pod:5379
msgid "sh"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5374
+#: ../fish/guestfish-actions.pod:5381
#, no-wrap
msgid ""
" sh command\n"
@@ -19039,19 +19056,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5376 ../src/guestfs-actions.pod:8425
+#: ../fish/guestfish-actions.pod:5383 ../src/guestfs-actions.pod:8432
msgid ""
"This call runs a command from the guest filesystem via the guest's "
"C</bin/sh>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5379
+#: ../fish/guestfish-actions.pod:5386
msgid "This is like L</command>, but passes the command to:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5381 ../src/guestfs-actions.pod:8430
+#: ../fish/guestfish-actions.pod:5388 ../src/guestfs-actions.pod:8437
#, no-wrap
msgid ""
" /bin/sh -c \"command\"\n"
@@ -19059,24 +19076,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5383 ../src/guestfs-actions.pod:8432
+#: ../fish/guestfish-actions.pod:5390 ../src/guestfs-actions.pod:8439
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:5387
+#: ../fish/guestfish-actions.pod:5394
msgid "All the provisos about L</command> apply to this call."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5389
+#: ../fish/guestfish-actions.pod:5396
msgid "sh-lines"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5391
+#: ../fish/guestfish-actions.pod:5398
#, no-wrap
msgid ""
" sh-lines command\n"
@@ -19084,22 +19101,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5393
+#: ../fish/guestfish-actions.pod:5400
msgid "This is the same as L</sh>, but splits the result into a list of lines."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5396
+#: ../fish/guestfish-actions.pod:5403
msgid "See also: L</command-lines>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5398
+#: ../fish/guestfish-actions.pod:5405
msgid "shutdown"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5400
+#: ../fish/guestfish-actions.pod:5407
#, no-wrap
msgid ""
" shutdown\n"
@@ -19107,7 +19124,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5402
+#: ../fish/guestfish-actions.pod:5409
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) "
@@ -19115,7 +19132,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5406 ../src/guestfs-actions.pod:8469
+#: ../fish/guestfish-actions.pod:5413 ../src/guestfs-actions.pod:8476
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 "
@@ -19123,31 +19140,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5410 ../src/guestfs-actions.pod:8473
+#: ../fish/guestfish-actions.pod:5417 ../src/guestfs-actions.pod:8480
msgid "It is safe to call this multiple times. Extra calls are ignored."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5412
+#: ../fish/guestfish-actions.pod:5419
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:5415
+#: ../fish/guestfish-actions.pod:5422
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:5418
+#: ../fish/guestfish-actions.pod:5425
msgid "sleep"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5420
+#: ../fish/guestfish-actions.pod:5427
#, no-wrap
msgid ""
" sleep secs\n"
@@ -19155,17 +19172,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5422 ../src/guestfs-actions.pod:8489
+#: ../fish/guestfish-actions.pod:5429 ../src/guestfs-actions.pod:8496
msgid "Sleep for C<secs> seconds."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5424
+#: ../fish/guestfish-actions.pod:5431
msgid "stat"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5426
+#: ../fish/guestfish-actions.pod:5433
#, no-wrap
msgid ""
" stat path\n"
@@ -19173,17 +19190,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5430 ../src/guestfs-actions.pod:8503
+#: ../fish/guestfish-actions.pod:5437 ../src/guestfs-actions.pod:8510
msgid "This is the same as the C<stat(2)> system call."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5432
+#: ../fish/guestfish-actions.pod:5439
msgid "statvfs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5434
+#: ../fish/guestfish-actions.pod:5441
#, no-wrap
msgid ""
" statvfs path\n"
@@ -19191,7 +19208,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5436 ../src/guestfs-actions.pod:8517
+#: ../fish/guestfish-actions.pod:5443 ../src/guestfs-actions.pod:8524
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 "
@@ -19199,17 +19216,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5440 ../src/guestfs-actions.pod:8521
+#: ../fish/guestfish-actions.pod:5447 ../src/guestfs-actions.pod:8528
msgid "This is the same as the C<statvfs(2)> system call."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5442
+#: ../fish/guestfish-actions.pod:5449
msgid "strings"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5444
+#: ../fish/guestfish-actions.pod:5451
#, no-wrap
msgid ""
" strings path\n"
@@ -19217,19 +19234,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5446 ../src/guestfs-actions.pod:8535
+#: ../fish/guestfish-actions.pod:5453 ../src/guestfs-actions.pod:8542
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:5452
+#: ../fish/guestfish-actions.pod:5459
msgid "strings-e"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5454
+#: ../fish/guestfish-actions.pod:5461
#, no-wrap
msgid ""
" strings-e encoding path\n"
@@ -19237,93 +19254,93 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5456
+#: ../fish/guestfish-actions.pod:5463
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:5460 ../src/guestfs-actions.pod:8558
+#: ../fish/guestfish-actions.pod:5467 ../src/guestfs-actions.pod:8565
msgid "Allowed encodings are:"
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5464 ../src/guestfs-actions.pod:8562
+#: ../fish/guestfish-actions.pod:5471 ../src/guestfs-actions.pod:8569
msgid "s"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5466
+#: ../fish/guestfish-actions.pod:5473
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:5469 ../src/guestfs-actions.pod:8567
+#: ../fish/guestfish-actions.pod:5476 ../src/guestfs-actions.pod:8574
msgid "S"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5471 ../src/guestfs-actions.pod:8569
+#: ../fish/guestfish-actions.pod:5478 ../src/guestfs-actions.pod:8576
msgid "Single 8-bit-byte characters."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5473 ../src/guestfs-actions.pod:8571
+#: ../fish/guestfish-actions.pod:5480 ../src/guestfs-actions.pod:8578
msgid "b"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5475 ../src/guestfs-actions.pod:8573
+#: ../fish/guestfish-actions.pod:5482 ../src/guestfs-actions.pod:8580
msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5478 ../src/guestfs-actions.pod:8576
+#: ../fish/guestfish-actions.pod:5485 ../src/guestfs-actions.pod:8583
msgid "l (lower case letter L)"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5480 ../src/guestfs-actions.pod:8578
+#: ../fish/guestfish-actions.pod:5487 ../src/guestfs-actions.pod:8585
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:5483 ../src/guestfs-actions.pod:8581
+#: ../fish/guestfish-actions.pod:5490 ../src/guestfs-actions.pod:8588
msgid "B"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5485 ../src/guestfs-actions.pod:8583
+#: ../fish/guestfish-actions.pod:5492 ../src/guestfs-actions.pod:8590
msgid "32-bit big endian such as UCS-4BE."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5487 ../src/guestfs-actions.pod:8585
+#: ../fish/guestfish-actions.pod:5494 ../src/guestfs-actions.pod:8592
msgid "L"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5489 ../src/guestfs-actions.pod:8587
+#: ../fish/guestfish-actions.pod:5496 ../src/guestfs-actions.pod:8594
msgid "32-bit little endian such as UCS-4LE."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5493 ../src/guestfs-actions.pod:8591
+#: ../fish/guestfish-actions.pod:5500 ../src/guestfs-actions.pod:8598
msgid "The returned strings are transcoded to UTF-8."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5498
+#: ../fish/guestfish-actions.pod:5505
msgid "swapoff-device"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5500
+#: ../fish/guestfish-actions.pod:5507
#, no-wrap
msgid ""
" swapoff-device device\n"
@@ -19331,19 +19348,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5502
+#: ../fish/guestfish-actions.pod:5509
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:5506
+#: ../fish/guestfish-actions.pod:5513
msgid "swapoff-file"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5508
+#: ../fish/guestfish-actions.pod:5515
#, no-wrap
msgid ""
" swapoff-file file\n"
@@ -19351,17 +19368,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5510 ../src/guestfs-actions.pod:8622
+#: ../fish/guestfish-actions.pod:5517 ../src/guestfs-actions.pod:8629
msgid "This command disables the libguestfs appliance swap on file."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5512
+#: ../fish/guestfish-actions.pod:5519
msgid "swapoff-label"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5514
+#: ../fish/guestfish-actions.pod:5521
#, no-wrap
msgid ""
" swapoff-label label\n"
@@ -19369,19 +19386,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5516 ../src/guestfs-actions.pod:8634
+#: ../fish/guestfish-actions.pod:5523 ../src/guestfs-actions.pod:8641
msgid ""
"This command disables the libguestfs appliance swap on labeled swap "
"partition."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5519
+#: ../fish/guestfish-actions.pod:5526
msgid "swapoff-uuid"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5521
+#: ../fish/guestfish-actions.pod:5528
#, no-wrap
msgid ""
" swapoff-uuid uuid\n"
@@ -19389,19 +19406,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5523 ../src/guestfs-actions.pod:8647
+#: ../fish/guestfish-actions.pod:5530 ../src/guestfs-actions.pod:8654
msgid ""
"This command disables the libguestfs appliance swap partition with the given "
"UUID."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5526
+#: ../fish/guestfish-actions.pod:5533
msgid "swapon-device"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5528
+#: ../fish/guestfish-actions.pod:5535
#, no-wrap
msgid ""
" swapon-device device\n"
@@ -19409,7 +19426,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5530
+#: ../fish/guestfish-actions.pod:5537
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 "
@@ -19417,7 +19434,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5535 ../src/guestfs-actions.pod:8665
+#: ../fish/guestfish-actions.pod:5542 ../src/guestfs-actions.pod:8672
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 "
@@ -19427,12 +19444,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5542
+#: ../fish/guestfish-actions.pod:5549
msgid "swapon-file"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5544
+#: ../fish/guestfish-actions.pod:5551
#, no-wrap
msgid ""
" swapon-file file\n"
@@ -19440,17 +19457,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5546
+#: ../fish/guestfish-actions.pod:5553
msgid "This command enables swap to a file. See L</swapon-device> for other notes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5549
+#: ../fish/guestfish-actions.pod:5556
msgid "swapon-label"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5551
+#: ../fish/guestfish-actions.pod:5558
#, no-wrap
msgid ""
" swapon-label label\n"
@@ -19458,19 +19475,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5553
+#: ../fish/guestfish-actions.pod:5560
msgid ""
"This command enables swap to a labeled swap partition. See "
"L</swapon-device> for other notes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5556
+#: ../fish/guestfish-actions.pod:5563
msgid "swapon-uuid"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5558
+#: ../fish/guestfish-actions.pod:5565
#, no-wrap
msgid ""
" swapon-uuid uuid\n"
@@ -19478,19 +19495,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5560
+#: ../fish/guestfish-actions.pod:5567
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:5563
+#: ../fish/guestfish-actions.pod:5570
msgid "sync"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5565
+#: ../fish/guestfish-actions.pod:5572
#, no-wrap
msgid ""
" sync\n"
@@ -19498,26 +19515,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5567 ../src/guestfs-actions.pod:8720
+#: ../fish/guestfish-actions.pod:5574 ../src/guestfs-actions.pod:8727
msgid ""
"This syncs the disk, so that any writes are flushed through to the "
"underlying disk image."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5570 ../src/guestfs-actions.pod:8723
+#: ../fish/guestfish-actions.pod:5577 ../src/guestfs-actions.pod:8730
msgid ""
"You should always call this if you have modified a disk image, before "
"closing the handle."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5573
+#: ../fish/guestfish-actions.pod:5580
msgid "tail"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5575
+#: ../fish/guestfish-actions.pod:5582
#, no-wrap
msgid ""
" tail path\n"
@@ -19525,17 +19542,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5577 ../src/guestfs-actions.pod:8736
+#: ../fish/guestfish-actions.pod:5584 ../src/guestfs-actions.pod:8743
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:5583
+#: ../fish/guestfish-actions.pod:5590
msgid "tail-n"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5585
+#: ../fish/guestfish-actions.pod:5592
#, no-wrap
msgid ""
" tail-n nrlines path\n"
@@ -19543,26 +19560,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5587 ../src/guestfs-actions.pod:8755
+#: ../fish/guestfish-actions.pod:5594 ../src/guestfs-actions.pod:8762
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:5590 ../src/guestfs-actions.pod:8758
+#: ../fish/guestfish-actions.pod:5597 ../src/guestfs-actions.pod:8765
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:5598
+#: ../fish/guestfish-actions.pod:5605
msgid "tar-in"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5600
+#: ../fish/guestfish-actions.pod:5607
#, no-wrap
msgid ""
" tar-in (tarfile|-) directory\n"
@@ -19570,24 +19587,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5602 ../src/guestfs-actions.pod:8779
+#: ../fish/guestfish-actions.pod:5609 ../src/guestfs-actions.pod:8786
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:5605
+#: ../fish/guestfish-actions.pod:5612
msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5610
+#: ../fish/guestfish-actions.pod:5617
msgid "tar-out"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5612
+#: ../fish/guestfish-actions.pod:5619
#, no-wrap
msgid ""
" tar-out directory (tarfile|-)\n"
@@ -19595,24 +19612,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5614 ../src/guestfs-actions.pod:8796
+#: ../fish/guestfish-actions.pod:5621 ../src/guestfs-actions.pod:8803
msgid ""
"This command packs the contents of C<directory> and downloads it to local "
"file C<tarfile>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5617
+#: ../fish/guestfish-actions.pod:5624
msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5622
+#: ../fish/guestfish-actions.pod:5629
msgid "tgz-in"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5624
+#: ../fish/guestfish-actions.pod:5631
#, no-wrap
msgid ""
" tgz-in (tarball|-) directory\n"
@@ -19620,24 +19637,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5626 ../src/guestfs-actions.pod:8813
+#: ../fish/guestfish-actions.pod:5633 ../src/guestfs-actions.pod:8820
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:5629
+#: ../fish/guestfish-actions.pod:5636
msgid "To upload an uncompressed tarball, use L</tar-in>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5633
+#: ../fish/guestfish-actions.pod:5640
msgid "tgz-out"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5635
+#: ../fish/guestfish-actions.pod:5642
#, no-wrap
msgid ""
" tgz-out directory (tarball|-)\n"
@@ -19645,24 +19662,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5637 ../src/guestfs-actions.pod:8829
+#: ../fish/guestfish-actions.pod:5644 ../src/guestfs-actions.pod:8836
msgid ""
"This command packs the contents of C<directory> and downloads it to local "
"file C<tarball>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5640
+#: ../fish/guestfish-actions.pod:5647
msgid "To download an uncompressed tarball, use L</tar-out>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5644
+#: ../fish/guestfish-actions.pod:5651
msgid "touch"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5646
+#: ../fish/guestfish-actions.pod:5653
#, no-wrap
msgid ""
" touch path\n"
@@ -19670,7 +19687,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5648 ../src/guestfs-actions.pod:8844
+#: ../fish/guestfish-actions.pod:5655 ../src/guestfs-actions.pod:8851
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 "
@@ -19678,19 +19695,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5652 ../src/guestfs-actions.pod:8848
+#: ../fish/guestfish-actions.pod:5659 ../src/guestfs-actions.pod:8855
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:5655
+#: ../fish/guestfish-actions.pod:5662
msgid "truncate"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5657
+#: ../fish/guestfish-actions.pod:5664
#, no-wrap
msgid ""
" truncate path\n"
@@ -19698,19 +19715,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5659 ../src/guestfs-actions.pod:8861
+#: ../fish/guestfish-actions.pod:5666 ../src/guestfs-actions.pod:8868
msgid ""
"This command truncates C<path> to a zero-length file. The file must exist "
"already."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5662
+#: ../fish/guestfish-actions.pod:5669
msgid "truncate-size"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5664
+#: ../fish/guestfish-actions.pod:5671
#, no-wrap
msgid ""
" truncate-size path size\n"
@@ -19718,14 +19735,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5666 ../src/guestfs-actions.pod:8875
+#: ../fish/guestfish-actions.pod:5673 ../src/guestfs-actions.pod:8882
msgid ""
"This command truncates C<path> to size C<size> bytes. The file must exist "
"already."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5669
+#: ../fish/guestfish-actions.pod:5676
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 "
@@ -19734,12 +19751,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5675
+#: ../fish/guestfish-actions.pod:5682
msgid "tune2fs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5677
+#: ../fish/guestfish-actions.pod:5684
#, no-wrap
msgid ""
" tune2fs device [force:true|false] [maxmountcount:N] [mountcount:N] "
@@ -19750,26 +19767,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5679 ../src/guestfs-actions.pod:8911
+#: ../fish/guestfish-actions.pod:5686 ../src/guestfs-actions.pod:8918
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:5688 ../src/guestfs-actions.pod:8920
+#: ../fish/guestfish-actions.pod:5695 ../src/guestfs-actions.pod:8927
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:5691 ../src/guestfs-actions.pod:8923
+#: ../fish/guestfish-actions.pod:5698 ../src/guestfs-actions.pod:8930
msgid "C<maxmountcount>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5693 ../src/guestfs-actions.pod:8925
+#: ../fish/guestfish-actions.pod:5700 ../src/guestfs-actions.pod:8932
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. "
@@ -19777,24 +19794,24 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5697 ../src/guestfs-actions.pod:8929
+#: ../fish/guestfish-actions.pod:5704 ../src/guestfs-actions.pod:8936
msgid "C<mountcount>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5699 ../src/guestfs-actions.pod:8931
+#: ../fish/guestfish-actions.pod:5706 ../src/guestfs-actions.pod:8938
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:5702 ../src/guestfs-actions.pod:8934
+#: ../fish/guestfish-actions.pod:5709 ../src/guestfs-actions.pod:8941
msgid "C<errorbehavior>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5704 ../src/guestfs-actions.pod:8936
+#: ../fish/guestfish-actions.pod:5711 ../src/guestfs-actions.pod:8943
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 "
@@ -19803,77 +19820,77 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5709 ../src/guestfs-actions.pod:8941
+#: ../fish/guestfish-actions.pod:5716 ../src/guestfs-actions.pod:8948
msgid "This is the same as the tune2fs C<-e> option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5711 ../src/guestfs-actions.pod:8943
+#: ../fish/guestfish-actions.pod:5718 ../src/guestfs-actions.pod:8950
msgid "C<group>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5713 ../src/guestfs-actions.pod:8945
+#: ../fish/guestfish-actions.pod:5720 ../src/guestfs-actions.pod:8952
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:5717 ../src/guestfs-actions.pod:8949
+#: ../fish/guestfish-actions.pod:5724 ../src/guestfs-actions.pod:8956
msgid "C<intervalbetweenchecks>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5719 ../src/guestfs-actions.pod:8951
+#: ../fish/guestfish-actions.pod:5726 ../src/guestfs-actions.pod:8958
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:5723 ../src/guestfs-actions.pod:8955
+#: ../fish/guestfish-actions.pod:5730 ../src/guestfs-actions.pod:8962
msgid "This is the same as the tune2fs C<-i> option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5725 ../src/guestfs-actions.pod:8957
+#: ../fish/guestfish-actions.pod:5732 ../src/guestfs-actions.pod:8964
msgid "C<reservedblockspercentage>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5727 ../src/guestfs-actions.pod:8959
+#: ../fish/guestfish-actions.pod:5734 ../src/guestfs-actions.pod:8966
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:5731 ../src/guestfs-actions.pod:8963
+#: ../fish/guestfish-actions.pod:5738 ../src/guestfs-actions.pod:8970
msgid "C<lastmounteddirectory>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5733 ../src/guestfs-actions.pod:8965
+#: ../fish/guestfish-actions.pod:5740 ../src/guestfs-actions.pod:8972
msgid ""
"Set the last mounted directory. This is the same as the tune2fs C<-M> "
"option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5736 ../src/guestfs-actions.pod:8968
+#: ../fish/guestfish-actions.pod:5743 ../src/guestfs-actions.pod:8975
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:5740 ../src/guestfs-actions.pod:8972
+#: ../fish/guestfish-actions.pod:5747 ../src/guestfs-actions.pod:8979
msgid "C<user>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5742 ../src/guestfs-actions.pod:8974
+#: ../fish/guestfish-actions.pod:5749 ../src/guestfs-actions.pod:8981
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 "
@@ -19881,19 +19898,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5748
+#: ../fish/guestfish-actions.pod:5755
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:5754
+#: ../fish/guestfish-actions.pod:5761
msgid "tune2fs-l"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5756
+#: ../fish/guestfish-actions.pod:5763
#, no-wrap
msgid ""
" tune2fs-l device\n"
@@ -19901,14 +19918,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5758 ../src/guestfs-actions.pod:9016
+#: ../fish/guestfish-actions.pod:5765 ../src/guestfs-actions.pod:9023
msgid ""
"This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
"C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5761 ../src/guestfs-actions.pod:9019
+#: ../fish/guestfish-actions.pod:5768 ../src/guestfs-actions.pod:9026
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 "
@@ -19917,12 +19934,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5766
+#: ../fish/guestfish-actions.pod:5773
msgid "txz-in"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5768
+#: ../fish/guestfish-actions.pod:5775
#, no-wrap
msgid ""
" txz-in (tarball|-) directory\n"
@@ -19930,19 +19947,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5770 ../src/guestfs-actions.pod:9039
+#: ../fish/guestfish-actions.pod:5777 ../src/guestfs-actions.pod:9046
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:5775
+#: ../fish/guestfish-actions.pod:5782
msgid "txz-out"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5777
+#: ../fish/guestfish-actions.pod:5784
#, no-wrap
msgid ""
" txz-out directory (tarball|-)\n"
@@ -19950,19 +19967,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5779 ../src/guestfs-actions.pod:9053
+#: ../fish/guestfish-actions.pod:5786 ../src/guestfs-actions.pod:9060
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:5784
+#: ../fish/guestfish-actions.pod:5791
msgid "umask"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5786
+#: ../fish/guestfish-actions.pod:5793
#, no-wrap
msgid ""
" umask mask\n"
@@ -19970,14 +19987,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5788 ../src/guestfs-actions.pod:9066
+#: ../fish/guestfish-actions.pod:5795 ../src/guestfs-actions.pod:9073
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:5791 ../src/guestfs-actions.pod:9069
+#: ../fish/guestfish-actions.pod:5798 ../src/guestfs-actions.pod:9076
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 "
@@ -19985,7 +20002,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5796 ../src/guestfs-actions.pod:9074
+#: ../fish/guestfish-actions.pod:5803 ../src/guestfs-actions.pod:9081
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 "
@@ -19993,27 +20010,27 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5800
+#: ../fish/guestfish-actions.pod:5807
msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5803 ../src/guestfs-actions.pod:9081
+#: ../fish/guestfish-actions.pod:5810 ../src/guestfs-actions.pod:9088
msgid "This call returns the previous umask."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5805
+#: ../fish/guestfish-actions.pod:5812
msgid "umount"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5807
+#: ../fish/guestfish-actions.pod:5814
msgid "unmount"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5809
+#: ../fish/guestfish-actions.pod:5816
#, no-wrap
msgid ""
" umount pathordevice\n"
@@ -20021,24 +20038,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5811 ../src/guestfs-actions.pod:9093
+#: ../fish/guestfish-actions.pod:5818 ../src/guestfs-actions.pod:9100
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:5815
+#: ../fish/guestfish-actions.pod:5822
msgid "umount-all"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5817
+#: ../fish/guestfish-actions.pod:5824
msgid "unmount-all"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5819
+#: ../fish/guestfish-actions.pod:5826
#, no-wrap
msgid ""
" umount-all\n"
@@ -20046,22 +20063,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5821 ../src/guestfs-actions.pod:9106
+#: ../fish/guestfish-actions.pod:5828 ../src/guestfs-actions.pod:9113
msgid "This unmounts all mounted filesystems."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5823 ../src/guestfs-actions.pod:9108
+#: ../fish/guestfish-actions.pod:5830 ../src/guestfs-actions.pod:9115
msgid "Some internal mounts are not unmounted by this call."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5825
+#: ../fish/guestfish-actions.pod:5832
msgid "umount-local"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5827
+#: ../fish/guestfish-actions.pod:5834
#, no-wrap
msgid ""
" umount-local [retry:true|false]\n"
@@ -20069,19 +20086,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5829 ../src/guestfs-actions.pod:9127
+#: ../fish/guestfish-actions.pod:5836 ../src/guestfs-actions.pod:9134
msgid ""
"If libguestfs is exporting the filesystem on a local mountpoint, then this "
"unmounts it."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5836
+#: ../fish/guestfish-actions.pod:5843
msgid "upload"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5838
+#: ../fish/guestfish-actions.pod:5845
#, no-wrap
msgid ""
" upload (filename|-) remotefilename\n"
@@ -20089,22 +20106,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5840 ../fish/guestfish-actions.pod:5853 ../src/guestfs-actions.pod:9163 ../src/guestfs-actions.pod:9187
+#: ../fish/guestfish-actions.pod:5847 ../fish/guestfish-actions.pod:5860 ../src/guestfs-actions.pod:9170 ../src/guestfs-actions.pod:9194
msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5845
+#: ../fish/guestfish-actions.pod:5852
msgid "See also L</download>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5849
+#: ../fish/guestfish-actions.pod:5856
msgid "upload-offset"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5851
+#: ../fish/guestfish-actions.pod:5858
#, no-wrap
msgid ""
" upload-offset (filename|-) remotefilename offset\n"
@@ -20112,7 +20129,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5856 ../src/guestfs-actions.pod:9190
+#: ../fish/guestfish-actions.pod:5863 ../src/guestfs-actions.pod:9197
msgid ""
"C<remotefilename> is overwritten starting at the byte C<offset> specified. "
"The intention is to overwrite parts of existing files or devices, although "
@@ -20122,7 +20139,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5863
+#: ../fish/guestfish-actions.pod:5870
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 "
@@ -20130,17 +20147,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5868
+#: ../fish/guestfish-actions.pod:5875
msgid "See also L</upload>, L</pwrite>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5872
+#: ../fish/guestfish-actions.pod:5879
msgid "utimens"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5874
+#: ../fish/guestfish-actions.pod:5881
#, no-wrap
msgid ""
" utimens path atsecs atnsecs mtsecs mtnsecs\n"
@@ -20148,26 +20165,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5876 ../src/guestfs-actions.pod:9223
+#: ../fish/guestfish-actions.pod:5883 ../src/guestfs-actions.pod:9230
msgid "This command sets the timestamps of a file with nanosecond precision."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5879 ../src/guestfs-actions.pod:9226
+#: ../fish/guestfish-actions.pod:5886 ../src/guestfs-actions.pod:9233
msgid ""
"C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
"from the epoch."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5882 ../src/guestfs-actions.pod:9229
+#: ../fish/guestfish-actions.pod:5889 ../src/guestfs-actions.pod:9236
msgid ""
"C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
"nanoseconds from the epoch."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5885 ../src/guestfs-actions.pod:9232
+#: ../fish/guestfish-actions.pod:5892 ../src/guestfs-actions.pod:9239
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 "
@@ -20175,7 +20192,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5889 ../src/guestfs-actions.pod:9236
+#: ../fish/guestfish-actions.pod:5896 ../src/guestfs-actions.pod:9243
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 "
@@ -20183,12 +20200,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5893
+#: ../fish/guestfish-actions.pod:5900
msgid "version"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5895
+#: ../fish/guestfish-actions.pod:5902
#, no-wrap
msgid ""
" version\n"
@@ -20196,12 +20213,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5897 ../src/guestfs-actions.pod:9249
+#: ../fish/guestfish-actions.pod:5904 ../src/guestfs-actions.pod:9256
msgid "Return the libguestfs version number that the program is linked against."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5900 ../src/guestfs-actions.pod:9252
+#: ../fish/guestfish-actions.pod:5907 ../src/guestfs-actions.pod:9259
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 "
@@ -20210,7 +20227,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5905 ../src/guestfs-actions.pod:9257
+#: ../fish/guestfish-actions.pod:5912 ../src/guestfs-actions.pod:9264
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 "
@@ -20219,7 +20236,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5911 ../src/guestfs-actions.pod:9263
+#: ../fish/guestfish-actions.pod:5918 ../src/guestfs-actions.pod:9270
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 "
@@ -20228,17 +20245,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5917 ../src/guestfs-actions.pod:9269
+#: ../fish/guestfish-actions.pod:5924 ../src/guestfs-actions.pod:9276
msgid "To construct the original version string: C<$major.$minor.$release$extra>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5920 ../src/guestfs-actions.pod:9272
+#: ../fish/guestfish-actions.pod:5927 ../src/guestfs-actions.pod:9279
msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5922
+#: ../fish/guestfish-actions.pod:5929
msgid ""
"I<Note:> Don't use this call to test for availability of features. In "
"enterprise distributions we backport features from later versions into "
@@ -20247,12 +20264,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5928
+#: ../fish/guestfish-actions.pod:5935
msgid "vfs-label"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5930
+#: ../fish/guestfish-actions.pod:5937
#, no-wrap
msgid ""
" vfs-label device\n"
@@ -20260,27 +20277,27 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5932 ../src/guestfs-actions.pod:9292
+#: ../fish/guestfish-actions.pod:5939 ../src/guestfs-actions.pod:9299
msgid "This returns the filesystem label of the filesystem on C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5935 ../src/guestfs-actions.pod:9295
+#: ../fish/guestfish-actions.pod:5942 ../src/guestfs-actions.pod:9302
msgid "If the filesystem is unlabeled, this returns the empty string."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5937
+#: ../fish/guestfish-actions.pod:5944
msgid "To find a filesystem from the label, use L</findfs-label>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5939
+#: ../fish/guestfish-actions.pod:5946
msgid "vfs-type"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5941
+#: ../fish/guestfish-actions.pod:5948
#, no-wrap
msgid ""
" vfs-type device\n"
@@ -20288,14 +20305,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5943 ../src/guestfs-actions.pod:9310
+#: ../fish/guestfish-actions.pod:5950 ../src/guestfs-actions.pod:9317
msgid ""
"This command gets the filesystem type corresponding to the filesystem on "
"C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5946 ../src/guestfs-actions.pod:9313
+#: ../fish/guestfish-actions.pod:5953 ../src/guestfs-actions.pod:9320
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 "
@@ -20303,12 +20320,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5951
+#: ../fish/guestfish-actions.pod:5958
msgid "vfs-uuid"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5953
+#: ../fish/guestfish-actions.pod:5960
#, no-wrap
msgid ""
" vfs-uuid device\n"
@@ -20316,27 +20333,27 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5955 ../src/guestfs-actions.pod:9329
+#: ../fish/guestfish-actions.pod:5962 ../src/guestfs-actions.pod:9336
msgid "This returns the filesystem UUID of the filesystem on C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5958 ../src/guestfs-actions.pod:9332
+#: ../fish/guestfish-actions.pod:5965 ../src/guestfs-actions.pod:9339
msgid "If the filesystem does not have a UUID, this returns the empty string."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5960
+#: ../fish/guestfish-actions.pod:5967
msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5962
+#: ../fish/guestfish-actions.pod:5969
msgid "vg-activate"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5964
+#: ../fish/guestfish-actions.pod:5971
#, no-wrap
msgid ""
" vg-activate true|false 'volgroups ...'\n"
@@ -20344,31 +20361,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5966 ../src/guestfs-actions.pod:9348
+#: ../fish/guestfish-actions.pod:5973 ../src/guestfs-actions.pod:9355
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:5969 ../src/guestfs-actions.pod:9351
+#: ../fish/guestfish-actions.pod:5976 ../src/guestfs-actions.pod:9358
msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5971 ../src/guestfs-actions.pod:9353
+#: ../fish/guestfish-actions.pod:5978 ../src/guestfs-actions.pod:9360
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:5974
+#: ../fish/guestfish-actions.pod:5981
msgid "vg-activate-all"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5976
+#: ../fish/guestfish-actions.pod:5983
#, no-wrap
msgid ""
" vg-activate-all true|false\n"
@@ -20376,24 +20393,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5978 ../src/guestfs-actions.pod:9366
+#: ../fish/guestfish-actions.pod:5985 ../src/guestfs-actions.pod:9373
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:5981 ../src/guestfs-actions.pod:9369
+#: ../fish/guestfish-actions.pod:5988 ../src/guestfs-actions.pod:9376
msgid "This command is the same as running C<vgchange -a y|n>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5983
+#: ../fish/guestfish-actions.pod:5990
msgid "vgcreate"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5985
+#: ../fish/guestfish-actions.pod:5992
#, no-wrap
msgid ""
" vgcreate volgroup 'physvols ...'\n"
@@ -20401,19 +20418,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5987 ../src/guestfs-actions.pod:9382
+#: ../fish/guestfish-actions.pod:5994 ../src/guestfs-actions.pod:9389
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:5990
+#: ../fish/guestfish-actions.pod:5997
msgid "vglvuuids"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5992
+#: ../fish/guestfish-actions.pod:5999
#, no-wrap
msgid ""
" vglvuuids vgname\n"
@@ -20421,31 +20438,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5994 ../src/guestfs-actions.pod:9395
+#: ../fish/guestfish-actions.pod:6001 ../src/guestfs-actions.pod:9402
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:5997
+#: ../fish/guestfish-actions.pod:6004
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:6000
+#: ../fish/guestfish-actions.pod:6007
msgid "See also L</vgpvuuids>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6002
+#: ../fish/guestfish-actions.pod:6009
msgid "vgmeta"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6004
+#: ../fish/guestfish-actions.pod:6011
#, no-wrap
msgid ""
" vgmeta vgname\n"
@@ -20453,26 +20470,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6006 ../src/guestfs-actions.pod:9416
+#: ../fish/guestfish-actions.pod:6013 ../src/guestfs-actions.pod:9423
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:6009 ../src/guestfs-actions.pod:9419
+#: ../fish/guestfish-actions.pod:6016 ../src/guestfs-actions.pod:9426
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:6012
+#: ../fish/guestfish-actions.pod:6019
msgid "vgpvuuids"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6014
+#: ../fish/guestfish-actions.pod:6021
#, no-wrap
msgid ""
" vgpvuuids vgname\n"
@@ -20480,31 +20497,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6016 ../src/guestfs-actions.pod:9434
+#: ../fish/guestfish-actions.pod:6023 ../src/guestfs-actions.pod:9441
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:6019
+#: ../fish/guestfish-actions.pod:6026
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:6022
+#: ../fish/guestfish-actions.pod:6029
msgid "See also L</vglvuuids>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6024
+#: ../fish/guestfish-actions.pod:6031
msgid "vgremove"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6026
+#: ../fish/guestfish-actions.pod:6033
#, no-wrap
msgid ""
" vgremove vgname\n"
@@ -20512,22 +20529,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6028 ../src/guestfs-actions.pod:9454
+#: ../fish/guestfish-actions.pod:6035 ../src/guestfs-actions.pod:9461
msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6030 ../src/guestfs-actions.pod:9456
+#: ../fish/guestfish-actions.pod:6037 ../src/guestfs-actions.pod:9463
msgid "This also forcibly removes all logical volumes in the volume group (if any)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6033
+#: ../fish/guestfish-actions.pod:6040
msgid "vgrename"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6035
+#: ../fish/guestfish-actions.pod:6042
#, no-wrap
msgid ""
" vgrename volgroup newvolgroup\n"
@@ -20535,17 +20552,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6037 ../src/guestfs-actions.pod:9470
+#: ../fish/guestfish-actions.pod:6044 ../src/guestfs-actions.pod:9477
msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6039
+#: ../fish/guestfish-actions.pod:6046
msgid "vgs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6041
+#: ../fish/guestfish-actions.pod:6048
#, no-wrap
msgid ""
" vgs\n"
@@ -20553,31 +20570,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6043 ../src/guestfs-actions.pod:9481
+#: ../fish/guestfish-actions.pod:6050 ../src/guestfs-actions.pod:9488
msgid ""
"List all the volumes groups detected. This is the equivalent of the "
"L<vgs(8)> command."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6046 ../src/guestfs-actions.pod:9484
+#: ../fish/guestfish-actions.pod:6053 ../src/guestfs-actions.pod:9491
msgid ""
"This returns a list of just the volume group names that were detected "
"(eg. C<VolGroup00>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6049
+#: ../fish/guestfish-actions.pod:6056
msgid "See also L</vgs-full>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6051
+#: ../fish/guestfish-actions.pod:6058
msgid "vgs-full"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6053
+#: ../fish/guestfish-actions.pod:6060
#, no-wrap
msgid ""
" vgs-full\n"
@@ -20585,19 +20602,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6055 ../src/guestfs-actions.pod:9500
+#: ../fish/guestfish-actions.pod:6062 ../src/guestfs-actions.pod:9507
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:6058
+#: ../fish/guestfish-actions.pod:6065
msgid "vgscan"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6060
+#: ../fish/guestfish-actions.pod:6067
#, no-wrap
msgid ""
" vgscan\n"
@@ -20605,19 +20622,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6062 ../src/guestfs-actions.pod:9514
+#: ../fish/guestfish-actions.pod:6069 ../src/guestfs-actions.pod:9521
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:6065
+#: ../fish/guestfish-actions.pod:6072
msgid "vguuid"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6067
+#: ../fish/guestfish-actions.pod:6074
#, no-wrap
msgid ""
" vguuid vgname\n"
@@ -20625,17 +20642,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6069 ../src/guestfs-actions.pod:9527
+#: ../fish/guestfish-actions.pod:6076 ../src/guestfs-actions.pod:9534
msgid "This command returns the UUID of the LVM VG named C<vgname>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6071
+#: ../fish/guestfish-actions.pod:6078
msgid "wc-c"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6073
+#: ../fish/guestfish-actions.pod:6080
#, no-wrap
msgid ""
" wc-c path\n"
@@ -20643,19 +20660,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6075 ../src/guestfs-actions.pod:9567
+#: ../fish/guestfish-actions.pod:6082 ../src/guestfs-actions.pod:9574
msgid ""
"This command counts the characters in a file, using the C<wc -c> external "
"command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6078
+#: ../fish/guestfish-actions.pod:6085
msgid "wc-l"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6080
+#: ../fish/guestfish-actions.pod:6087
#, no-wrap
msgid ""
" wc-l path\n"
@@ -20663,19 +20680,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6082 ../src/guestfs-actions.pod:9580
+#: ../fish/guestfish-actions.pod:6089 ../src/guestfs-actions.pod:9587
msgid ""
"This command counts the lines in a file, using the C<wc -l> external "
"command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6085
+#: ../fish/guestfish-actions.pod:6092
msgid "wc-w"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6087
+#: ../fish/guestfish-actions.pod:6094
#, no-wrap
msgid ""
" wc-w path\n"
@@ -20683,19 +20700,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6089 ../src/guestfs-actions.pod:9593
+#: ../fish/guestfish-actions.pod:6096 ../src/guestfs-actions.pod:9600
msgid ""
"This command counts the words in a file, using the C<wc -w> external "
"command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6092
+#: ../fish/guestfish-actions.pod:6099
msgid "wipefs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6094
+#: ../fish/guestfish-actions.pod:6101
#, no-wrap
msgid ""
" wipefs device\n"
@@ -20703,31 +20720,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6096 ../src/guestfs-actions.pod:9606
+#: ../fish/guestfish-actions.pod:6103 ../src/guestfs-actions.pod:9613
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:6099 ../src/guestfs-actions.pod:9609
+#: ../fish/guestfish-actions.pod:6106 ../src/guestfs-actions.pod:9616
msgid ""
"This does not erase the filesystem itself nor any other data from the "
"C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6102
+#: ../fish/guestfish-actions.pod:6109
msgid "Compare with L</zero> which zeroes the first few blocks of a device."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6105
+#: ../fish/guestfish-actions.pod:6112
msgid "write"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6107
+#: ../fish/guestfish-actions.pod:6114
#, no-wrap
msgid ""
" write path content\n"
@@ -20735,24 +20752,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6109 ../src/guestfs-actions.pod:9627
+#: ../fish/guestfish-actions.pod:6116 ../src/guestfs-actions.pod:9634
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:6112
+#: ../fish/guestfish-actions.pod:6119
msgid "See also L</write-append>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6117
+#: ../fish/guestfish-actions.pod:6124
msgid "write-append"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6119
+#: ../fish/guestfish-actions.pod:6126
#, no-wrap
msgid ""
" write-append path content\n"
@@ -20760,24 +20777,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6121 ../src/guestfs-actions.pod:9647
+#: ../fish/guestfish-actions.pod:6128 ../src/guestfs-actions.pod:9654
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:6124
+#: ../fish/guestfish-actions.pod:6131
msgid "See also L</write>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6129
+#: ../fish/guestfish-actions.pod:6136
msgid "write-file"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6131
+#: ../fish/guestfish-actions.pod:6138
#, no-wrap
msgid ""
" write-file path content size\n"
@@ -20785,38 +20802,38 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6133 ../src/guestfs-actions.pod:9674
+#: ../fish/guestfish-actions.pod:6140 ../src/guestfs-actions.pod:9681
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:6137 ../src/guestfs-actions.pod:9678
+#: ../fish/guestfish-actions.pod:6144 ../src/guestfs-actions.pod:9685
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:6141 ../src/guestfs-actions.pod:9682
+#: ../fish/guestfish-actions.pod:6148 ../src/guestfs-actions.pod:9689
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:6147
+#: ../fish/guestfish-actions.pod:6154
msgid "I<This function is deprecated.> In new code, use the L</write> call instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6154
+#: ../fish/guestfish-actions.pod:6161
msgid "xfs-info"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6156
+#: ../fish/guestfish-actions.pod:6163
#, no-wrap
msgid ""
" xfs-info path\n"
@@ -20824,26 +20841,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6158 ../src/guestfs-actions.pod:9698
+#: ../fish/guestfish-actions.pod:6165 ../src/guestfs-actions.pod:9705
msgid ""
"C<path> is a mounted XFS filesystem. This command returns the geometry of "
"the filesystem."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6161 ../src/guestfs-actions.pod:9701
+#: ../fish/guestfish-actions.pod:6168 ../src/guestfs-actions.pod:9708
msgid ""
"The returned struct contains geometry information. Missing fields are "
"returned as C<-1> (for numeric fields) or empty string."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6165
+#: ../fish/guestfish-actions.pod:6172
msgid "zegrep"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6167
+#: ../fish/guestfish-actions.pod:6174
#, no-wrap
msgid ""
" zegrep regex path\n"
@@ -20851,17 +20868,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6169 ../src/guestfs-actions.pod:9716
+#: ../fish/guestfish-actions.pod:6176 ../src/guestfs-actions.pod:9723
msgid "This calls the external C<zegrep> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6175
+#: ../fish/guestfish-actions.pod:6182
msgid "zegrepi"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6177
+#: ../fish/guestfish-actions.pod:6184
#, no-wrap
msgid ""
" zegrepi regex path\n"
@@ -20869,17 +20886,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6179 ../src/guestfs-actions.pod:9735
+#: ../fish/guestfish-actions.pod:6186 ../src/guestfs-actions.pod:9742
msgid "This calls the external C<zegrep -i> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6185
+#: ../fish/guestfish-actions.pod:6192
msgid "zero"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6187
+#: ../fish/guestfish-actions.pod:6194
#, no-wrap
msgid ""
" zero device\n"
@@ -20887,12 +20904,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6189 ../src/guestfs-actions.pod:9753
+#: ../fish/guestfish-actions.pod:6196 ../src/guestfs-actions.pod:9760
msgid "This command writes zeroes over the first few blocks of C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6191 ../src/guestfs-actions.pod:9755
+#: ../fish/guestfish-actions.pod:6198 ../src/guestfs-actions.pod:9762
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 "
@@ -20900,7 +20917,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6195 ../fish/guestfish-actions.pod:6210 ../src/guestfs-actions.pod:9759 ../src/guestfs-actions.pod:9785
+#: ../fish/guestfish-actions.pod:6202 ../fish/guestfish-actions.pod:6217 ../src/guestfs-actions.pod:9766 ../src/guestfs-actions.pod:9792
msgid ""
"If blocks are already zero, then this command avoids writing zeroes. This "
"prevents the underlying device from becoming non-sparse or growing "
@@ -20908,17 +20925,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6199
+#: ../fish/guestfish-actions.pod:6206
msgid "See also: L</zero-device>, L</scrub-device>, L</is-zero-device>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6202
+#: ../fish/guestfish-actions.pod:6209
msgid "zero-device"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6204
+#: ../fish/guestfish-actions.pod:6211
#, no-wrap
msgid ""
" zero-device device\n"
@@ -20926,19 +20943,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6206
+#: ../fish/guestfish-actions.pod:6213
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:6214
+#: ../fish/guestfish-actions.pod:6221
msgid "zero-free-space"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6216
+#: ../fish/guestfish-actions.pod:6223
#, no-wrap
msgid ""
" zero-free-space directory\n"
@@ -20946,33 +20963,33 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6218 ../src/guestfs-actions.pod:9804
+#: ../fish/guestfish-actions.pod:6225 ../src/guestfs-actions.pod:9811
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:6221 ../src/guestfs-actions.pod:9807
+#: ../fish/guestfish-actions.pod:6228 ../src/guestfs-actions.pod:9814
msgid ""
"The filesystem contents are not affected, but any free space in the "
"filesystem is freed."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6224
+#: ../fish/guestfish-actions.pod:6231
msgid ""
"Free space is not \"trimmed\". You may want to call L</fstrim> either as an "
"alternative to this, or after calling this, depending on your requirements."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6228
+#: ../fish/guestfish-actions.pod:6235
msgid "zerofree"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6230
+#: ../fish/guestfish-actions.pod:6237
#, no-wrap
msgid ""
" zerofree device\n"
@@ -20980,7 +20997,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6232 ../src/guestfs-actions.pod:9829
+#: ../fish/guestfish-actions.pod:6239 ../src/guestfs-actions.pod:9836
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 "
@@ -20988,24 +21005,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6237 ../src/guestfs-actions.pod:9834
+#: ../fish/guestfish-actions.pod:6244 ../src/guestfs-actions.pod:9841
msgid "You should B<not> run this program if the filesystem is mounted."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6240 ../src/guestfs-actions.pod:9837
+#: ../fish/guestfish-actions.pod:6247 ../src/guestfs-actions.pod:9844
msgid ""
"It is possible that using this program can damage the filesystem or data on "
"the filesystem."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6243
+#: ../fish/guestfish-actions.pod:6250
msgid "zfgrep"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6245
+#: ../fish/guestfish-actions.pod:6252
#, no-wrap
msgid ""
" zfgrep pattern path\n"
@@ -21013,17 +21030,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6247 ../src/guestfs-actions.pod:9851
+#: ../fish/guestfish-actions.pod:6254 ../src/guestfs-actions.pod:9858
msgid "This calls the external C<zfgrep> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6253
+#: ../fish/guestfish-actions.pod:6260
msgid "zfgrepi"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6255
+#: ../fish/guestfish-actions.pod:6262
#, no-wrap
msgid ""
" zfgrepi pattern path\n"
@@ -21031,17 +21048,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6257 ../src/guestfs-actions.pod:9870
+#: ../fish/guestfish-actions.pod:6264 ../src/guestfs-actions.pod:9877
msgid "This calls the external C<zfgrep -i> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6263
+#: ../fish/guestfish-actions.pod:6270
msgid "zfile"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6265
+#: ../fish/guestfish-actions.pod:6272
#, no-wrap
msgid ""
" zfile meth path\n"
@@ -21049,32 +21066,32 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6267 ../src/guestfs-actions.pod:9896
+#: ../fish/guestfish-actions.pod:6274 ../src/guestfs-actions.pod:9903
msgid "This command runs C<file> after first decompressing C<path> using C<method>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6270 ../src/guestfs-actions.pod:9899
+#: ../fish/guestfish-actions.pod:6277 ../src/guestfs-actions.pod:9906
msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6272
+#: ../fish/guestfish-actions.pod:6279
msgid "Since 1.0.63, use L</file> instead which can now process compressed files."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6275
+#: ../fish/guestfish-actions.pod:6282
msgid "I<This function is deprecated.> In new code, use the L</file> call instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6282
+#: ../fish/guestfish-actions.pod:6289
msgid "zgrep"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6284
+#: ../fish/guestfish-actions.pod:6291
#, no-wrap
msgid ""
" zgrep regex path\n"
@@ -21082,17 +21099,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6286 ../src/guestfs-actions.pod:9916
+#: ../fish/guestfish-actions.pod:6293 ../src/guestfs-actions.pod:9923
msgid "This calls the external C<zgrep> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6292
+#: ../fish/guestfish-actions.pod:6299
msgid "zgrepi"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6294
+#: ../fish/guestfish-actions.pod:6301
#, no-wrap
msgid ""
" zgrepi regex path\n"
@@ -21100,7 +21117,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6296 ../src/guestfs-actions.pod:9935
+#: ../fish/guestfish-actions.pod:6303 ../src/guestfs-actions.pod:9942
msgid "This calls the external C<zgrep -i> program and returns the matching lines."
msgstr ""
@@ -29156,12 +29173,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:37 ../src/guestfs-actions.pod:250 ../src/guestfs-actions.pod:287 ../src/guestfs-actions.pod:308 ../src/guestfs-actions.pod:329 ../src/guestfs-actions.pod:342 ../src/guestfs-actions.pod:356 ../src/guestfs-actions.pod:476 ../src/guestfs-actions.pod:496 ../src/guestfs-actions.pod:510 ../src/guestfs-actions.pod:555 ../src/guestfs-actions.pod:583 ../src/guestfs-actions.pod:601 ../src/guestfs-actions.pod:670 ../src/guestfs-actions.pod:703 ../src/guestfs-actions.pod:717 ../src/guestfs-actions.pod:773 ../src/guestfs-actions.pod:872 ../src/guestfs-actions.pod:890 ../src/guestfs-actions.pod:904 ../src/guestfs-actions.pod:918 ../src/guestfs-actions.pod:932 ../src/guestfs-actions.pod:946 ../src/guestfs-actions.pod:959 ../src/guestfs-actions.pod:996 ../src/guestfs-actions.pod:1030 ../src/guestfs-actions.pod:1052 ../src/guestfs-actions.pod:1088 ../src/guestfs-actions.pod:1101 ../src/guestfs-actions.pod:1113 ../src/guestfs-actions.pod:1143 ../src/guestfs-actions.pod:1158 ../src/guestfs-actions.pod:1354 ../src/guestfs-actions.pod:1374 ../src/guestfs-actions.pod:1392 ../src/guestfs-actions.pod:1482 ../src/guestfs-actions.pod:1541 ../src/guestfs-actions.pod:1587 ../src/guestfs-actions.pod:1627 ../src/guestfs-actions.pod:1680 ../src/guestfs-actions.pod:1733 ../src/guestfs-actions.pod:1791 ../src/guestfs-actions.pod:1845 ../src/guestfs-actions.pod:1864 ../src/guestfs-actions.pod:1878 ../src/guestfs-actions.pod:1906 ../src/guestfs-actions.pod:1994 ../src/guestfs-actions.pod:2025 ../src/guestfs-actions.pod:2050 ../src/guestfs-actions.pod:2116 ../src/guestfs-actions.pod:2159 ../src/guestfs-actions.pod:2272 ../src/guestfs-actions.pod:2299 ../src/guestfs-actions.pod:2537 ../src/guestfs-actions.pod:2559 ../src/guestfs-actions.pod:2646 ../src/guestfs-actions.pod:2757 ../src/guestfs-actions.pod:3357 ../src/guestfs-actions.pod:3501 ../src/guestfs-actions.pod:3560 ../src/guestfs-actions.pod:3595 ../src/guestfs-actions.pod:4708 ../src/guestfs-actions.pod:4723 ../src/guestfs-actions.pod:4748 ../src/guestfs-actions.pod:4966 ../src/guestfs-actions.pod:4980 ../src/guestfs-actions.pod:4993 ../src/guestfs-actions.pod:5007 ../src/guestfs-actions.pod:5022 ../src/guestfs-actions.pod:5058 ../src/guestfs-actions.pod:5130 ../src/guestfs-actions.pod:5150 ../src/guestfs-actions.pod:5167 ../src/guestfs-actions.pod:5187 ../src/guestfs-actions.pod:5207 ../src/guestfs-actions.pod:5242 ../src/guestfs-actions.pod:5261 ../src/guestfs-actions.pod:5280 ../src/guestfs-actions.pod:5297 ../src/guestfs-actions.pod:5332 ../src/guestfs-actions.pod:5344 ../src/guestfs-actions.pod:5377 ../src/guestfs-actions.pod:5393 ../src/guestfs-actions.pod:5406 ../src/guestfs-actions.pod:5421 ../src/guestfs-actions.pod:5438 ../src/guestfs-actions.pod:5614 ../src/guestfs-actions.pod:5750 ../src/guestfs-actions.pod:5762 ../src/guestfs-actions.pod:5782 ../src/guestfs-actions.pod:5795 ../src/guestfs-actions.pod:5846 ../src/guestfs-actions.pod:5864 ../src/guestfs-actions.pod:5882 ../src/guestfs-actions.pod:5898 ../src/guestfs-actions.pod:5912 ../src/guestfs-actions.pod:5926 ../src/guestfs-actions.pod:5943 ../src/guestfs-actions.pod:6020 ../src/guestfs-actions.pod:6071 ../src/guestfs-actions.pod:6104 ../src/guestfs-actions.pod:6175 ../src/guestfs-actions.pod:6206 ../src/guestfs-actions.pod:6225 ../src/guestfs-actions.pod:6244 ../src/guestfs-actions.pod:6256 ../src/guestfs-actions.pod:6273 ../src/guestfs-actions.pod:6286 ../src/guestfs-actions.pod:6301 ../src/guestfs-actions.pod:6316 ../src/guestfs-actions.pod:6348 ../src/guestfs-actions.pod:6374 ../src/guestfs-actions.pod:6443 ../src/guestfs-actions.pod:6492 ../src/guestfs-actions.pod:6507 ../src/guestfs-actions.pod:6527 ../src/guestfs-actions.pod:6541 ../src/guestfs-actions.pod:6558 ../src/guestfs-actions.pod:6607 ../src/guestfs-actions.pod:6659 ../src/guestfs-actions.pod:6697 ../src/guestfs-actions.pod:6749 ../src/guestfs-actions.pod:6831 ../src/guestfs-actions.pod:6874 ../src/guestfs-actions.pod:6902 ../src/guestfs-actions.pod:6919 ../src/guestfs-actions.pod:6937 ../src/guestfs-actions.pod:7074 ../src/guestfs-actions.pod:7131 ../src/guestfs-actions.pod:7153 ../src/guestfs-actions.pod:7171 ../src/guestfs-actions.pod:7223 ../src/guestfs-actions.pod:7289 ../src/guestfs-actions.pod:7306 ../src/guestfs-actions.pod:7319 ../src/guestfs-actions.pod:7333 ../src/guestfs-actions.pod:7622 ../src/guestfs-actions.pod:7637 ../src/guestfs-actions.pod:7658 ../src/guestfs-actions.pod:7674 ../src/guestfs-actions.pod:7686 ../src/guestfs-actions.pod:7700 ../src/guestfs-actions.pod:7712 ../src/guestfs-actions.pod:7726 ../src/guestfs-actions.pod:7742 ../src/guestfs-actions.pod:7760 ../src/guestfs-actions.pod:7779 ../src/guestfs-actions.pod:7798 ../src/guestfs-actions.pod:7828 ../src/guestfs-actions.pod:7846 ../src/guestfs-actions.pod:7869 ../src/guestfs-actions.pod:7908 ../src/guestfs-actions.pod:7947 ../src/guestfs-actions.pod:7972 ../src/guestfs-actions.pod:7991 ../src/guestfs-actions.pod:8013 ../src/guestfs-actions.pod:8034 ../src/guestfs-actions.pod:8053 ../src/guestfs-actions.pod:8070 ../src/guestfs-actions.pod:8091 ../src/guestfs-actions.pod:8119 ../src/guestfs-actions.pod:8143 ../src/guestfs-actions.pod:8162 ../src/guestfs-actions.pod:8178 ../src/guestfs-actions.pod:8202 ../src/guestfs-actions.pod:8221 ../src/guestfs-actions.pod:8236 ../src/guestfs-actions.pod:8255 ../src/guestfs-actions.pod:8299 ../src/guestfs-actions.pod:8326 ../src/guestfs-actions.pod:8356 ../src/guestfs-actions.pod:8481 ../src/guestfs-actions.pod:8491 ../src/guestfs-actions.pod:8612 ../src/guestfs-actions.pod:8624 ../src/guestfs-actions.pod:8637 ../src/guestfs-actions.pod:8650 ../src/guestfs-actions.pod:8672 ../src/guestfs-actions.pod:8685 ../src/guestfs-actions.pod:8698 ../src/guestfs-actions.pod:8711 ../src/guestfs-actions.pod:8726 ../src/guestfs-actions.pod:8785 ../src/guestfs-actions.pod:8802 ../src/guestfs-actions.pod:8818 ../src/guestfs-actions.pod:8834 ../src/guestfs-actions.pod:8851 ../src/guestfs-actions.pod:8864 ../src/guestfs-actions.pod:8884 ../src/guestfs-actions.pod:8984 ../src/guestfs-actions.pod:9042 ../src/guestfs-actions.pod:9056 ../src/guestfs-actions.pod:9097 ../src/guestfs-actions.pod:9110 ../src/guestfs-actions.pod:9132 ../src/guestfs-actions.pod:9170 ../src/guestfs-actions.pod:9204 ../src/guestfs-actions.pod:9240 ../src/guestfs-actions.pod:9356 ../src/guestfs-actions.pod:9371 ../src/guestfs-actions.pod:9385 ../src/guestfs-actions.pod:9459 ../src/guestfs-actions.pod:9472 ../src/guestfs-actions.pod:9517 ../src/guestfs-actions.pod:9557 ../src/guestfs-actions.pod:9615 ../src/guestfs-actions.pod:9632 ../src/guestfs-actions.pod:9652 ../src/guestfs-actions.pod:9685 ../src/guestfs-actions.pod:9766 ../src/guestfs-actions.pod:9789 ../src/guestfs-actions.pod:9814 ../src/guestfs-actions.pod:9840
+#: ../src/guestfs-actions.pod:37 ../src/guestfs-actions.pod:250 ../src/guestfs-actions.pod:287 ../src/guestfs-actions.pod:308 ../src/guestfs-actions.pod:329 ../src/guestfs-actions.pod:342 ../src/guestfs-actions.pod:356 ../src/guestfs-actions.pod:476 ../src/guestfs-actions.pod:496 ../src/guestfs-actions.pod:510 ../src/guestfs-actions.pod:555 ../src/guestfs-actions.pod:583 ../src/guestfs-actions.pod:601 ../src/guestfs-actions.pod:670 ../src/guestfs-actions.pod:703 ../src/guestfs-actions.pod:717 ../src/guestfs-actions.pod:773 ../src/guestfs-actions.pod:872 ../src/guestfs-actions.pod:890 ../src/guestfs-actions.pod:904 ../src/guestfs-actions.pod:918 ../src/guestfs-actions.pod:932 ../src/guestfs-actions.pod:946 ../src/guestfs-actions.pod:959 ../src/guestfs-actions.pod:996 ../src/guestfs-actions.pod:1030 ../src/guestfs-actions.pod:1052 ../src/guestfs-actions.pod:1088 ../src/guestfs-actions.pod:1101 ../src/guestfs-actions.pod:1113 ../src/guestfs-actions.pod:1143 ../src/guestfs-actions.pod:1158 ../src/guestfs-actions.pod:1354 ../src/guestfs-actions.pod:1374 ../src/guestfs-actions.pod:1392 ../src/guestfs-actions.pod:1482 ../src/guestfs-actions.pod:1541 ../src/guestfs-actions.pod:1587 ../src/guestfs-actions.pod:1627 ../src/guestfs-actions.pod:1680 ../src/guestfs-actions.pod:1733 ../src/guestfs-actions.pod:1791 ../src/guestfs-actions.pod:1845 ../src/guestfs-actions.pod:1864 ../src/guestfs-actions.pod:1878 ../src/guestfs-actions.pod:1906 ../src/guestfs-actions.pod:1994 ../src/guestfs-actions.pod:2025 ../src/guestfs-actions.pod:2050 ../src/guestfs-actions.pod:2116 ../src/guestfs-actions.pod:2159 ../src/guestfs-actions.pod:2272 ../src/guestfs-actions.pod:2299 ../src/guestfs-actions.pod:2537 ../src/guestfs-actions.pod:2559 ../src/guestfs-actions.pod:2646 ../src/guestfs-actions.pod:2757 ../src/guestfs-actions.pod:3357 ../src/guestfs-actions.pod:3501 ../src/guestfs-actions.pod:3560 ../src/guestfs-actions.pod:3595 ../src/guestfs-actions.pod:4708 ../src/guestfs-actions.pod:4723 ../src/guestfs-actions.pod:4748 ../src/guestfs-actions.pod:4966 ../src/guestfs-actions.pod:4980 ../src/guestfs-actions.pod:4993 ../src/guestfs-actions.pod:5007 ../src/guestfs-actions.pod:5022 ../src/guestfs-actions.pod:5058 ../src/guestfs-actions.pod:5130 ../src/guestfs-actions.pod:5150 ../src/guestfs-actions.pod:5167 ../src/guestfs-actions.pod:5187 ../src/guestfs-actions.pod:5207 ../src/guestfs-actions.pod:5242 ../src/guestfs-actions.pod:5261 ../src/guestfs-actions.pod:5280 ../src/guestfs-actions.pod:5297 ../src/guestfs-actions.pod:5332 ../src/guestfs-actions.pod:5344 ../src/guestfs-actions.pod:5377 ../src/guestfs-actions.pod:5393 ../src/guestfs-actions.pod:5406 ../src/guestfs-actions.pod:5421 ../src/guestfs-actions.pod:5438 ../src/guestfs-actions.pod:5614 ../src/guestfs-actions.pod:5750 ../src/guestfs-actions.pod:5762 ../src/guestfs-actions.pod:5782 ../src/guestfs-actions.pod:5795 ../src/guestfs-actions.pod:5846 ../src/guestfs-actions.pod:5864 ../src/guestfs-actions.pod:5882 ../src/guestfs-actions.pod:5898 ../src/guestfs-actions.pod:5912 ../src/guestfs-actions.pod:5926 ../src/guestfs-actions.pod:5943 ../src/guestfs-actions.pod:6020 ../src/guestfs-actions.pod:6071 ../src/guestfs-actions.pod:6104 ../src/guestfs-actions.pod:6175 ../src/guestfs-actions.pod:6206 ../src/guestfs-actions.pod:6225 ../src/guestfs-actions.pod:6244 ../src/guestfs-actions.pod:6256 ../src/guestfs-actions.pod:6273 ../src/guestfs-actions.pod:6286 ../src/guestfs-actions.pod:6301 ../src/guestfs-actions.pod:6316 ../src/guestfs-actions.pod:6348 ../src/guestfs-actions.pod:6374 ../src/guestfs-actions.pod:6443 ../src/guestfs-actions.pod:6492 ../src/guestfs-actions.pod:6507 ../src/guestfs-actions.pod:6527 ../src/guestfs-actions.pod:6541 ../src/guestfs-actions.pod:6558 ../src/guestfs-actions.pod:6607 ../src/guestfs-actions.pod:6659 ../src/guestfs-actions.pod:6697 ../src/guestfs-actions.pod:6749 ../src/guestfs-actions.pod:6831 ../src/guestfs-actions.pod:6874 ../src/guestfs-actions.pod:6902 ../src/guestfs-actions.pod:6919 ../src/guestfs-actions.pod:6937 ../src/guestfs-actions.pod:7074 ../src/guestfs-actions.pod:7131 ../src/guestfs-actions.pod:7153 ../src/guestfs-actions.pod:7171 ../src/guestfs-actions.pod:7223 ../src/guestfs-actions.pod:7289 ../src/guestfs-actions.pod:7306 ../src/guestfs-actions.pod:7319 ../src/guestfs-actions.pod:7333 ../src/guestfs-actions.pod:7622 ../src/guestfs-actions.pod:7637 ../src/guestfs-actions.pod:7658 ../src/guestfs-actions.pod:7674 ../src/guestfs-actions.pod:7686 ../src/guestfs-actions.pod:7700 ../src/guestfs-actions.pod:7712 ../src/guestfs-actions.pod:7726 ../src/guestfs-actions.pod:7742 ../src/guestfs-actions.pod:7760 ../src/guestfs-actions.pod:7779 ../src/guestfs-actions.pod:7798 ../src/guestfs-actions.pod:7835 ../src/guestfs-actions.pod:7853 ../src/guestfs-actions.pod:7876 ../src/guestfs-actions.pod:7915 ../src/guestfs-actions.pod:7954 ../src/guestfs-actions.pod:7979 ../src/guestfs-actions.pod:7998 ../src/guestfs-actions.pod:8020 ../src/guestfs-actions.pod:8041 ../src/guestfs-actions.pod:8060 ../src/guestfs-actions.pod:8077 ../src/guestfs-actions.pod:8098 ../src/guestfs-actions.pod:8126 ../src/guestfs-actions.pod:8150 ../src/guestfs-actions.pod:8169 ../src/guestfs-actions.pod:8185 ../src/guestfs-actions.pod:8209 ../src/guestfs-actions.pod:8228 ../src/guestfs-actions.pod:8243 ../src/guestfs-actions.pod:8262 ../src/guestfs-actions.pod:8306 ../src/guestfs-actions.pod:8333 ../src/guestfs-actions.pod:8363 ../src/guestfs-actions.pod:8488 ../src/guestfs-actions.pod:8498 ../src/guestfs-actions.pod:8619 ../src/guestfs-actions.pod:8631 ../src/guestfs-actions.pod:8644 ../src/guestfs-actions.pod:8657 ../src/guestfs-actions.pod:8679 ../src/guestfs-actions.pod:8692 ../src/guestfs-actions.pod:8705 ../src/guestfs-actions.pod:8718 ../src/guestfs-actions.pod:8733 ../src/guestfs-actions.pod:8792 ../src/guestfs-actions.pod:8809 ../src/guestfs-actions.pod:8825 ../src/guestfs-actions.pod:8841 ../src/guestfs-actions.pod:8858 ../src/guestfs-actions.pod:8871 ../src/guestfs-actions.pod:8891 ../src/guestfs-actions.pod:8991 ../src/guestfs-actions.pod:9049 ../src/guestfs-actions.pod:9063 ../src/guestfs-actions.pod:9104 ../src/guestfs-actions.pod:9117 ../src/guestfs-actions.pod:9139 ../src/guestfs-actions.pod:9177 ../src/guestfs-actions.pod:9211 ../src/guestfs-actions.pod:9247 ../src/guestfs-actions.pod:9363 ../src/guestfs-actions.pod:9378 ../src/guestfs-actions.pod:9392 ../src/guestfs-actions.pod:9466 ../src/guestfs-actions.pod:9479 ../src/guestfs-actions.pod:9524 ../src/guestfs-actions.pod:9564 ../src/guestfs-actions.pod:9622 ../src/guestfs-actions.pod:9639 ../src/guestfs-actions.pod:9659 ../src/guestfs-actions.pod:9692 ../src/guestfs-actions.pod:9773 ../src/guestfs-actions.pod:9796 ../src/guestfs-actions.pod:9821 ../src/guestfs-actions.pod:9847
msgid "This function returns 0 on success or -1 on error."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:180 ../src/guestfs-actions.pod:1589 ../src/guestfs-actions.pod:2820 ../src/guestfs-actions.pod:3057 ../src/guestfs-actions.pod:3182 ../src/guestfs-actions.pod:4710 ../src/guestfs-actions.pod:4730 ../src/guestfs-actions.pod:6350 ../src/guestfs-actions.pod:7848 ../src/guestfs-actions.pod:8072 ../src/guestfs-actions.pod:8223 ../src/guestfs-actions.pod:8728 ../src/guestfs-actions.pod:8853 ../src/guestfs-actions.pod:9559
+#: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:180 ../src/guestfs-actions.pod:1589 ../src/guestfs-actions.pod:2820 ../src/guestfs-actions.pod:3057 ../src/guestfs-actions.pod:3182 ../src/guestfs-actions.pod:4710 ../src/guestfs-actions.pod:4730 ../src/guestfs-actions.pod:6350 ../src/guestfs-actions.pod:7855 ../src/guestfs-actions.pod:8079 ../src/guestfs-actions.pod:8230 ../src/guestfs-actions.pod:8735 ../src/guestfs-actions.pod:8860 ../src/guestfs-actions.pod:9566
msgid "(Added in 0.3)"
msgstr ""
@@ -29182,7 +29199,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:190 ../src/guestfs-actions.pod:970 ../src/guestfs-actions.pod:1041 ../src/guestfs-actions.pod:1469 ../src/guestfs-actions.pod:1521 ../src/guestfs-actions.pod:1599 ../src/guestfs-actions.pod:1668 ../src/guestfs-actions.pod:1721 ../src/guestfs-actions.pod:1774 ../src/guestfs-actions.pod:2086 ../src/guestfs-actions.pod:2730 ../src/guestfs-actions.pod:3864 ../src/guestfs-actions.pod:5549 ../src/guestfs-actions.pod:5969 ../src/guestfs-actions.pod:6082 ../src/guestfs-actions.pod:6360 ../src/guestfs-actions.pod:6409 ../src/guestfs-actions.pod:6671 ../src/guestfs-actions.pod:6732 ../src/guestfs-actions.pod:6795 ../src/guestfs-actions.pod:7881 ../src/guestfs-actions.pod:8895 ../src/guestfs-actions.pod:9120
+#: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:190 ../src/guestfs-actions.pod:970 ../src/guestfs-actions.pod:1041 ../src/guestfs-actions.pod:1469 ../src/guestfs-actions.pod:1521 ../src/guestfs-actions.pod:1599 ../src/guestfs-actions.pod:1668 ../src/guestfs-actions.pod:1721 ../src/guestfs-actions.pod:1774 ../src/guestfs-actions.pod:2086 ../src/guestfs-actions.pod:2730 ../src/guestfs-actions.pod:3864 ../src/guestfs-actions.pod:5549 ../src/guestfs-actions.pod:5969 ../src/guestfs-actions.pod:6082 ../src/guestfs-actions.pod:6360 ../src/guestfs-actions.pod:6409 ../src/guestfs-actions.pod:6671 ../src/guestfs-actions.pod:6732 ../src/guestfs-actions.pod:6795 ../src/guestfs-actions.pod:7888 ../src/guestfs-actions.pod:8902 ../src/guestfs-actions.pod:9127
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 "
@@ -29219,7 +29236,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:144 ../src/guestfs-actions.pod:399 ../src/guestfs-actions.pod:569 ../src/guestfs-actions.pod:790 ../src/guestfs-actions.pod:821 ../src/guestfs-actions.pod:839 ../src/guestfs-actions.pod:858 ../src/guestfs-actions.pod:1924 ../src/guestfs-actions.pod:2070 ../src/guestfs-actions.pod:2493 ../src/guestfs-actions.pod:2719 ../src/guestfs-actions.pod:2968 ../src/guestfs-actions.pod:3029 ../src/guestfs-actions.pod:3080 ../src/guestfs-actions.pod:3132 ../src/guestfs-actions.pod:3146 ../src/guestfs-actions.pod:3169 ../src/guestfs-actions.pod:3488 ../src/guestfs-actions.pod:3982 ../src/guestfs-actions.pod:4000 ../src/guestfs-actions.pod:5537 ../src/guestfs-actions.pod:6623 ../src/guestfs-actions.pod:6644 ../src/guestfs-actions.pod:6971 ../src/guestfs-actions.pod:7209 ../src/guestfs-actions.pod:7403 ../src/guestfs-actions.pod:7429 ../src/guestfs-actions.pod:9083 ../src/guestfs-actions.pod:9570 ../src/guestfs-actions.pod:9583 ../src/guestfs-actions.pod:9596
+#: ../src/guestfs-actions.pod:144 ../src/guestfs-actions.pod:399 ../src/guestfs-actions.pod:569 ../src/guestfs-actions.pod:790 ../src/guestfs-actions.pod:821 ../src/guestfs-actions.pod:839 ../src/guestfs-actions.pod:858 ../src/guestfs-actions.pod:1924 ../src/guestfs-actions.pod:2070 ../src/guestfs-actions.pod:2493 ../src/guestfs-actions.pod:2719 ../src/guestfs-actions.pod:2968 ../src/guestfs-actions.pod:3029 ../src/guestfs-actions.pod:3080 ../src/guestfs-actions.pod:3132 ../src/guestfs-actions.pod:3146 ../src/guestfs-actions.pod:3169 ../src/guestfs-actions.pod:3488 ../src/guestfs-actions.pod:3982 ../src/guestfs-actions.pod:4000 ../src/guestfs-actions.pod:5537 ../src/guestfs-actions.pod:6623 ../src/guestfs-actions.pod:6644 ../src/guestfs-actions.pod:6971 ../src/guestfs-actions.pod:7209 ../src/guestfs-actions.pod:7403 ../src/guestfs-actions.pod:7429 ../src/guestfs-actions.pod:9090 ../src/guestfs-actions.pod:9577 ../src/guestfs-actions.pod:9590 ../src/guestfs-actions.pod:9603
msgid "On error this function returns -1."
msgstr ""
@@ -29250,7 +29267,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:263 ../src/guestfs-actions.pod:274 ../src/guestfs-actions.pod:1009 ../src/guestfs-actions.pod:1020 ../src/guestfs-actions.pod:1065 ../src/guestfs-actions.pod:1076 ../src/guestfs-actions.pod:1497 ../src/guestfs-actions.pod:1510 ../src/guestfs-actions.pod:1556 ../src/guestfs-actions.pod:1569 ../src/guestfs-actions.pod:1646 ../src/guestfs-actions.pod:1658 ../src/guestfs-actions.pod:1699 ../src/guestfs-actions.pod:1711 ../src/guestfs-actions.pod:1752 ../src/guestfs-actions.pod:1764 ../src/guestfs-actions.pod:1810 ../src/guestfs-actions.pod:1822 ../src/guestfs-actions.pod:2129 ../src/guestfs-actions.pod:2140 ../src/guestfs-actions.pod:2770 ../src/guestfs-actions.pod:2781 ../src/guestfs-actions.pod:3948 ../src/guestfs-actions.pod:3960 ../src/guestfs-actions.pod:5628 ../src/guestfs-actions.pod:5640 ../src/guestfs-actions.pod:6034 ../src/guestfs-actions.pod:6046 ../src/guestfs-actions.pod:6117 ../src/guestfs-actions.pod:6128 ../src/guestfs-actions.pod:6388 ../src/guestfs-actions.pod:6400 ../src/guestfs-actions.pod:6456 ../src/guestfs-actions.pod:6467 ../src/guestfs-actions.pod:6711 ../src/guestfs-actions.pod:6723 ../src/guestfs-actions.pod:6762 ../src/guestfs-actions.pod:6773 ../src/guestfs-actions.pod:6844 ../src/guestfs-actions.pod:6855 ../src/guestfs-actions.pod:7922 ../src/guestfs-actions.pod:7934 ../src/guestfs-actions.pod:8997 ../src/guestfs-actions.pod:9008 ../src/guestfs-actions.pod:9144 ../src/guestfs-actions.pod:9154
+#: ../src/guestfs-actions.pod:157 ../src/guestfs-actions.pod:168 ../src/guestfs-actions.pod:263 ../src/guestfs-actions.pod:274 ../src/guestfs-actions.pod:1009 ../src/guestfs-actions.pod:1020 ../src/guestfs-actions.pod:1065 ../src/guestfs-actions.pod:1076 ../src/guestfs-actions.pod:1497 ../src/guestfs-actions.pod:1510 ../src/guestfs-actions.pod:1556 ../src/guestfs-actions.pod:1569 ../src/guestfs-actions.pod:1646 ../src/guestfs-actions.pod:1658 ../src/guestfs-actions.pod:1699 ../src/guestfs-actions.pod:1711 ../src/guestfs-actions.pod:1752 ../src/guestfs-actions.pod:1764 ../src/guestfs-actions.pod:1810 ../src/guestfs-actions.pod:1822 ../src/guestfs-actions.pod:2129 ../src/guestfs-actions.pod:2140 ../src/guestfs-actions.pod:2770 ../src/guestfs-actions.pod:2781 ../src/guestfs-actions.pod:3948 ../src/guestfs-actions.pod:3960 ../src/guestfs-actions.pod:5628 ../src/guestfs-actions.pod:5640 ../src/guestfs-actions.pod:6034 ../src/guestfs-actions.pod:6046 ../src/guestfs-actions.pod:6117 ../src/guestfs-actions.pod:6128 ../src/guestfs-actions.pod:6388 ../src/guestfs-actions.pod:6400 ../src/guestfs-actions.pod:6456 ../src/guestfs-actions.pod:6467 ../src/guestfs-actions.pod:6711 ../src/guestfs-actions.pod:6723 ../src/guestfs-actions.pod:6762 ../src/guestfs-actions.pod:6773 ../src/guestfs-actions.pod:6844 ../src/guestfs-actions.pod:6855 ../src/guestfs-actions.pod:7929 ../src/guestfs-actions.pod:7941 ../src/guestfs-actions.pod:9004 ../src/guestfs-actions.pod:9015 ../src/guestfs-actions.pod:9151 ../src/guestfs-actions.pod:9161
msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
msgstr ""
@@ -29578,7 +29595,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:412 ../src/guestfs-actions.pod:1192 ../src/guestfs-actions.pod:1235 ../src/guestfs-actions.pod:1253 ../src/guestfs-actions.pod:1313 ../src/guestfs-actions.pod:1329 ../src/guestfs-actions.pod:1432 ../src/guestfs-actions.pod:1939 ../src/guestfs-actions.pod:1956 ../src/guestfs-actions.pod:1975 ../src/guestfs-actions.pod:2176 ../src/guestfs-actions.pod:2364 ../src/guestfs-actions.pod:2476 ../src/guestfs-actions.pod:2662 ../src/guestfs-actions.pod:2679 ../src/guestfs-actions.pod:2806 ../src/guestfs-actions.pod:2947 ../src/guestfs-actions.pod:2988 ../src/guestfs-actions.pod:3009 ../src/guestfs-actions.pod:3194 ../src/guestfs-actions.pod:3412 ../src/guestfs-actions.pod:3614 ../src/guestfs-actions.pod:3728 ../src/guestfs-actions.pod:3832 ../src/guestfs-actions.pod:3851 ../src/guestfs-actions.pod:4066 ../src/guestfs-actions.pod:4094 ../src/guestfs-actions.pod:4115 ../src/guestfs-actions.pod:4149 ../src/guestfs-actions.pod:4220 ../src/guestfs-actions.pod:4240 ../src/guestfs-actions.pod:4260 ../src/guestfs-actions.pod:4936 ../src/guestfs-actions.pod:4952 ../src/guestfs-actions.pod:5316 ../src/guestfs-actions.pod:5483 ../src/guestfs-actions.pod:5824 ../src/guestfs-actions.pod:6989 ../src/guestfs-actions.pod:7190 ../src/guestfs-actions.pod:7378 ../src/guestfs-actions.pod:7556 ../src/guestfs-actions.pod:7605 ../src/guestfs-actions.pod:8374 ../src/guestfs-actions.pod:8390 ../src/guestfs-actions.pod:8414 ../src/guestfs-actions.pod:8438 ../src/guestfs-actions.pod:9299 ../src/guestfs-actions.pod:9318 ../src/guestfs-actions.pod:9336 ../src/guestfs-actions.pod:9529 ../src/guestfs-actions.pod:9904
+#: ../src/guestfs-actions.pod:412 ../src/guestfs-actions.pod:1192 ../src/guestfs-actions.pod:1235 ../src/guestfs-actions.pod:1253 ../src/guestfs-actions.pod:1313 ../src/guestfs-actions.pod:1329 ../src/guestfs-actions.pod:1432 ../src/guestfs-actions.pod:1939 ../src/guestfs-actions.pod:1956 ../src/guestfs-actions.pod:1975 ../src/guestfs-actions.pod:2176 ../src/guestfs-actions.pod:2364 ../src/guestfs-actions.pod:2476 ../src/guestfs-actions.pod:2662 ../src/guestfs-actions.pod:2679 ../src/guestfs-actions.pod:2806 ../src/guestfs-actions.pod:2947 ../src/guestfs-actions.pod:2988 ../src/guestfs-actions.pod:3009 ../src/guestfs-actions.pod:3194 ../src/guestfs-actions.pod:3412 ../src/guestfs-actions.pod:3614 ../src/guestfs-actions.pod:3728 ../src/guestfs-actions.pod:3832 ../src/guestfs-actions.pod:3851 ../src/guestfs-actions.pod:4066 ../src/guestfs-actions.pod:4094 ../src/guestfs-actions.pod:4115 ../src/guestfs-actions.pod:4149 ../src/guestfs-actions.pod:4220 ../src/guestfs-actions.pod:4240 ../src/guestfs-actions.pod:4260 ../src/guestfs-actions.pod:4936 ../src/guestfs-actions.pod:4952 ../src/guestfs-actions.pod:5316 ../src/guestfs-actions.pod:5483 ../src/guestfs-actions.pod:5824 ../src/guestfs-actions.pod:6989 ../src/guestfs-actions.pod:7190 ../src/guestfs-actions.pod:7378 ../src/guestfs-actions.pod:7556 ../src/guestfs-actions.pod:7605 ../src/guestfs-actions.pod:8381 ../src/guestfs-actions.pod:8397 ../src/guestfs-actions.pod:8421 ../src/guestfs-actions.pod:8445 ../src/guestfs-actions.pod:9306 ../src/guestfs-actions.pod:9325 ../src/guestfs-actions.pod:9343 ../src/guestfs-actions.pod:9536 ../src/guestfs-actions.pod:9911
msgid ""
"This function returns a string, or NULL on error. I<The caller must free "
"the returned string after use>."
@@ -29678,7 +29695,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:523 ../src/guestfs-actions.pod:539 ../src/guestfs-actions.pod:687 ../src/guestfs-actions.pod:1451 ../src/guestfs-actions.pod:2191 ../src/guestfs-actions.pod:2210 ../src/guestfs-actions.pod:2313 ../src/guestfs-actions.pod:2332 ../src/guestfs-actions.pod:2601 ../src/guestfs-actions.pod:3270 ../src/guestfs-actions.pod:3286 ../src/guestfs-actions.pod:3305 ../src/guestfs-actions.pod:3370 ../src/guestfs-actions.pod:3394 ../src/guestfs-actions.pod:3465 ../src/guestfs-actions.pod:3514 ../src/guestfs-actions.pod:3793 ../src/guestfs-actions.pod:4168 ../src/guestfs-actions.pod:4456 ../src/guestfs-actions.pod:4806 ../src/guestfs-actions.pod:4823 ../src/guestfs-actions.pod:4843 ../src/guestfs-actions.pod:4898 ../src/guestfs-actions.pod:4918 ../src/guestfs-actions.pod:5039 ../src/guestfs-actions.pod:5455 ../src/guestfs-actions.pod:6591 ../src/guestfs-actions.pod:7350 ../src/guestfs-actions.pod:7476 ../src/guestfs-actions.pod:7590 ../src/guestfs-actions.pod:8454 ../src/guestfs-actions.pod:8538 ../src/guestfs-actions.pod:8593 ../src/guestfs-actions.pod:8739 ../src/guestfs-actions.pod:8763 ../src/guestfs-actions.pod:9403 ../src/guestfs-actions.pod:9442 ../src/guestfs-actions.pod:9489 ../src/guestfs-actions.pod:9719 ../src/guestfs-actions.pod:9738 ../src/guestfs-actions.pod:9854 ../src/guestfs-actions.pod:9873 ../src/guestfs-actions.pod:9919 ../src/guestfs-actions.pod:9938
+#: ../src/guestfs-actions.pod:523 ../src/guestfs-actions.pod:539 ../src/guestfs-actions.pod:687 ../src/guestfs-actions.pod:1451 ../src/guestfs-actions.pod:2191 ../src/guestfs-actions.pod:2210 ../src/guestfs-actions.pod:2313 ../src/guestfs-actions.pod:2332 ../src/guestfs-actions.pod:2601 ../src/guestfs-actions.pod:3270 ../src/guestfs-actions.pod:3286 ../src/guestfs-actions.pod:3305 ../src/guestfs-actions.pod:3370 ../src/guestfs-actions.pod:3394 ../src/guestfs-actions.pod:3465 ../src/guestfs-actions.pod:3514 ../src/guestfs-actions.pod:3793 ../src/guestfs-actions.pod:4168 ../src/guestfs-actions.pod:4456 ../src/guestfs-actions.pod:4806 ../src/guestfs-actions.pod:4823 ../src/guestfs-actions.pod:4843 ../src/guestfs-actions.pod:4898 ../src/guestfs-actions.pod:4918 ../src/guestfs-actions.pod:5039 ../src/guestfs-actions.pod:5455 ../src/guestfs-actions.pod:6591 ../src/guestfs-actions.pod:7350 ../src/guestfs-actions.pod:7476 ../src/guestfs-actions.pod:7590 ../src/guestfs-actions.pod:8461 ../src/guestfs-actions.pod:8545 ../src/guestfs-actions.pod:8600 ../src/guestfs-actions.pod:8746 ../src/guestfs-actions.pod:8770 ../src/guestfs-actions.pod:9410 ../src/guestfs-actions.pod:9449 ../src/guestfs-actions.pod:9496 ../src/guestfs-actions.pod:9726 ../src/guestfs-actions.pod:9745 ../src/guestfs-actions.pod:9861 ../src/guestfs-actions.pod:9880 ../src/guestfs-actions.pod:9926 ../src/guestfs-actions.pod:9945
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 "
@@ -29686,7 +29703,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:527 ../src/guestfs-actions.pod:1376 ../src/guestfs-actions.pod:1394 ../src/guestfs-actions.pod:2248 ../src/guestfs-actions.pod:4520 ../src/guestfs-actions.pod:4551 ../src/guestfs-actions.pod:5282 ../src/guestfs-actions.pod:5346 ../src/guestfs-actions.pod:5764 ../src/guestfs-actions.pod:5797 ../src/guestfs-actions.pod:5958 ../src/guestfs-actions.pod:6595 ../src/guestfs-actions.pod:7291 ../src/guestfs-actions.pod:7688 ../src/guestfs-actions.pod:7702 ../src/guestfs-actions.pod:7714 ../src/guestfs-actions.pod:8301 ../src/guestfs-actions.pod:9099 ../src/guestfs-actions.pod:9112 ../src/guestfs-actions.pod:9387 ../src/guestfs-actions.pod:9690
+#: ../src/guestfs-actions.pod:527 ../src/guestfs-actions.pod:1376 ../src/guestfs-actions.pod:1394 ../src/guestfs-actions.pod:2248 ../src/guestfs-actions.pod:4520 ../src/guestfs-actions.pod:4551 ../src/guestfs-actions.pod:5282 ../src/guestfs-actions.pod:5346 ../src/guestfs-actions.pod:5764 ../src/guestfs-actions.pod:5797 ../src/guestfs-actions.pod:5958 ../src/guestfs-actions.pod:6595 ../src/guestfs-actions.pod:7291 ../src/guestfs-actions.pod:7688 ../src/guestfs-actions.pod:7702 ../src/guestfs-actions.pod:7714 ../src/guestfs-actions.pod:8308 ../src/guestfs-actions.pod:9106 ../src/guestfs-actions.pod:9119 ../src/guestfs-actions.pod:9394 ../src/guestfs-actions.pod:9697
msgid "(Added in 0.8)"
msgstr ""
@@ -29913,7 +29930,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:754 ../src/guestfs-actions.pod:3768 ../src/guestfs-actions.pod:4036 ../src/guestfs-actions.pod:4883 ../src/guestfs-actions.pod:5676 ../src/guestfs-actions.pod:6571 ../src/guestfs-actions.pod:9024
+#: ../src/guestfs-actions.pod:754 ../src/guestfs-actions.pod:3768 ../src/guestfs-actions.pod:4036 ../src/guestfs-actions.pod:4883 ../src/guestfs-actions.pod:5676 ../src/guestfs-actions.pod:6571 ../src/guestfs-actions.pod:9031
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 "
@@ -30479,7 +30496,7 @@ msgid "See also C<guestfs_realpath>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1238 ../src/guestfs-actions.pod:9321
+#: ../src/guestfs-actions.pod:1238 ../src/guestfs-actions.pod:9328
msgid "(Added in 1.0.75)"
msgstr ""
@@ -30508,7 +30525,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1259 ../src/guestfs-actions.pod:4827 ../src/guestfs-actions.pod:4922 ../src/guestfs-actions.pod:4939 ../src/guestfs-actions.pod:5043 ../src/guestfs-actions.pod:5459 ../src/guestfs-actions.pod:5473 ../src/guestfs-actions.pod:7354 ../src/guestfs-actions.pod:7368 ../src/guestfs-actions.pod:9493 ../src/guestfs-actions.pod:9507
+#: ../src/guestfs-actions.pod:1259 ../src/guestfs-actions.pod:4827 ../src/guestfs-actions.pod:4922 ../src/guestfs-actions.pod:4939 ../src/guestfs-actions.pod:5043 ../src/guestfs-actions.pod:5459 ../src/guestfs-actions.pod:5473 ../src/guestfs-actions.pod:7354 ../src/guestfs-actions.pod:7368 ../src/guestfs-actions.pod:9500 ../src/guestfs-actions.pod:9514
msgid "(Added in 0.4)"
msgstr ""
@@ -30539,7 +30556,7 @@ msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1316 ../src/guestfs-actions.pod:2001 ../src/guestfs-actions.pod:3148 ../src/guestfs-actions.pod:4504 ../src/guestfs-actions.pod:4565 ../src/guestfs-actions.pod:4592 ../src/guestfs-actions.pod:9177
+#: ../src/guestfs-actions.pod:1316 ../src/guestfs-actions.pod:2001 ../src/guestfs-actions.pod:3148 ../src/guestfs-actions.pod:4504 ../src/guestfs-actions.pod:4565 ../src/guestfs-actions.pod:4592 ../src/guestfs-actions.pod:9184
msgid "(Added in 1.0.2)"
msgstr ""
@@ -30568,7 +30585,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1332 ../src/guestfs-actions.pod:6785 ../src/guestfs-actions.pod:6921 ../src/guestfs-actions.pod:6955 ../src/guestfs-actions.pod:6973 ../src/guestfs-actions.pod:7155 ../src/guestfs-actions.pod:9044 ../src/guestfs-actions.pod:9058 ../src/guestfs-actions.pod:9519
+#: ../src/guestfs-actions.pod:1332 ../src/guestfs-actions.pod:6785 ../src/guestfs-actions.pod:6921 ../src/guestfs-actions.pod:6955 ../src/guestfs-actions.pod:6973 ../src/guestfs-actions.pod:7155 ../src/guestfs-actions.pod:9051 ../src/guestfs-actions.pod:9065 ../src/guestfs-actions.pod:9526
msgid "(Added in 1.3.2)"
msgstr ""
@@ -30718,7 +30735,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1484 ../src/guestfs-actions.pod:1543 ../src/guestfs-actions.pod:3134 ../src/guestfs-actions.pod:8180
+#: ../src/guestfs-actions.pod:1484 ../src/guestfs-actions.pod:1543 ../src/guestfs-actions.pod:3134 ../src/guestfs-actions.pod:8187
msgid "(Added in 1.13.15)"
msgstr ""
@@ -30895,7 +30912,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1629 ../src/guestfs-actions.pod:1682 ../src/guestfs-actions.pod:1735 ../src/guestfs-actions.pod:1793 ../src/guestfs-actions.pod:1847 ../src/guestfs-actions.pod:1996 ../src/guestfs-actions.pod:2027 ../src/guestfs-actions.pod:2072 ../src/guestfs-actions.pod:2539 ../src/guestfs-actions.pod:2561 ../src/guestfs-actions.pod:4725 ../src/guestfs-actions.pod:9172 ../src/guestfs-actions.pod:9206 ../src/guestfs-actions.pod:9768 ../src/guestfs-actions.pod:9791 ../src/guestfs-actions.pod:9816
+#: ../src/guestfs-actions.pod:1629 ../src/guestfs-actions.pod:1682 ../src/guestfs-actions.pod:1735 ../src/guestfs-actions.pod:1793 ../src/guestfs-actions.pod:1847 ../src/guestfs-actions.pod:1996 ../src/guestfs-actions.pod:2027 ../src/guestfs-actions.pod:2072 ../src/guestfs-actions.pod:2539 ../src/guestfs-actions.pod:2561 ../src/guestfs-actions.pod:4725 ../src/guestfs-actions.pod:9179 ../src/guestfs-actions.pod:9213 ../src/guestfs-actions.pod:9775 ../src/guestfs-actions.pod:9798 ../src/guestfs-actions.pod:9823
msgid ""
"This long-running command can generate progress notification messages so "
"that the caller can display a progress bar or indicator. To receive these "
@@ -31207,7 +31224,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1852 ../src/guestfs-actions.pod:5486 ../src/guestfs-actions.pod:7381 ../src/guestfs-actions.pod:9407 ../src/guestfs-actions.pod:9446 ../src/guestfs-actions.pod:9532
+#: ../src/guestfs-actions.pod:1852 ../src/guestfs-actions.pod:5486 ../src/guestfs-actions.pod:7381 ../src/guestfs-actions.pod:9414 ../src/guestfs-actions.pod:9453 ../src/guestfs-actions.pod:9539
msgid "(Added in 1.0.87)"
msgstr ""
@@ -31322,7 +31339,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1942 ../src/guestfs-actions.pod:1959 ../src/guestfs-actions.pod:2077 ../src/guestfs-actions.pod:3377 ../src/guestfs-actions.pod:3401 ../src/guestfs-actions.pod:3469 ../src/guestfs-actions.pod:5827 ../src/guestfs-actions.pod:6509 ../src/guestfs-actions.pod:8746 ../src/guestfs-actions.pod:8770 ../src/guestfs-actions.pod:9572 ../src/guestfs-actions.pod:9585 ../src/guestfs-actions.pod:9598
+#: ../src/guestfs-actions.pod:1942 ../src/guestfs-actions.pod:1959 ../src/guestfs-actions.pod:2077 ../src/guestfs-actions.pod:3377 ../src/guestfs-actions.pod:3401 ../src/guestfs-actions.pod:3469 ../src/guestfs-actions.pod:5827 ../src/guestfs-actions.pod:6509 ../src/guestfs-actions.pod:8753 ../src/guestfs-actions.pod:8777 ../src/guestfs-actions.pod:9579 ../src/guestfs-actions.pod:9592 ../src/guestfs-actions.pod:9605
msgid "(Added in 1.0.54)"
msgstr ""
@@ -31415,7 +31432,7 @@ msgid "See also C<guestfs_download>, C<guestfs_pread>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2032 ../src/guestfs-actions.pod:9211
+#: ../src/guestfs-actions.pod:2032 ../src/guestfs-actions.pod:9218
msgid "(Added in 1.5.17)"
msgstr ""
@@ -31569,7 +31586,7 @@ msgid "See also C<guestfs_ping_daemon>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2179 ../src/guestfs-actions.pod:3159 ../src/guestfs-actions.pod:8204
+#: ../src/guestfs-actions.pod:2179 ../src/guestfs-actions.pod:3159 ../src/guestfs-actions.pod:8211
msgid "(Added in 1.0.69)"
msgstr ""
@@ -31590,7 +31607,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2198 ../src/guestfs-actions.pod:2217 ../src/guestfs-actions.pod:2274 ../src/guestfs-actions.pod:2320 ../src/guestfs-actions.pod:2339 ../src/guestfs-actions.pod:3293 ../src/guestfs-actions.pod:3312 ../src/guestfs-actions.pod:3490 ../src/guestfs-actions.pod:3503 ../src/guestfs-actions.pod:3518 ../src/guestfs-actions.pod:3562 ../src/guestfs-actions.pod:3584 ../src/guestfs-actions.pod:3597 ../src/guestfs-actions.pod:4968 ../src/guestfs-actions.pod:4982 ../src/guestfs-actions.pod:4995 ../src/guestfs-actions.pod:5009 ../src/guestfs-actions.pod:6303 ../src/guestfs-actions.pod:7559 ../src/guestfs-actions.pod:7608 ../src/guestfs-actions.pod:8614 ../src/guestfs-actions.pod:8626 ../src/guestfs-actions.pod:8639 ../src/guestfs-actions.pod:8652 ../src/guestfs-actions.pod:8674 ../src/guestfs-actions.pod:8687 ../src/guestfs-actions.pod:8700 ../src/guestfs-actions.pod:8713 ../src/guestfs-actions.pod:9726 ../src/guestfs-actions.pod:9745 ../src/guestfs-actions.pod:9861 ../src/guestfs-actions.pod:9880 ../src/guestfs-actions.pod:9926 ../src/guestfs-actions.pod:9945
+#: ../src/guestfs-actions.pod:2198 ../src/guestfs-actions.pod:2217 ../src/guestfs-actions.pod:2274 ../src/guestfs-actions.pod:2320 ../src/guestfs-actions.pod:2339 ../src/guestfs-actions.pod:3293 ../src/guestfs-actions.pod:3312 ../src/guestfs-actions.pod:3490 ../src/guestfs-actions.pod:3503 ../src/guestfs-actions.pod:3518 ../src/guestfs-actions.pod:3562 ../src/guestfs-actions.pod:3584 ../src/guestfs-actions.pod:3597 ../src/guestfs-actions.pod:4968 ../src/guestfs-actions.pod:4982 ../src/guestfs-actions.pod:4995 ../src/guestfs-actions.pod:5009 ../src/guestfs-actions.pod:6303 ../src/guestfs-actions.pod:7559 ../src/guestfs-actions.pod:7608 ../src/guestfs-actions.pod:8621 ../src/guestfs-actions.pod:8633 ../src/guestfs-actions.pod:8646 ../src/guestfs-actions.pod:8659 ../src/guestfs-actions.pod:8681 ../src/guestfs-actions.pod:8694 ../src/guestfs-actions.pod:8707 ../src/guestfs-actions.pod:8720 ../src/guestfs-actions.pod:9733 ../src/guestfs-actions.pod:9752 ../src/guestfs-actions.pod:9868 ../src/guestfs-actions.pod:9887 ../src/guestfs-actions.pod:9933 ../src/guestfs-actions.pod:9952
msgid "(Added in 1.0.66)"
msgstr ""
@@ -32013,7 +32030,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2721 ../src/guestfs-actions.pod:9773
+#: ../src/guestfs-actions.pod:2721 ../src/guestfs-actions.pod:9780
msgid "(Added in 1.0.16)"
msgstr ""
@@ -32122,7 +32139,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2797 ../src/guestfs-actions.pod:7321 ../src/guestfs-actions.pod:7800 ../src/guestfs-actions.pod:8358 ../src/guestfs-actions.pod:8377 ../src/guestfs-actions.pod:8393 ../src/guestfs-actions.pod:8417 ../src/guestfs-actions.pod:9358 ../src/guestfs-actions.pod:9373 ../src/guestfs-actions.pod:9842
+#: ../src/guestfs-actions.pod:2797 ../src/guestfs-actions.pod:7321 ../src/guestfs-actions.pod:7800 ../src/guestfs-actions.pod:8365 ../src/guestfs-actions.pod:8384 ../src/guestfs-actions.pod:8400 ../src/guestfs-actions.pod:8424 ../src/guestfs-actions.pod:9365 ../src/guestfs-actions.pod:9380 ../src/guestfs-actions.pod:9849
msgid "(Added in 1.0.26)"
msgstr ""
@@ -32146,7 +32163,7 @@ msgid "Return the current attach method. See C<guestfs_set_attach_method>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2809 ../src/guestfs-actions.pod:7830
+#: ../src/guestfs-actions.pod:2809 ../src/guestfs-actions.pod:7837
msgid "(Added in 1.9.8)"
msgstr ""
@@ -32179,7 +32196,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2831 ../src/guestfs-actions.pod:7871
+#: ../src/guestfs-actions.pod:2831 ../src/guestfs-actions.pod:7878
msgid "(Added in 1.0.72)"
msgstr ""
@@ -32211,7 +32228,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2950 ../src/guestfs-actions.pod:2970 ../src/guestfs-actions.pod:7910 ../src/guestfs-actions.pod:7949
+#: ../src/guestfs-actions.pod:2950 ../src/guestfs-actions.pod:2970 ../src/guestfs-actions.pod:7917 ../src/guestfs-actions.pod:7956
msgid "(Added in 1.17.31)"
msgstr ""
@@ -32258,7 +32275,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2991 ../src/guestfs-actions.pod:3012 ../src/guestfs-actions.pod:7974 ../src/guestfs-actions.pod:7993
+#: ../src/guestfs-actions.pod:2991 ../src/guestfs-actions.pod:3012 ../src/guestfs-actions.pod:7981 ../src/guestfs-actions.pod:8000
msgid "(Added in 1.0.15)"
msgstr ""
@@ -32307,7 +32324,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3031 ../src/guestfs-actions.pod:5945 ../src/guestfs-actions.pod:6208 ../src/guestfs-actions.pod:6227 ../src/guestfs-actions.pod:6246 ../src/guestfs-actions.pod:6258 ../src/guestfs-actions.pod:6275 ../src/guestfs-actions.pod:6288 ../src/guestfs-actions.pod:7546 ../src/guestfs-actions.pod:8036 ../src/guestfs-actions.pod:8328 ../src/guestfs-actions.pod:9085
+#: ../src/guestfs-actions.pod:3031 ../src/guestfs-actions.pod:5945 ../src/guestfs-actions.pod:6208 ../src/guestfs-actions.pod:6227 ../src/guestfs-actions.pod:6246 ../src/guestfs-actions.pod:6258 ../src/guestfs-actions.pod:6275 ../src/guestfs-actions.pod:6288 ../src/guestfs-actions.pod:7546 ../src/guestfs-actions.pod:8043 ../src/guestfs-actions.pod:8335 ../src/guestfs-actions.pod:9092
msgid "(Added in 1.0.55)"
msgstr ""
@@ -32326,7 +32343,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3042 ../src/guestfs-actions.pod:8055
+#: ../src/guestfs-actions.pod:3042 ../src/guestfs-actions.pod:8062
msgid "(Added in 1.5.4)"
msgstr ""
@@ -32366,7 +32383,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3068 ../src/guestfs-actions.pod:8093 ../src/guestfs-actions.pod:9657
+#: ../src/guestfs-actions.pod:3068 ../src/guestfs-actions.pod:8100 ../src/guestfs-actions.pod:9664
msgid "(Added in 1.11.18)"
msgstr ""
@@ -32404,7 +32421,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3097 ../src/guestfs-actions.pod:8121
+#: ../src/guestfs-actions.pod:3097 ../src/guestfs-actions.pod:8128
msgid "(Added in 1.0.6)"
msgstr ""
@@ -32423,7 +32440,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3108 ../src/guestfs-actions.pod:4750 ../src/guestfs-actions.pod:5110 ../src/guestfs-actions.pod:5521 ../src/guestfs-actions.pod:5784 ../src/guestfs-actions.pod:7251 ../src/guestfs-actions.pod:7594 ../src/guestfs-actions.pod:8145 ../src/guestfs-actions.pod:8866 ../src/guestfs-actions.pod:8886 ../src/guestfs-actions.pod:9242
+#: ../src/guestfs-actions.pod:3108 ../src/guestfs-actions.pod:4750 ../src/guestfs-actions.pod:5110 ../src/guestfs-actions.pod:5521 ../src/guestfs-actions.pod:5784 ../src/guestfs-actions.pod:7251 ../src/guestfs-actions.pod:7594 ../src/guestfs-actions.pod:8152 ../src/guestfs-actions.pod:8873 ../src/guestfs-actions.pod:8893 ../src/guestfs-actions.pod:9249
msgid "(Added in 1.0.77)"
msgstr ""
@@ -32449,7 +32466,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3123 ../src/guestfs-actions.pod:3197 ../src/guestfs-actions.pod:8164 ../src/guestfs-actions.pod:8238
+#: ../src/guestfs-actions.pod:3123 ../src/guestfs-actions.pod:3197 ../src/guestfs-actions.pod:8171 ../src/guestfs-actions.pod:8245
msgid "(Added in 1.0.67)"
msgstr ""
@@ -32590,7 +32607,7 @@ msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3223 ../src/guestfs-actions.pod:3440 ../src/guestfs-actions.pod:3932 ../src/guestfs-actions.pod:4776 ../src/guestfs-actions.pod:7244 ../src/guestfs-actions.pod:7270 ../src/guestfs-actions.pod:7451 ../src/guestfs-actions.pod:9422
+#: ../src/guestfs-actions.pod:3223 ../src/guestfs-actions.pod:3440 ../src/guestfs-actions.pod:3932 ../src/guestfs-actions.pod:4776 ../src/guestfs-actions.pod:7244 ../src/guestfs-actions.pod:7270 ../src/guestfs-actions.pod:7451 ../src/guestfs-actions.pod:9429
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 "
@@ -32630,7 +32647,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3247 ../src/guestfs-actions.pod:4796 ../src/guestfs-actions.pod:5024 ../src/guestfs-actions.pod:5060 ../src/guestfs-actions.pod:7624 ../src/guestfs-actions.pod:8257 ../src/guestfs-actions.pod:9907
+#: ../src/guestfs-actions.pod:3247 ../src/guestfs-actions.pod:4796 ../src/guestfs-actions.pod:5024 ../src/guestfs-actions.pod:5060 ../src/guestfs-actions.pod:7624 ../src/guestfs-actions.pod:8264 ../src/guestfs-actions.pod:9914
msgid "(Added in 1.0.59)"
msgstr ""
@@ -32658,7 +32675,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3274 ../src/guestfs-actions.pod:8441 ../src/guestfs-actions.pod:8458
+#: ../src/guestfs-actions.pod:3274 ../src/guestfs-actions.pod:8448 ../src/guestfs-actions.pod:8465
msgid "(Added in 1.0.50)"
msgstr ""
@@ -32762,7 +32779,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3418 ../src/guestfs-actions.pod:8545 ../src/guestfs-actions.pod:8600
+#: ../src/guestfs-actions.pod:3418 ../src/guestfs-actions.pod:8552 ../src/guestfs-actions.pod:8607
msgid "(Added in 1.0.22)"
msgstr ""
@@ -34026,7 +34043,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4902 ../src/guestfs-actions.pod:8986
+#: ../src/guestfs-actions.pod:4902 ../src/guestfs-actions.pod:8993
msgid "(Added in 1.15.4)"
msgstr ""
@@ -34082,7 +34099,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4955 ../src/guestfs-actions.pod:9617
+#: ../src/guestfs-actions.pod:4955 ../src/guestfs-actions.pod:9624
msgid "(Added in 1.17.6)"
msgstr ""
@@ -34243,14 +34260,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5076 ../src/guestfs-actions.pod:8505
+#: ../src/guestfs-actions.pod:5076 ../src/guestfs-actions.pod:8512
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:5080 ../src/guestfs-actions.pod:8509 ../src/guestfs-actions.pod:8527 ../src/guestfs-actions.pod:9030
+#: ../src/guestfs-actions.pod:5080 ../src/guestfs-actions.pod:8516 ../src/guestfs-actions.pod:8534 ../src/guestfs-actions.pod:9037
msgid "(Added in 0.9.2)"
msgstr ""
@@ -34511,7 +34528,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5299 ../src/guestfs-actions.pod:9821
+#: ../src/guestfs-actions.pod:5299 ../src/guestfs-actions.pod:9828
msgid "(Added in 1.17.18)"
msgstr ""
@@ -34606,7 +34623,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5395 ../src/guestfs-actions.pod:7308 ../src/guestfs-actions.pod:9461
+#: ../src/guestfs-actions.pod:5395 ../src/guestfs-actions.pod:7308 ../src/guestfs-actions.pod:9468
msgid "(Added in 1.0.13)"
msgstr ""
@@ -34627,7 +34644,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5408 ../src/guestfs-actions.pod:9474
+#: ../src/guestfs-actions.pod:5408 ../src/guestfs-actions.pod:9481
msgid "(Added in 1.0.83)"
msgstr ""
@@ -35691,7 +35708,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6445 ../src/guestfs-actions.pod:6494 ../src/guestfs-actions.pod:9134
+#: ../src/guestfs-actions.pod:6445 ../src/guestfs-actions.pod:6494 ../src/guestfs-actions.pod:9141
msgid "(Added in 1.17.22)"
msgstr ""
@@ -35999,7 +36016,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6661 ../src/guestfs-actions.pod:6699 ../src/guestfs-actions.pod:6751 ../src/guestfs-actions.pod:8015
+#: ../src/guestfs-actions.pod:6661 ../src/guestfs-actions.pod:6699 ../src/guestfs-actions.pod:6751 ../src/guestfs-actions.pod:8022
msgid "(Added in 1.17.9)"
msgstr ""
@@ -36280,7 +36297,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6876 ../src/guestfs-actions.pod:7335 ../src/guestfs-actions.pod:7408 ../src/guestfs-actions.pod:7676 ../src/guestfs-actions.pod:9637
+#: ../src/guestfs-actions.pod:6876 ../src/guestfs-actions.pod:7335 ../src/guestfs-actions.pod:7408 ../src/guestfs-actions.pod:7676 ../src/guestfs-actions.pod:9644
msgid "(Added in 1.3.14)"
msgstr ""
@@ -37205,12 +37222,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7832
+#: ../src/guestfs-actions.pod:7839
msgid "guestfs_set_autosync"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7834
+#: ../src/guestfs-actions.pod:7841
#, no-wrap
msgid ""
" int\n"
@@ -37220,12 +37237,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7850
+#: ../src/guestfs-actions.pod:7857
msgid "guestfs_set_direct"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7852
+#: ../src/guestfs-actions.pod:7859
#, no-wrap
msgid ""
" int\n"
@@ -37235,7 +37252,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7860
+#: ../src/guestfs-actions.pod:7867
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 "
@@ -37243,12 +37260,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7873
+#: ../src/guestfs-actions.pod:7880
msgid "guestfs_set_e2attrs"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7875
+#: ../src/guestfs-actions.pod:7882
#, no-wrap
msgid ""
" int\n"
@@ -37260,7 +37277,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7886
+#: ../src/guestfs-actions.pod:7893
#, no-wrap
msgid ""
" GUESTFS_SET_E2ATTRS_CLEAR, int clear,\n"
@@ -37268,7 +37285,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7891
+#: ../src/guestfs-actions.pod:7898
msgid ""
"C<attrs> is a string of characters representing file attributes. See "
"C<guestfs_get_e2attrs> for a list of possible attributes. Not all "
@@ -37276,12 +37293,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7912
+#: ../src/guestfs-actions.pod:7919
msgid "guestfs_set_e2attrs_va"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7914
+#: ../src/guestfs-actions.pod:7921
#, no-wrap
msgid ""
" int\n"
@@ -37293,17 +37310,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7920
+#: ../src/guestfs-actions.pod:7927
msgid "This is the \"va_list variant\" of L</guestfs_set_e2attrs>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7924
+#: ../src/guestfs-actions.pod:7931
msgid "guestfs_set_e2attrs_argv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7926
+#: ../src/guestfs-actions.pod:7933
#, no-wrap
msgid ""
" int\n"
@@ -37316,17 +37333,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7932
+#: ../src/guestfs-actions.pod:7939
msgid "This is the \"argv variant\" of L</guestfs_set_e2attrs>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7936
+#: ../src/guestfs-actions.pod:7943
msgid "guestfs_set_e2generation"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7938
+#: ../src/guestfs-actions.pod:7945
#, no-wrap
msgid ""
" int\n"
@@ -37337,17 +37354,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7945
+#: ../src/guestfs-actions.pod:7952
msgid "See C<guestfs_get_e2generation>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7951
+#: ../src/guestfs-actions.pod:7958
msgid "guestfs_set_e2label"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7953
+#: ../src/guestfs-actions.pod:7960
#, no-wrap
msgid ""
" int\n"
@@ -37358,26 +37375,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7958
+#: ../src/guestfs-actions.pod:7965
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_set_label> "
"call instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7969
+#: ../src/guestfs-actions.pod:7976
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:7976
+#: ../src/guestfs-actions.pod:7983
msgid "guestfs_set_e2uuid"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7978
+#: ../src/guestfs-actions.pod:7985
#, no-wrap
msgid ""
" int\n"
@@ -37388,19 +37405,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7988
+#: ../src/guestfs-actions.pod:7995
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:7995
+#: ../src/guestfs-actions.pod:8002
msgid "guestfs_set_label"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:7997
+#: ../src/guestfs-actions.pod:8004
#, no-wrap
msgid ""
" int\n"
@@ -37411,17 +37428,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8011
+#: ../src/guestfs-actions.pod:8018
msgid "To read the label on a filesystem, call C<guestfs_vfs_label>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8017
+#: ../src/guestfs-actions.pod:8024
msgid "guestfs_set_memsize"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8019
+#: ../src/guestfs-actions.pod:8026
#, no-wrap
msgid ""
" int\n"
@@ -37431,19 +37448,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8023
+#: ../src/guestfs-actions.pod:8030
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:8038
+#: ../src/guestfs-actions.pod:8045
msgid "guestfs_set_network"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8040
+#: ../src/guestfs-actions.pod:8047
#, no-wrap
msgid ""
" int\n"
@@ -37453,19 +37470,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8050
+#: ../src/guestfs-actions.pod:8057
msgid ""
"You must call this before calling C<guestfs_launch>, otherwise it has no "
"effect."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8057
+#: ../src/guestfs-actions.pod:8064
msgid "guestfs_set_path"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8059
+#: ../src/guestfs-actions.pod:8066
#, no-wrap
msgid ""
" int\n"
@@ -37475,12 +37492,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8074
+#: ../src/guestfs-actions.pod:8081
msgid "guestfs_set_pgroup"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8076
+#: ../src/guestfs-actions.pod:8083
#, no-wrap
msgid ""
" int\n"
@@ -37490,7 +37507,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8086
+#: ../src/guestfs-actions.pod:8093
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, "
@@ -37499,12 +37516,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8095
+#: ../src/guestfs-actions.pod:8102
msgid "guestfs_set_qemu"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8097
+#: ../src/guestfs-actions.pod:8104
#, no-wrap
msgid ""
" int\n"
@@ -37514,12 +37531,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8123
+#: ../src/guestfs-actions.pod:8130
msgid "guestfs_set_recovery_proc"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8125
+#: ../src/guestfs-actions.pod:8132
#, no-wrap
msgid ""
" int\n"
@@ -37529,7 +37546,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8129
+#: ../src/guestfs-actions.pod:8136
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 "
@@ -37538,19 +37555,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8134
+#: ../src/guestfs-actions.pod:8141
msgid ""
"This only has any effect if called before C<guestfs_launch>, and the default "
"is true."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8147
+#: ../src/guestfs-actions.pod:8154
msgid "guestfs_set_selinux"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8149
+#: ../src/guestfs-actions.pod:8156
#, no-wrap
msgid ""
" int\n"
@@ -37560,12 +37577,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8166
+#: ../src/guestfs-actions.pod:8173
msgid "guestfs_set_smp"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8168
+#: ../src/guestfs-actions.pod:8175
#, no-wrap
msgid ""
" int\n"
@@ -37575,17 +37592,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8176
+#: ../src/guestfs-actions.pod:8183
msgid "This function must be called before C<guestfs_launch>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8182
+#: ../src/guestfs-actions.pod:8189
msgid "guestfs_set_trace"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8184
+#: ../src/guestfs-actions.pod:8191
#, no-wrap
msgid ""
" int\n"
@@ -37595,19 +37612,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8198
+#: ../src/guestfs-actions.pod:8205
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:8206
+#: ../src/guestfs-actions.pod:8213
msgid "guestfs_set_verbose"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8208
+#: ../src/guestfs-actions.pod:8215
#, no-wrap
msgid ""
" int\n"
@@ -37617,19 +37634,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8217
+#: ../src/guestfs-actions.pod:8224
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:8225
+#: ../src/guestfs-actions.pod:8232
msgid "guestfs_setcon"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8227
+#: ../src/guestfs-actions.pod:8234
#, no-wrap
msgid ""
" int\n"
@@ -37639,12 +37656,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8240
+#: ../src/guestfs-actions.pod:8247
msgid "guestfs_setxattr"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8242
+#: ../src/guestfs-actions.pod:8249
#, no-wrap
msgid ""
" int\n"
@@ -37657,17 +37674,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8253
+#: ../src/guestfs-actions.pod:8260
msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8259
+#: ../src/guestfs-actions.pod:8266
msgid "guestfs_sfdisk"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8261
+#: ../src/guestfs-actions.pod:8268
#, no-wrap
msgid ""
" int\n"
@@ -37681,24 +37698,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8269 ../src/guestfs-actions.pod:8310 ../src/guestfs-actions.pod:8341
+#: ../src/guestfs-actions.pod:8276 ../src/guestfs-actions.pod:8317 ../src/guestfs-actions.pod:8348
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_part_add> "
"call instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8296
+#: ../src/guestfs-actions.pod:8303
msgid "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8303
+#: ../src/guestfs-actions.pod:8310
msgid "guestfs_sfdiskM"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8305
+#: ../src/guestfs-actions.pod:8312
#, no-wrap
msgid ""
" int\n"
@@ -37709,7 +37726,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8317
+#: ../src/guestfs-actions.pod:8324
msgid ""
"This is a simplified interface to the C<guestfs_sfdisk> command, where "
"partition sizes are specified in megabytes only (rounded to the nearest "
@@ -37718,19 +37735,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8323
+#: ../src/guestfs-actions.pod:8330
msgid ""
"See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
"C<guestfs_part_disk>"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8330
+#: ../src/guestfs-actions.pod:8337
msgid "guestfs_sfdisk_N"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8332
+#: ../src/guestfs-actions.pod:8339
#, no-wrap
msgid ""
" int\n"
@@ -37745,24 +37762,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8351
+#: ../src/guestfs-actions.pod:8358
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:8354
+#: ../src/guestfs-actions.pod:8361
msgid "See also: C<guestfs_part_add>"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8360
+#: ../src/guestfs-actions.pod:8367
msgid "guestfs_sfdisk_disk_geometry"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8362
+#: ../src/guestfs-actions.pod:8369
#, no-wrap
msgid ""
" char *\n"
@@ -37772,7 +37789,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8366
+#: ../src/guestfs-actions.pod:8373
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, "
@@ -37781,12 +37798,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8379
+#: ../src/guestfs-actions.pod:8386
msgid "guestfs_sfdisk_kernel_geometry"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8381
+#: ../src/guestfs-actions.pod:8388
#, no-wrap
msgid ""
" char *\n"
@@ -37796,12 +37813,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8395
+#: ../src/guestfs-actions.pod:8402
msgid "guestfs_sfdisk_l"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8397
+#: ../src/guestfs-actions.pod:8404
#, no-wrap
msgid ""
" char *\n"
@@ -37811,24 +37828,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8401
+#: ../src/guestfs-actions.pod:8408
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_part_list> "
"call instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8412
+#: ../src/guestfs-actions.pod:8419
msgid "See also: C<guestfs_part_list>"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8419
+#: ../src/guestfs-actions.pod:8426
msgid "guestfs_sh"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8421
+#: ../src/guestfs-actions.pod:8428
#, no-wrap
msgid ""
" char *\n"
@@ -37838,22 +37855,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8428
+#: ../src/guestfs-actions.pod:8435
msgid "This is like C<guestfs_command>, but passes the command to:"
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8436
+#: ../src/guestfs-actions.pod:8443
msgid "All the provisos about C<guestfs_command> apply to this call."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8443
+#: ../src/guestfs-actions.pod:8450
msgid "guestfs_sh_lines"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8445
+#: ../src/guestfs-actions.pod:8452
#, no-wrap
msgid ""
" char **\n"
@@ -37863,24 +37880,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8449
+#: ../src/guestfs-actions.pod:8456
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:8452
+#: ../src/guestfs-actions.pod:8459
msgid "See also: C<guestfs_command_lines>"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8460
+#: ../src/guestfs-actions.pod:8467
msgid "guestfs_shutdown"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8462
+#: ../src/guestfs-actions.pod:8469
#, no-wrap
msgid ""
" int\n"
@@ -37889,7 +37906,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8465
+#: ../src/guestfs-actions.pod:8472
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 "
@@ -37897,26 +37914,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8475
+#: ../src/guestfs-actions.pod:8482
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:8478
+#: ../src/guestfs-actions.pod:8485
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:8483
+#: ../src/guestfs-actions.pod:8490
msgid "guestfs_sleep"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8485
+#: ../src/guestfs-actions.pod:8492
#, no-wrap
msgid ""
" int\n"
@@ -37926,17 +37943,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8493
+#: ../src/guestfs-actions.pod:8500
msgid "(Added in 1.0.41)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8495 ../src/guestfs-structs.pod:109
+#: ../src/guestfs-actions.pod:8502 ../src/guestfs-structs.pod:109
msgid "guestfs_stat"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8497
+#: ../src/guestfs-actions.pod:8504
#, no-wrap
msgid ""
" struct guestfs_stat *\n"
@@ -37946,12 +37963,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8511 ../src/guestfs-structs.pod:135
+#: ../src/guestfs-actions.pod:8518 ../src/guestfs-structs.pod:135
msgid "guestfs_statvfs"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8513
+#: ../src/guestfs-actions.pod:8520
#, no-wrap
msgid ""
" struct guestfs_statvfs *\n"
@@ -37961,19 +37978,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8523
+#: ../src/guestfs-actions.pod:8530
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:8529
+#: ../src/guestfs-actions.pod:8536
msgid "guestfs_strings"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8531
+#: ../src/guestfs-actions.pod:8538
#, no-wrap
msgid ""
" char **\n"
@@ -37983,12 +38000,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8547
+#: ../src/guestfs-actions.pod:8554
msgid "guestfs_strings_e"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8549
+#: ../src/guestfs-actions.pod:8556
#, no-wrap
msgid ""
" char **\n"
@@ -37999,26 +38016,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8554
+#: ../src/guestfs-actions.pod:8561
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:8564
+#: ../src/guestfs-actions.pod:8571
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:8602
+#: ../src/guestfs-actions.pod:8609
msgid "guestfs_swapoff_device"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8604
+#: ../src/guestfs-actions.pod:8611
#, no-wrap
msgid ""
" int\n"
@@ -38028,19 +38045,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8608
+#: ../src/guestfs-actions.pod:8615
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:8616
+#: ../src/guestfs-actions.pod:8623
msgid "guestfs_swapoff_file"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8618
+#: ../src/guestfs-actions.pod:8625
#, no-wrap
msgid ""
" int\n"
@@ -38050,12 +38067,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8628
+#: ../src/guestfs-actions.pod:8635
msgid "guestfs_swapoff_label"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8630
+#: ../src/guestfs-actions.pod:8637
#, no-wrap
msgid ""
" int\n"
@@ -38065,12 +38082,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8641
+#: ../src/guestfs-actions.pod:8648
msgid "guestfs_swapoff_uuid"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8643
+#: ../src/guestfs-actions.pod:8650
#, no-wrap
msgid ""
" int\n"
@@ -38080,12 +38097,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8654
+#: ../src/guestfs-actions.pod:8661
msgid "guestfs_swapon_device"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8656
+#: ../src/guestfs-actions.pod:8663
#, no-wrap
msgid ""
" int\n"
@@ -38095,7 +38112,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8660
+#: ../src/guestfs-actions.pod:8667
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 "
@@ -38103,12 +38120,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8676
+#: ../src/guestfs-actions.pod:8683
msgid "guestfs_swapon_file"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8678
+#: ../src/guestfs-actions.pod:8685
#, no-wrap
msgid ""
" int\n"
@@ -38118,19 +38135,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8682
+#: ../src/guestfs-actions.pod:8689
msgid ""
"This command enables swap to a file. See C<guestfs_swapon_device> for other "
"notes."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8689
+#: ../src/guestfs-actions.pod:8696
msgid "guestfs_swapon_label"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8691
+#: ../src/guestfs-actions.pod:8698
#, no-wrap
msgid ""
" int\n"
@@ -38140,19 +38157,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8695
+#: ../src/guestfs-actions.pod:8702
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:8702
+#: ../src/guestfs-actions.pod:8709
msgid "guestfs_swapon_uuid"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8704
+#: ../src/guestfs-actions.pod:8711
#, no-wrap
msgid ""
" int\n"
@@ -38162,19 +38179,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8708
+#: ../src/guestfs-actions.pod:8715
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:8715
+#: ../src/guestfs-actions.pod:8722
msgid "guestfs_sync"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8717
+#: ../src/guestfs-actions.pod:8724
#, no-wrap
msgid ""
" int\n"
@@ -38183,12 +38200,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8730
+#: ../src/guestfs-actions.pod:8737
msgid "guestfs_tail"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8732
+#: ../src/guestfs-actions.pod:8739
#, no-wrap
msgid ""
" char **\n"
@@ -38198,12 +38215,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8748
+#: ../src/guestfs-actions.pod:8755
msgid "guestfs_tail_n"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8750
+#: ../src/guestfs-actions.pod:8757
#, no-wrap
msgid ""
" char **\n"
@@ -38214,12 +38231,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8772
+#: ../src/guestfs-actions.pod:8779
msgid "guestfs_tar_in"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8774
+#: ../src/guestfs-actions.pod:8781
#, no-wrap
msgid ""
" int\n"
@@ -38230,22 +38247,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8782
+#: ../src/guestfs-actions.pod:8789
msgid "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8787 ../src/guestfs-actions.pod:8804 ../src/guestfs-actions.pod:8820 ../src/guestfs-actions.pod:8836
+#: ../src/guestfs-actions.pod:8794 ../src/guestfs-actions.pod:8811 ../src/guestfs-actions.pod:8827 ../src/guestfs-actions.pod:8843
msgid "(Added in 1.0.3)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8789
+#: ../src/guestfs-actions.pod:8796
msgid "guestfs_tar_out"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8791
+#: ../src/guestfs-actions.pod:8798
#, no-wrap
msgid ""
" int\n"
@@ -38256,19 +38273,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8799
+#: ../src/guestfs-actions.pod:8806
msgid ""
"To download a compressed tarball, use C<guestfs_tgz_out> or "
"C<guestfs_txz_out>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8806
+#: ../src/guestfs-actions.pod:8813
msgid "guestfs_tgz_in"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8808
+#: ../src/guestfs-actions.pod:8815
#, no-wrap
msgid ""
" int\n"
@@ -38279,17 +38296,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8816
+#: ../src/guestfs-actions.pod:8823
msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8822
+#: ../src/guestfs-actions.pod:8829
msgid "guestfs_tgz_out"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8824
+#: ../src/guestfs-actions.pod:8831
#, no-wrap
msgid ""
" int\n"
@@ -38300,17 +38317,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8832
+#: ../src/guestfs-actions.pod:8839
msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8838
+#: ../src/guestfs-actions.pod:8845
msgid "guestfs_touch"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8840
+#: ../src/guestfs-actions.pod:8847
#, no-wrap
msgid ""
" int\n"
@@ -38320,12 +38337,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8855
+#: ../src/guestfs-actions.pod:8862
msgid "guestfs_truncate"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8857
+#: ../src/guestfs-actions.pod:8864
#, no-wrap
msgid ""
" int\n"
@@ -38335,12 +38352,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8868
+#: ../src/guestfs-actions.pod:8875
msgid "guestfs_truncate_size"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8870
+#: ../src/guestfs-actions.pod:8877
#, no-wrap
msgid ""
" int\n"
@@ -38351,7 +38368,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8878
+#: ../src/guestfs-actions.pod:8885
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 "
@@ -38360,12 +38377,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8888
+#: ../src/guestfs-actions.pod:8895
msgid "guestfs_tune2fs"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8890
+#: ../src/guestfs-actions.pod:8897
#, no-wrap
msgid ""
" int\n"
@@ -38376,7 +38393,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8900
+#: ../src/guestfs-actions.pod:8907
#, no-wrap
msgid ""
" GUESTFS_TUNE2FS_FORCE, int force,\n"
@@ -38393,7 +38410,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8980
+#: ../src/guestfs-actions.pod:8987
msgid ""
"To get the current values of filesystem parameters, see "
"C<guestfs_tune2fs_l>. For precise details of how tune2fs works, see the "
@@ -38401,12 +38418,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8988
+#: ../src/guestfs-actions.pod:8995
msgid "guestfs_tune2fs_va"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8990
+#: ../src/guestfs-actions.pod:8997
#, no-wrap
msgid ""
" int\n"
@@ -38417,17 +38434,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8995
+#: ../src/guestfs-actions.pod:9002
msgid "This is the \"va_list variant\" of L</guestfs_tune2fs>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8999
+#: ../src/guestfs-actions.pod:9006
msgid "guestfs_tune2fs_argv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9001
+#: ../src/guestfs-actions.pod:9008
#, no-wrap
msgid ""
" int\n"
@@ -38438,17 +38455,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9006
+#: ../src/guestfs-actions.pod:9013
msgid "This is the \"argv variant\" of L</guestfs_tune2fs>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9010
+#: ../src/guestfs-actions.pod:9017
msgid "guestfs_tune2fs_l"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9012
+#: ../src/guestfs-actions.pod:9019
#, no-wrap
msgid ""
" char **\n"
@@ -38458,12 +38475,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9032
+#: ../src/guestfs-actions.pod:9039
msgid "guestfs_txz_in"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9034
+#: ../src/guestfs-actions.pod:9041
#, no-wrap
msgid ""
" int\n"
@@ -38474,12 +38491,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9046
+#: ../src/guestfs-actions.pod:9053
msgid "guestfs_txz_out"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9048
+#: ../src/guestfs-actions.pod:9055
#, no-wrap
msgid ""
" int\n"
@@ -38490,12 +38507,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9060
+#: ../src/guestfs-actions.pod:9067
msgid "guestfs_umask"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9062
+#: ../src/guestfs-actions.pod:9069
#, no-wrap
msgid ""
" int\n"
@@ -38505,19 +38522,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9078
+#: ../src/guestfs-actions.pod:9085
msgid ""
"See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
"C<guestfs_mkdir>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9087
+#: ../src/guestfs-actions.pod:9094
msgid "guestfs_umount"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9089
+#: ../src/guestfs-actions.pod:9096
#, no-wrap
msgid ""
" int\n"
@@ -38527,12 +38544,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9101
+#: ../src/guestfs-actions.pod:9108
msgid "guestfs_umount_all"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9103
+#: ../src/guestfs-actions.pod:9110
#, no-wrap
msgid ""
" int\n"
@@ -38541,12 +38558,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9114
+#: ../src/guestfs-actions.pod:9121
msgid "guestfs_umount_local"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9116
+#: ../src/guestfs-actions.pod:9123
#, no-wrap
msgid ""
" int\n"
@@ -38556,7 +38573,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9125
+#: ../src/guestfs-actions.pod:9132
#, no-wrap
msgid ""
" GUESTFS_UMOUNT_LOCAL_RETRY, int retry,\n"
@@ -38564,12 +38581,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9136
+#: ../src/guestfs-actions.pod:9143
msgid "guestfs_umount_local_va"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9138
+#: ../src/guestfs-actions.pod:9145
#, no-wrap
msgid ""
" int\n"
@@ -38579,17 +38596,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9142
+#: ../src/guestfs-actions.pod:9149
msgid "This is the \"va_list variant\" of L</guestfs_umount_local>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9146
+#: ../src/guestfs-actions.pod:9153
msgid "guestfs_umount_local_argv"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9148
+#: ../src/guestfs-actions.pod:9155
#, no-wrap
msgid ""
" int\n"
@@ -38600,17 +38617,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9152
+#: ../src/guestfs-actions.pod:9159
msgid "This is the \"argv variant\" of L</guestfs_umount_local>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9156
+#: ../src/guestfs-actions.pod:9163
msgid "guestfs_upload"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9158
+#: ../src/guestfs-actions.pod:9165
#, no-wrap
msgid ""
" int\n"
@@ -38621,17 +38638,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9168
+#: ../src/guestfs-actions.pod:9175
msgid "See also C<guestfs_download>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9179
+#: ../src/guestfs-actions.pod:9186
msgid "guestfs_upload_offset"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9181
+#: ../src/guestfs-actions.pod:9188
#, no-wrap
msgid ""
" int\n"
@@ -38643,7 +38660,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9197
+#: ../src/guestfs-actions.pod:9204
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 "
@@ -38651,17 +38668,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9202
+#: ../src/guestfs-actions.pod:9209
msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9213
+#: ../src/guestfs-actions.pod:9220
msgid "guestfs_utimens"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9215
+#: ../src/guestfs-actions.pod:9222
#, no-wrap
msgid ""
" int\n"
@@ -38675,12 +38692,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9244 ../src/guestfs-structs.pod:175
+#: ../src/guestfs-actions.pod:9251 ../src/guestfs-structs.pod:175
msgid "guestfs_version"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9246
+#: ../src/guestfs-actions.pod:9253
#, no-wrap
msgid ""
" struct guestfs_version *\n"
@@ -38689,7 +38706,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9274
+#: ../src/guestfs-actions.pod:9281
msgid ""
"I<Note:> Don't use this call to test for availability of features. In "
"enterprise distributions we backport features from later versions into "
@@ -38698,24 +38715,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9280
+#: ../src/guestfs-actions.pod:9287
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:9284
+#: ../src/guestfs-actions.pod:9291
msgid "(Added in 1.0.58)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9286
+#: ../src/guestfs-actions.pod:9293
msgid "guestfs_vfs_label"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9288
+#: ../src/guestfs-actions.pod:9295
#, no-wrap
msgid ""
" char *\n"
@@ -38725,22 +38742,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9297
+#: ../src/guestfs-actions.pod:9304
msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9302 ../src/guestfs-actions.pod:9339
+#: ../src/guestfs-actions.pod:9309 ../src/guestfs-actions.pod:9346
msgid "(Added in 1.3.18)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9304
+#: ../src/guestfs-actions.pod:9311
msgid "guestfs_vfs_type"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9306
+#: ../src/guestfs-actions.pod:9313
#, no-wrap
msgid ""
" char *\n"
@@ -38750,12 +38767,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9323
+#: ../src/guestfs-actions.pod:9330
msgid "guestfs_vfs_uuid"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9325
+#: ../src/guestfs-actions.pod:9332
#, no-wrap
msgid ""
" char *\n"
@@ -38765,17 +38782,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9334
+#: ../src/guestfs-actions.pod:9341
msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9341
+#: ../src/guestfs-actions.pod:9348
msgid "guestfs_vg_activate"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9343
+#: ../src/guestfs-actions.pod:9350
#, no-wrap
msgid ""
" int\n"
@@ -38786,12 +38803,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9360
+#: ../src/guestfs-actions.pod:9367
msgid "guestfs_vg_activate_all"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9362
+#: ../src/guestfs-actions.pod:9369
#, no-wrap
msgid ""
" int\n"
@@ -38801,12 +38818,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9375
+#: ../src/guestfs-actions.pod:9382
msgid "guestfs_vgcreate"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9377
+#: ../src/guestfs-actions.pod:9384
#, no-wrap
msgid ""
" int\n"
@@ -38817,12 +38834,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9389
+#: ../src/guestfs-actions.pod:9396
msgid "guestfs_vglvuuids"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9391
+#: ../src/guestfs-actions.pod:9398
#, no-wrap
msgid ""
" char **\n"
@@ -38832,24 +38849,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9398
+#: ../src/guestfs-actions.pod:9405
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:9401
+#: ../src/guestfs-actions.pod:9408
msgid "See also C<guestfs_vgpvuuids>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9409
+#: ../src/guestfs-actions.pod:9416
msgid "guestfs_vgmeta"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9411
+#: ../src/guestfs-actions.pod:9418
#, no-wrap
msgid ""
" char *\n"
@@ -38860,17 +38877,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9426
+#: ../src/guestfs-actions.pod:9433
msgid "(Added in 1.17.20)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9428
+#: ../src/guestfs-actions.pod:9435
msgid "guestfs_vgpvuuids"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9430
+#: ../src/guestfs-actions.pod:9437
#, no-wrap
msgid ""
" char **\n"
@@ -38880,24 +38897,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9437
+#: ../src/guestfs-actions.pod:9444
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:9440
+#: ../src/guestfs-actions.pod:9447
msgid "See also C<guestfs_vglvuuids>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9448
+#: ../src/guestfs-actions.pod:9455
msgid "guestfs_vgremove"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9450
+#: ../src/guestfs-actions.pod:9457
#, no-wrap
msgid ""
" int\n"
@@ -38907,12 +38924,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9463
+#: ../src/guestfs-actions.pod:9470
msgid "guestfs_vgrename"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9465
+#: ../src/guestfs-actions.pod:9472
#, no-wrap
msgid ""
" int\n"
@@ -38923,12 +38940,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9476
+#: ../src/guestfs-actions.pod:9483
msgid "guestfs_vgs"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9478
+#: ../src/guestfs-actions.pod:9485
#, no-wrap
msgid ""
" char **\n"
@@ -38937,17 +38954,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9487
+#: ../src/guestfs-actions.pod:9494
msgid "See also C<guestfs_vgs_full>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9495
+#: ../src/guestfs-actions.pod:9502
msgid "guestfs_vgs_full"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9497
+#: ../src/guestfs-actions.pod:9504
#, no-wrap
msgid ""
" struct guestfs_lvm_vg_list *\n"
@@ -38956,7 +38973,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9503
+#: ../src/guestfs-actions.pod:9510
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 "
@@ -38964,12 +38981,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9509
+#: ../src/guestfs-actions.pod:9516
msgid "guestfs_vgscan"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9511
+#: ../src/guestfs-actions.pod:9518
#, no-wrap
msgid ""
" int\n"
@@ -38978,12 +38995,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9521
+#: ../src/guestfs-actions.pod:9528
msgid "guestfs_vguuid"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9523
+#: ../src/guestfs-actions.pod:9530
#, no-wrap
msgid ""
" char *\n"
@@ -38993,12 +39010,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9534
+#: ../src/guestfs-actions.pod:9541
msgid "guestfs_wait_ready"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9536
+#: ../src/guestfs-actions.pod:9543
#, no-wrap
msgid ""
" int\n"
@@ -39007,19 +39024,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9539
+#: ../src/guestfs-actions.pod:9546
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_launch> call "
"instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9546
+#: ../src/guestfs-actions.pod:9553
msgid "This function is a no op."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9548
+#: ../src/guestfs-actions.pod:9555
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 "
@@ -39027,19 +39044,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9553
+#: ../src/guestfs-actions.pod:9560
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:9561
+#: ../src/guestfs-actions.pod:9568
msgid "guestfs_wc_c"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9563
+#: ../src/guestfs-actions.pod:9570
#, no-wrap
msgid ""
" int\n"
@@ -39049,12 +39066,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9574
+#: ../src/guestfs-actions.pod:9581
msgid "guestfs_wc_l"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9576
+#: ../src/guestfs-actions.pod:9583
#, no-wrap
msgid ""
" int\n"
@@ -39064,12 +39081,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9587
+#: ../src/guestfs-actions.pod:9594
msgid "guestfs_wc_w"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9589
+#: ../src/guestfs-actions.pod:9596
#, no-wrap
msgid ""
" int\n"
@@ -39079,12 +39096,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9600
+#: ../src/guestfs-actions.pod:9607
msgid "guestfs_wipefs"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9602
+#: ../src/guestfs-actions.pod:9609
#, no-wrap
msgid ""
" int\n"
@@ -39094,17 +39111,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9612
+#: ../src/guestfs-actions.pod:9619
msgid "Compare with C<guestfs_zero> which zeroes the first few blocks of a device."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9619
+#: ../src/guestfs-actions.pod:9626
msgid "guestfs_write"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9621
+#: ../src/guestfs-actions.pod:9628
#, no-wrap
msgid ""
" int\n"
@@ -39116,17 +39133,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9630
+#: ../src/guestfs-actions.pod:9637
msgid "See also C<guestfs_write_append>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9639
+#: ../src/guestfs-actions.pod:9646
msgid "guestfs_write_append"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9641
+#: ../src/guestfs-actions.pod:9648
#, no-wrap
msgid ""
" int\n"
@@ -39138,17 +39155,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9650
+#: ../src/guestfs-actions.pod:9657
msgid "See also C<guestfs_write>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9659
+#: ../src/guestfs-actions.pod:9666
msgid "guestfs_write_file"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9661
+#: ../src/guestfs-actions.pod:9668
#, no-wrap
msgid ""
" int\n"
@@ -39160,19 +39177,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9667
+#: ../src/guestfs-actions.pod:9674
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_write> call "
"instead."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9692
+#: ../src/guestfs-actions.pod:9699
msgid "guestfs_xfs_info"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9694
+#: ../src/guestfs-actions.pod:9701
#, no-wrap
msgid ""
" struct guestfs_xfsinfo *\n"
@@ -39182,19 +39199,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9705
+#: ../src/guestfs-actions.pod:9712
msgid ""
"This function returns a C<struct guestfs_xfsinfo *>, or NULL if there was an "
"error. I<The caller must call C<guestfs_free_xfsinfo> after use>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9709
+#: ../src/guestfs-actions.pod:9716
msgid "guestfs_zegrep"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9711
+#: ../src/guestfs-actions.pod:9718
#, no-wrap
msgid ""
" char **\n"
@@ -39205,12 +39222,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9728
+#: ../src/guestfs-actions.pod:9735
msgid "guestfs_zegrepi"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9730
+#: ../src/guestfs-actions.pod:9737
#, no-wrap
msgid ""
" char **\n"
@@ -39221,12 +39238,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9747
+#: ../src/guestfs-actions.pod:9754
msgid "guestfs_zero"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9749
+#: ../src/guestfs-actions.pod:9756
#, no-wrap
msgid ""
" int\n"
@@ -39236,19 +39253,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9763
+#: ../src/guestfs-actions.pod:9770
msgid ""
"See also: C<guestfs_zero_device>, C<guestfs_scrub_device>, "
"C<guestfs_is_zero_device>"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9775
+#: ../src/guestfs-actions.pod:9782
msgid "guestfs_zero_device"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9777
+#: ../src/guestfs-actions.pod:9784
#, no-wrap
msgid ""
" int\n"
@@ -39258,24 +39275,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9781
+#: ../src/guestfs-actions.pod:9788
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:9796
+#: ../src/guestfs-actions.pod:9803
msgid "(Added in 1.3.1)"
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9798
+#: ../src/guestfs-actions.pod:9805
msgid "guestfs_zero_free_space"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9800
+#: ../src/guestfs-actions.pod:9807
#, no-wrap
msgid ""
" int\n"
@@ -39285,7 +39302,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9810
+#: ../src/guestfs-actions.pod:9817
msgid ""
"Free space is not \"trimmed\". You may want to call C<guestfs_fstrim> "
"either as an alternative to this, or after calling this, depending on your "
@@ -39293,12 +39310,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9823
+#: ../src/guestfs-actions.pod:9830
msgid "guestfs_zerofree"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9825
+#: ../src/guestfs-actions.pod:9832
#, no-wrap
msgid ""
" int\n"
@@ -39308,12 +39325,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9844
+#: ../src/guestfs-actions.pod:9851
msgid "guestfs_zfgrep"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9846
+#: ../src/guestfs-actions.pod:9853
#, no-wrap
msgid ""
" char **\n"
@@ -39324,12 +39341,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9863
+#: ../src/guestfs-actions.pod:9870
msgid "guestfs_zfgrepi"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9865
+#: ../src/guestfs-actions.pod:9872
#, no-wrap
msgid ""
" char **\n"
@@ -39340,12 +39357,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9882
+#: ../src/guestfs-actions.pod:9889
msgid "guestfs_zfile"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9884
+#: ../src/guestfs-actions.pod:9891
#, no-wrap
msgid ""
" char *\n"
@@ -39356,26 +39373,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9889
+#: ../src/guestfs-actions.pod:9896
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_file> call "
"instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9901
+#: ../src/guestfs-actions.pod:9908
msgid ""
"Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
"files."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9909
+#: ../src/guestfs-actions.pod:9916
msgid "guestfs_zgrep"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9911
+#: ../src/guestfs-actions.pod:9918
#, no-wrap
msgid ""
" char **\n"
@@ -39386,12 +39403,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9928
+#: ../src/guestfs-actions.pod:9935
msgid "guestfs_zgrepi"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:9930
+#: ../src/guestfs-actions.pod:9937
#, no-wrap
msgid ""
" char **\n"
diff --git a/po-docs/uk.po b/po-docs/uk.po
index 5887cee1..9982680d 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-07-18 21:04+0200\n"
+"POT-Creation-Date: 2012-07-19 16:02+0200\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"
@@ -3318,7 +3318,7 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../cat/virt-ls.pod:181 ../fish/guestfish-actions.pod:5108
+#: ../cat/virt-ls.pod:181 ../fish/guestfish-actions.pod:5115
msgid "path"
msgstr "шлях"
@@ -8816,20 +8816,20 @@ msgstr ""
#: ../fish/guestfish-actions.pod:1324 ../fish/guestfish-actions.pod:1851
#: ../fish/guestfish-actions.pod:1865 ../fish/guestfish-actions.pod:3068
#: ../fish/guestfish-actions.pod:3899 ../fish/guestfish-actions.pod:4315
-#: ../fish/guestfish-actions.pod:5043 ../fish/guestfish-actions.pod:5291
-#: ../fish/guestfish-actions.pod:5311 ../fish/guestfish-actions.pod:5330
-#: ../fish/guestfish-actions.pod:5368 ../fish/guestfish-actions.pod:6150
-#: ../fish/guestfish-actions.pod:6278 ../src/guestfs-actions.pod:10
+#: ../fish/guestfish-actions.pod:5050 ../fish/guestfish-actions.pod:5298
+#: ../fish/guestfish-actions.pod:5318 ../fish/guestfish-actions.pod:5337
+#: ../fish/guestfish-actions.pod:5375 ../fish/guestfish-actions.pod:6157
+#: ../fish/guestfish-actions.pod:6285 ../src/guestfs-actions.pod:10
#: ../src/guestfs-actions.pod:301 ../src/guestfs-actions.pod:322
#: ../src/guestfs-actions.pod:1835 ../src/guestfs-actions.pod:1892
#: ../src/guestfs-actions.pod:2151 ../src/guestfs-actions.pod:2260
#: ../src/guestfs-actions.pod:2981 ../src/guestfs-actions.pod:3002
#: ../src/guestfs-actions.pod:4700 ../src/guestfs-actions.pod:6059
-#: ../src/guestfs-actions.pod:6867 ../src/guestfs-actions.pod:7961
-#: ../src/guestfs-actions.pod:8272 ../src/guestfs-actions.pod:8313
-#: ../src/guestfs-actions.pod:8344 ../src/guestfs-actions.pod:8404
-#: ../src/guestfs-actions.pod:9542 ../src/guestfs-actions.pod:9670
-#: ../src/guestfs-actions.pod:9892
+#: ../src/guestfs-actions.pod:6867 ../src/guestfs-actions.pod:7968
+#: ../src/guestfs-actions.pod:8279 ../src/guestfs-actions.pod:8320
+#: ../src/guestfs-actions.pod:8351 ../src/guestfs-actions.pod:8411
+#: ../src/guestfs-actions.pod:9549 ../src/guestfs-actions.pod:9677
+#: ../src/guestfs-actions.pod:9899
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 "
@@ -9008,8 +9008,8 @@ msgstr ""
#: ../fish/guestfish-actions.pod:3882 ../fish/guestfish-actions.pod:3915
#: ../fish/guestfish-actions.pod:4078 ../fish/guestfish-actions.pod:4108
#: ../fish/guestfish-actions.pod:4251 ../fish/guestfish-actions.pod:4267
-#: ../fish/guestfish-actions.pod:4303 ../fish/guestfish-actions.pod:5019
-#: ../fish/guestfish-actions.pod:5752 ../fish/guestfish-actions.pod:5834
+#: ../fish/guestfish-actions.pod:4303 ../fish/guestfish-actions.pod:5026
+#: ../fish/guestfish-actions.pod:5759 ../fish/guestfish-actions.pod:5841
msgid ""
"This command has one or more optional arguments. See L</OPTIONAL ARGUMENTS>."
msgstr ""
@@ -9781,10 +9781,10 @@ msgstr ""
#: ../fish/guestfish-actions.pod:985 ../fish/guestfish-actions.pod:1168
#: ../fish/guestfish-actions.pod:1187 ../fish/guestfish-actions.pod:1610
#: ../fish/guestfish-actions.pod:4228 ../fish/guestfish-actions.pod:4249
-#: ../fish/guestfish-actions.pod:5608 ../fish/guestfish-actions.pod:5620
-#: ../fish/guestfish-actions.pod:5631 ../fish/guestfish-actions.pod:5642
-#: ../fish/guestfish-actions.pod:5773 ../fish/guestfish-actions.pod:5782
-#: ../fish/guestfish-actions.pod:5847 ../fish/guestfish-actions.pod:5870
+#: ../fish/guestfish-actions.pod:5615 ../fish/guestfish-actions.pod:5627
+#: ../fish/guestfish-actions.pod:5638 ../fish/guestfish-actions.pod:5649
+#: ../fish/guestfish-actions.pod:5780 ../fish/guestfish-actions.pod:5789
+#: ../fish/guestfish-actions.pod:5854 ../fish/guestfish-actions.pod:5877
msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
msgstr ""
@@ -10216,9 +10216,9 @@ msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:656 ../fish/guestfish-actions.pod:3584
-#: ../fish/guestfish-actions.pod:4278 ../fish/guestfish-actions.pod:5682
+#: ../fish/guestfish-actions.pod:4278 ../fish/guestfish-actions.pod:5689
#: ../src/guestfs-actions.pod:983 ../src/guestfs-actions.pod:5563
-#: ../src/guestfs-actions.pod:6806 ../src/guestfs-actions.pod:8914
+#: ../src/guestfs-actions.pod:6806 ../src/guestfs-actions.pod:8921
msgid "The optional parameters are:"
msgstr "Додатковими параметрами є:"
@@ -10567,13 +10567,13 @@ msgstr ""
#: ../fish/guestfish-actions.pod:2126 ../fish/guestfish-actions.pod:2145
#: ../fish/guestfish-actions.pod:4579 ../fish/guestfish-actions.pod:4594
#: ../fish/guestfish-actions.pod:4670 ../fish/guestfish-actions.pod:4687
-#: ../fish/guestfish-actions.pod:4702 ../fish/guestfish-actions.pod:5449
-#: ../fish/guestfish-actions.pod:5495 ../fish/guestfish-actions.pod:5580
-#: ../fish/guestfish-actions.pod:5595 ../fish/guestfish-actions.pod:6114
-#: ../fish/guestfish-actions.pod:6126 ../fish/guestfish-actions.pod:6144
-#: ../fish/guestfish-actions.pod:6172 ../fish/guestfish-actions.pod:6182
-#: ../fish/guestfish-actions.pod:6250 ../fish/guestfish-actions.pod:6260
-#: ../fish/guestfish-actions.pod:6289 ../fish/guestfish-actions.pod:6299
+#: ../fish/guestfish-actions.pod:4702 ../fish/guestfish-actions.pod:5456
+#: ../fish/guestfish-actions.pod:5502 ../fish/guestfish-actions.pod:5587
+#: ../fish/guestfish-actions.pod:5602 ../fish/guestfish-actions.pod:6121
+#: ../fish/guestfish-actions.pod:6133 ../fish/guestfish-actions.pod:6151
+#: ../fish/guestfish-actions.pod:6179 ../fish/guestfish-actions.pod:6189
+#: ../fish/guestfish-actions.pod:6257 ../fish/guestfish-actions.pod:6267
+#: ../fish/guestfish-actions.pod:6296 ../fish/guestfish-actions.pod:6306
#: ../src/guestfs-actions.pod:1256 ../src/guestfs-actions.pod:1435
#: ../src/guestfs-actions.pod:1455 ../src/guestfs-actions.pod:2195
#: ../src/guestfs-actions.pod:2214 ../src/guestfs-actions.pod:2317
@@ -10583,13 +10583,13 @@ msgstr ""
#: ../src/guestfs-actions.pod:3415 ../src/guestfs-actions.pod:3444
#: ../src/guestfs-actions.pod:7248 ../src/guestfs-actions.pod:7274
#: ../src/guestfs-actions.pod:7405 ../src/guestfs-actions.pod:7431
-#: ../src/guestfs-actions.pod:7455 ../src/guestfs-actions.pod:8542
-#: ../src/guestfs-actions.pod:8597 ../src/guestfs-actions.pod:8743
-#: ../src/guestfs-actions.pod:8767 ../src/guestfs-actions.pod:9634
-#: ../src/guestfs-actions.pod:9654 ../src/guestfs-actions.pod:9687
-#: ../src/guestfs-actions.pod:9723 ../src/guestfs-actions.pod:9742
-#: ../src/guestfs-actions.pod:9858 ../src/guestfs-actions.pod:9877
-#: ../src/guestfs-actions.pod:9923 ../src/guestfs-actions.pod:9942
+#: ../src/guestfs-actions.pod:7455 ../src/guestfs-actions.pod:8549
+#: ../src/guestfs-actions.pod:8604 ../src/guestfs-actions.pod:8750
+#: ../src/guestfs-actions.pod:8774 ../src/guestfs-actions.pod:9641
+#: ../src/guestfs-actions.pod:9661 ../src/guestfs-actions.pod:9694
+#: ../src/guestfs-actions.pod:9730 ../src/guestfs-actions.pod:9749
+#: ../src/guestfs-actions.pod:9865 ../src/guestfs-actions.pod:9884
+#: ../src/guestfs-actions.pod:9930 ../src/guestfs-actions.pod:9949
msgid ""
"Because of the message protocol, there is a transfer limit of somewhere "
"between 2MB and 4MB. See L<guestfs(3)/PROTOCOL LIMITS>."
@@ -11343,8 +11343,8 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1164 ../fish/guestfish-actions.pod:5843
-#: ../src/guestfs-actions.pod:1990 ../src/guestfs-actions.pod:9166
+#: ../fish/guestfish-actions.pod:1164 ../fish/guestfish-actions.pod:5850
+#: ../src/guestfs-actions.pod:1990 ../src/guestfs-actions.pod:9173
msgid "C<filename> can also be a named pipe."
msgstr ""
@@ -12518,8 +12518,8 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:1727 ../fish/guestfish-actions.pod:5015
-#: ../src/guestfs-actions.pod:2847 ../src/guestfs-actions.pod:7904
+#: ../fish/guestfish-actions.pod:1727 ../fish/guestfish-actions.pod:5022
+#: ../src/guestfs-actions.pod:2847 ../src/guestfs-actions.pod:7911
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 "
@@ -12869,9 +12869,9 @@ msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:1880 ../fish/guestfish-actions.pod:1937
-#: ../fish/guestfish-actions.pod:5088 ../fish/guestfish-actions.pod:5192
+#: ../fish/guestfish-actions.pod:5095 ../fish/guestfish-actions.pod:5199
#: ../src/guestfs-actions.pod:3026 ../src/guestfs-actions.pod:3118
-#: ../src/guestfs-actions.pod:8031 ../src/guestfs-actions.pod:8159
+#: ../src/guestfs-actions.pod:8038 ../src/guestfs-actions.pod:8166
msgid ""
"For more information on the architecture of libguestfs, see L<guestfs(3)>."
msgstr ""
@@ -13450,8 +13450,8 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:2114 ../fish/guestfish-actions.pod:5593
-#: ../src/guestfs-actions.pod:3392 ../src/guestfs-actions.pod:8761
+#: ../fish/guestfish-actions.pod:2114 ../fish/guestfish-actions.pod:5600
+#: ../src/guestfs-actions.pod:3392 ../src/guestfs-actions.pod:8768
msgid "If the parameter C<nrlines> is zero, this returns an empty list."
msgstr ""
@@ -16040,8 +16040,8 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:3282 ../fish/guestfish-actions.pod:5428
-#: ../src/guestfs-actions.pod:5068 ../src/guestfs-actions.pod:8501
+#: ../fish/guestfish-actions.pod:3282 ../fish/guestfish-actions.pod:5435
+#: ../src/guestfs-actions.pod:5068 ../src/guestfs-actions.pod:8508
msgid "Returns file information for the given C<path>."
msgstr ""
@@ -17908,8 +17908,8 @@ msgstr ""
#. type: textblock
#: ../fish/guestfish-actions.pod:4106 ../fish/guestfish-actions.pod:4130
-#: ../fish/guestfish-actions.pod:5832 ../src/guestfs-actions.pod:6441
-#: ../src/guestfs-actions.pod:6490 ../src/guestfs-actions.pod:9130
+#: ../fish/guestfish-actions.pod:5839 ../src/guestfs-actions.pod:6441
+#: ../src/guestfs-actions.pod:6490 ../src/guestfs-actions.pod:9137
msgid "See L<guestfs(3)/MOUNT LOCAL> for full documentation."
msgstr ""
@@ -18313,8 +18313,8 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:4287 ../fish/guestfish-actions.pod:5686
-#: ../src/guestfs-actions.pod:6815 ../src/guestfs-actions.pod:8918
+#: ../fish/guestfish-actions.pod:4287 ../fish/guestfish-actions.pod:5693
+#: ../src/guestfs-actions.pod:6815 ../src/guestfs-actions.pod:8925
msgid "C<force>"
msgstr "C<force>"
@@ -19847,16 +19847,35 @@ msgstr ""
#. type: =item
#: ../fish/guestfish-actions.pod:4952 ../src/guestfs-actions.pod:7818
+#, fuzzy
+#| msgid "B<-d libvirt-domain>"
+msgid "C<libvirt>"
+msgstr "B<-d домен-libvirt>"
+
+#. type: =item
+#: ../fish/guestfish-actions.pod:4954 ../src/guestfs-actions.pod:7820
+msgid "C<libvirt:I<URI>>"
+msgstr ""
+
+#. type: textblock
+#: ../fish/guestfish-actions.pod:4956 ../src/guestfs-actions.pod:7822
+msgid ""
+"Use libvirt to launch the appliance. The optional I<URI> is the libvirt "
+"connection URI to use (see L<http://libvirt.org/uri.html>)."
+msgstr ""
+
+#. type: =item
+#: ../fish/guestfish-actions.pod:4959 ../src/guestfs-actions.pod:7825
msgid "C<unix:I<path>>"
msgstr "C<unix:I<шлях>>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4954 ../src/guestfs-actions.pod:7820
+#: ../fish/guestfish-actions.pod:4961 ../src/guestfs-actions.pod:7827
msgid "Connect to the Unix domain socket I<path>."
msgstr "Встановити з’єднання з сокетом домену Unix I<шлях>."
#. type: textblock
-#: ../fish/guestfish-actions.pod:4956 ../src/guestfs-actions.pod:7822
+#: ../fish/guestfish-actions.pod:4963 ../src/guestfs-actions.pod:7829
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 "
@@ -19864,17 +19883,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4962
+#: ../fish/guestfish-actions.pod:4969
msgid "set-autosync"
msgstr "set-autosync"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4964
+#: ../fish/guestfish-actions.pod:4971
msgid "autosync"
msgstr "autosync"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4966
+#: ../fish/guestfish-actions.pod:4973
#, no-wrap
msgid ""
" set-autosync true|false\n"
@@ -19884,7 +19903,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4968 ../src/guestfs-actions.pod:7838
+#: ../fish/guestfish-actions.pod:4975 ../src/guestfs-actions.pod:7845
msgid ""
"If C<autosync> is true, this enables autosync. Libguestfs will make a best "
"effort attempt to make filesystems consistent and synchronized when the "
@@ -19892,24 +19911,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4973 ../src/guestfs-actions.pod:7843
+#: ../fish/guestfish-actions.pod:4980 ../src/guestfs-actions.pod:7850
msgid ""
"This is enabled by default (since libguestfs 1.5.24, previously it was "
"disabled by default)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4976
+#: ../fish/guestfish-actions.pod:4983
msgid "set-direct"
msgstr "set-direct"
#. type: =head2
-#: ../fish/guestfish-actions.pod:4978
+#: ../fish/guestfish-actions.pod:4985
msgid "direct"
msgstr "direct"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4980
+#: ../fish/guestfish-actions.pod:4987
#, no-wrap
msgid ""
" set-direct true|false\n"
@@ -19919,36 +19938,36 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:4982 ../src/guestfs-actions.pod:7856
+#: ../fish/guestfish-actions.pod:4989 ../src/guestfs-actions.pod:7863
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:4986
+#: ../fish/guestfish-actions.pod:4993
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:4990 ../src/guestfs-actions.pod:7864
+#: ../fish/guestfish-actions.pod:4997 ../src/guestfs-actions.pod:7871
msgid "You probably don't want to use this unless you know what you are doing."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4993 ../src/guestfs-actions.pod:7867
+#: ../fish/guestfish-actions.pod:5000 ../src/guestfs-actions.pod:7874
msgid "The default is disabled."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:4995
+#: ../fish/guestfish-actions.pod:5002
msgid "set-e2attrs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:4997
+#: ../fish/guestfish-actions.pod:5004
#, no-wrap
msgid ""
" set-e2attrs file attrs [clear:true|false]\n"
@@ -19956,14 +19975,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:4999 ../src/guestfs-actions.pod:7888
+#: ../fish/guestfish-actions.pod:5006 ../src/guestfs-actions.pod:7895
msgid ""
"This sets or clears the file attributes C<attrs> associated with the inode "
"C<file>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5002
+#: ../fish/guestfish-actions.pod:5009
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 "
@@ -19971,31 +19990,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5006 ../src/guestfs-actions.pod:7895
+#: ../fish/guestfish-actions.pod:5013 ../src/guestfs-actions.pod:7902
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:5009 ../src/guestfs-actions.pod:7898
+#: ../fish/guestfish-actions.pod:5016 ../src/guestfs-actions.pod:7905
msgid "If C<clear> is true, then the C<attrs> listed are cleared in the inode."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5012 ../src/guestfs-actions.pod:7901
+#: ../fish/guestfish-actions.pod:5019 ../src/guestfs-actions.pod:7908
msgid ""
"In both cases, other attributes not present in the C<attrs> string are left "
"unchanged."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5021
+#: ../fish/guestfish-actions.pod:5028
msgid "set-e2generation"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5023
+#: ../fish/guestfish-actions.pod:5030
#, no-wrap
msgid ""
" set-e2generation file generation\n"
@@ -20003,22 +20022,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5025 ../src/guestfs-actions.pod:7943
+#: ../fish/guestfish-actions.pod:5032 ../src/guestfs-actions.pod:7950
msgid "This sets the ext2 file generation of a file."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5027
+#: ../fish/guestfish-actions.pod:5034
msgid "See L</get-e2generation>."
msgstr "Див. L</get-e2generation>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:5029
+#: ../fish/guestfish-actions.pod:5036
msgid "set-e2label"
msgstr "set-e2label"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5031
+#: ../fish/guestfish-actions.pod:5038
#, no-wrap
msgid ""
" set-e2label device label\n"
@@ -20026,33 +20045,33 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5033 ../src/guestfs-actions.pod:7965
+#: ../fish/guestfish-actions.pod:5040 ../src/guestfs-actions.pod:7972
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:5037
+#: ../fish/guestfish-actions.pod:5044
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:5040
+#: ../fish/guestfish-actions.pod:5047
msgid ""
"I<This function is deprecated.> In new code, use the L</set_label> call "
"instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5047
+#: ../fish/guestfish-actions.pod:5054
msgid "set-e2uuid"
msgstr "set-e2uuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5049
+#: ../fish/guestfish-actions.pod:5056
#, no-wrap
msgid ""
" set-e2uuid device uuid\n"
@@ -20060,7 +20079,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5051 ../src/guestfs-actions.pod:7983
+#: ../fish/guestfish-actions.pod:5058 ../src/guestfs-actions.pod:7990
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>, "
@@ -20068,19 +20087,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5056
+#: ../fish/guestfish-actions.pod:5063
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:5059
+#: ../fish/guestfish-actions.pod:5066
msgid "set-label"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5061
+#: ../fish/guestfish-actions.pod:5068
#, no-wrap
msgid ""
" set-label device label\n"
@@ -20088,44 +20107,44 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5063 ../src/guestfs-actions.pod:8002
+#: ../fish/guestfish-actions.pod:5070 ../src/guestfs-actions.pod:8009
msgid "Set the filesystem label on C<device> to C<label>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5065 ../src/guestfs-actions.pod:8004
+#: ../fish/guestfish-actions.pod:5072 ../src/guestfs-actions.pod:8011
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:5068 ../src/guestfs-actions.pod:8007
+#: ../fish/guestfish-actions.pod:5075 ../src/guestfs-actions.pod:8014
msgid "On ext2/3/4 filesystems, labels are limited to 16 bytes."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5070 ../src/guestfs-actions.pod:8009
+#: ../fish/guestfish-actions.pod:5077 ../src/guestfs-actions.pod:8016
msgid "On NTFS filesystems, labels are limited to 128 unicode characters."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5072
+#: ../fish/guestfish-actions.pod:5079
msgid "To read the label on a filesystem, call L</vfs-label>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5074
+#: ../fish/guestfish-actions.pod:5081
msgid "set-memsize"
msgstr "set-memsize"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5076
+#: ../fish/guestfish-actions.pod:5083
msgid "memsize"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5078
+#: ../fish/guestfish-actions.pod:5085
#, no-wrap
msgid ""
" set-memsize memsize\n"
@@ -20133,31 +20152,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5080
+#: ../fish/guestfish-actions.pod:5087
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:5084 ../src/guestfs-actions.pod:8027
+#: ../fish/guestfish-actions.pod:5091 ../src/guestfs-actions.pod:8034
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:5091
+#: ../fish/guestfish-actions.pod:5098
msgid "set-network"
msgstr "set-network"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5093
+#: ../fish/guestfish-actions.pod:5100
msgid "network"
msgstr "network"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5095
+#: ../fish/guestfish-actions.pod:5102
#, no-wrap
msgid ""
" set-network true|false\n"
@@ -20167,32 +20186,32 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5097 ../src/guestfs-actions.pod:8044
+#: ../fish/guestfish-actions.pod:5104 ../src/guestfs-actions.pod:8051
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:5100 ../src/guestfs-actions.pod:8047
+#: ../fish/guestfish-actions.pod:5107 ../src/guestfs-actions.pod:8054
msgid ""
"This affects whether commands are able to access the network (see L<guestfs"
"(3)/RUNNING COMMANDS>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5103
+#: ../fish/guestfish-actions.pod:5110
msgid ""
"You must call this before calling L</launch>, otherwise it has no effect."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5106
+#: ../fish/guestfish-actions.pod:5113
msgid "set-path"
msgstr "set-path"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5110
+#: ../fish/guestfish-actions.pod:5117
#, no-wrap
msgid ""
" set-path searchpath\n"
@@ -20200,34 +20219,34 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5112 ../src/guestfs-actions.pod:8063
+#: ../fish/guestfish-actions.pod:5119 ../src/guestfs-actions.pod:8070
msgid "Set the path that libguestfs searches for kernel and initrd.img."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5114 ../src/guestfs-actions.pod:8065
+#: ../fish/guestfish-actions.pod:5121 ../src/guestfs-actions.pod:8072
msgid ""
"The default is C<$libdir/guestfs> unless overridden by setting "
"C<LIBGUESTFS_PATH> environment variable."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5117 ../src/guestfs-actions.pod:8068
+#: ../fish/guestfish-actions.pod:5124 ../src/guestfs-actions.pod:8075
msgid "Setting C<path> to C<NULL> restores the default path."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5119
+#: ../fish/guestfish-actions.pod:5126
msgid "set-pgroup"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5121
+#: ../fish/guestfish-actions.pod:5128
msgid "pgroup"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5123
+#: ../fish/guestfish-actions.pod:5130
#, no-wrap
msgid ""
" set-pgroup true|false\n"
@@ -20235,21 +20254,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5125 ../src/guestfs-actions.pod:8080
+#: ../fish/guestfish-actions.pod:5132 ../src/guestfs-actions.pod:8087
msgid ""
"If C<pgroup> is true, child processes are placed into their own process "
"group."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5128 ../src/guestfs-actions.pod:8083
+#: ../fish/guestfish-actions.pod:5135 ../src/guestfs-actions.pod:8090
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:5131
+#: ../fish/guestfish-actions.pod:5138
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, "
@@ -20258,17 +20277,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5136
+#: ../fish/guestfish-actions.pod:5143
msgid "set-qemu"
msgstr "set-qemu"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5138
+#: ../fish/guestfish-actions.pod:5145
msgid "qemu"
msgstr "qemu"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5140
+#: ../fish/guestfish-actions.pod:5147
#, no-wrap
msgid ""
" set-qemu qemu\n"
@@ -20278,30 +20297,30 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5142 ../src/guestfs-actions.pod:8101
+#: ../fish/guestfish-actions.pod:5149 ../src/guestfs-actions.pod:8108
msgid "Set the qemu binary that we will use."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5144 ../src/guestfs-actions.pod:8103
+#: ../fish/guestfish-actions.pod:5151 ../src/guestfs-actions.pod:8110
msgid ""
"The default is chosen when the library was compiled by the configure script."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5147 ../src/guestfs-actions.pod:8106
+#: ../fish/guestfish-actions.pod:5154 ../src/guestfs-actions.pod:8113
msgid ""
"You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
"variable."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5150 ../src/guestfs-actions.pod:8109
+#: ../fish/guestfish-actions.pod:5157 ../src/guestfs-actions.pod:8116
msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5152 ../src/guestfs-actions.pod:8111
+#: ../fish/guestfish-actions.pod:5159 ../src/guestfs-actions.pod:8118
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 "
@@ -20312,17 +20331,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5160
+#: ../fish/guestfish-actions.pod:5167
msgid "set-recovery-proc"
msgstr "set-recovery-proc"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5162
+#: ../fish/guestfish-actions.pod:5169
msgid "recovery-proc"
msgstr "recovery-proc"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5164
+#: ../fish/guestfish-actions.pod:5171
#, no-wrap
msgid ""
" set-recovery-proc true|false\n"
@@ -20332,7 +20351,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5166
+#: ../fish/guestfish-actions.pod:5173
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 "
@@ -20340,14 +20359,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5171
+#: ../fish/guestfish-actions.pod:5178
msgid ""
"This only has any effect if called before L</launch>, and the default is "
"true."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5174 ../src/guestfs-actions.pod:8137
+#: ../fish/guestfish-actions.pod:5181 ../src/guestfs-actions.pod:8144
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 "
@@ -20356,17 +20375,17 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5180
+#: ../fish/guestfish-actions.pod:5187
msgid "set-selinux"
msgstr "set-selinux"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5182
+#: ../fish/guestfish-actions.pod:5189
msgid "selinux"
msgstr "selinux"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5184
+#: ../fish/guestfish-actions.pod:5191
#, no-wrap
msgid ""
" set-selinux true|false\n"
@@ -20376,31 +20395,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5186 ../src/guestfs-actions.pod:8153
+#: ../fish/guestfish-actions.pod:5193 ../src/guestfs-actions.pod:8160
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:5189 ../src/guestfs-actions.pod:8156
+#: ../fish/guestfish-actions.pod:5196 ../src/guestfs-actions.pod:8163
msgid ""
"Note that if SELinux is enabled, it is always in Permissive mode "
"(C<enforcing=0>)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5195
+#: ../fish/guestfish-actions.pod:5202
msgid "set-smp"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5197
+#: ../fish/guestfish-actions.pod:5204
msgid "smp"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5199
+#: ../fish/guestfish-actions.pod:5206
#, no-wrap
msgid ""
" set-smp smp\n"
@@ -20408,7 +20427,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5201 ../src/guestfs-actions.pod:8172
+#: ../fish/guestfish-actions.pod:5208 ../src/guestfs-actions.pod:8179
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 "
@@ -20416,22 +20435,22 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5205
+#: ../fish/guestfish-actions.pod:5212
msgid "This function must be called before L</launch>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5207
+#: ../fish/guestfish-actions.pod:5214
msgid "set-trace"
msgstr "set-trace"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5209
+#: ../fish/guestfish-actions.pod:5216
msgid "trace"
msgstr "trace"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5211
+#: ../fish/guestfish-actions.pod:5218
#, no-wrap
msgid ""
" set-trace true|false\n"
@@ -20441,45 +20460,45 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5213 ../src/guestfs-actions.pod:8188
+#: ../fish/guestfish-actions.pod:5220 ../src/guestfs-actions.pod:8195
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:5216 ../src/guestfs-actions.pod:8191
+#: ../fish/guestfish-actions.pod:5223 ../src/guestfs-actions.pod:8198
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:5220 ../src/guestfs-actions.pod:8195
+#: ../fish/guestfish-actions.pod:5227 ../src/guestfs-actions.pod:8202
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:5223
+#: ../fish/guestfish-actions.pod:5230
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:5227
+#: ../fish/guestfish-actions.pod:5234
msgid "set-verbose"
msgstr "set-verbose"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5229
+#: ../fish/guestfish-actions.pod:5236
msgid "verbose"
msgstr "verbose"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5231
+#: ../fish/guestfish-actions.pod:5238
#, no-wrap
msgid ""
" set-verbose true|false\n"
@@ -20489,31 +20508,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5233 ../src/guestfs-actions.pod:8212
+#: ../fish/guestfish-actions.pod:5240 ../src/guestfs-actions.pod:8219
msgid "If C<verbose> is true, this turns on verbose messages."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5235 ../src/guestfs-actions.pod:8214
+#: ../fish/guestfish-actions.pod:5242 ../src/guestfs-actions.pod:8221
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:5238
+#: ../fish/guestfish-actions.pod:5245
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:5242
+#: ../fish/guestfish-actions.pod:5249
msgid "setcon"
msgstr "setcon"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5244
+#: ../fish/guestfish-actions.pod:5251
#, no-wrap
msgid ""
" setcon context\n"
@@ -20523,24 +20542,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5246 ../src/guestfs-actions.pod:8231
+#: ../fish/guestfish-actions.pod:5253 ../src/guestfs-actions.pod:8238
msgid ""
"This sets the SELinux security context of the daemon to the string "
"C<context>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5249 ../src/guestfs-actions.pod:8234
+#: ../fish/guestfish-actions.pod:5256 ../src/guestfs-actions.pod:8241
msgid "See the documentation about SELINUX in L<guestfs(3)>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5251
+#: ../fish/guestfish-actions.pod:5258
msgid "setxattr"
msgstr "setxattr"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5253
+#: ../fish/guestfish-actions.pod:5260
#, no-wrap
msgid ""
" setxattr xattr val vallen path\n"
@@ -20548,24 +20567,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5255 ../src/guestfs-actions.pod:8249
+#: ../fish/guestfish-actions.pod:5262 ../src/guestfs-actions.pod:8256
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:5259
+#: ../fish/guestfish-actions.pod:5266
msgid "See also: L</lsetxattr>, L<attr(5)>."
msgstr "Див. також L</lsetxattr>, L<attr(5)>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:5261
+#: ../fish/guestfish-actions.pod:5268
msgid "sfdisk"
msgstr "sfdisk"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5263
+#: ../fish/guestfish-actions.pod:5270
#, no-wrap
msgid ""
" sfdisk device cyls heads sectors 'lines ...'\n"
@@ -20573,19 +20592,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5265 ../src/guestfs-actions.pod:8276
+#: ../fish/guestfish-actions.pod:5272 ../src/guestfs-actions.pod:8283
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:5268 ../src/guestfs-actions.pod:8279
+#: ../fish/guestfish-actions.pod:5275 ../src/guestfs-actions.pod:8286
msgid "C<device> should be a block device, for example C</dev/sda>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5270 ../src/guestfs-actions.pod:8281
+#: ../fish/guestfish-actions.pod:5277 ../src/guestfs-actions.pod:8288
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<-"
@@ -20596,14 +20615,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5278 ../src/guestfs-actions.pod:8289
+#: ../fish/guestfish-actions.pod:5285 ../src/guestfs-actions.pod:8296
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:5281 ../src/guestfs-actions.pod:8292
+#: ../fish/guestfish-actions.pod:5288 ../src/guestfs-actions.pod:8299
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 "
@@ -20611,25 +20630,25 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5285
+#: ../fish/guestfish-actions.pod:5292
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:5288 ../fish/guestfish-actions.pod:5308
-#: ../fish/guestfish-actions.pod:5327
+#: ../fish/guestfish-actions.pod:5295 ../fish/guestfish-actions.pod:5315
+#: ../fish/guestfish-actions.pod:5334
msgid ""
"I<This function is deprecated.> In new code, use the L</part_add> call "
"instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5295
+#: ../fish/guestfish-actions.pod:5302
msgid "sfdiskM"
msgstr "sfdiskM"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5297
+#: ../fish/guestfish-actions.pod:5304
#, no-wrap
msgid ""
" sfdiskM device 'lines ...'\n"
@@ -20637,7 +20656,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5299
+#: ../fish/guestfish-actions.pod:5306
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 "
@@ -20646,18 +20665,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5305
+#: ../fish/guestfish-actions.pod:5312
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:5315
+#: ../fish/guestfish-actions.pod:5322
msgid "sfdisk-N"
msgstr "sfdisk-N"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5317
+#: ../fish/guestfish-actions.pod:5324
#, no-wrap
msgid ""
" sfdisk-N device partnum cyls heads sectors line\n"
@@ -20665,31 +20684,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5319 ../src/guestfs-actions.pod:8348
+#: ../fish/guestfish-actions.pod:5326 ../src/guestfs-actions.pod:8355
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:5322
+#: ../fish/guestfish-actions.pod:5329
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:5325
+#: ../fish/guestfish-actions.pod:5332
msgid "See also: L</part-add>"
msgstr "Див. також L</part-add>"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5334
+#: ../fish/guestfish-actions.pod:5341
msgid "sfdisk-disk-geometry"
msgstr "sfdisk-disk-geometry"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5336
+#: ../fish/guestfish-actions.pod:5343
#, no-wrap
msgid ""
" sfdisk-disk-geometry device\n"
@@ -20699,7 +20718,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5338
+#: ../fish/guestfish-actions.pod:5345
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, "
@@ -20708,18 +20727,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5343 ../fish/guestfish-actions.pod:5352
-#: ../src/guestfs-actions.pod:8371 ../src/guestfs-actions.pod:8387
+#: ../fish/guestfish-actions.pod:5350 ../fish/guestfish-actions.pod:5359
+#: ../src/guestfs-actions.pod:8378 ../src/guestfs-actions.pod:8394
msgid "The result is in human-readable format, and not designed to be parsed."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5346
+#: ../fish/guestfish-actions.pod:5353
msgid "sfdisk-kernel-geometry"
msgstr "sfdisk-kernel-geometry"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5348
+#: ../fish/guestfish-actions.pod:5355
#, no-wrap
msgid ""
" sfdisk-kernel-geometry device\n"
@@ -20729,17 +20748,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5350 ../src/guestfs-actions.pod:8385
+#: ../fish/guestfish-actions.pod:5357 ../src/guestfs-actions.pod:8392
msgid "This displays the kernel's idea of the geometry of C<device>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5355
+#: ../fish/guestfish-actions.pod:5362
msgid "sfdisk-l"
msgstr "sfdisk-l"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5357
+#: ../fish/guestfish-actions.pod:5364
#, no-wrap
msgid ""
" sfdisk-l device\n"
@@ -20749,31 +20768,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5359 ../src/guestfs-actions.pod:8408
+#: ../fish/guestfish-actions.pod:5366 ../src/guestfs-actions.pod:8415
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:5363
+#: ../fish/guestfish-actions.pod:5370
msgid "See also: L</part-list>"
msgstr "Див. також L</part-list>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5365
+#: ../fish/guestfish-actions.pod:5372
msgid ""
"I<This function is deprecated.> In new code, use the L</part_list> call "
"instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5372
+#: ../fish/guestfish-actions.pod:5379
msgid "sh"
msgstr "sh"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5374
+#: ../fish/guestfish-actions.pod:5381
#, no-wrap
msgid ""
" sh command\n"
@@ -20783,19 +20802,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5376 ../src/guestfs-actions.pod:8425
+#: ../fish/guestfish-actions.pod:5383 ../src/guestfs-actions.pod:8432
msgid ""
"This call runs a command from the guest filesystem via the guest's C</bin/"
"sh>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5379
+#: ../fish/guestfish-actions.pod:5386
msgid "This is like L</command>, but passes the command to:"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5381 ../src/guestfs-actions.pod:8430
+#: ../fish/guestfish-actions.pod:5388 ../src/guestfs-actions.pod:8437
#, no-wrap
msgid ""
" /bin/sh -c \"command\"\n"
@@ -20803,24 +20822,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5383 ../src/guestfs-actions.pod:8432
+#: ../fish/guestfish-actions.pod:5390 ../src/guestfs-actions.pod:8439
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:5387
+#: ../fish/guestfish-actions.pod:5394
msgid "All the provisos about L</command> apply to this call."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5389
+#: ../fish/guestfish-actions.pod:5396
msgid "sh-lines"
msgstr "sh-lines"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5391
+#: ../fish/guestfish-actions.pod:5398
#, no-wrap
msgid ""
" sh-lines command\n"
@@ -20830,22 +20849,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5393
+#: ../fish/guestfish-actions.pod:5400
msgid "This is the same as L</sh>, but splits the result into a list of lines."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5396
+#: ../fish/guestfish-actions.pod:5403
msgid "See also: L</command-lines>"
msgstr "Див. також L</command-lines>"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5398
+#: ../fish/guestfish-actions.pod:5405
msgid "shutdown"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5400
+#: ../fish/guestfish-actions.pod:5407
#, no-wrap
msgid ""
" shutdown\n"
@@ -20853,7 +20872,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5402
+#: ../fish/guestfish-actions.pod:5409
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) "
@@ -20861,7 +20880,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5406 ../src/guestfs-actions.pod:8469
+#: ../fish/guestfish-actions.pod:5413 ../src/guestfs-actions.pod:8476
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 "
@@ -20869,31 +20888,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5410 ../src/guestfs-actions.pod:8473
+#: ../fish/guestfish-actions.pod:5417 ../src/guestfs-actions.pod:8480
msgid "It is safe to call this multiple times. Extra calls are ignored."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5412
+#: ../fish/guestfish-actions.pod:5419
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:5415
+#: ../fish/guestfish-actions.pod:5422
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:5418
+#: ../fish/guestfish-actions.pod:5425
msgid "sleep"
msgstr "sleep"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5420
+#: ../fish/guestfish-actions.pod:5427
#, no-wrap
msgid ""
" sleep secs\n"
@@ -20903,17 +20922,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5422 ../src/guestfs-actions.pod:8489
+#: ../fish/guestfish-actions.pod:5429 ../src/guestfs-actions.pod:8496
msgid "Sleep for C<secs> seconds."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5424
+#: ../fish/guestfish-actions.pod:5431
msgid "stat"
msgstr "stat"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5426
+#: ../fish/guestfish-actions.pod:5433
#, no-wrap
msgid ""
" stat path\n"
@@ -20923,17 +20942,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5430 ../src/guestfs-actions.pod:8503
+#: ../fish/guestfish-actions.pod:5437 ../src/guestfs-actions.pod:8510
msgid "This is the same as the C<stat(2)> system call."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5432
+#: ../fish/guestfish-actions.pod:5439
msgid "statvfs"
msgstr "statvfs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5434
+#: ../fish/guestfish-actions.pod:5441
#, no-wrap
msgid ""
" statvfs path\n"
@@ -20943,7 +20962,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5436 ../src/guestfs-actions.pod:8517
+#: ../fish/guestfish-actions.pod:5443 ../src/guestfs-actions.pod:8524
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 "
@@ -20951,17 +20970,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5440 ../src/guestfs-actions.pod:8521
+#: ../fish/guestfish-actions.pod:5447 ../src/guestfs-actions.pod:8528
msgid "This is the same as the C<statvfs(2)> system call."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5442
+#: ../fish/guestfish-actions.pod:5449
msgid "strings"
msgstr "strings"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5444
+#: ../fish/guestfish-actions.pod:5451
#, no-wrap
msgid ""
" strings path\n"
@@ -20971,19 +20990,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5446 ../src/guestfs-actions.pod:8535
+#: ../fish/guestfish-actions.pod:5453 ../src/guestfs-actions.pod:8542
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:5452
+#: ../fish/guestfish-actions.pod:5459
msgid "strings-e"
msgstr "strings-e"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5454
+#: ../fish/guestfish-actions.pod:5461
#, no-wrap
msgid ""
" strings-e encoding path\n"
@@ -20993,93 +21012,93 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5456
+#: ../fish/guestfish-actions.pod:5463
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:5460 ../src/guestfs-actions.pod:8558
+#: ../fish/guestfish-actions.pod:5467 ../src/guestfs-actions.pod:8565
msgid "Allowed encodings are:"
msgstr "Можливими кодуваннями є:"
#. type: =item
-#: ../fish/guestfish-actions.pod:5464 ../src/guestfs-actions.pod:8562
+#: ../fish/guestfish-actions.pod:5471 ../src/guestfs-actions.pod:8569
msgid "s"
msgstr "s"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5466
+#: ../fish/guestfish-actions.pod:5473
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:5469 ../src/guestfs-actions.pod:8567
+#: ../fish/guestfish-actions.pod:5476 ../src/guestfs-actions.pod:8574
msgid "S"
msgstr "S"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5471 ../src/guestfs-actions.pod:8569
+#: ../fish/guestfish-actions.pod:5478 ../src/guestfs-actions.pod:8576
msgid "Single 8-bit-byte characters."
msgstr "Окремі 8-бітові-байтові символи."
#. type: =item
-#: ../fish/guestfish-actions.pod:5473 ../src/guestfs-actions.pod:8571
+#: ../fish/guestfish-actions.pod:5480 ../src/guestfs-actions.pod:8578
msgid "b"
msgstr "b"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5475 ../src/guestfs-actions.pod:8573
+#: ../fish/guestfish-actions.pod:5482 ../src/guestfs-actions.pod:8580
msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5478 ../src/guestfs-actions.pod:8576
+#: ../fish/guestfish-actions.pod:5485 ../src/guestfs-actions.pod:8583
msgid "l (lower case letter L)"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5480 ../src/guestfs-actions.pod:8578
+#: ../fish/guestfish-actions.pod:5487 ../src/guestfs-actions.pod:8585
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:5483 ../src/guestfs-actions.pod:8581
+#: ../fish/guestfish-actions.pod:5490 ../src/guestfs-actions.pod:8588
msgid "B"
msgstr "B"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5485 ../src/guestfs-actions.pod:8583
+#: ../fish/guestfish-actions.pod:5492 ../src/guestfs-actions.pod:8590
msgid "32-bit big endian such as UCS-4BE."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5487 ../src/guestfs-actions.pod:8585
+#: ../fish/guestfish-actions.pod:5494 ../src/guestfs-actions.pod:8592
msgid "L"
msgstr "L"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5489 ../src/guestfs-actions.pod:8587
+#: ../fish/guestfish-actions.pod:5496 ../src/guestfs-actions.pod:8594
msgid "32-bit little endian such as UCS-4LE."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5493 ../src/guestfs-actions.pod:8591
+#: ../fish/guestfish-actions.pod:5500 ../src/guestfs-actions.pod:8598
msgid "The returned strings are transcoded to UTF-8."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5498
+#: ../fish/guestfish-actions.pod:5505
msgid "swapoff-device"
msgstr "swapoff-device"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5500
+#: ../fish/guestfish-actions.pod:5507
#, no-wrap
msgid ""
" swapoff-device device\n"
@@ -21089,19 +21108,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5502
+#: ../fish/guestfish-actions.pod:5509
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:5506
+#: ../fish/guestfish-actions.pod:5513
msgid "swapoff-file"
msgstr "swapoff-file"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5508
+#: ../fish/guestfish-actions.pod:5515
#, no-wrap
msgid ""
" swapoff-file file\n"
@@ -21111,17 +21130,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5510 ../src/guestfs-actions.pod:8622
+#: ../fish/guestfish-actions.pod:5517 ../src/guestfs-actions.pod:8629
msgid "This command disables the libguestfs appliance swap on file."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5512
+#: ../fish/guestfish-actions.pod:5519
msgid "swapoff-label"
msgstr "swapoff-label"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5514
+#: ../fish/guestfish-actions.pod:5521
#, no-wrap
msgid ""
" swapoff-label label\n"
@@ -21131,19 +21150,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5516 ../src/guestfs-actions.pod:8634
+#: ../fish/guestfish-actions.pod:5523 ../src/guestfs-actions.pod:8641
msgid ""
"This command disables the libguestfs appliance swap on labeled swap "
"partition."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5519
+#: ../fish/guestfish-actions.pod:5526
msgid "swapoff-uuid"
msgstr "swapoff-uuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5521
+#: ../fish/guestfish-actions.pod:5528
#, no-wrap
msgid ""
" swapoff-uuid uuid\n"
@@ -21153,19 +21172,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5523 ../src/guestfs-actions.pod:8647
+#: ../fish/guestfish-actions.pod:5530 ../src/guestfs-actions.pod:8654
msgid ""
"This command disables the libguestfs appliance swap partition with the given "
"UUID."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5526
+#: ../fish/guestfish-actions.pod:5533
msgid "swapon-device"
msgstr "swapon-device"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5528
+#: ../fish/guestfish-actions.pod:5535
#, no-wrap
msgid ""
" swapon-device device\n"
@@ -21175,7 +21194,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5530
+#: ../fish/guestfish-actions.pod:5537
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 "
@@ -21183,7 +21202,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5535 ../src/guestfs-actions.pod:8665
+#: ../fish/guestfish-actions.pod:5542 ../src/guestfs-actions.pod:8672
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 "
@@ -21193,12 +21212,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5542
+#: ../fish/guestfish-actions.pod:5549
msgid "swapon-file"
msgstr "swapon-file"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5544
+#: ../fish/guestfish-actions.pod:5551
#, no-wrap
msgid ""
" swapon-file file\n"
@@ -21208,18 +21227,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5546
+#: ../fish/guestfish-actions.pod:5553
msgid ""
"This command enables swap to a file. See L</swapon-device> for other notes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5549
+#: ../fish/guestfish-actions.pod:5556
msgid "swapon-label"
msgstr "swapon-label"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5551
+#: ../fish/guestfish-actions.pod:5558
#, no-wrap
msgid ""
" swapon-label label\n"
@@ -21229,19 +21248,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5553
+#: ../fish/guestfish-actions.pod:5560
msgid ""
"This command enables swap to a labeled swap partition. See L</swapon-"
"device> for other notes."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5556
+#: ../fish/guestfish-actions.pod:5563
msgid "swapon-uuid"
msgstr "swapon-uuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5558
+#: ../fish/guestfish-actions.pod:5565
#, no-wrap
msgid ""
" swapon-uuid uuid\n"
@@ -21251,19 +21270,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5560
+#: ../fish/guestfish-actions.pod:5567
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:5563
+#: ../fish/guestfish-actions.pod:5570
msgid "sync"
msgstr "sync"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5565
+#: ../fish/guestfish-actions.pod:5572
#, no-wrap
msgid ""
" sync\n"
@@ -21273,26 +21292,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5567 ../src/guestfs-actions.pod:8720
+#: ../fish/guestfish-actions.pod:5574 ../src/guestfs-actions.pod:8727
msgid ""
"This syncs the disk, so that any writes are flushed through to the "
"underlying disk image."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5570 ../src/guestfs-actions.pod:8723
+#: ../fish/guestfish-actions.pod:5577 ../src/guestfs-actions.pod:8730
msgid ""
"You should always call this if you have modified a disk image, before "
"closing the handle."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5573
+#: ../fish/guestfish-actions.pod:5580
msgid "tail"
msgstr "tail"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5575
+#: ../fish/guestfish-actions.pod:5582
#, no-wrap
msgid ""
" tail path\n"
@@ -21302,18 +21321,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5577 ../src/guestfs-actions.pod:8736
+#: ../fish/guestfish-actions.pod:5584 ../src/guestfs-actions.pod:8743
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:5583
+#: ../fish/guestfish-actions.pod:5590
msgid "tail-n"
msgstr "tail-n"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5585
+#: ../fish/guestfish-actions.pod:5592
#, no-wrap
msgid ""
" tail-n nrlines path\n"
@@ -21321,26 +21340,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5587 ../src/guestfs-actions.pod:8755
+#: ../fish/guestfish-actions.pod:5594 ../src/guestfs-actions.pod:8762
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:5590 ../src/guestfs-actions.pod:8758
+#: ../fish/guestfish-actions.pod:5597 ../src/guestfs-actions.pod:8765
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:5598
+#: ../fish/guestfish-actions.pod:5605
msgid "tar-in"
msgstr "tar-in"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5600
+#: ../fish/guestfish-actions.pod:5607
#, no-wrap
msgid ""
" tar-in (tarfile|-) directory\n"
@@ -21350,24 +21369,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5602 ../src/guestfs-actions.pod:8779
+#: ../fish/guestfish-actions.pod:5609 ../src/guestfs-actions.pod:8786
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:5605
+#: ../fish/guestfish-actions.pod:5612
msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5610
+#: ../fish/guestfish-actions.pod:5617
msgid "tar-out"
msgstr "tar-out"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5612
+#: ../fish/guestfish-actions.pod:5619
#, no-wrap
msgid ""
" tar-out directory (tarfile|-)\n"
@@ -21377,24 +21396,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5614 ../src/guestfs-actions.pod:8796
+#: ../fish/guestfish-actions.pod:5621 ../src/guestfs-actions.pod:8803
msgid ""
"This command packs the contents of C<directory> and downloads it to local "
"file C<tarfile>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5617
+#: ../fish/guestfish-actions.pod:5624
msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5622
+#: ../fish/guestfish-actions.pod:5629
msgid "tgz-in"
msgstr "tgz-in"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5624
+#: ../fish/guestfish-actions.pod:5631
#, no-wrap
msgid ""
" tgz-in (tarball|-) directory\n"
@@ -21404,24 +21423,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5626 ../src/guestfs-actions.pod:8813
+#: ../fish/guestfish-actions.pod:5633 ../src/guestfs-actions.pod:8820
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:5629
+#: ../fish/guestfish-actions.pod:5636
msgid "To upload an uncompressed tarball, use L</tar-in>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5633
+#: ../fish/guestfish-actions.pod:5640
msgid "tgz-out"
msgstr "tgz-out"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5635
+#: ../fish/guestfish-actions.pod:5642
#, no-wrap
msgid ""
" tgz-out directory (tarball|-)\n"
@@ -21431,24 +21450,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5637 ../src/guestfs-actions.pod:8829
+#: ../fish/guestfish-actions.pod:5644 ../src/guestfs-actions.pod:8836
msgid ""
"This command packs the contents of C<directory> and downloads it to local "
"file C<tarball>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5640
+#: ../fish/guestfish-actions.pod:5647
msgid "To download an uncompressed tarball, use L</tar-out>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5644
+#: ../fish/guestfish-actions.pod:5651
msgid "touch"
msgstr "touch"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5646
+#: ../fish/guestfish-actions.pod:5653
#, no-wrap
msgid ""
" touch path\n"
@@ -21458,7 +21477,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5648 ../src/guestfs-actions.pod:8844
+#: ../fish/guestfish-actions.pod:5655 ../src/guestfs-actions.pod:8851
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-"
@@ -21466,19 +21485,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5652 ../src/guestfs-actions.pod:8848
+#: ../fish/guestfish-actions.pod:5659 ../src/guestfs-actions.pod:8855
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:5655
+#: ../fish/guestfish-actions.pod:5662
msgid "truncate"
msgstr "truncate"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5657
+#: ../fish/guestfish-actions.pod:5664
#, no-wrap
msgid ""
" truncate path\n"
@@ -21488,19 +21507,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5659 ../src/guestfs-actions.pod:8861
+#: ../fish/guestfish-actions.pod:5666 ../src/guestfs-actions.pod:8868
msgid ""
"This command truncates C<path> to a zero-length file. The file must exist "
"already."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5662
+#: ../fish/guestfish-actions.pod:5669
msgid "truncate-size"
msgstr "truncate-size"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5664
+#: ../fish/guestfish-actions.pod:5671
#, no-wrap
msgid ""
" truncate-size path size\n"
@@ -21510,14 +21529,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5666 ../src/guestfs-actions.pod:8875
+#: ../fish/guestfish-actions.pod:5673 ../src/guestfs-actions.pod:8882
msgid ""
"This command truncates C<path> to size C<size> bytes. The file must exist "
"already."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5669
+#: ../fish/guestfish-actions.pod:5676
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 "
@@ -21526,12 +21545,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5675
+#: ../fish/guestfish-actions.pod:5682
msgid "tune2fs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5677
+#: ../fish/guestfish-actions.pod:5684
#, 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"
@@ -21539,26 +21558,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5679 ../src/guestfs-actions.pod:8911
+#: ../fish/guestfish-actions.pod:5686 ../src/guestfs-actions.pod:8918
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:5688 ../src/guestfs-actions.pod:8920
+#: ../fish/guestfish-actions.pod:5695 ../src/guestfs-actions.pod:8927
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:5691 ../src/guestfs-actions.pod:8923
+#: ../fish/guestfish-actions.pod:5698 ../src/guestfs-actions.pod:8930
msgid "C<maxmountcount>"
msgstr "C<maxmountcount>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5693 ../src/guestfs-actions.pod:8925
+#: ../fish/guestfish-actions.pod:5700 ../src/guestfs-actions.pod:8932
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 "
@@ -21566,24 +21585,24 @@ msgid ""
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5697 ../src/guestfs-actions.pod:8929
+#: ../fish/guestfish-actions.pod:5704 ../src/guestfs-actions.pod:8936
msgid "C<mountcount>"
msgstr "C<mountcount>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5699 ../src/guestfs-actions.pod:8931
+#: ../fish/guestfish-actions.pod:5706 ../src/guestfs-actions.pod:8938
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:5702 ../src/guestfs-actions.pod:8934
+#: ../fish/guestfish-actions.pod:5709 ../src/guestfs-actions.pod:8941
msgid "C<errorbehavior>"
msgstr "C<errorbehavior>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5704 ../src/guestfs-actions.pod:8936
+#: ../fish/guestfish-actions.pod:5711 ../src/guestfs-actions.pod:8943
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 "
@@ -21592,96 +21611,96 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5709 ../src/guestfs-actions.pod:8941
+#: ../fish/guestfish-actions.pod:5716 ../src/guestfs-actions.pod:8948
msgid "This is the same as the tune2fs C<-e> option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5711 ../src/guestfs-actions.pod:8943
+#: ../fish/guestfish-actions.pod:5718 ../src/guestfs-actions.pod:8950
msgid "C<group>"
msgstr "C<group>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5713 ../src/guestfs-actions.pod:8945
+#: ../fish/guestfish-actions.pod:5720 ../src/guestfs-actions.pod:8952
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:5717 ../src/guestfs-actions.pod:8949
+#: ../fish/guestfish-actions.pod:5724 ../src/guestfs-actions.pod:8956
msgid "C<intervalbetweenchecks>"
msgstr "C<intervalbetweenchecks>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5719 ../src/guestfs-actions.pod:8951
+#: ../fish/guestfish-actions.pod:5726 ../src/guestfs-actions.pod:8958
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:5723 ../src/guestfs-actions.pod:8955
+#: ../fish/guestfish-actions.pod:5730 ../src/guestfs-actions.pod:8962
msgid "This is the same as the tune2fs C<-i> option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5725 ../src/guestfs-actions.pod:8957
+#: ../fish/guestfish-actions.pod:5732 ../src/guestfs-actions.pod:8964
msgid "C<reservedblockspercentage>"
msgstr "C<reservedblockspercentage>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5727 ../src/guestfs-actions.pod:8959
+#: ../fish/guestfish-actions.pod:5734 ../src/guestfs-actions.pod:8966
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:5731 ../src/guestfs-actions.pod:8963
+#: ../fish/guestfish-actions.pod:5738 ../src/guestfs-actions.pod:8970
msgid "C<lastmounteddirectory>"
msgstr "C<lastmounteddirectory>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5733 ../src/guestfs-actions.pod:8965
+#: ../fish/guestfish-actions.pod:5740 ../src/guestfs-actions.pod:8972
msgid ""
"Set the last mounted directory. This is the same as the tune2fs C<-M> "
"option."
msgstr ""
#. type: =item
-#: ../fish/guestfish-actions.pod:5736 ../src/guestfs-actions.pod:8968
+#: ../fish/guestfish-actions.pod:5743 ../src/guestfs-actions.pod:8975
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:5740 ../src/guestfs-actions.pod:8972
+#: ../fish/guestfish-actions.pod:5747 ../src/guestfs-actions.pod:8979
msgid "C<user>"
msgstr "C<user>"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5742 ../src/guestfs-actions.pod:8974
+#: ../fish/guestfish-actions.pod:5749 ../src/guestfs-actions.pod:8981
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:5748
+#: ../fish/guestfish-actions.pod:5755
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:5754
+#: ../fish/guestfish-actions.pod:5761
msgid "tune2fs-l"
msgstr "tune2fs-l"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5756
+#: ../fish/guestfish-actions.pod:5763
#, no-wrap
msgid ""
" tune2fs-l device\n"
@@ -21691,14 +21710,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5758 ../src/guestfs-actions.pod:9016
+#: ../fish/guestfish-actions.pod:5765 ../src/guestfs-actions.pod:9023
msgid ""
"This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
"C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5761 ../src/guestfs-actions.pod:9019
+#: ../fish/guestfish-actions.pod:5768 ../src/guestfs-actions.pod:9026
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 "
@@ -21707,12 +21726,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5766
+#: ../fish/guestfish-actions.pod:5773
msgid "txz-in"
msgstr "txz-in"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5768
+#: ../fish/guestfish-actions.pod:5775
#, no-wrap
msgid ""
" txz-in (tarball|-) directory\n"
@@ -21722,19 +21741,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5770 ../src/guestfs-actions.pod:9039
+#: ../fish/guestfish-actions.pod:5777 ../src/guestfs-actions.pod:9046
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:5775
+#: ../fish/guestfish-actions.pod:5782
msgid "txz-out"
msgstr "txz-out"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5777
+#: ../fish/guestfish-actions.pod:5784
#, no-wrap
msgid ""
" txz-out directory (tarball|-)\n"
@@ -21744,19 +21763,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5779 ../src/guestfs-actions.pod:9053
+#: ../fish/guestfish-actions.pod:5786 ../src/guestfs-actions.pod:9060
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:5784
+#: ../fish/guestfish-actions.pod:5791
msgid "umask"
msgstr "umask"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5786
+#: ../fish/guestfish-actions.pod:5793
#, no-wrap
msgid ""
" umask mask\n"
@@ -21766,14 +21785,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5788 ../src/guestfs-actions.pod:9066
+#: ../fish/guestfish-actions.pod:5795 ../src/guestfs-actions.pod:9073
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:5791 ../src/guestfs-actions.pod:9069
+#: ../fish/guestfish-actions.pod:5798 ../src/guestfs-actions.pod:9076
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 "
@@ -21781,7 +21800,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5796 ../src/guestfs-actions.pod:9074
+#: ../fish/guestfish-actions.pod:5803 ../src/guestfs-actions.pod:9081
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 "
@@ -21789,27 +21808,27 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5800
+#: ../fish/guestfish-actions.pod:5807
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:5803 ../src/guestfs-actions.pod:9081
+#: ../fish/guestfish-actions.pod:5810 ../src/guestfs-actions.pod:9088
msgid "This call returns the previous umask."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5805
+#: ../fish/guestfish-actions.pod:5812
msgid "umount"
msgstr "umount"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5807
+#: ../fish/guestfish-actions.pod:5814
msgid "unmount"
msgstr "unmount"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5809
+#: ../fish/guestfish-actions.pod:5816
#, no-wrap
msgid ""
" umount pathordevice\n"
@@ -21819,24 +21838,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5811 ../src/guestfs-actions.pod:9093
+#: ../fish/guestfish-actions.pod:5818 ../src/guestfs-actions.pod:9100
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:5815
+#: ../fish/guestfish-actions.pod:5822
msgid "umount-all"
msgstr "umount-all"
#. type: =head2
-#: ../fish/guestfish-actions.pod:5817
+#: ../fish/guestfish-actions.pod:5824
msgid "unmount-all"
msgstr "unmount-all"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5819
+#: ../fish/guestfish-actions.pod:5826
#, no-wrap
msgid ""
" umount-all\n"
@@ -21846,22 +21865,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5821 ../src/guestfs-actions.pod:9106
+#: ../fish/guestfish-actions.pod:5828 ../src/guestfs-actions.pod:9113
msgid "This unmounts all mounted filesystems."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5823 ../src/guestfs-actions.pod:9108
+#: ../fish/guestfish-actions.pod:5830 ../src/guestfs-actions.pod:9115
msgid "Some internal mounts are not unmounted by this call."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5825
+#: ../fish/guestfish-actions.pod:5832
msgid "umount-local"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5827
+#: ../fish/guestfish-actions.pod:5834
#, no-wrap
msgid ""
" umount-local [retry:true|false]\n"
@@ -21869,19 +21888,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5829 ../src/guestfs-actions.pod:9127
+#: ../fish/guestfish-actions.pod:5836 ../src/guestfs-actions.pod:9134
msgid ""
"If libguestfs is exporting the filesystem on a local mountpoint, then this "
"unmounts it."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5836
+#: ../fish/guestfish-actions.pod:5843
msgid "upload"
msgstr "upload"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5838
+#: ../fish/guestfish-actions.pod:5845
#, no-wrap
msgid ""
" upload (filename|-) remotefilename\n"
@@ -21891,23 +21910,23 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5840 ../fish/guestfish-actions.pod:5853
-#: ../src/guestfs-actions.pod:9163 ../src/guestfs-actions.pod:9187
+#: ../fish/guestfish-actions.pod:5847 ../fish/guestfish-actions.pod:5860
+#: ../src/guestfs-actions.pod:9170 ../src/guestfs-actions.pod:9194
msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5845
+#: ../fish/guestfish-actions.pod:5852
msgid "See also L</download>."
msgstr "Див. також L</download>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:5849
+#: ../fish/guestfish-actions.pod:5856
msgid "upload-offset"
msgstr "upload-offset"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5851
+#: ../fish/guestfish-actions.pod:5858
#, no-wrap
msgid ""
" upload-offset (filename|-) remotefilename offset\n"
@@ -21917,7 +21936,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5856 ../src/guestfs-actions.pod:9190
+#: ../fish/guestfish-actions.pod:5863 ../src/guestfs-actions.pod:9197
msgid ""
"C<remotefilename> is overwritten starting at the byte C<offset> specified. "
"The intention is to overwrite parts of existing files or devices, although "
@@ -21927,7 +21946,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5863
+#: ../fish/guestfish-actions.pod:5870
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 "
@@ -21935,17 +21954,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5868
+#: ../fish/guestfish-actions.pod:5875
msgid "See also L</upload>, L</pwrite>."
msgstr "Див. також L</upload>, L</pwrite>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:5872
+#: ../fish/guestfish-actions.pod:5879
msgid "utimens"
msgstr "utimens"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5874
+#: ../fish/guestfish-actions.pod:5881
#, no-wrap
msgid ""
" utimens path atsecs atnsecs mtsecs mtnsecs\n"
@@ -21953,26 +21972,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5876 ../src/guestfs-actions.pod:9223
+#: ../fish/guestfish-actions.pod:5883 ../src/guestfs-actions.pod:9230
msgid "This command sets the timestamps of a file with nanosecond precision."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5879 ../src/guestfs-actions.pod:9226
+#: ../fish/guestfish-actions.pod:5886 ../src/guestfs-actions.pod:9233
msgid ""
"C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
"from the epoch."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5882 ../src/guestfs-actions.pod:9229
+#: ../fish/guestfish-actions.pod:5889 ../src/guestfs-actions.pod:9236
msgid ""
"C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
"nanoseconds from the epoch."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5885 ../src/guestfs-actions.pod:9232
+#: ../fish/guestfish-actions.pod:5892 ../src/guestfs-actions.pod:9239
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 "
@@ -21980,7 +21999,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5889 ../src/guestfs-actions.pod:9236
+#: ../fish/guestfish-actions.pod:5896 ../src/guestfs-actions.pod:9243
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 "
@@ -21988,12 +22007,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5893
+#: ../fish/guestfish-actions.pod:5900
msgid "version"
msgstr "version"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5895
+#: ../fish/guestfish-actions.pod:5902
#, no-wrap
msgid ""
" version\n"
@@ -22003,13 +22022,13 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5897 ../src/guestfs-actions.pod:9249
+#: ../fish/guestfish-actions.pod:5904 ../src/guestfs-actions.pod:9256
msgid ""
"Return the libguestfs version number that the program is linked against."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5900 ../src/guestfs-actions.pod:9252
+#: ../fish/guestfish-actions.pod:5907 ../src/guestfs-actions.pod:9259
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 "
@@ -22018,7 +22037,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5905 ../src/guestfs-actions.pod:9257
+#: ../fish/guestfish-actions.pod:5912 ../src/guestfs-actions.pod:9264
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 "
@@ -22027,7 +22046,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5911 ../src/guestfs-actions.pod:9263
+#: ../fish/guestfish-actions.pod:5918 ../src/guestfs-actions.pod:9270
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 "
@@ -22036,18 +22055,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5917 ../src/guestfs-actions.pod:9269
+#: ../fish/guestfish-actions.pod:5924 ../src/guestfs-actions.pod:9276
msgid ""
"To construct the original version string: C<$major.$minor.$release$extra>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5920 ../src/guestfs-actions.pod:9272
+#: ../fish/guestfish-actions.pod:5927 ../src/guestfs-actions.pod:9279
msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
msgstr "Див також: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
#. type: textblock
-#: ../fish/guestfish-actions.pod:5922
+#: ../fish/guestfish-actions.pod:5929
msgid ""
"I<Note:> Don't use this call to test for availability of features. In "
"enterprise distributions we backport features from later versions into "
@@ -22056,12 +22075,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5928
+#: ../fish/guestfish-actions.pod:5935
msgid "vfs-label"
msgstr "vfs-label"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5930
+#: ../fish/guestfish-actions.pod:5937
#, no-wrap
msgid ""
" vfs-label device\n"
@@ -22071,27 +22090,27 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5932 ../src/guestfs-actions.pod:9292
+#: ../fish/guestfish-actions.pod:5939 ../src/guestfs-actions.pod:9299
msgid "This returns the filesystem label of the filesystem on C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5935 ../src/guestfs-actions.pod:9295
+#: ../fish/guestfish-actions.pod:5942 ../src/guestfs-actions.pod:9302
msgid "If the filesystem is unlabeled, this returns the empty string."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5937
+#: ../fish/guestfish-actions.pod:5944
msgid "To find a filesystem from the label, use L</findfs-label>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5939
+#: ../fish/guestfish-actions.pod:5946
msgid "vfs-type"
msgstr "vfs-type"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5941
+#: ../fish/guestfish-actions.pod:5948
#, no-wrap
msgid ""
" vfs-type device\n"
@@ -22101,14 +22120,14 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5943 ../src/guestfs-actions.pod:9310
+#: ../fish/guestfish-actions.pod:5950 ../src/guestfs-actions.pod:9317
msgid ""
"This command gets the filesystem type corresponding to the filesystem on "
"C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5946 ../src/guestfs-actions.pod:9313
+#: ../fish/guestfish-actions.pod:5953 ../src/guestfs-actions.pod:9320
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 "
@@ -22116,12 +22135,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5951
+#: ../fish/guestfish-actions.pod:5958
msgid "vfs-uuid"
msgstr "vfs-uuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5953
+#: ../fish/guestfish-actions.pod:5960
#, no-wrap
msgid ""
" vfs-uuid device\n"
@@ -22131,27 +22150,27 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5955 ../src/guestfs-actions.pod:9329
+#: ../fish/guestfish-actions.pod:5962 ../src/guestfs-actions.pod:9336
msgid "This returns the filesystem UUID of the filesystem on C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5958 ../src/guestfs-actions.pod:9332
+#: ../fish/guestfish-actions.pod:5965 ../src/guestfs-actions.pod:9339
msgid "If the filesystem does not have a UUID, this returns the empty string."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5960
+#: ../fish/guestfish-actions.pod:5967
msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5962
+#: ../fish/guestfish-actions.pod:5969
msgid "vg-activate"
msgstr "vg-activate"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5964
+#: ../fish/guestfish-actions.pod:5971
#, no-wrap
msgid ""
" vg-activate true|false 'volgroups ...'\n"
@@ -22159,31 +22178,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5966 ../src/guestfs-actions.pod:9348
+#: ../fish/guestfish-actions.pod:5973 ../src/guestfs-actions.pod:9355
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:5969 ../src/guestfs-actions.pod:9351
+#: ../fish/guestfish-actions.pod:5976 ../src/guestfs-actions.pod:9358
msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5971 ../src/guestfs-actions.pod:9353
+#: ../fish/guestfish-actions.pod:5978 ../src/guestfs-actions.pod:9360
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:5974
+#: ../fish/guestfish-actions.pod:5981
msgid "vg-activate-all"
msgstr "vg-activate-all"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5976
+#: ../fish/guestfish-actions.pod:5983
#, no-wrap
msgid ""
" vg-activate-all true|false\n"
@@ -22193,24 +22212,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:5978 ../src/guestfs-actions.pod:9366
+#: ../fish/guestfish-actions.pod:5985 ../src/guestfs-actions.pod:9373
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:5981 ../src/guestfs-actions.pod:9369
+#: ../fish/guestfish-actions.pod:5988 ../src/guestfs-actions.pod:9376
msgid "This command is the same as running C<vgchange -a y|n>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:5983
+#: ../fish/guestfish-actions.pod:5990
msgid "vgcreate"
msgstr "vgcreate"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5985
+#: ../fish/guestfish-actions.pod:5992
#, no-wrap
msgid ""
" vgcreate volgroup 'physvols ...'\n"
@@ -22218,19 +22237,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5987 ../src/guestfs-actions.pod:9382
+#: ../fish/guestfish-actions.pod:5994 ../src/guestfs-actions.pod:9389
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:5990
+#: ../fish/guestfish-actions.pod:5997
msgid "vglvuuids"
msgstr "vglvuuids"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:5992
+#: ../fish/guestfish-actions.pod:5999
#, no-wrap
msgid ""
" vglvuuids vgname\n"
@@ -22238,31 +22257,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:5994 ../src/guestfs-actions.pod:9395
+#: ../fish/guestfish-actions.pod:6001 ../src/guestfs-actions.pod:9402
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:5997
+#: ../fish/guestfish-actions.pod:6004
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:6000
+#: ../fish/guestfish-actions.pod:6007
msgid "See also L</vgpvuuids>."
msgstr "Див. також L</vgpvuuids>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:6002
+#: ../fish/guestfish-actions.pod:6009
msgid "vgmeta"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6004
+#: ../fish/guestfish-actions.pod:6011
#, no-wrap
msgid ""
" vgmeta vgname\n"
@@ -22270,26 +22289,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6006 ../src/guestfs-actions.pod:9416
+#: ../fish/guestfish-actions.pod:6013 ../src/guestfs-actions.pod:9423
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:6009 ../src/guestfs-actions.pod:9419
+#: ../fish/guestfish-actions.pod:6016 ../src/guestfs-actions.pod:9426
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:6012
+#: ../fish/guestfish-actions.pod:6019
msgid "vgpvuuids"
msgstr "vgpvuuids"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6014
+#: ../fish/guestfish-actions.pod:6021
#, no-wrap
msgid ""
" vgpvuuids vgname\n"
@@ -22297,31 +22316,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6016 ../src/guestfs-actions.pod:9434
+#: ../fish/guestfish-actions.pod:6023 ../src/guestfs-actions.pod:9441
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:6019
+#: ../fish/guestfish-actions.pod:6026
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:6022
+#: ../fish/guestfish-actions.pod:6029
msgid "See also L</vglvuuids>."
msgstr "Див. також L</vglvuuids>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:6024
+#: ../fish/guestfish-actions.pod:6031
msgid "vgremove"
msgstr "vgremove"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6026
+#: ../fish/guestfish-actions.pod:6033
#, no-wrap
msgid ""
" vgremove vgname\n"
@@ -22329,23 +22348,23 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6028 ../src/guestfs-actions.pod:9454
+#: ../fish/guestfish-actions.pod:6035 ../src/guestfs-actions.pod:9461
msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6030 ../src/guestfs-actions.pod:9456
+#: ../fish/guestfish-actions.pod:6037 ../src/guestfs-actions.pod:9463
msgid ""
"This also forcibly removes all logical volumes in the volume group (if any)."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6033
+#: ../fish/guestfish-actions.pod:6040
msgid "vgrename"
msgstr "vgrename"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6035
+#: ../fish/guestfish-actions.pod:6042
#, no-wrap
msgid ""
" vgrename volgroup newvolgroup\n"
@@ -22353,17 +22372,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6037 ../src/guestfs-actions.pod:9470
+#: ../fish/guestfish-actions.pod:6044 ../src/guestfs-actions.pod:9477
msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6039
+#: ../fish/guestfish-actions.pod:6046
msgid "vgs"
msgstr "vgs"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6041
+#: ../fish/guestfish-actions.pod:6048
#, no-wrap
msgid ""
" vgs\n"
@@ -22373,31 +22392,31 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6043 ../src/guestfs-actions.pod:9481
+#: ../fish/guestfish-actions.pod:6050 ../src/guestfs-actions.pod:9488
msgid ""
"List all the volumes groups detected. This is the equivalent of the L<vgs(8)"
"> command."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6046 ../src/guestfs-actions.pod:9484
+#: ../fish/guestfish-actions.pod:6053 ../src/guestfs-actions.pod:9491
msgid ""
"This returns a list of just the volume group names that were detected (eg. "
"C<VolGroup00>)."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6049
+#: ../fish/guestfish-actions.pod:6056
msgid "See also L</vgs-full>."
msgstr "Див. також L</vgs-full>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:6051
+#: ../fish/guestfish-actions.pod:6058
msgid "vgs-full"
msgstr "vgs-full"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6053
+#: ../fish/guestfish-actions.pod:6060
#, no-wrap
msgid ""
" vgs-full\n"
@@ -22407,19 +22426,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6055 ../src/guestfs-actions.pod:9500
+#: ../fish/guestfish-actions.pod:6062 ../src/guestfs-actions.pod:9507
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:6058
+#: ../fish/guestfish-actions.pod:6065
msgid "vgscan"
msgstr "vgscan"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6060
+#: ../fish/guestfish-actions.pod:6067
#, no-wrap
msgid ""
" vgscan\n"
@@ -22429,19 +22448,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6062 ../src/guestfs-actions.pod:9514
+#: ../fish/guestfish-actions.pod:6069 ../src/guestfs-actions.pod:9521
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:6065
+#: ../fish/guestfish-actions.pod:6072
msgid "vguuid"
msgstr "vguuid"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6067
+#: ../fish/guestfish-actions.pod:6074
#, no-wrap
msgid ""
" vguuid vgname\n"
@@ -22449,17 +22468,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6069 ../src/guestfs-actions.pod:9527
+#: ../fish/guestfish-actions.pod:6076 ../src/guestfs-actions.pod:9534
msgid "This command returns the UUID of the LVM VG named C<vgname>."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6071
+#: ../fish/guestfish-actions.pod:6078
msgid "wc-c"
msgstr "wc-c"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6073
+#: ../fish/guestfish-actions.pod:6080
#, no-wrap
msgid ""
" wc-c path\n"
@@ -22469,19 +22488,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6075 ../src/guestfs-actions.pod:9567
+#: ../fish/guestfish-actions.pod:6082 ../src/guestfs-actions.pod:9574
msgid ""
"This command counts the characters in a file, using the C<wc -c> external "
"command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6078
+#: ../fish/guestfish-actions.pod:6085
msgid "wc-l"
msgstr "wc-l"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6080
+#: ../fish/guestfish-actions.pod:6087
#, no-wrap
msgid ""
" wc-l path\n"
@@ -22491,18 +22510,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6082 ../src/guestfs-actions.pod:9580
+#: ../fish/guestfish-actions.pod:6089 ../src/guestfs-actions.pod:9587
msgid ""
"This command counts the lines in a file, using the C<wc -l> external command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6085
+#: ../fish/guestfish-actions.pod:6092
msgid "wc-w"
msgstr "wc-w"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6087
+#: ../fish/guestfish-actions.pod:6094
#, no-wrap
msgid ""
" wc-w path\n"
@@ -22512,18 +22531,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6089 ../src/guestfs-actions.pod:9593
+#: ../fish/guestfish-actions.pod:6096 ../src/guestfs-actions.pod:9600
msgid ""
"This command counts the words in a file, using the C<wc -w> external command."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6092
+#: ../fish/guestfish-actions.pod:6099
msgid "wipefs"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6094
+#: ../fish/guestfish-actions.pod:6101
#, no-wrap
msgid ""
" wipefs device\n"
@@ -22531,31 +22550,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6096 ../src/guestfs-actions.pod:9606
+#: ../fish/guestfish-actions.pod:6103 ../src/guestfs-actions.pod:9613
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:6099 ../src/guestfs-actions.pod:9609
+#: ../fish/guestfish-actions.pod:6106 ../src/guestfs-actions.pod:9616
msgid ""
"This does not erase the filesystem itself nor any other data from the "
"C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6102
+#: ../fish/guestfish-actions.pod:6109
msgid "Compare with L</zero> which zeroes the first few blocks of a device."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6105
+#: ../fish/guestfish-actions.pod:6112
msgid "write"
msgstr "write"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6107
+#: ../fish/guestfish-actions.pod:6114
#, no-wrap
msgid ""
" write path content\n"
@@ -22565,24 +22584,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6109 ../src/guestfs-actions.pod:9627
+#: ../fish/guestfish-actions.pod:6116 ../src/guestfs-actions.pod:9634
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:6112
+#: ../fish/guestfish-actions.pod:6119
msgid "See also L</write-append>."
msgstr "Див. також L</write-append>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:6117
+#: ../fish/guestfish-actions.pod:6124
msgid "write-append"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6119
+#: ../fish/guestfish-actions.pod:6126
#, no-wrap
msgid ""
" write-append path content\n"
@@ -22590,24 +22609,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6121 ../src/guestfs-actions.pod:9647
+#: ../fish/guestfish-actions.pod:6128 ../src/guestfs-actions.pod:9654
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:6124
+#: ../fish/guestfish-actions.pod:6131
msgid "See also L</write>."
msgstr "Див. також L</write>."
#. type: =head2
-#: ../fish/guestfish-actions.pod:6129
+#: ../fish/guestfish-actions.pod:6136
msgid "write-file"
msgstr "write-file"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6131
+#: ../fish/guestfish-actions.pod:6138
#, no-wrap
msgid ""
" write-file path content size\n"
@@ -22615,39 +22634,39 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6133 ../src/guestfs-actions.pod:9674
+#: ../fish/guestfish-actions.pod:6140 ../src/guestfs-actions.pod:9681
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:6137 ../src/guestfs-actions.pod:9678
+#: ../fish/guestfish-actions.pod:6144 ../src/guestfs-actions.pod:9685
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:6141 ../src/guestfs-actions.pod:9682
+#: ../fish/guestfish-actions.pod:6148 ../src/guestfs-actions.pod:9689
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:6147
+#: ../fish/guestfish-actions.pod:6154
msgid ""
"I<This function is deprecated.> In new code, use the L</write> call instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6154
+#: ../fish/guestfish-actions.pod:6161
msgid "xfs-info"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6156
+#: ../fish/guestfish-actions.pod:6163
#, fuzzy, no-wrap
#| msgid ""
#| " is-fifo path\n"
@@ -22660,26 +22679,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6158 ../src/guestfs-actions.pod:9698
+#: ../fish/guestfish-actions.pod:6165 ../src/guestfs-actions.pod:9705
msgid ""
"C<path> is a mounted XFS filesystem. This command returns the geometry of "
"the filesystem."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6161 ../src/guestfs-actions.pod:9701
+#: ../fish/guestfish-actions.pod:6168 ../src/guestfs-actions.pod:9708
msgid ""
"The returned struct contains geometry information. Missing fields are "
"returned as C<-1> (for numeric fields) or empty string."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6165
+#: ../fish/guestfish-actions.pod:6172
msgid "zegrep"
msgstr "zegrep"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6167
+#: ../fish/guestfish-actions.pod:6174
#, no-wrap
msgid ""
" zegrep regex path\n"
@@ -22689,18 +22708,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6169 ../src/guestfs-actions.pod:9716
+#: ../fish/guestfish-actions.pod:6176 ../src/guestfs-actions.pod:9723
msgid ""
"This calls the external C<zegrep> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6175
+#: ../fish/guestfish-actions.pod:6182
msgid "zegrepi"
msgstr "zegrepi"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6177
+#: ../fish/guestfish-actions.pod:6184
#, no-wrap
msgid ""
" zegrepi regex path\n"
@@ -22708,18 +22727,18 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6179 ../src/guestfs-actions.pod:9735
+#: ../fish/guestfish-actions.pod:6186 ../src/guestfs-actions.pod:9742
msgid ""
"This calls the external C<zegrep -i> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6185
+#: ../fish/guestfish-actions.pod:6192
msgid "zero"
msgstr "zero"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6187
+#: ../fish/guestfish-actions.pod:6194
#, no-wrap
msgid ""
" zero device\n"
@@ -22729,12 +22748,12 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6189 ../src/guestfs-actions.pod:9753
+#: ../fish/guestfish-actions.pod:6196 ../src/guestfs-actions.pod:9760
msgid "This command writes zeroes over the first few blocks of C<device>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6191 ../src/guestfs-actions.pod:9755
+#: ../fish/guestfish-actions.pod:6198 ../src/guestfs-actions.pod:9762
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 "
@@ -22742,8 +22761,8 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6195 ../fish/guestfish-actions.pod:6210
-#: ../src/guestfs-actions.pod:9759 ../src/guestfs-actions.pod:9785
+#: ../fish/guestfish-actions.pod:6202 ../fish/guestfish-actions.pod:6217
+#: ../src/guestfs-actions.pod:9766 ../src/guestfs-actions.pod:9792
msgid ""
"If blocks are already zero, then this command avoids writing zeroes. This "
"prevents the underlying device from becoming non-sparse or growing "
@@ -22751,17 +22770,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6199
+#: ../fish/guestfish-actions.pod:6206
msgid "See also: L</zero-device>, L</scrub-device>, L</is-zero-device>"
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6202
+#: ../fish/guestfish-actions.pod:6209
msgid "zero-device"
msgstr "zero-device"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6204
+#: ../fish/guestfish-actions.pod:6211
#, no-wrap
msgid ""
" zero-device device\n"
@@ -22771,19 +22790,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6206
+#: ../fish/guestfish-actions.pod:6213
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:6214
+#: ../fish/guestfish-actions.pod:6221
msgid "zero-free-space"
msgstr ""
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6216
+#: ../fish/guestfish-actions.pod:6223
#, no-wrap
msgid ""
" zero-free-space directory\n"
@@ -22791,33 +22810,33 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6218 ../src/guestfs-actions.pod:9804
+#: ../fish/guestfish-actions.pod:6225 ../src/guestfs-actions.pod:9811
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:6221 ../src/guestfs-actions.pod:9807
+#: ../fish/guestfish-actions.pod:6228 ../src/guestfs-actions.pod:9814
msgid ""
"The filesystem contents are not affected, but any free space in the "
"filesystem is freed."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6224
+#: ../fish/guestfish-actions.pod:6231
msgid ""
"Free space is not \"trimmed\". You may want to call L</fstrim> either as an "
"alternative to this, or after calling this, depending on your requirements."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6228
+#: ../fish/guestfish-actions.pod:6235
msgid "zerofree"
msgstr "zerofree"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6230
+#: ../fish/guestfish-actions.pod:6237
#, no-wrap
msgid ""
" zerofree device\n"
@@ -22827,7 +22846,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6232 ../src/guestfs-actions.pod:9829
+#: ../fish/guestfish-actions.pod:6239 ../src/guestfs-actions.pod:9836
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 "
@@ -22835,24 +22854,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6237 ../src/guestfs-actions.pod:9834
+#: ../fish/guestfish-actions.pod:6244 ../src/guestfs-actions.pod:9841
msgid "You should B<not> run this program if the filesystem is mounted."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6240 ../src/guestfs-actions.pod:9837
+#: ../fish/guestfish-actions.pod:6247 ../src/guestfs-actions.pod:9844
msgid ""
"It is possible that using this program can damage the filesystem or data on "
"the filesystem."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6243
+#: ../fish/guestfish-actions.pod:6250
msgid "zfgrep"
msgstr "zfgrep"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6245
+#: ../fish/guestfish-actions.pod:6252
#, no-wrap
msgid ""
" zfgrep pattern path\n"
@@ -22862,18 +22881,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6247 ../src/guestfs-actions.pod:9851
+#: ../fish/guestfish-actions.pod:6254 ../src/guestfs-actions.pod:9858
msgid ""
"This calls the external C<zfgrep> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6253
+#: ../fish/guestfish-actions.pod:6260
msgid "zfgrepi"
msgstr "zfgrepi"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6255
+#: ../fish/guestfish-actions.pod:6262
#, no-wrap
msgid ""
" zfgrepi pattern path\n"
@@ -22883,18 +22902,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6257 ../src/guestfs-actions.pod:9870
+#: ../fish/guestfish-actions.pod:6264 ../src/guestfs-actions.pod:9877
msgid ""
"This calls the external C<zfgrep -i> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6263
+#: ../fish/guestfish-actions.pod:6270
msgid "zfile"
msgstr "zfile"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6265
+#: ../fish/guestfish-actions.pod:6272
#, no-wrap
msgid ""
" zfile meth path\n"
@@ -22904,35 +22923,35 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6267 ../src/guestfs-actions.pod:9896
+#: ../fish/guestfish-actions.pod:6274 ../src/guestfs-actions.pod:9903
msgid ""
"This command runs C<file> after first decompressing C<path> using C<method>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6270 ../src/guestfs-actions.pod:9899
+#: ../fish/guestfish-actions.pod:6277 ../src/guestfs-actions.pod:9906
msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6272
+#: ../fish/guestfish-actions.pod:6279
msgid ""
"Since 1.0.63, use L</file> instead which can now process compressed files."
msgstr ""
#. type: textblock
-#: ../fish/guestfish-actions.pod:6275
+#: ../fish/guestfish-actions.pod:6282
msgid ""
"I<This function is deprecated.> In new code, use the L</file> call instead."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6282
+#: ../fish/guestfish-actions.pod:6289
msgid "zgrep"
msgstr "zgrep"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6284
+#: ../fish/guestfish-actions.pod:6291
#, no-wrap
msgid ""
" zgrep regex path\n"
@@ -22942,18 +22961,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6286 ../src/guestfs-actions.pod:9916
+#: ../fish/guestfish-actions.pod:6293 ../src/guestfs-actions.pod:9923
msgid ""
"This calls the external C<zgrep> program and returns the matching lines."
msgstr ""
#. type: =head2
-#: ../fish/guestfish-actions.pod:6292
+#: ../fish/guestfish-actions.pod:6299
msgid "zgrepi"
msgstr "zgrepi"
#. type: verbatim
-#: ../fish/guestfish-actions.pod:6294
+#: ../fish/guestfish-actions.pod:6301
#, no-wrap
msgid ""
" zgrepi regex path\n"
@@ -22963,7 +22982,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../fish/guestfish-actions.pod:6296 ../src/guestfs-actions.pod:9935
+#: ../fish/guestfish-actions.pod:6303 ../src/guestfs-actions.pod:9942
msgid ""
"This calls the external C<zgrep -i> program and returns the matching lines."
msgstr ""
@@ -31331,39 +31350,39 @@ msgstr ""
#: ../src/guestfs-actions.pod:7712 ../src/guestfs-actions.pod:7726
#: ../src/guestfs-actions.pod:7742 ../src/guestfs-actions.pod:7760
#: ../src/guestfs-actions.pod:7779 ../src/guestfs-actions.pod:7798
-#: ../src/guestfs-actions.pod:7828 ../src/guestfs-actions.pod:7846
-#: ../src/guestfs-actions.pod:7869 ../src/guestfs-actions.pod:7908
-#: ../src/guestfs-actions.pod:7947 ../src/guestfs-actions.pod:7972
-#: ../src/guestfs-actions.pod:7991 ../src/guestfs-actions.pod:8013
-#: ../src/guestfs-actions.pod:8034 ../src/guestfs-actions.pod:8053
-#: ../src/guestfs-actions.pod:8070 ../src/guestfs-actions.pod:8091
-#: ../src/guestfs-actions.pod:8119 ../src/guestfs-actions.pod:8143
-#: ../src/guestfs-actions.pod:8162 ../src/guestfs-actions.pod:8178
-#: ../src/guestfs-actions.pod:8202 ../src/guestfs-actions.pod:8221
-#: ../src/guestfs-actions.pod:8236 ../src/guestfs-actions.pod:8255
-#: ../src/guestfs-actions.pod:8299 ../src/guestfs-actions.pod:8326
-#: ../src/guestfs-actions.pod:8356 ../src/guestfs-actions.pod:8481
-#: ../src/guestfs-actions.pod:8491 ../src/guestfs-actions.pod:8612
-#: ../src/guestfs-actions.pod:8624 ../src/guestfs-actions.pod:8637
-#: ../src/guestfs-actions.pod:8650 ../src/guestfs-actions.pod:8672
-#: ../src/guestfs-actions.pod:8685 ../src/guestfs-actions.pod:8698
-#: ../src/guestfs-actions.pod:8711 ../src/guestfs-actions.pod:8726
-#: ../src/guestfs-actions.pod:8785 ../src/guestfs-actions.pod:8802
-#: ../src/guestfs-actions.pod:8818 ../src/guestfs-actions.pod:8834
-#: ../src/guestfs-actions.pod:8851 ../src/guestfs-actions.pod:8864
-#: ../src/guestfs-actions.pod:8884 ../src/guestfs-actions.pod:8984
-#: ../src/guestfs-actions.pod:9042 ../src/guestfs-actions.pod:9056
-#: ../src/guestfs-actions.pod:9097 ../src/guestfs-actions.pod:9110
-#: ../src/guestfs-actions.pod:9132 ../src/guestfs-actions.pod:9170
-#: ../src/guestfs-actions.pod:9204 ../src/guestfs-actions.pod:9240
-#: ../src/guestfs-actions.pod:9356 ../src/guestfs-actions.pod:9371
-#: ../src/guestfs-actions.pod:9385 ../src/guestfs-actions.pod:9459
-#: ../src/guestfs-actions.pod:9472 ../src/guestfs-actions.pod:9517
-#: ../src/guestfs-actions.pod:9557 ../src/guestfs-actions.pod:9615
-#: ../src/guestfs-actions.pod:9632 ../src/guestfs-actions.pod:9652
-#: ../src/guestfs-actions.pod:9685 ../src/guestfs-actions.pod:9766
-#: ../src/guestfs-actions.pod:9789 ../src/guestfs-actions.pod:9814
-#: ../src/guestfs-actions.pod:9840
+#: ../src/guestfs-actions.pod:7835 ../src/guestfs-actions.pod:7853
+#: ../src/guestfs-actions.pod:7876 ../src/guestfs-actions.pod:7915
+#: ../src/guestfs-actions.pod:7954 ../src/guestfs-actions.pod:7979
+#: ../src/guestfs-actions.pod:7998 ../src/guestfs-actions.pod:8020
+#: ../src/guestfs-actions.pod:8041 ../src/guestfs-actions.pod:8060
+#: ../src/guestfs-actions.pod:8077 ../src/guestfs-actions.pod:8098
+#: ../src/guestfs-actions.pod:8126 ../src/guestfs-actions.pod:8150
+#: ../src/guestfs-actions.pod:8169 ../src/guestfs-actions.pod:8185
+#: ../src/guestfs-actions.pod:8209 ../src/guestfs-actions.pod:8228
+#: ../src/guestfs-actions.pod:8243 ../src/guestfs-actions.pod:8262
+#: ../src/guestfs-actions.pod:8306 ../src/guestfs-actions.pod:8333
+#: ../src/guestfs-actions.pod:8363 ../src/guestfs-actions.pod:8488
+#: ../src/guestfs-actions.pod:8498 ../src/guestfs-actions.pod:8619
+#: ../src/guestfs-actions.pod:8631 ../src/guestfs-actions.pod:8644
+#: ../src/guestfs-actions.pod:8657 ../src/guestfs-actions.pod:8679
+#: ../src/guestfs-actions.pod:8692 ../src/guestfs-actions.pod:8705
+#: ../src/guestfs-actions.pod:8718 ../src/guestfs-actions.pod:8733
+#: ../src/guestfs-actions.pod:8792 ../src/guestfs-actions.pod:8809
+#: ../src/guestfs-actions.pod:8825 ../src/guestfs-actions.pod:8841
+#: ../src/guestfs-actions.pod:8858 ../src/guestfs-actions.pod:8871
+#: ../src/guestfs-actions.pod:8891 ../src/guestfs-actions.pod:8991
+#: ../src/guestfs-actions.pod:9049 ../src/guestfs-actions.pod:9063
+#: ../src/guestfs-actions.pod:9104 ../src/guestfs-actions.pod:9117
+#: ../src/guestfs-actions.pod:9139 ../src/guestfs-actions.pod:9177
+#: ../src/guestfs-actions.pod:9211 ../src/guestfs-actions.pod:9247
+#: ../src/guestfs-actions.pod:9363 ../src/guestfs-actions.pod:9378
+#: ../src/guestfs-actions.pod:9392 ../src/guestfs-actions.pod:9466
+#: ../src/guestfs-actions.pod:9479 ../src/guestfs-actions.pod:9524
+#: ../src/guestfs-actions.pod:9564 ../src/guestfs-actions.pod:9622
+#: ../src/guestfs-actions.pod:9639 ../src/guestfs-actions.pod:9659
+#: ../src/guestfs-actions.pod:9692 ../src/guestfs-actions.pod:9773
+#: ../src/guestfs-actions.pod:9796 ../src/guestfs-actions.pod:9821
+#: ../src/guestfs-actions.pod:9847
msgid "This function returns 0 on success or -1 on error."
msgstr "Ця функція повертає 0 у разі успіху і -1 у разі помилки."
@@ -31372,10 +31391,10 @@ msgstr "Ця функція повертає 0 у разі успіху і -1 у
#: ../src/guestfs-actions.pod:1589 ../src/guestfs-actions.pod:2820
#: ../src/guestfs-actions.pod:3057 ../src/guestfs-actions.pod:3182
#: ../src/guestfs-actions.pod:4710 ../src/guestfs-actions.pod:4730
-#: ../src/guestfs-actions.pod:6350 ../src/guestfs-actions.pod:7848
-#: ../src/guestfs-actions.pod:8072 ../src/guestfs-actions.pod:8223
-#: ../src/guestfs-actions.pod:8728 ../src/guestfs-actions.pod:8853
-#: ../src/guestfs-actions.pod:9559
+#: ../src/guestfs-actions.pod:6350 ../src/guestfs-actions.pod:7855
+#: ../src/guestfs-actions.pod:8079 ../src/guestfs-actions.pod:8230
+#: ../src/guestfs-actions.pod:8735 ../src/guestfs-actions.pod:8860
+#: ../src/guestfs-actions.pod:9566
msgid "(Added in 0.3)"
msgstr "(Додано у 0.3)"
@@ -31411,8 +31430,8 @@ msgstr ""
#: ../src/guestfs-actions.pod:5969 ../src/guestfs-actions.pod:6082
#: ../src/guestfs-actions.pod:6360 ../src/guestfs-actions.pod:6409
#: ../src/guestfs-actions.pod:6671 ../src/guestfs-actions.pod:6732
-#: ../src/guestfs-actions.pod:6795 ../src/guestfs-actions.pod:7881
-#: ../src/guestfs-actions.pod:8895 ../src/guestfs-actions.pod:9120
+#: ../src/guestfs-actions.pod:6795 ../src/guestfs-actions.pod:7888
+#: ../src/guestfs-actions.pod:8902 ../src/guestfs-actions.pod:9127
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 "
@@ -31469,9 +31488,9 @@ msgstr ""
#: ../src/guestfs-actions.pod:5537 ../src/guestfs-actions.pod:6623
#: ../src/guestfs-actions.pod:6644 ../src/guestfs-actions.pod:6971
#: ../src/guestfs-actions.pod:7209 ../src/guestfs-actions.pod:7403
-#: ../src/guestfs-actions.pod:7429 ../src/guestfs-actions.pod:9083
-#: ../src/guestfs-actions.pod:9570 ../src/guestfs-actions.pod:9583
-#: ../src/guestfs-actions.pod:9596
+#: ../src/guestfs-actions.pod:7429 ../src/guestfs-actions.pod:9090
+#: ../src/guestfs-actions.pod:9577 ../src/guestfs-actions.pod:9590
+#: ../src/guestfs-actions.pod:9603
msgid "On error this function returns -1."
msgstr "У разі помилки цією функцією буде повернуто -1."
@@ -31528,9 +31547,9 @@ msgstr "Це «варіант з va_list» L</guestfs_add_domain>."
#: ../src/guestfs-actions.pod:6711 ../src/guestfs-actions.pod:6723
#: ../src/guestfs-actions.pod:6762 ../src/guestfs-actions.pod:6773
#: ../src/guestfs-actions.pod:6844 ../src/guestfs-actions.pod:6855
-#: ../src/guestfs-actions.pod:7922 ../src/guestfs-actions.pod:7934
-#: ../src/guestfs-actions.pod:8997 ../src/guestfs-actions.pod:9008
-#: ../src/guestfs-actions.pod:9144 ../src/guestfs-actions.pod:9154
+#: ../src/guestfs-actions.pod:7929 ../src/guestfs-actions.pod:7941
+#: ../src/guestfs-actions.pod:9004 ../src/guestfs-actions.pod:9015
+#: ../src/guestfs-actions.pod:9151 ../src/guestfs-actions.pod:9161
msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
msgstr "Див. L</CALLS WITH OPTIONAL ARGUMENTS>."
@@ -31952,11 +31971,11 @@ msgstr ""
#: ../src/guestfs-actions.pod:5824 ../src/guestfs-actions.pod:6989
#: ../src/guestfs-actions.pod:7190 ../src/guestfs-actions.pod:7378
#: ../src/guestfs-actions.pod:7556 ../src/guestfs-actions.pod:7605
-#: ../src/guestfs-actions.pod:8374 ../src/guestfs-actions.pod:8390
-#: ../src/guestfs-actions.pod:8414 ../src/guestfs-actions.pod:8438
-#: ../src/guestfs-actions.pod:9299 ../src/guestfs-actions.pod:9318
-#: ../src/guestfs-actions.pod:9336 ../src/guestfs-actions.pod:9529
-#: ../src/guestfs-actions.pod:9904
+#: ../src/guestfs-actions.pod:8381 ../src/guestfs-actions.pod:8397
+#: ../src/guestfs-actions.pod:8421 ../src/guestfs-actions.pod:8445
+#: ../src/guestfs-actions.pod:9306 ../src/guestfs-actions.pod:9325
+#: ../src/guestfs-actions.pod:9343 ../src/guestfs-actions.pod:9536
+#: ../src/guestfs-actions.pod:9911
msgid ""
"This function returns a string, or NULL on error. I<The caller must free "
"the returned string after use>."
@@ -32089,13 +32108,13 @@ msgstr ""
#: ../src/guestfs-actions.pod:5039 ../src/guestfs-actions.pod:5455
#: ../src/guestfs-actions.pod:6591 ../src/guestfs-actions.pod:7350
#: ../src/guestfs-actions.pod:7476 ../src/guestfs-actions.pod:7590
-#: ../src/guestfs-actions.pod:8454 ../src/guestfs-actions.pod:8538
-#: ../src/guestfs-actions.pod:8593 ../src/guestfs-actions.pod:8739
-#: ../src/guestfs-actions.pod:8763 ../src/guestfs-actions.pod:9403
-#: ../src/guestfs-actions.pod:9442 ../src/guestfs-actions.pod:9489
-#: ../src/guestfs-actions.pod:9719 ../src/guestfs-actions.pod:9738
-#: ../src/guestfs-actions.pod:9854 ../src/guestfs-actions.pod:9873
-#: ../src/guestfs-actions.pod:9919 ../src/guestfs-actions.pod:9938
+#: ../src/guestfs-actions.pod:8461 ../src/guestfs-actions.pod:8545
+#: ../src/guestfs-actions.pod:8600 ../src/guestfs-actions.pod:8746
+#: ../src/guestfs-actions.pod:8770 ../src/guestfs-actions.pod:9410
+#: ../src/guestfs-actions.pod:9449 ../src/guestfs-actions.pod:9496
+#: ../src/guestfs-actions.pod:9726 ../src/guestfs-actions.pod:9745
+#: ../src/guestfs-actions.pod:9861 ../src/guestfs-actions.pod:9880
+#: ../src/guestfs-actions.pod:9926 ../src/guestfs-actions.pod:9945
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 "
@@ -32111,9 +32130,9 @@ msgstr ""
#: ../src/guestfs-actions.pod:5958 ../src/guestfs-actions.pod:6595
#: ../src/guestfs-actions.pod:7291 ../src/guestfs-actions.pod:7688
#: ../src/guestfs-actions.pod:7702 ../src/guestfs-actions.pod:7714
-#: ../src/guestfs-actions.pod:8301 ../src/guestfs-actions.pod:9099
-#: ../src/guestfs-actions.pod:9112 ../src/guestfs-actions.pod:9387
-#: ../src/guestfs-actions.pod:9690
+#: ../src/guestfs-actions.pod:8308 ../src/guestfs-actions.pod:9106
+#: ../src/guestfs-actions.pod:9119 ../src/guestfs-actions.pod:9394
+#: ../src/guestfs-actions.pod:9697
msgid "(Added in 0.8)"
msgstr "(Додано у 0.8)"
@@ -32385,7 +32404,7 @@ msgstr ""
#: ../src/guestfs-actions.pod:754 ../src/guestfs-actions.pod:3768
#: ../src/guestfs-actions.pod:4036 ../src/guestfs-actions.pod:4883
#: ../src/guestfs-actions.pod:5676 ../src/guestfs-actions.pod:6571
-#: ../src/guestfs-actions.pod:9024
+#: ../src/guestfs-actions.pod:9031
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 "
@@ -33089,7 +33108,7 @@ msgid "See also C<guestfs_realpath>."
msgstr "Див. також C<guestfs_realpath>."
#. type: textblock
-#: ../src/guestfs-actions.pod:1238 ../src/guestfs-actions.pod:9321
+#: ../src/guestfs-actions.pod:1238 ../src/guestfs-actions.pod:9328
msgid "(Added in 1.0.75)"
msgstr "(Додано у 1.0.75)"
@@ -33126,8 +33145,8 @@ msgstr ""
#: ../src/guestfs-actions.pod:4922 ../src/guestfs-actions.pod:4939
#: ../src/guestfs-actions.pod:5043 ../src/guestfs-actions.pod:5459
#: ../src/guestfs-actions.pod:5473 ../src/guestfs-actions.pod:7354
-#: ../src/guestfs-actions.pod:7368 ../src/guestfs-actions.pod:9493
-#: ../src/guestfs-actions.pod:9507
+#: ../src/guestfs-actions.pod:7368 ../src/guestfs-actions.pod:9500
+#: ../src/guestfs-actions.pod:9514
msgid "(Added in 0.4)"
msgstr "(Додано у 0.4)"
@@ -33166,7 +33185,7 @@ msgstr ""
#: ../src/guestfs-actions.pod:1316 ../src/guestfs-actions.pod:2001
#: ../src/guestfs-actions.pod:3148 ../src/guestfs-actions.pod:4504
#: ../src/guestfs-actions.pod:4565 ../src/guestfs-actions.pod:4592
-#: ../src/guestfs-actions.pod:9177
+#: ../src/guestfs-actions.pod:9184
msgid "(Added in 1.0.2)"
msgstr "(Додано у 1.0.2)"
@@ -33203,8 +33222,8 @@ msgstr ""
#: ../src/guestfs-actions.pod:1332 ../src/guestfs-actions.pod:6785
#: ../src/guestfs-actions.pod:6921 ../src/guestfs-actions.pod:6955
#: ../src/guestfs-actions.pod:6973 ../src/guestfs-actions.pod:7155
-#: ../src/guestfs-actions.pod:9044 ../src/guestfs-actions.pod:9058
-#: ../src/guestfs-actions.pod:9519
+#: ../src/guestfs-actions.pod:9051 ../src/guestfs-actions.pod:9065
+#: ../src/guestfs-actions.pod:9526
msgid "(Added in 1.3.2)"
msgstr "(Додано у 1.3.2)"
@@ -33390,7 +33409,7 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:1484 ../src/guestfs-actions.pod:1543
-#: ../src/guestfs-actions.pod:3134 ../src/guestfs-actions.pod:8180
+#: ../src/guestfs-actions.pod:3134 ../src/guestfs-actions.pod:8187
msgid "(Added in 1.13.15)"
msgstr "(Додано у 1.13.15)"
@@ -33620,9 +33639,9 @@ msgstr ""
#: ../src/guestfs-actions.pod:1847 ../src/guestfs-actions.pod:1996
#: ../src/guestfs-actions.pod:2027 ../src/guestfs-actions.pod:2072
#: ../src/guestfs-actions.pod:2539 ../src/guestfs-actions.pod:2561
-#: ../src/guestfs-actions.pod:4725 ../src/guestfs-actions.pod:9172
-#: ../src/guestfs-actions.pod:9206 ../src/guestfs-actions.pod:9768
-#: ../src/guestfs-actions.pod:9791 ../src/guestfs-actions.pod:9816
+#: ../src/guestfs-actions.pod:4725 ../src/guestfs-actions.pod:9179
+#: ../src/guestfs-actions.pod:9213 ../src/guestfs-actions.pod:9775
+#: ../src/guestfs-actions.pod:9798 ../src/guestfs-actions.pod:9823
msgid ""
"This long-running command can generate progress notification messages so "
"that the caller can display a progress bar or indicator. To receive these "
@@ -34019,8 +34038,8 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:1852 ../src/guestfs-actions.pod:5486
-#: ../src/guestfs-actions.pod:7381 ../src/guestfs-actions.pod:9407
-#: ../src/guestfs-actions.pod:9446 ../src/guestfs-actions.pod:9532
+#: ../src/guestfs-actions.pod:7381 ../src/guestfs-actions.pod:9414
+#: ../src/guestfs-actions.pod:9453 ../src/guestfs-actions.pod:9539
msgid "(Added in 1.0.87)"
msgstr "(Додано у 1.0.87)"
@@ -34160,9 +34179,9 @@ msgstr ""
#: ../src/guestfs-actions.pod:2077 ../src/guestfs-actions.pod:3377
#: ../src/guestfs-actions.pod:3401 ../src/guestfs-actions.pod:3469
#: ../src/guestfs-actions.pod:5827 ../src/guestfs-actions.pod:6509
-#: ../src/guestfs-actions.pod:8746 ../src/guestfs-actions.pod:8770
-#: ../src/guestfs-actions.pod:9572 ../src/guestfs-actions.pod:9585
-#: ../src/guestfs-actions.pod:9598
+#: ../src/guestfs-actions.pod:8753 ../src/guestfs-actions.pod:8777
+#: ../src/guestfs-actions.pod:9579 ../src/guestfs-actions.pod:9592
+#: ../src/guestfs-actions.pod:9605
msgid "(Added in 1.0.54)"
msgstr "(Додано у 1.0.54)"
@@ -34273,7 +34292,7 @@ msgid "See also C<guestfs_download>, C<guestfs_pread>."
msgstr "Див. також C<guestfs_download>, C<guestfs_pread>."
#. type: textblock
-#: ../src/guestfs-actions.pod:2032 ../src/guestfs-actions.pod:9211
+#: ../src/guestfs-actions.pod:2032 ../src/guestfs-actions.pod:9218
msgid "(Added in 1.5.17)"
msgstr "(Додано у 1.5.17)"
@@ -34462,7 +34481,7 @@ msgstr "Див. також C<guestfs_ping_daemon>."
#. type: textblock
#: ../src/guestfs-actions.pod:2179 ../src/guestfs-actions.pod:3159
-#: ../src/guestfs-actions.pod:8204
+#: ../src/guestfs-actions.pod:8211
msgid "(Added in 1.0.69)"
msgstr "(Додано у 1.0.69)"
@@ -34498,13 +34517,13 @@ msgstr ""
#: ../src/guestfs-actions.pod:4982 ../src/guestfs-actions.pod:4995
#: ../src/guestfs-actions.pod:5009 ../src/guestfs-actions.pod:6303
#: ../src/guestfs-actions.pod:7559 ../src/guestfs-actions.pod:7608
-#: ../src/guestfs-actions.pod:8614 ../src/guestfs-actions.pod:8626
-#: ../src/guestfs-actions.pod:8639 ../src/guestfs-actions.pod:8652
-#: ../src/guestfs-actions.pod:8674 ../src/guestfs-actions.pod:8687
-#: ../src/guestfs-actions.pod:8700 ../src/guestfs-actions.pod:8713
-#: ../src/guestfs-actions.pod:9726 ../src/guestfs-actions.pod:9745
-#: ../src/guestfs-actions.pod:9861 ../src/guestfs-actions.pod:9880
-#: ../src/guestfs-actions.pod:9926 ../src/guestfs-actions.pod:9945
+#: ../src/guestfs-actions.pod:8621 ../src/guestfs-actions.pod:8633
+#: ../src/guestfs-actions.pod:8646 ../src/guestfs-actions.pod:8659
+#: ../src/guestfs-actions.pod:8681 ../src/guestfs-actions.pod:8694
+#: ../src/guestfs-actions.pod:8707 ../src/guestfs-actions.pod:8720
+#: ../src/guestfs-actions.pod:9733 ../src/guestfs-actions.pod:9752
+#: ../src/guestfs-actions.pod:9868 ../src/guestfs-actions.pod:9887
+#: ../src/guestfs-actions.pod:9933 ../src/guestfs-actions.pod:9952
msgid "(Added in 1.0.66)"
msgstr "(Додано у 1.0.66)"
@@ -35017,7 +35036,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2721 ../src/guestfs-actions.pod:9773
+#: ../src/guestfs-actions.pod:2721 ../src/guestfs-actions.pod:9780
msgid "(Added in 1.0.16)"
msgstr "(Додано у 1.0.16)"
@@ -35130,10 +35149,10 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:2797 ../src/guestfs-actions.pod:7321
-#: ../src/guestfs-actions.pod:7800 ../src/guestfs-actions.pod:8358
-#: ../src/guestfs-actions.pod:8377 ../src/guestfs-actions.pod:8393
-#: ../src/guestfs-actions.pod:8417 ../src/guestfs-actions.pod:9358
-#: ../src/guestfs-actions.pod:9373 ../src/guestfs-actions.pod:9842
+#: ../src/guestfs-actions.pod:7800 ../src/guestfs-actions.pod:8365
+#: ../src/guestfs-actions.pod:8384 ../src/guestfs-actions.pod:8400
+#: ../src/guestfs-actions.pod:8424 ../src/guestfs-actions.pod:9365
+#: ../src/guestfs-actions.pod:9380 ../src/guestfs-actions.pod:9849
msgid "(Added in 1.0.26)"
msgstr "(Додано у 1.0.26)"
@@ -35160,7 +35179,7 @@ msgid "Return the current attach method. See C<guestfs_set_attach_method>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:2809 ../src/guestfs-actions.pod:7830
+#: ../src/guestfs-actions.pod:2809 ../src/guestfs-actions.pod:7837
msgid "(Added in 1.9.8)"
msgstr "(Додано у 1.9.8)"
@@ -35199,7 +35218,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:2831 ../src/guestfs-actions.pod:7871
+#: ../src/guestfs-actions.pod:2831 ../src/guestfs-actions.pod:7878
msgid "(Added in 1.0.72)"
msgstr "(Додано у 1.0.72)"
@@ -35236,7 +35255,7 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:2950 ../src/guestfs-actions.pod:2970
-#: ../src/guestfs-actions.pod:7910 ../src/guestfs-actions.pod:7949
+#: ../src/guestfs-actions.pod:7917 ../src/guestfs-actions.pod:7956
msgid "(Added in 1.17.31)"
msgstr "(Додано у 1.17.31)"
@@ -35292,7 +35311,7 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:2991 ../src/guestfs-actions.pod:3012
-#: ../src/guestfs-actions.pod:7974 ../src/guestfs-actions.pod:7993
+#: ../src/guestfs-actions.pod:7981 ../src/guestfs-actions.pod:8000
msgid "(Added in 1.0.15)"
msgstr "(Додано у 1.0.15)"
@@ -35352,8 +35371,8 @@ msgstr ""
#: ../src/guestfs-actions.pod:6208 ../src/guestfs-actions.pod:6227
#: ../src/guestfs-actions.pod:6246 ../src/guestfs-actions.pod:6258
#: ../src/guestfs-actions.pod:6275 ../src/guestfs-actions.pod:6288
-#: ../src/guestfs-actions.pod:7546 ../src/guestfs-actions.pod:8036
-#: ../src/guestfs-actions.pod:8328 ../src/guestfs-actions.pod:9085
+#: ../src/guestfs-actions.pod:7546 ../src/guestfs-actions.pod:8043
+#: ../src/guestfs-actions.pod:8335 ../src/guestfs-actions.pod:9092
msgid "(Added in 1.0.55)"
msgstr "(Додано у 1.0.55)"
@@ -35375,7 +35394,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3042 ../src/guestfs-actions.pod:8055
+#: ../src/guestfs-actions.pod:3042 ../src/guestfs-actions.pod:8062
msgid "(Added in 1.5.4)"
msgstr "(Додано у 1.5.4)"
@@ -35421,8 +35440,8 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3068 ../src/guestfs-actions.pod:8093
-#: ../src/guestfs-actions.pod:9657
+#: ../src/guestfs-actions.pod:3068 ../src/guestfs-actions.pod:8100
+#: ../src/guestfs-actions.pod:9664
msgid "(Added in 1.11.18)"
msgstr "(Додано у 1.11.18)"
@@ -35466,7 +35485,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3097 ../src/guestfs-actions.pod:8121
+#: ../src/guestfs-actions.pod:3097 ../src/guestfs-actions.pod:8128
msgid "(Added in 1.0.6)"
msgstr "(Додано у 1.0.6)"
@@ -35491,9 +35510,9 @@ msgstr ""
#: ../src/guestfs-actions.pod:3108 ../src/guestfs-actions.pod:4750
#: ../src/guestfs-actions.pod:5110 ../src/guestfs-actions.pod:5521
#: ../src/guestfs-actions.pod:5784 ../src/guestfs-actions.pod:7251
-#: ../src/guestfs-actions.pod:7594 ../src/guestfs-actions.pod:8145
-#: ../src/guestfs-actions.pod:8866 ../src/guestfs-actions.pod:8886
-#: ../src/guestfs-actions.pod:9242
+#: ../src/guestfs-actions.pod:7594 ../src/guestfs-actions.pod:8152
+#: ../src/guestfs-actions.pod:8873 ../src/guestfs-actions.pod:8893
+#: ../src/guestfs-actions.pod:9249
msgid "(Added in 1.0.77)"
msgstr "(Додано у 1.0.77)"
@@ -35523,7 +35542,7 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:3123 ../src/guestfs-actions.pod:3197
-#: ../src/guestfs-actions.pod:8164 ../src/guestfs-actions.pod:8238
+#: ../src/guestfs-actions.pod:8171 ../src/guestfs-actions.pod:8245
msgid "(Added in 1.0.67)"
msgstr "(Додано у 1.0.67)"
@@ -35692,7 +35711,7 @@ msgstr "Див. також C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)
#: ../src/guestfs-actions.pod:3223 ../src/guestfs-actions.pod:3440
#: ../src/guestfs-actions.pod:3932 ../src/guestfs-actions.pod:4776
#: ../src/guestfs-actions.pod:7244 ../src/guestfs-actions.pod:7270
-#: ../src/guestfs-actions.pod:7451 ../src/guestfs-actions.pod:9422
+#: ../src/guestfs-actions.pod:7451 ../src/guestfs-actions.pod:9429
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 "
@@ -35739,8 +35758,8 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:3247 ../src/guestfs-actions.pod:4796
#: ../src/guestfs-actions.pod:5024 ../src/guestfs-actions.pod:5060
-#: ../src/guestfs-actions.pod:7624 ../src/guestfs-actions.pod:8257
-#: ../src/guestfs-actions.pod:9907
+#: ../src/guestfs-actions.pod:7624 ../src/guestfs-actions.pod:8264
+#: ../src/guestfs-actions.pod:9914
msgid "(Added in 1.0.59)"
msgstr "(Додано у 1.0.59)"
@@ -35772,8 +35791,8 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:3274 ../src/guestfs-actions.pod:8441
-#: ../src/guestfs-actions.pod:8458
+#: ../src/guestfs-actions.pod:3274 ../src/guestfs-actions.pod:8448
+#: ../src/guestfs-actions.pod:8465
msgid "(Added in 1.0.50)"
msgstr "(Додано у 1.0.50)"
@@ -35905,8 +35924,8 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:3418 ../src/guestfs-actions.pod:8545
-#: ../src/guestfs-actions.pod:8600
+#: ../src/guestfs-actions.pod:3418 ../src/guestfs-actions.pod:8552
+#: ../src/guestfs-actions.pod:8607
msgid "(Added in 1.0.22)"
msgstr "(Додано у 1.0.22)"
@@ -37409,7 +37428,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4902 ../src/guestfs-actions.pod:8986
+#: ../src/guestfs-actions.pod:4902 ../src/guestfs-actions.pod:8993
msgid "(Added in 1.15.4)"
msgstr "(Додано у 1.15.4)"
@@ -37476,7 +37495,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:4955 ../src/guestfs-actions.pod:9617
+#: ../src/guestfs-actions.pod:4955 ../src/guestfs-actions.pod:9624
msgid "(Added in 1.17.6)"
msgstr "(Додано у 1.17.6)"
@@ -37677,15 +37696,15 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:5076 ../src/guestfs-actions.pod:8505
+#: ../src/guestfs-actions.pod:5076 ../src/guestfs-actions.pod:8512
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:5080 ../src/guestfs-actions.pod:8509
-#: ../src/guestfs-actions.pod:8527 ../src/guestfs-actions.pod:9030
+#: ../src/guestfs-actions.pod:5080 ../src/guestfs-actions.pod:8516
+#: ../src/guestfs-actions.pod:8534 ../src/guestfs-actions.pod:9037
msgid "(Added in 0.9.2)"
msgstr "(Додано у 0.9.2)"
@@ -38010,7 +38029,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5299 ../src/guestfs-actions.pod:9821
+#: ../src/guestfs-actions.pod:5299 ../src/guestfs-actions.pod:9828
msgid "(Added in 1.17.18)"
msgstr "(Додано у 1.17.18)"
@@ -38124,7 +38143,7 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:5395 ../src/guestfs-actions.pod:7308
-#: ../src/guestfs-actions.pod:9461
+#: ../src/guestfs-actions.pod:9468
msgid "(Added in 1.0.13)"
msgstr "(Додано у 1.0.13)"
@@ -38150,7 +38169,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:5408 ../src/guestfs-actions.pod:9474
+#: ../src/guestfs-actions.pod:5408 ../src/guestfs-actions.pod:9481
msgid "(Added in 1.0.83)"
msgstr "(Додано у 1.0.83)"
@@ -39484,7 +39503,7 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:6445 ../src/guestfs-actions.pod:6494
-#: ../src/guestfs-actions.pod:9134
+#: ../src/guestfs-actions.pod:9141
msgid "(Added in 1.17.22)"
msgstr "(Додано у 1.17.22)"
@@ -39850,7 +39869,7 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:6661 ../src/guestfs-actions.pod:6699
-#: ../src/guestfs-actions.pod:6751 ../src/guestfs-actions.pod:8015
+#: ../src/guestfs-actions.pod:6751 ../src/guestfs-actions.pod:8022
msgid "(Added in 1.17.9)"
msgstr "(Додано у 1.17.9)"
@@ -40202,7 +40221,7 @@ msgstr ""
#. type: textblock
#: ../src/guestfs-actions.pod:6876 ../src/guestfs-actions.pod:7335
#: ../src/guestfs-actions.pod:7408 ../src/guestfs-actions.pod:7676
-#: ../src/guestfs-actions.pod:9637
+#: ../src/guestfs-actions.pod:9644
msgid "(Added in 1.3.14)"
msgstr "(Додано у 1.3.14)"
@@ -41333,12 +41352,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7832
+#: ../src/guestfs-actions.pod:7839
msgid "guestfs_set_autosync"
msgstr "guestfs_set_autosync"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7834
+#: ../src/guestfs-actions.pod:7841
#, no-wrap
msgid ""
" int\n"
@@ -41352,12 +41371,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:7850
+#: ../src/guestfs-actions.pod:7857
msgid "guestfs_set_direct"
msgstr "guestfs_set_direct"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7852
+#: ../src/guestfs-actions.pod:7859
#, no-wrap
msgid ""
" int\n"
@@ -41371,7 +41390,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7860
+#: ../src/guestfs-actions.pod:7867
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 "
@@ -41379,12 +41398,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7873
+#: ../src/guestfs-actions.pod:7880
msgid "guestfs_set_e2attrs"
msgstr "guestfs_set_e2attrs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7875
+#: ../src/guestfs-actions.pod:7882
#, no-wrap
msgid ""
" int\n"
@@ -41402,7 +41421,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7886
+#: ../src/guestfs-actions.pod:7893
#, no-wrap
msgid ""
" GUESTFS_SET_E2ATTRS_CLEAR, int clear,\n"
@@ -41412,7 +41431,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7891
+#: ../src/guestfs-actions.pod:7898
msgid ""
"C<attrs> is a string of characters representing file attributes. See "
"C<guestfs_get_e2attrs> for a list of possible attributes. Not all "
@@ -41420,12 +41439,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:7912
+#: ../src/guestfs-actions.pod:7919
msgid "guestfs_set_e2attrs_va"
msgstr "guestfs_set_e2attrs_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7914
+#: ../src/guestfs-actions.pod:7921
#, no-wrap
msgid ""
" int\n"
@@ -41443,17 +41462,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7920
+#: ../src/guestfs-actions.pod:7927
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:7924
+#: ../src/guestfs-actions.pod:7931
msgid "guestfs_set_e2attrs_argv"
msgstr "guestfs_set_e2attrs_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7926
+#: ../src/guestfs-actions.pod:7933
#, no-wrap
msgid ""
" int\n"
@@ -41471,17 +41490,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7932
+#: ../src/guestfs-actions.pod:7939
msgid "This is the \"argv variant\" of L</guestfs_set_e2attrs>."
msgstr "Це «варіант з argv» L</guestfs_set_e2attrs>."
#. type: =head2
-#: ../src/guestfs-actions.pod:7936
+#: ../src/guestfs-actions.pod:7943
msgid "guestfs_set_e2generation"
msgstr "guestfs_set_e2generation"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7938
+#: ../src/guestfs-actions.pod:7945
#, no-wrap
msgid ""
" int\n"
@@ -41497,17 +41516,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7945
+#: ../src/guestfs-actions.pod:7952
msgid "See C<guestfs_get_e2generation>."
msgstr "Див. C<guestfs_get_e2generation>."
#. type: =head2
-#: ../src/guestfs-actions.pod:7951
+#: ../src/guestfs-actions.pod:7958
msgid "guestfs_set_e2label"
msgstr "guestfs_set_e2label"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7953
+#: ../src/guestfs-actions.pod:7960
#, no-wrap
msgid ""
" int\n"
@@ -41523,26 +41542,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7958
+#: ../src/guestfs-actions.pod:7965
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_set_label> "
"call instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7969
+#: ../src/guestfs-actions.pod:7976
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:7976
+#: ../src/guestfs-actions.pod:7983
msgid "guestfs_set_e2uuid"
msgstr "guestfs_set_e2uuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7978
+#: ../src/guestfs-actions.pod:7985
#, no-wrap
msgid ""
" int\n"
@@ -41558,19 +41577,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:7988
+#: ../src/guestfs-actions.pod:7995
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:7995
+#: ../src/guestfs-actions.pod:8002
msgid "guestfs_set_label"
msgstr "guestfs_set_label"
#. type: verbatim
-#: ../src/guestfs-actions.pod:7997
+#: ../src/guestfs-actions.pod:8004
#, no-wrap
msgid ""
" int\n"
@@ -41586,17 +41605,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8011
+#: ../src/guestfs-actions.pod:8018
msgid "To read the label on a filesystem, call C<guestfs_vfs_label>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8017
+#: ../src/guestfs-actions.pod:8024
msgid "guestfs_set_memsize"
msgstr "guestfs_set_memsize"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8019
+#: ../src/guestfs-actions.pod:8026
#, no-wrap
msgid ""
" int\n"
@@ -41610,19 +41629,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8023
+#: ../src/guestfs-actions.pod:8030
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:8038
+#: ../src/guestfs-actions.pod:8045
msgid "guestfs_set_network"
msgstr "guestfs_set_network"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8040
+#: ../src/guestfs-actions.pod:8047
#, no-wrap
msgid ""
" int\n"
@@ -41636,19 +41655,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8050
+#: ../src/guestfs-actions.pod:8057
msgid ""
"You must call this before calling C<guestfs_launch>, otherwise it has no "
"effect."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8057
+#: ../src/guestfs-actions.pod:8064
msgid "guestfs_set_path"
msgstr "guestfs_set_path"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8059
+#: ../src/guestfs-actions.pod:8066
#, no-wrap
msgid ""
" int\n"
@@ -41662,12 +41681,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8074
+#: ../src/guestfs-actions.pod:8081
msgid "guestfs_set_pgroup"
msgstr "guestfs_set_pgroup"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8076
+#: ../src/guestfs-actions.pod:8083
#, no-wrap
msgid ""
" int\n"
@@ -41681,7 +41700,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8086
+#: ../src/guestfs-actions.pod:8093
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, "
@@ -41690,12 +41709,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8095
+#: ../src/guestfs-actions.pod:8102
msgid "guestfs_set_qemu"
msgstr "guestfs_set_qemu"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8097
+#: ../src/guestfs-actions.pod:8104
#, no-wrap
msgid ""
" int\n"
@@ -41709,12 +41728,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8123
+#: ../src/guestfs-actions.pod:8130
msgid "guestfs_set_recovery_proc"
msgstr "guestfs_set_recovery_proc"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8125
+#: ../src/guestfs-actions.pod:8132
#, no-wrap
msgid ""
" int\n"
@@ -41728,7 +41747,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8129
+#: ../src/guestfs-actions.pod:8136
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 "
@@ -41737,19 +41756,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8134
+#: ../src/guestfs-actions.pod:8141
msgid ""
"This only has any effect if called before C<guestfs_launch>, and the default "
"is true."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8147
+#: ../src/guestfs-actions.pod:8154
msgid "guestfs_set_selinux"
msgstr "guestfs_set_selinux"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8149
+#: ../src/guestfs-actions.pod:8156
#, no-wrap
msgid ""
" int\n"
@@ -41763,12 +41782,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8166
+#: ../src/guestfs-actions.pod:8173
msgid "guestfs_set_smp"
msgstr "guestfs_set_smp"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8168
+#: ../src/guestfs-actions.pod:8175
#, no-wrap
msgid ""
" int\n"
@@ -41782,17 +41801,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8176
+#: ../src/guestfs-actions.pod:8183
msgid "This function must be called before C<guestfs_launch>."
msgstr "У попередніх версіях ця функція викликалася C<guestfs_launch>."
#. type: =head2
-#: ../src/guestfs-actions.pod:8182
+#: ../src/guestfs-actions.pod:8189
msgid "guestfs_set_trace"
msgstr "guestfs_set_trace"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8184
+#: ../src/guestfs-actions.pod:8191
#, no-wrap
msgid ""
" int\n"
@@ -41806,19 +41825,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8198
+#: ../src/guestfs-actions.pod:8205
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:8206
+#: ../src/guestfs-actions.pod:8213
msgid "guestfs_set_verbose"
msgstr "guestfs_set_verbose"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8208
+#: ../src/guestfs-actions.pod:8215
#, no-wrap
msgid ""
" int\n"
@@ -41832,19 +41851,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8217
+#: ../src/guestfs-actions.pod:8224
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:8225
+#: ../src/guestfs-actions.pod:8232
msgid "guestfs_setcon"
msgstr "guestfs_setcon"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8227
+#: ../src/guestfs-actions.pod:8234
#, no-wrap
msgid ""
" int\n"
@@ -41858,12 +41877,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8240
+#: ../src/guestfs-actions.pod:8247
msgid "guestfs_setxattr"
msgstr "guestfs_setxattr"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8242
+#: ../src/guestfs-actions.pod:8249
#, no-wrap
msgid ""
" int\n"
@@ -41883,17 +41902,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8253
+#: ../src/guestfs-actions.pod:8260
msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
msgstr "Див. також C<guestfs_lsetxattr>, L<attr(5)>."
#. type: =head2
-#: ../src/guestfs-actions.pod:8259
+#: ../src/guestfs-actions.pod:8266
msgid "guestfs_sfdisk"
msgstr "guestfs_sfdisk"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8261
+#: ../src/guestfs-actions.pod:8268
#, no-wrap
msgid ""
" int\n"
@@ -41915,27 +41934,27 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8269 ../src/guestfs-actions.pod:8310
-#: ../src/guestfs-actions.pod:8341
+#: ../src/guestfs-actions.pod:8276 ../src/guestfs-actions.pod:8317
+#: ../src/guestfs-actions.pod:8348
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_part_add> "
"call instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8296
+#: ../src/guestfs-actions.pod:8303
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:8303
+#: ../src/guestfs-actions.pod:8310
msgid "guestfs_sfdiskM"
msgstr "guestfs_sfdiskM"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8305
+#: ../src/guestfs-actions.pod:8312
#, no-wrap
msgid ""
" int\n"
@@ -41951,7 +41970,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8317
+#: ../src/guestfs-actions.pod:8324
msgid ""
"This is a simplified interface to the C<guestfs_sfdisk> command, where "
"partition sizes are specified in megabytes only (rounded to the nearest "
@@ -41960,7 +41979,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8323
+#: ../src/guestfs-actions.pod:8330
msgid ""
"See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
"C<guestfs_part_disk>"
@@ -41969,12 +41988,12 @@ msgstr ""
"C<guestfs_part_disk>"
#. type: =head2
-#: ../src/guestfs-actions.pod:8330
+#: ../src/guestfs-actions.pod:8337
msgid "guestfs_sfdisk_N"
msgstr "guestfs_sfdisk_N"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8332
+#: ../src/guestfs-actions.pod:8339
#, no-wrap
msgid ""
" int\n"
@@ -41998,24 +42017,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8351
+#: ../src/guestfs-actions.pod:8358
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:8354
+#: ../src/guestfs-actions.pod:8361
msgid "See also: C<guestfs_part_add>"
msgstr "Див. також C<guestfs_part_add>"
#. type: =head2
-#: ../src/guestfs-actions.pod:8360
+#: ../src/guestfs-actions.pod:8367
msgid "guestfs_sfdisk_disk_geometry"
msgstr "guestfs_sfdisk_disk_geometry"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8362
+#: ../src/guestfs-actions.pod:8369
#, no-wrap
msgid ""
" char *\n"
@@ -42029,7 +42048,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8366
+#: ../src/guestfs-actions.pod:8373
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, "
@@ -42038,12 +42057,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8379
+#: ../src/guestfs-actions.pod:8386
msgid "guestfs_sfdisk_kernel_geometry"
msgstr "guestfs_sfdisk_kernel_geometry"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8381
+#: ../src/guestfs-actions.pod:8388
#, no-wrap
msgid ""
" char *\n"
@@ -42057,12 +42076,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8395
+#: ../src/guestfs-actions.pod:8402
msgid "guestfs_sfdisk_l"
msgstr "guestfs_sfdisk_l"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8397
+#: ../src/guestfs-actions.pod:8404
#, no-wrap
msgid ""
" char *\n"
@@ -42076,24 +42095,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8401
+#: ../src/guestfs-actions.pod:8408
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_part_list> "
"call instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8412
+#: ../src/guestfs-actions.pod:8419
msgid "See also: C<guestfs_part_list>"
msgstr "Див. також C<guestfs_part_list>"
#. type: =head2
-#: ../src/guestfs-actions.pod:8419
+#: ../src/guestfs-actions.pod:8426
msgid "guestfs_sh"
msgstr "guestfs_sh"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8421
+#: ../src/guestfs-actions.pod:8428
#, no-wrap
msgid ""
" char *\n"
@@ -42107,22 +42126,22 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8428
+#: ../src/guestfs-actions.pod:8435
msgid "This is like C<guestfs_command>, but passes the command to:"
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8436
+#: ../src/guestfs-actions.pod:8443
msgid "All the provisos about C<guestfs_command> apply to this call."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8443
+#: ../src/guestfs-actions.pod:8450
msgid "guestfs_sh_lines"
msgstr "guestfs_sh_lines"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8445
+#: ../src/guestfs-actions.pod:8452
#, no-wrap
msgid ""
" char **\n"
@@ -42136,24 +42155,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8449
+#: ../src/guestfs-actions.pod:8456
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:8452
+#: ../src/guestfs-actions.pod:8459
msgid "See also: C<guestfs_command_lines>"
msgstr "Див. також C<guestfs_command_lines>"
#. type: =head2
-#: ../src/guestfs-actions.pod:8460
+#: ../src/guestfs-actions.pod:8467
msgid "guestfs_shutdown"
msgstr ""
#. type: verbatim
-#: ../src/guestfs-actions.pod:8462
+#: ../src/guestfs-actions.pod:8469
#, no-wrap
msgid ""
" int\n"
@@ -42162,7 +42181,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8465
+#: ../src/guestfs-actions.pod:8472
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 "
@@ -42170,26 +42189,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8475
+#: ../src/guestfs-actions.pod:8482
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:8478
+#: ../src/guestfs-actions.pod:8485
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:8483
+#: ../src/guestfs-actions.pod:8490
msgid "guestfs_sleep"
msgstr "guestfs_sleep"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8485
+#: ../src/guestfs-actions.pod:8492
#, no-wrap
msgid ""
" int\n"
@@ -42203,17 +42222,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8493
+#: ../src/guestfs-actions.pod:8500
msgid "(Added in 1.0.41)"
msgstr "(Додано у 1.0.41)"
#. type: =head2
-#: ../src/guestfs-actions.pod:8495 ../src/guestfs-structs.pod:109
+#: ../src/guestfs-actions.pod:8502 ../src/guestfs-structs.pod:109
msgid "guestfs_stat"
msgstr "guestfs_stat"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8497
+#: ../src/guestfs-actions.pod:8504
#, no-wrap
msgid ""
" struct guestfs_stat *\n"
@@ -42227,12 +42246,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8511 ../src/guestfs-structs.pod:135
+#: ../src/guestfs-actions.pod:8518 ../src/guestfs-structs.pod:135
msgid "guestfs_statvfs"
msgstr "guestfs_statvfs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8513
+#: ../src/guestfs-actions.pod:8520
#, no-wrap
msgid ""
" struct guestfs_statvfs *\n"
@@ -42246,19 +42265,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8523
+#: ../src/guestfs-actions.pod:8530
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:8529
+#: ../src/guestfs-actions.pod:8536
msgid "guestfs_strings"
msgstr "guestfs_strings"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8531
+#: ../src/guestfs-actions.pod:8538
#, no-wrap
msgid ""
" char **\n"
@@ -42272,12 +42291,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8547
+#: ../src/guestfs-actions.pod:8554
msgid "guestfs_strings_e"
msgstr "guestfs_strings_e"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8549
+#: ../src/guestfs-actions.pod:8556
#, no-wrap
msgid ""
" char **\n"
@@ -42293,26 +42312,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8554
+#: ../src/guestfs-actions.pod:8561
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:8564
+#: ../src/guestfs-actions.pod:8571
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:8602
+#: ../src/guestfs-actions.pod:8609
msgid "guestfs_swapoff_device"
msgstr "guestfs_swapoff_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8604
+#: ../src/guestfs-actions.pod:8611
#, no-wrap
msgid ""
" int\n"
@@ -42326,19 +42345,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8608
+#: ../src/guestfs-actions.pod:8615
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:8616
+#: ../src/guestfs-actions.pod:8623
msgid "guestfs_swapoff_file"
msgstr "guestfs_swapoff_file"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8618
+#: ../src/guestfs-actions.pod:8625
#, no-wrap
msgid ""
" int\n"
@@ -42352,12 +42371,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8628
+#: ../src/guestfs-actions.pod:8635
msgid "guestfs_swapoff_label"
msgstr "guestfs_swapoff_label"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8630
+#: ../src/guestfs-actions.pod:8637
#, no-wrap
msgid ""
" int\n"
@@ -42371,12 +42390,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8641
+#: ../src/guestfs-actions.pod:8648
msgid "guestfs_swapoff_uuid"
msgstr "guestfs_swapoff_uuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8643
+#: ../src/guestfs-actions.pod:8650
#, no-wrap
msgid ""
" int\n"
@@ -42390,12 +42409,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8654
+#: ../src/guestfs-actions.pod:8661
msgid "guestfs_swapon_device"
msgstr "guestfs_swapon_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8656
+#: ../src/guestfs-actions.pod:8663
#, no-wrap
msgid ""
" int\n"
@@ -42409,7 +42428,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8660
+#: ../src/guestfs-actions.pod:8667
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 "
@@ -42417,12 +42436,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8676
+#: ../src/guestfs-actions.pod:8683
msgid "guestfs_swapon_file"
msgstr "guestfs_swapon_file"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8678
+#: ../src/guestfs-actions.pod:8685
#, no-wrap
msgid ""
" int\n"
@@ -42436,19 +42455,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8682
+#: ../src/guestfs-actions.pod:8689
msgid ""
"This command enables swap to a file. See C<guestfs_swapon_device> for other "
"notes."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8689
+#: ../src/guestfs-actions.pod:8696
msgid "guestfs_swapon_label"
msgstr "guestfs_swapon_label"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8691
+#: ../src/guestfs-actions.pod:8698
#, no-wrap
msgid ""
" int\n"
@@ -42462,19 +42481,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8695
+#: ../src/guestfs-actions.pod:8702
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:8702
+#: ../src/guestfs-actions.pod:8709
msgid "guestfs_swapon_uuid"
msgstr "guestfs_swapon_uuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8704
+#: ../src/guestfs-actions.pod:8711
#, no-wrap
msgid ""
" int\n"
@@ -42488,19 +42507,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8708
+#: ../src/guestfs-actions.pod:8715
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:8715
+#: ../src/guestfs-actions.pod:8722
msgid "guestfs_sync"
msgstr "guestfs_sync"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8717
+#: ../src/guestfs-actions.pod:8724
#, no-wrap
msgid ""
" int\n"
@@ -42512,12 +42531,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8730
+#: ../src/guestfs-actions.pod:8737
msgid "guestfs_tail"
msgstr "guestfs_tail"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8732
+#: ../src/guestfs-actions.pod:8739
#, no-wrap
msgid ""
" char **\n"
@@ -42531,12 +42550,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8748
+#: ../src/guestfs-actions.pod:8755
msgid "guestfs_tail_n"
msgstr "guestfs_tail_n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8750
+#: ../src/guestfs-actions.pod:8757
#, no-wrap
msgid ""
" char **\n"
@@ -42552,12 +42571,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8772
+#: ../src/guestfs-actions.pod:8779
msgid "guestfs_tar_in"
msgstr "guestfs_tar_in"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8774
+#: ../src/guestfs-actions.pod:8781
#, no-wrap
msgid ""
" int\n"
@@ -42573,24 +42592,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8782
+#: ../src/guestfs-actions.pod:8789
msgid ""
"To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:8787 ../src/guestfs-actions.pod:8804
-#: ../src/guestfs-actions.pod:8820 ../src/guestfs-actions.pod:8836
+#: ../src/guestfs-actions.pod:8794 ../src/guestfs-actions.pod:8811
+#: ../src/guestfs-actions.pod:8827 ../src/guestfs-actions.pod:8843
msgid "(Added in 1.0.3)"
msgstr "(Додано у 1.0.3)"
#. type: =head2
-#: ../src/guestfs-actions.pod:8789
+#: ../src/guestfs-actions.pod:8796
msgid "guestfs_tar_out"
msgstr "guestfs_tar_out"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8791
+#: ../src/guestfs-actions.pod:8798
#, no-wrap
msgid ""
" int\n"
@@ -42606,19 +42625,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8799
+#: ../src/guestfs-actions.pod:8806
msgid ""
"To download a compressed tarball, use C<guestfs_tgz_out> or "
"C<guestfs_txz_out>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8806
+#: ../src/guestfs-actions.pod:8813
msgid "guestfs_tgz_in"
msgstr "guestfs_tgz_in"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8808
+#: ../src/guestfs-actions.pod:8815
#, no-wrap
msgid ""
" int\n"
@@ -42634,17 +42653,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8816
+#: ../src/guestfs-actions.pod:8823
msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8822
+#: ../src/guestfs-actions.pod:8829
msgid "guestfs_tgz_out"
msgstr "guestfs_tgz_out"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8824
+#: ../src/guestfs-actions.pod:8831
#, no-wrap
msgid ""
" int\n"
@@ -42660,17 +42679,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8832
+#: ../src/guestfs-actions.pod:8839
msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8838
+#: ../src/guestfs-actions.pod:8845
msgid "guestfs_touch"
msgstr "guestfs_touch"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8840
+#: ../src/guestfs-actions.pod:8847
#, no-wrap
msgid ""
" int\n"
@@ -42684,12 +42703,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8855
+#: ../src/guestfs-actions.pod:8862
msgid "guestfs_truncate"
msgstr "guestfs_truncate"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8857
+#: ../src/guestfs-actions.pod:8864
#, no-wrap
msgid ""
" int\n"
@@ -42703,12 +42722,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:8868
+#: ../src/guestfs-actions.pod:8875
msgid "guestfs_truncate_size"
msgstr "guestfs_truncate_size"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8870
+#: ../src/guestfs-actions.pod:8877
#, no-wrap
msgid ""
" int\n"
@@ -42724,7 +42743,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8878
+#: ../src/guestfs-actions.pod:8885
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 "
@@ -42733,12 +42752,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8888
+#: ../src/guestfs-actions.pod:8895
msgid "guestfs_tune2fs"
msgstr "guestfs_tune2fs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8890
+#: ../src/guestfs-actions.pod:8897
#, no-wrap
msgid ""
" int\n"
@@ -42754,7 +42773,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8900
+#: ../src/guestfs-actions.pod:8907
#, no-wrap
msgid ""
" GUESTFS_TUNE2FS_FORCE, int force,\n"
@@ -42782,7 +42801,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8980
+#: ../src/guestfs-actions.pod:8987
msgid ""
"To get the current values of filesystem parameters, see "
"C<guestfs_tune2fs_l>. For precise details of how tune2fs works, see the "
@@ -42790,12 +42809,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:8988
+#: ../src/guestfs-actions.pod:8995
msgid "guestfs_tune2fs_va"
msgstr "guestfs_tune2fs_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:8990
+#: ../src/guestfs-actions.pod:8997
#, no-wrap
msgid ""
" int\n"
@@ -42811,17 +42830,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:8995
+#: ../src/guestfs-actions.pod:9002
msgid "This is the \"va_list variant\" of L</guestfs_tune2fs>."
msgstr "Це «варіант з va_list» L</guestfs_tune2fs>."
#. type: =head2
-#: ../src/guestfs-actions.pod:8999
+#: ../src/guestfs-actions.pod:9006
msgid "guestfs_tune2fs_argv"
msgstr "guestfs_tune2fs_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9001
+#: ../src/guestfs-actions.pod:9008
#, no-wrap
msgid ""
" int\n"
@@ -42837,17 +42856,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9006
+#: ../src/guestfs-actions.pod:9013
msgid "This is the \"argv variant\" of L</guestfs_tune2fs>."
msgstr "Це «варіант з argv» L</guestfs_tune2fs>."
#. type: =head2
-#: ../src/guestfs-actions.pod:9010
+#: ../src/guestfs-actions.pod:9017
msgid "guestfs_tune2fs_l"
msgstr "guestfs_tune2fs_l"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9012
+#: ../src/guestfs-actions.pod:9019
#, no-wrap
msgid ""
" char **\n"
@@ -42861,12 +42880,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9032
+#: ../src/guestfs-actions.pod:9039
msgid "guestfs_txz_in"
msgstr "guestfs_txz_in"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9034
+#: ../src/guestfs-actions.pod:9041
#, no-wrap
msgid ""
" int\n"
@@ -42882,12 +42901,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9046
+#: ../src/guestfs-actions.pod:9053
msgid "guestfs_txz_out"
msgstr "guestfs_txz_out"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9048
+#: ../src/guestfs-actions.pod:9055
#, no-wrap
msgid ""
" int\n"
@@ -42903,12 +42922,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9060
+#: ../src/guestfs-actions.pod:9067
msgid "guestfs_umask"
msgstr "guestfs_umask"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9062
+#: ../src/guestfs-actions.pod:9069
#, no-wrap
msgid ""
" int\n"
@@ -42922,7 +42941,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9078
+#: ../src/guestfs-actions.pod:9085
msgid ""
"See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
"C<guestfs_mkdir>."
@@ -42931,12 +42950,12 @@ msgstr ""
"C<guestfs_mkdir>."
#. type: =head2
-#: ../src/guestfs-actions.pod:9087
+#: ../src/guestfs-actions.pod:9094
msgid "guestfs_umount"
msgstr "guestfs_umount"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9089
+#: ../src/guestfs-actions.pod:9096
#, no-wrap
msgid ""
" int\n"
@@ -42950,12 +42969,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9101
+#: ../src/guestfs-actions.pod:9108
msgid "guestfs_umount_all"
msgstr "guestfs_umount_all"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9103
+#: ../src/guestfs-actions.pod:9110
#, no-wrap
msgid ""
" int\n"
@@ -42967,12 +42986,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9114
+#: ../src/guestfs-actions.pod:9121
msgid "guestfs_umount_local"
msgstr "guestfs_umount_local"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9116
+#: ../src/guestfs-actions.pod:9123
#, no-wrap
msgid ""
" int\n"
@@ -42986,7 +43005,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9125
+#: ../src/guestfs-actions.pod:9132
#, no-wrap
msgid ""
" GUESTFS_UMOUNT_LOCAL_RETRY, int retry,\n"
@@ -42996,12 +43015,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9136
+#: ../src/guestfs-actions.pod:9143
msgid "guestfs_umount_local_va"
msgstr "guestfs_umount_local_va"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9138
+#: ../src/guestfs-actions.pod:9145
#, no-wrap
msgid ""
" int\n"
@@ -43015,17 +43034,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9142
+#: ../src/guestfs-actions.pod:9149
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:9146
+#: ../src/guestfs-actions.pod:9153
msgid "guestfs_umount_local_argv"
msgstr "guestfs_umount_local_argv"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9148
+#: ../src/guestfs-actions.pod:9155
#, no-wrap
msgid ""
" int\n"
@@ -43039,17 +43058,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9152
+#: ../src/guestfs-actions.pod:9159
msgid "This is the \"argv variant\" of L</guestfs_umount_local>."
msgstr "Це «варіант з argv» L</guestfs_umount_local>."
#. type: =head2
-#: ../src/guestfs-actions.pod:9156
+#: ../src/guestfs-actions.pod:9163
msgid "guestfs_upload"
msgstr "guestfs_upload"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9158
+#: ../src/guestfs-actions.pod:9165
#, no-wrap
msgid ""
" int\n"
@@ -43065,17 +43084,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9168
+#: ../src/guestfs-actions.pod:9175
msgid "See also C<guestfs_download>."
msgstr "Див. також C<guestfs_download>."
#. type: =head2
-#: ../src/guestfs-actions.pod:9179
+#: ../src/guestfs-actions.pod:9186
msgid "guestfs_upload_offset"
msgstr "guestfs_upload_offset"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9181
+#: ../src/guestfs-actions.pod:9188
#, no-wrap
msgid ""
" int\n"
@@ -43093,7 +43112,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9197
+#: ../src/guestfs-actions.pod:9204
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 "
@@ -43101,17 +43120,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9202
+#: ../src/guestfs-actions.pod:9209
msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
msgstr "Див. також C<guestfs_upload>, C<guestfs_pwrite>."
#. type: =head2
-#: ../src/guestfs-actions.pod:9213
+#: ../src/guestfs-actions.pod:9220
msgid "guestfs_utimens"
msgstr "guestfs_utimens"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9215
+#: ../src/guestfs-actions.pod:9222
#, no-wrap
msgid ""
" int\n"
@@ -43133,12 +43152,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9244 ../src/guestfs-structs.pod:175
+#: ../src/guestfs-actions.pod:9251 ../src/guestfs-structs.pod:175
msgid "guestfs_version"
msgstr "guestfs_version"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9246
+#: ../src/guestfs-actions.pod:9253
#, no-wrap
msgid ""
" struct guestfs_version *\n"
@@ -43150,7 +43169,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9274
+#: ../src/guestfs-actions.pod:9281
msgid ""
"I<Note:> Don't use this call to test for availability of features. In "
"enterprise distributions we backport features from later versions into "
@@ -43159,24 +43178,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9280
+#: ../src/guestfs-actions.pod:9287
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:9284
+#: ../src/guestfs-actions.pod:9291
msgid "(Added in 1.0.58)"
msgstr "(Додано у 1.0.58)"
#. type: =head2
-#: ../src/guestfs-actions.pod:9286
+#: ../src/guestfs-actions.pod:9293
msgid "guestfs_vfs_label"
msgstr "guestfs_vfs_label"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9288
+#: ../src/guestfs-actions.pod:9295
#, no-wrap
msgid ""
" char *\n"
@@ -43190,24 +43209,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9297
+#: ../src/guestfs-actions.pod:9304
msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
msgstr ""
"Пошук файлової системи за міткою можна здійснити за допомогою "
"C<guestfs_findfs_label>."
#. type: textblock
-#: ../src/guestfs-actions.pod:9302 ../src/guestfs-actions.pod:9339
+#: ../src/guestfs-actions.pod:9309 ../src/guestfs-actions.pod:9346
msgid "(Added in 1.3.18)"
msgstr "(Додано у 1.3.18)"
#. type: =head2
-#: ../src/guestfs-actions.pod:9304
+#: ../src/guestfs-actions.pod:9311
msgid "guestfs_vfs_type"
msgstr "guestfs_vfs_type"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9306
+#: ../src/guestfs-actions.pod:9313
#, no-wrap
msgid ""
" char *\n"
@@ -43221,12 +43240,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9323
+#: ../src/guestfs-actions.pod:9330
msgid "guestfs_vfs_uuid"
msgstr "guestfs_vfs_uuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9325
+#: ../src/guestfs-actions.pod:9332
#, no-wrap
msgid ""
" char *\n"
@@ -43240,19 +43259,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9334
+#: ../src/guestfs-actions.pod:9341
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:9341
+#: ../src/guestfs-actions.pod:9348
msgid "guestfs_vg_activate"
msgstr "guestfs_vg_activate"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9343
+#: ../src/guestfs-actions.pod:9350
#, no-wrap
msgid ""
" int\n"
@@ -43268,12 +43287,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9360
+#: ../src/guestfs-actions.pod:9367
msgid "guestfs_vg_activate_all"
msgstr "guestfs_vg_activate_all"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9362
+#: ../src/guestfs-actions.pod:9369
#, no-wrap
msgid ""
" int\n"
@@ -43287,12 +43306,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9375
+#: ../src/guestfs-actions.pod:9382
msgid "guestfs_vgcreate"
msgstr "guestfs_vgcreate"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9377
+#: ../src/guestfs-actions.pod:9384
#, no-wrap
msgid ""
" int\n"
@@ -43308,12 +43327,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9389
+#: ../src/guestfs-actions.pod:9396
msgid "guestfs_vglvuuids"
msgstr "guestfs_vglvuuids"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9391
+#: ../src/guestfs-actions.pod:9398
#, no-wrap
msgid ""
" char **\n"
@@ -43327,24 +43346,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9398
+#: ../src/guestfs-actions.pod:9405
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:9401
+#: ../src/guestfs-actions.pod:9408
msgid "See also C<guestfs_vgpvuuids>."
msgstr "Див. також C<guestfs_vgpvuuids>."
#. type: =head2
-#: ../src/guestfs-actions.pod:9409
+#: ../src/guestfs-actions.pod:9416
msgid "guestfs_vgmeta"
msgstr "guestfs_vgmeta"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9411
+#: ../src/guestfs-actions.pod:9418
#, no-wrap
msgid ""
" char *\n"
@@ -43360,17 +43379,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9426
+#: ../src/guestfs-actions.pod:9433
msgid "(Added in 1.17.20)"
msgstr "(Додано у 1.17.20)"
#. type: =head2
-#: ../src/guestfs-actions.pod:9428
+#: ../src/guestfs-actions.pod:9435
msgid "guestfs_vgpvuuids"
msgstr "guestfs_vgpvuuids"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9430
+#: ../src/guestfs-actions.pod:9437
#, no-wrap
msgid ""
" char **\n"
@@ -43384,24 +43403,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9437
+#: ../src/guestfs-actions.pod:9444
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:9440
+#: ../src/guestfs-actions.pod:9447
msgid "See also C<guestfs_vglvuuids>."
msgstr "Див. також C<guestfs_vglvuuids>."
#. type: =head2
-#: ../src/guestfs-actions.pod:9448
+#: ../src/guestfs-actions.pod:9455
msgid "guestfs_vgremove"
msgstr "guestfs_vgremove"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9450
+#: ../src/guestfs-actions.pod:9457
#, no-wrap
msgid ""
" int\n"
@@ -43415,12 +43434,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9463
+#: ../src/guestfs-actions.pod:9470
msgid "guestfs_vgrename"
msgstr "guestfs_vgrename"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9465
+#: ../src/guestfs-actions.pod:9472
#, no-wrap
msgid ""
" int\n"
@@ -43436,12 +43455,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9476
+#: ../src/guestfs-actions.pod:9483
msgid "guestfs_vgs"
msgstr "guestfs_vgs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9478
+#: ../src/guestfs-actions.pod:9485
#, no-wrap
msgid ""
" char **\n"
@@ -43453,17 +43472,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9487
+#: ../src/guestfs-actions.pod:9494
msgid "See also C<guestfs_vgs_full>."
msgstr "Див. також C<guestfs_vgs_full>."
#. type: =head2
-#: ../src/guestfs-actions.pod:9495
+#: ../src/guestfs-actions.pod:9502
msgid "guestfs_vgs_full"
msgstr "guestfs_vgs_full"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9497
+#: ../src/guestfs-actions.pod:9504
#, no-wrap
msgid ""
" struct guestfs_lvm_vg_list *\n"
@@ -43475,19 +43494,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9503
+#: ../src/guestfs-actions.pod:9510
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:9509
+#: ../src/guestfs-actions.pod:9516
msgid "guestfs_vgscan"
msgstr "guestfs_vgscan"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9511
+#: ../src/guestfs-actions.pod:9518
#, no-wrap
msgid ""
" int\n"
@@ -43499,12 +43518,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9521
+#: ../src/guestfs-actions.pod:9528
msgid "guestfs_vguuid"
msgstr "guestfs_vguuid"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9523
+#: ../src/guestfs-actions.pod:9530
#, no-wrap
msgid ""
" char *\n"
@@ -43518,12 +43537,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9534
+#: ../src/guestfs-actions.pod:9541
msgid "guestfs_wait_ready"
msgstr "guestfs_wait_ready"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9536
+#: ../src/guestfs-actions.pod:9543
#, no-wrap
msgid ""
" int\n"
@@ -43535,19 +43554,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9539
+#: ../src/guestfs-actions.pod:9546
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_launch> call "
"instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9546
+#: ../src/guestfs-actions.pod:9553
msgid "This function is a no op."
msgstr "Ця функція не виконує ніяких дій."
#. type: textblock
-#: ../src/guestfs-actions.pod:9548
+#: ../src/guestfs-actions.pod:9555
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 "
@@ -43555,19 +43574,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9553
+#: ../src/guestfs-actions.pod:9560
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:9561
+#: ../src/guestfs-actions.pod:9568
msgid "guestfs_wc_c"
msgstr "guestfs_wc_c"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9563
+#: ../src/guestfs-actions.pod:9570
#, no-wrap
msgid ""
" int\n"
@@ -43581,12 +43600,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9574
+#: ../src/guestfs-actions.pod:9581
msgid "guestfs_wc_l"
msgstr "guestfs_wc_l"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9576
+#: ../src/guestfs-actions.pod:9583
#, no-wrap
msgid ""
" int\n"
@@ -43600,12 +43619,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9587
+#: ../src/guestfs-actions.pod:9594
msgid "guestfs_wc_w"
msgstr "guestfs_wc_w"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9589
+#: ../src/guestfs-actions.pod:9596
#, no-wrap
msgid ""
" int\n"
@@ -43619,12 +43638,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9600
+#: ../src/guestfs-actions.pod:9607
msgid "guestfs_wipefs"
msgstr "guestfs_wipefs"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9602
+#: ../src/guestfs-actions.pod:9609
#, no-wrap
msgid ""
" int\n"
@@ -43638,18 +43657,18 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9612
+#: ../src/guestfs-actions.pod:9619
msgid ""
"Compare with C<guestfs_zero> which zeroes the first few blocks of a device."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9619
+#: ../src/guestfs-actions.pod:9626
msgid "guestfs_write"
msgstr "guestfs_write"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9621
+#: ../src/guestfs-actions.pod:9628
#, no-wrap
msgid ""
" int\n"
@@ -43667,17 +43686,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9630
+#: ../src/guestfs-actions.pod:9637
msgid "See also C<guestfs_write_append>."
msgstr "Див. також C<guestfs_write_append>."
#. type: =head2
-#: ../src/guestfs-actions.pod:9639
+#: ../src/guestfs-actions.pod:9646
msgid "guestfs_write_append"
msgstr "guestfs_write_append"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9641
+#: ../src/guestfs-actions.pod:9648
#, no-wrap
msgid ""
" int\n"
@@ -43695,17 +43714,17 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9650
+#: ../src/guestfs-actions.pod:9657
msgid "See also C<guestfs_write>."
msgstr "Див. також C<guestfs_write>."
#. type: =head2
-#: ../src/guestfs-actions.pod:9659
+#: ../src/guestfs-actions.pod:9666
msgid "guestfs_write_file"
msgstr "guestfs_write_file"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9661
+#: ../src/guestfs-actions.pod:9668
#, no-wrap
msgid ""
" int\n"
@@ -43723,21 +43742,21 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9667
+#: ../src/guestfs-actions.pod:9674
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_write> call "
"instead."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9692
+#: ../src/guestfs-actions.pod:9699
#, fuzzy
#| msgid "guestfs_isoinfo"
msgid "guestfs_xfs_info"
msgstr "guestfs_isoinfo"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9694
+#: ../src/guestfs-actions.pod:9701
#, fuzzy, no-wrap
#| msgid ""
#| " struct guestfs_isoinfo *\n"
@@ -43756,19 +43775,19 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9705
+#: ../src/guestfs-actions.pod:9712
msgid ""
"This function returns a C<struct guestfs_xfsinfo *>, or NULL if there was an "
"error. I<The caller must call C<guestfs_free_xfsinfo> after use>."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9709
+#: ../src/guestfs-actions.pod:9716
msgid "guestfs_zegrep"
msgstr "guestfs_zegrep"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9711
+#: ../src/guestfs-actions.pod:9718
#, no-wrap
msgid ""
" char **\n"
@@ -43784,12 +43803,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9728
+#: ../src/guestfs-actions.pod:9735
msgid "guestfs_zegrepi"
msgstr "guestfs_zegrepi"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9730
+#: ../src/guestfs-actions.pod:9737
#, no-wrap
msgid ""
" char **\n"
@@ -43805,12 +43824,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9747
+#: ../src/guestfs-actions.pod:9754
msgid "guestfs_zero"
msgstr "guestfs_zero"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9749
+#: ../src/guestfs-actions.pod:9756
#, no-wrap
msgid ""
" int\n"
@@ -43824,7 +43843,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9763
+#: ../src/guestfs-actions.pod:9770
msgid ""
"See also: C<guestfs_zero_device>, C<guestfs_scrub_device>, "
"C<guestfs_is_zero_device>"
@@ -43833,12 +43852,12 @@ msgstr ""
"C<guestfs_is_zero_device>"
#. type: =head2
-#: ../src/guestfs-actions.pod:9775
+#: ../src/guestfs-actions.pod:9782
msgid "guestfs_zero_device"
msgstr "guestfs_zero_device"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9777
+#: ../src/guestfs-actions.pod:9784
#, no-wrap
msgid ""
" int\n"
@@ -43852,24 +43871,24 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9781
+#: ../src/guestfs-actions.pod:9788
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:9796
+#: ../src/guestfs-actions.pod:9803
msgid "(Added in 1.3.1)"
msgstr "(Додано у 1.3.1)"
#. type: =head2
-#: ../src/guestfs-actions.pod:9798
+#: ../src/guestfs-actions.pod:9805
msgid "guestfs_zero_free_space"
msgstr "guestfs_zero_free_space"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9800
+#: ../src/guestfs-actions.pod:9807
#, no-wrap
msgid ""
" int\n"
@@ -43883,7 +43902,7 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9810
+#: ../src/guestfs-actions.pod:9817
msgid ""
"Free space is not \"trimmed\". You may want to call C<guestfs_fstrim> "
"either as an alternative to this, or after calling this, depending on your "
@@ -43891,12 +43910,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9823
+#: ../src/guestfs-actions.pod:9830
msgid "guestfs_zerofree"
msgstr "guestfs_zerofree"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9825
+#: ../src/guestfs-actions.pod:9832
#, no-wrap
msgid ""
" int\n"
@@ -43910,12 +43929,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9844
+#: ../src/guestfs-actions.pod:9851
msgid "guestfs_zfgrep"
msgstr "guestfs_zfgrep"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9846
+#: ../src/guestfs-actions.pod:9853
#, no-wrap
msgid ""
" char **\n"
@@ -43931,12 +43950,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9863
+#: ../src/guestfs-actions.pod:9870
msgid "guestfs_zfgrepi"
msgstr "guestfs_zfgrepi"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9865
+#: ../src/guestfs-actions.pod:9872
#, no-wrap
msgid ""
" char **\n"
@@ -43952,12 +43971,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9882
+#: ../src/guestfs-actions.pod:9889
msgid "guestfs_zfile"
msgstr "guestfs_zfile"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9884
+#: ../src/guestfs-actions.pod:9891
#, no-wrap
msgid ""
" char *\n"
@@ -43973,26 +43992,26 @@ msgstr ""
"\n"
#. type: textblock
-#: ../src/guestfs-actions.pod:9889
+#: ../src/guestfs-actions.pod:9896
msgid ""
"I<This function is deprecated.> In new code, use the L</guestfs_file> call "
"instead."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:9901
+#: ../src/guestfs-actions.pod:9908
msgid ""
"Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
"files."
msgstr ""
#. type: =head2
-#: ../src/guestfs-actions.pod:9909
+#: ../src/guestfs-actions.pod:9916
msgid "guestfs_zgrep"
msgstr "guestfs_zgrep"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9911
+#: ../src/guestfs-actions.pod:9918
#, no-wrap
msgid ""
" char **\n"
@@ -44008,12 +44027,12 @@ msgstr ""
"\n"
#. type: =head2
-#: ../src/guestfs-actions.pod:9928
+#: ../src/guestfs-actions.pod:9935
msgid "guestfs_zgrepi"
msgstr "guestfs_zgrepi"
#. type: verbatim
-#: ../src/guestfs-actions.pod:9930
+#: ../src/guestfs-actions.pod:9937
#, no-wrap
msgid ""
" char **\n"
diff --git a/po/POTFILES b/po/POTFILES
index 4bbe2d10..ef76203f 100644
--- a/po/POTFILES
+++ b/po/POTFILES
@@ -24,9 +24,9 @@ daemon/dir.c
daemon/dmesg.c
daemon/dropcaches.c
daemon/du.c
-daemon/echo_daemon.c
+daemon/echo-daemon.c
+daemon/errnostring-gperf.c
daemon/errnostring.c
-daemon/errnostring_gperf.c
daemon/ext2.c
daemon/fallocate.c
daemon/file.c
@@ -95,8 +95,8 @@ edit/virt-edit.c
erlang/erl-guestfs-proto.c
erlang/erl-guestfs.c
fish/alloc.c
+fish/cmds-gperf.c
fish/cmds.c
-fish/cmds_gperf.c
fish/completion.c
fish/config.c
fish/copy.c
@@ -117,12 +117,12 @@ fish/lcd.c
fish/man.c
fish/more.c
fish/options.c
+fish/prep-boot.c
+fish/prep-disk.c
+fish/prep-fs.c
+fish/prep-lv.c
+fish/prep-part.c
fish/prep.c
-fish/prep_boot.c
-fish/prep_disk.c
-fish/prep_fs.c
-fish/prep_lv.c
-fish/prep_part.c
fish/prepopts.c
fish/progress.c
fish/rc.c
@@ -178,8 +178,8 @@ gobject/src/struct-xfsinfo.c
gobject/src/tristate.c
inspector/virt-inspector.c
java/com_redhat_et_libguestfs_GuestFS.c
-ocaml/guestfs_c.c
-ocaml/guestfs_c_actions.c
+ocaml/guestfs-c-actions.c
+ocaml/guestfs-c.c
perl/Guestfs.c
perl/bindtests.pl
perl/lib/Sys/Guestfs.pm
@@ -188,26 +188,26 @@ php/extension/guestfs_php.c
python/guestfs-py-byhand.c
python/guestfs-py.c
rescue/virt-rescue.c
-resize/progress_c.c
+resize/progress-c.c
ruby/ext/guestfs/_guestfs.c
-sparsify/progress_c.c
+sparsify/progress-c.c
src/actions.c
src/appliance.c
src/bindtests.c
src/dbdump.c
+src/errnostring-gperf.c
src/errnostring.c
-src/errnostring_gperf.c
src/events.c
src/filearch.c
src/fuse.c
src/guestfs.c
+src/inspect-apps.c
+src/inspect-fs-cd.c
+src/inspect-fs-unix.c
+src/inspect-fs-windows.c
+src/inspect-fs.c
+src/inspect-icon.c
src/inspect.c
-src/inspect_apps.c
-src/inspect_fs.c
-src/inspect_fs_cd.c
-src/inspect_fs_unix.c
-src/inspect_fs_windows.c
-src/inspect_icon.c
src/launch.c
src/libvirtdomain.c
src/listfs.c
diff --git a/resize/Makefile.am b/resize/Makefile.am
index 0d80df14..a9d27d21 100644
--- a/resize/Makefile.am
+++ b/resize/Makefile.am
@@ -32,7 +32,7 @@ CLEANFILES = *~ *.cmi *.cmo *.cmx *.cmxa *.o virt-resize test.img
# Alphabetical order.
SOURCES = \
- progress_c.c \
+ progress-c.c \
progress.mli \
progress.ml \
resize.ml \
@@ -45,7 +45,7 @@ if HAVE_OCAML
# Note this list must be in dependency order.
OBJECTS = \
$(top_builddir)/fish/guestfish-progress.o \
- progress_c.o \
+ progress-c.o \
resize_gettext.cmx \
utils.cmx \
progress.cmx \
diff --git a/resize/progress_c.c b/resize/progress-c.c
index 2f25bbcc..2f25bbcc 100644
--- a/resize/progress_c.c
+++ b/resize/progress-c.c
diff --git a/sparsify/Makefile.am b/sparsify/Makefile.am
index 36c7b73c..a2e2b9c6 100644
--- a/sparsify/Makefile.am
+++ b/sparsify/Makefile.am
@@ -32,7 +32,7 @@ CLEANFILES = *~ *.cmi *.cmo *.cmx *.cmxa *.o virt-sparsify test.img
# Alphabetical order.
SOURCES = \
- progress_c.c \
+ progress-c.c \
progress.mli \
progress.ml \
sparsify.ml \
@@ -44,7 +44,7 @@ if HAVE_OCAML
# Note this list must be in dependency order.
OBJECTS = \
$(top_builddir)/fish/guestfish-progress.o \
- progress_c.o \
+ progress-c.o \
sparsify_gettext.cmx \
utils.cmx \
progress.cmx \
diff --git a/sparsify/progress_c.c b/sparsify/progress-c.c
index 81137289..81137289 100644
--- a/sparsify/progress_c.c
+++ b/sparsify/progress-c.c
diff --git a/src/Makefile.am b/src/Makefile.am
index ad641873..d956fdb3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -25,7 +25,7 @@ generator_built = \
guestfs-internal-actions.h \
actions.c \
bindtests.c \
- errnostring_gperf.gperf \
+ errnostring-gperf.gperf \
errnostring.c \
errnostring.h \
guestfs-actions.pod \
@@ -37,7 +37,7 @@ BUILT_SOURCES = \
$(generator_built) \
guestfs_protocol.c \
guestfs_protocol.h \
- errnostring_gperf.c
+ errnostring-gperf.c
EXTRA_DIST = \
$(BUILT_SOURCES) \
@@ -62,12 +62,12 @@ libprotocol_la_CFLAGS = \
# Build the errnostring perfect hash code. The generated code has lots
# of warnings so we must compile it in a separate mini-library.
liberrnostring_la_SOURCES = \
- errnostring_gperf.c \
+ errnostring-gperf.c \
errnostring.h \
errnostring.c
liberrnostring_la_CFLAGS = $(GCC_VISIBILITY_HIDDEN)
-errnostring_gperf.c: errnostring_gperf.gperf
+errnostring-gperf.c: errnostring-gperf.gperf
rm -f $@
$(GPERF) -t $< > $@-t
mv $@-t $@
@@ -130,12 +130,12 @@ libguestfs_la_SOURCES = \
filearch.c \
fuse.c \
inspect.c \
- inspect_apps.c \
- inspect_fs.c \
- inspect_fs_cd.c \
- inspect_fs_unix.c \
- inspect_fs_windows.c \
- inspect_icon.c \
+ inspect-apps.c \
+ inspect-fs.c \
+ inspect-fs-cd.c \
+ inspect-fs-unix.c \
+ inspect-fs-windows.c \
+ inspect-icon.c \
launch.c \
libvirtdomain.c \
listfs.c \
diff --git a/src/inspect_apps.c b/src/inspect-apps.c
index 0ee39546..0ee39546 100644
--- a/src/inspect_apps.c
+++ b/src/inspect-apps.c
diff --git a/src/inspect_fs_cd.c b/src/inspect-fs-cd.c
index 12c1a6d8..12c1a6d8 100644
--- a/src/inspect_fs_cd.c
+++ b/src/inspect-fs-cd.c
diff --git a/src/inspect_fs_unix.c b/src/inspect-fs-unix.c
index 6d574292..6d574292 100644
--- a/src/inspect_fs_unix.c
+++ b/src/inspect-fs-unix.c
diff --git a/src/inspect_fs_windows.c b/src/inspect-fs-windows.c
index 1a341927..1a341927 100644
--- a/src/inspect_fs_windows.c
+++ b/src/inspect-fs-windows.c
diff --git a/src/inspect_fs.c b/src/inspect-fs.c
index 0859a2b4..0859a2b4 100644
--- a/src/inspect_fs.c
+++ b/src/inspect-fs.c
diff --git a/src/inspect_icon.c b/src/inspect-icon.c
index 19acfb9c..19acfb9c 100644
--- a/src/inspect_icon.c
+++ b/src/inspect-icon.c
diff --git a/tests/xml/Makefile.am b/tests/xml/Makefile.am
index 797656a5..eff67beb 100644
--- a/tests/xml/Makefile.am
+++ b/tests/xml/Makefile.am
@@ -26,7 +26,7 @@ if HAVE_LIBVIRT
# returned by libvirt.
check_LTLIBRARIES = libfakevirtxml.la
-libfakevirtxml_la_SOURCES = fake_libvirt_xml.c
+libfakevirtxml_la_SOURCES = fake-libvirt-xml.c
libfakevirtxml_la_CFLAGS = $(LIBVIRT_CFLAGS)
# -version-info and -rpath force libtool to build a shared library.
libfakevirtxml_la_LDFLAGS = -version-info 0:0:0 -rpath /nowhere
diff --git a/tests/xml/fake_libvirt_xml.c b/tests/xml/fake-libvirt-xml.c
index 61065d3d..61065d3d 100644
--- a/tests/xml/fake_libvirt_xml.c
+++ b/tests/xml/fake-libvirt-xml.c