From a80f8a25871c807af64641ef364ceea852853233 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Thu, 16 Jun 2011 15:01:38 -0400 Subject: remove support for -m to add a startup message Signed-off-by: Dave Reisner --- install/base | 4 ---- 1 file changed, 4 deletions(-) (limited to 'install') 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="" } -- cgit v1.2.3-24-g4f1b