From 71bc476074836ffcf60069889f8b45234060db9e Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Thu, 7 Jun 2012 01:17:20 +0200 Subject: module-load: silence We don't need to see all modules inserted on every boot. Signed-off-by: Tom Gundersen --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') diff --git a/functions b/functions index c498f8a..735f75f 100644 --- a/functions +++ b/functions @@ -347,7 +347,7 @@ kill_all() { load_modules() { local rc=0 - /usr/lib/systemd/systemd-modules-load + /usr/lib/systemd/systemd-modules-load &>/dev/null rc=$? if (( ${#MODULES[*]} )); then -- cgit v1.2.3