View | Details | Raw Unified | Return to bug 883951
Collapse All | Expand All

(-)zypper.8-1.9.16-22.2 (-9 / +1 lines)
Lines 814-820 Link Here
814
814
815
.IP
815
.IP
816
This command accepts the following options:
816
This command accepts the following options:
817
818
.TP
817
.TP
819
\fI    \-\-match\-substrings\fR
818
\fI    \-\-match\-substrings\fR
820
Matches for search strings may be partial words (default).
819
Matches for search strings may be partial words (default).
Lines 1003-1013 Link Here
1003
The \fIalias\fR, \fIname\fR, \fIURI\fR, or the \fInumber\fR from \fBzypper repos\fR list can be used to
1002
The \fIalias\fR, \fIname\fR, \fIURI\fR, or the \fInumber\fR from \fBzypper repos\fR list can be used to
1004
specify a repository as an argument of various zypper commands and
1003
specify a repository as an argument of various zypper commands and
1005
options like \fBrefresh\fR, \fB--repo\fR, or \fB--from\fR.
1004
options like \fBrefresh\fR, \fB--repo\fR, or \fB--from\fR.
1006
.TP
1005
1007
.TP
1006
.TP
1008
Supported URI formats:
1007
Supported URI formats:
1009
.TP
1008
.TP
1010
.TP
1011
CD or DVD drive
1009
CD or DVD drive
1012
Optionally with \fIdevices\fR list for probing.
1010
Optionally with \fIdevices\fR list for probing.
1013
1011
Lines 1015-1021 Link Here
1015
.br
1013
.br
1016
.B dvd:/subdir\fI?devices=/dev/sr0,/dev/sr1
1014
.B dvd:/subdir\fI?devices=/dev/sr0,/dev/sr1
1017
.TP
1015
.TP
1018
.TP
1019
FTP/HTTP/HTTPS directory tree
1016
FTP/HTTP/HTTPS directory tree
1020
The ftp URL scheme supports absolute and relative paths to the default ftp server directory (RFC1738, Section 3.2.2). To use an absolute path, you have to prepend the path with an additional slash, what results in a "/%2f" combination (second "/" encoded to "%2f") at the begin of the URL path. This is important, especially in user authenticated ftp, where the users home is usually the default directory of the server (except when the server chroots into the users home directory).
1017
The ftp URL scheme supports absolute and relative paths to the default ftp server directory (RFC1738, Section 3.2.2). To use an absolute path, you have to prepend the path with an additional slash, what results in a "/%2f" combination (second "/" encoded to "%2f") at the begin of the URL path. This is important, especially in user authenticated ftp, where the users home is usually the default directory of the server (except when the server chroots into the users home directory).
1021
1018
Lines 1033-1050 Link Here
1033
.B https://user:pass@server/path\fI?proxy=foo&proxyuser=me&proxypass=pw
1030
.B https://user:pass@server/path\fI?proxy=foo&proxyuser=me&proxypass=pw
1034
1031
1035
.TP
1032
.TP
1036
.TP
1037
Disk volume (partition)
1033
Disk volume (partition)
1038
Mandatory \fBdevice\fR parameter specifying the name of the block device to mount. The name of the optional \fIfilesystem\fR defaults to "auto".
1034
Mandatory \fBdevice\fR parameter specifying the name of the block device to mount. The name of the optional \fIfilesystem\fR defaults to "auto".
1039
1035
1040
.B hd:/subdir?device=/dev/sda1\fI&filesystem=reiserfs
1036
.B hd:/subdir?device=/dev/sda1\fI&filesystem=reiserfs
1041
.TP
1037
.TP
1042
.TP
1043
Local directory tree
1038
Local directory tree
1044
1039
1045
.B dir:/directory/name
1040
.B dir:/directory/name
1046
.TP
1041
.TP
1047
.TP
1048
Media in an ISO image (loopback mounted)
1042
Media in an ISO image (loopback mounted)
1049
Mandatory \fBiso\fR parameter specifying the name of the iso file. Optional \fIurl\fR parameter specifying the URL to the directory containing the iso file. Optional \fImnt\fR parameter specifying the preferred attach point for the source media url. Optional \fIfilesystem\fR name of the filesystem used in the iso file. Defaults to "auto".
1043
Mandatory \fBiso\fR parameter specifying the name of the iso file. Optional \fIurl\fR parameter specifying the URL to the directory containing the iso file. Optional \fImnt\fR parameter specifying the preferred attach point for the source media url. Optional \fIfilesystem\fR name of the filesystem used in the iso file. Defaults to "auto".
1050
1044
Lines 1054-1060 Link Here
1054
.br
1048
.br
1055
.B iso:/subdir?iso=DVD1.iso\fI&url=nfs://nfs-server/directory&mnt=/nfs/attach/point&filesystem=udf
1049
.B iso:/subdir?iso=DVD1.iso\fI&url=nfs://nfs-server/directory&mnt=/nfs/attach/point&filesystem=udf
1056
.TP
1050
.TP
1057
.TP
1058
NFS exported directory tree
1051
NFS exported directory tree
1059
To use NFSv4 either use schema \fItnfsv4://\fR or pass an optional parameter \fItype=nfs4\fR. Additional \fImountoptions\fR can be passed as comma separated list. Defaults to "ro".
1052
To use NFSv4 either use schema \fItnfsv4://\fR or pass an optional parameter \fItype=nfs4\fR. Additional \fImountoptions\fR can be passed as comma separated list. Defaults to "ro".
1060
1053
Lines 1064-1070 Link Here
1064
.br
1057
.br
1065
.B nfs4://nfs-server/exported/path\fI?mountoptions=ro
1058
.B nfs4://nfs-server/exported/path\fI?mountoptions=ro
1066
.TP
1059
.TP
1067
.TP
1068
CIFS/SMB directory tree
1060
CIFS/SMB directory tree
1069
There is no difference between cifs and smb scheme (any more). In both cases the \fIcifs\fR filesystem is used. Additional \fImountoptions\fR can be passed as comma separated list. Defaults to "ro,guest". Specify "noguest" to turn off "guest". This is necessary if Samba is configured to reject guest connections.
1061
There is no difference between cifs and smb scheme (any more). In both cases the \fIcifs\fR filesystem is used. Additional \fImountoptions\fR can be passed as comma separated list. Defaults to "ro,guest". Specify "noguest" to turn off "guest". This is necessary if Samba is configured to reject guest connections.
1070
1062

Return to bug 883951