Changes between Version 9 and Version 10 of jazz/preseed_ubuntu
- Timestamp:
- Oct 27, 2011, 12:22:06 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/preseed_ubuntu
v9 v10 84 84 └── sbm.bin ### Smart Boot Manager image (sbm.bin: DOS floppy 1440k, x86 hard disk boot sector) 85 85 }}} 86 * Ubuntu 的圖形選單是透過 [http://en.opensuse.org/Gfxboot SuSE 的 Gfxboot] 來達成。 86 87 * 底下是 isolinux 目錄裡面的檔案關聯圖: 87 88 88 {{{ 89 89 #!graphviz 90 90 digraph G { 91 91 rankdir=LR; 92 node [shape=box,width=1.0] "isolinux.cfg"; 92 93 subgraph cluster_1 { 93 94 node [shape=box,width=1.0,style=filled]; 94 95 label = "main"; 95 "isolinux.cfg" -> "menu.cfg";96 96 "menu.cfg" -> "stdmenu.cfg" -> "splash.png"; 97 97 "menu.cfg" -> "txt.cfg"; … … 106 106 } 107 107 subgraph cluster_2 { 108 node [s tyle=filled];108 node [shape=box,width=1.0,style=filled]; 109 109 label = "advanced"; 110 110 "menu.cfg" -> "adtxt.cfg"; … … 113 113 } 114 114 subgraph cluster_3 { 115 node [s tyle=filled];115 node [shape=box,width=1.0,style=filled]; 116 116 label = "command line"; 117 117 "menu.cfg" -> "prompt.cfg" -> "exithelp.cfg"; … … 120 120 color=green 121 121 } 122 "isolinux.cfg" -> "menu.cfg"; 122 123 } 123 124 }}}