X-Git-Url: https://ruin.nu/git/?p=popboot.git;a=blobdiff_plain;f=gentoo;fp=gentoo;h=5879ac6a742ab569b9792d0c8aea0baa183f42a4;hp=0000000000000000000000000000000000000000;hb=b34308a76cbe34b67eb3d1728b01d6f14e6a8091;hpb=7d7cad7f8103d106a3bd6df6e08f11eab931a658 diff --git a/gentoo b/gentoo new file mode 100644 index 0000000..5879ac6 --- /dev/null +++ b/gentoo @@ -0,0 +1,131 @@ +#runlevels +2: AUMIX, HALD, CRON +3: CONSOLEFONT, KEYMAPS, URANDOM, NET, AUMIX, HALD, CRON, CUPSD, DISTCCD, FIREWALL, HDDTEMP, HDPARM, SSHD, NTPD, NETMOUNT, NFSMOUNT, SPEEDFREQ, LOCAL +4: SSHD, CUPSD +7: SYSINIT # First runlevel +8: BOOT # Boot runlevel + +sysinit +"/sbin/rc sysinit" +0: SYSINIT + +boot +"/sbin/rc boot" +0: BOOT + +#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/firewall start" +0: FIREWALL + +hald +DBUS #, HOTPLUG +"/etc/init.d/hald start" +0: HALD + +dbus + #no preconditions +"/etc/init.d/dbus start" +0: DBUS + +hddtemp + # no preconditions +"/etc/init.d/hddtemp start" +0: HDDTEMP + +hdparm + # no preconditions +"/etc/init.d/hdparm start" +0: HDPARM + +clock + # no preconditions +"/etc/init.d/clock start" +0: CLOCK + +metalog +CLOCK +"/etc/init.d/metalog start" +0: METALOG, LOGGER + +eth0 + #?HOTPLUG +"/etc/init.d/net.eth0 start" +0: NET, ETH0 + +ntpclient +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 + +vixiecron +CLOCK, ?LOGGER, ?NTPCLIENT +"/etc/init.d/vixie-cron start" +0: CRON, VIXIECRON + +netmount +NET +"/etc/init.d/netmount start" +0: NETMOUNT + +nfsmount +NET, PORTMAP +"/etc/init.d/nfsmount start" +0: NFSMOUNT + +portmap +NET +"/etc/init.d/portmap start" +0: PORTMAP + +local +NET, AUMIX, HALD, CRON, CUPSD, DISTCCD, FIREWALL, HDDTEMP, HDPARM, SSHD, NTPD, NETMOUNT, NFSMOUNT, SPEEDFREQ +"/etc/init.d/local start" +0: LOCAL + +consolefont + #?HOTPLUG +"/etc/init.d/consolefont start" +0: CONSOLEFONT + +keymaps + # no precond +"/etc/init.d/keymaps start" +0: KEYMAPS + +urandom + #no precond +"/etc/init.d/urandom start" +0: URANDOM +