diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-06 13:57:43 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-06 13:57:43 +0100 |
commit | 86b1f0ef352205029457cc75e525f86aa70239e5 (patch) | |
tree | e356eb20edc24c4ab10eede5270e348f9e00e4cd /rootfs/etc/init.d | |
parent | a9ef380662da3efa382017ff8423f1a894b31bfd (diff) |
fix env vars + sysfs + led demoweek4
Diffstat (limited to 'rootfs/etc/init.d')
-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 |