[yast-commit] r64804 - in /trunk/autoinstallation: doc/examples/example.generalOptions.xml package/autoyast2.changes src/clients/inst_autosetup.ycp
Author: ug Date: Thu Jul 14 13:20:21 2011 New Revision: 64804 URL: http://svn.opensuse.org/viewcvs/yast?rev=64804&view=rev Log: networking config to stage1 Modified: trunk/autoinstallation/doc/examples/example.generalOptions.xml trunk/autoinstallation/package/autoyast2.changes trunk/autoinstallation/src/clients/inst_autosetup.ycp Modified: trunk/autoinstallation/doc/examples/example.generalOptions.xml URL: http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/doc/examples/example.generalOptions.xml?rev=64804&r1=64803&r2=64804&view=diff ============================================================================== --- trunk/autoinstallation/doc/examples/example.generalOptions.xml (original) +++ trunk/autoinstallation/doc/examples/example.generalOptions.xml Thu Jul 14 13:20:21 2011 @@ -53,7 +53,7 @@ </post-modules> </wait> - <!-- the storage section was invented with openSUSE 11.3 (not SLES11 SP1) --> + <!-- the storage section was invented with openSUSE 11.3 and SLES11 SP2 --> <storage> <!-- partition_alignment: Modified: trunk/autoinstallation/package/autoyast2.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/package/autoyast2.changes?rev=64804&r1=64803&r2=64804&view=diff ============================================================================== --- trunk/autoinstallation/package/autoyast2.changes (original) +++ trunk/autoinstallation/package/autoyast2.changes Thu Jul 14 13:20:21 2011 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Jul 14 13:19:40 CEST 2011 - ug@suse.de + +- New profile flag networking/setup_before_proposal enables setting + up more than one NIC for networked storage (FATE#311345). + +------------------------------------------------------------------- Thu May 19 18:00:03 CEST 2011 - ug@suse.de - clone "label" of a partition if it was set (bnc#628738) Modified: trunk/autoinstallation/src/clients/inst_autosetup.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/src/clients/inst_autosetup.ycp?rev=64804&r1=64803&r2=64804&view=diff ============================================================================== --- trunk/autoinstallation/src/clients/inst_autosetup.ycp (original) +++ trunk/autoinstallation/src/clients/inst_autosetup.ycp Thu Jul 14 13:20:21 2011 @@ -151,6 +151,12 @@ y2milestone("general: %1", Profile::current["general"]:$[] ); AutoinstGeneral::Write(); + if( Profile::current["networking", "setup_before_proposal"]:false ) { + y2milestone("Networking setup before the proposal"); + Call::Function("lan_auto", ["Import", Profile::current["networking"]:$[]] ); + Call::Function("lan_auto", ["Write"]); + } + if( haskey( Profile::current, "add-on" ) ) { Call::Function("add-on_auto", ["Import", Profile::current["add-on"]:$[]] ); Call::Function("add-on_auto", ["Write"]); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
ug@svn2.opensuse.org