Changes between Version 11 and Version 12 of jazz/preseed_ubuntu


Ignore:
Timestamp:
Oct 27, 2011, 12:31:47 PM (13 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/preseed_ubuntu

    v11 v12  
    9191digraph G {
    9292  rankdir=LR;
    93   node [shape=box,width=1.0] "isolinux.cfg";
    9493  subgraph cluster_1 {
    9594    node [shape=box,width=1.0,style=filled];
    96     label = "main";
     95    label = "text mode";
    9796    "menu.cfg" -> "stdmenu.cfg" -> "splash.png";
     97    color=blue;
     98   
     99    subgraph cluster_2 {
     100      node [shape=box,width=1.0,style=filled];
     101      label = "advanced";
     102      "adtxt.cfg";
     103      "adgtk.cfg";
     104      color=red
     105    }
     106    subgraph cluster_3 {
     107      node [shape=box,width=1.0,style=filled];
     108      label = "command line";
     109      "prompt.cfg" -> "exithelp.cfg";
     110      "prompt.cfg" -> "f1.txt ~ f10.txt";
     111      color=green
     112    }
     113    "menu.cfg" -> "prompt.cfg";
     114    "menu.cfg" -> "adtxt.cfg";
     115    "menu.cfg" -> "adgtk.cfg";
     116    "menu.cfg" -> "stdmenu.cfg"
    98117    "menu.cfg" -> "txt.cfg";
    99118    "menu.cfg" -> "gtk.cfg";
    100     color=blue
    101119  }
    102120  subgraph cluster_0 {
    103121    node [shape=box,width=1.0,style=filled];
    104122    label = "graph mode";
    105     "isolinux.cfg" -> "gfxboot.c32" -> "gfxboot.cfg";
     123    "gfxboot.c32" -> "gfxboot.cfg";
    106124    color=gray
    107125  }
    108   subgraph cluster_2 {
    109     node [shape=box,width=1.0,style=filled];
    110     label = "advanced";
    111     "menu.cfg" -> "adtxt.cfg";
    112     "menu.cfg" -> "adgtk.cfg";
    113     color=red
    114   }
    115   subgraph cluster_3 {
    116     node [shape=box,width=1.0,style=filled];
    117     label = "command line";
    118     "menu.cfg" -> "prompt.cfg" -> "exithelp.cfg";
    119     "prompt.cfg" -> "menu.cfg";
    120     "prompt.cfg" -> "f1.txt ~ f10.txt";
    121     color=green
    122   }
    123126  "isolinux.cfg" -> "menu.cfg";
     127  "isolinux.cfg" -> "gfxboot.c32";
     128  node [shape=box,width=1.0] "isolinux.cfg";
    124129}
    125130}}}