summaryrefslogtreecommitdiffstats
path: root/configs/platform-beaglebone
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2016-06-07 17:08:03 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2016-06-07 17:18:40 +0200
commit7fbaa9591d78a2b01a6d1d01a912a380a7d00da1 (patch)
tree91b9d19c377e7bc899d54181b412e6a79481a46c /configs/platform-beaglebone
parentc424c42ee21ae13559103870af2040a78ff51f92 (diff)
downloadDistroKit-7fbaa9591d78a2b01a6d1d01a912a380a7d00da1.tar.gz
DistroKit-7fbaa9591d78a2b01a6d1d01a912a380a7d00da1.tar.xz
systemd: make less verbose on startup
With show_status=auto, errors are only shown if they exist. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-beaglebone')
-rw-r--r--configs/platform-beaglebone/barebox-defaultenv/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/platform-beaglebone/barebox-defaultenv/config b/configs/platform-beaglebone/barebox-defaultenv/config
index a25056d..40fe5f9 100644
--- a/configs/platform-beaglebone/barebox-defaultenv/config
+++ b/configs/platform-beaglebone/barebox-defaultenv/config
@@ -16,4 +16,4 @@ global.autoboot_timeout=3
global.boot.default=sd
# base bootargs
-global.linux.bootargs.base="loglevel=5"
+global.linux.bootargs.base="loglevel=5 systemd.log_level=warning systemd.show_status=auto"