close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: cannot map zero-fill pages: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jun 28, 2010, 1:17:33 PM (16 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
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 | } |