Changes between Version 24 and Version 25 of jazz/ClassCloud_LiveCD
- Timestamp:
- Jun 28, 2010, 12:59:38 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/ClassCloud_LiveCD
v24 v25 239 239 -rw-r--r-- 1 root root 0 2010-06-26 09:49:17.000000000 +0800 binary_iso 240 240 }}} 241 242 {{{ 243 #!graphviz 244 digraph "live-helper" { 245 rankdir=LR; 246 node [shape=box]; 247 "lh_config"->"lh_build"->"lh_bootstrap"->"lh_chroot"->"lh_binary"; 248 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"; 252 "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 } 254 }}