set +C cat <<'EOF' > $insconf $local_fs +mountall +mountoverflowtmp +umountfs $network +networking +ifupdown $named +named +dnsmasq +lwresd +bind9 $network $remote_fs $local_fs +mountnfs +mountnfs-bootclean +umountnfs +sendsigs $syslog +rsyslog +sysklogd +syslog-ng +dsyslog +inetutils-syslogd $portmap portmap $time +hwclock glibc udev console-screen keymap keyboard-setup console-setup cryptdisks cryptdisks-early checkfs-loop EOF set -C addscript acpid <<'EOF' ### BEGIN INIT INFO # Provides: acpid # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # X-Start-Before: kdm gdm xdm hal # X-Stop-After: kdm gdm xdm hal # Default-Start: 2 3 4 5 # Default-Stop: # Short-Description: Start the Advanced Configuration and Power Interface daemon # Description: Provide a socket for X11, hald and others to multiplex # kernel ACPI events. ### END INIT INFO EOF addscript atd <<'EOF' ### BEGIN INIT INFO # Provides: atd # Required-Start: $syslog $time $remote_fs # Required-Stop: $syslog $time $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Deferred execution scheduler # Description: Debian init script for the atd deferred executions # scheduler ### END INIT INFO EOF addscript bootlogd <<'EOF' ### BEGIN INIT INFO # Provides: bootlogd # Required-Start: mountdevsubfs # X-Start-Before: hostname keymap keyboard-setup procps pcmcia hwclock hwclockfirst hdparm hibernate-cleanup lvm2 # Required-Stop: # Default-Start: S # Default-Stop: # Short-Description: Start or stop bootlogd. # Description: Starts or stops the bootlogd log program # which logs boot messages. ### END INIT INFO EOF addscript bootlogs <<'EOF' ### BEGIN INIT INFO # Provides: bootlogs # Required-Start: hostname $local_fs # Required-Stop: # Should-Start: $x-display-manager gdm kdm xdm ldm sdm wdm nodm # Default-Start: 1 2 3 4 5 # Default-Stop: # Short-Description: Log file handling to be done during bootup. # Description: Various things that don't need to be done particularly # early in the boot, just before getty is run. ### END INIT INFO EOF addscript bootmisc.sh <<'EOF' ### BEGIN INIT INFO # Provides: bootmisc # Required-Start: $remote_fs # Required-Stop: # Should-Start: udev # Default-Start: S # Default-Stop: # Short-Description: Miscellaneous things to be done during bootup. # Description: Some cleanup. Note, it need to run after mountnfs-bootclean.sh. ### END INIT INFO EOF addscript checkfs.sh <<'EOF' ### BEGIN INIT INFO # Provides: checkfs # Required-Start: checkroot # Required-Stop: # Should-Start: mtab # Default-Start: S # Default-Stop: # X-Interactive: true # Short-Description: Check all filesystems. ### END INIT INFO EOF addscript checkroot.sh <<'EOF' ### BEGIN INIT INFO # Provides: checkroot # Required-Start: mountdevsubfs hostname # Required-Stop: # Should-Start: keymap hwclockfirst hdparm bootlogd # Should-stop: # Default-Start: S # Default-Stop: # X-Interactive: true # Short-Description: Check to root file system. ### END INIT INFO EOF addscript console-setup <<'EOF' ### BEGIN INIT INFO # Provides: console-setup # Required-Start: $remote_fs # Required-Stop: # Should-Start: console-screen kbd # Default-Start: S # Default-Stop: # X-Interactive: true # Short-Description: Set console font and keymap ### END INIT INFO EOF addscript cron <<'EOF' ### BEGIN INIT INFO # Provides: cron # Required-Start: $remote_fs $syslog $time # Required-Stop: $remote_fs $syslog $time # Should-Start: slapd autofs ypbind nscd # Should-Stop: slapd autofs ypbind nscd # Default-Start: 2 3 4 5 # Default-Stop: 1 # Short-Description: Regular background program processing daemon # Description: cron is a standard UNIX program that runs user-specified # programs at periodic scheduled times. vixie cron adds a # number of features to the basic UNIX cron, including better # security and more powerful configuration options. ### END INIT INFO EOF addscript cups <<'EOF' ### BEGIN INIT INFO # Provides: cups # Required-Start: $syslog $remote_fs # Required-Stop: $syslog $remote_fs # Should-Start: $network avahi # Should-Stop: $network # X-Start-Before: samba # X-Stop-After: samba # Default-Start: 2 3 4 5 # Default-Stop: 1 # Short-Description: CUPS Printing spooler and server ### END INIT INFO EOF addscript dbus <<'EOF' ### BEGIN INIT INFO # Provides: dbus # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: # Short-Description: D-Bus systemwide message bus # Description: D-Bus is a simple interprocess messaging system, used # for sending messages between applications. ### END INIT INFO EOF addscript dirmngr <<'EOF' ### BEGIN INIT INFO # Provides: dirmngr # Required-Start: $local_fs $network $remote_fs # Required-Stop: $local_fs $network $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: start DirMngr daemon # Description: DirMngr is a server for managing and downloading certificate # revocation lists. ### END INIT INFO EOF addscript exim4 <<'EOF' ### BEGIN INIT INFO # Provides: exim4 # Required-Start: $remote_fs $syslog $named $network $time # Required-Stop: $remote_fs $syslog $named $network # Should-Start: postgresql mysql clamav-daemon greylist spamassassin # Should-Stop: postgresql mysql clamav-daemon greylist spamassassin # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: exim Mail Transport Agent # Description: exim is a Mail Transport agent ### END INIT INFO EOF addscript fuse <<'EOF' ### BEGIN INIT INFO # Provides: fuse # Required-Start: $remote_fs # Required-Stop: $remote_fs # Default-Start: S # Default-Stop: 0 6 # Short-Description: Filesystem in userspace # Description: This file load all what's needed to make fuse work fine ### END INIT INFO EOF addscript hal <<'EOF' ### BEGIN INIT INFO # Provides: hal # Required-Start: $remote_fs dbus # Required-Stop: $remote_fs dbus # Should-Start: $syslog acpid # Should-Stop: $syslog acpid # Default-Start: 2 3 4 5 # Default-Stop: 1 # Short-Description: Hardware abstraction layer # Description: The HAL daemon collects and maintains information about # your hardware. ### END INIT INFO EOF addscript halt <<'EOF' ### BEGIN INIT INFO # Provides: halt # Required-Start: # Required-Stop: # Default-Start: # Default-Stop: 0 # Short-Description: Execute the halt command. # Description: ### END INIT INFO EOF addscript hdparm <<'EOF' ### BEGIN INIT INFO # Provides: hdparm # Required-Start: mountdevsubfs # Required-Stop: # Should-Start: udev # Default-Start: S # Default-Stop: # Short-Description: Tune IDE hard disks ### END INIT INFO EOF addscript hostname.sh <<'EOF' ### BEGIN INIT INFO # Provides: hostname # Required-Start: # Required-Stop: # Should-Start: glibc # Default-Start: S # Default-Stop: # Short-Description: Set hostname based on /etc/hostname # Description: Read the machines hostname from /etc/hostname, and # update the kernel value with this value. If # /etc/hostname is empty, the current kernel value # for hostname is used. If the kernel value is # empty, the value 'localhost' is used. ### END INIT INFO EOF addscript hwclock.sh <<'EOF' ### BEGIN INIT INFO # Provides: hwclock # Required-Start: checkroot # Required-Stop: $local_fs # Default-Start: S # Default-Stop: 0 6 ### END INIT INFO EOF addscript hwclockfirst.sh <<'EOF' ### BEGIN INIT INFO # Provides: hwclockfirst # Required-Start: mountdevsubfs # Required-Stop: # Default-Start: S # X-Start-Before: checkroot # Default-Stop: ### END INIT INFO EOF addscript ifupdown <<'EOF' ### BEGIN INIT INFO # Provides: ifupdown # Required-Start: ifupdown-clean # Required-Stop: $local_fs # Default-Start: S # Default-Stop: 0 6 # Short-Description: Prepare the system for taking up interfaces. ### END INIT INFO EOF addscript ifupdown-clean <<'EOF' ### BEGIN INIT INFO # Provides: ifupdown-clean # Required-Start: checkroot # Required-Stop: # Default-Start: S # Default-Stop: # Short-Description: Clean old interface status info during boot. ### END INIT INFO EOF addscript kbd <<'EOF' ### BEGIN INIT INFO # Provides: kbd # Required-Start: $remote_fs # Required-Stop: # Default-Start: S # Default-Stop: # X-Interactive: true # Description: Set console screen modes and fonts # Short-Description: Prepare console ### END INIT INFO EOF addscript kdm <<'EOF' ### BEGIN INIT INFO # Provides: kdm # Required-Start: $local_fs $remote_fs # Required-Stop: $local_fs $remote_fs # Should-Start: console-screen kbd acpid dbus hal # Should-Stop: console-screen kbd # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: X display manager for KDE # Description: KDM manages a collection of X servers, which may be on the local host or remote machines. ### END INIT INFO EOF addscript keyboard-setup <<'EOF' ### BEGIN INIT INFO # Provides: keyboard-setup # Required-Start: mountkernfs # Required-Stop: # Should-Start: keymap udev # X-Start-Before: checkroot # Default-Start: S # Default-Stop: # X-Interactive: true # Short-Description: Set preliminary keymap # Description: Set the console keyboard as early as possible # so during the file systems checks the administrator # can interact. At this stage of the boot process # only the ASCII symbols are supported. ### END INIT INFO EOF addscript killprocs <<'EOF' ### BEGIN INIT INFO # Provides: killprocs # Required-Start: $local_fs # Required-Stop: # Default-Start: 1 # Default-Stop: # Short-Description: executed by init(8) upon entering runlevel 1 (single). ### END INIT INFO EOF addscript module-init-tools <<'EOF' ### BEGIN INIT INFO # Provides: module-init-tools # Required-Start: # Required-Stop: # Should-Start: checkroot # Should-Stop: # Default-Start: S # Default-Stop: # Short-Description: Process /etc/modules. # Description: Load the modules listed in /etc/modules. ### END INIT INFO EOF addscript mountall-bootclean.sh <<'EOF' ### BEGIN INIT INFO # Provides: mountall-bootclean # Required-Start: mountall # Required-Stop: # Default-Start: S # Default-Stop: # Short-Description: bootclean after mountall. # Description: Clean temporary filesystems after # all local filesystems have been mounted. ### END INIT INFO EOF addscript mountall.sh <<'EOF' ### BEGIN INIT INFO # Provides: mountall # Required-Start: checkfs # Required-Stop: # Default-Start: S # Default-Stop: # Short-Description: Mount all filesystems. # Description: ### END INIT INFO EOF addscript mountdevsubfs.sh <<'EOF' ### BEGIN INIT INFO # Provides: mountdevsubfs # Required-Start: mountkernfs # Required-Stop: # Should-Start: udev # Default-Start: S # Default-Stop: # Short-Description: Mount special file systems under /dev. # Description: Mount the virtual filesystems the kernel provides # that ordinarily live under the /dev filesystem. ### END INIT INFO EOF addscript mountkernfs.sh <<'EOF' ### BEGIN INIT INFO # Provides: mountkernfs # Required-Start: # Required-Stop: # Should-Start: glibc # Default-Start: S # Default-Stop: # Short-Description: Mount kernel virtual file systems. # Description: Mount initial set of virtual filesystems the kernel # provides and that are required by everything. ### END INIT INFO EOF addscript mountnfs-bootclean.sh <<'EOF' ### BEGIN INIT INFO # Provides: mountnfs-bootclean # Required-Start: $local_fs mountnfs # Required-Stop: # Default-Start: S # Default-Stop: # Short-Description: bootclean after mountnfs. # Description: Clean temporary filesystems after # network filesystems have been mounted. ### END INIT INFO EOF addscript mountnfs.sh <<'EOF' ### BEGIN INIT INFO # Provides: mountnfs # Required-Start: $local_fs # Required-Stop: # Should-Start: $network $portmap nfs-common udev-mtab # Default-Start: S # Default-Stop: # Short-Description: Wait for network file systems to be mounted # Description: Network file systems are mounted by # /etc/network/if-up.d/mountnfs in the background # when interfaces are brought up; this script waits # for them to be mounted before carrying on. ### END INIT INFO EOF addscript mountoverflowtmp <<'EOF' ### BEGIN INIT INFO # Provides: mountoverflowtmp # Required-Start: mountall-bootclean # Required-Stop: umountfs # Default-Start: S # Default-Stop: # Short-Description: mount emergency /tmp. # Description: Mount a tmpfs on /tmp if there would # otherwise be too little space to log in. ### END INIT INFO EOF addscript mtab.sh <<'EOF' ### BEGIN INIT INFO # Provides: mtab # Required-Start: checkroot # Required-Stop: # Default-Start: S # Default-Stop: # Short-Description: Update mtab file. # Description: Update the mount program's mtab file after # all local filesystems have been mounted. ### END INIT INFO EOF addscript network-manager <<'EOF' ### BEGIN INIT INFO # Provides: network-manager # Required-Start: $remote_fs dbus udev # Required-Stop: $remote_fs dbus udev # Should-Start: $syslog # Should-Stop: $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: network connection manager # Description: Daemon for automatically switching network # connections to the best available connection. ### END INIT INFO EOF addscript networking <<'EOF' ### BEGIN INIT INFO # Provides: networking # Required-Start: mountkernfs $local_fs # Required-Stop: $local_fs # Should-Start: ifupdown # Should-Stop: ifupdown # Default-Start: S # Default-Stop: 0 6 # Short-Description: Raise network interfaces. ### END INIT INFO EOF addscript nfs-common <<'EOF' ### BEGIN INIT INFO # Provides: nfs-common # Required-Start: $portmap $time # Required-Stop: $time # Default-Start: 2 3 4 5 S # Default-Stop: 0 1 6 # Short-Description: NFS support files common to client and server # Description: NFS is a popular protocol for file sharing across # TCP/IP networks. This service provides various # support functions for NFS mounts. ### END INIT INFO EOF addscript nvidia-glx <<'EOF' ### BEGIN INIT INFO # Provides: nvidia-glx # Required-Start: $remote_fs # Required-Stop: $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: # Short-Description: messing around with the libGL.so symlink # Description: messing around with the libGL.so symlink sleep 5 ### END INIT INFO EOF addscript nvidia-kernel <<'EOF' ### BEGIN INIT INFO # Provides: nvidia-kernel # Required-Start: mountdevsubfs # Required-Stop: # Should-Start: udev # Default-Start: 2 3 4 5 # Default-Stop: # Short-Description: create NVIDIA device nodes ### END INIT INFO EOF addscript openvpn <<'EOF' ### BEGIN INIT INFO # Provides: openvpn # Required-Start: $network $remote_fs $syslog # Required-Stop: $network $remote_fs $syslog # Should-Start: network-manager # Should-Stop: network-manager # X-Start-Before: $x-display-manager gdm kdm xdm wdm ldm sdm nodm # X-Interactive: true # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Openvpn VPN service ### END INIT INFO EOF addscript portmap <<'EOF' ### BEGIN INIT INFO # Provides: portmap # Required-Start: $network $local_fs # Required-Stop: $network $local_fs # Default-Start: S 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: The RPC portmapper # Description: Portmap is a server that converts RPC (Remote # Procedure Call) program numbers into DARPA # protocol port numbers. It must be running in # order to make RPC calls. Services that use # RPC include NFS and NIS. ### END INIT INFO EOF addscript pppd-dns <<'EOF' ### BEGIN INIT INFO # Provides: pppd-dns # Required-Start: $local_fs # Required-Stop: # Default-Start: S # Default-Stop: # Short-Description: Restore resolv.conf if the system crashed. ### END INIT INFO EOF addscript preload <<'EOF' ### BEGIN INIT INFO # Provides: preload.sourceforge.net # Required-Start: $local_fs $remote_fs $time # Required-Stop: $local_fs $remote_fs $time # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Adaptive readahead daemon # Description: Analyzes what applications users run and tries to predict # what they would like to run and loads them into memory # beforehand. ### END INIT INFO EOF addscript procps <<'EOF' ### BEGIN INIT INFO # Provides: procps # Required-Start: mountkernfs $local_fs # Required-Stop: # Should-Start: udev module-init-tools # Default-Start: S # Default-Stop: # Short-Description: Configure kernel parameters at boottime # Description: Loads kernel parameters that are specified in /etc/sysctl.conf ### END INIT INFO EOF addscript qemu-kvm <<'EOF' ### BEGIN INIT INFO # Provides: qemu-kvm kvm # Required-Start: # Required-Stop: # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: KVM init script # Description: This script loads the kernel modules needed by kvm ### END INIT INFO EOF addscript rc.local <<'EOF' ### BEGIN INIT INFO # Provides: rc.local # Required-Start: $remote_fs $syslog $all # Required-Stop: # Default-Start: 2 3 4 5 # Default-Stop: # Short-Description: Run /etc/rc.local if it exist ### END INIT INFO EOF addscript reboot <<'EOF' ### BEGIN INIT INFO # Provides: reboot # Required-Start: # Required-Stop: # Default-Start: # Default-Stop: 6 # Short-Description: Execute the reboot command. # Description: ### END INIT INFO EOF addscript rmnologin <<'EOF' ### BEGIN INIT INFO # Provides: rmnologin # Required-Start: $remote_fs $all # Required-Stop: # Default-Start: 2 3 4 5 # Default-Stop: # Short-Description: Remove /etc/nologin at boot # Description: This script removes the /etc/nologin file as the # last step in the boot process, if DELAYLOGIN=yes. # If DELAYLOGIN=no, /etc/nologin was not created by # bootmisc earlier in the boot process. ### END INIT INFO EOF addscript rsyslog <<'EOF' ### BEGIN INIT INFO # Provides: rsyslog # Required-Start: $remote_fs $time # Required-Stop: umountnfs $time # X-Stop-After: sendsigs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: enhanced syslogd # Description: Rsyslog is an enhanced multi-threaded syslogd. # It is quite compatible to stock sysklogd and can be # used as a drop-in replacement. ### END INIT INFO EOF addscript samba <<'EOF' ### BEGIN INIT INFO # Provides: samba # Required-Start: $network $local_fs $remote_fs # Required-Stop: $network $local_fs $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Should-Start: slapd # Should-Stop: slapd # Short-Description: start Samba daemons (nmbd and smbd) ### END INIT INFO EOF addscript saned <<'EOF' ### BEGIN INIT INFO # Provides: saned # Required-Start: $syslog $local_fs $remote_fs # Required-Stop: $syslog $local_fs $remote_fs # Should-Start: dbus avahi # Should-Stop: dbus avahi # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: SANE network scanner server # Description: saned makes local scanners available over the # network. ### END INIT INFO EOF addscript sendsigs <<'EOF' ### BEGIN INIT INFO # Provides: sendsigs # Required-Start: # Required-Stop: umountnfs # Default-Start: # Default-Stop: 0 6 # Short-Description: Kill all remaining processes. # Description: ### END INIT INFO EOF addscript single <<'EOF' ### BEGIN INIT INFO # Provides: single # Required-Start: $local_fs $all killprocs # Required-Stop: # Default-Start: 1 # Default-Stop: # Short-Description: executed by init(8) upon entering runlevel 1 (single). ### END INIT INFO EOF addscript speech-dispatcher <<'EOF' ### BEGIN INIT INFO # Provides: speech-dispatcher # Required-Start: # Required-Stop: # Should-Start: festival # Should-Stop: festival # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Speech Dispatcher # Description: Common interface to speech synthesizers ### END INIT INFO EOF addscript stop-bootlogd <<'EOF' ### BEGIN INIT INFO # Provides: stop-bootlogd # Required-Start: $local_fs $all # Required-Stop: # Default-Start: 2 3 4 5 # Default-Stop: # Short-Description: Stop bootlogd # Description: See the init.d/bootlogd script ### END INIT INFO EOF addscript stop-bootlogd-single <<'EOF' ### BEGIN INIT INFO # Provides: stop-bootlogd-single # Required-Start: $local_fs $all # Required-Stop: # Default-Start: S # Default-Stop: # Short-Description: Stop bootlogd in single user mode # Description: See the init.d/bootlogd script ### END INIT INFO EOF addscript udev <<'EOF' ### BEGIN INIT INFO # Provides: udev # Required-Start: mountkernfs # Required-Stop: # Default-Start: S # Default-Stop: # X-Interactive: true # Short-Description: Start udevd, populate /dev and load drivers. ### END INIT INFO EOF addscript udev-mtab <<'EOF' ### BEGIN INIT INFO # Provides: udev-mtab # Required-Start: udev $local_fs # Required-Stop: # Default-Start: S # Default-Stop: # Short-Description: Add to mtab the entry for /dev. ### END INIT INFO EOF addscript umountfs <<'EOF' ### BEGIN INIT INFO # Provides: umountfs # Required-Start: # Required-Stop: umountroot # Default-Start: # Default-Stop: 0 6 # Short-Description: Turn off swap and unmount all local file systems. # Description: ### END INIT INFO EOF addscript umountnfs.sh <<'EOF' ### BEGIN INIT INFO # Provides: umountnfs # Required-Start: # Required-Stop: umountfs # Should-Stop: $network $portmap nfs-common # Default-Start: # Default-Stop: 0 6 # Short-Description: Unmount all network filesystems except the root fs. # Description: Also unmounts all virtual filesystems (proc, devfs, # devpts, usbfs, sysfs) that are not mounted at the # top level. ### END INIT INFO EOF addscript umountroot <<'EOF' ### BEGIN INIT INFO # Provides: umountroot # Required-Start: # Required-Stop: # Should-Stop: halt reboot kexec # Default-Start: # Default-Stop: 0 6 # Short-Description: Mount the root filesystem read-only. ### END INIT INFO EOF addscript urandom <<'EOF' ### BEGIN INIT INFO # Provides: urandom # Required-Start: $remote_fs # Required-Stop: $remote_fs # Default-Start: S # Default-Stop: 0 6 # Short-Description: Save and restore random seed between restarts. # Description: This script saves the random seed between restarts. # It is called from the boot, halt and reboot scripts. ### END INIT INFO EOF addscript x11-common <<'EOF' ### BEGIN INIT INFO # Provides: x11-common # Required-Start: $local_fs # Required-Stop: $local_fs # Default-Start: S # Default-Stop: ### END INIT INFO EOF cd $tmpdir/etc mkdir rc0.d rc1.d rc2.d rc3.d rc4.d rc5.d rc6.d rcS.d ln -s ../init.d/atd rc0.d/K01atd ln -s ../init.d/dirmngr rc0.d/K01dirmngr ln -s ../init.d/exim4 rc0.d/K01exim4 ln -s ../init.d/fuse rc0.d/K01fuse ln -s ../init.d/kdm rc0.d/K01kdm ln -s ../init.d/openvpn rc0.d/K01openvpn ln -s ../init.d/preload rc0.d/K01preload ln -s ../init.d/qemu-kvm rc0.d/K01qemu-kvm ln -s ../init.d/samba rc0.d/K01samba ln -s ../init.d/saned rc0.d/K01saned ln -s ../init.d/speech-dispatcher rc0.d/K01speech-dispatcher ln -s ../init.d/urandom rc0.d/K01urandom ln -s ../init.d/network-manager rc0.d/K02network-manager ln -s ../init.d/sendsigs rc0.d/K03sendsigs ln -s ../init.d/rsyslog rc0.d/K04rsyslog ln -s ../init.d/umountnfs.sh rc0.d/K05umountnfs.sh ln -s ../init.d/nfs-common rc0.d/K06nfs-common ln -s ../init.d/portmap rc0.d/K06portmap ln -s ../init.d/hwclock.sh rc0.d/K07hwclock.sh ln -s ../init.d/networking rc0.d/K07networking ln -s ../init.d/ifupdown rc0.d/K08ifupdown ln -s ../init.d/umountfs rc0.d/K09umountfs ln -s ../init.d/umountroot rc0.d/K10umountroot ln -s ../init.d/halt rc0.d/K11halt ln -s ../init.d/atd rc1.d/K01atd ln -s ../init.d/cron rc1.d/K01cron ln -s ../init.d/dirmngr rc1.d/K01dirmngr ln -s ../init.d/exim4 rc1.d/K01exim4 ln -s ../init.d/hal rc1.d/K01hal ln -s ../init.d/kdm rc1.d/K01kdm ln -s ../init.d/openvpn rc1.d/K01openvpn ln -s ../init.d/preload rc1.d/K01preload ln -s ../init.d/qemu-kvm rc1.d/K01qemu-kvm ln -s ../init.d/samba rc1.d/K01samba ln -s ../init.d/saned rc1.d/K01saned ln -s ../init.d/speech-dispatcher rc1.d/K01speech-dispatcher ln -s ../init.d/cups rc1.d/K02cups ln -s ../init.d/network-manager rc1.d/K02network-manager ln -s ../init.d/rsyslog rc1.d/K04rsyslog ln -s ../init.d/nfs-common rc1.d/K06nfs-common ln -s ../init.d/portmap rc1.d/K06portmap ln -s ../init.d/killprocs rc1.d/S01killprocs ln -s ../init.d/bootlogs rc1.d/S22bootlogs ln -s ../init.d/single rc1.d/S23single ln -s ../init.d/exim4 rc2.d/K01exim4 ln -s ../init.d/network-manager rc2.d/K02network-manager ln -s ../init.d/nvidia-kernel rc2.d/S01nvidia-kernel ln -s ../init.d/qemu-kvm rc2.d/S01qemu-kvm ln -s ../init.d/speech-dispatcher rc2.d/S01speech-dispatcher ln -s ../init.d/portmap rc2.d/S14portmap ln -s ../init.d/nfs-common rc2.d/S15nfs-common ln -s ../init.d/dirmngr rc2.d/S17dirmngr ln -s ../init.d/nvidia-glx rc2.d/S17nvidia-glx ln -s ../init.d/preload rc2.d/S17preload ln -s ../init.d/rsyslog rc2.d/S17rsyslog ln -s ../init.d/acpid rc2.d/S18acpid ln -s ../init.d/atd rc2.d/S18atd ln -s ../init.d/cron rc2.d/S18cron ln -s ../init.d/cups rc2.d/S18cups ln -s ../init.d/dbus rc2.d/S18dbus ln -s ../init.d/hal rc2.d/S19hal ln -s ../init.d/samba rc2.d/S19samba ln -s ../init.d/saned rc2.d/S19saned ln -s ../init.d/openvpn rc2.d/S20openvpn ln -s ../init.d/kdm rc2.d/S21kdm ln -s ../init.d/bootlogs rc2.d/S22bootlogs ln -s ../init.d/rc.local rc2.d/S23rc.local ln -s ../init.d/rmnologin rc2.d/S23rmnologin ln -s ../init.d/stop-bootlogd rc2.d/S23stop-bootlogd ln -s ../init.d/nvidia-kernel rc3.d/S01nvidia-kernel ln -s ../init.d/qemu-kvm rc3.d/S01qemu-kvm ln -s ../init.d/speech-dispatcher rc3.d/S01speech-dispatcher ln -s ../init.d/portmap rc3.d/S14portmap ln -s ../init.d/nfs-common rc3.d/S15nfs-common ln -s ../init.d/dirmngr rc3.d/S17dirmngr ln -s ../init.d/nvidia-glx rc3.d/S17nvidia-glx ln -s ../init.d/preload rc3.d/S17preload ln -s ../init.d/rsyslog rc3.d/S17rsyslog ln -s ../init.d/acpid rc3.d/S18acpid ln -s ../init.d/atd rc3.d/S18atd ln -s ../init.d/cron rc3.d/S18cron ln -s ../init.d/cups rc3.d/S18cups ln -s ../init.d/dbus rc3.d/S18dbus ln -s ../init.d/exim4 rc3.d/S18exim4 ln -s ../init.d/hal rc3.d/S19hal ln -s ../init.d/network-manager rc3.d/S19network-manager ln -s ../init.d/samba rc3.d/S19samba ln -s ../init.d/saned rc3.d/S19saned ln -s ../init.d/openvpn rc3.d/S20openvpn ln -s ../init.d/kdm rc3.d/S21kdm ln -s ../init.d/bootlogs rc3.d/S22bootlogs ln -s ../init.d/rc.local rc3.d/S23rc.local ln -s ../init.d/rmnologin rc3.d/S23rmnologin ln -s ../init.d/stop-bootlogd rc3.d/S23stop-bootlogd ln -s ../init.d/nvidia-kernel rc4.d/S01nvidia-kernel ln -s ../init.d/qemu-kvm rc4.d/S01qemu-kvm ln -s ../init.d/speech-dispatcher rc4.d/S01speech-dispatcher ln -s ../init.d/portmap rc4.d/S14portmap ln -s ../init.d/nfs-common rc4.d/S15nfs-common ln -s ../init.d/dirmngr rc4.d/S17dirmngr ln -s ../init.d/nvidia-glx rc4.d/S17nvidia-glx ln -s ../init.d/preload rc4.d/S17preload ln -s ../init.d/rsyslog rc4.d/S17rsyslog ln -s ../init.d/acpid rc4.d/S18acpid ln -s ../init.d/atd rc4.d/S18atd ln -s ../init.d/cron rc4.d/S18cron ln -s ../init.d/cups rc4.d/S18cups ln -s ../init.d/dbus rc4.d/S18dbus ln -s ../init.d/exim4 rc4.d/S18exim4 ln -s ../init.d/hal rc4.d/S19hal ln -s ../init.d/network-manager rc4.d/S19network-manager ln -s ../init.d/samba rc4.d/S19samba ln -s ../init.d/saned rc4.d/S19saned ln -s ../init.d/openvpn rc4.d/S20openvpn ln -s ../init.d/kdm rc4.d/S21kdm ln -s ../init.d/bootlogs rc4.d/S22bootlogs ln -s ../init.d/rc.local rc4.d/S23rc.local ln -s ../init.d/rmnologin rc4.d/S23rmnologin ln -s ../init.d/stop-bootlogd rc4.d/S23stop-bootlogd ln -s ../init.d/nvidia-kernel rc5.d/S01nvidia-kernel ln -s ../init.d/qemu-kvm rc5.d/S01qemu-kvm ln -s ../init.d/speech-dispatcher rc5.d/S01speech-dispatcher ln -s ../init.d/portmap rc5.d/S14portmap ln -s ../init.d/nfs-common rc5.d/S15nfs-common ln -s ../init.d/dirmngr rc5.d/S17dirmngr ln -s ../init.d/nvidia-glx rc5.d/S17nvidia-glx ln -s ../init.d/preload rc5.d/S17preload ln -s ../init.d/rsyslog rc5.d/S17rsyslog ln -s ../init.d/acpid rc5.d/S18acpid ln -s ../init.d/atd rc5.d/S18atd ln -s ../init.d/cron rc5.d/S18cron ln -s ../init.d/cups rc5.d/S18cups ln -s ../init.d/dbus rc5.d/S18dbus ln -s ../init.d/exim4 rc5.d/S18exim4 ln -s ../init.d/hal rc5.d/S19hal ln -s ../init.d/network-manager rc5.d/S19network-manager ln -s ../init.d/samba rc5.d/S19samba ln -s ../init.d/saned rc5.d/S19saned ln -s ../init.d/openvpn rc5.d/S20openvpn ln -s ../init.d/kdm rc5.d/S21kdm ln -s ../init.d/bootlogs rc5.d/S22bootlogs ln -s ../init.d/rc.local rc5.d/S23rc.local ln -s ../init.d/rmnologin rc5.d/S23rmnologin ln -s ../init.d/stop-bootlogd rc5.d/S23stop-bootlogd ln -s ../init.d/atd rc6.d/K01atd ln -s ../init.d/dirmngr rc6.d/K01dirmngr ln -s ../init.d/exim4 rc6.d/K01exim4 ln -s ../init.d/fuse rc6.d/K01fuse ln -s ../init.d/kdm rc6.d/K01kdm ln -s ../init.d/openvpn rc6.d/K01openvpn ln -s ../init.d/preload rc6.d/K01preload ln -s ../init.d/qemu-kvm rc6.d/K01qemu-kvm ln -s ../init.d/samba rc6.d/K01samba ln -s ../init.d/saned rc6.d/K01saned ln -s ../init.d/speech-dispatcher rc6.d/K01speech-dispatcher ln -s ../init.d/urandom rc6.d/K01urandom ln -s ../init.d/network-manager rc6.d/K02network-manager ln -s ../init.d/sendsigs rc6.d/K03sendsigs ln -s ../init.d/rsyslog rc6.d/K04rsyslog ln -s ../init.d/umountnfs.sh rc6.d/K05umountnfs.sh ln -s ../init.d/nfs-common rc6.d/K06nfs-common ln -s ../init.d/portmap rc6.d/K06portmap ln -s ../init.d/hwclock.sh rc6.d/K07hwclock.sh ln -s ../init.d/networking rc6.d/K07networking ln -s ../init.d/ifupdown rc6.d/K08ifupdown ln -s ../init.d/umountfs rc6.d/K09umountfs ln -s ../init.d/umountroot rc6.d/K10umountroot ln -s ../init.d/reboot rc6.d/K11reboot ln -s ../init.d/mountkernfs.sh rcS.d/S01mountkernfs.sh ln -s ../init.d/udev rcS.d/S02udev ln -s ../init.d/mountdevsubfs.sh rcS.d/S03mountdevsubfs.sh ln -s ../init.d/bootlogd rcS.d/S04bootlogd ln -s ../init.d/keyboard-setup rcS.d/S05keyboard-setup ln -s ../init.d/hdparm rcS.d/S06hdparm ln -s ../init.d/hostname.sh rcS.d/S06hostname.sh ln -s ../init.d/hwclockfirst.sh rcS.d/S06hwclockfirst.sh ln -s ../init.d/checkroot.sh rcS.d/S07checkroot.sh ln -s ../init.d/hwclock.sh rcS.d/S08hwclock.sh ln -s ../init.d/ifupdown-clean rcS.d/S08ifupdown-clean ln -s ../init.d/module-init-tools rcS.d/S08module-init-tools ln -s ../init.d/mtab.sh rcS.d/S08mtab.sh ln -s ../init.d/checkfs.sh rcS.d/S09checkfs.sh ln -s ../init.d/ifupdown rcS.d/S10ifupdown ln -s ../init.d/mountall.sh rcS.d/S10mountall.sh ln -s ../init.d/mountall-bootclean.sh rcS.d/S11mountall-bootclean.sh ln -s ../init.d/mountoverflowtmp rcS.d/S12mountoverflowtmp ln -s ../init.d/networking rcS.d/S13networking ln -s ../init.d/pppd-dns rcS.d/S13pppd-dns ln -s ../init.d/procps rcS.d/S13procps ln -s ../init.d/udev-mtab rcS.d/S13udev-mtab ln -s ../init.d/x11-common rcS.d/S13x11-common ln -s ../init.d/portmap rcS.d/S14portmap ln -s ../init.d/nfs-common rcS.d/S15nfs-common ln -s ../init.d/mountnfs.sh rcS.d/S16mountnfs.sh ln -s ../init.d/mountnfs-bootclean.sh rcS.d/S17mountnfs-bootclean.sh ln -s ../init.d/kbd rcS.d/S18kbd ln -s ../init.d/console-setup rcS.d/S19console-setup ln -s ../init.d/bootmisc.sh rcS.d/S20bootmisc.sh ln -s ../init.d/fuse rcS.d/S20fuse ln -s ../init.d/urandom rcS.d/S20urandom ln -s ../init.d/stop-bootlogd-single rcS.d/S21stop-bootlogd-single list_rclinks