diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-06-09 09:23:41 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-06-09 09:23:41 +0000 |
commit | 5e23a00f2bdfc63133a61c935d2d0f411e0b9c0f (patch) | |
tree | c5d87ec072cacf5b2b62ead218becc683504d719 /urpm | |
parent | 3bc1e30828fa9c68fcfada42e164e4143fe6abb2 (diff) | |
download | urpmi-5e23a00f2bdfc63133a61c935d2d0f411e0b9c0f.tar urpmi-5e23a00f2bdfc63133a61c935d2d0f411e0b9c0f.tar.gz urpmi-5e23a00f2bdfc63133a61c935d2d0f411e0b9c0f.tar.bz2 urpmi-5e23a00f2bdfc63133a61c935d2d0f411e0b9c0f.tar.xz urpmi-5e23a00f2bdfc63133a61c935d2d0f411e0b9c0f.zip |
update readme
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/README.ssh | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/urpm/README.ssh b/urpm/README.ssh index 353e735a..680f9fd8 100644 --- a/urpm/README.ssh +++ b/urpm/README.ssh @@ -1,13 +1,17 @@ -This extension module allows to use an ssh connection to perform distributed copy -of rpm packages over a network. +This extension module allows to use an ssh connection to perform distributed +copy and installation of rpm packages over a network. To use this module, edit /etc/urpmi/parallel.cfg and add an alias line as follows : <name>:ssh:<node list separated by ':'> or <name>:ssh(<default media>):<node list separated by ':'> -where <name> is the "alias name" parameter of --parallel options of the - urpm* tools, - <default media> is the default --media parameter for this alias, - <node list separated by ':'> is a list of nodes (network hosts), - for example "node1:node2: ...:nodeN". +where: + <name> is the "alias name" parameter of --parallel options of the + urpm* tools, + <default media> is the default --media parameter for this alias, + <node list separated by ':'> is a list of nodes (network hosts), + for example "node1:node2: ...:nodeN". + +You can specify 'localhost' as a node name if you want to include +the server in the list of machines to be upgraded. |