From c649766dcfdc5c59250d089e92538884ea7e4f7b Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 25 Apr 2009 14:27:10 +0200 Subject: [PATCH] 'fixed motd a bit' --- lib/initcpio/install/arch_motd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/initcpio/install/arch_motd b/lib/initcpio/install/arch_motd index eb4f6d128..f296f9205 100644 --- a/lib/initcpio/install/arch_motd +++ b/lib/initcpio/install/arch_motd @@ -12,15 +12,15 @@ install () echo "Logging:" >> ${MOTD} echo " - vc7 is used for setup logging." >> ${MOTD} echo " - vc12 is used for kernel logging." >> ${MOTD} - echo "Device node problems (eg. usbsticks or external harddrives:" >> ${MOTD} + echo "Device node problems (eg. usbsticks or external harddrives):" >> ${MOTD} echo " - Please unplug and replug your device to get the correct node in /dev/." >> ${MOTD} if [ "$(echo $HOOKS | grep arch_keymap)" ]; then - echo "Keymap:" >> ${MOTD} + echo "Change keymap:" >> ${MOTD} echo " - To change to a non-US keymap, type 'km' at the console." >> ${MOTD} fi if [ "$(echo $HOOKS | grep arch_tz)" ]; then - echo "Timesetting:" >> ${MOTD} - echo " - To change your clock, type 'tz' at the console." >> ${MOTD} + echo "Change time and date:" >> ${MOTD} + echo " - To change your time and date, type 'tz' at the console." >> ${MOTD} fi if [ "$(echo $HOOKS | grep arch_installer)" ]; then echo "Normal Setup:" >> ${MOTD}