~ubuntu-branches/ubuntu/trusty/libguestfs/trusty

« back to all changes in this revision

Viewing changes to po-docs/uk/guestfs.3

  • Committer: Bazaar Package Importer
  • Author(s): Hilko Bengen
  • Date: 2011-10-20 13:13:00 UTC
  • mto: (1.2.1 upstream) (15.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20111020131300-vtuaa253sbrvmn7b
Tags: upstream-1.12.8
Import upstream version 1.12.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
.\" ========================================================================
63
63
.\"
64
64
.IX Title "guestfs 3"
65
 
.TH guestfs 3 "2011-09-16" "libguestfs-1.12.7" "Virtualization Support"
 
65
.TH guestfs 3 "2011-10-19" "libguestfs-1.12.8" "Virtualization Support"
66
66
.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
67
67
.\" way too many mistakes in technical documents.
68
68
.if n .ad l
939
939
.PP
940
940
Note that libguestfs also calls qemu with the \-help and \-version options in
941
941
order to determine features.
 
942
.PP
 
943
Wrappers can also be used to edit the options passed to qemu.  In the
 
944
following example, the \f(CW\*(C`\-machine ...\*(C'\fR option (\f(CW\*(C`\-machine\*(C'\fR and the following
 
945
argument) are removed from the command line and replaced with \f(CW\*(C`\-machine
 
946
pc,accel=tcg\*(C'\fR.  The while loop iterates over the options until it finds the
 
947
right one to remove, putting the remaining options into the \f(CW\*(C`args\*(C'\fR array.
 
948
.PP
 
949
.Vb 1
 
950
\& #!/bin/bash \-
 
951
\& 
 
952
\& i=0
 
953
\& while [ $# \-gt 0 ]; do
 
954
\&     case "$1" in
 
955
\&     \-machine)
 
956
\&         shift 2;;
 
957
\&     *)
 
958
\&         args[i]="$1"
 
959
\&         (( i++ ))
 
960
\&         shift ;;
 
961
\&     esac
 
962
\& done
 
963
\& 
 
964
\& exec qemu\-kvm \-machine pc,accel=tcg "${args[@]}"
 
965
.Ve
942
966
.SS "ДОЛУЧЕННЯ ДО ЗАПУЩЕНИХ ФОНОВИХ СЛУЖБ"
943
967
.IX Subsection "ДОЛУЧЕННЯ ДО ЗАПУЩЕНИХ ФОНОВИХ СЛУЖБ"
944
968
\&\fINote (1):\fR This is \fBhighly experimental\fR and has a tendency to eat
10975
10999
.el .IP "\f(CWrescue\fR" 4
10976
11000
.IX Item "rescue"
10977
11001
\&\fIvirt\-rescue\fR\|(1) command and documentation.
 
11002
.ie n .IP """resize""" 4
 
11003
.el .IP "\f(CWresize\fR" 4
 
11004
.IX Item "resize"
 
11005
\&\fIvirt\-resize\fR\|(1) command and documentation.
10978
11006
.ie n .IP """src""" 4
10979
11007
.el .IP "\f(CWsrc\fR" 4
10980
11008
.IX Item "src"
10982
11010
.ie n .IP """tools""" 4
10983
11011
.el .IP "\f(CWtools\fR" 4
10984
11012
.IX Item "tools"
10985
 
Command line tools written in Perl (\fIvirt\-resize\fR\|(1) and many others).
 
11013
Command line tools written in Perl (\fIvirt\-win\-reg\fR\|(1) and many others).
10986
11014
.ie n .IP """test\-tool""" 4
10987
11015
.el .IP "\f(CWtest\-tool\fR" 4
10988
11016
.IX Item "test-tool"
11202
11230
\&\fIvirt\-copy\-out\fR\|(1), \fIvirt\-df\fR\|(1), \fIvirt\-edit\fR\|(1), \fIvirt\-filesystems\fR\|(1),
11203
11231
\&\fIvirt\-inspector\fR\|(1), \fIvirt\-list\-filesystems\fR\|(1),
11204
11232
\&\fIvirt\-list\-partitions\fR\|(1), \fIvirt\-ls\fR\|(1), \fIvirt\-make\-fs\fR\|(1),
11205
 
\&\fIvirt\-rescue\fR\|(1), \fIvirt\-tar\fR\|(1), \fIvirt\-tar\-in\fR\|(1), \fIvirt\-tar\-out\fR\|(1),
11206
 
\&\fIvirt\-win\-reg\fR\|(1), \fIqemu\fR\|(1), \fIfebootstrap\fR\|(1),
 
11233
\&\fIvirt\-rescue\fR\|(1), \fIvirt\-resize\fR\|(1), \fIvirt\-tar\fR\|(1), \fIvirt\-tar\-in\fR\|(1),
 
11234
\&\fIvirt\-tar\-out\fR\|(1), \fIvirt\-win\-reg\fR\|(1), \fIqemu\fR\|(1), \fIfebootstrap\fR\|(1),
11207
11235
\&\fIfebootstrap\-supermin\-helper\fR\|(8), \fIhivex\fR\|(3), <http://libguestfs.org/>.
11208
11236
.PP
11209
11237
Tools with a similar purpose: \fIfdisk\fR\|(8), \fIparted\fR\|(8), \fIkpartx\fR\|(8),