Author: jsuchome
Date: Fri Feb 18 11:31:20 2011
New Revision: 63445
URL: http://svn.opensuse.org/viewcvs/yast?rev=63445&view=rev
Log:
- call stop_unicode before kbd restart (bnc#665504)
- docu update
- 2.20.2
Modified:
trunk/firstboot/VERSION
trunk/firstboot/doc/firstboot-section_mod.xml
trunk/firstboot/package/yast2-firstboot.changes
trunk/firstboot/scripts/Firstboot-Stage/S09-cleanup
Modified: trunk/firstboot/VERSION
URL: http://svn.opensuse.org/viewcvs/yast/trunk/firstboot/VERSION?rev=63445&r1=6…
==============================================================================
--- trunk/firstboot/VERSION (original)
+++ trunk/firstboot/VERSION Fri Feb 18 11:31:20 2011
@@ -1 +1 @@
-2.20.1
+2.20.2
Modified: trunk/firstboot/doc/firstboot-section_mod.xml
URL: http://svn.opensuse.org/viewcvs/yast/trunk/firstboot/doc/firstboot-section_…
==============================================================================
--- trunk/firstboot/doc/firstboot-section_mod.xml (original)
+++ trunk/firstboot/doc/firstboot-section_mod.xml Fri Feb 18 11:31:20 2011
@@ -148,7 +148,7 @@
<para>
If you want to use FIRSTBOOT_FINISH_FILE, you need to update the firstboot workflow so that it calls firstboot_finish instead of inst_congratulate. The content of the given file would be shown as the final text.
- However the recommended way of customizing the congratulate text is using default inst_congratulate step and specifying the text (as a value for 'congratulate' section) it in the firstboot.xml control file (see control.xml examples and documentation).
+ However the recommended way of customizing the congratulate text is using default inst_congratulate step and specifying the text (as a value for 'congratulate' section) it in the firstboot.xml control file (see control.xml examples and documentation). With such text, it is possible to provide translations to more languages, which is not possible for FIRSTBOOT_FINISH_FILE.
</para>
</section>
Modified: trunk/firstboot/package/yast2-firstboot.changes
URL: http://svn.opensuse.org/viewcvs/yast/trunk/firstboot/package/yast2-firstboo…
==============================================================================
--- trunk/firstboot/package/yast2-firstboot.changes (original)
+++ trunk/firstboot/package/yast2-firstboot.changes Fri Feb 18 11:31:20 2011
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Fri Feb 18 11:28:57 CET 2011 - jsuchome(a)suse.cz
+
+- call stop_unicode before kbd restart (bnc#665504)
+- docu update
+- 2.20.2
+
+-------------------------------------------------------------------
Wed Nov 3 17:11:19 CET 2010 - jsuchome(a)suse.cz
- translate bootloader items after setting the language (bnc#644062)
Modified: trunk/firstboot/scripts/Firstboot-Stage/S09-cleanup
URL: http://svn.opensuse.org/viewcvs/yast/trunk/firstboot/scripts/Firstboot-Stag…
==============================================================================
--- trunk/firstboot/scripts/Firstboot-Stage/S09-cleanup (original)
+++ trunk/firstboot/scripts/Firstboot-Stage/S09-cleanup Fri Feb 18 11:31:20 2011
@@ -42,13 +42,13 @@
rm -f $IFCFG_USB
fi
+stop_unicode
+
if [ -e "/var/lib/YaST2/firstboot_kbd_restart" ] ; then
/etc/init.d/kbd restart
rm /var/lib/YaST2/firstboot_kbd_restart
fi
-stop_unicode
-
if [ -e "/var/lib/YaST2/firstboot_reboot_after_finish" ] ; then
log "\tRebooting system as requested by firstboot..."
rm /var/lib/YaST2/firstboot_reboot_after_finish
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: jsuchome
Date: Fri Feb 18 11:28:51 2011
New Revision: 63444
URL: http://svn.opensuse.org/viewcvs/yast?rev=63444&view=rev
Log:
Created tag branch-Code-11-SP1-2_17_16_1 for firstboot
Added:
tags/branch-Code-11-SP1-2_17_16_1/firstboot/ (props changed)
- copied from r63443, branches/SuSE-Code-11-SP1-Branch/firstboot/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: mvidner
Date: Thu Feb 17 17:07:21 2011
New Revision: 63442
URL: http://svn.opensuse.org/viewcvs/yast?rev=63442&view=rev
Log:
Created tag branch-SLE-10-SP4-2_13_141 for network
Added:
tags/branch-SLE-10-SP4-2_13_141/network/
- copied from r63441, branches/SuSE-SLE-10-SP4-Branch/network/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: mvidner
Date: Thu Feb 17 17:07:19 2011
New Revision: 63441
URL: http://svn.opensuse.org/viewcvs/yast?rev=63441&view=rev
Log:
Created tag branch-SLE-10-SP4-2_13_141
Added:
tags/branch-SLE-10-SP4-2_13_141/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: mvidner
Date: Thu Feb 17 16:28:45 2011
New Revision: 63440
URL: http://svn.opensuse.org/viewcvs/yast?rev=63440&view=rev
Log:
Fixed losing nameservers when doing a DVD installation (bnc#668034).
r60729 which intended to fix bnc#561349 claims "write resolv.conf
when change from dhcp->static" but in fact writes it always, even if
there was no config at all, overwriting the DHCP nameservers with an
empty list.
Deleted that bit, bringing the patch closer to the original one of
which it was a "backport", r41079 bnc#327074.
Modified:
branches/SuSE-SLE-10-SP4-Branch/network/VERSION
branches/SuSE-SLE-10-SP4-Branch/network/package/yast2-network.changes
branches/SuSE-SLE-10-SP4-Branch/network/src/modules/Lan.ycp
Modified: branches/SuSE-SLE-10-SP4-Branch/network/VERSION
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/networ…
==============================================================================
--- branches/SuSE-SLE-10-SP4-Branch/network/VERSION (original)
+++ branches/SuSE-SLE-10-SP4-Branch/network/VERSION Thu Feb 17 16:28:45 2011
@@ -1 +1 @@
-2.13.140
+2.13.141
Modified: branches/SuSE-SLE-10-SP4-Branch/network/package/yast2-network.changes
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/networ…
==============================================================================
--- branches/SuSE-SLE-10-SP4-Branch/network/package/yast2-network.changes (original)
+++ branches/SuSE-SLE-10-SP4-Branch/network/package/yast2-network.changes Thu Feb 17 16:28:45 2011
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Feb 17 16:27:51 CET 2011 - mvidner(a)suse.cz
+
+- Fixed losing nameservers when doing a DVD installation (bnc#668034).
+- 2.13.141
+
+-------------------------------------------------------------------
Tue Feb 1 13:05:46 CET 2011 - mvidner(a)suse.cz
- Dropped ag_xauth (.xauth.key), superseded since 2005 by
Modified: branches/SuSE-SLE-10-SP4-Branch/network/src/modules/Lan.ycp
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/networ…
==============================================================================
--- branches/SuSE-SLE-10-SP4-Branch/network/src/modules/Lan.ycp (original)
+++ branches/SuSE-SLE-10-SP4-Branch/network/src/modules/Lan.ycp Thu Feb 17 16:28:45 2011
@@ -585,9 +585,6 @@
y2milestone("resolv.conf:%1", SCR::Read(.target.string, "/etc/resolv.conf"));
NetworkService::StartStop ();
y2milestone("resolv.conf:%1", SCR::Read(.target.string, "/etc/resolv.conf"));
- DNS::modified=true;
- DNS::Write();
- y2milestone("resolv.conf:%1", SCR::Read(.target.string, "/etc/resolv.conf"));
sleep(sl);
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: aschnell
Date: Thu Feb 17 13:54:06 2011
New Revision: 63438
URL: http://svn.opensuse.org/viewcvs/yast?rev=63438&view=rev
Log:
Created tag stable-2_20_5 for installation
Added:
tags/stable-2_20_5/installation/
- copied from r63437, trunk/installation/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: jsuchome
Date: Thu Feb 17 11:10:21 2011
New Revision: 63436
URL: http://svn.opensuse.org/viewcvs/yast?rev=63436&view=rev
Log:
Created tag stable-2_20_2 for users
Added:
tags/stable-2_20_2/users/
- copied from r63435, trunk/users/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org