Mailinglist Archive: opensuse-commit (2130 mails)
| < Previous | Next > |
commit skelcd-control-openSUSE
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 01 Apr 2008 22:34:35 +0200
- Message-id: <20080401203435.7DA87678168@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package skelcd-control-openSUSE
checked in at Tue Apr 1 22:34:35 CEST 2008.
--------
--- skelcd-control-openSUSE/skelcd-control-openSUSE-CD.changes 2008-03-28
14:27:12.000000000 +0100
+++ skelcd-control-openSUSE/skelcd-control-openSUSE-CD.changes 2008-04-01
17:20:04.000000000 +0200
@@ -1,0 +2,12 @@
+Tue Apr 1 17:17:27 CEST 2008 - jsrain@xxxxxxx
+
+- added live installation workflow to default control file.
+
+-------------------------------------------------------------------
+Tue Apr 1 17:17:26 CEST 2008 - locilka@xxxxxxx
+
+- Automatic configuration can be newly defined by control file. Two
+ new variables have been added enable_autoconfiguration and
+ autoconfiguration_default.
+
+-------------------------------------------------------------------
skelcd-control-openSUSE.changes: same change
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ skelcd-control-openSUSE-CD.spec ++++++
--- /var/tmp/diff_new_pack.uQ5154/_old 2008-04-01 22:33:12.000000000 +0200
+++ /var/tmp/diff_new_pack.uQ5154/_new 2008-04-01 22:33:12.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package skelcd-control-openSUSE-CD (Version 2008.3.28)
+# spec file for package skelcd-control-openSUSE-CD (Version 2008.4.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -17,7 +17,7 @@
License: YaST License
Group: Metapackages
AutoReqProv: off
-Version: 2008.3.28
+Version: 2008.4.1
Release: 1
Summary: SuSE Linux Professional Control file
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -64,6 +64,12 @@
/CD1/control.xml
%changelog
+* Tue Apr 01 2008 jsrain@xxxxxxx
+- added live installation workflow to default control file.
+* Tue Apr 01 2008 locilka@xxxxxxx
+- Automatic configuration can be newly defined by control file. Two
+ new variables have been added enable_autoconfiguration and
+ autoconfiguration_default.
* Fri Mar 28 2008 locilka@xxxxxxx
- Automatic configuration has been moved from the end of the first
stage to the second stage. It's non-interactive (FATE #303396).
@@ -229,7 +235,7 @@
- added congratulate text to the control file (#170881)
* Thu Apr 20 2006 mvidner@xxxxxxx
- added globals/disable_register_w3m (#167255, jdsn)
-* Fri Apr 14 2006 jsrain@xxxxxxx
+* Sat Apr 15 2006 jsrain@xxxxxxx
- removed update system selection from update proposal (#165832)
* Fri Apr 14 2006 jsrain@xxxxxxx
- changed control files according to (#165509
@@ -250,7 +256,7 @@
- changed title for registration in installation workflow
* Thu Mar 09 2006 mvidner@xxxxxxx
- added network/startmode=ifplugd (#156388).
-* Tue Mar 07 2006 jsrain@xxxxxxx
+* Wed Mar 08 2006 jsrain@xxxxxxx
- adapted for online update (jdsn)
* Thu Mar 02 2006 jsrain@xxxxxxx
- added suse_resgister to installation workflow
@@ -349,7 +355,7 @@
* Thu Apr 01 2004 nashif@xxxxxxx
- Added missing workflow step to shut network down in
second phase of installation (#37546, #37763)
-* Wed Mar 31 2004 nashif@xxxxxxx
+* Thu Apr 01 2004 nashif@xxxxxxx
- removed network proposal from update workflow
* Wed Mar 31 2004 nashif@xxxxxxx
- show warning about suboptimal distribution
skelcd-control-openSUSE.spec: same change
++++++ control.xml ++++++
--- skelcd-control-openSUSE/control.xml 2008-03-28 09:41:12.000000000 +0100
+++ skelcd-control-openSUSE/control.xml 2008-04-01 13:11:10.000000000 +0200
@@ -38,6 +38,10 @@
<system_directory>/root/inst-sys/</system_directory>
</save_instsys_item>
</save_instsys_content>
+
+ <!-- FATE #303396, Make second stage non-interactive -->
+ <enable_autoconfiguration
config:type="boolean">true</enable_autoconfiguration>
+ <autoconfiguration_default
config:type="boolean">true</autoconfiguration_default>
</globals>
<software>
@@ -151,6 +155,21 @@
</proposal>
<proposal>
+ <label>Live Installation Settings</label>
+ <mode>live_installation</mode>
+ <stage>initial</stage>
+ <name>initial</name>
+ <enable_skip>no</enable_skip>
+ <proposal_modules config:type="list">
+ <proposal_module>hwinfo</proposal_module>
+ <proposal_module>partitions</proposal_module>
+ <proposal_module>bootloader</proposal_module>
+ <proposal_module>keyboard</proposal_module>
+ <proposal_module>timezone</proposal_module>
+ </proposal_modules>
+ </proposal>
+
+ <proposal>
<label>Update Settings</label>
<mode>update</mode>
<name>initial</name>
@@ -358,6 +377,74 @@
</modules>
</workflow>
+ <!-- Stage: Initial, Mode: Live Installation -->
+ <workflow>
+ <defaults>
+ <archs>all</archs>
+ <enable_back>yes</enable_back>
+ <enable_next>yes</enable_next>
+ </defaults>
+ <label>Installation</label>
+ <mode>live_installation</mode>
+ <stage>initial</stage>
+ <modules config:type="list">
+ <module>
+ <label>Welcome</label>
+ <name>inst_live_welcome</name>
+ </module>
+ <module>
+ <label>License Agreement</label>
+ <name>inst_license</name>
+ </module>
+<!--
+ <module>
+ <label>Installation Settings</label>
+ <name>inst_live_simple_proposal</name>
+ <proposal>initial</proposal>
+ </module>
+ <module>
+ <label>Installation Settings</label>
+ <name>inst_live_full_proposal</name>
+ <proposal>initial</proposal>
+ </module>
+-->
+ <module>
+ <label>Installation Settings</label>
+ <name>inst_live_pre-proposal</name>
+ </module>
+ <module>
+ <label>Installation Settings</label>
+ <name>inst_proposal</name>
+ <proposal>initial</proposal>
+ </module>
+ <module>
+ <label>Perform Installation</label>
+ <name>inst_do_resize</name>
+ <update config:type="boolean">false</update>
+ <archs>i386,x86_64,ia64</archs>
+ </module>
+ <module>
+ <label>Perform Installation</label>
+ <name>inst_prepdisk</name>
+ </module>
+ <module>
+ <label>Perform Installation</label>
+ <name>inst_kickoff</name>
+ </module>
+ <module>
+ <label>Perform Installation</label>
+ <name>inst_live_doit</name>
+ <enable_next>no</enable_next>
+ <enable_back>no</enable_back>
+ </module>
+ <module>
+ <label>Perform Installation</label>
+ <name>inst_finish</name>
+ <enable_back>no</enable_back>
+ </module>
+ </modules>
+ </workflow>
+
<!-- Stage: Initial, Mode: Update -->
<workflow>
<defaults>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |