aboutsummaryrefslogtreecommitdiff
path: root/rootfs/etc/init.d
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-02-06 13:57:43 +0100
committerlonkaars <loek@pipeframe.xyz>2024-02-06 13:57:43 +0100
commit86b1f0ef352205029457cc75e525f86aa70239e5 (patch)
treee356eb20edc24c4ab10eede5270e348f9e00e4cd /rootfs/etc/init.d
parenta9ef380662da3efa382017ff8423f1a894b31bfd (diff)
fix env vars + sysfs + led demoweek4
Diffstat (limited to 'rootfs/etc/init.d')
-rwxr-xr-xrootfs/etc/init.d/rcS7
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