diff options
Diffstat (limited to 'rootfs/etc/init.d/rcS')
-rwxr-xr-x | rootfs/etc/init.d/rcS | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/rootfs/etc/init.d/rcS b/rootfs/etc/init.d/rcS deleted file mode 100755 index b819ce4..0000000 --- a/rootfs/etc/init.d/rcS +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# core -mount -a # mount all drives in /etc/fstab -hostname -F /etc/hostname # update hostname - -# system services -syslogd # system log -ifplugd # automatically link hot-plugged ethernet connections - |