diff options
Diffstat (limited to 'rootfs/etc/init.d/rcS')
-rwxr-xr-x | rootfs/etc/init.d/rcS | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/rootfs/etc/init.d/rcS b/rootfs/etc/init.d/rcS index be9ca09..59e0fe0 100755 --- a/rootfs/etc/init.d/rcS +++ b/rootfs/etc/init.d/rcS @@ -1,5 +1,4 @@ #!/bin/sh -# mount all drives in /etc/fstab -/bin/mount -a -# set the system hostname -/bin/hostname -F /etc/hostname +mount -a +hostname -F /etc/hostname +syslogd |