From 86b1f0ef352205029457cc75e525f86aa70239e5 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 6 Feb 2024 13:57:43 +0100 Subject: fix env vars + sysfs + led demo --- rootfs/etc/init.d/rcS | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'rootfs/etc/init.d') 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 -- cgit v1.2.3