about summary refs log tree commit diff
path: root/core-services/00-pseudofs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'core-services/00-pseudofs.sh')
-rw-r--r--core-services/00-pseudofs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/core-services/00-pseudofs.sh b/core-services/00-pseudofs.sh
index 5d72950..7f23f13 100644
--- a/core-services/00-pseudofs.sh
+++ b/core-services/00-pseudofs.sh
@@ -1,6 +1,6 @@
 # vim: set ts=4 sw=4 et:
 
-msg "Mounting pseudo-filesystems...\n"
+msg "Mounting pseudo-filesystems..."
 mountpoint -q /proc || mount -o nosuid,noexec,nodev -t proc proc /proc
 mountpoint -q /sys || mount -o nosuid,noexec,nodev -t sysfs sys /sys
 mountpoint -q /run || mount -o mode=0755,nosuid,nodev -t tmpfs run /run