From e7ad4fe63a52babe428ece24aeb8109977f309cb Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Sat, 20 Feb 2010 16:09:36 +0100 Subject: Cosmetic change: 'msg' function does not support '\n' --- init_functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init_functions') diff --git a/init_functions b/init_functions index ebdb468..ec8981a 100644 --- a/init_functions +++ b/init_functions @@ -30,7 +30,7 @@ launch_interactive_shell() { default_mount_handler() { if [ ${root:0:5} != "/dev/" ] || ! poll_device "${root}" ${rootdelay}; then - msg "\nRoot device '${root}' doesn't exist. Attempting to create it." + msg "Root device '${root}' doesn't exist. Attempting to create it." rootdev="" if [ ${root:0:5} = "/dev/" ]; then # It might be a block device (/dev/sda) -> /sys/block/sda/dev -- cgit v1.2.3-24-g4f1b