From 70623600744cab314baf1ccc912134456ffe565d Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 7 Feb 2024 10:57:17 +0100 Subject: add ifplugd config --- rootfs/etc/init.d/rcS | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'rootfs/etc/init.d') diff --git a/rootfs/etc/init.d/rcS b/rootfs/etc/init.d/rcS index 59e0fe0..b819ce4 100755 --- a/rootfs/etc/init.d/rcS +++ b/rootfs/etc/init.d/rcS @@ -1,4 +1,9 @@ #!/bin/sh -mount -a -hostname -F /etc/hostname -syslogd +# 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 + -- cgit v1.2.3