]> ruin.nu Git - popboot.git/commitdiff
-F
authorMichael Andreen <harv@ruin.nu>
Thu, 2 Jun 2005 12:51:03 +0000 (12:51 +0000)
committerMichael Andreen <harv@ruin.nu>
Thu, 2 Jun 2005 12:51:03 +0000 (12:51 +0000)
sim.txt [new file with mode: 0644]

diff --git a/sim.txt b/sim.txt
new file mode 100644 (file)
index 0000000..c7bc63c
--- /dev/null
+++ b/sim.txt
@@ -0,0 +1,72 @@
+#
+# Test configuration file for the planner
+# NOTE: A real boot script should probably start more things.
+#       Some of these are sort of bogus.
+#
+#
+# Runlevels:
+# 2 - Multiuser mode
+# 3 - Full Multiuser mode
+# 4 - Unused 
+# 5 - X11
+#
+#
+2 : NET, SOUND, PRINTING 
+3 : NET, HTTPD, SOUND, PRINTING, SSH, IRC
+5 : NET, HTTPD, SSH, IRC, X
+
+
+eth0
+# no preconditions 
+"./simprog -e1=10"     
+0: NET # kommentar
+1: NOTHING
+
+
+alsa 
+# no preconditions
+"./simprog"
+0 : ALSA
+
+sound
+ALSA
+"./simprog"
+0 : SOUND
+
+cups
+?LOGGER
+"./simprog"
+0 : PRINTING
+
+
+syslog
+# no preconditions 
+"./simprog -e1=50"     
+0: LOGGER
+
+
+
+apache
+NET, ?LOGGER
+"./simprog"
+0: HTTPD, APACHE 
+
+
+sshd
+NET, ?LOGGER
+"./simprog"
+0: SSH
+
+ircd
+NET
+"./simprog"
+0: IRC
+
+
+x
+?NET, ?SOUND, ?PRINTING
+"./simprog"
+0: X
+
+
+#eof