diff options
author | Dave Reisner <d@falconindy.com> | 2011-06-16 21:01:38 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2011-06-25 12:25:45 +0200 |
commit | a80f8a25871c807af64641ef364ceea852853233 (patch) | |
tree | 625f00f3b9c476a47eb30c2e8f2dee8c1b91f180 /init | |
parent | 8c16b7c6f229b187bae94cc86ac8fb3df04859df (diff) | |
download | mkinitcpio-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-- | init | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |