Author: uelsk8s
Date: Sun Jan 25 15:32:42 2009
New Revision: 473
Modified:
branches/iVL/.project
branches/iVL/MdlConfLilo.module
branches/iVL/installer.gambas
Log:
change config before reboot
Modified: branches/iVL/.project
==============================================================================
--- branches/iVL/.project (original)
+++ branches/iVL/.project Sun Jan 25 15:32:42 2009
@@ -2,7 +2,7 @@
# Compiled with Gambas 2.10.2
Title=VectorLinux Installer
Startup=MdlCore
-Version=0.1.25
+Version=0.1.31
Library=gb.gtk
Library=gb.form
Library=gb.debug
Modified: branches/iVL/MdlConfLilo.module
==============================================================================
--- branches/iVL/MdlConfLilo.module (original)
+++ branches/iVL/MdlConfLilo.module Sun Jan 25 15:32:42 2009
@@ -330,8 +330,9 @@
"/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 &
+"cd / && sh /var/log/scripts/gsb-desktop* 2>/dev/null" & gb.NewLine &
"update-mime-database /usr/share/mime/" & gb.NewLine &
-"sleep 20"
+"#sleep 20"
'"echo done >/tmp/status" & gb.NewLine
@@ -358,7 +359,7 @@
"echo \"updating database\" \n" &
"updatedb & \n" &
"sleep 10 \n" &
- "cd / && sh /var/log/scripts/gsb-desktop* & 2>/dev/null" & 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.
|