From: <cod...@go...> - 2009-01-23 17:40:09
|
Author: uelsk8s Date: Fri Jan 23 08:08:15 2009 New Revision: 472 Modified: branches/iVL/.project branches/iVL/MdlConfLilo.module branches/iVL/installer.gambas Log: fix last config to use vhwsetup-quiet Modified: branches/iVL/.project ============================================================================== --- branches/iVL/.project (original) +++ branches/iVL/.project Fri Jan 23 08:08:15 2009 @@ -2,7 +2,7 @@ # Compiled with Gambas 2.10.2 Title=VectorLinux Installer Startup=MdlCore -Version=0.1.24 +Version=0.1.25 Library=gb.gtk Library=gb.form Library=gb.debug Modified: branches/iVL/MdlConfLilo.module ============================================================================== --- branches/iVL/MdlConfLilo.module (original) +++ branches/iVL/MdlConfLilo.module Fri Jan 23 08:08:15 2009 @@ -318,13 +318,14 @@ 'SHELL "chmod 700 " & ClsGlobal.sTargetMnt &/ "var/log/setup" WAIT EXEC ["chmod", "700", ClsGlobal.sTargetMnt &/ "var" &/ "log" &/ "setup"] WAIT sOut = "#!/bin/bash \n" & +"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 & "DISPLAY=" & gb.NewLine & "chmod +x /etc/rc.d/rc.udev" & gb.NewLine & "/etc/rc.d/rc.udev restart" & gb.NewLine & "/etc/rc.d/rc.modules" & gb.NewLine & "sleep 2" & gb.NewLine & "/sbin/vlsetup" & gb.NewLine & -"/sbin/vhwconf" & gb.NewLine & +"/sbin/vhwconf-quiet" & 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 & "cd / && for i in /var/log/scripts/x11-fonts*;do sh $i &>/dev/null;done" & gb.NewLine & @@ -357,7 +358,6 @@ "echo \"updating database\" \n" & "updatedb & \n" & "sleep 10 \n" & - "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 & "cd / && sh /var/log/scripts/gsb-desktop* & 2>/dev/null" & gb.NewLine & "#/sbin/vsrvset \n" & "#/sbin/config-stage1 gui-installer" & gb.NewLine Modified: branches/iVL/installer.gambas ============================================================================== Binary files. No diff available. |