Changes between Version 29 and Version 30 of jazz/ClassCloud_LiveCD


Ignore:
Timestamp:
Jun 28, 2010, 1:23:50 PM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/ClassCloud_LiveCD

    v29 v30  
    241241
    242242{{{
    243 #!graphviz
    244 digraph "live-helper" {
    245 node [shape=record];
    246 struct3 [label="lh_config |{ lh_build |{<f3> lh_bootstrap|<f4> lh_chroot|<f5> lh_binary}}"];
    247 }
    248 }}}
    249 
    250 {{{
    251243digraph "live-helper" {
    252244        node [shape=record];
    253         struct1 [label="<f1> lh_config |{ <f2> lh_build | { <f3> lh_bootstrap | <f4> lh_chroot | <f5> lh_binary } }"];
     245        struct1 [label="<f1> lh_config |{<f2> lh_build |{<f3> lh_bootstrap|<f4> lh_chroot|<f5> lh_binary}}"];
    254246        node [shape=box];
    255247        rankdir=TD;