]> ruin.nu Git - popboot.git/blobdiff - genoo
added actions for gentoo
[popboot.git] / genoo
diff --git a/genoo b/genoo
new file mode 100644 (file)
index 0000000..fd0bb2d
--- /dev/null
+++ b/genoo
@@ -0,0 +1,74 @@
+#runlevels
+2: AUMIX, HALD, CRON
+3: AUMIX, HALD, CRON, CUPSD, DISTCCD, FIRWALL, HDDTEMP, HDPARM, SSHD, NTPD
+
+#startup for gentoo
+aumix
+ #?HOTPLUG no preconditions
+"/etc/init.d/aumix start"
+0: AUMIX
+
+cupsd
+?NET, ?LOGGER #, ?HOTPLUG
+"/etc/init.d/cupsd start"
+0: CUPSD
+
+distccd
+NET
+"/etc/init.d/distccd start"
+0: DISTCCD
+
+firewall
+NET
+"/etc/init.d/firwall start"
+0: FIREWALL
+
+hald
+DBUS #, HOTPLUG
+"/etc/init.d/hald start"
+0: HALD
+
+hddtemp
+ # no preconditions
+"/etc/init.d/hddtemp start"
+0: HDDTEMP
+
+hdparm
+ # no preconditions
+"/etc/init.d/hdparm start"
+0: HDPARM
+
+metalog
+ # no preconditions
+"/etc/inid.d/metalog start
+0: METALOG, LOGGER
+
+eth0
+ #?HOTPLUG
+"/etc/init.d/net.eth0 start"
+0: NET, ETH0
+
+ntp-client
+NET, ?LOGGER
+"/etc/init.d/ntp-client start"
+0: NTPCLIENT
+
+ntpd
+NET, ?LOGGER, ?NTPCLIENT
+"/etc/init.d/ntpd start"
+0: NTPD
+
+speedfreq
+LOGGER, ?ACPID
+"/etc/init.d/speedfreq start"
+0: SPEEDFREQ
+
+sshd
+NET, ?LOGGER
+"/etc/init.d/sshd start"
+0: SSHD
+
+vixie-cron
+?LOGGER, ?NTPCLIENT
+"/etc/init.d/vixie-cron start"
+0: CRON, VIXIE-CRON