From: <cod...@go...> - 2009-01-13 20:35:40
|
Author: uelsk8s Date: Tue Jan 13 11:20:02 2009 New Revision: 460 Modified: branches/iVL/.lang/FMain.pot branches/iVL/.project branches/iVL/FMain.class branches/iVL/MdlConfLilo.module branches/iVL/installer.gambas Log: add wicd to all runlevels updated binary Modified: branches/iVL/.lang/FMain.pot ============================================================================== --- branches/iVL/.lang/FMain.pot (original) +++ branches/iVL/.lang/FMain.pot Tue Jan 13 11:20:02 2009 @@ -106,19 +106,19 @@ msgid "Please specify the domain this computer belongs to" msgstr "" -#: FMain.class:837 +#: FMain.class:844 msgid "Back" msgstr "" -#: FMain.class:848 +#: FMain.class:855 msgid "Exit Installation" msgstr "" -#: FMain.class:859 +#: FMain.class:866 msgid "Next" msgstr "" -#: FMain.class:873 +#: FMain.class:880 msgid "Button1" msgstr "" Modified: branches/iVL/.project ============================================================================== --- branches/iVL/.project (original) +++ branches/iVL/.project Tue Jan 13 11:20:02 2009 @@ -2,7 +2,7 @@ # Compiled with Gambas 2.10.2 Title=VectorLinux Installer Startup=MdlCore -Version=0.1.21 +Version=0.1.23 Library=gb.gtk Library=gb.form Library=gb.debug Modified: branches/iVL/FMain.class ============================================================================== --- branches/iVL/FMain.class (original) +++ branches/iVL/FMain.class Tue Jan 13 11:20:02 2009 @@ -584,7 +584,14 @@ END IF IF FrmNetConf.cbStartWicd.Value = TRUE THEN SHELL "chroot /mnt/target service -s wicd 2" + SHELL "chroot /mnt/target service -s wicd 3" SHELL "chroot /mnt/target service -s wicd 4" + SHELL "chroot /mnt/target service -s wicd 5" + ELSE + SHELL "chroot /mnt/target service -r wicd 2" + SHELL "chroot /mnt/target service -r wicd 3" + SHELL "chroot /mnt/target service -r wicd 4" + SHELL "chroot /mnt/target service -r wicd 5" END IF frmNext = FrmDone Modified: branches/iVL/MdlConfLilo.module ============================================================================== --- branches/iVL/MdlConfLilo.module (original) +++ branches/iVL/MdlConfLilo.module Tue Jan 13 11:20:02 2009 @@ -328,8 +328,6 @@ "/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 & -"cd / && sh /var/log/scripts/gsb-desktop* & 2>/dev/null" & gb.NewLine & "update-mime-database /usr/share/mime/" & gb.NewLine & "sleep 20" '"echo done >/tmp/status" & gb.NewLine @@ -355,6 +353,11 @@ "#alsaconf \n " & "alsactl store \n " & "/sbin/vxconf \n" & + "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. |