]> ruin.nu Git - popboot.git/blobdiff - gentoo
added plan and inittab
[popboot.git] / gentoo
diff --git a/gentoo b/gentoo
deleted file mode 100644 (file)
index 422a5a7..0000000
--- a/gentoo
+++ /dev/null
@@ -1,179 +0,0 @@
-#runlevels
-2: AUMIX, HALD, CRON
-3: NET, AUMIX, HALD, CRON, CUPSD, DISTCCD, FIREWALL, HDDTEMP, HDPARM, SSHD, NTPD, NETMOUNT, NFSMOUNT, SPEEDFREQ, LOCAL
-4: SSHD, CUPSD
-7: SYSINIT # First runlevel
-8: CONSOLEFONT, KEYMAPS, URANDOM, BOOTMISC, CLOCK, LO, RMNOLOGIN, SERIAL  # Boot runlevel
-
-sysinit
- #no preconditions
-"/sbin/rc sysinit"
-0: SYSINIT
-
-#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
-
-#BOOT services
-consolefont
-LOCALMOUNT #?HOTPLUG
-"/etc/init.d/consolefont start"
-0: CONSOLEFONT
-
-keymaps
-LOCALMOUNT
-"/etc/init.d/keymaps start"
-0: KEYMAPS
-
-urandom
-LOCALMOUNT
-"/etc/init.d/urandom start"
-0: URANDOM
-
-bootmisc
-LOCALMOUNT, CLOCK, HOSTNAME
-"/etc/init.d/bootmisc start"
-0: BOOTMISC
-
-checkfs
-CHECKROOT, MODULES
-"/etc/init.d/checkfs start"
-0: CHECKFS
-
-checkroot
- #no preconditions
-"/etc/init.d/checkroot start"
-0: CHECKROOT
-
-clock
-LOCALMOUNT
-"/etc/init.d/clock start"
-0: CLOCK
-
-hostname
-CHECKROOT
-"/etc/init.d/hostname start"
-0: HOSTNAME
-
-localmount
-CHECKFS
-"/etc/init.d/checkfs start"
-0: LOCALMOUNT
-
-modules
-CHECKROOT, HOSTNAME
-"/etc/init.d/modules start"
-0: MODULES
-
-net.lo
- #no preconditions
-"/etc/init.d/net.lo start"
-0: LO
-
-rmnologin
-LOCALMOUNT
-"/etc/init.d/rmnologin start"
-0: RMNOLOGIN
-
-serial
- #no preconditions
-"/etc/init.d/serial start"
-0: SERIAL
-