Author: uelsk8s
Date: Mon Dec 22 23:45:09 2008
New Revision: 440
Modified:
branches/iVL/MdlConfLilo.module
Log:
fixed formatting of first reboot welcome dialog
Modified: branches/iVL/MdlConfLilo.module
==============================================================================
--- branches/iVL/MdlConfLilo.module (original)
+++ branches/iVL/MdlConfLilo.module Mon Dec 22 23:45:09 2008
@@ -355,11 +355,9 @@
sOut = "#!/bin/bash \n" &
". /sbin/vasm-functions \n" &
"TEXT=\" \n" &
- "Vector Linux Has been Installed. \n" &
- "Welcome back. \n" &
- "We will now continue with final system configuration. \n" &
- "On the next screen you can setup the GUI or use one of the preconfigured
settings. \n" &
- "any other system fine tuning can be done from VASM. Enjoy AND happy
Vectoring...\" \n" &
+ "Vector Linux Has been Installed. " &
+ "We will finalize video settings on the next few screens. " &
+ "Any other system fine tuning can be done via VASM. \n\nEnjoy AND happy
Vectoring...\" \n" &
"$DCMD --backtitle \"$BACKTITLE\" --title \"CONGRATULATIONS\" " &
"--msgbox \"$TEXT\" 0 0 2>/dev/NULL \n" &
"#cd / && sh /var/log/scripts/x11-fonts* \n " &
|