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 /install | |
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 'install')
-rw-r--r-- | install/base | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/install/base b/install/base index bd1349b..40f9c25 100644 --- a/install/base +++ b/install/base @@ -21,10 +21,6 @@ build() add_file "/lib/initcpio/init_functions" "/init_functions" add_file "/lib/initcpio/init" "/init" add_file "${CONFIG}" "/config" - if [ -n "${MESSAGE}" ]; then - echo -e "${MESSAGE}" > ${MESSAGEFILE} - add_file "${MESSAGEFILE}" "/message" - fi add_file "/etc/modprobe.d/usb-load-ehci-first.conf" SCRIPT="" } |