Revision 92c1ea55

b/doc/install.rst
288 288
   configure any drbd devices. You can do this by prefixing all
289 289
   *resource* lines in the file with the keyword *skip*, like this::
290 290

  
291
     skip resource r0 {
292
       ...
291
     skip {
292
       resource r0 {
293
         ...
294
       }
293 295
     }
294 296

  
295
     skip resource "r1" {
296
       ...
297
     skip {
298
       resource "r1" {
299
         ...
300
       }
297 301
     }
298 302

  
299 303
Other required software

Also available in: Unified diff