digraph Slinky { rankdir=LR size="9,5" # rotate=90 setup [ label="setup.sh" ] boot [ label = "boot_kernel\n/sbin/init" ] subgraph cluster2 { c2 [shape=plaintext fontsize=16 label="Create module folppy"] kernel_modules -> customize_mod_floppy customize_mod_floppy -> modules_floppy } subgraph cluster0 { c0 [shape=plaintext fontsize=16 label="Create slinky boot floppy"] linux_source -> boot_kernel linux_source -> kernel_modules uClibc_source -> uClibc busybox_source -> busybox uClibc -> busybox busybox -> rootfs dialog_source -> dialog uClibc -> dialog sylinux_config -> syslinux boot_msg_files -> syslinux boot_kernel -> syslinux busybox -> syslinux dialog -> rootfs cardmgr -> rootfs mke2fs -> rootfs rootfs -> syslinux syslinux -> boot_floppy } subgraph cluster1 { c1 [shape=plaintext fontsize=16 label="Install FCx with slinky"] boot_floppy -> boot boot -> run_installer run_installer -> setup setup -> select_keymap setup -> select_distri setup -> select_method setup -> select_fstype setup -> select_instdev setup -> do_partitioning setup -> activate_swap setup -> format_mount setup -> prepare_newroot setup -> in_newroot setup -> initial_reboot setup -> sh_oldroot modules_floppy -> sh_oldroot in_newroot -> bootstrap_rpm in_newroot -> base_install in_newroot -> config_new in_newroot -> grub_install in_newroot -> mk_boot_floppy in_newroot -> sh_newroot base_install -> mount_installsource base_install -> umount_installsource bootstrap_rpm -> mount_installsource bootstrap_rpm -> umount_installsource bootstrap_rpm -> base_install } subgraph cluster3 { c3 [shape=plaintext fontsize=16 label="Fedora install media"] FCx_install_media -> make_accessible make_accessible -> mount_installsource } subgraph cluster4 { c4 [shape=plaintext fontsize=16 label="The new system"] base_install -> bootable_Fedora bootable_Fedora -> install_more_software } subgraph cluster5 { c5 [shape=plaintext fontsize=16 label="Download slinky boot floppy"] download_boot_floppy -> boot_floppy } subgraph cluster6 { c6 [shape=plaintext fontsize=16 label="Download module image"] download_module_img -> customize_mod_floppy } url [shape=plaintext fontsize=30 label="http://www.rule-project.org"] Slinky [shape=plaintext fontsize=30 label="Slinky Systemstructure v0.5.03"] }