summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2011-06-16 21:01:38 +0200
committerThomas Bächler <thomas@archlinux.org>2011-06-25 12:25:45 +0200
commita80f8a25871c807af64641ef364ceea852853233 (patch)
tree625f00f3b9c476a47eb30c2e8f2dee8c1b91f180 /init
parent8c16b7c6f229b187bae94cc86ac8fb3df04859df (diff)
downloadmkinitcpio-a80f8a25871c807af64641ef364ceea852853233.tar.gz
mkinitcpio-a80f8a25871c807af64641ef364ceea852853233.tar.xz
remove support for -m to add a startup message
Signed-off-by: Dave Reisner <d@falconindy.com>
Diffstat (limited to 'init')
-rw-r--r--init4
1 files changed, 0 insertions, 4 deletions
diff --git a/init b/init
index 6c8f7d7..b9ea04e 100644
--- a/init
+++ b/init
@@ -80,10 +80,6 @@ if [ "${break}" = "y" ]; then
launch_interactive_shell
fi
-if [ -f "/message" ]; then
- msg "$(cat /message)"
-fi
-
# Mount root at /new_root
mkdir -p /new_root
${mount_handler} /new_root