Changes between Version 9 and Version 10 of jazz/preseed_ubuntu


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

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/preseed_ubuntu

    v9 v10  
    8484└── sbm.bin                          ### Smart Boot Manager image (sbm.bin: DOS floppy 1440k, x86 hard disk boot sector)
    8585}}}
     86 * Ubuntu 的圖形選單是透過 [http://en.opensuse.org/Gfxboot SuSE 的 Gfxboot] 來達成。
    8687 * 底下是 isolinux 目錄裡面的檔案關聯圖:
    87 
    8888{{{
    8989#!graphviz
    9090digraph G {
    9191  rankdir=LR;
     92  node [shape=box,width=1.0] "isolinux.cfg";
    9293  subgraph cluster_1 {
    9394    node [shape=box,width=1.0,style=filled];
    9495    label = "main";
    95     "isolinux.cfg" -> "menu.cfg";
    9696    "menu.cfg" -> "stdmenu.cfg" -> "splash.png";
    9797    "menu.cfg" -> "txt.cfg";
     
    106106  }
    107107  subgraph cluster_2 {
    108     node [style=filled];
     108    node [shape=box,width=1.0,style=filled];
    109109    label = "advanced";
    110110    "menu.cfg" -> "adtxt.cfg";
     
    113113  }
    114114  subgraph cluster_3 {
    115     node [style=filled];
     115    node [shape=box,width=1.0,style=filled];
    116116    label = "command line";
    117117    "menu.cfg" -> "prompt.cfg" -> "exithelp.cfg";
     
    120120    color=green
    121121  }
     122  "isolinux.cfg" -> "menu.cfg";
    122123}
    123124}}}