summaryrefslogtreecommitdiffstats
path: root/install/base
diff options
context:
space:
mode:
Diffstat (limited to 'install/base')
-rw-r--r--install/base4
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=""
}