From: <cod...@go...> - 2008-12-18 22:39:15
|
Author: uelsk8s Date: Thu Dec 18 14:38:04 2008 New Revision: 432 Modified: branches/iVL/.project branches/iVL/MdlConfLilo.module branches/iVL/installer.gambas Log: moved alsaconf after reboot updated binary Modified: branches/iVL/.project ============================================================================== --- branches/iVL/.project (original) +++ branches/iVL/.project Thu Dec 18 14:38:04 2008 @@ -2,7 +2,7 @@ # Compiled with Gambas 2.9.0 Title=VectorLinux Installer Startup=MdlCore -Version=0.1.22 +Version=0.1.23 Library=gb.gtk Library=gb.form Library=gb.debug @@ -17,6 +17,7 @@ Language=en_US ControlPublic=1 ModulePublic=1 +ExecPath=/root/gui-installer/installer.gambas Maintainer=M0E-lnx Vendor=VectorLinux Address=M0...@gm... Modified: branches/iVL/MdlConfLilo.module ============================================================================== --- branches/iVL/MdlConfLilo.module (original) +++ branches/iVL/MdlConfLilo.module Thu Dec 18 14:38:04 2008 @@ -334,7 +334,7 @@ "/sbin/vlsetup" & gb.NewLine & "/sbin/vhwconf" & gb.NewLine & "cd /usr/lib && ln -sf preloadable_libintl.so libgnuintl.so.8 && rm libintl.so 2>/dev/null; ln -s preloadable_libintl.so libintl.so" & gb.NewLine & -"/sbin/valsaconf-quiet" & gb.NewLine & +"#/sbin/valsaconf-quiet" & gb.NewLine & "cd / && for i in /var/log/scripts/x11-fonts*;do sh $i &>/dev/null;done" & gb.NewLine & "rm -r /root/.mc 2>/dev/null" & gb.NewLine & "for i in /usr/share/icons/*;do cd $i 2>/dev/null && if [ -e convert.sh ];then sh convert.sh & 2>/dev/null;fi;done" & gb.NewLine & @@ -351,20 +351,22 @@ SHELL "chroot /mnt/target /sbin/depmod -aq" WAIT - +'this is the script that runs after reboot. sOut = "#!/bin/bash \n" & ". /sbin/vasm-functions \n" & "TEXT=\" \n" & "Vector Linux Has been Installed. \n" & " \n" & - "On the next screen you will have the option to configure the GUI. \n" & - "Enjoy AND happy Vectoring...\" \n" & + "Welcome back. We will now continue with final system configuration. \n" & + "this includes setting up sound, configuring the GUI, and choosing services \n" & + "to run at boot time. Enjoy 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 " & + "alsaconf \n " & "/sbin/vxconf \n" & + "/sbin/vsrvset \n" & "#/sbin/config-stage1 gui-installer" & gb.NewLine - EXEC ["mkdir", "-p", ClsGlobal.sTargetMnt &/ "var" &/ "log" &/ "setup" &/ "init"] WAIT EXEC ["chmod", "700", ClsGlobal.sTargetMnt &/ "var" &/ "log" &/ "setup" &/ "init"] WAIT Modified: branches/iVL/installer.gambas ============================================================================== Binary files. No diff available. |