about summary refs log tree commit diff
path: root/core-services/07-kmods.sh
diff options
context:
space:
mode:
Diffstat (limited to 'core-services/07-kmods.sh')
-rw-r--r--core-services/07-kmods.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/core-services/07-kmods.sh b/core-services/07-kmods.sh
index 32639e3..955d1c0 100644
--- a/core-services/07-kmods.sh
+++ b/core-services/07-kmods.sh
@@ -2,6 +2,6 @@
 
 [ -n "$VIRTUALIZATION" ] && return 0
 
-msg "Loading kernel modules...\n"
+msg "Loading kernel modules..."
 modules-load -v ${MODULES} | tr '\n' ' ' | sed 's:insmod [^ ]*/::g; s:\.ko\(\.gz\)\? ::g'
 echo