Changes between Version 25 and Version 26 of jazz/ClassCloud_LiveCD
- Timestamp:
- Jun 28, 2010, 1:17:33 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/ClassCloud_LiveCD
v25 v26 243 243 #!graphviz 244 244 digraph "live-helper" { 245 rankdir=LR;245 struct1 [label="<f1> lh_config | <f2> { lh_build | { <f3> lh_bootstrap | <f4> lh_chroot | <f5> lh_binary }"]; 246 246 node [shape=box]; 247 "lh_config"->"lh_build"->"lh_bootstrap"->"lh_chroot"->"lh_binary";248 247 rankdir=TD; 249 "lh_config"->"config";250 "lh_bootstrap"->"bootstrap"->"bootstrap_cache.save";251 "lh_chroot"->"chroot_packageslists"->"chroot_packages"->"chroot_install-packages"->"chroot_localization"->"chroot_hacks"->"binary_chroot"->"chroot_apt";248 struct1:f1->"config"; 249 struct1:f3->"bootstrap"->"bootstrap_cache.save"; 250 struct1:f4->"chroot_packageslists"->"chroot_packages"->"chroot_install-packages"->"chroot_localization"->"chroot_hacks"->"binary_chroot"->"chroot_apt"; 252 251 "lh_binary"->"binary_rootfs"->"binary_manifest"->"binary_linux-image"->"binary_memtest"->"binary_syslinux"->"binary_disk"->"binary_win32-loader"->"binary_includes"->"binary_md5sum"->"binary_iso"; 253 252 }