Changes between Version 2 and Version 3 of SaliUsageCloning


Ignore:
Timestamp:
02/13/13 16:19:30 (11 years ago)
Author:
dennis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SaliUsageCloning

    v2 v3  
    33= Cloning a image =
    44
    5 To make an image of your 'golden' client a rsync daemon must be started:
     5'''Step 1''': To make an image of your 'golden' client a rsync daemon must be started
    66{{{
    77# ssh gb-r41n1
     
    1414The script keeps running until the imaging has been completed.
    1515
    16 Now login onto the the imageserver and fetch the image of the golden client with rsync:
     16'''Step 2''': Now login onto the the imageserver and fetch the image of the golden client with rsync:
    1717{{{
    1818# getimage <golden client name> <imagename>
    1919}}}
    20 
    21 The `getimage` command is a wrapper for the `sali getimage` command and will set some default parameters.
    22