From 8ff69e2800b4a4cda10efe99027a049fa6fcbdae Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 15 Jan 2020 22:41:50 +0300 Subject: Echo the file being executed --- rc.boot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rc.boot') diff --git a/rc.boot b/rc.boot index 92dbf1b..40e74ed 100755 --- a/rc.boot +++ b/rc.boot @@ -157,7 +157,8 @@ out "Loading sysctl settings..."; { out "Running boot hooks..." set +f for file in /etc/init/*.boot ; do - [ -f "$file" ] && . "$file" + [ -f "$file" ] && \ + out "Running $file" && . "$file" done out "Running rc.local..."; { -- cgit v1.2.3