| 224 | 
           rodolico | 
           1 | 
           # file contains some basic information on the machine for processing
  | 
        
        
            | 
            | 
           2 | 
           # by various programs
  | 
        
        
            | 
            | 
           3 | 
           # File is colon separatated, key:value, with leading and trailing 
  | 
        
        
           | 227 | 
           rodolico | 
           4 | 
           # whitespace ignored. Keys are case insensitive.
  | 
        
        
           | 224 | 
           rodolico | 
           5 | 
           # Any line beginning with a pound sign is ignored as are balnk lines
  | 
        
        
           | 227 | 
           rodolico | 
           6 | 
           #Owner    : Name of the owner
  | 
        
        
            | 
            | 
           7 | 
           #Location : Location of device
  | 
        
        
            | 
            | 
           8 | 
           #Name     : Name of the device (overrides autodetection)
  | 
        
        
            | 
            | 
           9 | 
           #UUID     : UUID of device (overrides autodetection)
  | 
        
        
            | 
            | 
           10 | 
           #Serial   : Serial number of device (overrides autodetection)
  | 
        
        
            | 
            | 
           11 | 
           #OS_Type  : Type of operating system
  | 
        
        
            | 
            | 
           12 | 
           # you can add other fields here, for your specific needs. They will be
  | 
        
        
            | 
            | 
           13 | 
           # ignored
  | 
        
        
            | 
            | 
           14 | 
           # For example, we use
  | 
        
        
            | 
            | 
           15 | 
           #Tags     : comma delimited list of tags for our system
  | 
        
        
            | 
            | 
           16 | 
              |